/* ========== X-Small devices (portrait phones, less than 576px) ========== */
@media (max-width: 576px) {
    .feedback-radios .f-radio-row h5 {
        margin-bottom: 0px;
    }

    .feedback-radios .f-radio-row .f-radios .pretty {
        padding-top: 20px;
    }

    .feedback-radios .f-radio-row .f-radios .pretty svg {
        top: 20px;
    }

    ul.questionTab {
        flex-wrap: wrap;
        margin: 0px 0px 30px;
    }

    ul.questionTab li {
        margin: 8px 0px;
        margin-right: 10px;
    }

    .loginWrapper {
        padding: 0px 10px !important;
    }

    .dash-stats {
        text-align: center;
        flex-direction: column;
        padding: 10px;
    }

    .dash-stats .stats-ico {
        width: 100%;
    }

    .dash-stats .stats-data {
        margin: 0px;
    }

    .dash-stats .stats-data h2 small {
        top: 0px;
    }

    .pagination-nav {
        flex-direction: column;
        padding: 10px 0px;
        height: auto;
    }

    .content__header {
        flex-direction: column;
        height: auto;
    }

    .content__header .ttl {
        align-self: flex-start;
    }

    .mount-tabs {
        margin: 0px;
        width: 100%;
        justify-content: space-evenly;
    }

    .mount-input-group.custom-wd {
        width: 100%;
        display: flex;
    }

    .pagination-nav .row-count {
        margin-bottom: 10px;
    }

    .dash_filters .btn-mount.btn-bordered.black {
        float: none;
    }

    .profile-dropdown {
        position: absolute;
        right: 10px;
        transform: translateY(-18%);
    }
}

/* ========== Small devices (landscape phones, 576px and up) ========== */
@media (min-width: 576px) {}

/* ========== Medium devices (tablets, 768px and down) ========== */
@media (max-width: 767.98px) {
    #header {
        padding: 0px 0px 20px;
    }

    .progress-bar {
        float: none;
        align-items: center;
    }

    .loginWrapper {
        padding: 0px 30px;
        overflow: auto;
    }

    .lftWrp {
        display: none !important;
    }

    .dash-stats {
        margin-bottom: 15px;
    }
}

/* ========== Medium devices (tablets, 768px and up) ========== */
@media (min-width: 768px) {
    .mount-input-group.custom-wd {
        width: 25%;
        display: flex;
    }
}

/* @media (min-width: 768px) and (max-width: 991.98px) {} */

/* ========== Large devices (desktops, 992px and up) ========== */
@media (max-width: 992px) {}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0px;
    }
}

/* ========== X-Large devices (large desktops, 1200px and down) ========== */
@media (max-width: 1200px) {}

/* ========== X-Large devices (large desktops, 1200px and up) ========== */
@media (min-width: 1200px) {}

/* ========== XX-Large devices (larger desktops, 1400px and up) ========== */
@media (min-width: 1400px) {}


/* ========== Disable aos animation delay on mobile devices ========== */
@media screen and (max-width: 768px) {}