.boxess1 
{
    color: #fff;
    margin-top: 5vw;
    margin-bottom: 4vw;
}

.divider-left 
{
    background-color: black;
}

.form-control:focus 
{
    border-color: #ffffff;
    box-shadow: none;
}

.px-5 
{
    padding-left: 10vw !important;
    padding-right: 10vw !important;
}

.group111 
{
    position: relative !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    justify-content: center !important;
}

.boxess1 .mb-3 
{
    width: 20vw;
}

.boxess1 form 
{
    padding-right: 4vw;
}

.btn1 
{
    margin-left: 1vw;
    background-color: #1E1C1D;
    color: #fff;
    border: 1px solid #fff;
}


.group111 .btn1,
.btn2 
{
    border-radius: 8px;
    width: 9vw;
}

.faslid1
{
    border: none !important;
    border-width: 0px 1px 0px 0px !important; /* فقط چپ و راست فعال */
    border-style: solid !important;
    border-image-source: linear-gradient(to bottom, #474747 0%, #FFFFFF 50%, #474747 100%) !important;
    border-image-slice: 1 !important;
}

.hrr1 
{
    margin: 2vw 0vw;
    border: none !important;
    border-width: 1px 0px 1px 0px !important;
    border-style: solid !important;
    border-image-source: linear-gradient(270deg, #474747 0%, #FFFFFF 50%, #474747 100%) !important;
    border-image-slice: 1 !important;
}

.bg-dark 
{
    background-color: #1E1C1D !important;
}

.boxess1 form label 
{
    font-size: 1vw;
    margin-right: 0.7vw;
}

.boxess1 form input::placeholder {
    color: #FFFFFF80;
}

.boxess1 form .mb-3 p {
    color: #FFFFFF80;
    font-size: 0.7vw;
    margin-top: 0.2vw;
}

.inputfade {
    width: 12vw;
}

.fade1 {
    border: 1px solid #fff;
    background-color: #FFFFFF80;
    margin-right: 1vw;
    height: 2.5vw;
    width: 5vw;
    border-radius: 5px;
}

.form-check {
    margin-top: 1vw;
    margin-bottom: 0vw !important;
}

.fade222 {
    background-color: #1E1C1D !important;
}

.fade20 {
    display: flex;
    justify-content: space-around;
}

.urpay-referral {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.urpay-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.urpay-red-glow 
{
    position: absolute;
    left: 50%;
    top: 0;
    width: 25vw;
    height: 25vw;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, #ff2a3d59, #ff2a3d00 60%);
    filter: blur(24px);
}

.urpay-slides {
    position: relative;
    width: 100%;
    height: 23vw;
    border-radius: 12px;
    overflow: hidden;
}

.urpay-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 320ms ease, transform 400ms ease;
    text-align: center;
}

.urpay-slide img {
    width: 11vw;
    height: 16vw;
    margin-top: 4vw;
}

.urpayimaggss
{
    width: 23vw !important;
}

.urpay-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.urpay-caption {
    margin: 0px auto 3vw;
    text-align: center;
    font-size: clamp(14px, 2.4vw, 18px);
    line-height: 1.6;
}

.urpay-dots {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

.urpay-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #8b8c8d;
    border: 1px solid #737577;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.urpay-dot::after {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 999px;
    background: transparent;
    transition: background-color 180ms ease;
}

.urpay-dot.is-active {
    border-color: #fff;
}

.urpay-dot.is-active::after {
    background: #fff;
}


.hrr1.hr224 
{
    margin: 2vw 0 2vw; 
    border-color: #aaa; 
}

.form-check-label
{
    text-decoration: none;
    color: #fff;
}


.btn-custom 
{
    height: 40px;  
    font-size: 14px; 
    padding: 0 12px; 
}
  
.aformch1
{
    font-size: 9px;
    padding: 0px !important;
    cursor: pointer;
}

.aformch1:hover
{
    color: #6e76be;
}

.phone21
{
    text-decoration: none !important;
    color: #ff0000 !important;
    font-size: 12px !important;
    text-align: center !important;
    cursor: pointer;
    width: 23vw !important;
}

.verify-title 
{
    font-size: 20px;
    font-weight: bold;
    color: white;
}

#formlogin svg
{
    cursor: pointer !important;
}

.showspan
{
    color: #fff;
    font-size: 8vw;
    text-align: center;
}


/* media */

@media(max-width:770px)
{

    .btn-custom 
    {
        height: 32px;    
        font-size: 12px; 
        padding: 0 8px;
    }

    .faslid1
    {
        display: none !important;
    }

    .faslid2
    {
        display: block !important;
        text-align: center;
        margin: 3vw 0vw 13vw; 
    }

    .faslid2 img
    {
        width: 20vw !important;
        height: 15vw !important;
    }

    .teach-slideer
    {
        display: block !important;
        background-color: #FFFFFF0D;
        width: 60vw;
        margin: 0px 5vw 5vw 3vw;
        text-align: center;
        height: 20vw;
        padding-top: 3vw;
        border-radius: 8px;
    }

    .teacimg1
    {
        width: 10vw !important;
        height: 15vw !important;
    }

    .teacimg2
    {
        width: 18vw !important;
        height: 15vw !important;
    }

    .teach-slideer span
    {
        font-size: 2vw;
        margin-right: 4vw;
    }

    .urpay-dots
    {
        margin-top: 3vw;
    }

    .urpay-dot 
    {
        width: 4px;
        height: 4px;
    }

    .group111 .btn1, .btn2
    {
        width: 28vw;
        height: 10vw;
        margin-bottom: 3vw;
        margin-top: 10vw;
    }

    .btn1 {
        margin-left: 4vw;
    }

    .hrr1
    {
        border: none !important;
        border-width: 1px 0px 1px 0px !important;
        border-style: solid !important;
        border-image-source: linear-gradient(270deg, #474747 0%, #FFFFFF 50%, #474747 100%) !important;
        border-image-slice: 1 !important;
    }

    .boxess1 .mb-3 
    {
        width: 55vw;
    }

    .boxess1 form label 
    {
        font-size: 2.5vw;
        margin-right: 0.7vw;
    }

    .boxess1 form 
    {
        padding-right: 7vw;
    }

    .inputfade
    {
        width: 28vw;
    }

    .fade1 
    {
        border: 1px solid #fff;
        background-color: #FFFFFF80;
        margin-right: 1vw;
        height: 8vw;
        width: 15vw;
        border-radius: 5px;
    }

    .d-flex svg
    {
        width: 6vw !important;
        height: 4vw !important;
        cursor: pointer;
    }

    .hr224
    {
        margin: 5vw 0vw; 
    }

    .phone21
    {
        width: 64vw !important;
    }

}