@import url('new-style.css');

/* Universal adjustments */
.navbar {
    padding: 10px 15px;
}

.theme-btn {
    background: var(--theme-text-color);
    color: #ffffff;
}

/* Adjustments for varying screen widths */
@media (max-width: 1025px) {
    .payment-detail {
        border-right: unset;
        border-bottom: 1px solid var(--light-gray-text-color);
        width: auto;
    }
}

@media (max-width: 768px) {

    h1 {
        font-size: 20px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    h3 {
        font-size: 16px !important;
    }

    h4 {
        font-size:  15px !important;
    }

    h5 {
        font-size: 14px !important;
    }

    h6 {
        font-size: 12px !important;
    }

    body {
        font-size: 13px !important;
    }

    #sidebar {
        z-index: 1;
        background-color: white;
        height: auto;
        width: 80%;
        margin: 0 auto;
        top: unset;
        bottom: 20px;
        left: 0;
        right: 0;
        padding-bottom: 0;
        text-align: center;
        border-radius: 10px;
        box-shadow: 0px 3px 11px rgb(0 0 0 / 14%);
    }

    #sidebar .menu-item {
        padding: 25px 0px;
        width: fit-content;
    }

    #sidebar .menu-item img {
        height: 25px;
        width: 25px;
    }

    #sidebar .menu-item .menu-link {
        font-size: 12px;
    }

    #sidebar .menu-item.active::before,
    #sidebar .menu-item:hover::before {
        position: absolute;
        content: '';
        width: 52px !important;
        height: 5px !important;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 3px 3px 0px 0px;
        background-color: var(--theme-text-color);
    }

    #sidebar .menu-item::after,
    #sidebar:hover {
        content: none;
        overflow: hidden;
    }

    #main-container,
    .myaccount-main {
        padding: 20px;
    }

    .signin-signup .signup-box-main,
    .overlay-bg {
        display: none;
    }

    .signin-signup .login-box-main,
    .sl-all-info {
        display: block;
        height: 100vh;
    }

    .overlay-bg-mobile {
        position: absolute;
        height: 70px;
        width: 100%;
        top: 65vh;
        /* background-image: url(../images/login-bg.png); */
    }

    .overlay-mobile-bg {
        height: 70px;
        /* background: var(--overlap-color); */
    }

    .overlay-bg-mobile p {
        font-size: 38px;
        color: #fff;
    }

    .custom-button {
        display: block;
        width: 100%;
        text-align: center;
    }

    .custom-div {
        flex-direction: column;
    }

    .custom-div>div {
        width: 100%;
        margin-bottom: 10px;
    }

    .social-links {
        margin: 0 0px 0px 15px !important;
    }

    .login-card {
        padding: 20vh 0;
        /* The .login-card will have a padding of 5% of the viewport height on the top and bottom */
    }

    .signup-card {
        padding: 10vh 0 10vh 0 !important
        /* The .login-card will have a padding of 5% of the viewport height on the top and bottom */

    }

    .app-icon img {
        margin: 3vh 3vh !important;
    }
    .custom-label {
        font-size: smaller; /* Optional: Adjust font size for smaller screens */
    }
    .children-wrapper {
        margin-left: 1rem;
        border-left: 1px solid #ddd;
    }
}

@media (max-width: 426px) {
    #sidebar {
        width: 100%;
        bottom: 0;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 14%);
    }

    #sidebar .menu-item {
        padding: 15px 0px;
    }

    #sidebar .menu-item img,
    #sidebar .menu-item.active::before,
    #sidebar .menu-item:hover::before {
        width: 20px;
        height: 20px;
    }

    #sidebar .menu-item .menu-link {
        font-size: 9px;
    }

    #main-container {
        padding: 20px 20px 70px 20px;
    }

    .footer-link {
        padding: 0px 5px;
    }

    .form-card,
    .login-card {
        padding: 50px 0;
    }

    .logo-wraper {
        max-width: fit-content !important;
    }

    .form-tagline {
        font-size: 12px;
        line-height: 20px;
    }

    .form-title {
        font-size: 18px;
        line-height: 30px;
    }
    .custom-div{
        padding-left: 18px !important;
    }
    .logo-main {
    height: 40px !important;
    
    }
}

/* Specific adjustments for different screen sizes */
@media only screen and (max-width: 1600px) {

    .bank-instraction li,
    .dovument-lbl,
    .drag-text,
    .upload-file-a,
    .tab-content .drag-text {
        font-size: 13px !important;
    }

    .file-upload {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1400px) {
    .valid-ss {
        width: 60%;
    }
}

@media only screen and (max-width: 1200px) {
    .file-upload {
        padding: 0;
        border: none;
    }
}

@media only screen and (max-width: 992px) {
    .valid-ss {
        width: 96%;
    }
}

@media only screen and (max-width: 575px) {
    .line-blure::after {
        display: none;
    }

    .valid-ss {
        width: 69%;
    }

    .section-title,
    .tab-pane h5 {
        font-size: 16px !important;
    }

    .bank-info {
        width: 100%;
        padding: 20px;
    }

    .login-card {
        padding: 20vh 0;
        /* The .login-card will have a padding of 5% of the viewport height on the top and bottom */
    }

}

@media only screen and (max-width: 400px) {

    .valid-ss,
    #main-container {
        width: 100%;
    }

    .tab-content .theme-btn,
    .tab-content .rounded-btn,
    .btn_upload,
    .button_outer,
    .text-dark {
        font-size: 11px;
    }

    .tab-content .theme-btn {
        padding: 11px 30px;
    }

    .section-title,
    .tab-pane h5 {
        font-size: 14px !important;
    }

    .tab-content .rounded-btn {
        padding: 5px 6px;
    }

    .login-card {
        padding: 10vh 0;
        /* The .login-card will have a padding of 5% of the viewport height on the top and bottom */
    }
}

@media screen and (max-width: 576px) {
    .myaccount {
        flex: auto !important;
    }
}






/* For large screens */
@media only screen and (min-width: 1441px) {
    .signup-card {
        padding: 100px !important
    }
}

@media (min-width: 769px) {

    /* Styles will be applied when the viewport width is 769px or more */
    h1 {
        font-size: 36px !important;
    }

    /* approximately 32px */
    h2 {
        font-size: 32px !important;
    }

    /* approximately 24px */
    h3 {
        font-size: 24px !important;
    }

    /* approximately 18.72px */
    h4 {
        font-size: 18px !important;
    }

    /* approximately 16px */
    h5 {
        font-size: 16px !important;
    }

    /* approximately 13.28px */
    h6 {
        font-size: 14px !important;
    }

    /* approximately 10.72px */
    body {
        font-size: 13px !important;
    }

    /* approximately 16px */

    /* .registration {
        margin-top: 5vh !important;
    } */

    .app-icon {
        justify-content: center;
    }

    .app-icon img {
        margin: 6vh 5vh !important;
    }
}