@media (min-width: 1200px) {
    .container.report {
        max-width: 75%;
    }
}
@media(max-height: 800px) {
    #sections .Nav_bar .steps_content {
    justify-content: start;
    }
}
@media (max-width: 1700px) {
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 17px;
    }
    h3 {
        font-size: 16px;
    }
    h4,
    a,
    button {
        font-size: 15px;
    }
    h5,
    h6,
    span,
    label,
    p {
        font-size: 14px;
    }
    #sections .Charts {
        width: 34%;
        top: 460px;
        right: 110px;
        height: auto;
    }
    #sections .Forms {
        width: 58%;
        left: 8px;
        height: auto;
        right: auto;
        top: 460px;
    }
    #sections .Profile {
        width: 90%;
        left: 8px;
        max-height: 450px;
        display: flex;
    }
    #sections .Profile > .header:first-child {
        position: absolute !important;
        width: 23%;
        right: 0;
        border-radius: 10px;
    }
    #sections .Profile > .header:nth-child(2) {
        top: 70px;
        width: 23%;
        right: 0;
        border-radius: 10px;
        position: absolute !important;
    }
    #sections .Profile > .Tav_card {
        position: absolute !important;
        top: 0;
        width: 76%;
        left: 0;
        
    }
    #sections .Profile > a {
        position: absolute;
        width: 23%;
        right: 0;
        top: 256px;
    }
}
@media (max-width: 1400px) {
    #sections .Profile {
        width: calc(100% - 155px);
        left: 20px;
    }
    .login_form .right {
        width: 35%;
        max-width: 35%;
    }
    .login_form .left {
        width: 65%;
    }
    .login_form .left form {
        width: 60%;
    }
    .form_Register form {
        width: 65%;
    }
    .nav.nav-tabs {
        width: auto;
    }
    .tab-pane section.users {
        padding: 20px;
    }
    #sections .Profile > a {
        top: 270px;
    }
    #sections .Charts {
        width: 35%;
    }
    #sections .Forms {
        width: 56%;
        left: 20px;
    }
}

@media (max-width: 1200px) {
    .login_form .right {
        width: 40%;
        max-width: 40%;
    }
    .login_form .left {
        width: 60%;
    }
    .login_form .left form {
        width: 75%;
    }
    .form_Register form {
        width: 80%;
    }
    #myTabContent {
        width: 78%;
    }
    #myTabContent .users h6>span {
        white-space: pre;
        margin-top: 18px;
        display: inline-block;
    }
    #myTabContent .users table a {
        display: inline-block;
        margin-top: 4px;
    }
    #sections .Profile {
        width: calc(100% - 155px);
    }
    #sections .Charts {
        width: calc(100% - 110px);
        right: 110px;
        padding: 0 24px;
        overflow: visible;
        height: auto;
    }
    #sections .Forms {
        width: calc(100% - 110px);
        top: 980px;
        overflow: visible;
        height: auto;
        right: 110px;
        padding: 0 24px;
    }
    #sections {
        height: auto;
    }
    #sections .Nav_bar {
        position: fixed;
    }
    #sections .Forms {
        width: calc(100% - 110px);
        top: 1524px;
        overflow: visible;
        height: auto;
        right: 110px;
        padding: 0 24px;
    }
}

@media (max-width: 992px) {
    .login_form,
    .form-steps-form {
        position: unset;
    }
    .login_form .right,
    .form-step-bar {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
    }
    .login_form .left {
        position: absolute;
        top: 130px;
        bottom: 0;
        width: 100%;
        z-index: -1;
        max-width: 100%;
    }
    .login_form .left form {
        width: 80%;
    }
    .form_Register {
        position: absolute;
        top: 312px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        z-index: -1;
    }
    .form_Register form {
        width: 60%;
    }
    #myTabContent {
        width: 94%;
        bottom: 0;
    }
    .nav.nav-tabs {
        min-width: 45px;
        max-width: 6%;
        overflow: hidden;
        padding: 90px 0;
        z-index: 9;
    }
    .nav.nav-tabs .nav-header,
    .nav.nav-tabs .nav-item a>i,
    .nav.nav-tabs .nav-item a>div>span {
        display: none;
    }
    section .report_row a {
        flex-basis: 48%;
    }
    .comments {
        margin-top: 80px !important;
    }
    #sections .Profile > .header:first-child {
        width: 100%;
    }
    #sections .Profile > .header:nth-child(2) {
        width: 100%;
    }
    #sections .Profile > a {
        width: 100%;
        top: 245px;
    }
    #sections .Profile > .Tav_card {
        position: absolute !important;
        top: 330px;
        width: 100%;
        left: 0;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 17px;
    }
    h3 {
        font-size: 16px;
    }
    h4,
    a,
    button {
        font-size: 15px;
    }
    h5,
    h6,
    span,
    label {
        font-size: 14px;
    }
    .form_Register form {
        width: 90%;
    }
    .form-step-content:first-child {
        display: inline-block;
        max-width: 85%;
    }
    #myTabContent {
        width: 90%;
        bottom: 0;
    }
    section .report_row a {
        flex-basis: 100%;
    }
    #Search_Form input:not([type="checkbox"]), #Search_Form select, #Search_Form .am_drop_down {
    width: 100% !important;
    }
    #sections .Nav_bar {
        width: 68px;
    }
    #sections .Charts,#sections .Forms,#sections .Profile {
        width: calc(100% - 85px);
        right: 75px;
        padding: 0;
    }
    #sections .Forms {
        top: 1615px;
    }
    
}

@media (max-width: 425px) {
    .login_form .left {
        top: 204px;
    }
    .login_form .left form {
        width: 90%;
    }
    .login_form .right .uni_card {
        flex-direction: column-reverse;
    }
    .am_alert_warning {
        left: calc(50% - 140px);
        width: 89%;
    }
}