@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --iconred: brightness(0) saturate(100%) invert(17%) sepia(81%) saturate(3211%) hue-rotate(353deg) brightness(88%) contrast(125%);
}

body {
    background: #F4F6FB;
    font-family: "Inter", sans-serif;
}

header {
    background: #fff;
    border-bottom: 1px solid #D8D8D8;
}

.logo img {
    height: 45px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0;
}

.menu {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

header .btn-grey,
header .btn-red {
    padding: 8px 20px;
    font-size: 14px;
}

.btn-red {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    background: #C90404;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.btn-red:hover {
    background: #1E1E1E;
    color: #fff;
}

.btn-grey {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #1E1E1E;
    background: #EDEDED;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 0;
    outline: none;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-grey:hover {
    background: #1E1E1E;
    color: #fff;
}

.bt-sm {
    padding: 8px 15px;
    font-size: 14px;
}

.btn-red img {
    width: 11px !important;
    height: 11px !important;
    margin-left: 5px;
}

.btn-grey img {
    width: 11px !important;
    height: 11px !important;
    margin-right: 5px;
}

.btn-grey:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.nav .nav-item a {
    font-weight: 500;
    font-size: 14px;
    color: #1E1E1E;
    padding: 20px 15px;
}

.nav .nav-item a:hover {
    color: #C90404;
}

.hero-overlay {
    background: rgba(30, 30, 30, 0.5);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.hero-content h1 {
    font-weight: 700;
    font-size: 35px;
    color: #EDEDED;
}

.hero-content p {
    font-weight: 500;
    font-size: 18px;
    color: #EDEDED;
}

.section-padding {
    padding: 80px 0;
}

.section-title {
    font-weight: 700;
    font-size: 35px;
    color: #1E1E1E;
}

.section-title span {
    color: #C90404;
}

.section-subtitle {
    font-weight: 400;
    font-size: 18px;
    color: #474747;
    margin-bottom: 40px;
}

.work-box {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.work-box img {
    min-width: 65px;
    min-height: 65px;
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.work-content h4 {
    font-weight: 700;
    font-size: 20px;
    color: #1E1E1E;
}

.work-content p {
    font-weight: 400;
    font-size: 14px;
    color: #474747;
}

.predictor-item {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 20px;
}

.predictor-item>img {
    min-width: 162px;
    min-height: 162px;
    width: 162px;
    height: 162px;
    object-fit: contain;
}

.predictor-item h4 {
    font-weight: 700;
    font-size: 20px;
    color: #1E1E1E;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.predictor-item p {
    font-weight: 400;
    font-size: 14px;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.share-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.share-step img {
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.share-step h4 {
    font-weight: 700;
    font-size: 20px;
    color: #1E1E1E;
    margin-bottom: 0;
}

.share-step p {
    font-weight: 400;
    font-size: 14px;
    color: #474747;
    margin-bottom: 0;
}

.bg-red {
    background: #FFD8D8;
}

.accordion {
    border-radius: 0;
}

.accordion-button {
    background: #F4F6FB;
    border: 0;
    border-radius: 0 !important;
    font-weight: 500;
    font-size: 18px;
    color: #474747;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: 0;
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    background: #FFD8D8;
    color: #C90404;
}

footer {
    padding-top: 40px;
    background: #292929;
}

footer h4 {
    color: #ffffffb8;

}

.footer-copy {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-copy p {
    color: #ffffffb8;
    font-size: 14px;
    margin: 0;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
}

footer ul li a {
    color: #ffffffb8;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer ul li a:hover {
    color: #fff;
}

.profile-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 5px;
    padding-right: 15px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(59, 130, 246, 1) 100%);
    color: #fff;
    text-transform: uppercase;
}

.profile-menu div {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000004d;
    border-radius: 8px;
    color: #ffffffa3;
}

.dropdown-menu {
    border: 0;
}

.dropdown-item:focus {
    background: #efefef;
    /* color: #fff; */
}

.login-section {
    min-height: calc(100vh - 60px);
}

.profile-plate {
    background: #C90404;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 10px 10px;
    font-weight: 600;
    font-size: 25px;
    color: #FFFFFF;
    padding: 4px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dash-menu {
    background: #fff;
}

.dash-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dash-menu ul li a {
    padding: 15px 20px;
    display: flex;
    align-content: center;
    gap: 15px;
    text-decoration: none;
    color: #000;
    transition: all 0.3 ease;
    border-left: 5px solid transparent;
}

.dash-menu ul li a img {
    width: 20px;
}

.dash-menu ul li a:hover {
    background: #efefef;
    transition: all 0.3 ease;

}



.offcanvas-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.social-media ul li a {
    cursor: pointer;
}

.social-media ul li a img {
    width: 35px;
    height: 35px;
    transition: all 0.3s ease;
}

.offcanvas.offcanvas-end {
    width: 320px;
}

.f_main {
    position: sticky;
    top: 10px;
}

.mobile_menu {
    display: none;
}

.filter-mobile {
    display: none;

}

.filter-main {
    /* box-shadow: 5px 5px 0px 0px rgb(184 39 27); */
    box-shadow: 5px 5px 0px 0px rgb(255, 255, 255);
    /* border: 2px solid #b8271b; */
    border: 2px solid #fff;
    border-radius: 8px;
    overflow: hidden;
}

.filter-box {
    background: #fff;
    max-height: 1000px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    /* margin-bottom: 5px; */
}

.filter-box:last-child {
    margin-bottom: 0;
}

.filter-box.filter-closed {
    max-height: 55px;
}

.bud_filter {
    padding: 0 16px;
}

.filter-box h4 {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    /* letter-spacing: 0.07em; */
    /* text-transform: uppercase; */
    color: #c90404;
    margin-bottom: 0;
    padding: 0;
}

.filter-box h4:after {
    content: url('/assets/icons/angle-down-solid.svg');
    position: absolute;
    top: -6px;
    right: 0;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    width: 13px;
    transform: rotate(180deg);
    filter: invert(15%) sepia(43%) saturate(6711%) hue-rotate(356deg) brightness(97%) contrast(121%);
}

.filter-box.filter-closed h4 {
    color: #616161;
}

.filter-box.filter-closed h4:after {
    content: url('images/icons/angle-down-solid.svg');
    position: absolute;
    top: 2px;
    right: 0;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 18px;
    color: #000000;
    width: 13px;
    transform: rotate(0deg);
    filter: invert(42%) sepia(6%) saturate(0%) hue-rotate(213deg) brightness(87%) contrast(93%);
}

/* .filter-box ul li:not(:last-child){
    margin-bottom:7px;
} */
.filter-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 236px;
    overflow: auto;
}

/* width */
.filter-box ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.filter-box ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.filter-box ul::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* Handle on hover */
.filter-box ul::-webkit-scrollbar-thumb:hover {
    background: #c90404;
}

.filter-box ul li {
    padding: 10px 15px;
    border-top: 1px solid #E3EAF7;
}

.filter-box.filter-closed {
    max-height: 48px;
}

.filter-header {
    padding: 15px 15px;
}

.filter-box {
    border-bottom: 2px solid #efefef;
}

.filter-closed .filter-header {}

.form-check-input {
    border: 1px solid #c90404;
}

.filter-box li .form-check .form-check-label {
    font-weight: 500;
    font-size: 15px;
}

.filter-box.filter-closed {
    max-height: 48px;
}

.filter-box.filter-closed h4:after {
    content: url('/assets/icons/angle-down-solid.svg');
    position: absolute;
    top: 2px;
    right: 0;
    font: normal normal normal 14px / 1 'Material-Design-Iconic-Font';
    font-size: 18px;
    color: #000000;
    width: 13px;
    transform: rotate(0deg);
    filter: invert(42%) sepia(6%) saturate(0%) hue-rotate(213deg) brightness(87%) contrast(93%);
}

.form-check-input:checked {
    background-color: #c90404;
    border-color: #c90404;
}

.form-check-input:focus {
    box-shadow: unset;
}

.college_box {
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    display: flex;
    margin-bottom: 15px;
    /* box-shadow: 0px 3px 0px #b8271b; */
    border-bottom: 4px solid #b8271b;
}

.col_img {
    max-width: 250px;
    min-width: 250px;

}

.col_img a {
    text-decoration: none;
}

.col_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

.col_content {
    flex: 1 1 auto;
    padding: 15px;
}

.col_content a {
    text-decoration: none;
}

.col_header {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.col_logo {
    border-radius: 10px;
    width: 75px;
    height: 75px;
    border: 1px solid #E2E2E2;
    margin-right: 10px;
    background: #e2e2e2;
}

.col_header h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0;
    margin-right: 15px;
}

.col_name {
    flex: 1 1 auto;
}

.col_name p {
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #3f3f3f;
    margin-bottom: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.col_name p img {
    width: 11px;
}

.col_body {
    display: flex;
    flex-wrap: wrap;
}

.cb_item {
    margin-bottom: 10px;
    /* flex: 1 auto; */
    width: 33%;
}

.cb_item h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 0;
}

.cb_item p {
    font-style: normal;
    font-size: 14px;
    text-transform: capitalize;
    color: #666666;
    margin-bottom: 0;
}

.cb_flex {
    display: flex;
    justify-content: space-between;
}

.cb_right {
    text-align: right;
}

.col_footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col_footer .clg_btn {
    justify-content: flex-end;
}

.col_footer .clg_btn {
    padding: 0;
}

.pagination-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pagination-footer p {
    margin: 0;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.pagination li a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    border-radius: 8px;
}

.pagination li a img {
    width: 8px;
}

.pagination li.active a {
    color: #fff;
    background: #1E1E1E;
}

.pagination li a:hover {
    background: #fff;
}

.pagination li.active a:hover {
    color: #fff;
    background: #1E1E1E;
}

.pagination li:first-child a {
    /* background: #fff; */
}

.pagination li:last-child a {
    /* background: #fff; */
}

.col_header:hover h4 {
    color: #c90404;
}

.cb_item .text-warning {
    color: rgb(232 174 0) !important;
}

.left_arrow {
    transform: rotate(180deg);
}

.college-filter {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #b8271b;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 0px #b8271b;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.college-filter h5 {
    margin: 0;
}

.form-select:focus {
    box-shadow: none;
    border-color: #b8271b;
}

.short-select {
    display: flex;
    align-items: center;
}

.short-select label {
    width: 95px;
    margin: 0;
    font-size: 14px;
}

.cf-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cf-right .btn-grey {
    display: none;
}

.predicted-details {
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.predicted-details .cb_item {
    /* width: 100%; */
}

.pre-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px;
    gap: 15px;
}

.pre-header h5 {
    margin: 0;
}

.page-section {
    /* padding: 0px 0; */
}

.login-card {
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
    padding: 30px 30px;
    border-bottom: 4px solid #b8271b;
}

.login-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
}

.form-control {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

.form-control:focus {
    box-shadow: none;
    border-color: #202529;
}

.form-label {
    font-weight: 500;
    font-size: 15px;
}

.login-forgot a {
    font-size: 13px;
    text-decoration: none;
    color: #414141;
}

.login-forgot a:hover {
    text-decoration: underline;
}

.login-footer {
    text-align: center;
    margin-top: 30px;
}

.login-footer a {
    text-decoration: none;
    color: #C90404;
}

.login-footer a:hover {
    text-decoration: underline;
}

.login-title {
    position: relative;
}

.login-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 7px;
    height: 100%;
    background: #b8271b;
}

.sign_up_2 a {
    color: #C90404;
    text-decoration: none;
}

.dash-menu li.active a {
    color: #c90404;
    border-color: #c90404;
}

.dash-menu li.active a img {
    filter: var(--iconred);
}

.logout img {
    filter: var(--iconred);
}

.profile-card {
    background: #FFFFFF;
    margin-bottom: 15px;
    border-radius: 15px;
}

.profile-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.profile-header h5 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.profile-header h5 img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(28%) saturate(329%) hue-rotate(164deg) brightness(96%) contrast(90%);
    width: 20px;
}

.profile-body {
    padding: 20px;
}

.profile-footer {
    padding: 20px;
    border-top: 1px solid #e6e6e6;
}




.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}


.social-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


.social-button svg {
    margin-right: 6px;
    fill: currentColor;
}

.social-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.facebook {
    background-color: #1877F2;
}

.twitter {
    background-color: #1DA1F2;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.whatsapp {
    background-color: #25D366;
}

.linkedin {
    background-color: #0A66C2;
}

.profile-body .table th:first-child,
.profile-body .table td:first-child {
    padding-left: 20px;
}

.profile-body .table th:last-child,
.profile-body .table td:last-child {
    padding-right: 20px;
}

.profile-body .table th,
.profile-body .table td {
    min-width: 100px;
}

.table-min-width-unset .table th,
.table-min-width-unset .table td {
    min-width: fit-content;
}

.wallet-card {
    border: 1px solid #dee2e6;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
}

.silver-icon svg {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(48%) sepia(17%) saturate(197%) hue-rotate(169deg) brightness(90%) contrast(86%);
}

.gold-icon svg {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(89%) sepia(90%) saturate(4964%) hue-rotate(320deg) brightness(98%) contrast(95%);
}

.wallet-icon svg {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7470%) hue-rotate(58deg) brightness(110%) contrast(100%);
}

.nav-pro-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 250px;
}

.nav-pro-menu li a {
    padding: 8px 20px;
    display: flex;
    align-content: center;
    gap: 15px;
    text-decoration: none;
    color: #000;
    transition: all 0.3 ease;
    border-left: 5px solid transparent;
}

.nav-pro-menu li a img {
    width: 18px;
}

.nav-pro-menu a:hover {
    background: #efefef;
    transition: all 0.3 ease;

}

.nav-pro-menu li.active a {
    color: #c90404;
    border-color: #c90404;
}

.nav-pro-menu li.active a img {
    filter: var(--iconred);
}

.pre-two-card {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.pre-two-card>div {
    width: 50%;
}

.pre-right {
    padding: 30px;
}

.pre-left {
    background: linear-gradient(to bottom right, #C90404, #1E3A8A);
    height: -webkit-fill-available;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff
}

.pre-left h1 {
    font-weight: 800;
    text-transform: uppercase
}

label a {
    color: #c90404;
}

.advantage {
    background: #ffffff;
    background: linear-gradient(180deg, rgb(255 255 255 / 58%) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
}

.advantage img {
    width: 100px;
    margin-bottom: 20px;
}

.re-view {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    gap: 15px;
}

.re-view img {
    width: 200px;
}

.re-view>div {
    padding: 15px;
}

.re-view>div h5 {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    color: #c90404;
}

.re-view>div h5 img {
    width: 6px;
}

.re-view>div a {
    display: flex;
    align-items: center;
    color: #c90404;
    font-weight: 800;
    gap: 10px;
    text-decoration: none;
}

.re-view>div a img {
    width: 35px;
}

.left-profile {
    position: sticky;
    top: 15px;
}

.coll-profile {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.coll-profile .cover {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.coll-content .col_header:hover h4 {
    color: unset !important;
}

.coll-content {
    padding: 20px;
}

.coll-content .col_header {
    border: 0;
}

.col-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.col-button div a {
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    border: 0;
}

.card .highlight {
    color: #c90404;
}

.card-header {
    background: #fff !important;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-sm {
    padding: 8px 20px !important;
    font-size: 14px !important;
}

p {
    font-size: 14px;
}

td {
    font-size: 14px;
}

td .bg-red {
    background: #FFD8D8;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #c90404;
}

.card span.bg-red {
    background: #FFD8D8;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #c90404;
}

.text-danger {
    color: #c90404;
}

.articles_box {
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.articles_box a {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.articles_box img {
    width: 100%;
    object-fit: cover;
}

.articles_content {
    padding: 15px;
}

.articles_content div {
    overflow: auto;
}

.arti_tag a {
    font-size: 13px;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 50px;
    background: #FDF4F3;
    color: #c90404 !important;
    margin-bottom: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.articles_box h5 {
    font-size: 15px;
    color: #7f7f7f;
}

.articles_content p {
    font-size: 14px;
    color: #000000;
}

.info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}

.info-card {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    width: calc(50% - 7px);
    text-align: center;
    padding: 20px 10px;

}

.info-card img {
    width: 60px;
}

.info-card p {
    margin: 0;
    color: #005B8F;
    font-weight: 500;
    font-size: 13px;
}

.info-card h5 {
    margin: 0;
    font-size: 14px;
}

.dashboard-main {
    display: flex;
}

.dashboard-nav {
    width: 260px;
    background: #002740;
    height: 100vh;
    position: fixed;
    z-index: 100;
    transition: transform 0.3s ease-in-out !important;
}

.dashboard-nav nav {
    /* margin-top: 15px; */
}

#sideBarOverlay {
    transition: 0.3s;
}

.menu {
    background: transparent;
    border: 0;
}

.menu img {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.menuOverlay {
    content: "";
    width: 100%;
    height: 100vh;
    background: #12121acc;
    position: fixed;
    z-index: 9999;
    transition: 0.3s;
}

.logo-white {
    text-align: center;
    /* background: #4F46E5; */
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff1f;
}

.logo-white img {
    height: 52px;
}

article {
    padding-left: 260px;
    padding-top: 85px;
    flex: 1 auto;
    width: 100%;
}

.dashboard-main header {
    background: #fff;
    background: #4F46E5;
    background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(59, 130, 246, 1) 100%);
    position: fixed;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 16px;
    padding-left: 276px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    height: 65px;
}

.dashboard-main header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.dashboard-main header ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    padding: 8px 13px;
    border-radius: 8px;
}

.dashboard-main header ul li a:hover {
    background: #0000001f;
}

.dashboard-main header ul li a img {
    width: 26px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.side-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.side-nav li a {
    padding: 9px 20px;
    display: flex;
    align-content: center;
    gap: 15px;
    text-decoration: none;
    color: #edededc9;
    transition: all 0.3 ease;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.side-nav li a span {
    background: #00B4FF;
    color: #00273e;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
}

.side-nav li.active a span {
    background: #00273e;
    color: #fff;
}

.side-nav li a img {
    width: 18px;
    opacity: 0.5;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(3750%) hue-rotate(285deg) brightness(113%) contrast(100%);
}

.side-nav li a:hover {
    background: linear-gradient(90deg, #008CF8 -267%, #00b4ff00 101%);
    /* color: #00B4FF; */
    transition: all 0.3 ease;

}

.side-nav li.active a {
    color: #ffffff;
    background: linear-gradient(90deg, #008CF8 0%, #00B4FF 100%);
    background: linear-gradient(90deg, #008CF8 -22%, #00b4ff00 100%);
}

.dash-msg {
    margin-top: -20px;
    padding: 15px;
    margin-bottom: 20px;
    background: #F27573;
    background: linear-gradient(90deg, rgba(242, 117, 115, 1) 0%, rgba(254, 200, 176, 1) 100%);
}

.dash-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dash-profile h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.dash-profile p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.dash-profile img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 15px;
}

.bg-card-header {
    background: #ff7b0059;
    padding: 15px;
    font-weight: 500;
    color: #360202b2;
}

.card {
    margin-bottom: 15px;
}

.card-sm-title {
    color: #3e3e3e;
}

.zoom-card img {
    height: 113px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.list-group li {
    font-size: 15px;
}

.list-group-flush .list-group-item {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-group-flush .list-group-item strong {
    font-size: 13px;
}

.list-group-flush .list-group-item a {
    text-decoration: none;
    color: #1E1E1E;
}

.list-group-flush .list-group-item a img {
    width: 17px;
    margin-right: 3px;
    background: #00B4FF;
    border-radius: 50px;
    padding: 3px;
}

.list-group-flush .list-group-item a:hover {
    color: #00B4FF;
    font-weight: 500;
}

.location-select {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.location-select img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(48%) saturate(2658%) hue-rotate(186deg) brightness(99%) contrast(102%);
    width: 20px;
}

.location-select select {
    border: 0;
    font-size: 18px;
}

.location-select select:focus {
    outline: none;
}

.university-list {
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #3e3e3e;
}

.university-list:hover {
    color: #00B4FF;
}

.univer-img img {
    aspect-ratio: 16/8;
    object-fit: cover;
    border-radius: 10px;
}

.univer-img {
    position: relative;
    margin-bottom: 10px;
}

.univer-img span {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.btn-grd {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(59, 130, 246, 1) 100%);
    text-decoration: none;
    border: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-size: 200% 100%;
    transition: background-position 0.4s ease;
}

.btn-grd:hover {
    background-position: right center;
    color: #fff;
}

.btn-blue-grad {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #008CF8 0%, #00B4FF 100%);
    text-decoration: none;
    border: 0;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-size: 200% 100%;
    /* Smooth hover effect */
    transition: background-position 0.4s ease;
}

.btn-blue-grad:hover {
    background-position: right center;
    color: #fff;
}

.flag_list {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px 22px;
    margin: 0 20px;
    position: relative;
    margin-bottom: 15px;
}

.flag_btn_left,
.flag_btn_right {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    position: absolute;
    left: -19px;
    top: 18px;
    /* filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25)); */
    background: #4f46e5;
    transition: 0.3s;
}

.flag_btn_right {
    left: unset;
    right: -19px;
}

.flag_wrapper {
    display: flex;
    gap: 5px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.flag_items {
    display: flex;
    align-items: center;
    background: #f4f6fb;
    /* border: 2px solid transparent; */
    border-radius: 5px;
    padding: 7.5px;
    text-decoration: none;
    transition: 0.3s;
}

.flag_items img {
    margin-right: 10px;
    width: 40px;
    height: 28px;
    object-fit: cover;
    border-radius: 4px;
    background: #f8f8f8;
}

.flag_items span {
    font-weight: 400;
    font-size: 15px;
    color: #4A4A4A;
    margin-right: 10px;
    white-space: nowrap;
}

.flag_items.active {
    border-color: #00B4FF;
    background: #00B4FF;
    color: #fff;
}

.flag_items.active span {
    color: #fff;
}

.btn-xs {
    padding: 4px 9px !important;
    font-size: 12px !important;
    border-radius: 5px;
}

.alert {
    border: 0;
}

.fix-div {
    position: sticky;
    top: 80px;
}

.tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tab-buttons button {
    width: 100px;
    padding: 12px;
    border: none;
    background: #fff;
    color: #C90404;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    font-weight: bold;
}

.tab-buttons button:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.tab-buttons button:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.tab-buttons button.active {
    background: #C90404;
    color: white;

}

/* Tab Content */
.tab-content {
    display: none;
    border-top: none;
    animation: fadeIn 0.3s ease-in-out;
    margin-bottom: 50px;
}

.tab-content.active {
    display: block;
}

.slide-control-btn {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.new-plan-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    color: #3d3d3d;
}

.new-plan-card:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.plan-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.plan-title h6 {
    color: #3d3d3d;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}

.plan-title span {
    font-size: 12px;
    /* border: 1px solid #4F46E5; */
    color: #C90404;
    font-weight: 600;
    padding: 2px 9px;
    border-radius: 26px;
}

.most-pop {
    background: #C90404;
    color: #fff !important;
}

.premium {
    background: linear-gradient(90deg, #FFD700, #FFA500);
    color: #202020 !important;
}

.card-hightlight {
    border: 2px solid #C90404;
}

.old-price {
    color: #868686;
    font-size: 14px;
    text-decoration-line: line-through;
}

.pc-price {
    font-size: 26px;
}

.pc-price span {
    font-size: 14px;
    font-weight: 600;
}

.plan-features ul {
    list-style: none;
    padding-left: 13px;
    font-size: 14px;
    margin-bottom: 15px;
}

.plan-features ul li {
    margin-bottom: 10px;
}

.plan-features ul li::before {
    content: '✔';
    position: relative;
    left: -10px;
}

.new-plan-card button {
    margin-top: 10px;
    margin-bottom: 20px;
}

.plan-features h6 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
}

.slide-control-btn {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.slide-control-btn button {
    flex-grow: 1;
    background: #fff;
    border: unset;
    color: #3d3d3d;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.slide-control-btn button.active {
    background: #3d3d3d;
    color: #fff;
}

.sub_menu {
    display: none;
    border-top: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    
}
.sub_menu li a{
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu_title {
    position: relative;
}
.menu_title:after {
    content: url('../icons/right-white.svg');
    position: absolute;
    right: 11px;
    transition: all 0.3s ease;
    width: 11px;
    height: 11px;
    opacity: 0.7;
    top: 9px;
    display: inline-table;
}
.menu_title.active:after {
    transform: rotateZ(90deg);
    opacity: 1;
}