@media (max-width: 567px) {
    .custom-dropdown-content {
        position: absolute;
        background-color: #fff;
        box-shadow: 0px 6px 10.7px 0px #00000040;
        border: 1px solid #D9D9D9;
        z-index: 1;
        border-radius: 16px;
        top: 100%;
        right: 0px;
        left: 0;
        min-width: 220px;
    }
    .sidebar {
        background-color: #1A1919;
        min-height: 100%;
        height: auto !important;
    }
    .dashboard-header {
        gap: 0px;
        margin-top: 40px;
    }
    .dashboard-header .border-start{
        border: 0px !important;
    }
    .dashboard-table-header{
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 10px;
    }
    .aggiungi-nuovo{
        margin: 0px;
    }
    .pagination ul{
        margin: 0;
    }
    .pagination ul li {
        height: 25px;
        width: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        cursor: pointer;
    }
    .sidebar {
        background-color: #1A1919;
        min-height: 100vh;
        transition: left 0.3s ease;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: -300px; /* Hidden offscreen */
        width: 300px;
        height: 100vh;
        padding-top: 60px;
    }
    .hamburger-menu {
        position: relative;
    }
    .hamburger-btn {
        height: 40px;
        width: 40px;
        background-color: #F8FF44 !important;
        border-radius: 10px;
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 1100;
        background: none;
        border: none;
        cursor: pointer;
    }
    .hamburger-btn img {
        width: 20px;
        height: 20px;
    }
    
    .hamburger-btn{
        display: block;
    }
    .sidebar.active {
        left: 0;
    }
    .sidebar .nav-item {
        width: 100%;
        min-height: 49px;
    }
    .single-master{
        margin-top: 20px;
    }
    .label {
        padding: 4px 6px;
        font-size: 12px;
        border-radius: 16px;
    }
    .aggiungi-nuovo-retailer {
        min-width: 180px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
    .sidebar {
        background-color: #1A1919;
        min-height: 100vh;
        transition: left 0.3s ease;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: -300px; /* Hidden offscreen */
        width: 300px;
        height: 100vh;
        padding-top: 60px;
    }
    .hamburger-menu {
        position: relative;
    }
    .hamburger-btn {
        height: 40px;
        width: 40px;
        background-color: #F8FF44 !important;
        border-radius: 10px;
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 1100;
        background: none;
        border: none;
        cursor: pointer;
    }
    .hamburger-btn img {
        width: 20px;
        height: 20px;
    }
    
    .hamburger-btn{
        display: block;
    }
    .sidebar.active {
        left: 0;
    }
    .sidebar .nav-item {
        width: 100%;
        min-height: 49px;
    }   
    .single-master{
        margin-top: 20px;
    }
    .aggiungi-nuovo-retailer {
        min-width: 180px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {

}

@media only screen and (max-width: 990px) and (min-width: 769px) {  


}

@media only screen and (max-width: 1024px) and (min-width: 991px) {

}