table.ch-td-20 td:nth-child(1) {
    width: 20%;
}

table.ch-td-30 td:nth-child(1) {
    width: 30%;
}

table.ch-td-40 td:nth-child(1) {
    width: 40%;
}

table.ch-td-50 td:nth-child(1) {
    width: 50%;
}

/* Readonly select elements styling */
select[data-readonly="true"] {
    pointer-events: none !important;
    background-color: #f5f5f5 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

/* Left menu styles */
.left-menu {
    position: fixed;
    height: 100vh;
    background-color: #f5f5f5;
    overflow-y: auto;
    border-right: 1px solid #e0e0e0;
    padding-top: 1rem;
}

.menu-label {
    color: #7a7a7a;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 1.5rem;
}

.menu-list a {
    color: #4a4a4a;
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
}

.menu-list a.is-active {
    background-color: #3273dc;
    color: white;
}

.menu-list a:hover {
    background-color: #f0f0f0;
}

.menu-list a.is-active:hover {
    background-color: #3273dc;
}

.menu-text {
    margin-left: 0.5rem !important;
}

.menu-notification {
    float: right;
    background-color: #f14668;
    color: white;
    font-size: 0.7rem;
    padding: 0.15rem 0.4rem;
    border-radius: 9999px;
}

/* Adjust main content area to make room for fixed side menu */
.main-content {
    margin-left: 250px; /* Width of the menu */
}

.ceresti-fontsize-1 {
    font-size: 0.75rem;
}
.ceresti-fontsize-2 {
    font-size: 0.8rem;
}
.ceresti-fontsize-3 {
    font-size: .85rem;
}
.ceresti-fontsize-4 {
    font-size: 0.9rem;
}
.ceresti-fontsize-5 {
    font-size: 0.95rem;
}
.ceresti-fontsize-6 {
    font-size: 1rem;
}
.ceresti-fontsize-7 {
    font-size: 1.1rem;
}

