.custom1 > ul > li > a {
    padding:10px 15px;
    border:1px solid #DEE2E6;
    border-left:0px;
}
.custom1 > ul > li > a:hover{
    background:#e9ecef;
}
.custom1 > ul > li:first-child > a{
    border-left:1px solid #DEE2E6;
}
.custom1 > ul > li.disabled > a{
    cursor: not-allowed;
}
.custom1 > ul > li.active > a{
    color:#fff!important;
    background: #007BFF;
}
.custom1 > ul {
    justify-content: center;
    margin-top:25px;
    margin-bottom:25px;
}
.table1{
    font-size:0.8rem;
}
.badge-cs{
    font-size: 100%;
}