/* Mobile */
@media (max-width: 576px) {
    .auth-card {
        width: 95%;
    }
    .text-title {
        font-size: 28px;
    }
    .text-title-2 {
        font-size: 32px;
    }
    .px-mobile-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .pr-mobile-0 {
        padding-right: 0px;
    }
    .pl-mobile-1 { padding-left: 1px; }
    .index-nav-sheet {
        width: 100%;
        top: auto;
        bottom: 0;
        right: 0;
        border-radius: 20px 20px 0px 0px;
        height: 70%;
    }
    .index-nav-sheet-overlay {
        background: rgba(0, 0, 0, 0.5);
    }

    .c1 { top: 8%; left: 12%; width: 70px; }
    .c2 { top: 75%; left: 8%; width: 45px; }
    .c3 { top: 15%; right: 18%; width: 55px; }
    .c4 { bottom: 10%; right: 20%; width: 80px; }
    .c5 { top: 50%; left: 50%; width: 50px; }

    /* New ones */
    .c6 { top: 30%; left: 5%; width: 40px; filter: blur(4px); }
    .c7 { bottom: 25%; right: 5%; width: 60px; filter: blur(8px); }
    .c8 { top: 5%; right: 40%; width: 35px; filter: blur(3px); }
    .c9 { bottom: 5%; left: 35%; width: 65px; filter: blur(7px); }
    .c10 { top: 60%; right: 35%; width: 47.5px; filter: blur(5px); }

    .popup-content {
        width: 70% !important;
    }

    .sidenav {
        background: rgba(253, 252, 252, 0.95);
        width: 70%;
        top: auto;
        bottom: 0;
        left: 0;
        border-radius: 0px 20px 20px 0px;
        height: 100%;
        min-height: 70%;
        position: fixed;
        z-index: 99;
        backdrop-filter: blur(5px);
        border: 1px solid var(--border-color);
        padding: 15px;
        display: none;
    }
    .sidenav.collapsed {
        max-width: 20%;
    }
    .sidenav.collapsed .side-link-icon {
        width: 20px;
        height: 20px;
    }
    .sidenav.collapsed .side-link {
        padding: 6px;
    }

    .text-swap {
        font-size: 12px !important;
    }
    .text-swap-xs { font-size: 9px !important; }
    .text-swap-md { font-size: 13px !important; }
    .btn-swap {
        height: 40px;
        font-size: 12px;
    }

    .notify-sheet {
        width: 90%;
        left: auto;
        right: 10px;
    }
}


/* Tablet */
@media (min-width: 577px) and (max-width: 1023px) {
    .auth-card {
        width: 60%;
    }
}


/* desktop */
@media (min-width: 1024px) {
    .border-right-lg {
        border-right: 1px solid var(--border-color);
    }    
    .w-lg-50 {width: 50%;}
    .w-lg-75 {width: 75%;}
}