    @font-face {
        font-family: 'Morabba';
        font-weight: 100;
        src: url('../font/woff/Morabba-UltraLight.woff') format('woff');
    }
    @font-face {
        font-family: 'Morabba';
        font-weight: 300;
        src: url('../font/woff/Morabba-Light.woff') format('woff');
    }
    @font-face {
        font-family: 'Morabba';
        font-weight: 400;
        src: url('../font/woff/Morabba-Regular.woff') format('woff');
    }
    @font-face {
        font-family: 'Morabba';
        font-weight: 500;
        src: url('../font/woff/Morabba-Medium.woff') format('woff');
    }
    @font-face {
        font-family: 'Morabba';
        font-weight: 600;
        src: url('../font/woff/Morabba-SemiBold.woff') format('woff');
    }
    @font-face {
        font-family: 'Morabba';
        font-weight: 700;
        src: url('../font/woff/Morabba-Bold.woff') format('woff');
    }
    @font-face {
        font-family: 'Morabba';
        font-weight: 800;
        src: url('../font/woff/Morabba-ExtraBold.woff') format('woff');
    }
    @font-face {
        font-family: 'Morabba';
        font-weight: 900;
        src: url('../font/woff/Morabba-Black.woff') format('woff');
    }
    @font-face {
        font-family: 'Morabba';
        font-weight: 950;
        src: url('../font/woff/Morabba-Heavy.woff') format('woff');
    }

    .font1 {
        width: max-content;
        font-family: 'Morabba';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        color: #FFFFFF;
    }

    .font2 {
        width: max-content;
        font-family: 'Morabba';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
    }

    
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      direction: rtl;
      height: 100vh;
      background-image: url(../img/login-bg.png);
      background-color: #020202;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
    }

    .container {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 400px;
        height: 450px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.15);
        padding: 40px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(5px);
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    @media (max-width: 768px) {
      body {
        background-size: contain;
      }

      .container {
        max-width: 350px;
      }
    }
    .login-title {
        display: flex;
        gap: 10px;
        width: 100%;
        height: 80px;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .vexo-logo {
    --vexo-aspect-ratio-supported: auto;
    --vexo-will-change-override: none;
    
    flex: none;
    width: 75px;
    height: 75px;
    position: relative;
    overflow: visible;
    }

    .bg-logo {
        opacity: .3;
        background: radial-gradient(50% 50%, #8c3feb 0%, #fff0 100%);
        flex: none;
        position: absolute;
        inset: -57px -118px -154px;
        overflow: hidden;
    }

    .logo {
        --border-bottom-width: 1px;
        --border-color: #ffffff26;
        --border-left-width: 1px;
        --border-right-width: 1px;
        --border-style: solid;
        --border-top-width: 1px;
        aspect-ratio: 1;
        height: var(--vexo-aspect-ratio-supported, 180px);
        will-change: var(--vexo-will-change-override, transform);
        background: radial-gradient(75% 75% at 50% 100%, #404040 0%, #000 100%);
        border-radius: 20px;
        flex: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        box-shadow: 0 .602187px 1.08394px #00000005, 0 2.28853px 4.11936px #00000017, 0 10px 18px #0006, 0 15px 30px 3px #9c2bff33, 0 15px 50px 2px #9c2bff1a;
    }

    .logo::after {
        content: "";
        border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0);
        border-color: var(--border-color, none);
        border-style: var(--border-style, none);
        box-sizing: border-box;
        border-radius: inherit;
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


    .orb {
        --border-bottom-width: .2px;
        --border-color: #fff3;
        --border-left-width: .2px;
        --border-right-width: .2px;
        --border-style: solid;
        --border-top-width: .2px;
        filter: grayscale();
        aspect-ratio: 1;
        height: var(--vexo-aspect-ratio-supported, 100px);
        will-change: var(--vexo-will-change-override, transform);
        border-radius: 100%;
        flex-flow: row;
        flex: none;
        place-content: center;
        align-items: center;
        gap: 10px;
        width: 45px;
        padding: 0;
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        transform: translate(-50%, -50%);
        box-shadow: 0 1px 10px #c636ffb3, 0 1px 6px #8c45ff99;
    }

    .orb::after {
        content: "";
        border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0);
        border-color: var(--border-color, none);
        border-style: var(--border-style, none);
        box-sizing: border-box;
        border-radius: inherit;
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .vibe {
        filter: grayscale() blur(5px);
        aspect-ratio: 1;
        height: var(--vexo-aspect-ratio-supported, 200px);
        opacity: .8;
        flex: 1 0 0;
        width: 1px;
        position: relative;
        overflow: hidden;
        -webkit-mask: radial-gradient(100% 75% at 50% 71.1%, #000 31.0125%, #0000 89.0801%);
        mask: radial-gradient(100% 75% at 50% 71.1%, #000 31.0125%, #0000 89.0801%);
    }
    .vibe-container {
        flex: none;
        position: absolute;
        inset: 0;
    }


    .video {
        cursor: auto;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        display: block;
        object-fit: cover;
        background-color: rgba(0, 0, 0, 0);
        object-position: 50% 50%;
    }

    .glow {
        aspect-ratio: 1;
        height: var(--vexo-aspect-ratio-supported,200px);
        z-index: 1;
        background: radial-gradient(50% 50%,#fff 0%,#ababab00 100%);
        flex: none;
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        transform: translate(-50%,-50%);
        -webkit-mask: linear-gradient(#0000 0%,#000 47%);
        mask: linear-gradient(#0000 0%,#000 47%)
    }


    .vrb {
        aspect-ratio: 1;
        height: var(--vexo-aspect-ratio-supported, 200px);
        will-change: var(--vexo-will-change-override, transform);
        z-index: 1;
        border-radius: 100%;
        flex: none;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        box-shadow: inset 0 .5px 3px #ffffff80;
    }

    .color {
        background: linear-gradient(180deg,#8c45ff 0%, #c145ff 100%);
        mix-blend-mode: overlay;
        will-change: var(--vexo-will-change-override, transform);
        border-radius: 20px;
        flex: none;
        position: absolute;
        inset: 0;
        overflow: hidden;
    }

    .login-content-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .login-content-title2.font2 {
        opacity: 0.6;
        font-weight: 300;
        font-size: 16px;
    }

    .login-support a {
        opacity: 0.6;
        cursor: pointer;
        transition: opacity 0.3s ease;
        font-size: 16px;
        font-weight: 300;
    }

    .login-support a:hover {
        opacity: 1;
    }

    form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding: 0 23px;
        width: -webkit-fill-available;
    }

    .input-container {
        display: flex;
        background: rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 8px;
        padding: 0 10px;
        align-items: center;
        height: 40px;
        width: 100%;
        transition: border-color 0.3s ease, opacity 0.5s ease, transform 0.5s ease;
    }

    .input-container.error {
        border-color: rgba(232, 17, 35, 0.6);
        box-shadow: 0 0 15px rgba(232, 17, 35, 0.15);
    }

    .field-enter {
        animation: fadeInUp 0.4s ease forwards;
    }
    input::placeholder {
        color: #FFFFFF;
        opacity: 0.4;
        font-family: 'Morabba';
        text-align: right;
        font-weight: 300;
        font-size: 16px;
    }

    input {
        background: transparent;
        border: none;
        outline: none;
        color: #FFFFFF;
        font-family: 'Morabba';
        font-weight: 400;
        font-size: 18px;
        opacity: 0.75;
        width: 100%; 
        height: 100%;
    }
    .phone-prefix {
        font-size: 18px;
        color: #FFFFFF;
        opacity: 0.75;
        margin-right: 2px;     
        font-family: 'Morabba';
        font-weight: 400;
    }



    .btn-border {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 6px;
        gap: 10px;
        width: auto;
        height: auto;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.15);
    }
    .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }

    .btn:hover::before {
        left: 100%;
    }

    .btn:hover {
        box-shadow: 0 8px 25px rgba(140, 69, 255, 0.3);
    }
    .btn-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .btn-continue {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        background: rgb(140 69 255 / 50%);
        border: 1.5px solid rgb(255 255 255 / 24%);
        box-shadow: inset 0px 0px 6px 3px rgba(255, 255, 255, 0.25);
        border-radius: 8px;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
        cursor: pointer;

    }
    .btn-dark.btn {
        background: rgba(61, 61, 61, 0.4);
    }

    .btn-continue:hover {
        box-shadow: inset 0px 0px 6px 3px rgba(255, 255, 255, 0.25), 0 8px 25px rgba(140, 69, 255, 0.3);
        border-color: rgba(255, 255, 255, 0.4);
    }

    .btn-continue:active {
        transform: translateY(0);
        box-shadow: inset 0px 0px 6px 3px rgba(255, 255, 255, 0.25);
    }

    #register-btn {
        background: rgb(140 69 255 / 50%);
    }

    #register-btn.btn-dark {
        background: rgba(61, 61, 61, 0.4);
    }

    #reset-password-btn {
        background: rgb(140 69 255 / 50%);
    }

    #reset-password-btn.btn-dark {
        background: rgba(61, 61, 61, 0.4);
    }

    .back-btn .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 27px;
        height: 27px;
        background: rgba(61, 61, 61, 0.4);
        border-radius: 7px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        padding: 0px;
        position: relative;
        overflow: hidden;
    }

    .back-btn .btn:hover {
        width: calc(2em + 50px);
        justify-content: center;
        padding: 0;
        background: rgba(140, 69, 255, 0.3);
        border: 1px solid rgba(140, 69, 255, 0.5);
        box-shadow: 0 4px 15px rgba(140, 69, 255, 0.2);
        transform: scale(1.05);
    }

    .back-btn .back-icon {
        width: 7px;
        height: 14px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        opacity: 1;
        transform: translateX(0);
    }

    .back-btn .btn:hover .back-icon {
        opacity: 0;
        transform: translateX(10px) scale(0.8);
    }

    .back-btn .back-text {
        position: absolute;
        font-family: 'Morabba';
        font-weight: 300;
        font-size: 16px;
        color: #FFFFFF;
        opacity: 0;
        transform: translateX(-15px);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        white-space: nowrap;
        cursor: pointer;
    }

    .back-btn .btn:hover .back-text {
        opacity: 1;
        transform: translateX(0);
    }

    #login-btn, #register-btn, #reset-password-btn {
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .back-btn:hover ~ #login-btn,
    .back-btn:hover ~ #register-btn,
    .back-btn:hover ~ #reset-password-btn {
        width: calc(272px - (2em + 50px) + 27px);
        transform: translateX(-5px);
    }

    .resend-btn {
        padding: 5px 10px;
        font-size: 14px;
        min-width: 80px;
        height: 28px;
        cursor: pointer;
        width: auto;
    }


    .resend-btn:disabled {
        cursor: not-allowed;
        opacity: 0.6;
    }

    .password-input {
        direction: ltr;
    }

    .eye-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-right: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        opacity: 0.5;
        transition: opacity 0.3s;
        flex-shrink: 0;
        line-height: 0;
    }

    .eye-btn:hover {
        opacity: 1;
    }

    .forgot-password {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        width: 100%;
        height: 15px;
    }

    .forgot-password a {
        font-size: 14px;
        font-weight: 300;
        opacity: 0.6;
        cursor: pointer;
    }

    .forgot-password a:hover {
        opacity: 1;
    }


    .input-container-name {
        display: flex;
        gap: 15px;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .field-leave {
        animation: fadeOutDown 0.4s ease forwards;
    }

    @keyframes fadeOutDown {
        from {
            opacity: 1;
            transform: translateY(0);
        }
        to {
            opacity: 0;
            transform: translateY(20px);
        }
    }

    .container {
        animation: fadeInUp 0.6s ease-out;
    }

    .input-container:focus-within {
        border-color: rgba(140, 69, 255, 0.5);
        box-shadow: 0 0 15px rgba(140, 69, 255, 0.15);
    }

    input:focus {
        opacity: 1;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus {
        -webkit-text-fill-color: #FFFFFF;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset;
        transition: background-color 5000s ease-in-out 0s;
    }

    body::before {
        content: '';
        position: fixed;
        top: 50%;
        left: 50%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(140, 69, 255, 0.08) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 0;
    }

    .btn-continue a {
        text-decoration: none;
    }

    .btn-continue.loading {
        pointer-events: none;
        opacity: 0.7;
    }

    .btn-continue.loading .font2 {
        visibility: hidden;
    }

    .btn-continue.loading::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border: 2px solid rgba(255,255,255,0.3);
        border-top-color: #fff;
        border-radius: 50%;
        animation: spin 0.6s linear infinite;
    }

    @keyframes spin {
        to { transform: rotate(360deg); }
    }

    #change-password-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .notification {
        position: fixed;
        top: 60px;
        right: 20px;
        background: linear-gradient(135deg, rgba(140, 69, 255, 0.95), rgba(140, 69, 255, 0.8));
        color: #FFFFFF;
        padding: 16px 24px;
        border-radius: 12px;
        opacity: 0;
        transform: translateX(120%) scale(0.8);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 8px 32px rgba(140, 69, 255, 0.3), 0 4px 16px rgba(0, 0, 0, 0.2);
        z-index: 10001;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-family: 'Morabba';
        font-weight: 400;
        font-size: 16px;
        max-width: 300px;
        word-wrap: break-word;
        pointer-events: none;
    }

    .notification.show {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    .notification.hide {
        opacity: 0;
        transform: translateX(120%) scale(0.8);
    }

    .notification.error {
        background: linear-gradient(135deg, rgba(232, 17, 35, 0.95), rgba(232, 17, 35, 0.8));
        box-shadow: 0 8px 32px rgba(232, 17, 35, 0.3), 0 4px 16px rgba(0, 0, 0, 0.2);
    }

    .notification.success {
        background: linear-gradient(135deg, rgba(46, 204, 113, 0.95), rgba(46, 204, 113, 0.8));
        box-shadow: 0 8px 32px rgba(46, 204, 113, 0.3), 0 4px 16px rgba(0, 0, 0, 0.2);
    }