h1 {
    font-size: 52px !important;
}
.breadcrumb-item.text-blue {
    font-weight: 600;
}
.bg {
    background-color: #fff;
    box-shadow: 0 4px 40px 0 #0230831A;
    border-radius: 2rem;
}
main > #universities.page-wrapper {
    padding: 80px 0;
    background-color: #FFFFFFF7;
}
.card-uni {
    background-color: #fff;
    box-shadow: 0 4px 40px 0 #0230831A;
    border-radius: 1rem;
    border: 1px solid #004DA71A;
}
.tt-dataset-name .tt-selectable {
    border-bottom: 1px solid #E7EAF2;
}
.tt-menu {
    width: inherit;
    margin: 0;
    border: 1px solid #E7EAF2;
    border-top: none;
    padding: 0;
    border-radius: 0 0 1rem 1rem;
}
.tt-suggestion {
    font-size: 16px;
    line-height: 21px;
    padding: 1rem 1.5rem;
}
.tt-suggestion:hover,
.tt-cursor {
    cursor: pointer;
    color: #023083 !important;
    background-color: transparent !important;
    border-right: 3px solid #023083;
}
.tt-hint {
    display: none;
}
.form-control {
    box-shadow: none !important;
}
.input-group {
    flex-wrap: nowrap !important;
}
.input-group .form-control {
    border: 2px solid #E7EAF2;
    border-radius: 0.9rem 0 0 0.9rem;
    border-right: none;
    padding: 0.875rem 1.5rem;
    color: #023083;
}
.input-group .form-control::placeholder {
    color: #8897BD;
}
.input-group .btn.btn-outline-secondary {
    border: 2px solid #E7EAF2;
    border-radius: 0 0.9rem 0.9rem 0;
    border-left: none;
}
.input-group .btn.btn-outline-secondary i {
    font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #E7EAF2;
    border-radius: 0.6rem;
    height: 56px;
}
#page-items .select2-container {
    box-shadow: 0 4px 40px 0 #0230831A;
}
.select2-dropdown {
    background-color: white;
    border: none;
    border-radius: 0.6rem;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 16px;
    font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8897BD;
    font-weight: 500;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 16px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0.5rem;
    color: #023083;
}
.select2-results__option {
    color: #023083;
    padding: 1rem;
    font-weight: 400;
    border-bottom: 1px solid #E7EAF2;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F8F9FA;
    color: #023083;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #EBEFFB;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    content: url("/images/filter/arrow-select.svg");
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 23px;
    position: absolute;
    top: 17px;
    right: 10px;
    width: 20px;
}

.select2-results__options::-webkit-scrollbar {
    width: 3px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: transparent;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 2px solid #E7EAF2;
    padding: 1rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #8897BD;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
}
.select2-search--dropdown {
    padding: 0;
    border: 0;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #004DA7;
    height: 48px;
    border-radius: 20px;
    border: 3px solid transparent;
}
.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #E7EAF2;
    border-top: none;
}
.total {
    font-weight: 700;
    font-size: 34px;
}
.total span:first-child {
    color: #89A2CD;
}
.total span {
    font-weight: 700;
}
.btn-group .btn-primary,
.btn-group .btn-outline-primary {
    border-radius: 100rem;
    padding: 0.938rem;
    font-weight: 700;
}
.btn-group .btn-outline-primary {
    border: 2px solid #D1DAFC;
}
.simplePagination .page-link {
    padding: 0.9rem 1.3rem;
    color: #023083;
    background-color: #F7F9FB;
}
.simplePagination .active span.current {
    padding: 0.9rem 1.3rem;
    color: #fff !important;
    background-color: #004DA7;
    border-radius: 100rem;
}
.simplePagination span.current {
    padding: 0.9rem 1.3rem;
}
.bg-lin-nav {
    background: radial-gradient(100% 100% at 50% 0%, #080F4F 0%, #004DA7 100%);
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: url("/images/universities/arrow-breadcrumb.svg");
}

main > .page-wrapper {
    padding: 55px 0 !important;
    background-color: #F7F9FB !important;
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px !important;
    }
    .total {
        font-size: 20px;
    }
}

