.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;
}

.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;*/
/*}*/

.header {
    background: #2196f3;
}

.header1 {
    background: #ff9800;
}

.header2 {
    background: #f44336;
}

.b-clr {
    background: linear-gradient(45deg, #3490dc, #185e99) !important;
    width: 103%;
}

.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;
}

body:has(.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;

}

.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;
}

.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%;
    }
}

.custom-input {
    color: red;
    background-color: lightgray;
}

.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;
}

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

.login-form .mail-btn {
    width: 49.5%;
    margin-bottom: 25px;
    height: 55px !important;
    font-weight: bold !important;
}

/*.login-form .fb{background: #1976d2;}*/
/*.login-form .gmail{background: #f52828;}*/
.login-form .login {
    width: 48%;
    margin-left: 25%;
}

.login-form .loginOtp {
    width: 20%;
    margin-left: 40%;
    margin-bottom: 15px;
}
.login-form .otpButton{
    width: 20%;
    margin-left: 40%;
    margin-bottom: 15px;
    padding: 40%;
}

.login-form .loginTry {
    margin-left: 30%;
    margin-bottom: 15px;
}

.login-form .forgetBtn {
    width: 40%;
    margin-top: 20px;
    margin-left: 30%;
    margin-bottom: 15px;
    height: 20px !important;
    font-weight: bold !important;
    background: linear-gradient(to right, #7ee1ea, #358ceb);
    color: #FFFFFF !important;
}
.login-form .setBtn {
    font-weight: bold !important;
    background: linear-gradient(to right, #7ee1ea, #358ceb);
    color: #FFFFFF !important;
}
.login-form .login-sign {
    margin-top: 6px;
    margin-left: 25%;
}
.login-form .login-mobile{
    margin-top: 6px;
    margin-left: 12%;
    margin-bottom: 8%;
}

/*.prop-ads h3{color: #333; font-weight: bold;margin-bottom: 10px;}*/
/*.prop-ads .ads .col{padding: 5px; color: #555;font-size: 12px;}*/
.edit .v-list-item {
    font-size: 12px !important;
}

.pieChart canvas {
    height: 280px !important;
}
.view-detail-pop{
    max-width: 60%;
    right: -24px;
    position: fixed;
    margin: 0;
    max-height: 100% !important;
}
.view-detail-pop-mobile{
    max-width: 100%;
    right: -24px;
    position: fixed;
    margin: 0;
    max-height: 100% !important;
}

