.theme--light.v-application {
    background: #f9f9f9 !important;
}
.otpBtn {
    background: linear-gradient(to right, #7ee1ea, #358ceb);
    color: #FFFFFF !important;
    min-width: 200px !important;
}
.p-font{
    font-size: 25px;
    color: black;
    font-style: normal;
}
.about{
    background: #ecedf0 !important;
}
.nav-text{
    color: rgba(0, 0, 0, 0.6);
}
.nav-link{
    text-decoration: none;
}

.dropbox {
    outline: 2px dashed grey; /* the dash box */
    outline-offset: -10px;
    background: lightcyan;
    color: dimgray;
    padding: 10px 10px;
    min-height: 200px; /* minimum height */
    width: 100%;
    position: relative;
    cursor: pointer;
}

.input-file {
    opacity: 0; /* invisible but it's there! */
    width: 100%;
    min-height: 200px;
    position: absolute;
    cursor: pointer;
}

.dropbox:hover {
    background: lightblue; /* when mouse over to the drop zone, change color */
}

.dropbox p {
    font-size: 1.2em;
    text-align: center;
    padding: 50px 0;
}
.box{
    margin: 8px;

    border: 1px solid #dddddd;
    border-radius: 10px;
}
.text-muted {
    color: #6c757d!important;
}
.Border{


}
.text-white{
    color: #FFFFFF;
}

.table-bordered tr, .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
}
.table {
    width: 100%;
    padding: 10px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.applicationTable td p span, .applicationTable td p strong {
    width: 50%;
    float: left;
}
.font-weight-bold, b, strong {
    font-weight: 700 !important;
}
.applicationTable td p {
    padding-bottom: 15px;
}

/*.content-wrapper-before {*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    top: 64px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 185px;*/
/*    -webkit-transition: .3s ease all;*/
/*    transition: .3s ease all;*/
/*}*/

.header{
    background: #2196f3 ;
}
.header1{
    background: #ff9800;
}
.header2{
    background: #f44336;
}
.b-clr {
    background: #3490dc;
    background: -webkit-linear-gradient(45deg, #3490dc,  #185e99) !important;
    background: linear-gradient(45deg, #3490dc,  #185e99) !important;
}
.m-t{
    margin-top: -3%;
}
.c-top{
    margin-top:80px;
    position: relative ;
}
.w-bg{ background: #FFFFFF;

}
.btn {
    margin: 5px 3px;
    color: #212529;
    text-align: center;
    border: 1px solid #616161;
    padding: 0.375rem 0.75rem;
    line-height: 1.6;
    border-radius: 0.25rem;

}
.btn:hover{
    background-color: #e7e7e7;
}
.btn-outline-dark {
    color: #343a40;
    border-color: #919395;
}
.btn-outline-dark.active{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.l-clr{
    background-color: #b8e6fe;
}

.login-bg{
    background-image: url("../img/banner1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  position: relative;
    background-color: #cccccc;
}
.text-light{
    color:#d1d1d1;
}
.small{
    font-size: 14px;
}
.border{
    border: 1px solid #dddddd;

}
.mt1{
    margin-top: -8%;
}
.check-mr{
    margin: 0px;
    padding: 0px !important;
}
.t-font{
    font-size: 14px;

}
