[data-layout=horizontal] .navbar-menu .navbar-nav>.nav-item>.nav-link[data-bs-toggle=collapse]:after {
    right: 5px;
}

.dayContainer {
    background-color: white;
}

.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.popover {
    border: 1px solid gray;
    background-color: white;
}

.popover-header {
    background-color: lightblue;
}

.badge.badge-outline-voided {
    color: #898989;
    border: 1px solid #898989;
    background-color: transparent;
}

.badge.badge-outline-declined {
    color: #898989;
    border: 1px solid #898989;
    background-color: transparent;
}

.badge.badge-void {
    color: #ffffff;
    border: 1px solid #898989;
    background-color: #898989;
}
