
body.lock-screen {
    overflow: hidden;
}


#oks-form, #oks-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#oks-form .formRow {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

#oks-form .formRow:after {
    content: '';
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
}


#oks-form .formRow h3.form-title {
    font-family: Arial, Helvetica, Sans-serif!important;
    font-weight: bold!important;
    font-size: 20px!important;
    color: #1c1c1c!important;
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;    
}


#oks-form .form-container {
    position: relative;
    display: block;
}

#oks-form .form-container h4.subtitle {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: bold!important;
    color: #000;
    padding: 0;
    margin: 0;
}

#oks-form .form-container .form-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#oks-form .form-container .form-row .form-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48%;
    flex-shrink: 0;
}



#oks-form .form-container .form-row .form-line label:not(label.error, label.custom) {
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;   
    line-height: 1.4;
}
#oks-form .form-container .form-row .form-line label:not(label.error,  label.custom)::after {
    content: ':';
}
#oks-form .form-container .form-row .form-line label.error,
#oks-form .form-container .form-row .form-line span.error {
    z-index: 33;
    top: calc(100%);
    text-align: right;
    color: #fff;
    background-color: #cc0000;
    width: 100%!important;   
    font-size: 11px; 
    line-height: 1.4;
    padding: 5px;    

    position: absolute;
    left: 0;
    border-radius: 10px;
}
#oks-form .form-container .form-row .form-line label.error::before,
#oks-form .form-container .form-row .form-line span.error::before {
    background-color: #cc0000;
    left: unset;
    right: 10%;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: -5px;
    transform: rotate(45deg);  
}


#oks-form .form-container .form-row .form-line label.custom {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px;
    font-size: 16px;
    cursor: pointer;
}
#oks-form .form-container .form-row .form-line label.custom .custom-input{
    width: 20px; height: 20px;
    margin: 0;
    margin-top: -2px;
}



#oks-form .form-container .tooltip-obj {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px; height: 18px;
    background-color: #F9C24C;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

#oks-form .form-container .form-row .form-line .obj {
    position: relative;
    width: 69%;
}
#oks-form .form-container .form-row .form-line .custom-obj {
    display: flex;
    align-items: center;
    gap: 10px;
}


#oks-form .form-container .form-row .form-line .obj input {
    width: 100%; height: 40px;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    color: #000;
    outline: none;
}

#oks-form .form-container .form-row .form-line .obj textarea {
    width: 100%; height: 80px;
    border: 1px solid #c7c7c7;
    background: #fff;
    padding: 10px ;
    font-family: Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    color: #000;
    outline: none;
}

#oks-form .form-container .form-row .form-line-long {
    width: 100%;
}

#oks-form .form-container .form-row .form-line-long label {
    width: 14.5%!important;
}
#oks-form .form-container .form-row .form-line-long .obj {
    width: 85%;
}

#oks-form .form-container .form-hr {
    border-top: 1px solid #c1c1c1;
    margin-bottom: 30px;
}


#oks-form .btn-submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    background: #1a4794;
    border-radius: 3px;
    text-align: center;
    height: 46px;
    width: 185px;
    margin: 0 auto;
    line-height: 46px;
    color: #fff;
    font-family: Arial, Helvetica, Sans-serif;
    cursor: pointer;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    font-size: 15px;   
    margin-top: 80px; 
}
#oks-form .btn-submit[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

#oks-form .btn-submit .loading {
    display: none;
}
#oks-form .btn-submit .loading svg {
    fill: #fff;
}

#oks-form .btn-form-submit.loading span {
    display: none;
}
#oks-form .btn-form-submit.loading .loading {
    display: block;
}



#oks-form .form-container .select2-container {
    width: 100% !important;
}

#oks-form .form-container .select2-selection {
    width: 100% !important;
    height: 40px !important;
    border-radius: 0 !important;
}

#oks-form .form-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #000 !important;
    border-width: 0 1px 1px 0 !important;
    display: inline-block !important;
    padding: 3px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    margin-left: -4px !important;
    margin-top: -6px !important;
}

#oks-form .form-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    padding-left: 10px;
    padding-right: 55px;
    color: #7a7a7a !important;
}


#oks-form .form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-radius: 0;
    width: 54px;
    height: 40px;
    background: #dddbdb;
}

#oks-form .oks-table {
    border: 1px solid #e2e0e0;
    margin: 0;
}

#oks-form .oks-table thead th {
    text-align: left;
    color: #707272;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    vertical-align: middle;    
    border-right: 1px solid #e2e0e0;
}
#oks-form .oks-table tbody td {
    border-right: 1px solid #e2e0e0;
    color: #707272;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    vertical-align: middle; 
}
#oks-form .oks-table tbody td:last-child {
    border: none;
}
#oks-form .oks-table tbody tr:nth-child(even) td {
    background-color: #f7f7f7;
}
#oks-form .oks-table tbody td .text-danger {
    width: fit-content;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #c00;
    color: #fff;
    line-height: 1;
}

/****************/
.tooltip {
  display: none;
  position: absolute;
  background-color: #F9C24C;
  color: #333;
  padding: 5px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  z-index: 1000;
  max-width: 300px;

}

.tooltip:after {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-left: -8.5px;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    background: #f8c157;
    transform: rotate(-134deg);
    margin-top: -7px;    
}

/******************************/

#oks-form-otp-container {
    position: fixed;
    display: none;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
#oks-form-otp-container.active {
    display: flex;
}




#oks-form-otp-container .form-verification{
    position: absolute;
    display: block;
    width: 440px;
    height: 400px;
    background-color: #fff;
    border-radius: 20px;
    top: calc(50% - 200px);
    left: calc(50% - 220px);
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
}
#oks-form-otp-container .form-verification .text {
    text-align: center;
}
#oks-form-otp-container .form-verification .input-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 20px 0;
}


#oks-form-otp-container .form-verification .input-area .txtVerificationCode {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0.5px solid #c3c3c3;     
    
    font-family: "TT Commons Pro";
    font-weight: 600;
    font-size: 24px;
    color: #000;
    text-align: center;
                     

}


#oks-form-otp-container .form-verification .timer-area {
   text-align: center;
}
#oks-form-otp-container .form-verification .timer-area span {
   font-weight: bold;
}

#oks-form-otp-container .form-verification .timer-area-error {
    display: none;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color:#c00;
}
#oks-form-otp-container .form-verification .timer-area-error a {
    color: navy; text-decoration: underline;
}
#oks-form-otp-container .form-verification .input-area-error small {
    display: none;
}

#oks-form-otp-container .form-verification .btnAction {
    position: relative;
    display: block;
    width: fit-content;
    padding: 10px 20px;
    background-color: #1a4794;
    color: #fff;
    font-weight: bold;
    margin: 40px auto 0;
    border-radius: 4px;
}

#oks-form-otp-container .form-verification .btnAction[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

@media screen and (max-width: 768px){
    #oks-form .form-container .form-row {
        flex-direction: column;
        margin-bottom: 0;
    }    
    #oks-form .form-container .form-row .form-line {
        width: 100%; margin-bottom: 30px;
    }
    #oks-form .form-container .form-row .form-line-long label {
        width: 30%!important;
    }
    #oks-form .form-container .form-row .form-line-long .obj {
        width: 69%!important;
    }

}

#oks-form-thankyou {
    display: none;
}
#oks-form-thankyou .inner {
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    text-align: center;
    padding: 100px 0;
}

#oks-form-thankyou .inner * {
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    text-align: center;
}