.toasts-bottom-right {
    bottom: 10px;
    right: 10px;
    min-width: 200px;
}

.table-bordered th:last-child,
.table-bordered td:last-child {
    width: 1px;
    white-space: nowrap;
    margin-right: 5px;
    text-align: right;
}

.smallTabela th:last-child,
.smallTabela td:last-child {
    text-align: left;
}

.smallTabela.dataTables_filter,
.smallTabela.dataTables_filter label {
    width: 100%;
    text-align: right;
}

.dropdown-menu-options {
    left: unset !important;
    right: 0px !important;
    transform: translate3d(0px, 38px, 0px) !important;
}

.fc-button {
    color: #007bff !important;
    background-color: #fff !important;
    border-color: #007bff !important;
}

.fc-button:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.fc .fc-toolbar-title {
    font-size: 18px !important;
}

.card-body .fc {
    margin-top: 0px !important;
}

.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
    padding: 0px !important;
}

/* image detalhes documentos*/

.wrapper-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper-text-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wrapper-text-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.image--cover {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f030";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 48px;
    opacity: 0.8;
    transform: translate(-50%, -50%);
    text-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
}
.btn-tool-small {
    /* background-color: transparent; */
    /* color: #adb5bd; */
    font-size: 0.875rem;
    margin: -0.75rem 0;
    padding: 0.25rem 0.5rem;
}
#img-result {
    cursor: pointer;

    position: relative;
    background: #eaeff5;
    background-size: cover;
    background-position: center;
    display: block;
    /*   width: 200px;
    height: 200px; */
    border-radius: 2px;
    /*  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); */
    color: rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s, margin 0.3s, background-image 1.5s;

    margin: 0 auto;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 4px solid var(--main-darker-orange);
}

#img-result.no-image:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 48px;
    opacity: 0.8;
    transform: translate(-50%, -50%);
    text-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
}

/* modal com escolha te tempos do horario */
.days-box {
    width: 150px;
}
.days-box h2 {
    color: #fff;
    background: #03a9fa;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
}

.days-box ul {
    position: relative;
    background: #fff;
    margin-block-start: 0;
    padding-inline-start: 0;
}

.days-box ul li {
    list-style: none;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s;
}

.days-box ul li:hover,
.days-box ul li.active {
    /* transform: scale(1.1); */
    z-index: 100;
    background: #25bcff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0-2);
    color: #fff;
}
#overlay {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 5px #ddd solid;
    border-top: 5px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide {
    display: none;
}

/* select 2 */
.select2,
.select2 .selection,
.select2 .select2-selection,
.select2.select2-selection--single {
    /*  line-height: 38px!important; */
    min-height: 38px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    /* line-height: 38px!important; */
    min-height: 38px !important;
}

.icon-green {
    color: green;
}

.icon-red {
    color: red;
}

.icon-big {
    font-size: 25px;
}

.redOutline {
    background-color: rgba(255, 0, 0, 0.3) !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: black !important;
    border: 1px solid black !important;
}
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 100%;
    }
}
