.min-custom-width {
    min-width: 9rem !important;
}

/*
.bg-custom-success{
    background-color:#52976f !important;
}
.bg-custom-success:hover{
    background-color: #38c172 !important;
}*/

.bg-custom-success:hover {
    background-color: #42a5f5 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.top-custom-0 {
    top: initial !important;
}

body {
    background-color: #fff !important;
}

select option {
    background-color: #42a5f5;
}

select[size="5"] option {
    background-color: initial;
}

.table-success-g {
    --bs-table-bg: #c4e4fa;
    border-color: #dee2e6;
}

.btn-success-original {
    color: #000;
    background-color: #38c172;
    border-color: #38c172;
}

.btn-success-original-disable {
    color: #000;
    background-color: #6b6e6d;
    border-color: #6b6e6d;
}

/*
Spinner de carregamento
*/
.loader {
    width: 1rem;
    height: 1rem;
    border: 2px solid #FFF;
    border-bottom-color: #FFC400;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-left: 2px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 992px) {
    .img-card-paciente {
        width: 100%;
        height: 100%;
        align-items: center;
        text-align: center;
    }

    .img-ficha-paciente {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .center-info-paciente {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .card-profissional {
        width: 100%;
    }
}

.input-group>.select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

.input-group>.select2-container--bootstrap .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

@media (max-width: 991px) {
    .input-group.flex {
        flex-wrap: nowrap;
    }
}

/* style card */
.hover-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: box-shadow 0.3s, transform 0.3s;
}

.hover-shadow-list-paciente:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.285);
    transform: translateY(-7px);
    transition: box-shadow 0.3s, transform 0.3s;
}

/* Height do CKEditor */
.ck-editor__editable_inline {
    min-height: 150px;
}

/* scrollbars veertical e horizontal*/
::-webkit-scrollbar {
    width: 12px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar:horizontal {
    height: 12px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    min-width: 25px;
    border-radius: 10px;
}

/* end scroll */

#span-filtro:hover {
    color: white;
}