* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* .filter_tab .all_filter {
    width: 12%;
} */

/* .college_filter{
    background: #ffffff;
    padding: 1rem;
} */
.filter_tab {
    background-image: linear-gradient(to right, #FFF4ED, #F1EBFF);
    border-radius: 10px;
    padding: 0.5rem;
}

.filter_tab .all_filter button {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    background: #fff;
    white-space: nowrap;
    padding: 4px 16px;
    outline: none;
    margin-right: 2rem;
    border-radius: 32px;
    border: 1px solid #e8e8e8;
}

.all_filter button span svg {
    margin-top: -4px;
}

.scrollable-tabs-container {
    width: 90%;
    border-radius: 7px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.devider {
    height: 1.5rem;
    width: 1px;
    background: #e8e8e8;
}


.scrollable-tabs-container ul {
    list-style-type: none;
    display: flex;
    gap: 0 20px;
    padding: 12px 24px;
    margin: 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollable-tabs-container ul::-webkit-scrollbar {
    display: none;
}

/* .scrollable-tabs-container ul li {
    position: relative;
} */

.scrollable-tabs-container ul li button {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    background: #fff;
    padding: 4px 16px;
    outline: none;
    border-radius: 32px;
    border: 1px solid #e8e8e8;
    white-space: nowrap;
    transition: all .3s;
}

.scrollable-tabs-container ul li button.active {
    border-color: #00ffff;
    background: #87f7f73e;
}

.scrollable-tabs-container ul li button svg {
    height: 16px;
    transition: all .4s;
}

.scrollable-tabs-container ul li button.active svg {
    transform: rotate(-180deg);
}

.scrollable-tabs-container .left-arrow svg,
.scrollable-tabs-container .right-arrow svg {
    height: 40px;
    width: 40px;
    padding: 8px;
    margin: 0 10px;
    color: #000;
    background: #fff;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
}

.scrollable-tabs-container .right-arrow,
.scrollable-tabs-container .left-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    display: none;
    align-items: center;
}

.scrollable-tabs-container .right-arrow.active,
.scrollable-tabs-container .left-arrow.active {
    display: flex;
}

.scrollable-tabs-container .left-arrow {
    justify-content: flex-start;
    left: 0;
}

.scrollable-tabs-container .right-arrow {
    right: 0;
    justify-content: flex-end;
}

.filter_tab .filter_data_box {
    margin-top: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    border-radius: 8px;
    display: none;
    padding: 18px;
    position: absolute;
    top: 100%;
    min-width: 250px;
    max-width: 450px;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.filter_data_box .filter_header i {
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.filter_data_box .filter_data {
    max-height: 240px;
    overflow-y: scroll;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 20px;
    scrollbar-width: thin;
    scrollbar-color: rgb(233, 233, 233) rgb(255, 255, 255);
    --scrollbar-width: 4px;
}

.filter_data_box .filter_data .filter_data_item {
    gap: 0 10px;
}



.pointer {
    cursor: pointer;
}


/* ======================================================================= */
.data-filter-div {
    margin-top: 12px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 18px;
    min-width: 250px;
    max-width: 450px;
    z-index: 1009;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.search {
    display: inline-block;
}

.search input {
    width: 250px;
    height: 32px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.search input {
    text-indent: 32px;
}

.search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
}

.search .fa-search {
    left: auto;
    right: 10px;
}

.substream-list label {
    font-size: 14px;
}

/* 
table */
.table_header {
    background-color: #f5f5f5;
    border-radius: 6px;
    margin-bottom: .3rem;
    padding: 8px 0;
}

.sortBy {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.thead-back tr th {
    background: #76a1f0;
    color: #fff;
    vertical-align: middle;
}

.collage-detail h3 {
    font-size: 1rem;
    font-weight: 500;
}

.city-name {
    font-weight: 500;
    font-size: 0.6875rem;
}

.popular-course {
    background: rgb(255, 249, 228);
    border-left: 2px solid rgb(255 0 163);
    cursor: pointer;

}

.popular-course.course {
    color: rgb(51, 51, 51);
    line-height: 15.4px;
    max-width: 80vw;
    outline: rgba(0, 0, 0, 0) solid 1px;
    padding: 4px 10px 4px 6px;

}

.course-name {
    color: rgb(255 0 163);
    margin-bottom: 2px;
    font-size: 0.75rem;
    font-weight: 500;
}

.popular-course.course.course-name.icon {
    width: 8.7px !important;
    height: 5px !important;
    position: relative;
    right: -5px;
    top: -2px;
}

.circle-icon i {
    font-size: 8px;
    padding-bottom: 15px;
    color: #76a1f0;
}

.c-name {
    color: #333;
    line-height: 15.4px;
    font-weight: 500;
    font-size: 0.75rem;
}

.table-apply {
    border: none;
    color: rgb(255 0 163);
    cursor: pointer;
    line-height: 23px;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.table-download-br {
    border: none;
    color: #3eae8d;
    cursor: pointer;
    line-height: 23px;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.table-compare {
    border: none;
    color: #1c1c1c;
    cursor: pointer;
    line-height: 23px;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.text-md-font {
    font-size: 16px;
    font-weight: 700;
}

.text-sm-font {
    font-size: 0.6875rem;
    font-weight: 500;
}

.compare-fee {
    color: #ff7900;
    font-size: 0.75rem;
}

/* comparefeepopup */

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    width: 60%;
    border-radius: 6px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.rank-wrapper {
    max-height: 250px;
    overflow-y: scroll;
}

.text-pink {
    color: rgb(255 0 163);
}

.listing_filter {
    gap: 8px 14px;
    flex-flow: wrap;
}

.listing_filter {
    cursor: pointer;
}

/* .listing_filter li .selected-bubble {
    line-height: 22px;
    color: #095D81;
    border: 1px solid #095D81;
} */

.listing_filter li .selected-bubble {
    line-height: 22px;
    border-color: #00ffff;
    background: #87f7f73e;
    /* color: #095D81; */
    border: 1px solid #095D81;
}

.cross-icon {
    margin-left: 2px;
    height: 18px;
    width: 18px;
}