.toast{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}
.toast:not(.show){
    z-index: -100;
}
.toast.show{
    z-index: 100;
}
/* .btn-primary.filter-options:not(.active){
    color: #4d4d4d !important;
    background-color: #ffffff !important;
    border: 2px solid #4d4d4d !important;
    font-weight: 700 !important;
    opacity: 1 !important;
} */

@media screen and (max-width: 768px){
    .btn-outline-info.filter-options:hover{
        color: #2491d3 !important;
        background-color: #ffffff !important;
        border: 2px solid #2491d3 !important;
        font-weight: 700 !important;
        opacity: 1 !important;
    }
    
    .btn-info.filter-options:hover{
        color: #ffffff !important;
        background-color: #2491d3 !important;
        border: 2px solid #2491d3 !important;
        font-weight: 700 !important;
    }
}

.cbResultSetData span>svg{
    color: #28a745;
}

@media screen and (max-width: 465px){
    .btn-info.filter-options,.btn-outline-info.filter-options{
        font-size: 10px !important;
    }
}

@media screen and (max-width: 576px){
    #my-tsps table[data-cb-name=cbTable] tbody tr td:nth-of-type(n+2),
    #my-tsps table[data-cb-name=cbTable] thead tr th:nth-of-type(n+2){
        display: none;
    }
}

@media screen and (min-width: 577px){
    #my-tsps table[data-cb-name=cbTable] tbody tr td:nth-of-type(n+12),
    #my-tsps table[data-cb-name=cbTable] thead tr th:nth-of-type(n+12),
    #my-tsps table[data-cb-name=cbTable] tbody tr td:nth-of-type(1),
    #my-tsps table[data-cb-name=cbTable] thead tr th:nth-of-type(1){
        display: none;
    }
}

@media screen and (max-width: 576px){
    #addTSP table[data-cb-name=cbTable] tbody tr td:nth-of-type(n+2),
    #addTSP table[data-cb-name=cbTable] thead tr th:nth-of-type(n+2){
        display: none;
    }
}

@media screen and (min-width: 577px){
    #addTSP table[data-cb-name=cbTable] tbody tr td:nth-of-type(n+7),
    #addTSP table[data-cb-name=cbTable] thead tr th:nth-of-type(n+7),
    #addTSP table[data-cb-name=cbTable] tbody tr td:nth-of-type(1),
    #addTSP table[data-cb-name=cbTable] thead tr th:nth-of-type(1){
        display: none;
    }
}

#addTSP .cbRecordCountMessage{
    display: none !important;
}

#search-tsp-container article div[id^="cbOuterAjaxCtnr"]:nth-of-type(1){
    display: none !important;
}