:root{
      --text-font:"Onest", sans-serif;
      --bg-light: #F2F2F2;
      --dark-color:#BF0001;
      --text-dark: #000;
      ---text-color:#3A3633;
      --text-light: #616161;
      --text-xl-light:#BDBDBD;
      --color-yellow:#FFCC00;
      --rounded-lg:24px;
      --font-weight:500;
      --text-size-desktop:16px;
      --text-line-height-desktop:24px;
      --text-size-medium:14px;
      --text-line-height:22px;
}
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: var(--text-font);
    background-color: var(--bg-light);
    padding: 20px 10px;
}
img{
    max-width: 100%;
}
h4 {
    font-size: 16px;
    line-height: 100%;
}
a:hover{
    text-decoration: underline;
}
.f-20{
    font-size: 20px;
}
.f-16{
    font-size: 16px !important;
}
h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
}
.font-weight-bold{
    font-weight: 700 !important;
}
.btn {
    padding: 14px 31px;
    border-radius: 24px;
    font-size: 20px;
    text-decoration: none;
    line-height: 100%;
    transition: .3s;
}
.btn:hover {
    text-decoration: none;
}
.bg-dark-blue{
    background-color: #00319C;
}
.btn-warning{
    background-color: #FEC112 !important;
}
.container{
    max-width: 1920px;
}
.rounded-5{
    border-radius: 16px !important;
}
label {
    display: inline-block;
    font-weight: 500;
}
.dashboard-main-row .sidenav-col {
    max-width: 330px;
    min-width: 330px;
}
.text-color{
    color:var(--text-color);
}
.text-dark{
    color: var(--text-dark) !important;
}
.text-light{
    color: var(--text-light) !important;
}
.text-xl-light{
    color: var(--text-xl-light) !important;
}
.text-lg-24 {
    font-size: 24px;
}
.f-14{
    font-size: 14px;
}
.text-medium{
    font-weight: 500;
}
.bg-danger, .btn-danger{
    background-color: var(--dark-color) !important;
}
.btn.bg-light:hover{
    color: #000 !important;
    background-color: #e3e3e3 !important;
}
.btn-dark:hover {
    background-color: #000;
}
.rounded-4 {
    border-radius: 12px !important;
}
.sidenav-menu-list li {
    padding: 8px 30px;
    position: relative;
}
.team-card .social-icon.d-flex.align-items-center.gap-1 {
    position: absolute;
    top: 50px;
    z-index: 2;
    right: 23px;
    display: flex;
    flex-direction: column;
}
.sidenav-menu-list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 5px;
    height: 32px;
    background-color: #000;
    border-radius: 0 50px 50px 0;
    transform: translateY(-50%) translateX(-5px);
    transition: .5s;
}
.sidenav-menu-list li:hover::before {
    transform: translateY(-50%) translateX(0px);
}
.sidenav-menu-list li.active::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 5px;
    height: 32px;
    background-color: #000;
    border-radius: 0 50px 50px 0;
    transform: translateY(-50%);
}
.sidenav-header-text {
    padding: 0 30px;
    letter-spacing: 2px;
}
.sidenav-log-out-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px 40px;
    background: #fff;
}
.sidenav-log-out-box ul {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.sidenav-profile-box {
    width: 135px;
    height: 135px;
    margin: 0 auto 10px;
}
.sidenav-profile-photo {
    width: 135px;
    height: 135px;
    object-fit: cover;
}
.profile-icon {
    bottom: 0;
    right: 30px;
    min-width: 28px;
    width: 28px;
    height: 28px;
    background-color: #bf0001;
    border: 2px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
.profile-icon:hover,
.profile-icon:focus {
    background-color: #a80001;
    border-color: #fff;
}
.profile-icon-img {
    width: 14px;
    height: auto;
    filter: brightness(0) invert(1);
}
.notificaton {
    top: -10px;
    right: -4px;
    width: 22px;
    height: 22px;
    background-color: var(--dark-color);
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}
.add-comment-profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.post-user-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}
.post-group-icon {
    min-width: 20px;
    height: 20px;
    background-color: var(--color-yellow);
    border-radius: 50%;
}
.job-post-logo {
    margin-top: -60px;
    width: 60px;
    border-radius: 12px !important;
    height: 60px !important;
}   

/* Job details page */
.job-detail-main {
    font-size: 15px;
}
.job-detail-logo {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    object-fit: contain;
    background: #f5f5f5;
}
.job-detail-meta {
    font-size: 13px;
}
.job-meta-pill {
    padding: 8px 12px;
    border-radius: 999px;
    background: #f7f7f7;
}
.job-detail-section h3 {
    font-size: 18px;
}
.job-detail-description p {
    margin-bottom: 8px;
}
.job-detail-sidebar {
    font-size: 14px;
    min-height: 420px;
}
.job-overview-list li + li {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}
.job-overview-list li {
    padding-bottom: 10px;
}
.job-overview-item .text-dark {
    font-size: 15px;
}
.job-overview-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Reusable pagination */
.pagination-wrapper .pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    padding-top: 2px;
}
.pagination-wrapper .pagination li.active a {
    background: var(--dark-color) !important;
    color: #fff;
}
.pagination-wrapper .pagination li a:hover {
    background: var(--dark-color);
    color: #fff;
}
.pagination-wrapper .prev.disabled,
.pagination-wrapper .next.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.pagination-wrapper .pagination-ellipsis {
    min-width: 28px;
    height: 36px;
}
.right-arrow-flip {
    rotate: 180deg;
    position: relative;
    top: -3px;
}
.sidebar-sticky-desktop {
    position: sticky;
    top: 120px;
}
/* Frontend layout: fixed sidebar + sticky header */
.frontend-layout {
    display: flex;
    min-height: 100vh;
    padding: 0;
}
.frontend-sidebar-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    padding: 20px 0px 0px 20px;
    flex-shrink: 0;
    z-index: 100;
}
.frontend-sidebar {
    height: 100%;
    position: relative;
}
.frontend-sidebar .sidenav {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.frontend-main-wrap {
    flex: 1;
    margin-left: 300px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.frontend-top-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 20px 20px 0 20px;
    flex-shrink: 0;
    background: var(--bg-light);
}
img.logo {
    display: block;
    width: 140px;
    max-width: 100%;
    height: auto;
    max-height: 48px;
    object-fit: contain;
}
.frontend-content {
    flex: 1;
    /* overflow-y: auto; */
    padding: 20px 20px 20px 20px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.frontend-content-inner {
    max-width: min(1920px, 100%);
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.frontend-content .row > [class*="col"] {
    min-width: 0;
}
.frontend-main-wrap .form-control,
.frontend-main-wrap .form-select,
.frontend-main-wrap textarea.form-control {
    max-width: 100%;
    box-sizing: border-box;
}

/* Auth pages: login & register */
body.auth-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 20px;
    background: var(--bg-light);
}
.auth-page__shell {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.site-footer {
    flex-shrink: 0;
    width: 100%;
    padding: 0.75rem 1rem 1rem;
    text-align: center;
}
.site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.65rem;
    font-size: 13px;
    line-height: 1.5;
}
.site-footer__nav a {
    color: var(---text-color);
    text-decoration: none;
    font-weight: 500;
}
.site-footer__nav a:hover {
    color: var(--dark-color);
    text-decoration: underline;
}
.site-footer__sep {
    color: var(--text-xl-light);
    user-select: none;
}
.frontend-main-wrap .site-footer {
    padding: 1rem 20px 1.25rem;
    margin-top: auto;
}
.auth-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
    overflow: hidden;
}
.auth-card .form-control,
.auth-card .form-select {
    border-radius: 12px;
    padding: 12px 16px;
    border-color: #e5e5e5;
}
.auth-card .form-control:focus,
.auth-card .form-select:focus {
    border-color: var(--dark-color);
    box-shadow: 0 0 0 3px rgba(208,43,40,.15);
}
.auth-card .form-label {
    font-weight: 500;
    color: var(--text-dark);
}
.auth-card .btn-dark {
    background: var(--text-dark);
    border: none;
}
.auth-card .btn-dark:hover {
    background: var(--dark-color);
}
.auth-brand {
    background: linear-gradient(160deg, #ffffff 0%, #c001030f 50%, #ffffff 100%);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auth-brand .logo-wrap {
    margin-bottom: 32px;
}
.auth-brand h2 {
    color: var(--text-dark);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}
.auth-brand p {
    color: var(--text-light);
    font-size: 16px;
    margin: 0;
}
.auth-brand .accent-line {
    width: 48px;
    height: 4px;
    background: var(--dark-color);
    border-radius: 2px;
    margin-top: 24px;
}
.auth-links a {
    color: var(--dark-color);
    font-weight: 500;
}
.auth-links a:hover {
    color: #a32220;
}

/* Legal pages (terms, privacy, cookies) — full-width standalone layout */
body.legal-page-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: var(--bg-light);
}
.legal-page-header {
    flex-shrink: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.legal-page-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 1rem clamp(1rem, 3vw, 2rem);
}
.legal-page-header__logo img.logo {
    width: 140px;
    max-height: 36px;
}
.legal-page-main {
    flex: 1;
    width: 100%;
    padding: clamp(1rem, 2.5vw, 1.75rem) clamp(1rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
}
.legal-page-article {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    padding: clamp(1.25rem, 3vw, 2.5rem) clamp(1.25rem, 4vw, 3rem);
}
.legal-page-layout .site-footer {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.legal-page-nav a {
    color: var(--text-dark);
    font-weight: 500;
}
.legal-page-nav a:hover {
    color: var(--dark-color);
}
.legal-page-nav .legal-page-nav__sep {
    color: var(--text-xl-light);
}
.legal-page-nav a.fw-bold {
    color: var(--dark-color);
}
.legal-page-intro {
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.legal-page-heading {
    color: var(--text-dark);
    font-weight: 600;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    line-height: 1.25;
    margin-bottom: 0.5rem;
}
.legal-page-subtitle {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 0.75rem;
    max-width: 52rem;
}
.legal-page-meta {
    color: var(--text-light);
    font-size: 0.875rem;
    margin: 0;
}
.legal-page-body {
    color: var(--text-dark);
    font-size: 1rem;
    line-height: 1.65;
}
.legal-page-body h3 {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 1.0625rem;
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
}
.legal-page-body h3:first-child {
    margin-top: 0;
}
.legal-page-body p {
    margin-bottom: 1rem;
}
.legal-page-body p:last-child {
    margin-bottom: 0;
}
.legal-page-body ul,
.legal-page-body ol {
    margin-bottom: 1rem;
    padding-left: 1.35rem;
}
.legal-page-body li {
    margin-bottom: 0.35rem;
}
.legal-page-body h4 {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}
.legal-page-body .legal-table-wrap {
    overflow-x: auto;
    margin: 1rem 0 1.25rem;
    -webkit-overflow-scrolling: touch;
}
.legal-page-body .legal-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 0.875rem;
    line-height: 1.45;
}
.legal-page-body .legal-table th,
.legal-page-body .legal-table td {
    border: 1px solid var(--border-color, #e5e7eb);
    padding: 0.6rem 0.75rem;
    text-align: left;
    vertical-align: top;
}
.legal-page-body .legal-table th {
    background: #f9fafb;
    font-weight: 600;
}
.legal-page-body .legal-table code {
    font-size: 0.8125rem;
    word-break: break-word;
}
.legal-page-body .legal-doc-preamble {
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

/* Register: terms checkbox + label (avoid global .form-check { padding-left: 0 } breaking layout; links must be visible on white card) */
.auth-card .register-terms-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.auth-card .register-terms-row__input {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.2rem 0 0 0;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #c4c9d0;
}
.auth-card .register-terms-row__input + .register-terms-row__label {
    margin-left: 0;
}
.auth-card .register-terms-row__label {
    display: block;
    flex: 1;
    min-width: 0;
    line-height: 1.5;
    color: var(--text-dark);
    cursor: pointer;
    font-weight: 400;
}
.auth-card .register-terms-row__text {
    color: var(--text-dark);
}
.auth-card .register-terms-row__link {
    color: var(--dark-color);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.auth-card .register-terms-row__link:hover {
    color: #a32220;
}

/* Post like & comment buttons */
.post-like-btn, .post-comment-toggle {
    cursor: pointer;
    color: var(--text-light);
}
.post-like-btn:hover, .post-comment-toggle:hover {
    color: var(--text-dark);
}
.post-like-btn.liked {
    color: var(--dark-color);
}
.post-footer .heart-icon img {
    width: 20px;
    height: 17px;
}

/* Events page */
.bg-primary {
    background-color: var(--dark-color) !important;
}
.f-18 { font-size: 18px; }
.f-24 { font-size: 24px; }
.fw-semibold { font-weight: 600; }
.event-date-box {
    right: 10px;
    top: 10px;
}
.event-arrow-right {
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
}
.event-card {
    border: 1px solid transparent;
    transition: 0.3s;
}
.event-card:hover {
    border-color: rgba(208, 43, 40, 0.16);
}
.event-card .event-img-box img {
    height: 180px;
    object-fit: cover;
}

/* Community members - team cards */
.team-card.event-card {
    transition: 0.3s;
    position: relative;
}
.team-img {
    height: 35vh;
    object-fit: cover;
    object-position: top;
}
.team-img-box {
    background: linear-gradient(184deg, #ffffff, rgba(0,0,0,0.14));
    border-radius: 12px;
}
.mentor-tag {
    border-radius: 0px 10px;
    line-height: 100%;
    font-size: 10px;
}
.mentor-tag span {
    padding-top: 3px;
}
.bg-blue {
    background-color: #0865FE !important;
}
.social-icon a {
    background: #616161;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    transition: 0.3s;
}
.social-icon a:hover {
    background-color: var(--dark-color);
}

/* Group single page */
.group-cover {
    min-height: 220px;
    background-color: #f5f5f5;
}
.group-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    left: 40px;
    bottom: -55px;
    overflow: hidden;
    background-color: #e0e0e0;
}
.group-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Profile page header */
.profile-cover {
    min-height: 220px;
    background-color: #f5f5f5;
}
.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    left: 40px;
    bottom: -60px;
    overflow: hidden;
    background-color: #e0e0e0;
}
.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-header {
    padding-left: 160px;
}


/* Css 27-02-2026 */
.h-auto {
    min-height: auto !important;
}
textarea:focus{
    box-shadow: none !important;
}
.modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.group-leave-modal .modal-dialog {
    max-width: 420px;
}
.group-leave-modal .modal-content {
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.12) !important;
}
.group-leave-modal .modal-header {
    padding: 1.25rem 1.25rem 0.25rem;
}
.group-leave-modal .modal-title {
    font-size: 1.125rem;
    padding-right: 2rem;
}
.group-leave-modal .modal-body {
    padding: 0.5rem 1.25rem 1rem;
    line-height: 1.55;
    font-size: 0.9375rem;
}
.group-leave-modal .modal-footer {
    padding: 0 1.25rem 1.25rem;
}
.text-truncate-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Chrome, Edge, Safari */
.frontend-sidebar-wrap::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
}
.frontend-sidebar-wrap::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
}
.frontend-sidebar-wrap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.frontend-sidebar-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.frontend-sidebar-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
/* Hide native input */
input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #d1d1d1;
    border-radius: 4px; /* checkbox */
    background: #fff;
    cursor: pointer;
    position: relative;
}

/* Radio shape */
input[type="radio"] {
    border-radius: 50%;
}

/* Checked state */
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    border-color: #dc3545; /* red */
    background: #dc3545;
}

/* Radio inner dot */
input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Checkbox tick */
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* Spacing with label */
input + label {
    margin-left: 8px;
    cursor: pointer;
    color: var(---text-color);
}

/* Active label */
input:checked + label {
    color: #000;
}
.form-check {
    padding-left: 0;
}
.sidenav-menu-list li a:hover {
    color: #000 !important;
}
.sticky-sidebar {
    position: sticky;
    top: 120px;
}
a:focus, button, input, select, textarea, div{
    outline: none;
}
.support-icons {
    background-color: #FEC112;
    min-width: 34px;
    height: 34px;
    padding: 7px;
    border-radius: 4px;
}
.donate-support-box {
    background-image: url(/frontend/assets/images/heart_l-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
    min-height: 200px;
}

/* Donations page */
.donations-page__header {
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
    padding: 28px 32px;
    margin-bottom: 28px;
}
.donations-page__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 12px;
    color: #000;
}
.donations-page__intro {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #616161;
    margin: 0;
    max-width: none;
}
.donations-page__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}
.donations-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    background: #fff;
    color: #3a3633 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none !important;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}
.donations-nav-btn i {
    font-size: 14px;
    color: #616161;
}
.donations-nav-btn:hover,
.donations-nav-btn:focus {
    border-color: #d0d0d0;
    background: #fafafa;
    color: #3a3633 !important;
    text-decoration: none !important;
}
.donations-section--individuals {
    margin-bottom: 28px;
}
.donations-section__label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px;
}
.donations-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.donations-hero--individual {
    background: linear-gradient(90deg, #003ca8 0%, #002f7a 100%);
    border-radius: 16px;
    padding: 28px 32px;
    min-height: 0;
}
.donations-hero--company {
    background-color: #00319c;
    border-radius: 16px;
    padding: 28px 32px;
    min-height: 0;
}
.donations-section--companies {
    margin-top: 28px;
    margin-bottom: 28px;
}
.donations-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}
.donations-hero__title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
}
.donations-hero__pill {
    display: inline-block;
    margin-left: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #fec112;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    vertical-align: middle;
}
.donations-hero__text {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    opacity: 1;
}
.donations-hero__text strong {
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .donations-page__header {
        padding: 20px;
        margin-bottom: 20px;
    }
    .donations-page__title {
        font-size: 22px;
        line-height: 28px;
    }
    .donations-page__intro {
        font-size: 15px;
        line-height: 24px;
    }
    .donations-hero--individual,
    .donations-hero--company {
        padding: 22px 20px;
    }
    .donations-hero__title {
        font-size: 18px;
        line-height: 26px;
    }
    .donations-hero__text {
        font-size: 14px;
        line-height: 22px;
    }
}
.donations-cards-row {
    margin-top: 16px;
}
.donations-cards-row > [class*="col-"] {
    display: flex;
}
.donations-card {
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.donations-card--tax {
    min-height: 100%;
}
.donations-card--company-doc {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    box-shadow: 0 1px 3px rgba(17, 24, 39, 0.06);
}
.donations-card--company-doc .donations-card__hint {
    margin-bottom: 24px;
}
.donations-cards-row--company {
    margin-top: 16px;
}
.donations-card--company-note {
    margin-top: 16px;
    box-shadow: 0 1px 3px rgba(17, 24, 39, 0.06);
    padding: 20px;
}
.donations-note-box--company {
    margin-top: 0;
    background: #eef4fb;
}
.donations-note-box--company strong {
    font-weight: 700;
    color: #3a3633;
}
.donations-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.donations-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
}
.donations-card__icon img {
    width: 20px;
    height: 20px;
}
.donations-card__icon i {
    font-size: 18px;
}
.donations-card__icon--yellow {
    background: #fef3c7;
    color: #d97706;
}
.donations-card__icon--yellow img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(426%) hue-rotate(3deg) brightness(95%) contrast(95%);
}
.donations-card__icon--blue {
    background: #dbeafe;
    color: #00319c;
}
.donations-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    background: #1f2430;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
.donations-card__title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #000;
}
.donations-card__hint {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #616161;
    margin: 0 0 20px;
}
.donations-amount-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.donations-amount-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    text-decoration: none !important;
    text-align: center;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}
a.donations-amount-btn:hover,
a.donations-amount-btn:focus {
    border-color: #d0d0d0;
    background: #fafafa !important;
    color: #000 !important;
}
.donations-amount-btn--disabled {
    background: #f3f4f6 !important;
    color: #9ca3af !important;
    cursor: not-allowed;
}
.donations-steps {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.donations-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.donations-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dbeafe;
    color: #00319c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}
.donations-step__body {
    min-width: 0;
    padding-top: 2px;
}
.donations-step__title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
}
.donations-step__desc {
    font-size: 13px;
    line-height: 20px;
    color: #616161;
    margin: 0;
}
.donations-card__footer {
    margin-top: auto;
    padding-top: 4px;
}
.donations-card__divider {
    border: 0;
    border-top: 1px solid #eef0f3;
    margin: 16px 0;
    opacity: 1;
}
.donations-accordion__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #00319c;
    text-align: left;
}
.donations-accordion__toggle i {
    font-size: 11px;
    transition: transform 0.2s ease;
}
.donations-accordion__toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.donations-accordion__body {
    padding-top: 12px;
    color: #616161;
}
.donations-accordion__para {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
}
.donations-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #000 !important;
    background: #fec112 !important;
    border: none;
    border-radius: 12px;
    text-decoration: none !important;
    transition: background-color 0.15s ease;
}
a.donations-action-btn:hover,
a.donations-action-btn:focus {
    background: #e9ad00 !important;
    color: var(--text-dark) !important;
}
.donations-action-btn--disabled {
    background: #f3f4f6 !important;
    color: #9ca3af !important;
    cursor: not-allowed;
}
.donations-card--bank {
    margin-top: 16px;
    box-shadow: 0 1px 3px rgba(17, 24, 39, 0.06);
}
.donations-bank-entity {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
    color: #616161;
}
.donations-bank-entity strong {
    font-weight: 700;
    color: #3a3633;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.donations-bank-entity__bank {
    font-weight: 400;
    color: #616161;
    text-transform: none;
}
.donations-bank-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.donations-bank-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #eef0f3;
}
.donations-bank-row:first-child {
    padding-top: 0;
}
.donations-bank-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.donations-bank-currency {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 5px 12px;
    border-radius: 8px;
    background: #1f2430;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    flex-shrink: 0;
}
.donations-bank-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}
.donations-bank-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
    line-height: 14px;
}
.donations-bank-iban {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    word-break: break-all;
    color: #000;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.donations-bank-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #f9fafb;
    color: #616161;
    flex-shrink: 0;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.donations-bank-copy:hover,
.donations-bank-copy:focus {
    border-color: #d1d5db;
    color: var(--text-dark);
    background: #f9fafb;
}
.donations-bank-copy.is-copied {
    border-color: #86efac;
    color: #15803d;
    background: #f0fdf4;
}
.donations-note-box {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f3f4f6;
    font-size: 14px;
    line-height: 22px;
    color: #616161;
}
.donations-note-box--bank {
    margin-top: 20px;
    background: #eef4fb;
}
.donations-note-box--bank strong {
    font-weight: 700;
    color: #3a3633;
}
@media (min-width: 992px) and (max-width: 1720px) {
    body{
        font-size: var(--text-size-medium);
        line-height: var(--text-line-height);
    }
    h3, .h3 {
        font-size: 18px !important;
        line-height: 26px;
    }
    .btn {
        padding: 10px 20px;
        border-radius: 10px;
        font-size: 16px;
        text-decoration: none;
        line-height: 100%;
        transition: .3s;
    }
    h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .f-20 {
        font-size: 16px;
    }
    .h2, h2 {
        font-size: 20px !important;
    }
    .form-control {
        font-size: 14px;
    }
    .btn{
        font-size: 14px;
    }
    .f-24 {
        font-size: 18px;
    }
    .f-lg-22 {
        font-size: 16px !important;
    }
    .btn  img {
        width: 16px;
    }
    .job-post-box .btn img {
        width: 6px;
    }
}

@media screen and (max-width:991.98px) and (min-width:768px){
    .team-img {
        height: 45vh;
    }
}
@media screen and (max-width: 767.98px) {
    body{
        font-size: var(--text-size-medium);
    }
    .profile-header {
        padding-left: 0;
        padding-top: 88px;
        text-align: center;
    }
    .profile-header > div:first-child {
        width: 100%;
    }
    .profile-avatar {
        left: 50%;
        transform: translateX(-50%);
    }
    .btn {
        padding: 10px 12px;
        font-size: 14px;
        border-radius: 12px;
    }
    .h2, h2 {
        font-size: 20px;
    }
    .rounded-5 {
        border-radius: 12px !important;
    }
    .f-lg-22 {
        font-size: 16px !important;
    }
    .f-24 {
        font-size: 18px;
    }
}

@media screen and (max-width:1399.98px) {
    .frontend-sidebar-wrap {
        display: none;
    }
    .frontend-main-wrap {
        margin-left: 0;
    }
    img.logo {
        width: 100px;
        max-height: 40px;
    }
    .header-quick-links {
        padding: 0;
        background-color: transparent !important;
    }
    .mobile-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 260px;
        height: 100vh;
        overflow-y: auto;
        border-radius: 0 12px 12px 0 !important;
        transition: .3s;
        transform: translateX(-100%);
    }
    .frontend-sidebar .sidenav {
        border-radius: 0 12px 12px 0 !important;
    }
    .active-mobile-sidebar, .active-filter-sidebar {
        transform: translateX(0%)  !important;
    }
    .filter-sidebar{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 260px;
        height: 100vh;
        overflow-y: auto;
        border-radius: 0 12px 12px 0 !important;
        transition: .3s;
        transform: translateX(-100%);
    }
    .filter-sidebar.active-filter-sidebar{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 260px;
        height: 100vh;
        overflow-y: auto;
        border-radius: 0 12px 12px 0 !important;
        transition: .3s;
        transform: translateX(-100%);
    }
    .close-sidebar-btn {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .mobile-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 99;
    }
    .mobile-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    body.no-scroll {
        overflow: hidden;
    }
    .h3, h3 {
        font-size: 18px;
    }
    .form-control {
        font-size: 14px;
    }
    .add-comment-profile {
        width: 40px;
        height: 40px;
    }
    .sidenav-profile-box {
        width: 105px;
        height: 105px;
    }
    .sidenav-profile-photo {
        width: 105px;
        height: 105px;
    }
    .notificaton {
        top: -8px;
        right: -6px;
    }
    .sticky-sidebar {
        position: static;
    }
    .btn.header-quick-links{
        background: transparent !important;
        border: none !important;
    }
}

/* Quill editor in event modal */
.ql-toolbar.ql-snow { border: 1px solid #e5e5e5 !important; border-radius: 12px 12px 0 0; font-family: var(--text-font) !important; }
.ql-container.ql-snow { border: 1px solid #e5e5e5 !important; border-radius: 0 0 12px 12px; font-family: var(--text-font) !important; }
.ql-editor { min-height: 180px; }
.job-description-editor .ql-container,
.event-description-editor .ql-container,
.group-description-editor .ql-container {
    min-height: 220px;
    height: auto;
}
.job-description-editor .ql-editor,
.event-description-editor .ql-editor,
.group-description-editor .ql-editor {
    min-height: 220px;
    max-height: min(70vh, 640px);
    overflow-y: auto;
    word-break: break-word;
}

/* Contact & FAQ pages */
.font-weight-semibold { font-weight: 600 !important; }
.icon-box {
    min-width: 55px;
    width: 55px;
    height: 55px;
    border-radius: 10px;
}
.contact-iframe { height: clamp(180px, 28vh, 300px); }
.contact-page {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.contact-info-row__text {
    min-width: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
}
.contact-terms-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.contact-terms-row__input {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.2rem 0 0 0;
    flex-shrink: 0;
}
.contact-terms-row__label {
    display: block;
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
    line-height: 1.5;
    word-break: break-word;
}
.form-control {
    height: 48px;
    padding: 10px 20px;
    border-radius: 10px;
}
.form-control::placeholder { color: #616161; opacity: 0.4; }

/* Filter sidebars — native selects match text inputs (jobs, community, mentors, groups) */
.filter-sidebar .form-select.form-control,
.filter-sidebar select.form-control {
    height: 48px;
    min-height: 48px;
    padding: 10px 2.25rem 10px 20px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    box-shadow: none;
}
.filter-sidebar .form-select.form-control:focus,
.filter-sidebar select.form-control:focus {
    border-color: #adb5bd;
    box-shadow: none;
    outline: 0;
}
textarea.form-control {
    height: auto;
    min-height: clamp(140px, 22vh, 200px);
    resize: vertical;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 4px !important;
    margin: 0 !important;
}
.accordion-button::after {
    background-image: url("../images/plus-icon.svg");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/close-icon.svg");
    background-size: 30px;
}
.f-lg-22 { font-size: 22px; }

@media screen and (max-width: 1399.98px) {
    .contact-page.px-lg-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .contact-iframe {
        height: clamp(160px, 24vh, 240px);
    }
    .icon-box {
        min-width: 45px;
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 767.98px) {
    .contact-iframe { height: 150px; }
    .icon-box { min-width: 35px; width: 35px; height: 35px; }
    .icon-box img { width: 16px; }
}


.side-menu-scroll::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
}
.side-menu-scroll::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
}
.side-menu-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.side-menu-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.side-menu-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.side-menu-scroll {
    max-height: 55vh;
    overflow-y: auto;
}

/* —— Notifications (page + header dropdown) —— */
.notification-dropdown-panel {
    border-radius: 14px !important;
    overflow: hidden;
    z-index: 1080 !important;
}
.notification-dropdown-scroll {
    max-height: min(380px, 70vh);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ced4da transparent;
}
.notification-dropdown-header {
    background: #fafafa;
    letter-spacing: 0.01em;
}
.notification-dropdown-scroll::-webkit-scrollbar {
    width: 6px;
}
.notification-dropdown-scroll::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 6px;
}
.notification-dropdown-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.notification-item__action-form {
    display: inline-block;
    vertical-align: middle;
}
.notification-item__actions {
    flex-shrink: 0;
}
/* Site-wide .btn is oversized; keep notification actions compact */
.notification-item .notification-item__action-btn {
    padding: 0.45rem 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 600;
    border-radius: 8px !important;
    line-height: 1.2 !important;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.notification-item--compact .notification-item__action-btn {
    padding: 0.3rem 0.65rem !important;
    font-size: 0.8125rem !important;
    border-radius: 7px !important;
}
.notification-item__action-btn--outline {
    background-color: #fff !important;
    color: #495057 !important;
}
.notification-item__action-btn--outline:hover {
    background-color: #f1f3f5 !important;
    color: #212529 !important;
}
.notification-item--compact .notification-item__text {
    font-size: 0.875rem;
    line-height: 1.45;
}
.notification-item__status-badge {
    font-weight: 600;
    font-size: 0.75rem;
}
.notification-item--compact .notification-item__status-badge {
    font-size: 0.6875rem;
}
.notification-item--unread {
    background-color: rgba(13, 110, 253, 0.07);
    border-left: 3px solid #0d6efd !important;
}
.notification-item__avatar img {
    display: block;
}
.notification-item__avatar-placeholder {
    width: 48px;
    height: 48px;
    background: #f1f3f5;
    font-size: 1.1rem;
}
.notification-item__avatar-placeholder.is-sm {
    width: 40px;
    height: 40px;
    font-size: 1rem;
}
.notification-item--compact .notification-item__avatar-placeholder {
    width: 40px;
    height: 40px;
}
.notification-item__link {
    color: #3a3633;
}
.notification-item__link:hover {
    color: #bf0001;
}
.notifications-page-header .btn,
.notification-dropdown-footer .btn {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 12px;
}

/* Post compose (dashboard / group / event) — image preview */
.post-compose-preview {
    max-width: 140px;
}
.post-compose-form textarea.post-compose-textarea,
.post-compose-form textarea[name="content"].post-compose-textarea {
    min-height: 5.5rem;
    resize: vertical;
}
.post-compose-preview__box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8f9fa 0%, #eef1f4 100%);
    border: 1px solid #e9ecef;
    max-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-compose-preview__img {
    display: block;
    width: 100%;
    max-height: 140px;
    object-fit: contain;
}
.post-compose-preview__remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    z-index: 2;
    padding: 0;
    line-height: 1;
    font-size: 0.8rem;
}
.post-compose-preview__remove:hover {
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    transform: scale(1.06);
}
.post-compose-preview__remove:focus-visible {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}
.post-compose-form.post-compose--has-image .post-compose-attach-label {
    display: none !important;
}

/* Cookie consent banner — matches frontend cards (white / rounded-5 / brand red) */
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    padding: 16px 20px calc(16px + env(safe-area-inset-bottom, 0));
    pointer-events: none;
    font-family: var(--text-font);
    font-size: var(--text-size-medium);
    line-height: var(--text-line-height);
}
body.frontend-layout .cookie-banner {
    left: 300px;
}
.cookie-banner[hidden] {
    display: none !important;
}
.cookie-banner__card {
    pointer-events: auto;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.cookie-banner__accent {
    height: 4px;
    background: var(--dark-color);
}
.cookie-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    padding: 18px 22px 20px;
}
.cookie-banner__text {
    flex: 1 1 260px;
    max-width: 640px;
    font-size: var(--text-size-medium);
    line-height: var(--text-line-height);
}
.cookie-banner__link {
    color: var(--dark-color);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
}
.cookie-banner__link:hover {
    color: #a32220;
}
.cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    flex-shrink: 0;
}
.cookie-banner__btn {
    font-size: var(--text-size-medium);
    font-weight: 500;
    padding: 10px 22px;
    line-height: 1.25;
    white-space: nowrap;
}
.cookie-banner__btn--primary {
    background: var(--text-dark);
    border: none;
}
.cookie-banner__btn--primary:hover,
.cookie-banner__btn--primary:focus {
    background: var(--dark-color);
    border-color: var(--dark-color);
}
.cookie-banner__btn--secondary {
    background: var(--bg-light);
    color: var(--text-color);
    border: 1px solid #e5e5e5;
}
.cookie-banner__btn--secondary:hover,
.cookie-banner__btn--secondary:focus {
    background: #fff;
    border-color: #d0d0d0;
    color: var(--text-dark);
}
@media (max-width: 991.98px) {
    body.frontend-layout .cookie-banner {
        left: 0;
    }
    .cookie-banner {
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0));
    }
    .cookie-banner__inner {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 18px 18px;
    }
    .cookie-banner__actions {
        flex-direction: column;
    }
    .cookie-banner__btn {
        width: 100%;
    }
}

/*@media (min-width: 1200px) and (max-width:1366px) {
    .side-menu-scroll {
        max-height: 150px;
    }
}
@media (min-width: 1366px) and (max-width:1536px) {
    .side-menu-scroll {
        max-height: 200px;
    }
}
@media (min-width: 1536px) and (max-width:1620px) {
    .side-menu-scroll {
        max-height: 300px;
    }
}
@media (min-width: 1620px) and (max-width:1720px) {
    .side-menu-scroll {
        max-height: 360px;
    }
}
@media (min-width: 1720px) and (max-width:1920px) {
    .side-menu-scroll {
        max-height: 400px;
    }
}*/