/*PON QUI ESA VAINA*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*{
    font-family: 'Quicksand', sans-serif;
}



.sidebar-brand , .navbar{
    height: 42px;
}
.sidebar-brand{
    padding: 0;
    line-height: 42px;
}
.avatar{
    width: 30px;
    height: 30px;
}
.sidebar [data-bs-toggle=collapse]:after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: " ";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 0.9rem;
    transform: rotate(45deg);
    transition: all .2s ease-out;
}
*, :after, :before {
    box-sizing: border-box;
}
.sidebar {
    direction: ltr;
    max-width: 264px;
    min-width: 264px;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
}
.sidebar-item,.sidebar-link{
    padding: 0px !important;
    padding-left: 5px !important;
    line-height: 32px;
}

.sidebar-link:hover,.sidebar-item:hover{
    background-color: rgba(40,54,71, 0.7);
}
/* .sidebar-item:hover{
    background-color: rgba(59,125,221, 0.7);
} */

.dropdown-toggle:after {
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
}
.nameProfile{
    padding-left: 20px;
}

table{
    font-size: 12px !important;
}

.table thead tr th{
    font-weight: bold !important;
}

.multiselect{
    min-height: 32px !important;
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
}

.modal-content{
    width: 100% !important;
    position: absolute !important;
}
.mostrar{
    display: list-item !important;
    opacity: 1 !important;
    position: absolute !important;
    background-color: #929292a2 !important;
}
.div-error{
    display: flex;
    justify-content: center;
}
.text-error{
    color: red !important;
    font-weight: bold;
}
.page-link{
    text-decoration: none;
}

.fc-daygrid-dot-event {
    display: block !important;
}

.dp__selection_preview {
    display: none;
}

.dp__action {
    font-family: "Segoe UI" !important;
}

.dp__action_buttons {
    width: 100%;
}

.dp__cancel {
    background-color: white;
}

.dp__select {
    margin-left: 10px;
    background-color: #0d6efd;
    color: white;
}

.bg-label {
    background-color: #0d6efd !important;
}

:root {
    --ms-group-label-bg-selected: #0d6efd;
    --ms-group-label-bg-selected-pointed: #0d6efd;
    --ms-option-bg-selected: #0d6efd;
    --ms-option-bg-selected-pointed: #0d6efd;
    --ms-tag-bg: #0d6efd;
}




.form-select{
    border-radius: .1rem !important;
    font-size: .75rem !important;
    padding-bottom: .2rem !important;
    padding-left: .5rem !important;
    padding-top: .2rem !important;
}

.form-control{
    border-radius: .1rem !important;
    font-size: .75rem !important;
    min-height: calc(1.525rem + 2px) !important;
    padding: .2rem .5rem !important;
}

.btn-primary{
    background-color: #001881 !important;
    border-color: #001881 !important;
}

.btn-primary:hover,.btn-primary:focus{
    background-color: #0024a4 !important;
    border-color: #0024a4 !important;
}

/*MULTISELECT*/
.multiselect{
    height: 28px !important;
    background: #f8fafc !important;
}
.multiselect-wrapper{
    min-height: 16px !important;
}
.multiselect-search{
    background: #f8fafc !important;
}
