.address-format {
    text-transform:lowercase;
}

@media screen and (max-width:768px), screen and (max-height:820px) {
    .side-menu-mobile {
        max-height: 600px;
        overflow-y: auto;
    }
}

.progress-bar {
    background-color: #2ea9e2;
}

.list-group-item.active {
    background-color: #FFFBFBFF;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2ea9e2 !important;
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #2ea9e2 !important;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #2ea9e2 !important;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #2ea9e2 !important;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #2ea9e2 !important;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #2ea9e2 !important;
}

.page-item.active .page-link {
    color: #fff !important;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "↑";
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
    right: .5em;
    content: "↓";
}
