/*---Start Common class---*/
html
{
    scroll-behavior: smooth;
    height: 100%;
}
body
{
    
    font-family: 'proxima_novaregular';
    position: relative;
    min-height: 100%;
}
ul
{ 
    padding: 0 !important;
    margin: 0;
}
ul li
{
    list-style: none;
}
a
{
    text-decoration: none !important;
}
hr
{
    background: #99999B;
    opacity: 1;
}
main
{
    padding-bottom: 2.5rem;
}
.form-control:focus
{
    background: #99999B;
    box-shadow: none;
}
input:focus-visible {
    outline: none;
}
/* Scrollbar-Css */
.scrollbar
{
    background-color:#e9e9e9;
    width:8px;
    height: 10%;
}
.scrollbar-track
{
    background-color:#e9e9e9
}
.scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:2px solid #e9e9e9;
}
::-webkit-scrollbar
{
    background-color:#fff;
    width:8px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background-color:#e9e9e9

}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:2px solid #e9e9e9;
}
::-webkit-scrollbar
{
    background-color:#e9e9e9;
    width:8px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background-color:#e9e9e9
}
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:2px solid #e9e9e9;
}
::-moz-scrollbar
{
    background-color:#fff;
    width:8px;
    height: 10px;
}
::-moz-scrollbar-track {
    background-color:#e9e9e9
}
::-moz-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:2px solid #e9e9e9;
}

/* End Scrollbar Css */  
/*---End Common class---*/
/* Start LoginHead Css */
.loginContain
{
    background: url('../images/loginBg1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.loginHead {
    padding: 30px 0px;
}
.brand_logo img {
    width: 100%;
    max-width: 225px;
    height: 40px;
    object-fit: contain;
}
/* End LoginHead Css */
/* Start LoginForm Css */
.form-group-default {
    border: none;
    background-color: #EAEBE9;
    border-radius: 2px;
    padding: 6px 20px !important;
    line-height: normal;
    position: relative;
}
.form-group-default.active {
    border-left: 3px solid #41C700;
    /* border-radius: 5px; */
}
.invalid-feedback {
    position: relative;
    /* left: auto;
    right: 0;
    bottom: -21px; */
    display: block;
}
.form-group-default .form-control {
    border: none;
    padding: 0;
    background: none !important;
    color: #0F1E08;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}
.form-group-default .form-control::placeholder
{
    color: #BEC2BC;
    font-size: 14px;
    font-weight: 500;
}
.label_field {
    font-size: 12px;
    color: #566151;
    margin-bottom: 5px;
}
.form-group-default .form-control:focus::after
{
    position: absolute;
    content: '';
    background: #41C700;
    height: 100%;
    width: 3px;
}
.loginForm {
    position: relative;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0 20px;
}
.loginForm .heading_
{
    color: #fff;
    font-family: 'proxima_novabold';
}
.loginForm .subtext_
{
    color: #fff;
}
/* End LoginForm Css */
.copyright {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    /* color: #fff; */
    font-size: 12px;
    /* transform: translateY(40px); */
}
.bottomContent
{
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 50%;
    top: auto;
    display: flex;
    justify-content: center;
}
.login
{
    color: #fff;
}
/* Start Forgot Form */
#leftArea {
    background: url(../images/loginBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /* width: 100%; */
    position: relative;
}
#leftArea .brand_logo
{
    padding: 30px;
    display: inline-flex;
}
#rightArea 
{
    padding: 0 12%;
    position: relative;
}
/* End Forgot Form */
/* Start OTP Css*/
.input-groups {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
.input_digits_ {
    width: 58px;
    height: 60px;
    background-color: #EAEBE9;
    border: 1px solid #EAEBE9;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    font-weight: 200;
    color: #14171A;
    /* margin: 0 2px; */
    appearance: none !important;
}
.inputField {
    width: 58px;
    height: 60px;
    background-color: #EAEBE9;
    border: 1px solid #EAEBE9;
    line-height: 50px;
    text-align: center;
    font-size: 32px;
    font-weight: 200;
    color: #14171A;
    /* margin: 0 2px; */
    appearance: none !important;
}
.verification_list li{
    display: inline-block;
    padding: 0 13px 0 2px
}
.verification_list {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content:end;
}
.verification_list li:last-child{
    padding: 0;
}
.form-group-default input:focus{
    box-shadow: none !important;
}
.input-groups.verify_otp{

    margin: 10px 0;
    width: 100%;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  -moz-appearance: textfield;
}
.hide-icon.hide-icon {
    background-image: url(/images/Hide.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 4;
    height: 17px;
    width: 17px;
    position: absolute;
    bottom: 9px;
    right: 20px;
    filter: invert(34%) sepia(3%) saturate(3274%) hue-rotate(57deg) brightness(92%) contrast(72%);
    }
    .show-icon {
        background-image: url(/images/Show.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        z-index: 4;
        height: 17px;
        width: 17px;
        position: absolute;
        top: 30px;
        right: 20px;
        filter: invert(34%) sepia(3%) saturate(3274%) hue-rotate(57deg) brightness(92%) contrast(72%);
    }
/* End OTP Css*/
/* Start Alert Button Css */
.alert-success {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 50%;
    width: auto;
    color: #FFF;
    background-color:#2d5643fc ;
    border-color: #2d5643fc;
    display: inline-block;
    z-index: 99;
    padding: 11px 30px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    transform: translate(-50%, 0%);
}
.alert button {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
  }
  

/* End Alert Button Css */
.calendericon {
    position: absolute;
    top: 27px;
    right: 32px;
}
