/* Sidebar for mobile and tablets */

@media (max-width: 992px) {
    /* Signup page */
    .bg-dyn img {
        width: 95%;
        /* margin-top: 40%; */
    }
    .bg-dyn {
        height: 680px;
        justify-content: center;
        align-items: center;
    }
    .sign-form-section {
        /* padding-top: 50px; */
    }
    .upload-box img {
        width: 60px;
    }
    .input_feild i {
        font-size: 14px !important;
    }
    .upload-box div {
        font-size: 14px;
    }
    .btn-success {
        font-size: 14px !important;
    }
    .have-an {
        font-size: 14px;
    }
    footer div {
        font-size: 14px;
    }
    /* Top-Header adjustment */
    .admin {
        line-height: 15px;
    }
    .admin strong {
        font-size: 14px;
    }
    .admin small {
        font-size: 11px;
    }
    .top-header {
        gap: 5px;
        padding-right: 5px;
    }
    .corner-img img {
        width: 40px;
        height: 40px;
        border: 5px solid #8080801f;
    }
    /* Master Menu */
    .mater_menu h3 {
        font-size: 20px;
    }
    .search-box {
        width: 45%;
        padding: 0px 5px;
    }
    button.btn.btn-warning {
        font-size: 10px !important;
        padding: 5px 10px;
    }
    .btn.btn-warning,
    i {
        font-size: 10px !important;
    }
    .menu-card img {
        height: 95px;
    }
    .switch-slider::before {
        left: -10px;
        top: -3px;
    }
    .switch-slider {
        top: 10px;
        bottom: 10px;
        width: 85%;
    }
    .switch-slider::before {
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 10px;
    }
    .custom-switch {
        position: relative;
        top: 1px;
        right: 12px;
        width: 50px;
        height: 28px;
    }
    .item-id {
        width: 100%;
        font-size: 13px;
    }
    .text-muted {
        font-size: 9px;
    }
    .price_dlt strong {
        font-size: 9px;
    }
    .price_dlt {
        justify-content: space-between;
    }
    .btn-warning {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    h5.mb-0 {
        font-size: 14px;
    }
    .modal-dialog.modal-mobile-top {
        margin-top: 30px !important;
        margin-bottom: auto !important;
    }
    .form-control {
        font-size: 14px;
    }
    button.btn.btn-close-white {
        font-size: 14px;
    }
    /* Modal form section */
    .menu-form label {
        font-size: 11px !important;
    }
    .menu-form input {
        font-size: 11px !important;
    }
    select.form-select.bg-success {
        padding: 7px !important;
    }
    .modal-content {
        margin-top: -200px;
    }
    .menu-form label {
        font-size: 12px;
        font-weight: 400;
    }
    .menu-form input {
        font-size: 12px;
    }
    .error-message {
        font-size: 9px;
        padding: 2px 6px;
    }
    .form-select {
        padding: 7px 4px;
        font-size: 9px;
    }
    .menu-form input {
        padding: 5px 5px;
    }
    .quantity {
        margin-bottom: 3px;
    }
    .modal-footer {
        border: none;
        padding-bottom: 12px;
        padding-left: 12px;
    }
    .modal-footer button {
        padding: 10px 30px;
    }
    ul.dropdown-menu.dropdown-menu-end.show {
        width: 120px !important;
    }
    .option-card {
        padding: 2px 10px !important;
    }
    .option-card span {
        font-size: 14px;
    }
    a.dropdown-item.py-3.border-bottom {
        padding: 5px !important;
        font-size: 14px !important;
    }
    a.dropdown-item.pb-3 {
        padding: 5px !important;
        font-size: 14px !important;
    }
    li.d-flex.justify-content-between.align-items-center.px-3.py-2.border-bottom {
        padding: 5px !important;
    }
    .avl {
        font-size: 14px;
    }
    .switch-slider::before {
        height: 15px !important;
        width: 15px !important;
        line-height: 14px !important;
        font-size: 8px !important;
    }
}


/* 768 */

@media (max-width: 768px) {
    .item-id {
        font-size: 12px;
    }
    button.btn.btn-warning {
        padding: 5px 5px;
    }
}


/* On mobile devices (max-width: 576px) */

@media (max-width: 576px) {
    .bg-dyn {
        height: 350px;
    }
    .input_feild i {
        font-size: 16px !important;
    }
}