html, body {
    /*overscroll-behavior: none !important;*/
 }
.card {
    /*box-shadow: 0px 3px 3px -1px rgba(10, 22, 70, .1), 0px 0px 1px 0px rgba(10, 22, 70, .06) !important;*/
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.progress {
    height: .4rem !important;
}
 .hero {
     background: #ffffff;
     border-bottom: 1px solid #e7e7e7;
  }

.hero h1 span {
    color: #135bec;
}
.hero-card {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: rgb(37 99 235 / 30%) 0px 7px 29px 0px;
}

.hero-card input::placeholder {
    color: #94a3b8;
    font-size: 10px;
}

/* Icon inside input */
.hero-card .input-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
}

 .hero-card input:focus {
    box-shadow: none;
    outline: none;
}

.stat {
    font-weight: 600;
}
.benefit-card {
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    height: 100%;
}
.news-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
}
.quick-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
}
.border-right{
    border-right: 1px solid #e2e2e2 !important;
}
.hero-card .input-icon {
    left: 14px;
}

.border-fade{
    border: 1px solid rgb(255 255 255 / 10%);
    color:rgb(255 255 255 / 50%);
}
.active-dot {
    width: 8px;
    height: 8px;
    background-color: #135bec;
    border-radius: 50%;
    display: block;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(13, 110, 253, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}


.step {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 600;
    background: #fff;
}

.step.active {
    background: #135bec;
    color: #fff;
    border-color: #135bec;
}

.step.warning {
    border-color: #0d6efd;
    color: #0d6efd;
}

.university-card {
    border-radius: 16px;
}

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.shadow{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #ececec !important;
}
.university-card {
    border-radius: 18px;
    background: #fff;
}
.university-card-header {
    background: #fff3ec;
    height: 120px;
    border-radius: 18px 18px 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box {
    width: 45px;
    height: 45px;
    color: #ffd6bd;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.badge-soft {
    background: #f1f5f9;
    color: #64748b;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    margin-right: 6px;
}
.university-card .btn-outline-primary {
    border-width: 1.5px;
    font-weight: 500;
}
.circle-btn {
    width: 42px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.news-item {
    display: flex;
    gap: 12px;
    background: #f8fafc;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
}

.news-item:last-child {
    margin-bottom: 0;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.bg-purple {
    background-color: #a855f7;
}

.text-purple {
    color: #a855f7;
}

.search-bg-icon {
    position: relative;
    overflow: hidden;
}

.search-bg-icon::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    transform: translateY(-50%);
    width: 103px;
    height: 260px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,0.12)' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.868-3.834zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    z-index: 0;
}

.search-bg-icon > * {
    position: relative;
    z-index: 1;
}


 .step,
.number_step {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 600;
    background: #fff;
}

 .step.active {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

 .step-ring {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(37, 99, 235, 0.9);
    margin: 0 auto 10px;
}
.number_step {
    background: #f1f3f5;
    color: #adb5bd;
}
.step-ring::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-dot 1.5s infinite ease-in-out;
}

@keyframes pulse-dot {
    0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.6); }
    70% { box-shadow: 0 0 0 8px rgba(37, 99, 235, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}
 .important-dates-row > div {
    position: relative;
}

.important-dates-row > div:not(:last-child)::after {
    content: "-";
    position: absolute;
    top: 26px;
    right: -10px;
    font-size: 28px;
    font-weight: bold;
    opacity: 0.5;
    color: #ced4da;
}

 @media (max-width: 767px) {
    .important-dates-row > div::after {
        display: none;
    }
}



.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.badge-soft {
    background: #f1f3f5;
    color: #555;
    padding: 6px 10px;
    font-size: 12px;
}
.nav-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e3e6ea;
    background: #fff;
    color: #6c757d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.2s ease;
}

.nav-arrow i {
    font-size: 16px;
    line-height: 1;
}

.nav-arrow:hover {
    background: #f8f9fa;
    color: #212529;
    border-color: #d0d5dd;
}

.nav-arrow:active {
    transform: scale(0.95);
}
a:hover{
    text-decoration: none!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff !important;
    background-color: rgba(255 255 255 / 10%) !important;
    font-weight: 600;
    border-radius: 10px;
}
.completion-card {
    font-family: inherit;
}
.completion-percent {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.completion-label {
    font-size: 8px !important;
    letter-spacing: 1px;
    color: #94a3b8;
    font-weight: 600;
}

.progress-circle {
    position: relative;
    width: 70px;
    height: 70px;
}

.progress-circle svg {
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
}

.progress-circle circle:first-child {
    stroke: #e5e7eb;
}

.progress-circle circle:last-child {
    stroke: #3b82f6;
    stroke-dasharray: 188;
    transition: stroke-dashoffset 0.4s ease;
}

.arrow {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 18px;
}

.bg-soft-info {
    background-color: rgba(0 212 255 / 10%) !important;
    border: 2px solid rgba(0 212 215 / 50%);

}

.bg-soft-danger {
    background-color: rgba(255 84 84 / 10%) !important;
    border: 2px solid rgba(255 84 84 / 50%);

}

.border-dotted {
    border: 2px dotted #abb3ba !important;
}



 .status-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
}



.step-card {
    background: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    position: relative;
    border: 1px solid #ececec;
}

.step-card i {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}

.step-card h6 {
    font-weight: 600;
}

.step-card small {
    color: #6c757d;
}

/* States */
.step-card.active {
    border: 2px solid #0d6efd;
}

.step-card.completed {
    background: #fbfbfb;
}

.step-card.completed .status {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #28a745;
}
.step-card .lock {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
 }

.step-card.locked {
    opacity: 0.5;
}
.btn-success {
    background-color: #198754 !important;
    color: #fff;
    border-color: #198754 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}
.text-success {
    color: #198754 !important;
}


.btn-soft-secondary{
    background: rgba(41, 41, 97, 0.1) !important;
    color: rgba(41, 41, 97, 1) !important;
    border:1px solid rgba(41, 41, 97, 1) !important;
    font-weight: 600!important;
}

.bg-soft-success {
    background-color: rgb(210 245 232 / 50%) !important;
    color: #009F67 !important;
    border: 1px solid rgba(0 159 103 / 15%);
}
.bg-soft-success-new {
    background-color: rgb(210 245 232 / 50%) !important;
    color: #009F67 !important;
    border: 1px solid rgba(0 159 103 / 15%) !important;
    font-weight: 600!important;
    border-radius: 8px !important;
}
.bg-soft-success-new {
    background-color: rgb(210 245 232 / 50%) !important;
    color: #009F67 !important;
    border: 1px solid rgba(0 159 103 / 15%) !important;
    font-weight: 600!important;
    border-radius: 8px !important;
}
.badge{
    border-radius: 8px !important;
}

.bg-soft-danger {
    background-color: rgb(255 216 224 / 50%) !important;
    color: #fe3464 !important;
    border: 1px solid rgba(254 52 100 / 15%) !important;
    font-weight: 600!important;
}
.bg-soft-danger-new {
    background: rgba(220, 53, 69, 0.2) !important;
    color: rgba(220, 53, 69, 1) !important;
    border: 1px solid rgba(254 52 100 / 15%) !important;
    font-weight: 600!important;
    border-radius: 8px !important;
}
.bg-soft-orange{
    background: rgba(227, 150, 62, 0.2) !important;
    color: rgba(227, 150, 62, 1) !important;
    border: 1px solid rgba(227 150 62 / 15%) !important;

}
.bg-soft-secondary-new {
    background-color: rgb(255 216 224 / 50%) !important;
    color: #fe3464 !important;
    border: 1px solid rgba(255 216 224 / 15%) !important;
    font-weight: 600!important;
    border-radius: 8px !important;
}
.bg-soft-warning-new {
    background: rgba(255, 192, 8, 0.2) !important;
    color: rgba(255, 192, 8, 1) !important;
    border: 1px solid rgba(255 192 8 / 15%) !important;
    font-weight: 600!important;
    border-radius: 8px !important;
}
.bg-soft-secondary {
    background: rgba(41, 41, 97, 0.1) !important;
    color: rgba(41, 41, 97, 1) !important;
    border: 1px solid rgba(204 204 204 / 15%);
}
.bg-soft-secondary:hover {
    background: rgba(41, 41, 97, 0.2) !important;
 }
.bg-soft-primary:hover {
    background-color: #d1d2ff !important;
}
.bg-soft-secondary-new {
    background: rgba(41, 41, 97, 0.1) !important;
    color: rgba(41, 41, 97, 1) !important;
    border: 1px solid rgba(204 204 204 / 15%);
}
.bg-soft-info{
    background: rgba(13, 202, 240, 0.1) !important;
    color: rgba(13, 202, 240, 1) !important;
    border: 1px solid rgba(204 204 204 / 15%);
}

.bg-brown{
    background-color: rgba(241, 241, 241,1);
}
.bg-brown-hover:hover{
    background-color: rgba(241, 241, 241,0.5) !important;
}
.bg-brown-hover:hover .bg-light-hover{
    background-color: #fff !important;
}
.bg-light-hover:hover{
    background-color: #fff !important;
}

.app-layout {
    overflow-x: hidden;
}


.search_links{
    height: 37px !important;
    display: block;
    width: 100%;
    padding: .75rem 1.25rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #16192c;
    border: 1px solid #e7eaf0;
    appearance: none;
    border-radius: 8px !important;
    box-shadow: 0px 1px 2px rgba(50, 50, 71, .08);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.search_links:focus-visible{
    border: 1px solid #000;
    outline: none !important;
}
.search_links:focus{
     border: 2px solid rgb(0 0 0 / 80%) !important;
}
.form-control.search_links:focus {
    border: 2px solid rgb(0 0 0 / 80%) !important;
}
.search_links:active{
    border: 2px solid rgb(0 0 0 / 80%) !important;
}

.page-content {
    flex-grow: 1;
}

@media (max-width: 767.98px) {

    .sidebar {
        display: none;
    }

    .sidebar-wrapper {
        display: none;
    }

    .content-wrapper {
        margin-left: 0;
    }
}

/* Sidebar footer */
.sidebar-footer {
    padding: 12px 8px;
}
.sidebar > .p-3 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar-footer-img {
    max-width: 150px;
    opacity: 0.85;
}
.sidebar-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.sidebar-footer {
    margin-top: auto;
}
body{
    background: #f7f7f8 !important;
}

 .program-card {
     border-radius: 18px;
     border: 1px solid #eef1f5;
     background: #fff;
     box-shadow: 0 8px 24px rgba(0,0,0,0.04);
     transition: all .3s ease;
 }

.program-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.program-header {
    position: relative;
    padding: 20px;
    border-radius: 18px 18px 0 0;
    min-height: 120px;
}

.new-bg-soft-primary { background: #f2f7ff; }
.new-bg-soft-warning { background: #fff6ed; }
.new-bg-soft-success { background: #ecfdf3; }
.new-bg-soft-info { background: #ecfdf3; }
.new-bg-soft-danger { background: #ecfdf3; }

.program-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #0d6efd;
}

/* Duration */
.duration-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Rating */
.rating {
    font-size: 14px;
}

/* Info box */
.info-card {
    background: #f8fafc;
    border-radius: 14px;
    padding: 12px;
}

.info-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item i {
    color: #6c757d;
    margin-top: 2px;
}

.info-item p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.btn-black{
    background-color: #000 !important;
    color: #fff !important;
}
.saved i{
    color: #909090 !important;
}
.is-valid {
    padding-right: 0 !important;
    background-image: none !important;
}
.link-orange {
    color: #ff7a00;
    text-decoration: underline;
    font-weight: 500;
}

.link-orange:hover {
    color: #e66f00;
    text-decoration: underline;
}
#usersignup{
    background-color: #ffffff;
    background-image: radial-gradient(#dee2e6 1px, transparent 1px);
    background-size: 16px 16px;
}


 
.btn-primary {
    color: #fff  !important;
    background-color: #5c60f5 !important;
    border-color: #5c60f5  !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #4a4dc4 !important;
    border-color: #4a4dc4 !important;
}

.btn-link{
    padding: 0.35rem 1.25rem !important;
    font-size: 14px;
}

 .stat-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 10px 20px 10px;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.stat-card i {
    font-size: 30px;
    color: #0d6efd;
    margin-bottom: 10px;
    display: inline-block;
}

.stat-card h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #212529;
}

.stat-card p {
    font-size: 14px;
    color: #495057;
    margin-bottom: 8px;
}

.stat-card p b {
    font-weight: 600;
    color: #212529;
}

.stat-card .btn {
    margin-top: 10px;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 13px;
}

.stat-card .badge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

.stat-card .text-success {
    color: #198754 !important;
}

.stat-card .text-danger {
    color: #dc3545 !important;
}

 .container-fluid.mb-24 {
    margin-bottom: 24px;
}
.btn-primary-new{
        color: #fff !important;
        background-color: #5c60f5 !important;
        border-color: #5c60f5 !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) !important;
}

 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

 ::-webkit-scrollbar-track {
     background: transparent;
 }

 ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    border-radius: 8px;
}

 ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 1);
}

.navbar .dropdown-menu::-webkit-scrollbar-track {
    background: #fff !important;
}
.navbar .dropdown-menu::-webkit-scrollbar-thumb {
    transition: background-color 0.3s ease;
}
.navbar .dropdown-menu::-webkit-scrollbar-corner {
    background: #ffffff !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f8fafc !important;
    opacity: 1;
    border: 1px solid #e4e4e4 !important;
}
.color-warning{
    color: #ffa500;
}
.bg-soft-purple{
    background-color: #e8d0ff;
}

.bg-primary-light-new{
    background: rgba(92 96 245 / 10%);
}
.badge-circle-radius{
    border-radius: 1rem !important;
}
.theme-color{
    color:#135bec;
}
.dropdown-item:active{
    color: #0a0a0a !important;
}
.btn-outline-secondary:hover {
    color: #000 !important;
}
.btn-outline-secondary:active {
    background-color: unset !important;
 }

.year-card {
    border: 1px solid #e9eff5;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
}

.year-card:hover {
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}

.year-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eaf1ff;
    color: #2563eb;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 12px;
}

.year-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.year-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}

.download-card {
    border: 2px dashed #dbe4f0;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    transition: all 0.3s ease;
}

.download-card:hover {
    border-color: #2563eb;
    color: #2563eb;
    background: #f8fbff;
}

.download-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.admission-card {
    order-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    overflow: hidden;
}

.admission-header {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    padding: 20px;
    border-radius: 16px 16px 0 0;
}

.badge-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink:0;
}

.dot-success { background: #22c55e; }
.dot-danger { background: #ef4444; }
.timeline-line{
    position: absolute;
    left: 27px;
    top: 165px;
    height: calc(100% - 465px);
    border-left: 2px dotted #cbd5e1;
}
.apply-btn {
    background: #3b82f6;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
}

.apply-btn:hover {
    background: #2563eb;
}

.soft-btn {
    border-radius: 12px;
    padding: 10px;
}

.footer-text {
    font-size: 13px;
}

.coordinator-card {
    border-radius: 14px;
    border: 1px solid #e8e8e8;
}
#signin .form-label{
    text-transform: uppercase;
    font-size: 12px;
}
#signup .form-label{
    text-transform: uppercase;
    font-size: 12px;
}

.prefill-field{
    background-color: #f7f7f7 !important;
    opacity: 1;
    border: 1px solid #e4e4e4 !important;
}
.card-border{
    border: 1px solid #f3f3f3;
}


.alert-success {
    background-color: #f0fff5 !important;
     color: #00b87a !important;
}



.alert-warning {
    background-color: #fff7ed !important;
     color: #f97316 !important;
}


.alert-danger {
    background-color: #fff1f2 !important;
     color: #e62e5c !important;
}


.alert-primary {
    background-color: #eff6ff !important;
     color: #2563eb !important;
}
.fs-7 {
    font-size: 0.75rem !important;
}

 @media (max-width: 576px) {
    .fs-7 {
        font-size: 0.50rem !important;
    }
     .fs-7.btn-sm {
         padding-bottom:9px !important;
     }
}
.fs-8{
    font-size: 0.50rem !important;
}
.fs-9{
    font-size: 0.30rem !important;
}
.fs-10{
    font-size:10px !important;
}
.fs-11{
    font-size:11px !important;
}
.fs-12{
    font-size:12px !important;
}
.form-control{
    background-color: #f8fafc !important;
}
.form-select{
    background-color: #f8fafc !important;
}

.search_input {
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    background: rgba(255 255 255 / 0%);
    border: 1px solid rgb(255 255 255 / 10%);
    color: #fff;
    padding-left: 44px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.search_input::placeholder {
    font-size: 13px;
    line-height: 42px;
    opacity: 0.6;
}
.text-muted{
    color:#757575 !important;
}
.text-orange{
    color:#ff7300 !important;
}

.step.pending{
    margin-left: -20px;
    background: #dee2e6;
    border: 2px solid #ffffff;
}
.step.done{
    background: #aef1a2;
    border: none;
}
.nav-pills .nav-link{
    color: #b3b3b3;
    padding-left: 8px;
    padding-right: 0px;
    padding-top: 10px !important;
    padding-bottom: 10px;
    font-size: 12px;
    /*border-bottom: 1px solid rgba(254 254 254 / 5%);*/
 }


.sidebar hr{
    opacity: 0.1 !important;
}
.form-control:focus {
    border: 2px solid rgba(92 96 245 / 80%) !important;
    box-shadow: none !important;
}

.modal{
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
}


.nav-item:hover i {
    color: #fff !important;
}
.nav-pills .nav-link:hover{
    color: #fff !important;
}
.nav-link.text-orange:hover i{
    color: #fff !important;
}

.bell-border {
    width: 40px;
    height: 40px;
    border: 1px solid #e6e7e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}


.transition-icon {
    transition: transform 0.3s ease;
}

#footerSecurityInfo.show ~ .samarth-info-bar .transition-icon {
    transform: rotate(180deg);
}

.mid-card .featured-card {
    background: linear-gradient(135deg, #0f1028, #2a1b4d);
    border-radius: 16px;
    color: #fff;
    min-height: 320px;
    overflow: hidden;
}

.mid-card .step-box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
}

.mid-card .featured-badge {
    background: #0d6efd;
    font-size: 10px;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
    padding: 6px 30px 6px 18px;
}

.mid-card .featured-content {
     overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

.mid-card .featured-text {
    opacity: 50%;
}
.mid-card .featured-text.main {
    opacity: 100%;
    color:#fff;
    font-weight: 500;
    line-height: 1.8;
}

.mid-card .featured-subtext {
    font-size: 14px;
    opacity: 0.8;
}

.mid-card .view-btn {
     border-radius: 10px;
}

.mid-card .featured-footer {
    border-top: 1px solid rgba(255,255,255,0.15);
    background: rgba(214,214,214,0.1);
}

.mid-card .nav-btn {
    background:transparent;
     border: 1.5px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 29px;
    height: 29px;
    border-radius: 8px;
    font-size: 11px;
}
.mid-card .nav-btn:hover {
    background:rgba(255, 255, 255, 0.1);
}

.mid-card .bg-shape {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, #ff4d9d, transparent 70%);
    opacity: 0.4;
}

.mid-card .slider-wrapper {
    overflow: hidden;
    box-sizing: border-box;
}

.mid-card .slider-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}

.mid-card .slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 2px;
}

.mid-card .dots {
    display: flex;
    margin: 0 40px;
}

.mid-card .dot {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
}

.mid-card .dot.active {
    background: #fff;
    transform: scale(1.4);
}

.mid-card  .view-all-btn{
    background: rgba(255 255 255 / 10%);
     color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
}
.mid-card .nav-btn.disabled {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
    border: none;
}
.fees-body {
    max-height: 420px;
    min-height: 120px;
    overflow-y: auto;
}

.hero-bg-index {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hero-overlay-index {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.70) 40%,
            rgba(0, 0, 0, 0.2) 100%
    );
}

.hero-content-index {
    z-index: 2;
}

.hero-banner-index .icon-circle {
    width: 75px;
    height: 75px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.hero-content-index h2{
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 32px;
}


@media (max-width: 767px) {
    .hero-content-index h2 {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 0.5px;
    }
    .hero-content-index btn {
        font-size: 12px;

    }
}

.py-15 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.py-16 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.px-13 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}
.px-14 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.px-15 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}


.stats-label {
    font-size: 12px;
    letter-spacing: 1px;
    color: #757575;
    font-weight: 500;
    margin-bottom: 6px;
}

.stats-number {
    font-size: 26px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px;
}

.stats-text {
    font-size: 12px;
    color: #757575;
    font-weight: 600;
}

.stats-item {
    padding: 8px 0;
}
.participate_university_box .nav-arrows.disabled {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
    border: 0.4px solid #b8b8b8;
}
.participate_university_box .university-search {
    max-width: 420px;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px 18px;
    display: block;
    width: 100%;
    height: 37px !important;
    color: #16192c;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #e7eaf0;
    appearance: none;
    box-shadow: 0px 1px 2px rgba(50, 50, 71, .08);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
.participate_university_box .university-search:focus {
    outline: none !important;
    border: 2px solid rgb(92 96 245 / 80%) !important;
}

/* Card */
.participate_university_box .university-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
     transition: all .2s ease;
}

.participate_university_box .university-card:hover {
    transform: translateY(-3px);
}

 .participate_university_box .university-card-header {
    height: 130px;
     border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 32px;
    color: #5b8cff;
}

.participate_university_box .university-card-header i{
    opacity: 0.5;
}

.participate_university_box .badge-soft {
    background: #f2f4f7;
    color: #344054;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 6px;
}

.participate_university_box .nav-arrows {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.participate_university_box .nav-arrows i {
   font-size: 12px;
}


.participate_university_box .nav-arrows:hover {
    background: #f2f4f7;
    border:1px solid #dedede;
}

.participate_university_box .slider-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d0d5dd;
    cursor: pointer;
}

.participate_university_box .slider-dot.active {
    background: #101828;
}

.jk-footer {
    background: linear-gradient(180deg, #0b132b, #0a0f24);
    color: #ffffff;
    font-size: 14px;
}

.jk-footer h5,
.jk-footer h6 {
    color: rgba(255,255,255,1);
    font-size: 16px;
}
.jk-footer hr{
   opacity: 0.10;
}
.footer-title {
    margin-bottom: 2rem;
    font-weight: 600;
}

.footer-links li {
    margin-bottom: 0.9rem;
}

.footer-links a {
    /*color: #757575;*/
    color: rgba(255 255 255 / 60%);
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.15);
}

.footer-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
}
.footer-icon i {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.mt-13 {
    margin-top: 3.5rem !important;
}
.mt-14 {
    margin-top: 4rem !important;
}

.search-form-control{
    display: block;
    width: 100%;
    padding: .75rem 1.25rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #16192c;
    background-color: #fff;
    background-clip: padding-box;
     appearance: none;
    border-radius: .375rem;
    border:1px solid #dedede;
    /*box-shadow: 0px 1px 2px rgba(50, 50, 71, .08);*/
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-form-control:focus-visible{
    border:1px solid #dedede;
    outline:none;
}
.search-form-control::placeholder {
    text-transform: uppercase;
    color: #9aa3b2;
    letter-spacing: 0.08em;
    opacity: 1;
}
.progress {
    background-color: #dcdcdc;
    border-radius: 10px;
}

.progress-bar {
    border-radius: 10px;
}
.subheading_menu{
    margin-bottom: 8px !important;
    color: #b3b3b3 !important;
    padding-left: 0px;
    opacity: 0.75 !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 700;
    letter-spacing: 3px;
}

.soft-btn {
    display: inline-flex;
    gap: 6px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: transparent;
    white-space: nowrap;
}

.soft-btn .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.soft-primary {
    color: #0d6efd;
    background-color: #e7f1ff;
    border-color: #cfe2ff;
}
.soft-primary .dot { background: #0d6efd; }

.soft-success {
    color: #198754;
    background-color: #e9f7ef;
    border-color: #cfeadf;
}
.soft-success .dot { background: #198754; }

.soft-danger {
    color: #dc3545;
    background-color: #fdeaea;
    border-color: #f8caca;
}
.soft-danger .dot { background: #dc3545; }

.soft-warning {
    color: #ffc107;
    background-color: #fff8e1;
    border-color: #ffecb5;
}
.soft-warning .dot { background: #ffc107; }

.soft-info {
    color: #0dcaf0;
    background-color: #e7faff;
    border-color: #b6effb;
}
.soft-info .dot { background: #0dcaf0; }

.soft-secondary {
    color: #6c757d;
    background-color: #f1f3f5;
    border-color: #dee2e6;
}
.soft-secondary .dot { background: #6c757d; }

.soft-dark {
    color: #212529;
    background-color: #e9ecef;
    border-color: #ced4da;
}
.soft-dark .dot { background: #212529; }


 @media (min-width: 992px) {

    html,
    body {
        height: 100%;
        overflow-x: hidden;
    }

    .adm-layout .colmd2 {
        height: calc(100vh - 96px);
        width: 250px;
        overflow-y: auto !important;
        overflow-x: hidden;
        position: sticky;
        top: 96px;
    }

    .adm-layout .sidebar-wrapper {
        height: 100%;
    }

    .adm-layout .colmd10 {
        height: calc(100vh - 96px);
        width: calc(100vw - 250px);
    }

    .adm-layout .page-content {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

#mobileSidebar{
    z-index: 99999;
    background-color: #0f172a;
}
.mobile-menu-icon{
    color: #6b7b93;
    font-size: 1.6rem;
 }
.page-content{
    background-color: #f0f0f5;
}
.live-dot {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    display: inline-block;
}


.announcement-card .icon-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #eef2ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.announcement-card .badge {
    border-radius: 20px !important;
}

.announcement-card .rounded-left-card-body{
  border-left: 1px solid #2563eb !important;
  color: #2563eb !important;
  border-left-width: 4px !important;
  border-radius: 12px;
}

.rounded-left-card-body{
    /*border-left: 3px solid #ff8c00 !important;*/
    /*color: #ff8c00 !important;*/
 }


#searchModal .modal-content .d-flex {
    position: relative;
}

#searchModal .bi-search {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

#searchModal .d-flex > span {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
 }

#searchModal input.form-control {
    padding-left: 56px;
    padding-right: 110px;
    background-color: #ffffff !important;
    font-size: 14px !important;
}

#searchModal input.form-control:focus {
  border:none !important;
}

.faq-form-control:focus {
    border:none !important;
}

.modelcontent {
    text-align: left;
    padding: 15px;
}


.modelcontent p span {
    margin-right: 20px;
    font-size: 12px;
}
.modelcontent .iconbg i {
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    color: #000;
    font-size: 10px;
    background-color: rgba(30 31 36 / 8%);
}
.searchend {
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    color: #848688;
    background-color: rgba(30 31 36 / 8%);
}

.dashboard-card {
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 6px 20px rgba(0,0,0,.04);
    height: 100%;
    background-color: #fff;
    padding:25px !important;
    display: flex;
    flex-direction: column;
}

.count-badge {
    width: 24px;
    height: 22px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
}

.view-btn {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 18px;
    font-size: 12px;
    border-radius: 8px !important;
    white-space: nowrap;
    margin-top: 24px;
}

.timeline-line {
    width: 3px;
    border-radius: 3px;
}

.small-time {
    font-size: 12px;
    color: #8a8a8a;
}

.announcement-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #f0f0f0;
}
.announcement-item {
    position: relative;
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.application-item{
    position: relative;
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.announcement-item-success {
    position: relative;
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.announcement-item-danger {
    position: relative;
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.announcement-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: calc(100% - 8px);
    background: #2563eb;
    border-radius: 3px;
}

.announcement-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 85px;
    height: calc(100% - 8px);
    background: linear-gradient(
            to right,
            rgba(37, 99, 235, 0.35),
            rgba(37, 99, 235, 0.15),
            rgba(37, 99, 235, 0)
    );

}

.application-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: calc(100% - 8px);
    background: #198754;
    border-radius: 3px;
}

.application-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 85px;
    height: calc(100% - 8px);
    background: linear-gradient(
            to right,
            rgba(25, 135, 84, 0.35),
            rgba(25, 135, 84, 0.15),
            rgba(25, 135, 84, 0)
    );
}

.announcement-item-success::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: calc(100% - 8px);
    background: #16a34a;
    border-radius: 3px;
}

.announcement-item-success::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 85px;
    height: calc(100% - 8px);
    background: linear-gradient(
            to right,
            rgba(22, 163, 74, 0.35),
            rgba(22, 163, 74, 0.15),
            rgba(22, 163, 74, 0)
    );
}

.announcement-item-danger::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: calc(100% - 8px);
    background: #dc2626;
    border-radius: 3px;
}

.announcement-item-danger::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 85px;
    height: calc(100% - 8px);
    background: linear-gradient(
            to right,
            rgba(220, 38, 38, 0.35),
            rgba(220, 38, 38, 0.15),
            rgba(220, 38, 38, 0)
    );
}


.announcement-date {
    min-width: 72px;
}

.announcement-date strong {
    font-size: 13px;
    font-weight: 600;
    color: #000;

}

.announcement-time {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 5px;

}

.announcement-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.announcement-desc {
    font-size: 13px;
    color: #9ca3af;
}

.dashboard-card.my-account{
    position: relative;
}

.dashboard-card .badge {
    top: 16px;
    right: 16px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}
.dashboard-card.my-account h4 {
   margin-bottom: 10px;
}
.dashboard-card.my-account p {
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

.programme-item strong{
    font-size:12px;
}
.programme-item .date{
    font-size:11px;
}
.samarth-info-bar {
    background: linear-gradient(90deg, #0b132b, #101c3a);
     color: #e5e7eb;
    font-size: 12px;
}
.samarth-info-bar .title {
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    font-size: 11px;
 }

.samarth-info-bar .highlight {
    font-weight: 400;
    color: #9ca3af;
}

.samarth-info-bar .desc {
    color: #9ca3af;
    font-size: 10px;
    margin-top: 8px;
    line-height: 1.9;
}

.icon-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #e5e7eb;
    flex-shrink: 0;
}

.icon-circle.primary {
    border-color: #6366f1;
    color: #fff;
    font-weight: 700;
    border: 1.5px solid #6366f1;
    background: rgba(99 102 241 / 10%);
}

@media (max-width: 768px) {
    .samarth-info-bar {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .mobile-gap-10 {
        gap : 2.5rem;
     }
}
.custom-badge-space{
    padding-left: 12px;
    padding-right: 12px;
}

.live-badge::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #198754;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}
.dropdown-toggle::after {
    content: "\f282";
    font-family: "bootstrap-icons";
    border: none;
    opacity: 0.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}
.icon-text{
    font-size: 12px;
    font-weight: 500;
}

#searchModal .modal-content .search-item.rounded-left-card-body::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    left:-1px;
    height: 20px;
    background-color: #ff8c00;
    border-radius: 4px;
}
#searchModal .modal-content
.search-item.rounded-left-card-body::after {
    content: "Jump to  \F138";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: 500;
    color: #ff8c00;
    opacity: 0.9;
    font-family: "Bootstrap-icons";
    white-space: nowrap;
}
#searchModal .modal-content .search-item.rounded-left-card-body .bg-warning.bg-opacity-10{
    background-color: #fff !important;
}
#searchModal .modal-content .search-item.rounded-left-card-body .bg-secondary.bg-opacity-20{
    background-color: #fff !important;
}
@media (max-width: 767.98px) {
    .hide_in_mobile {
        display: none !important;
    }
}

.navbar{
    z-index:1021;
}

.list-group-item.active{
    color: #000000 !important;
    background-color: rgba(30 31 36 / 8%) !important;
    border-radius: 8px;
}
.sticky-card {
    position: sticky;
    top: 20px;
}
@media (max-width: 768px) {
    .sticky-card {
        position: static;
    }
}
.search-hover-effect{
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 16px;
}
.search-hover-effect:hover{
    background-color: rgba(92, 96, 245, 0.1) !important;
}

.incomplete-card {
    background: linear-gradient(135deg, #fff5f5, #ffe3e3);
    border: 1px solid rgba(255, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.incomplete-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 0, 0, 0.1);
}

.incomplete-card .icon-box {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: rgba(220, 53, 69, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #dc3545;
}
.hover-opacity-100:hover{
    color:#fff !important;
    opacity:100% !important;
}
.hover-opacity-100:hover .opacity-75{
     opacity:100% !important;
}
.hover-opacity-100:hover .opacity-50{
    opacity:100% !important;
}
.esc-btn{
    cursor: pointer;
}
.dropdown-menu{
    max-width: 250px !important;
}
.steps .step-circle {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.steps .paragraph{
    font-size: 12px;
}
.notification-badge {
    position: absolute;
    top: -4px;
    right: -6px;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 50px;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}
.btn{
    border:unset !important;
    border-radius: 8px !important;
}
.btn:active{
    border:unset !important;
}
.step-buttons {
    display: flex;
    gap: 8px;
}

 @media (max-width: 767px) {
    .step-buttons {
        flex-direction: column;
    }

    .step-buttons button {
        width: 100%;
    }
}

 @media (min-width: 768px) {
    .step-buttons {
        flex-direction: row;
    }

    .step-buttons button {
        width: auto;
    }
}
.univeristy-logo{
    height:80px;
    width:80px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    object-fit:contain;
}
.min-card-h-600{
    /*min-height: 600px;*/
    min-height: calc(100vh - 20px);
}
.max-card-h-600{
    /*max-height: 600px !important;*/
}
.footer-details:hover .pulse-white-dot {
    background: rgba(255, 255, 255, 0.6);
}
.footer-details:hover .pulse-white-dot::after  {
    background: rgba(255, 255, 255, 0.3);
}

.footer-text .pulse-white-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 6px;
    flex-shrink: 0;
}

.footer-text .pulse-white-dot::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse-white 1.5s infinite ease-out;
}

@keyframes pulse-white {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.breadcrumb-item {
    opacity: 0.6;
    font-weight: 700;
    padding-left: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px !important;
}
.breadcrumb-item::before {
    padding-right: 15px !important;
}
.breadcrumb-item:hover {
    opacity: 0.8 !important;
}
.breadcrumb-item:hover a{
    color: rgba(2,2,2,0.9) !important;
}
.breadcrumb-item a {
    color: rgba(2,2,2,0.6) !important;
    padding-left: 0px !important;
}

.breadcrumb-item.active {
    opacity: 1;
    color: rgba(0,0,0,0.7) !important;
    font-weight: 700;
    padding-left: 15px;
}

 .breadcrumb-item:first-child {
    opacity: 0.6;
    font-weight: 700 !important;
     padding-left: 0px !important;

 }

.breadcrumb-item:first-child a {
    color: rgba(2,2,2,0.5);
}
.py-13 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}
.py-14 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.py-15 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}
.py-16 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.avatar-initials {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.search-badge.bg-secondary:hover{
    background-color: rgba(207 214 223 / 50%) !important;
 }
.search-badge.bg-primary:hover{
    background-color: rgba(92 96 245 / 15%) !important;
}
.bg-opacity-50.bg-secondary:hover{
    background-color: rgba(207 214 223 / 80%) !important;
}
.dropdown-item:hover, .dropdown-item:focus {
     background-color: rgba(92 96 245 / 3%) !important;
}
.view-all-btn:hover{
    background: rgba(255 255 255 / 30%);
}

.faq-search {
    border-radius: 12px;
    background: #f8fafc;
    transition: all 0.3s ease;
}

.faq-search input {
    background: transparent;
    font-size: 15px;
    border-radius: 8px;
    border: 2px solid transparent;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #9ca3af;
}

.faq-search:focus-within {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(13,110,253,0.1);
}
.ps-9 {
    padding-left: 2.5rem !important;
}
.ps-10 {
    padding-left: 3rem !important;
}
#faqAccordion button.accordion-button{
    background-color: #fff !important;
}
#faqAccordion button.accordion-button:focus{
    box-shadow: unset !important;
}
#faqAccordion .accordion-body{
    background-color: #fff !important;
}
 #faqAccordion .accordion-item:first-of-type {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}
#faqAccordion .accordion-item:last-of-type {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

 #faqAccordion .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

 #faqAccordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}
.btn-light:hover{
    background-color: #dedede !important;
}

.custom-tabs {
    display: inline-flex;
    border-radius: 50px;
    background: #f5f6f8;
    padding: 4px;
    gap: 4px;
}

.tab-link {
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    color: #555;
    transition: all 0.25s ease;
}

.tab-link:hover {
    color: #000;
}

.tab-link.active {
    background: #5c60f5;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice__remove{
    font-size: 15px !important;
    padding-top: 1px !important;
    padding-left: 10px !important;
    padding-right: 1px !important;
}
.select2-search__field {
    height: 37px !important;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice{
    padding: 7px !important;
    margin-top: 5px !important;
    margin-left: 7px !important;
    border-radius: 8px !important;
}

.select2-container--krajee-bs5 li.select2-results__message {
    color: #000 !important;
    background-color: #f0f0f0 !important;
    text-transform: capitalize;
}

.select2-results::-webkit-scrollbar {
    width: 7px !important;
}
.select2-results:hover::-webkit-scrollbar {
    width: 7px !important;
}
.select2-results::-webkit-scrollbar-track {
    background: rgba(255 255 255 / 0%) !important;
}
.select2-results::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05) !important;
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
.select2-results:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2) !important;
}
.select2-results::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 7px !important;
}
.select2-results__options:hover::-webkit-scrollbar {
    width: 7px !important;
}
.select2-results__options::-webkit-scrollbar-track {
    background: rgba(255 255 255 / 0%) !important;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.05) !important;
    transition: background-color 0.3s ease;
    border-radius: 8px !important;
}
.select2-results__options:hover::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 46, 0.2) !important;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 34, 46, 0.5) !important;
}

/* Single Selection - Padding and Clear Button */
.select2-container--krajee-bs5 .select2-selection--single .select2-selection__rendered {
    padding-right: 2.2em !important;
}
.select2-container--krajee-bs5 .select2-selection__clear {
    position: absolute !important;
    right: 30px !important;
    top: 0.4em !important;
    z-index: 5 !important;
}

/* Multiple Selection - Layout and Spacing */
.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: unset !important;
}
.select2-container--krajee-bs5 .select2-selection--multiple {
    min-height: 37px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 8px !important;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin: 2px 0.5rem 0px !important;
    padding-left: 6px !important;
    padding-top: 8px !important;
}
.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
    border: none !important;
}

/* General Selection Styles */
.select2-container--krajee-bs5 .select2-selection {
    box-shadow: unset !important;
    border-radius: 8px !important;
}
.select2-selection--single {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Focus and Open States */
.select2-selection:focus,
.select2-container--krajee-bs5.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-selection:focus {
    box-shadow: none !important;
    border: 2px solid #5C60F5CC !important;
}
.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee-bs5.select2-container--focus .select2-selection {
    box-shadow: none !important;
    border: 2px solid rgba(92, 96, 245, 0.8) !important;
    background-color: rgba(92, 96, 245, 0.05) !important;
}

/* Dropdown Styles */
.select2-container--krajee-bs5:not(.select2-container--disabled) .select2-dropdown {
    border-radius: 8px !important;
    /*border: 1.5px solid #7d80f7 !important;*/
    border: 1.5px solid #dbdbdb !important;
    box-shadow: none !important;
}
.select2-container--krajee-bs5 .select2-search--dropdown .select2-search__field {
    border-radius: 8px !important;
    box-shadow: none !important;
}

/* Option Highlighting */
.select2-container--krajee-bs5 .select2-results__option[aria-selected=true] {
    /*color: #ffffff !important;*/
    /*background-color: #7d80f7 !important;*/
    background-color: #ffffff !important;
    color: rgba(34, 34, 46, 0.75) !important;
    transition: all 0.1s ease;
    font-weight: 550 !important;
    /* color: #fefefe; */
}
.select2-container--krajee-bs5 .select2-results__option[aria-selected=true]:hover {
    /*background-color: #7d80f7 !important;*/
    /*color: #ffffff !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
}
.select2-container--krajee-bs5 .select2-results__option.select2-results__option--selected {
    /*background-color: rgba(125, 128, 247, 0.1) !important;*/
    /*color: #7d80f7 !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
}
.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected] {
    /*background-color: rgba(125, 128, 247, 0.1) !important;*/
    /*color: #7d80f7 !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
    /* font-weight: 500 !important; */
    transition: all 0.1s ease;
}
.select2-results__option--highlighted[aria-selected]::before,
.select2-results__option--highlighted[aria-selected]::after {
    font-weight: inherit;
}

.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected=true] {
    /*color: #fff !important;*/
    /*background-color: #7d80f7  !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
    /* font-weight: 600 !important; */
}
.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected=true]:hover {
    /*background-color: #7d80f7 !important;*/
    /*color: #ffffff !important;*/
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 550 !important;
}

/* Success State */
.has-success .select2-container--krajee-bs5 .select2-selection {
    border: 2px solid rgba(92, 96, 245, 0.8) !important;
}

.select2-results__option.select2-results__option--selectable:hover{
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.select2-results__option.select2-results__option--selectable.select2-results__option--selected{
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.select2-container--krajee-bs5 .select2-results__option .select2-results__options--selectable[aria-selected=true] {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}

.select2-container--krajee-bs5 .select2-results__option .select2-results__options--selectable[aria-selected=true]:hover {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;

}
.select2-container--krajee-bs5 .select2-results__option--highlighted[aria-selected=false] {
    background-color: #fff !important;
    color: #000000 !important;
}


.programme-search {
    border-radius: 12px;
    background: #f8fafc;
    padding: 4px 6px;
    border: 2px solid transparent;

}

.programme-search input {
    background: transparent;
    font-size: 15px;
    border-radius: 8px;
    box-shadow: none !important;
}

.programme-search .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 16px;
}

.programme-search .clear-icon {
    position: absolute;
    right: 105px !important;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    cursor: pointer;
}

.programme-search:focus-within {
    background: #fff;
    border: 2px solid rgba(0 0 0 / 80%) !important;
 }

.programme-search input:focus {
    box-shadow: none!important;
    border:none !important;
    background-color: unset !important;
}
.bg-primary-dark{
    background-color: #302e81;
}
.bg-danger-new{
     background: linear-gradient(135deg, #0f1028, #2a1b4d);
}
.text-danger-new{
    color: #0f1028;
}
.support-banner {
    position: relative;
     border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    /*background: linear-gradient(135deg, #1047c6 0%, #3b82f6 100%);*/
    background: linear-gradient(135deg, #1317b3, #5c60f5);
}
.support-banner::before {
    /*content: "";*/
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.1) 1px, transparent 0);
    background-size: 24px 24px;
    opacity: 0.5;
}



.offline-card .hero {
    background: rgba(217 217 217 / 6%);
    border: 1px solid rgba(0 0 0 / 10%) !important;
    color: #fff;
    border-radius: 12px;
}

 .offline-card .custom-card-application {
     background-color: #fff;
     padding-top: 20px;
     padding-bottom: 20px;
     padding-left: 10px;
     border-top-right-radius: 12px;
     border-bottom-right-radius: 12px;
     position: relative;
}
.offline-card .custom-card-application::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3.5px;
    height: 30px;
    background-color: #ff3366;
    top: 36%;
    transform: translateY(-50%);
    border-radius: 10px;
}
.offline-card   .custom-card-application i {
    color: #ff3366 !important;
}
.offline-card   .custom-card-application svg {
    fill: #ff3366 !important;
}


.online-card .custom-card-application {
    background-color: #fff;
    padding: 20px 0 20px 10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
  }

.online-card .custom-card-application::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3.5px;
    height: 30px;
    background-color: #ff3366;
    top: 36%;
    transform: translateY(-50%);
    border-radius: 10px;
}
.online-card .custom-card-application svg {
    fill: #ff3366 !important;
}

.offline-card .custom-card-users{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;

}
.offline-card .custom-card-users::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3.5px;
    height: 30px;
    background-color: #5c60f5;
    top: 36%;
    transform: translateY(-50%);
    border-radius: 10px;
}
.online-card .custom-card-users::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3.5px;
    height: 30px;
    background-color: #5c60f5;
    top: 36%;
    transform: translateY(-50%);
    border-radius: 10px;
}
.offline-card .custom-card-users i{
    color: #5c60f5 !important;
}

.online-card .custom-card-users{
     background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
}
.online-card .custom-card-users i{
    color: #5c60f5 !important;
}

 .offline-card  .section-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ddd;
}
.offline-card  .btn-notify{
    background: linear-gradient(135deg, #60002a, #801a40);
}
.offline-card .btn-outline-light{
     background: rgba(0 0 0 / 3%);
    border: 1.5px solid rgba(0 0 0 / 6%) !important;
    color: rgba(82 82 82 / 100%) !important;
    font-size: 11px;
}
.offline-card  .btn-outline-light:hover{
    color: rgba(82 82 82 / 100%) !important;
    background: rgba(0 0 0 / 5%);
}
.offline-card .hero .badge{
     background-color: rgb(255 0 52) !important;
     font-weight: 600 !important;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}
.offline-card .alert-danger{
    border:none !important;
    padding:8px;
    border-radius: 8px !important;
    font-size:12px;
}

.new-admission-cycle .bg-soft-secondary{
    background-color: rgba(237 237 237 / 50%) !important;
}
.new-admission-cycle small{
    font-size: 12px;
    letter-spacing: 1px;
}
.new-admission-cycle h5{
    font-size: 14px !important;
}
.online-card .hero {
    background: linear-gradient(135deg, #1317b3, #5c60f5);
    color: #fff;
    border-radius: 12px;
     position: relative;
}

.online-card .hero .btn-light {
    font-weight: 600;
    font-size: 11px;
    color:#1317b3;
    background-color: rgba(255,255,255,1) !important;
}
.online-card  .hero .btn-light:hover {
    background-color: rgba(255,255,255,0.9) !important;
}

.online-card  .soft-box {
     padding: 15px;
}

.online-card  .deadline {
    background: #f4eae2;
    border-left: 4px solid #ff7a00;
}

.online-card  .note {
    background: #e9f1ff;
    border-left: 4px solid #3b82f6;
}

.online-card  .card-custom {
    border-radius: 16px;
}

.online-card  .step-badge {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f3e8ff;
    color: #6f2dbd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.online-card  .doc-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    font-size: 12px;
    height: 100%;
}
.online-card .btn-outline-light{
    font-size: 11px;
    border: 1.5px solid transparent !important;
    background: rgba(254 254 254 / 20%);
}
.online-card .btn-outline-light:hover{
    border: 1.5px solid transparent !important;
    background: rgba(254 254 254 / 30%);
    color:#fff;

}

.featured-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.featured-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}
.border-soft-new{
    border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
}

.hover-arrow-active {
    position: relative;
    display: inline-block;
    color: #1317b3;
    transition: color 0.3s ease;
    z-index: 1;
    overflow: hidden;  
}

 .hover-arrow-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: rgba(81, 85, 239, 1);
    transition: all 0.4s ease;
    z-index: -1;
}

.hover-arrow-active:hover::before {
    width: 100%;
    background-color: rgba(81, 85, 239, 0.7);
}

 .hover-arrow-active::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    background: linear-gradient(
            120deg,
            transparent 25%,
            rgba(255, 255, 255, 0.6) 50%,
            transparent 75%
    );

    background-size: 250% 250%;
    background-position: 200% 0;
    background-repeat: no-repeat;

    opacity: 0; /* hidden by default */
    transition: opacity 0.3s ease;
    z-index: 0;
}

.hover-arrow-active:hover::after {
    opacity: 1;
    background-position: -100% 0;
    transition: background-position 1.5s ease;
}

 .hover-arrow-active:hover {
    color: #fff !important;
}
.btn-dark:hover{
    background-color: rgba(0,0,0,1) !important;
}
.btn-dark{
    background-color: rgba(0,0,0,0.8) !important;
}
#searchModal .modal-content {
    height: 70vh;
    display: flex;
    flex-direction: column;
}

#searchModal .search-body {
    flex: 1;
    overflow-y: auto;
}
#searchModal .section-title {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.login-details-card{
    border-radius: 16px !important;
}
.login-details-card {
     border-radius: 8px;
    padding: 15px;
    position: relative;
    margin: auto;
}

@media print {
    .bg-dark,
    .samarth-info-bar,
    .navbar,
    .jk-footer {
        display: none !important;
    }
}
.sticky-login{
    position: sticky;
    top:20px;
}
.notification-toogle-arrow-icon::after{
    display: none !important;
}
.help-center-toogle-arrow-icon::after {
    display: none !important;
}
.notification-toogle::after{
    display: none !important;
}
.help-center-toogle::after {
    display: none !important;
}
@media (max-width: 576px) {
    .notification-dropdown {
        min-width: 200px !important;
        max-width: 200px !important;
    }
}

.sidebar-hidden {
    display: none !important;
}

.full-width {
    flex: 0 0 100%;
    max-width: 100%;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.rotate-icon {
    transform: rotate(180deg);
}
.mobile-menu{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#f8f8f8;
    border-top:1px solid #e5e5e5;
    z-index:1050;
}
.mobile-menu.hide-menu {
    transform: translateY(100%);
}
.menu-icon-footer {
    color:#000;
}
.menu-icon-footer.active {
    color:#6366f1;
}
 @media (min-width:768px){
    .mobile-menu{
        display:none !important;
    }
}

.my-application .card {
    border-radius: 12px;
}

.my-application  .card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.my-application  .badge {
    font-size: 12px;
}

.video-card {
    transition: transform 0.2s ease;
}

.video-card:hover {
    transform: translateY(-5px);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    opacity: 0.9;
}

.play-btn i {
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.pointer{
    cursor: pointer;
}
.menu-dropdown::after{
    display: none !important;
}

 @media (max-width: 767px) {
     .menu-list .dropdown-menu-end {
        right: auto !important;
        left: 0 !important;
    }
}

 html, body {
    height: 100%;
 }

 body {
    display: flex;
    flex-direction: column;
}

 nav {
    flex: 0 0 auto;
}

 .content-wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
    height: 100%;
}
 .list-mode {
    width: 100%;
}

 .grid-mode {
    width: 33.33%;
}

 #cardContainer.grid-view .programme-card {
    display: block;
}

#cardContainer.list-view .programme-card {
    display: block;
    width: 100%;
}
.btn.btn-light{
    box-shadow: none !important;
}

.grid-mode .col-6.col-lg-3.mb-3{
    width: 100% !important;
}
.grid-mode .btn{
    width: 100% !important;
}
.grid-mode .d-flex.align-items-center.flex-wrap.gap-2{
    gap: 0 !important;
}
#useful_links{
    font-size: 12px;
    padding-left: 10px;
}

#useful_links::placeholder {
    opacity: 0.75;
}
.step-icon {
    width: 41px;
    height: 41px;
    font-size: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuDrop::after {
    margin-left: 28px;
}
.dropdown.nav-item:hover i{
    color:#757575 !important;
}
.sidebar-fill {
    transition: all 0.3s ease;
}

.sidebar-filled .left-panel {
    fill: #1e1f24;
}
.title-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-a-hover:hover{
    background: rgba(41, 41, 97, 0.1) !important;
}

.menu-a-hover{
  font-size: 14px !important;
  padding-left: 15px;
  padding-right: 15px;
   background: rgba(41, 41, 97, 0.02) !important;
}
.menu-a-hover-fill{
    background: rgba(41, 41, 97, 0.05) !important;
}

.bell-border-hover:hover{
     background-color: rgb(230, 231, 232);
}
.bell-border-hover-fill{
     background-color: rgba(230,231,232,0.5);
}
.ls-1{
    letter-spacing: 1px;
}
#cardContainer .border-top{
    border-top: 1px solid rgba(168 168 168 / 10%) !important;
}

html, body {
    overscroll-behavior: none;
}
.view-all-btn{
    background: rgba(255 255 255 / 10%);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
}
.btn-grid {
   display: flex;
    gap: 10px;
    align-items: center;
}
.btn-grid a{
    width: max-content;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .btn-grid {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .btn-grid a{
         white-space: normal;
    }
}

.dropdown-menu::-webkit-scrollbar-track {
     margin: 8px 0;
}
.btn-soft-light{
    background-color: rgba(255,255,255,0.2);
    color:#fff;
}
.btn-soft-light:hover{
    background-color: rgba(255,255,255,0.1) !important;
    color:#fff !important;
}
.header-menu-label{
    letter-spacing:2px;
    padding-left:18px  !important;
    font-size:10px;
    font-weight:500;
    padding-top: 4px;
    opacity: 0.8 !important;
}
.dropdown-item {
    font-size: 12px !important;
}
.more-menu .dropdown-item{
     text-wrap: auto;
}
.more-menu{
    max-height:360px !important;
    min-width: 250px !important;
    max-width: 300px !important;
    overflow-y:scroll;
}
.notification-dropdown{
    max-height:360px !important;
    min-width: 250px;
    max-width: 300px;
    overflow-y: scroll;
}

.bell-border-hover.active.show{
    background-color: #e6e7e8 !important;
}
.menu-dropdown.show{
    background-color: #e6e7e8 !important;
}
.notification-footer {
    position: sticky;
    bottom: 0;
    border-radius: .75rem;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice__remove{
    font-size: 15px !important;
    padding-top: 1px !important;
    padding-left: 10px !important;
    padding-right: 1px !important;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice{
    padding: 7px !important;
    margin-top: 5px !important;
    margin-left: 7px !important;
    border-radius: 8px !important;
}

.select2-container--krajee-bs4 li.select2-results__message {
    color: #000 !important;
    background-color: #f0f0f0 !important;
    text-transform: capitalize;
}



.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
    padding-right: 2.2em !important;
}
.select2-container--krajee-bs4 .select2-selection__clear {
    position: absolute !important;
    right: 30px !important;
    top: 0.4em !important;
    z-index: 5 !important;
}

.select2-container--krajee-bs4 .select2-selection--multiple {
    min-height: 37px !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 8px !important;
}
.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin: 2px 0.5rem 0px !important;
    padding-left: 6px !important;
    padding-top: 8px !important;
}
.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
    border: none !important;
}

.select2-container--krajee-bs4 .select2-selection {
    box-shadow: unset !important;
    border-radius: 8px !important;
}


.select2-selection:focus,
.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    box-shadow: none !important;
    border: 2px solid #5C60F5CC !important;
}
.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee-bs4.select2-container--focus .select2-selection {
    box-shadow: none !important;
    border: 2px solid rgba(92, 96, 245, 0.8) !important;
    background-color: rgba(92, 96, 245, 0.05) !important;
}

.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    border-radius: 8px !important;
    border: 1.5px solid #dbdbdb !important;
    box-shadow: none !important;
}
.select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field {
    border-radius: 8px !important;
    box-shadow: none !important;
}

.select2-container--krajee-bs4 .select2-results__option[aria-selected=true] {

    background-color: #ffffff !important;
    color: rgba(34, 34, 46, 0.75) !important;
    transition: all 0.1s ease;
    font-weight: 550 !important;
}
.select2-container--krajee-bs4 .select2-results__option[aria-selected=true]:hover {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}
.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}
.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    transition: all 0.1s ease;
}


.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected=true] {

    background-color: #f8f9fa !important;
    color: #000000 !important;
}
.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected=true]:hover {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 550 !important;
}

.has-success .select2-container--krajee-bs4 .select2-selection {
    border: 2px solid rgba(92, 96, 245, 0.8) !important;
}

.select2-container--krajee-bs4 .select2-results__option .select2-results__options--selectable[aria-selected=true] {
    background-color: #f8f9fa !important;
    color: #000000 !important;
}

.select2-container--krajee-bs4 .select2-results__option .select2-results__options--selectable[aria-selected=true]:hover {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;

}
.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected=false] {
    background-color: #fff !important;
    color: #000000 !important;
}
.select2-results__option.select2-results__option--highlighted:hover {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}
.select2-results__option[aria-selected=true] {
    background-color: #f8f9fa !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.btn-shine {
    position: relative;
    overflow: hidden;
}

 .btn-shine::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    background: linear-gradient(
            120deg,
            transparent 25%,
            rgba(255, 255, 255, 0.6) 50%,
            transparent 75%
    );

    background-size: 250% 250%;
    background-position: 200% 0;
    background-repeat: no-repeat;

    transition: background-position 0s ease;
}
.btn-shine:hover::before {
    background-position: -100% 0;
    transition-duration: 1.5s;
}

.btn-shine-announcement {
    position: relative;
    overflow: hidden;
}
.btn-shine-announcement::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
            120deg,
            transparent 25%,
            rgba(255, 255, 255, 0.6) 50%,
            transparent 75%
    );
    background-size: 250% 250%;
    background-repeat: no-repeat;
    animation: shineMove 1.5s linear infinite;
}
@keyframes shineMove {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

#toggleSidebarBtn{
    border: 1px solid rgba(187 187 187 / 50%) !important;
    border-radius: 8px !important;
}
#toggleSidebarBtn:hover{
    background-color: #fff !important;
}
.accordion-button::after {
    background-image: none !important;
    font-family: "bootstrap-icons";
    content: "\f282";
    font-size: 16px;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    content: "\f286";
}
#cardContainer .grey-heading{
    color:rgba(183,193,206,1) !important;
    font-size: 12px !important;
    letter-spacing: 1px;
    margin-bottom:10px;
}
#cardContainer .grey-paragraph{
    color:rgba(0,0,0,0.8) !important;
    font-size: 14px !important;
    letter-spacing: 1px;
}
.hr-main{
    color: rgba(0 0 0 / 5%);
}
.sidebar-scroll{
    padding-left:24px !important;
    padding-right:24px !important;
}
.my-application-search {
    min-width: 480px;
    width: 100%;
}

@media (max-width: 768px) {
    .my-application-search {
        min-width: 200px;
    }
    .my-application-steps{
        flex-direction: row !important;
    }
}



@media only screen and (max-width: 1266px) {
    .notification-table {
        display: table !important;
        width: 100%;
    }
    .notification-table thead {
        display: table-header-group !important;
    }
    .notification-table tbody {
        display: table-row-group !important;
    }
    .notification-table tr {
        display: table-row !important;
    }
    .notification-table th, td {
        display: table-cell !important;
        white-space: nowrap;
    }
}

.sidebar .nav-link.nav-item{
    width: 100%;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .nav-item .nav-link{
    width: 100%;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .nav-item  {
    width: 100%;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}