.notification-scroll-style {
    max-height: calc(100vh - 215px);
}

.font-roboto {
    font-family: "Roboto", sans-serif !important;
}

.font-poppins {
    font-family: "Poppins", sans-serif !important;
}

.font-inter {
    font-family: "Inter", sans-serif !important;
}

.font-public-sans {
    font-family: "Public Sans", sans-serif !important;
}

.loader-sm {
    width: 20px;
    height: 20px;
}

.pc-container .pc-content {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 1px;
}

.row {
    --bs-gutter-x: 0;
}

.card {
    border: none
}

.apexcharts-datalabel-label,
.apexcharts-datalabel {
    background: #000 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 4px !important;
}


.vsb-main {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.765625rem;
}

.vsb-main:focus-within {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.vsb-menu {
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    border: 1px solid #ced4da;
    font-size: 1rem;
}

.vsb-menu li {
    padding: 0.375rem 0.75rem;
    color: #212529;
}

.vsb-menu li.selected {
    background-color: #e9ecef;
    color: #495057;
}

.vsb-menu li:hover {
    background-color: #f8f9fa;
    color: #212529;
}

.vsb-main button {
    min-width: 120px;
    border-radius: 0;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    z-index: 1;
    color: #333;
    background: transparent !important;
    border: transparent !important;
    line-height: 20px;
    font-size: 13px !important;
    padding: 0.3rem 0.6rem !important;
    min-height: calc(1.5em + 0.6rem + 2px);
}

.vsb-main .title {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vsb-menu .multi li:not(.grouped-option) {
    position: relative;
    padding: 0.45rem 0.75rem 0.45rem 2rem;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
}

.vsb-menu .multi li:not(.grouped-option)::before {
    content: "";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #6c757d;
    border-radius: 0.2rem;
    background: #fff;
    margin: 0;
    float: none;
    padding: 0;
}

.vsb-menu .multi li:not(.grouped-option).active::after {
    content: "";
    position: absolute;
    left: 1.05rem;
    top: 50%;
    width: 0.3rem;
    height: 0.55rem;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-58%) rotate(45deg);
    margin: 0;
    float: none;
}

.apexcharts-tooltip {
    z-index: 9999 !important;
}

.popover-header {
    font-size: 12px;

}

.popover-body {
    padding: 8px;
}

.dt-buttons {
    display: none;
}