: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;
}
.profile-icon {
    bottom: 0;
    right: 30px;
    min-width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
}
.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;
}
.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);
}
.frontend-content {
    flex: 1;
    /* overflow-y: auto; */
    padding: 20px 20px 20px 20px;
}
.frontend-content-inner {
    max-width: 1920px;
}

/* Auth pages: login & register */
body.auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: var(--bg-light);
}
.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;
}

/* 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;
}
.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;
}
.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;
}
.support-icons {
    background-color: #FEC112;
    min-width: 34px;
    height: 34px;
    padding: 7px;
    border-radius: 4px;
}
@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:1200px) {
    .frontend-sidebar-wrap {
        display: none;
    }
    .frontend-main-wrap {
        margin-left: 0;
    }
    .logo {
        width: 100px;
    }
    .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;
    }
    .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; }

/* 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: 300px; }
.form-control {
    height: 48px;
    padding: 10px 20px;
    border-radius: 10px;
}
.form-control::placeholder { color: #616161; opacity: 0.4; }
textarea.form-control { height: 200px; min-height: 200px; }
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: 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;
}
/*@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;
    }
}*/