/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 765px) {
    .header a {
        font-size: 14px;
        line-height: 18px;
    }
    .box-navbar img{
        width: 25px !important;
        height: 25px;
    }

    .header a img {
        width: 120px !important;
    }

    .custom-navbar .custom-search-input {
        width: 85% !important;
        margin: 0 auto;
    }

    .manage-teacher-body {
        min-width: 80% !important;
    }

    .header-collapse {
        width: 45% !important;
        position: absolute;
        z-index: 2;
    }

    .header-collapse ul {
        /* display: block; */
        position: relative;
        z-index: 2;
        width: 180px;
    }

    .submit-box,
    .add-new-select-box {
        justify-content: center;
        flex-wrap: wrap;
    }

    .table-wrapper {
        overflow: auto;
    }

    .teacher-table th,
    .teacher-table td {
        line-height: 15px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .header a img {
        width: 80%;
    }

    .nav-item {
        padding: 0;
    }

    .custom-navbar a {
        font-size: 18px;
        line-height: 20px;
    }

    .submit-btn,
    .add-new-box button {
        padding: 0 10px;
        font-size: 12px;
        height: fit-content;
    }

    .select-btn {
        margin: 0 5px;
        font-size: 12px;
        height: 30px !important;
    }

    .nav-link,
    .teacher-table th,
    .teacher-table td {
        font-size: 12px;
    }

    .nav-link {
        padding: 0;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1100px) {
    .nav-item img {
        width: 25%;
    }

    .manage-teacher-body {
        min-width: 70%;
    }
}