body {
    background: #fff;
    width: 100%;
}

.auth_container_2 {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    z-index: 0;
    padding: 0 1rem;
}

.auth_container_2::before {
    content: '';
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background: url(../../images/restaurant/Union.png) no-repeat top right / contain;
}

.auth_container_2::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background: url(../../images/restaurant/authbg_layer.png) no-repeat bottom right / contain;
}

.auth_card_2 {
    max-width: 28.75rem;
    width: 100%;
    border-radius: .75rem;
    position: relative;
    z-index: -0;
    background-color: #fff;
    margin: auto;
}

.auth_card_2::before {
    content: '';
    top: 0;
    left: 0;
    border-radius: .75rem;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(143.94deg, #3166A9 -6.47%, #FFFFFF 24.16%, #FFFFFF 78.85%, #3166A9 102.9%);
    z-index: -1;
}

.auth_card_2::after {
    content: '';
    top: 0;
    left: 0;
    border-radius: .75rem;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    transform: translate(1px, 1px);
    background: #fff;
    z-index: -1;
}

.auth_card_header_2 {
    padding: 3.125rem .625rem 0;
    text-align: center;
}

.authLogo {
    width: 4.8125rem;
    margin-bottom: .875rem;
}

.auth_card_header_2 h3 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
}

.auth_card_header_2 h4 {
    font-size: 1.5rem;
    font-family: p700;
}

.auth_card_header_2 h5 {
    font-size: 1rem;
}


.auth_card_body_2 {
    padding: 1.75rem 2.5rem;
}

.auth_card_body_2 p {
    font-size: 1rem;
    margin-bottom: 0;
    color: #B6B6B6;
    text-align: center;
}

.auth_card_body_2 p a {
    color: var(--theme);
    font-family: p500;
    text-decoration: none;
}

.input_group {
    position: relative;
    margin-bottom: 1.25rem;
}

.input_control {
    border: 2px solid #D9D9D9;
    outline: none;
    height: 3.5rem;
    border-radius: .75rem;
    padding: 0 1rem;
    font-size: 1rem;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.input_group:has(.int_l_ico) .input_control {
    padding-left: 2.7rem;
}
.input_group:has(.int_r_ico) .input_control {
    padding-right: 2.7rem;
}

.input_control:focus {
    border-color: var(--theme);
}

.input_group .int_l_ico,
.input_group .int_r_ico {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.1875rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ddd;
    z-index: 2;
    cursor: pointer;
}

.input_group .int_l_ico img,.input_group .int_r_ico img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
}

.input_group .int_l_ico {
    left: 0;
}

.auth_submit_btn_2 {
    background: var(--themebg);
    border: none;
    border-radius: 18px;
    height: 3.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.25rem;
    font-family: p700;
    transition: all 0.2s ease;
}

/* .auth_submit_btn_2:hover {
    transform: translateY(-2px);
} */

.otp_int_group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 1.25rem;
}

.otp_int_group input {
    height: 3.3494rem;
    max-width: 3.3494rem;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 1.125rem;
    text-align: center;
    outline: none;
}

.otp_int_group input:focus {
    border-color: var(--theme);
}

.otp_int_group input::-ms-fill {
    border-color: var(--theme);
}

.auth_card_body_2 h5 {
    font-size: 1.125rem;
    font-family: p700;
    text-align: center;
    margin-bottom: 15px;
}

.auth_card_body_2 h3 {
    font-size: 1.5rem;
    font-family: p700;
    text-align: center;
}

.show_step_lins {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.step_line {
    width: calc(100% / 4 - 7.5px);
    height: .4375rem;
    border-radius: 50px;
    background: #3166A936;
}

.step_line.active {
    background: #3166A9;
}

.upload_img_round label {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    border: 1px solid #3166A936;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3166A930 url(../../images/restaurant/Image_palceholder.png) no-repeat center / 28px;
    position: relative;
    margin: 0 auto .625rem;
    cursor: pointer;
}

.upload_img_round label i {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--theme);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    line-height: normal;
    color: #fff;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.upload_img_round label img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.upload_img_round label img[src=""] {
    display: none;
}

.day_select {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .3438rem;
}

.day_select label {
    width: calc(100% / 7 - .3rem);
    height: 2.5rem;
    background: #3166A936;
    font-size: .875rem;
    font-family: p500;
    border-radius: .625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.day_select input:checked+label {
    background: var(--theme);
    color: #fff;
    box-shadow: 0px 9.17px 13.75px 0px #4CAF5033;
}

.choose_availabilty_area {
    border: 2.29px solid #d0ddeb;
    border-radius: 1rem;
    padding: 1.25rem 0 2rem;
    position: relative;
}

.choose_availabilty_area h6 {
    text-align: center;
    font-size: .8019rem;
    font-family: p500;
}

.check_closed {
    position: absolute;
    top: .9375rem;
    right: .9375rem;
    z-index: 2;
}

.check_closed label {
    color: #7A7A7A;
    font-size: .875rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .3438rem;
}

.check_closed label i {
    border: 0.92px solid var(--theme);
    background: #3166A91A;
    color: #fff0;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: .2813rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 1px;
}

.check_closed input:checked+label i {
    color: var(--theme);
}

.from_to_select {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
}

.from_to_select label {
    font-size: 13px;
    color: #262626;
}

.from_to_select input {
    box-shadow: 0px 3.67px 18.33px 0px #0000000A;
    border: 0.92px solid #E9E9E9;
    width: 5.5rem;
    height: 1.9481rem;
    font-size: .75rem;
    color: #7A7A7A;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: .4581rem;
    background: #EAEBEB80;
    padding-top: 5px;
    padding-left: 1.875rem;
}

.from_to_select input[type='time']::-webkit-calendar-picker-indicator {
    opacity: 1;
    position: absolute;
    width: 100%;
    left: -3px;
    ;
    top: 6px;
    cursor: pointer;
}

.from_to_select input+img {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 2px;
    height: 1.6875rem;
    width: 1.25rem;
    background-color: #f4f5f5;
    border-radius: 50%;
    object-fit: contain;
    padding: 2px;
    pointer-events: none;
}

.sm_cuis_ty {
    text-align: center;
    padding: 9px 7px 5px;
    border-radius: 8px;
    border: 1px solid transparent;
    min-height: 100%;
}

.sm_cuis_ty img {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    margin-bottom: 6px;
}

.sm_cuis_ty span {
    font-size: .875rem;
    display: block;
    font-family: p500;
}

.sm_cuis_ty.addCuisine {
    border: 1px solid #b6d3f9;
}
/* checkbox */
.language_check{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}
.language_check img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.language_check input{
    accent-color: var(--theme);
    width: 1.25rem;
    height: 1.25rem;
}

@media (max-width:567.98px) {
    .auth_card_body_2 {
        padding: 0.75rem 0.8rem 1.75rem;
    }
}