@media(max-width:1688px) {
    .otp-box {
        width: 44px;
        height: 42px;
        font-size: 18px;
        text-align: center;
        border: 2px solid #29ABEA;
        border-radius: 5px;
        margin-right: 4px;
        margin-bottom: 5px;
        outline: none;
    }
}

@media(max-width:1333px) {
    .Create.Account .form-content .form-group {
        width: 41%;
        margin: 0 25px;
    }
    .container {
        width: 92%;
    }
}

@media(max-width:1210px) {
    .right {
        width: 86%;
    }
    .left {
        width: 23%;
    }
    .icon-card {
        display: flex;
        align-items: center;
        gap: 8px;
        /* justify-content: center; */
    }
    .card h3 {
        margin-bottom: 15px;
        font-size: 21px;
        text-align: start;
    }
}

@media(max-width:1111px) {
    .Create.Account .form-content .form-group {
        width: 41%;
        margin: 0 20px;
    }
}

@media(max-width:1030px) {
    /* .sidebar {
        position: absolute;
        top: 109px;
        left: 0;
        width: 100%;
        height: calc(100% - 70px);
        background-color: #fff;
        padding: 20px;
        border-radius: 22px;
        height: 206px;
    } */
    .left {
        width: 0 !important;
    }
    .right {
        width: 101%;
    }
    .card {
        background: #fff;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        text-align: center;
        height: 100%;
        max-width: 402px;
    }
    .cards-dashboard .col {
        width: 45%;
        margin: 20px;
    }
    .navbar {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 20px;
        z-index: 999;
        margin-top: 5px;
    }
    .sidebar ul {
        list-style: none;
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    /* .sidebar a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 10px;
        transition: background 0.3s;
        background-color: #000;
        border-radius: 10px;
        position: relative;
    } */
}

@media(max-width:992px) {
    header.site-header a {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
    }
    .site-banner .row {
        flex-direction: column;
    }
    .site-banner .banner-btn {
        position: unset !important;
        right: 0;
    }
    footer.site-footer .row {
        flex-direction: column;
    }
    footer.site-footer .row {
        flex-direction: column;
        gap: 34px;
    }
    footer.site-footer {
        background-color: #010920;
        padding: 22px 0 41px;
        border-top: 1px solid #001B36;
    }
    .footer-bottom h4 {
        text-align: start;
        color: #FFF9F999;
        font-size: 14px;
        padding-top: 33px;
    }
    .form-text {
        width: 34% !important;
    }
    .form-field {
        width: 50% !important;
    }
    .Create.Account .row {
        flex-direction: column;
    }
    .Create.Account .col {
        width: 100%;
    }
    .ip-adress .row {
        flex-direction: column;
    }
    .ip-adress .col-md-1 {
        display: none;
    }
    .ip-adress .row .col-md-5 {
        width: 100%;
    }
    .and-txt {
        margin-bottom: 25px;
    }
    .btn-login {
        width: 100%;
        max-width: 100%;
    }
    .btn-scan {
        margin: 10px 0;
    }
}

@media(max-width:860px) {
    .form-content h2 {
        text-align: center;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 35px;
    }
    .main-content.dashboard {
        padding: 50px 30px 30px;
        min-height: auto;
    }
}

@media(max-width:768px) {
    header.site-header {
        position: absolute;
        width: 100%;
        padding-top: 25px;
    }
    .cards-dashboard .col {
        width: 100% !important;
        margin: 20px;
    }
    .card {
        background: #fff;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        text-align: center;
        height: 100%;
        max-width: 100% !important;
    }
    .site-banner p {
        font-size: 26px;
        color: #FFC700;
        font-weight: 300;
        margin-top: 31px;
        line-height: 44px;
        text-align: center;
    }
    .site-banner h1 {
        color: #fff;
        font-size: 33px;
        font-weight: 700;
        text-align: center;
    }
    .contact-welcome-back .row {
        flex-direction: column;
    }
    .contact-welcome-back .col {
        width: 100%;
    }
    .side-content {
        padding: 6% 2% 6%;
    }
    .Create.Account h2 {
        text-align: center;
        font-weight: 700;
        font-size: 48px;
        margin-bottom: 0px;
    }
}

@media(max-width:640px) {
    header.site-header .site-header-nav {
        display: none;
    }
    .right-drawer .site-header-nav {
        display: block !important;
    }
    .mobile-toogle-menu {
        color: #fff;
        font-size: 30px;
        position: absolute;
        right: 0;
        top: 41%;
        right: 4%;
    }
    .mobile-toogle-menu {
        display: block;
    }
    .Create.Account h2 {
        text-align: center;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 0px;
    }
    .side-content p,
    .side-content li {
        color: #fff;
        font-size: 16px;
        width: 100%;
        max-width: 550px;
        line-height: 35px;
        position: relative;
    }
    canvas {
        max-width: 350px;
        max-height: 350px;
    }
    .sidebar {
        top: 88px;
    }
}

@media(max-width:600px) {
    .site-banner h1 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }
    .site-banner p {
        font-size: 21px;
        color: #FFC700;
        font-weight: 300;
        margin-top: 31px;
        line-height: 34px;
        text-align: center;
    }
    .site-banner {
        background-image: url(image/banner-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 25% 0px 9%;
        background-position: 100% 97%;
    }
    header.site-header {
        position: absolute;
        width: 100%;
        padding-top: 0 !important;
    }
    .form-content {
        padding: 32px 7px;
    }
    .Create.Account .login {
        margin-top: 0px !important;
    }
    .togglemobile {
        display: block;
    }
    .toggledesktop {
        display: none;
    }
}

@media(max-width:480px) {
    .Create.Account .form-content .form-group {
        width: 100%;
        margin: 0 20px;
    }
    /* .sidebar {
        transition: transform 0.3s ease-in-out;
        transform: translateX(-100%);

        z-index: 99999;
        height: 100%;
    } */
    .sidebar.active {
        transform: translateX(0);
    }
    .toggle-dash.active a {
        background-color: #000;
        position: relative;
        z-index: 999999;
        /* transform: translate(0, -50px); */
    }
}

@media(max-width:370px) {
    .right-drawer {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: #000;
        width: 100%;
        height: 100vh;
        max-width: 244px;
        z-index: 99999;
        transition: all 0.3s linear;
    }
    .site-banner h1 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }
    .site-banner p {
        font-size: 18px;
        color: #FFC700;
        font-weight: 300;
        margin-top: 31px;
        line-height: 29px;
        text-align: center;
    }
    .site-banner a {
        background-color: #FF0000;
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        border: 2px solid #000;
        padding: 6px 17px;
        border-radius: 8px;
        display: inline-block;
        font-size: 18px;
    }
    .navbar {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 20px;
        margin-top: 0;
    }
}