.wrapper_view_desktop,
.wrapper_view_device
{
    display: none;
}

.main_view_menu
{
    width: 170px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main_view_menu button
{
    width: 100%;
    height: 100%;
    background-color: #00b862;
    border-radius: 15px;
    font-family: XEROSANS-BOLD;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
}

.bloked_menu
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 145;
    display: none;
}

.main-auth
{
    width: calc(100% - 40px);
    height: calc(100% - 340px);
    overflow-y: scroll;
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
}

.main-auth::-webkit-scrollbar
{
    width: 0;
}

.sectionLayoutScroll
{
    width: calc(100% - 30px);
    min-height: 40px;
    margin: 0 auto 100px;
}

.profile__wrapper_pic_1
{
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

.profile__wrapper_pic_1 img
{
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.form-auth
{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.form-auth-fields
{
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.form-auth-fields-title
{
    width: 100%;
    height: 60px;
    direction: rtl;
    margin-bottom: 10px;
}

.form-auth-fields-title h1
{
    font-family: XEROSANS-BOLD;
    font-size: 18px;
    line-height: 30px;
    color: #111b21;
}

.form-auth-fields-title h2
{
    font-family: XEROSANS-NORMAL;
    font-size: 14px;
    line-height: 30px;
    color: #8a8a8a;
}

.field-input
{
    width: 100%;
    height: 50px;
    position: relative;
}

.field-input input
{
    width: 100%;
    height: 100%;
    border: 2px solid #8a8a8a;
    outline: none;
    background-color: transparent;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 0 20px;
    font-family: BYekan;
    font-weight: bold;
    font-size: 22px;
    color: #104d33;
}

.field-input-ico
{
    width: 50px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.field-input-ico span
{
    font-size: 30px;
    line-height: 50px;
    color: #999;
}

.input-num input
{
    font-family: BYekan;
    font-weight: bold;
    font-size: 20px;
}

.fieldInputLable,
.verifyInputLable
{
    width: 100%;
    height: 20px;
    direction: rtl;
}

.fieldInputLable label,
.verifyInputLable label
{
    font-family: XEROSANS-NORMAL;
    font-size: 13px;
    position: relative;
    top: 0px;
}

.submit
{
    width: 100%;
    height: 50px;
    border-radius: 15px;
    margin-top: 30px;
}

.submit button
{
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    font-family: XEROSANS-BOLD;
    font-size: 16px;
    cursor: pointer;
}

.auth-sub
{
    background-color: var(--gold);
}

header
{
    width: 100%;
    height: 160px;
    background-color: var(--white);
    position: fixed;
    top: 0;
    z-index: 100;
    transition: height 0.3s ease;
}

header.scrolled-down {
    height: 100px;
}

header.scrolled-up {
    height: 160px;
}

.header-container
{
    width: calc(100% - 40px);
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.header-container a
{
    color: #111b21;
}

.header-container
{
    width: calc(100% - 40px);
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.header-container a
{
    color: #111b21;
}

.header__wrapper_100-1
{
    width: auto;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.header__wrapper_100-1 span
{
    font-size: 34px;
    line-height: 50px;
    color: #104d33;
}

.backFixed
{
    width: 30px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #575757;
    border-radius: 30px;
    cursor: pointer;
}

.backFixed span
{
    font-size: 16px;
    line-height: 36px;
    color: #575757;
}

.section-auth-row-one
{
    width: 100%;
    min-height: 40px;
    margin: 0 auto;
}

.mainLayoutSlider
{
    width: calc(100% - 40px);
    margin: 20px auto 0;
    position: relative;
}

.layoutSliderTitle
{
    width: 100%;
    height: 40px;
    direction: rtl;
    text-align: right;
}

.layoutSliderTitle span
{
    font-family: XEROSANS-BOLD;
    font-size: 16px;
    line-height: 40px;
    color: #111b21;
    margin-right: 20px;
}

.layoutSliderBar
{
    width: 100%;
    position: relative;
}

.layoutSliderBarFrame
{
    max-width: 100%;
    overflow: hidden;
    cursor: grab;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    scrollbar-width: none;
    direction: rtl;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.styleLayoutFooter
{
    width: calc(100% - 40px);
    height: auto;
    background-color: var(--white);
    margin: 0 auto;
    position: relative;
}

.wrapper-footer-upper
{
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
    row-gap: 20px;
}

.upper-logo img
{
    width: 100px;
}

.upper-links
{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    line-height: 20px;
    list-style: none;
    row-gap: 10px;
    direction: rtl;
}

.upper-links a
{
    font-family: XEROSANS-BOLD;
    font-size: 15px;
    color: var(--grey);
    line-height: 20px;
}

.upper-social
{
    display: grid;
    grid-auto-flow: column;
    gap: 15px;
    direction: rtl;
    margin-top: 20px;
}

.upper-social a
{
    font-size: 28px;
    color: #25d366;
}

.wrapper-footer-lower
{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    list-style: none;
    row-gap: 5px;
}

.wrapper-footer-lower a
{
    font-family: XEROSANS-NORMAL;
    font-size: 14px;
    color: var(--grey);
}

.wrapper-footer-license
{
    width: 90px;
    height: 110px;
    margin: 40px auto 60px;
}

.content-license
{
    width: 90px;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #e2e2e2;
    border-radius: 15px;
}

.content-license:not(:last-child)
{
    margin-left: 10px;
}

.content-license img
{
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.wrapper-footer-copyright
{
    width: 100%;
    height: 25px;
    text-align: center;
}

.wrapper-footer-copyright .copyright-txt
{
    font-family: Sans-Serif;
    font-size: 13px;
    color: #25d366;
}

.wrapper-footer-copyright .fa-copy_right
{
    font-size: 15px;
    color: #575757;
    position: relative;
    top: -3px;
}

.cart_a_100-1:not(:first-child)
{
    margin-top: 5px;
}

.backFixed
{
    width: 30px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #575757;
    border-radius: 30px;
    cursor: pointer;
}

.backFixed span
{
    font-size: 16px;
    line-height: 36px;
    color: #575757;
}

@media /* ---------- `verify */
{
    #sessionMobile
    {
        font-family: BYekan;
        font-weight: bold;
        font-size: 18px;
        color: #111b21;
    }

    .verifyInput
    {
        width: 220px;
        height: 50px;
        margin: 40px auto 0;
    }

    .verifyInput input
    {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 5px;
        background-color: #eeeeee;
        border-radius: 7px;
        outline: none;
        border: none;
        font-family: BYekan;
        font-weight: bold;
        font-size: 22px;
        color: #111b21;
        box-sizing: border-box;
        text-align: center;
        color: #2e383c;
    }

    .verifyInput input:focus
    {
        border: 2px solid #19bfd3;
    }

    .warpperLoginFormTitle
    {
        width: 100%;
        height: auto;
        direction: rtl;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .warpperLoginFormTitle h1
    {
        font-family: XEROSANS-BOLD;
        font-size: 18px;
        color: #111b21;
    }

    .warpperLoginFormTitle p
    {
        font-family: XEROSANS-NORMAL;
        font-size: 13px;
        color: #2e383c;
        direction: rtl;
        line-height: 15px;
    }

    .timerResend
    {
        width: 120px;
        height: 40px;
        margin: 20px auto 0;
        text-align: center;
    }

    .timerResendBar
    {
        width: 80px;
        height: 100%;
        direction: rtl;
        float: right;
    }

    .resendInput
    {
        width: 120px;
        height: 40px;
        margin: 20px auto 0;
        direction: rtl;
    }

    .resendInput input
    {
        width: 100%;
        height: 100%;
        background-color: transparent;
        outline: none;
        box-sizing: border-box;
        color: #19bfd3;
        border: none;
        font-family: XEROSANS-BOLD;
        font-size: 14px;
        cursor: pointer;
        margin: 0 auto;
    }

    .timerResendBar span
    {
        font-family: XEROSANS-NORMAL;
        font-size: 14px;
        color: #666;
        line-height: 40px;
    }

    #resend-otp
    {
        font-family: XEROSANS-NORMAL;
        font-size: 14px;
    }

    #min,
    #sec,
    #hou,
    #day
    {
        font-family: BYekan;
        font-weight: bold;
        font-size: 16px;
    }

    .timerResendIco
    {
        width: 40px;
        height: 100%;
        float: right;
    }

    .timerResendIco span
    {
        font-size: 28px;
        line-height: 40px;
        color: #666;
    }

    .verifySubmit
    {
        width: 100%;
        height: 50px;
        margin-top: 20px;
    }

    .verifySubmit button
    {
        width: 100%;
        height: 100%;
        background-color: transparent;
        outline: none;
        border: none;
        border-radius: 15px;
        font-family: XEROSANS-BOLD;
        font-size: 16px;
        cursor: pointer;
        direction: rtl;
    }

    .loginSubmitStyle button
    {
        color: #ffffff;
        background-color: #0000cc;
    }
}





















