.esms-shell-body .esms-shell-wrapper {
    min-height: 100vh;
}

@media (min-width: 992px) {
    body:not(.template-b) .esms-shell-body .esms-shell-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    body:not(.template-b) .esms-shell-body .esms-shell-wrapper > .esms-shell-header,
    body:not(.template-b) .esms-shell-body .esms-shell-wrapper > .esms-topnav-shell,
    body:not(.template-b) .esms-shell-body .esms-shell-wrapper > .esms-template-b-utility-shell {
        flex: 0 0 100%;
        width: 100%;
    }

body:not(.template-b) .esms-shell-body .esms-shell-wrapper > .esms-sidebar-panel {
        flex: 0 0 320px;
        width: 320px;
        max-width: 320px;
    }

    body:not(.template-b) .esms-shell-body .esms-shell-wrapper > .esms-shell-main-panel {
        flex: 1 1 0;
        width: calc(100% - 320px);
        min-width: 0;
    }
}

@media (max-width: 991.98px) {
    .esms-shell-body .esms-shell-wrapper {
        display: block;
    }
}

.esms-shell-header {
    background: linear-gradient(135deg, var(--esms-shell-header-start), var(--esms-shell-header-end)) !important;
    border-bottom: 0 !important;
    box-shadow: 0 14px 30px rgba(6, 44, 79, 0.2);
    margin: 0;
    isolation: isolate;
    position: relative;
    z-index: 1045;
}

.esms-shell-header .container-fluid {
    max-width: var(--esms-shell-max);
    margin: 0 auto;
    min-height: 54px;
    padding-top: 0;
    padding-bottom: 0;
}

.esms-shell-toggle {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: background-color 0.18s ease, transform 0.18s ease;
}

.esms-shell-toggle:hover,
.esms-shell-toggle:focus {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.esms-shell-home-link {
    letter-spacing: 0.01em;
}

.esms-topnav-shell {
    position: sticky;
    top: 0;
    z-index: 1042;
    margin-left: 0;
    backdrop-filter: blur(12px);
    background: linear-gradient(180deg, var(--esms-shell-topnav-start), var(--esms-shell-topnav-end));
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    overflow: visible;
    isolation: isolate;
}

.esms-topnav-shell::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 109, 178, 0.24), transparent);
}

.esms-topnav-inner {
    max-width: var(--esms-shell-max);
    margin: 0 auto;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: flex-start;
}

.esms-topnav-list {
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0;
    margin: 0;
    list-style: none;
    scrollbar-width: thin;
    position: static;
    z-index: 1;
    min-width: 0;
    width: auto;
    flex: 0 1 auto;
    justify-content: flex-start;
}

.esms-topnav-shell,
.esms-topnav-inner,
.esms-topnav-list,
.esms-topnav-item,
.esms-topnav-item .esms-topnav-link {
    overflow: visible !important;
}
.esms-topnav-list::-webkit-scrollbar {
    height: 8px;
}

.esms-topnav-list::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.45);
    border-radius: 999px;
}

.esms-topnav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    color: #1d4ea3;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(47, 151, 242, 0.16);
    box-shadow: 0 3px 10px rgba(47, 151, 242, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    transition: all 0.18s ease;
    cursor: pointer;
}

.esms-topnav-link:hover,
.esms-topnav-link:focus {
    color: #154081;
    border-color: rgba(47, 151, 242, 0.36);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 18px rgba(47, 151, 242, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.52);
    transform: translateY(-1px);
}

.esms-topnav-link.is-active {
    color: #fff;
    border-color: rgba(29, 106, 194, 0.45);
    background: linear-gradient(135deg, #1f7fdf, #4fb3ee);
    box-shadow: 0 10px 22px rgba(31, 127, 223, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.esms-topnav-link i {
    font-size: 0.9rem;
}

.esms-topnav-item {
    position: relative;
    display: inline-flex;
    z-index: 1;
}

.esms-topnav-item.show {
    z-index: 2050;
}

.esms-topnav-panel {
    list-style: none;
    background: #fff;
}

.esms-topnav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    min-width: 240px;
    padding: 0.5rem 0;
    margin: 0.5rem 0 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    z-index: 3000;
    max-height: none;
    overflow: visible !important;
    display: none;
}

@media (min-width: 992px) {
    .esms-topnav-item.dropdown:hover,
    .esms-topnav-item.dropdown:focus-within {
        z-index: 2050;
    }

    .esms-topnav-item.dropdown:hover > .esms-topnav-dropdown,
    .esms-topnav-item.dropdown:focus-within > .esms-topnav-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
        display: block !important;
    }

    .esms-topnav-dropdown::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -0.55rem;
        height: 0.55rem;
    }
}

.esms-shell-header .dropdown-menu.show,
.esms-shell-header-main .dropdown-menu.show,
.esms-topnav-item.show .esms-topnav-dropdown {
    z-index: 3050 !important;
}

body.esms-shell-reflowing .esms-shell-header,
body.esms-shell-reflowing .esms-topnav-shell,
body.esms-shell-reflowing .esms-shell-main-panel {
    transform: translateZ(0);
}

.esms-topnav-item.show .esms-topnav-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    display: block !important;
}

.esms-topnav-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    margin: 0;
    border: 0;
    background: transparent;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.15s ease;
}

.esms-topnav-dropdown .dropdown-item:hover {
    background: rgba(15, 109, 178, 0.12);
    color: #0f6db2;
}

.esms-topnav-dropdown .dropdown-item.active {
    background: transparent !important;
    background-color: transparent !important;
    color: #0f6db2;
    font-weight: 600;
}

.esms-topnav-dropdown .dropdown-item.active:hover {
    background: rgba(15, 109, 178, 0.12) !important;
    background-color: rgba(15, 109, 178, 0.12) !important;
    color: #0f6db2;
}

.esms-topnav-nested-item {
    position: relative;
    list-style: none;
}

.esms-topnav-nested-item > .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.esms-topnav-nested-list {
    position: absolute;
    top: -0.5rem;
    left: calc(100% - 0.1rem);
    right: auto;
    min-width: 230px;
    padding: 0.5rem 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-6px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
    z-index: 3060;
}

@media (min-width: 992px) {
    .esms-topnav-nested-list::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0.45rem;
        width: 0.45rem;
    }

    .esms-topnav-nested-list.opens-left::before {
        left: auto;
        right: -0.45rem;
    }
}

.esms-topnav-nested-list.opens-right {
    left: calc(100% - 0.1rem);
    right: auto;
    transform: translateX(-6px);
}

.esms-topnav-nested-list.opens-left {
    left: auto;
    right: calc(100% - 0.1rem);
    transform: translateX(6px);
}

.esms-topnav-nested-item.has-children:hover > .esms-topnav-nested-list,
.esms-topnav-nested-item.has-children:focus-within > .esms-topnav-nested-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.esms-topnav-nested-item.has-children > .dropdown-item:hover {
    background: rgba(15, 109, 178, 0.12) !important;
    background-color: rgba(15, 109, 178, 0.12) !important;
    color: #0f6db2;
}

.esms-topnav-nested-item.has-children:focus-within:not(:hover) > .dropdown-item,
.esms-topnav-nested-item.has-children > .dropdown-item.active:not(:hover) {
    background: transparent !important;
    background-color: transparent !important;
}

@media (max-width: 991.98px) {
    .esms-topnav-nested-list {
        position: static;
        min-width: 0;
        margin: 0.15rem 0 0.35rem 0.75rem;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        right: auto;
        border-radius: 0.35rem;
    }
}

.esms-shell-main {
    padding-bottom: 1.5rem;
}

.esms-shell-page {
    max-width: var(--esms-shell-max);
    margin: 0 auto;
    padding: 1rem 1rem 0;
}

.esms-shell-header-card {
    border: 1px solid var(--esms-shell-border);
    border-radius: var(--esms-shell-radius-xl);
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.1), transparent 16rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 253, 0.95));
    box-shadow: var(--esms-shell-shadow);
    overflow: hidden;
}

.esms-shell-header-card .container-fluid,
.esms-shell-content .container-fluid {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.esms-shell-header-grid {
    padding: 1.35rem 1.5rem;
}

.esms-shell-breadcrumb {
    padding: 0;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
}

.esms-shell-content {
    padding-top: 1rem;
}

.esms-shell-content-card {
    border: 1px solid var(--esms-shell-border);
    border-radius: var(--esms-shell-radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.98));
    box-shadow: var(--esms-shell-shadow-soft);
    padding: 1.25rem;
}

.esms-alert-stack {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.esms-shell-footer {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 251, 253, 0.9);
}

.esms-shell-footer .container-fluid {
    max-width: var(--esms-shell-max);
    margin: 0 auto;
    padding: 0.15rem 0.75rem;
}

body.esms-shell-scrolled .esms-topnav-shell {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

@media (max-width: 991.98px) {
    .esms-topnav-shell {
        top: 0;
    }

    .esms-shell-page {
        padding: 0.85rem 0.85rem 0;
    }

    .esms-shell-header-grid,
    .esms-shell-content-card {
        padding: 1rem;
    }
}

@media (max-width: 575.98px) {
    .esms-topnav-inner {
        padding: 0.65rem 0.75rem;
    }

    .esms-topnav-link {
        padding: 0.68rem 0.85rem;
    }
}

.esms-shell-main-panel {
    background: linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

.esms-shell-main,
.esms-shell-page,
.esms-shell-content,
.esms-shell-content-card {
    background-color: transparent;
}

.esms-shell-content-card {
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,253,.98));
}

.esms-shell-content-header {
    position: relative;
    padding: 0.65rem 0 0.55rem;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    isolation: isolate;
}

.esms-shell-content-header::before {
    content: "";
    position: absolute;
    inset: 0.55rem 1rem 0.55rem;
    border: 1px solid rgba(147, 197, 253, 0.46);
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at 85% 40%, rgba(59, 130, 246, 0.14), transparent 18rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(238, 247, 255, 0.74));
    box-shadow:
        0 0.85rem 1.75rem rgba(30, 64, 175, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    pointer-events: none;
    z-index: -1;
}

.esms-shell-content-header > .container-fluid {
    position: relative;
    z-index: 0;
}

.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

.content-header h1 {
    font-weight: 500;
}

.page-actions {
    display: flex;
    gap: var(--ui-space-2);
    flex-wrap: wrap;
}

.esms-sidebar-menu .nav-link {
    font-size: 1.02rem;
    line-height: 1.35;
    font-weight: 500;
}

.esms-sidebar-menu .nav-link p {
    font-size: inherit;
}

.navbar-nav .nav-link,
.esms-brand-link .esms-brand-text {
    font-size: 1rem;
}

.esms-sidebar-brand {
    padding-bottom: 0.55rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
}

.esms-brand-link {
    display: flex;
    align-items: center;
    gap: 0.82rem;
    text-decoration: none;
    white-space: normal;
    line-height: 1.35;
    min-height: 54px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}

.esms-brand-link .esms-brand-image {
    float: none;
    max-height: 42px;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 1;
}

.esms-brand-link .esms-brand-image-lg {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    object-fit: contain;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.2rem;
}

.esms-brand-link .esms-brand-copy {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    max-width: 100%;
}

.esms-brand-link .esms-brand-eyebrow {
    display: block;
    margin-bottom: 0.12rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.esms-brand-link .esms-brand-text {
    display: block;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.01em;
    text-wrap: balance;
}

.esms-brand-link .esms-brand-meta {
    display: block;
    margin-top: 0.28rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
}

.esms-brand-link .esms-brand-title {
    display: block;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.01em;
}

.esms-brand-link .esms-brand-subtitle {
    display: block;
    max-width: none;
    width: 100%;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.62rem;
    line-height: 1.25;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: anywhere;
}

.esms-sidebar-panel .nav-link {
    margin: 0.15rem 0.45rem;
    border-radius: 0.85rem;
    padding: 0.72rem 0.9rem;
}

.esms-sidebar-panel .nav-link.active {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.esms-sidebar-collapsed .esms-brand-link {
    justify-content: center;
    min-height: 64px;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}

.esms-sidebar-collapsed .esms-brand-link .esms-brand-copy {
    display: none;
}

.esms-sidebar-collapsed .esms-brand-link .esms-brand-image {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
}

.esms-sidebar-overlay {
    display: none;
}

.esms-shell-footer-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 0.15rem !important;
    padding: 0.08rem 0.6rem !important;
    background: linear-gradient(180deg, #fbfdff 0%, #f3f8fd 50%, #e8f1f8 100%);
    border-top: 2px solid transparent;
    border-image: linear-gradient(90deg, transparent, #2196f3, transparent) 1;
    box-shadow: 0 -2px 8px rgba(33, 150, 243, 0.08);
}

.esms-shell-footer-bar > .container-fluid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center !important;
    min-height: auto;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
    column-gap: 0.4rem;
}

.esms-shell-footer-bar .esms-shell-footer-column {
    min-width: 0;
}

.esms-shell-footer-bar .esms-shell-footer-column-left {
    grid-column: 1;
    justify-self: start;
}

.esms-shell-footer-bar .esms-shell-footer-column-center {
    grid-column: 2;
    justify-self: center;
}

.esms-shell-footer-bar .esms-shell-footer-column-right {
    grid-column: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-self: stretch;
    min-height: auto;
}

.esms-shell-footer-bar .esms-shell-footer-campus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    text-align: center;
    line-height: 1;
    max-width: 100%;
    position: relative;
    padding: 0.08rem 0.85rem;
}

.esms-shell-footer-bar .esms-shell-footer-campus::before {
    content: "";
    width: 2.4rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.65), transparent);
    box-shadow: 0 0 10px rgba(37, 99, 235, 0.22);
}

.esms-shell-footer-bar .esms-shell-footer-campus > strong {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
    padding: 0.06rem 0.32rem;
    border-radius: 1.2rem;
    background: transparent;
    color: #1565c0;
    border: 0;
    box-shadow: none;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    font-size: clamp(0.68rem, 0.72vw, 0.78rem) !important;
}

.esms-shell-footer-bar .esms-shell-footer-campus > span.text-muted {
    flex: 0;
    min-width: auto;
    color: #0d47a1 !important;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 !important;
    font-size: clamp(0.62rem, 0.68vw, 0.72rem) !important;
}

.esms-shell-footer-bar .esms-shell-footer-campus-name,
.esms-shell-footer-bar .esms-shell-footer-campus-address {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    line-height: 1.05;
}

.esms-shell-footer-bar .esms-shell-footer-campus-name {
    color: #0b63ff;
    font-family: 'El Messiri', sans-serif;
    font-size: 18px !important;
    font-weight: 1000;
    letter-spacing: 0.01em;
    text-transform: none;
    -webkit-text-stroke: 0.18px rgba(11, 99, 255, 0.35);
    text-shadow: 0 0 5px rgba(11, 99, 255, 0.45), 0 0 14px rgba(14, 165, 233, 0.38), 0 0 24px rgba(56, 189, 248, 0.28);
}

.esms-shell-footer-bar .esms-shell-footer-campus-address {
    color: #4f6480;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    opacity: 0.9;
}

.esms-shell-footer-bar .esms-shell-footer-credit {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin: 0 0 0 auto !important;
    float: none !important;
    padding: 0.08rem 0.45rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #1e88e5, #00bcd4);
    color: #f8fbff !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(30, 136, 229, 0.35), 0 3px 8px rgba(30, 136, 229, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.18);
    text-shadow: 0 0 4px rgba(30, 136, 229, 0.35);
    font-weight: 600;
    transition: all 0.3s ease;
    line-height: 1;
    font-size: clamp(0.62rem, 0.68vw, 0.72rem) !important;
}

.esms-shell-footer-bar .esms-shell-footer-credit strong {
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 8px rgba(248, 193, 70, 0.6);
}

.esms-shell-footer-bar .esms-shell-footer-credit-name {
    color: #fff6b8 !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em;
    text-shadow:
        0 0 4px rgba(255, 246, 184, 0.95),
        0 0 10px rgba(255, 213, 79, 0.85),
        0 0 18px rgba(255, 171, 0, 0.75);
}

.esms-shell-footer-bar .esms-shell-footer-credit:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 28px rgba(30, 136, 229, 0.8), 0 8px 20px rgba(30, 136, 229, 0.5), inset 0 1px 3px rgba(255, 255, 255, 0.3);
}

.esms-shell-footer-bar .esms-shell-footer-credit-product {
    font-weight: 800;
    letter-spacing: -0.01em;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}

.esms-shell-footer-bar .esms-shell-footer-credit-separator {
    opacity: 0.92;
    font-weight: 700;
}

.esms-shell-footer-bar .esms-shell-footer-credit::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd54f, #ffeb3b);
    box-shadow: 0 0 8px rgba(255, 215, 79, 0.8), 0 0 16px rgba(255, 235, 59, 0.5);
    flex-shrink: 0;
    animation: shimmer-pulse 2.5s ease-in-out infinite;
}

@keyframes shimmer-pulse {
    0% { box-shadow: 0 0 8px rgba(255, 215, 79, 0.8), 0 0 16px rgba(255, 235, 59, 0.5); }
    50% { box-shadow: 0 0 12px rgba(255, 215, 79, 1), 0 0 24px rgba(255, 235, 59, 0.8); }
    100% { box-shadow: 0 0 8px rgba(255, 215, 79, 0.8), 0 0 16px rgba(255, 235, 59, 0.5); }
}

@media (max-width: 991.98px) {
    .esms-shell-footer-bar {
        min-height: 28px !important;
    }

    .esms-shell-footer-bar > .container-fluid {
        min-height: 28px;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) max-content;
        align-items: center !important;
        justify-content: stretch !important;
        gap: 0.32rem;
    }

    .esms-shell-footer-bar .esms-shell-footer-column-left {
        display: none;
    }

    .esms-shell-footer-bar .esms-shell-footer-column-center {
        grid-column: 1;
        justify-self: start;
        min-width: 0;
    }

    .esms-shell-footer-bar .esms-shell-footer-campus {
        align-items: flex-start !important;
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .esms-shell-footer-bar .esms-shell-footer-campus-name,
    .esms-shell-footer-bar .esms-shell-footer-campus-address {
        text-align: left !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .esms-shell-footer-bar .esms-shell-footer-campus-name {
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .esms-shell-footer-bar .esms-shell-footer-campus-address {
        font-size: 5px !important;
        line-height: 1 !important;
    }

    .esms-shell-footer-bar .esms-shell-footer-column-right {
        grid-column: 2;
        justify-self: end;
        min-width: max-content;
    }

    .esms-shell-footer-bar .esms-shell-footer-credit {
        position: static;
        transform: none;
        margin: 0 !important;
        white-space: nowrap;
        font-size: 7px !important;
        padding: 0.06rem 0.25rem;
        gap: 0.16rem;
    }

    .esms-shell-footer-bar .esms-shell-footer-credit::before {
        width: 0.28rem;
        height: 0.28rem;
    }

    .esms-shell-footer-bar .esms-shell-footer-credit:hover {
        transform: translateY(-2px);
    }
}

@media (max-width: 991.98px) {
    .container-fluid {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
}

@media (max-width: 767.98px) {
    .esms-shell-footer-bar {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0.2rem;
    }

    .esms-shell-footer-bar .esms-shell-footer-credit {
        width: auto;
        justify-content: center;
        margin-left: 0;
        margin-top: 0;
    }
}
