.rounded{
    border-radius: 0.475rem !important;
}
.rounded-start{
    border-bottom-left-radius: 0.475rem !important;
    border-top-left-radius: 0.475rem !important;
}
.rounded-top{
    border-top-left-radius: 0.475rem !important;
    border-top-right-radius: 0.475rem !important;
}
.rounded-end{
    border-top-right-radius: 0.475rem !important;
    border-bottom-right-radius: 0.475rem !important;
}
.rounded-bottom{
    border-bottom-right-radius: 0.475rem !important;
    border-bottom-left-radius: 0.475rem !important;
}

.btn-smaller {
    height:25px !important;
    width:25px !important;
}

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

.text-first-capitalize::first-letter {
    text-transform: uppercase !important;
}

.select2-selection__rendered{
    color:#181c32 !important;
}

::-webkit-scrollbar {
    display: none;
  }

span.flatpickr-monthSelect-month.selected{
    border-radius: 0.475rem !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important;
}
span.flatpickr-monthSelect-month.selected:hover{
    border-radius: 0.475rem !important;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important;
}
span.flatpickr-monthSelect-month:hover{
    border-radius: 0.475rem !important;
    --bs-bg-opacity: 1;
    background-color: #fff5f8!important;
}
.flatpickr-day.today{
    background: #f1416c26;
    color: #181C32;
    border-color: transparent;
}
.flatpickr-day.selected, .flatpickr-day:hover{
    background: #181C32;
    color: #fff;
    border-color: transparent;
}


.filepond--credits {
    visibility: hidden;
}
.line-through-hover:hover {
    text-decoration: line-through !important;
}
.form-control:not(.is-invalid), .form-select:not(.is-invalid) {
    border-color:#181C32 !important;
}

.role{
    animation: 0.65s linear infinite spinner-border
}
.text-gray-400,.text-muted,.text-gray-600,.text-gray-800{
    color:#181c32 !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #7239ea !important;
    color: #eff2f5 !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    color: #181c32 !important;
        font-weight: 600 !important;
    font-size: 1.25rem !important;
}


.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: #158d5a;
    color:white !important;

}

.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field {
    border: 1px solid #12191d !important;
}

/* .flatpickr-weekdays .flatpickr-weekdaycontainer {
    flex-direction: row-reverse !important;
} */

.table.table-row-bordered tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.card {
    border: 0;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.08);
}

.aside-menu .menu-item .menu-link.active:after { 
    border-right-color: #f3f2ef !important;
}
