.theme--light.v-application {
    background: #f9f9f9 !important;
}
.otpBtn {
    background: linear-gradient(to right, #7ee1ea, #358ceb);
    color: #FFFFFF !important;
    min-width: 200px !important;
}
.forgetBtn{
    position: relative;
    left: 40%;
    background: linear-gradient(to right, #7ee1ea, #358ceb);
    color: #FFFFFF !important;
}
.setBtn{
    position: relative;
    left: 25%;
    background: linear-gradient(to right, #7ee1ea, #358ceb);
    color: #FFFFFF !important;
}
.resendWeb{
    position: relative;
    left: 45%;
   padding: 2%;
}
.resendMobile{
    position: relative;
    left: 35%;
    padding: 6%;
}
.tryWeb{
    position: relative;
    left: 33%;
    padding: 4%;
}
.tryMobile{
    position: relative;
    left: 10%;
    padding: 6%;
}
.profile-form{}
.profile-form .v-text-field--outlined{border-radius: 0;}
.profile-form .v-text-field--outlined .v-label{font-size: 13px;}
.p-font{
    font-size: 25px;
    color: black;
    font-style: normal;
}
.d-clr{
    background-color: #ebf6ff;
}
.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;*/
/*}*/

body:has(.l-clr) {
    background-color: #b8e6fe;
}

.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;
    margin: 0 !important;
}
.scrollable-content {
    max-height: 300px;
    overflow-y: auto;
}

.b-clr .row {
    margin: 0 !important;
}

.m-t{
    margin-top: -5%;
}
.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;

}
.view-detail-pop{
    max-width: 60%;
    right: -1.8%;
    position: fixed;
    margin: 0;
    max-height: 100% !important;
}
.view-detail-pop-mobile{
    max-width: 90%;
    right: -2%;
    position: fixed;
    margin: 0;
    max-height: 100% !important;
}
.barHeight{
    height: 300px !important;
    width: 100% !important;
}
.mt1{
    margin-top: -8%;
}
.check-mr{
    margin: 0px;
    padding: 0px !important;
}
.t-font{
    font-size: 14px;

}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 70%;
    max-width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: #fff;
}
.field-class{
    width: 50%;
}


.login-form{
    padding: 3%;
}
.login-form .v-text-field--outlined > .v-input__control > .v-input__slot {
    border-radius: 0;
}

.login-form .mail-btn {
    width: 100%;
    margin-right: 3px;
    margin-bottom: 25px;
    border-color: #888;
    height: 55px !important;
    color: #1976d2 !important;
    font-size: 12px !important;
}

.login-form .fb {
    background: #1976d2;
}

.login-form .gmail {
    background: #f52828;
}

.login-form .login {
    width: 49%;
}
.login-form .loginMobile {
    width: 100%;
}

.cursor_class {
    cursor: pointer;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
    max-height:90vh;
    overflow-y: scroll;
}
.modal.right .modal-body::-webkit-scrollbar {
    width: 5px;
}
@media only screen and (max-width: 600px) {
    .m-t{
        margin-top: -17%;
    }
}


