.text-cl-white {
    color: white !important;
    text-decoration: none;
}

.lowercase {
    text-transform: lowercase !important;
}

.clear-pattern {
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent !important;
}

.dataTables_filter,
.dataTables_info {
    display: none !important;
}

.dataTables_paginate.paging_simple_numbers {
    padding: 10px !important;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    min-height: 100vh;
}

.cursor {
    cursor: pointer;
}

.custom-modal-content {
    min-width: 70%;
    max-width: 95%;
    min-height: 200px;
    max-height: 80vh;
    overflow-y: auto;
    background-color: white;
    border-radius: 8px;
    padding: 15px;
}

#parcelas-area {
    max-height: 370px;
    overflow-y: auto;
}

.table-limited-height {
    max-height: 300px;
    overflow-y: auto;
}

.table-limited-height-600 {
    max-height: 450px;
    overflow-y: auto;
}

.table-limited-height-900 {
    max-height: 758px;
    overflow-y: auto;
}

#menu-toggle {
    max-height: 100vh;
    overflow-y: auto;
}



#parcelas-area::-webkit-scrollbar,
#menu-toggle::-webkit-scrollbar,
.table-limited-height::-webkit-scrollbar,
.table-limited-height-600::-webkit-scrollbar,
.table-limited-height-900::-webkit-scrollbar {
    width: 8px;
}

#parcelas-area::-webkit-scrollbar-thumb,
#menu-toggle::-webkit-scrollbar-thumb,
.table-limited-height::-webkit-scrollbar-thumb,
.table-limited-height-600::-webkit-scrollbar-thumb,
.table-limited-height-900::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

@media screen and (max-width: 1040px) {
    .custom-modal-content {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .custom-modal-content {
        width: 90%;
    }

    #menudesktop {
        display: none;
    }

    #menumobile {
        display: flex;
    }
}