.search-filters{
    /* border: 1px solid var(--bs-gray-400); */
    /* border-radius: 3px; */
    /* padding: 10px; */
    margin-bottom: 10px;
}

.categories{
    height: 170px;
    overflow-y: scroll;   
}

.search-filters ul li{
    margin-bottom: 5px;
}
.search-filters ul li label{
    cursor: pointer;
    font-size: 14px;
}
.search-filters ul li a{
    padding: 0;
}
.search-filters ul li a.active{
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.card.candidate{
    border-radius: 3px;
    border: 1px solid var(--bs-gray-400);
    margin-bottom: 15px;
}
.card.candidate .card-header{
    border-bottom: 1px solid var(--bs-gray-400);
}
.card.candidate .card-footer{
    border-top: 1px solid var(--bs-gray-400);
}
.card.candidate .card-footer a{
    margin-left: 10px;
    text-decoration: none;
}
.card.candidate  .image-frame{
    border: 1px solid var(--bs-gray-400);
    overflow: hidden;
}
.card.candidate img{
    height: 100%;
}
@media (min-width: 576px) {
    .card.candidate  .image-frame{
        border: 1px solid var(--bs-gray-400);
        height: 75px;
        overflow: hidden;
        border-radius: 50%;
        width: 75px;
    }
    
}


.card.candidate button{
    font-size: 13px;
    padding: 2px;
    border-radius: 3px;
    margin-top: 10px;
}
.card.candidate p{
    font-size: 12px;
}
.pull-right{
    float: right;
}
.btn-block{
    display: block;
    width: 100%;
}
section.login{
    margin: 160px 0 50px;
}
section.login .card{
    border-radius: 3px;
    border: 1px solid var(--bs-gray-400);
}
section.login .card-header{
    border-bottom: 1px solid var(--bs-gray-400);
}
.form-control{
    border-radius: 3px;
    border: 1px solid var(--bs-gray-400);
}
.candidate-image{
    border-radius: 50%;
    max-height: 150px;
}
.error{
    color: var(--bs-red);
    margin-top: 5px;
}
.search-form{
    /* width: 350px; */
}
.card-title {
    margin-bottom: 0px;
}
.logo-image{
    width: 100px;

}
p.lead{
    font-size: 9px;
}
.footer p{
    font-size: 14px;
}
.footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.btnstatus{
    border: 1px solid var(--bs-gray-400);
}
.btnleft, .btn-status-left{
    border-radius: 7px 0 0 7px;
    border-right: 0px !important;
}
.btnright, .btn-status-right{
    border-radius: 0 7px 7px 0;
    margin-left: -3px;
    border-left: 0px !important;
}
.btnstatus.active{
    background-color: var(--bs-primary);
    
    color: var(--bs-white);
}
.copyright-text{
    text-align: right;
    padding-top: 10px;
}
.text-right{
    text-align: right;
}
.form-section-heading{
    margin-top: 20px;
    border-bottom: 1px solid #aaa;
}