.error-message {
    font-size: 0.8em;
    color: red;
}

.fixed-search-header {
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 1000;
    padding-right: 25px;
}

.sub-items {
    display: none;
}

.sub-items.show {
    display: block;
}

.sidenav-wrapper {
    text-align: center;
}

.filter-by {
    margin-top: 20px;
    text-align: center;
}


.add-new-filter-wrap a {
    position: fixed;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1000;
    background-color: #0d5afd;
    text-align: center;
    line-height: 2.25rem;
    border-radius: 50%;
    bottom: 135px;
    right: 20px;
    color: #ffffff;
}

.add-new-filter-wrap a i {
    line-height: 2.5rem;
}

.bg-triport1
{
    color: #fefdff !important;
    background-color: #c34a8b !important;
    border-color: #c34a8b !important;
}

.accordion-body label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button {
    background-color: #3F51B5;
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: #3F51B5;
    color: white;
}

.accordion-item {
    padding-bottom: 1.5px;
}

.call-type{
    padding-bottom: 10px;
}

label[for="call_type"] {
    color: black;
}