.card-custom {
    margin-bottom: 15px;
    padding: 0.5rem 1.25rem;
}

#load_queues {
    height: 22px;
    width: 22px;
    margin-left: 8px;
    margin-top: 2px;
}

.animation-border {
    border: 1px dashed rgba(250, 42, 0, 20);
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chartjstooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999999;
    min-width: 250px;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.plan-features-view {
    margin: auto;
    width: 100%;
}

table thead th {
    position: sticky;
    top: 0;
    z-index: 99;
    width: 400px;
    background: white;
}

.plan-features-wrapper {
    position: relative;
    overflow: auto;
    white-space: nowrap;
    height: 500px;
}

.plan-features-sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    z-index: 999;
}

.plan-feature-sticking-row {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
    z-index: 999;
}

.plan-features-first-col {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    left: 0px;
}