.sidebar {
    width: 250px !important;
}
.hover\:bg-gray-800:hover {
    color: #fff;
}
.menu li a.hover\:bg-gray-800:hover img, .menu li a.bg-gray-800 img {
    filter: brightness(0) invert(1);
}
button:disabled {
    opacity: 0.70;
}  
[type=checkbox] {
    height: 0.8rem !important;
    width: 0.8rem !important;
}   
.dropdown-toggle::after {
    display: none !important;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.mt-8 {
    margin-top: 3rem;
}    
.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 0px;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
    width: 550px;
}
.popup p {
    white-space: normal;
}
.popup-content {
    position: relative;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    border: 1px solid #333;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    z-index: 1;
}    
.radio-btns-group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: start;
    gap: 20px;
    margin-bottom: 20px;
}   