.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: center;
}
h1 {
    font-size: 52px !important;
}
h2 {
    font-size: 36px !important;
}
.card-campus .badge.badge-dark {
    white-space: normal;
    text-align: left;
    padding: .5em 2em;
}
.card-campus-white .badge {
    border-radius: 100px;
    box-shadow: 0 0 7px 0 rgba(0, 77, 215, 0.20);
}
.card-campus-white .badge {
    border-radius: 100px;
    box-shadow: 0 0 7px 0 rgba(0, 77, 215, 0.20);
}
.card-campus-white .badge-absolute {
    top: 0.5rem;
    left: 0.5rem;
}
.card-campus img {
    border: 2px solid #fff;
}
.card-campus {
    border: 2px solid;
    border-image-source: linear-gradient(82.51deg, rgba(127, 147, 234, 0.15) 4.18%, rgba(105, 188, 229, 0.03) 40.11%);
    box-shadow: 10px 22px 19px 0 #0000001A;
}
.card-campus-white {
    background: #fff;
}
.card-campus, .card-campus img {
    border-radius: 1.3rem;
}
.badge-light {
    border: 1px solid #FFF;
    background: #FFF;
    color: #023083;
}
.card-campus p span {
    color: #8097C1;
}
.br-26 {
    border-radius: 26px;
}
.br-primary-2 {
    border: 2px solid #023083;
}
.text-blue {
    color: #023083 !important;
}
.filter-btn {
    padding: 0.888rem;
    border-radius: 1.5rem;
}
.popover {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0 15px 0 #00000026;
}
.popover .popover-arrow::after,.popover .popover-arrow::before {
    display: none;
}
.card-lectoriy.bg-red {
    background-color: #F4BBB5;
}
.card-lectoriy.bg-blue {
    background-color: #C3DEF2;
}
.card-lectoriy.bg-yellow {
    background-color: #FCF0CC;
}
.card-lectoriy {
    border-radius: 1.5rem;
    box-shadow: 10px 22px 19px 0 #0000001A;
}
.card-lectoriy .img-lectorer {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.card-lectoriy .badge.badge-light {
    border-radius: 1rem;
    border: 1px solid #CDD2E6;
}
.card-lectoriy .vr {
    width: 4px;
    background: #CDD2E6;
    opacity: 1;
}
.card-lectoriy .hr {
    background: #CDD2E6;
    opacity: 1;
    height: 3px;
}

.card-campus-img {
    width: 258px;
    height: 140px;
    object-fit: cover;
    object-position: center;
}

.course-blur-3 {
    background: radial-gradient(35.22% 35.22% at 50% 50%, #26A4FF 66.15%, #8C98FF 72.92%);
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    filter: blur(167px);
    width: 34vw;
    height: 39vw;
    right: 0;
    position: absolute;
}
.course-blur-2 {
    background: radial-gradient(50% 50% at 50% 50%, rgba(177, 147, 246, 0.84) 68.75%, rgba(38, 164, 255, 0.84) 83.33%);
    filter: blur(123px);
    width: 10vw;
    height: 15vw;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    right: 0;
    position: absolute;
}
.course-blur-1 {
    background: radial-gradient(35.22% 35.22% at 50% 50%, #26A4FF 66.15%, #8C98FF 72.92%);
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    filter: blur(167px);
    width: 10vw;
    height: 15vw;
    position: absolute;
}
.btn-primary-lg {
    color: #fff !important;
    padding: 1rem 2rem;
    border-radius: 4rem;
    font-weight: 600;
}
.small-icon {
    /*width: 32px !important;*/
    height: 32px !important;
}
.tag {
    cursor: pointer;
}
@media (max-width: 500px) {
    h1 {
        font-size: 30px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    .fs-30 {
        font-size: 20px !important;
    }
    .tag {
        font-size: 18px !important;
        border-radius: 100px;
        border: 2px solid #023083;
        color: #023083;
        max-width: fit-content;
        padding: 0.2rem 1rem;
    }
}
