/*// START 1199PX  //*/
@media (max-width: 1199px) {
    .auth-wrapper .container {
        max-width: 100%;
    }
}

/*// END 1199PX  //*/

/*// START 911PX  //*/
@media (max-width: 991px) {
    .auth-form-wrapper {
        padding: 30px;
    }

    .sidebar {
        left: -250px;
        transition: left 0.3s ease-in-out;
    }

    .sidebar.active {
        left: 0;
    }

    .sidebar.active .sidebar-overlay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: calc(100% - 250px);
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .body-container {
        padding-left: 0;
    }

    .page-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .body-container .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .page-title-row {
        margin-top: 10px;
    }

}

/*// END 911PX  //*/

/*// START 767PX  //*/
@media (max-width: 767px) {
    .auth-form-wrapper {
        padding: 50px 30px;
        min-height: auto;
    }

    .auth-wrapper .main-row .col-md-6.text-center {
        display: none;
    }

    .page-title-row .title {
        font-size: 18px;
    }

    .page-title-row .btn-theme {
        font-size: 14px;
        letter-spacing: normal;
        padding: 0.5rem 1rem;
    }

    .sec-title {
        font-size: 18px;
    }

    .profile-card .card-body {
        display: block;
    }

    .profile-card .btn {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 20px;
    }

}

/*// END 767PX  //*/
/*// START 575PX  //*/
@media (max-width: 575px) {
    .btn {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }

    .auth-form-wrapper {
        padding: 50px 15px;
    }

    .auth-form-wrapper .title {
        font-size: 28px;
    }

    .profile-card .profileView {
        display: block;
    }

    .profile-card .profileView .userImg {
        display: block;
        margin: 0 auto;
    }

    .profile-card .profileView .content {
        padding-left: 0;
        margin-top: 20px;
    }

    .profile-card .profileView .content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .profile-card .profileView .content p {
        font-size: 15px;
        padding-left: 25px;
    }

    .profile-card .profileView .content p img {
        width: 18px;
    }

    .profile-card .btn {
        font-size: 14px;
    }

    .edit-profile-form {
        display: block;
    }

    .edit-profile-form .avtarView {
        margin: auto;
    }

    .edit-profile-form .row {
        padding-left: 0;
        margin-top: 20px;
    }

    .edit-profile-form .row .text-end {
        text-align: center !important;
    }

}

/*// END 575PX  //*/