@media (max-width: 1700px) {
    .logged-container {
        padding: 3rem 4rem 3rem 4rem;
    }

    .modal-dialog-centered {
        max-width: 800px !important;
    }

    #desktop-previous-carousel {
        left: -30px !important;
    }

    #desktop-next-carousel {
        right: -30px !important;
    }
}

@media (max-width: 1500px) {
    .campus-total {
        font-size: smaller;
    }

    .feather-zap {
        height: 15px;
        width: 15px;
    }
}

@media (max-width: 1200px) {
    .users-card {
        min-height: 150px;
    }

    #desktop-previous-carousel {
        left: -50px !important;
    }

    #desktop-next-carousel {
        right: -50px !important;
    }
}

@media (max-width: 1000px) {
    #mobile-nav {
        display: flex;
    }

    #desktop-nav {
        display: none;
    }

    .footer-celect {
        position: initial;
    }

    .management-carousel-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 1000px) {
    .verticalFiller {
        display: block;
        position: absolute;
        height: 100%;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: -9999;
    }

    .celect-navbar {
        padding: 1.8rem 10rem 1.8rem 10rem !important;
    }

    .not-logged-navbar {
        padding: 4rem 10rem 4rem 10rem !important;
    }

    .not-logged-navbar .navbar-title {
        font-size: 1.5rem !important;
    }
}
@media (max-width: 991px) {
    .nav-dropdown-menu {
        background-color: var(--bs-primary) !important;
        border: none;
    }

    .nav-dropdown-menu .dropdown-item {
        color: var(--bs-white) !important;
    }

    .dropdown-item:hover{
        background-color: var(--bs-secondary);
    }
    
    .devices-card {
        height: 150px !important;
    }

    .pill-secondary {
        padding: 3px 0.2rem !important;
    }

    .celect-navbar .dropdown-menu {
        width: 100%;
    }

    .celect-navbar .dropdown-menu a {
        white-space: normal;
    }


    .celect-navbar .nav-link:not(.nav-logout) {
        border-bottom: 1px solid var(--bs-gray-1) !important;
        margin-bottom: 1rem;
    }

    .celect-navbar .navbar-collapse {
        margin-bottom: 1rem;
    }

    .celect-navbar .dropdown-item:focus {
        background-color: #282b55 !important;
    }

    .dropdown-menu.show {
        display: contents;
    }
}

@media (max-width: 900px) {
    .logo-navbar {
        width: 20%;
    }

    div.dataTables_length {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .management-carousel-container {
        max-height: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .current-user {
        display: none;
    }

    .celect-btn {
        width: 100%;
    }
}
@media (max-width: 600px) {
    #desktop-previous-carousel {
        left: 20px !important;
        top: 105% !important;
        width: 2px !important;
    }

    #desktop-next-carousel {
        top: 105% !important;
        right: 20px !important;
        width: 2px !important;
    }

    .nav-user {
        padding: 0.4rem 0.5rem;
    }

    .graph-container {
        height: 300px;
    }

    .logged-container {
        padding: 2rem 1rem 2rem 1rem;
    }

    .login-container {
        margin: 0.4rem;
        position: relative;
    }

    .logo-navbar {
        width: 8rem;
    }

    .navbar-title {
        font-size: 1.2rem;
    }

    .footer-celect * {
        font-size: 0.7rem;
    }

    .footer-celect-logged * {
        font-size: 0.7rem;
    }

    .verticalFiller * {
        font-size: 1rem;
    }

    .navbar .translate-middle {
        transform: translate(0%, -50%) !important;
    }
}

@media (max-width: 340px) {
    .devices-card {
        height: 180px !important;
    }
}
