@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bodyFont: "Poppins", sans-serif;
    --bodyFontAlt: "Roboto", sans-serif;
    --primaryColor: #800000;
    --primaryColorHover: #660101;
}

* {
    font-family: var(--bodyFont);
}

/* MODALS */
.modal {
    z-index: 30000;
}

.modal-backdrop {
    z-index: 29999 !important;
}

.modal-header {
    background: var(--primaryColor);
    color: white;
}

.modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

/* BOOTSTRAP CLASS */
.form-control,
.form-check-input,
.form-select {
    border: 1px solid #9A9696;
}

.form-check-input:hover,
.form-select:hover,
label {
    cursor: pointer;
}

.form-select:focus,
.form-control:focus {
    border-color: var(--primaryColor);
    box-shadow: 0 0 0 .25rem #FFDDDD;
}

.form-select:disabled {
    cursor: not-allowed;
}

#toastContainer {
    position: fixed !important;
    top: 60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 99999 !important;
    /* Higher than modal (30000) and backdrop */
    width: auto !important;
    max-width: 90% !important;
    pointer-events: none !important;
    /* Allow clicks to pass through container */
}

#toastContainer .toast {
    pointer-events: auto;
}

/* FORMS */
.muted-placeholder::placeholder,
select option[disabled] {
    font-size: 14px;
    color: #0000003f !important;
    opacity: 1;
}

/* HOMEPAGE */

.center-content {
    margin-top: 150px !important;
}

.center-content p {
    font-size: 26px;
}

.homepage-nav {
    border-radius: 50px;
    border: 1px solid #545454;
    background: rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(67.5999984741211px);
    z-index: 2;
    width: fit-content;
    transition: all 0.3s ease;
}

.homepage-nav a {
    text-decoration: none;
    color: white;
    transition: 0.2s;
    white-space: nowrap;
}

.homepage-nav a:hover {
    color: rgb(204, 204, 204);
    /* font-size: x-large; */
}

.center-logo {
    height: 70px;
    width: 70px;
}

.form-logo {
    height: 20px;
    width: 200px;
}

.hero-bg {
    width: 100%;
    height: 60vh;
    background-image: url("../img/user/bg-home.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 0;
}

.hero-bg > * {
    z-index: 1;
}

.alumni-searchbar {
    color: black;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 12px rgba(100, 100, 100, 0.15);
    background: rgba(255, 255, 255, 0.15);
    transition: 0.2s all ease;
}

.alumni-searchbar .input-bar {
    background: transparent;
    border-color: transparent;
    color: inherit;
}

.alumni-searchbar .input-bar:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.alumni-searchbar:focus-within {
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.45);
}

.alumni-searchbar:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    cursor: pointer;
}

.alumni-result {
    position: absolute;
    flex-direction: column;   
    justify-content: flex-start; 
    align-items: stretch;
    padding: 0.5rem;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 40vh;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
    color: black;
    transition: opacity 0.3s ease;
}

/* Hide scrollbar for Webkit browsers */
.alumni-result::-webkit-scrollbar {
    display: none;
}

/* Optional: smooth fade in for results */
.alumni-result.show {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.alumni-result.hide {
    opacity: 0;
}

.alumnus {
    width: 75%;
    transition: 0.2s background-color;
}

.alumnus:hover {
    cursor: pointer;
    backdrop-filter: blur(8.75px);
    background: rgba(215, 97, 97, 0.43)
}

.input-bar::placeholder {
    color: #C7C7C7;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:active,
.dropdown .dropdown-item.show,
.dropdown .dropdown-item:focus-visible {
    background: var(--primaryColor) !important;
    color: white;
}

.dr-delete-post,
.dr-delete-post:hover {
    color: red;
}

/* Logo fade & slide */
/* Logo fade & slide */
.logo-top {
    transition: opacity 0.5s ease, transform 0.5s ease; /* match duration for smoother effect */
}

.logo-top.hidden {
    opacity: 0;
    transform: translateY(-40px);
    pointer-events: none;
}

/* Search bar slide + fade */
.alumni-searchbar {
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease; /* same duration */
    opacity: 1;
}

.alumni-searchbar.up {
    transform: translateY(-5px); /* slightly higher for smooth visual shift */
    opacity: 1;
}

.card-home {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-home:hover {
    transform: translateY(-2px); /* slightly move up */
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.1); /* optional: subtle shadow for lift effect */
    cursor: pointer;
}

.hide-on-index {
    display: none !important;
}


/* JOB BOARD */

.branding-logo {
    width: 200px;
}

.profile-pic {
    width: 40px;
    height: 40px;
}

.profile-pic-shortcut {
    width: 70px;
    height: 70px;
    z-index: 10 !important;
}

.pfp.profile-pic-shortcut {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    aspect-ratio: 1 / 1 !important;
}

.profile-bg {
    position: absolute;
    z-index: 1;
    height: 70px;
    width: 100%;
}

.inner-body {
    position: relative;
    z-index: 2;
}

.pfp-base {
    position: relative;
    z-index: 100 !important;
    background-color: white;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.bg-pic img {
    height: 30%;
}

.job-meta .name,
.job-meta .course,
.job-meta .time {
    line-height: 1.2;
}

/* .add-picture {
    cursor: pointer;
    transition: color 0.3s;
    transition: background-color 160ms ease, transform 160ms ease;
}

.add-picture:hover {
    background-color: rgba(0, 0, 0, 0.04);
} */

/* REGISTRATION PAGE */
.card-center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--bodyFont);
}

.cta-button {
    background: var(--primaryColor);
    color: white;
    transition: .3s ease;
}

.cta-button2 {
    background: transparent;
    color: black;
    border: 2px solid var(--primaryColor);
    transition: .3s ease;
}

.cta-button2:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.cta-button:hover {
    background: var(--primaryColorHover);
    cursor: pointer;
}

.cta-button3 {
    background: var(--primaryColor) !important;
    color: white !important;
    font-weight: 600;
}

.cta-button3:hover {
    background: var(--primaryColorHover) !important;
    cursor: pointer;
    color: white !important;
}

.cta-button3:focus,
.cta-button3:active {
    color: white;

}

.btn-outline-secondary {
    --bs-btn-border-width: 2px;
    --bs-btn-color: #919090;
    --bs-btn-border-color: #919090;
    --bs-btn-hover-bg: #919090;
    --bs-btn-hover-border-color: #919090;
    --bs-btn-active-bg: #919090;
    --bs-btn-active-border-color: #919090;
}

.outline-button {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
}

.pfp,
.pfp2 {
    width: 50px;
    height: 50px;
}

.pfp-reposter {
    width: 30px;
    height: 30px;
}

.jobPost {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 95%;
    height: 30px;
    ;
}

#posts-loading-spinner {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.fade-ribbon {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

#no-more-posts p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.media {
    width: 40px;
    height: 40px;
}

.name {
    font-size: 17px;
    font-weight: 400;
}

.course {
    font-size: 14px;
    font-weight: 300;
}

.time {
    font-size: 12px;
    font-weight: 300;
}

.userPost2 {
    font-size: 20px;
    font-weight: 400;
}

.userPfp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.commenterName {
    font-size: 14px;
    font-weight: 450;
}

.commentContent {
    font-size: 15px;
    font-weight: 350;
}

.userComment {
    max-width: 98%;
}

/* CARD */
.card {
    box-shadow: 0px 2px 9.3px rgba(0, 0, 0, 0.1);
}

.interactions>div {
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    transition: background-color 160ms ease, transform 160ms ease;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.interactions>div:hover,
.interactions>div:focus {
    background-color: rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.interactions>.like i.bi-heart-fill {
    color: #800000;
}

.like .bi-heart-fill,
.like .bi-heart {
    transition: transform 0.5s ease, color 0.5s ease;
}

.like,
.comment,
.share,
.repost,
.options-button .bi-three-dots {
    font-size: 20px;
}

.interactions>div:focus-visible {
    box-shadow: 0 0 0 3px rgba(128, 0, 0, 0.12);
}

/* Change email link button in forgot password */
.linker {
    text-decoration: none;
    color: black;
}

.linker:hover {
    text-decoration: underline;
    color: var(--primaryColor);
}

/* EXIT FORM */
.table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.table tbody tr td {
    background-color: #f9f9f9;
    border: 1px solid #E2E2E2 !important;
    border-left: none !important;
    border-right: none !important;
}

.table tbody tr td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: none;
    border: 1px solid #E2E2E2 !important;
    border-right: none !important;
}

.table tbody tr td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #E2E2E2 !important;
    border-left: none !important;
}

.card-question{
    width: 100%;
}

.likert-table table,
.likert-table th,
.likert-table td {
    border: none !important;
}

.likert-table table {
    min-width: 320px;
}

.likert-table td:not(:first-child),
.likert-table th:not(:first-child) {
    min-width: 30px;     
    white-space: nowrap; 
}

table td:first-child,
table th:first-child {
    max-width: 100px;
    min-width: 100px;
}


.form-question {
    font-weight: 500;
}

input[type="radio"] {
    width: 22px;
    height: 22px;
    accent-color: var(--primaryColor);
    cursor: pointer;
}

th {
    font-weight: 400;
}

th,
td {
    vertical-align: middle;
    text-align: center;
}

th,
td {
    font-family: var(--bodyFontAlt);
}

th:first-child,
td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
    box-shadow: none;
    transition: box-shadow 0.2s ease;
}

.likert-table-2 th:first-child,
.likert-table-2 td:first-child {
    position: static;
}

.table-responsive.is-scrolled th:first-child,
.table-responsive.is-scrolled td:first-child {
    box-shadow: 3px 0 5px -2px rgba(0, 0, 0, 0.2);
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.b-border-input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    background-color: transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}

.b-border-input:focus {
    border-bottom-color: var(--primaryColor);
    box-shadow: 0 2px 0 0 var(--primaryColor);
    border-bottom: none;
}

.b-border-input:hover {
    border-bottom-color: #888;
}

.form-check-input:checked {
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.form-check-input:focus {
    border-color: var(--primaryColor) !important;
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--primaryColor) 40%, transparent) !important;
}

.form-check-input:hover {
    cursor: pointer;
}

label .asterisk {
    color: red;
}

/* PILL */
.pill {
    border-radius: 30px;
    background: var(--primaryColor);
    color: white;
}

.supp-button {
    border-radius: 14.5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0 2px 9.3px 0 rgba(0, 0, 0, 0.10);
    transition: 0.3s ease;
}

.supp-button:hover {
    color: var(--primaryColor);
    background: #f1eeee;
    border: 1px solid var(--primaryColor);
}

.outline-secondary {
    color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
    background-color: transparent;
    transition: .3s ease;
}

.outline-secondary:hover {
    background-color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
    color: white;
    cursor: pointer;
}

@keyframes emphasizeCard {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255, 0, 0, 0);
    }

    50% {
        transform: scale(1.01);
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255, 0, 0, 0);
    }
}

.card.emphasize {
    animation: emphasizeCard 0.6s ease;
}

.no-data {
    font-size: 0.95rem;
    color: #6c757d;
    font-style: italic;
}

.container.desktop .card {
    overflow: visible !important;
}

.container.mobile .card {
    overflow: visible !important;
}

/* Notification Panel */
.notif-wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.notification-panel {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 330px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 10;
    animation: fadeDown 0.2s ease-in-out;
    max-height: 550px;
    overflow-y: auto;
    border-radius: 8px;
    scroll-behavior: smooth;
}

.notification-panel.active {
    display: block !important;
    border: 1px solid #ccc;
}

.container.desktop .notification-panel {
    position: relative;
    display: block !important;
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: none;
    border: none !important;
    overflow: visible !important;
    max-height: none !important;
}

.container.mobile .notification-panel {
    position: relative;
    display: block !important;
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: none;
    border: none !important;
    overflow: visible !important;
    max-height: none !important;
}

.btn-notifications a {
    position: relative; /* <- important */
    display: flex;
    align-items: center;
    justify-content: center;
}

.notif-count-badge {
    position: absolute;
    top: -3px;
    right: -2px;
    background: #dc3545;
    color: white;
    width: 24px;
    height: 24px;
    font-size: 12px;
    border-radius: 50%;
    border: 3px solid var(--primaryColor);
}

.notif-count-badge small,
.notif-count-badge-mobile small{
    color: white;
}

.notif-count-badge-mobile {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #dc3545;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    border: 2px solid white;
}

.bell-wrapper {
  position: relative; 
  display: inline-block;
}


@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* srollbar */
.notification-panel::-webkit-scrollbar {
    width: 6px;
    transition: opacity 0.3s;
}

.notification-panel::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.notification-panel::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: 1px solid transparent;
    background-clip: content-box;

}

.notification-panel::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.notification-panel::-webkit-scrollbar-track {
    background: transparent;
    margin: 3px;
}


.notification-panel:hover::-webkit-scrollbar {
    opacity: 1;
}

/* contents */
.notif-title {
    color: black;
}

.bi-three-dots {
    border-radius: 20px;
    padding: 3px 8px;
}

.bi-three-dots:hover {
    background-color: rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.notif-button span {
    font-weight: 600;
    font-size: 13px;
}

.notif-content {
    cursor: pointer;
}

.notif-button .as-read-notif,
.see-all {
    color: var(--primaryColor);
    cursor: pointer;
}

.notif-button .all-notif {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

.notif-list {
    padding: 5px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.container.desktop .notif-item {
    padding-right: 40px !important;
}

.notif-dot {
    width: 12px;
    height: 12px;
    background-color: var(--primaryColor);
    border-radius: 50%;
}

.notif-list:hover,
.btn-custom:hover {
    background-color: rgba(0, 0, 0, 0.10);
}

.btn-custom {
    border: none;
    outline: none;
    box-shadow: none;
}

.notif-profile img {
    width: 52px;
    height: 52px;
    object-fit: cover;
}

.notif-text p,
.btn-seeMoreBtn {
    font-size: 14px;
}

.text-time span {
    font-size: 12px;
}

.notif-text span {
    font-size: 14px;
    font-weight: 700;
}

.notif-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    line-height: 20px;
}

.btn-seeMoreBtn,
.btn-seeMoreBtn:active,
.btn-seeMoreBtn:focus,
.btn-seeMoreBtn:focus-visible {
    background-color: rgba(0, 0, 0, 0.10);
    font-weight: 500;
    border: none;
    outline: none;
    box-shadow: none;
    color: black !important;
}


.btn-seeMoreBtn:hover {
    background-color: rgba(0, 0, 0, 0.20);
}

.see-all-notif {
    border-radius: 20px !important;
    padding: 5px 15px !important;
}

.see-all-notif:hover {
    background-color: rgba(128, 0, 0, 0.3) !important
}

.btn-all {
    border-radius: 20px !important;
    padding: 5px 15px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none;
    background-color: rgba(128, 0, 0, 0.2);
    color: var(--primaryColor);
}

.btn-all:hover,
.btn-all:active {
    background-color: rgba(128, 0, 0, 0.3) !important;
    color: var(--primaryColor) !important;
}


.chat-dropdown {
    position: absolute;
    width: 290px !important;
    top: 100%;
    right: 8px !important;
    background-color: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
    animation: dropdownFade 0.15s ease-out;
    border: none !important;
}

.chat-dropdown .dropdown-item {
    margin: 3px 6px;
    padding: 8px 12px;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.10);
    color: black;
}

.chat-dropdown .dropdown-item:active {
    color: black !important;
}

@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: scale(0.97) translateY(-5px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

a#notificationBtn.nav-link.rounded-3 {
    padding: 2px 12px !important;
}

.bi-bell-fill:hover {
    cursor: pointer;
}

/* Notification Panel */
.notif-wrapper {
    position: relative;
}

.notification-panel {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: 330px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 10;
    animation: fadeDown 0.2s ease-in-out;
    max-height: 550px;
    overflow-y: auto;
    border-radius: 8px;
    scroll-behavior: smooth;
}

.notification-panel.active {
    display: block !important;
    border: 1px solid #ccc;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* srollbar */
.notification-panel::-webkit-scrollbar {
    width: 6px;
    transition: opacity 0.3s;
}

.notification-panel::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.notification-panel::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: 1px solid transparent;
    background-clip: content-box;

}

.notification-panel::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.notification-panel::-webkit-scrollbar-track {
    background: transparent;
    margin: 3px;
}


.notification-panel:hover::-webkit-scrollbar {
    opacity: 1;
}

/* contents */
.notif-title {
    color: black;
    font-weight: 400;
}

.notif-button span {
    font-weight: 600;
    font-size: 18px;
}

.notif-content {
    cursor: pointer;
}

.notif-button .as-read-notif {
    color: var(--primaryColor);
    cursor: pointer;
    font-size: 13px;
}

.notif-button .all-notif {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

.notif-list {
    padding: 5px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.notif-dot {
    width: 12px;
    height: 12px;
    background-color: var(--primaryColor);
    border-radius: 50%;
}

.notif-list:hover,
.btn-custom:hover {
    background-color: rgba(0, 0, 0, 0.10);

}

.notif-profile img {
    width: 52px;
    height: 52px;
}

.notif-text p,
.btn-seeMoreBtn {
    font-size: 14px;
}

.text-time span {
    font-size: 12px;
    /* color: var(--primaryColor); */
    /* font-weight: 600; */
}

.notif-text span {
    font-size: 14px;
    font-weight: 700;
}

.notif-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    line-height: 20px;
}

.btn-seeMoreBtn,
.btn-seeMoreBtn:active,
.btn-seeMoreBtn:focus,
.btn-seeMoreBtn:focus-visible {
    background-color: rgba(0, 0, 0, 0.10);
    font-weight: 500;
    border: none;
    outline: none;
    box-shadow: none;
}


.btn-seeMoreBtn:hover {
    background-color: rgba(0, 0, 0, 0.20);
}

.btn-custom {
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-all {
    border-radius: 20px !important;
    padding: 5px 15px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none;
    background-color: rgba(128, 0, 0, 0.2);
    color: var(--primaryColor);
}

.btn-all:hover,
.btn-all:active {
    background-color: rgba(128, 0, 0, 0.3) !important;
    color: var(--primaryColor) !important;

}

.bi-bell-fill:hover {
    cursor: pointer;
}

.main-layout {
    margin-top: 62px;
}

.disabled-notification {
    background-color: rgba(255, 221, 221, 0.2) !important;
    padding: 2px 12px;
}

.loading-spinner {
    width: 1rem;
    height: 1rem;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin .75s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 576px) {
    .fixed-top-sm {
        position: fixed !important;
        top: 0 !important;
        bottom: auto !important;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

@media (max-width: 576px) {

    .alumni-result{
        max-height: 50vh;
    }

    .main-layout {
        margin-top: 32px;
    }

    .remove-padding-cont {
        padding: 0px !important;
    }

    .remove-card-border {
        border: 1px solid transparent !important;
        box-shadow: none;
    }

    .post-item,
    .remove-padding {
        padding: 0px;
    }

    .remove-radius {
        border-radius: 0px !important;
    }

    .interactions {
        gap: 0.25rem;
    }

    .homepage-nav {
        width: 100%;
        border-radius: 0;
        font-size: 0.9rem;
        border-bottom: transparent;
        border-inline: transparent;
    }

    .homepage-nav a {
        padding: 0.5rem 0.75rem;
    }

    .center-content p {
        font-size: 16px;
    }

    .center-content {
        margin-top: 20px !important;
    }

    .position-fixed {
        position: static !important;
    }

    .profile-pic-shortcut {
        width: 40px;
        height: 40px;
    }

    .pfp.profile-pic-shortcut {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        aspect-ratio: 1 / 1 !important;
    }

    .pfp-reposter {
        width: 25px !important;
        height: 25px !important;
    }

    .name {
        font-size: 14px;
    }

    .course,
    .time {
        font-size: 11px;
    }

    .job-meta .name,
    .job-meta .course,
    .job-meta .time {
        line-height: 1.2;
    }

    .engagement,
    .interactions {
        font-size: smaller;
    }

    .caption {
        font-size: smaller;
    }

    .fullscreen-modal {
        border-radius: 0px !important;
    }
}

@media (min-width: 768px) {
    .sticky-col2 {
        position: sticky;
        top: 70px;
        align-self: start;
        height: fit-content;
        z-index: 5;
    }
}

@media (max-width: 768px) {
    .card-question {
        /* max-width: 100% !important; */
    }
}


@media(max-width: 768px) {
    html body .container.position-fixed {
        position: static !important;
    }
}