.nav-tabs .nav-item .nav-link.active
{
    color: #feb4cd;
    height: 60px !important;
    font-size: 1.17em !important;
    // vertical-align: middle !important;
    border: 0px;
    border-bottom: solid #feb4cd 2px;
    display : flex;
    align-items : center;
    justify-content: center;
}
.nav-tabs .nav-item .nav-link {
    color: #5A5E6D;
    height: 60px !important;
    display : flex;
    align-items : center;
    justify-content: center;
    font-size: 1.17em !important;
    border: 0px 0px 0px 1px;
}

.nav-tabs {
    margin: 0 0 5px 0 !important;
    border: 0px 0px 0px 1px;
}

.sla-btn{
    position: relative;
    display: block;
    /* min-width: 65px; */
    max-width: 95px;
    height: 33px;
    border: 1px solid #ccc;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5px 10px;
    cursor: pointer;
}
.sla-btn:hover{
    background: #5180f6 !important;
    border-color: #5180f6 !important;
    color: #fff;
}

.data-label{
    float: right;
}

.sla-btn .tooltiptext {
    visibility: hidden;
}

.stat-label{
    font-weight: 600;
    font-size: 13px;
}

.th-label{
    font-weight: 600;
    text-align: center;
    font-size: 9px;
}

.total-label{
    text-align: center !important;
    padding-right: 10px !important;

    .total-text{
        font-weight: 600;
        font-size: 13px;
    }
}

.td-total-label{
    font-weight: 600;
    text-align: center;
    font-size:14px;
}

.td-label{
    font-weight: 300;
    text-align: center;
}

.td-align-label{
    font-size:14px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-label{
    font-size: 11px;
    position: relative;
    top: 1px;
}

.header-spacer{
    margin-right: 14px;
}

@media only screen and (max-width: 1440px) {
    .data-label{
        display: none;
    }

    .sla-btn:hover{
        .tooltiptext {
          visibility: visible;
        }
    }
    
    /* Tooltip text */
    .sla-btn .tooltiptext {
        visibility: hidden;
        width: 90px;
        background-color: #5180f6;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: -37px;
        left: -27px;
    }

    .sla-btn .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%; /* At the bottom of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #5180f6 transparent transparent transparent;
    }
}
