.btn-xxl {
    padding: 18px 28px;
    font-size: 32px; 
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.shc_tooltip {
    position: relative;
    overflow: visible;
}

.shc_tooltip .shc_tooltiptext {
    visibility: hidden;
    background-color: #181c32;
    width: 250px;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 10000;

    padding: 12px;
    /* box-shadow: 0 0 1em black; */
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
}

.shc_tooltip .shc_tooltip-right {
    top: -5px;  /* changed */
    left: 105%; /* added */
    transform: translate(0%, -25%); /* added */
}

.shc_tooltip .shc_tooltip-left {
    top: -5px;  /* changed */
    right: 105%; /* added */
    transform: translate(0%, -25%); /* added */
}

.shc_tooltip .shc_tooltip-right::after {
    content: "";
    position: absolute;
    top: 45%;
    left: -10px;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #181c32 transparent transparent;
} 

.shc_tooltip .shc_tooltip-left::after {
    content: "";
    position: absolute;
    top: 45%;
    right: -10px;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #181c32;
} 

.shc_tooltip:hover .shc_tooltiptext {
    visibility: visible;
}


.timeline-label:before {
    content: "";
    position: absolute;
    left: 1px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: #eff2f5;
}

.timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1.2rem;
}

::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}

::-webkit-scrollbar-track {
	border-radius: 5px;
	box-shadow: inset 0 0 10px #f5f8fa;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #511366;
}

/*
.aside.aside-dark{
   background-color: #1c0624 !important;
}

.aside-dark .menu .menu-item .menu-link.active {
   background-color: #17061d !important;
}
.card {
    background-color: #fff !important;
}

body {
    background-color: #22072b !important;
}

.aside.aside-dark .aside-logo {
    background-color: #22072b00 !important;

}

.aside-dark .menu .menu-item .menu-link .menu-title {
    color: white !important;
} */

@media (max-width: 991.98px){
    .header-tablet-and-mobile-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        height: 55px;
        min-height: 55px;
        background-color: #181c32;
        box-shadow: 0 10px 30px 0 rgba(82,63,105,.05);
    }
}

.pagination {
    margin-bottom: 5px;
}