body {
    font-family: 'Poppins', sans-serif;
}

.bg_grey {
    background-color: #f5f4fb;
}

.bg_white {
    background-color: white;
}

.logo {
    width: 1in;
    padding-top: 1rem;
    padding-left: 1rem;
}

.tab_row {
    border-bottom: 4px solid #FACF0F;
}

.tab_title {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #2C2844;
}

.tab_bottom {
    height: 8px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.tab_bottom_active {
    background-color: #FACF0F;
    background: #FACF0F;
    border-radius: 15px 15px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

.custom_input {
    height: 50px;
    width: 100%;
    outline: none !important;
    border: none;
    border-radius: 50px;
    padding: 0px 25px;
    color: #2C2844;
    border: 1px solid rgba(255, 103, 103, 0.35);
    box-sizing: border-box;
}

.custom_input::placeholder {
    color: #ACACAC;
    font-size: 13px;
    font-weight: 300;
}

.input_icon {
    width: 14px;
    position: absolute;
    right: 25px;
}

input[type=password]::-ms-reveal {
    display: none;
}

.login_btn {
    height: 42px;
    border: none;
    outline: none !important;
    font-size: 13px;
    font-weight: 400;
    color: #2C2844;
    background-color: #FACF0F;
    padding: 0px 25px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
    border-radius: 60px;
}

.login_text {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    color: #AAAAAA;
}

.login_text span {
    color: #2C2844;
    font-weight: 500;
}

.social_icon_div {
    width: 40px;
    height: 40px;
    border: 1px solid #FACF0F;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

.social_icon {
    height: 45%;
}

input[type=checkbox]+label {
    height: 18px;
    width: 18px;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
}

input[type=checkbox]:checked+label {
    background-color: #FACF0F;
}

.check_label_txt {
    width: 140px;
    margin-left: 8px;
}

.signup_div {
    display: none;
}

.invite_link {
    font-size: 10px;
    padding-right: 55px;
}

.custom_btn {
    outline: none !important;
    border: none;
    border-radius: 6px;
    background-color: #2C2844;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
}

.lang_selectbox {
    outline: none !important;
    border: none;
    border-radius: 25px;
    background-color: #FACF0F;
    font-size: 10px;
    padding: 4px 4px 4px 20px;
    box-shadow: 0px 3px 8px #e5e5e5;
}

.lang_selectbox option {
    background-color: white;
}

.lang_selectbox_icon {
    position: absolute;
    left: 6px;
}

.m_img_div {
    width: 25px;
    height: 25px;
    background-color: rgba(44, 40, 68, 0.17);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m_img_div img {
    height: 13px;
}

.upload_title {
    text-align: center;
    color: #2C2844;
    font-size: 16px;
    font-weight: 500;
}

.upload_title_2 {
    text-align: center;
    color: #2C2844;
    font-size: 14px;
    font-weight: 500;
}

.model_text {
    color: #2C2844;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    opacity: .5;
    text-align: center;
}

.model_input {
    width: 100%;
    background-color: rgba(44, 40, 68, 0.17);
    color: rgba(44, 40, 68, 0.58);
    font-size: 12px;
    font-weight: 500;
    border: none;
    outline: none !important;
    padding: 10px;
}

.modal_btn {
    outline: none !important;
    border: none;
    border-radius: 6px;
    background-color: #2C2844;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}

.modal_btn_2 {
    outline: none !important;
    border: none;
    border-radius: 6px;
    background-color: #dbdadf;
    color: #2C2844;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
}

.dashed_div {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%23DBDADFFF' stroke-width='2' stroke-dasharray='4%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 7px;
}

.join_code_input {
    width: 40px;
    height: 40px;
    background-color: rgba(44, 40, 68, 0.17);
    color: rgba(44, 40, 68, 0.58);
    font-size: 15px;
    font-weight: 500;
    border: none;
    outline: none !important;
    text-align: center;
    margin: 0px 6px;
}

.M_order_code {
    color: #FF6767;
    background-color: white;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 22px;
    padding-left: 22px;
    border: none;
    outline: none !important;
}

.M_order_btn {
    width: 95px;
    outline: none !important;
    border: none;
    border-radius: 6px;
    background-color: #2C2844;
    color: white;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0px;
}

.M_order_btn_2 {
    width: 95px;
    outline: none !important;
    border: none;
    border-radius: 6px;
    background-color: #dbdadf;
    color: #2C2844;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0px;
}

.m_div_2 {
    display: none;
}


/* Model Css*/

.modal-header {
    padding-bottom: 0px;
    border: none;
}

.modal-content {
    border-radius: .6rem;
}

.close {
    color: #2C2844;
    opacity: 1;
    font-size: 20px;
}

.langDropdownSection {
    display: flex;
}

.word_len_lgn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px !important;
    padding: 0 5px;
}

.word_len_lgn_btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px !important;
}

.rememberMeTxt {
    text-align: left !important;
    margin-left: 15px;
}

.loginInputText {
    padding: 0px 44px 0px 19px !important;
}

.word_len_lgn_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px !important;
    padding: 0 5px;
}

.forgetPassTxt,
#SignUp,
#SignIn {
    text-decoration: underline;
}

.login {
    overflow-x: hidden;
}

.login .container-fluid {
    margin-top: -28px;
}