.datepicker {
    z-index: 9999 !important; /* força o calendário a aparecer acima */
}

.dataTables_length select {
    padding-right: 24px;
    position: relative;
}

.toast {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s ease;
}

    .toast.show {
        opacity: 1;
        transform: scale(1);
    }

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .userApp {
        display: block
    }
}
@media (max-width: 767px) {
    .userApp {
        display: none
    }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* garante que fique acima de outros elementos */
}

.bg-domingo {
    color: #c45050;
    font-weight: bold;
}

.bg-sabado {
    font-weight: bold;
}


/*Opcao THEMA*/ 
.theme-selector {
    position: absolute;
    right:5px;
    width: 50px;
    font-family: Arial, sans-serif;
}

.theme-selected {
    height: 35px;
    padding: 6px 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.theme-ball {
    width: 30px;
    height: 20px;
    min-width: 20px;
    border-radius: 30%;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.15);
}

#selectedBall {
    background: #4CAF50;
}

.theme-arrow {
    font-size: 9px;
    color: #666;
}

.theme-options {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    width: 160px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    z-index: 9999;
}

.theme-selector.open .theme-options {
    display: block;
}

.theme-option {
    height: 38px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
 
    .theme-option:hover {
        background: #f2f2f2;
    }

/* Menu usuario */
#main-menu-navigation {
    width:100%;
}

#main-menu-navigation .menu-direita {
    float: right !important
}

