/*---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
{
    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: 10%;
}
::-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: 10%;
}
::-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: 10%;
}
::-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 {
    padding: 23px;
    position: relative;
    display: inline-flex;
}
.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 input:focus{
    box-shadow: none !important;
}
.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;
}
.loginForm .heading_
{
    font-family: 'proxima_novabold';
}
/* End LoginForm Css */
.copyright {
    text-align: center;
    font-size: 12px;
}
.bottomContent
{
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 50%;
    top: auto;
    display: flex;
    justify-content: center;
}
.nav-item {
    padding: 0 16px;
}
.nav_items {
    display: inline-block;
    margin-right: 15px;
}
.nav_link {
    color: #566151 !important;
    font-size: 16px;
    display: inline-block;
    position: relative;
}
.nav_link.active {
    color: #0F1E08 !important;
    font-family: 'proxima_novabold';
}
.nav_link.active::after {
    position: absolute;
    content: '';
    background: #ED343C;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -8px;
}
/* Start Forgot Form */
#rightBg {
    background: url(/images/rightImg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.topBar {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 1rem 0rem;
}
.becomeMember
{
    position: relative !important;
    padding: 20px 0;
}
.forgotTxt
{
    font-size: 14px;
    margin: 0;
    color: #566151;
    transition: all 0.5s;
}
/* 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;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  -moz-appearance: textfield;
}
/* End OTP Css*/
.formContainer {
    display: flex;
    flex-direction: column;
    place-content: center;
    /* padding: 0 18%; */
    position: relative;
    height: calc(100vh - 40px);
}
.becomeMember .formContainer {
    height: calc(100vh - 161px);
}
.remember_me {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    margin: auto;
    vertical-align: middle;
    appearance: none;
    border: 1px solid #56615133;
    background-color: #FAFAFA;
    cursor: pointer;
}
.remeberText {
    position: relative;
    margin-left: 8px;
    font-size: 14px;
    color: #0F1E08;
}
.form-check-input[type="checkbox"]:checked {
    background: transparent !important;
    border: 1px solid #E63C2F !important;
}
.form-group{
    position: relative;
}
.form-group input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -24px;
    width: 5px;
    height: 9px;
    border: solid #ed343c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.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;
}
.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%);
    }
/* Start LeftArea Css */
#leftArea
{
    padding: 0 12%;
}
#leftArea #pills-tab {
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 222;
}
.becomeMember .formContainer {
    /* height: auto; */
}
/* End LeftArea 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;
}
/* End Alert Button Css */
.nav-link.active{
    border-bottom: 2px solid red;
    font-weight: 600;
}
.investorType .form-group input[type="checkbox"]:checked + label:after {
    top: 7px;
    left: 7px;
}
.investorType .form-group {
    display: inline-block;
    margin: 0 5px 2px 0;
}

