﻿.students-listing-content .box-filter {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

    .students-listing-content .box-filter .form-entry > label {
        font-family: Helvetica-Bold;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
    }

    .students-listing-content .box-filter span {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #A2ACBA;
        margin-left: 20px;
    }

    .students-listing-content .box-filter .filter {
        margin-right: 30px;
    }

.students-listing-content .d-tabs-header {
    border-bottom: solid 1px rgba(8, 43, 110, 0.16);
    padding-bottom: 20px;
}

    .students-listing-content .d-tabs-header > .d-tab {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 0px !important;
        padding-top: 4px !important;
        color: #A2ACBA;
    }

        .students-listing-content .d-tabs-header > .d-tab[data-d-tab-active="true"] {
            color: #FFFFFF;
            border-radius: 20px;
            font-weight: bold !important;
        }

.table .d-tooltip {
    z-index: 1000;
}
