.notifications-block {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.notifications-block.active {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.attendance-success-block .success-checkmark {
    width: 40px;
    height: 40px;
}

.attendance-success-block.active .success-checkmark {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #17c653;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #17c653;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0;
    background: transparent;
}

.attendance-success-block.active .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #17c653;
    fill: #dfffea;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.attendance-success-block.active .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.btn-deactive {
    border-color: #f1f1f4 !important;
    background: #f1f1f4 !important;
    pointer-events: none !important;
    cursor: default !important;
}

.bg-pale-light-blue {
    background: #EEF6F7 !important;
}

.text-white-bright {
    color: #f5f5f5 !important;
}

.btn-primary,
.btn-primary-hovered {
    color: #357A86 !important;
    background-color: transparent !important;
    border: 1px solid #357A86 !important;

    padding: 14px 24px !important;
    border-radius: 40px;
    color: #357A86;

    font-family: "din_mediumregular";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

.btn-primary-hovered {
    color: #fff !important;
    background-color: #357A86 !important;
    border: 1px solid #357A86 !important;
}


.btn.btn-secondary {
    color: #43494B !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}


.btn.btn-primary:hover,
.btn-check:active+.btn.btn-primary,
.btn-check:checked+.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show>.btn.btn-primary {
    color: #fff !important;
    background-color: #357A86 !important;
}

.form-check-input:checked {
    border-color: #357A86;
    background-color: #357A86;
}

.bg-y4s {
    background: #357A86 !important;
}

.btn-check:active+.btn.btn-active-color-primary .svg-icon,
.btn-check:active+.btn.btn-active-color-primary i,
.btn-check:checked+.btn.btn-active-color-primary .svg-icon,
.btn-check:checked+.btn.btn-active-color-primary i,
.btn.btn-active-color-primary.active .svg-icon,
.btn.btn-active-color-primary.active i,
.btn.btn-active-color-primary.show .svg-icon,
.btn.btn-active-color-primary.show i,
.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon,
.btn.btn-active-color-primary:active:not(.btn-active) i,
.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon,
.btn.btn-active-color-primary:focus:not(.btn-active) i,
.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-active-color-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-color-primary .svg-icon,
.show>.btn.btn-active-color-primary i,


.menu-state-color .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here),
.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here),

.menu-state-color .menu-item .menu-link.active .menu-title,
.menu-state-color .menu-item .menu-link.active .menu-icon,
.menu-state-color .menu-item .menu-link.active .menu-icon .svg-icon,
.menu-state-color .menu-item .menu-link.active .menu-icon i,
.menu-state-color .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title,
.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title,
.menu-state-color .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-color .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-color .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-icon i,
.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
    color: #357A86;
}


@media screen and (max-width:575px) {
    .otp-verification .form-control {
        padding: .3rem;
        font-size: 16px !important;
    }
}

html,
body {
    font-family: "DIN" !important;
}

.app-page {
    background: #EEF6F7;
}

.app-sidebar {
    border-right: 0;
    background: #357A86 !important;
    max-width: 303px;
    width: 100%;
    border-right: 1px solid #357A86 !important;
}

#kt_app_sidebar_menu_scroll {
    padding: 0;
    margin: 0 !important;
}

.app-sidebar .menu .menu-item .menu-link.active {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 0;
}

.app-sidebar .menu .menu-item .menu-link.active .bullet.bullet-dot {
    color: rgba(255, 255, 255, 0.1);
}

.app-sidebar-logo {
    padding: 44px 36px 32px 36px !important;
    height: auto;
}

.app-sidebar .app-sidebar-logo {
    border-bottom: none !important;
}

.app-sidebar-wrapper {
    width: 100% !important;
}

.menu-item .menu-link .menu-title,
.app-sidebar-menu .menu>.menu-item>.menu-link>.menu-title {
    font-size: 18px;
    line-height: 24px;
}

.menu-item .menu-link .menu-icon {
    width: 32px;
    height: 32px;
}

.menu-item .menu-link .menu-icon .ki-duotone {
    font-size: 32px;
}

.menu-item .menu-link {
    padding: 12px 32px;
}

.menu-item .menu-link.active {
    font-family: "din_mediumregular";
    font-weight: normal;
    opacity: 1;
}

.app-sidebar-menu .menu>.menu-item>.menu-link>.menu-title {
    font-family: "DIN";
    font-weight: normal;
}

.app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #fff !important;
    opacity: 0.8;
}

.app-sidebar .menu .menu-item .menu-link .menu-bullet .bullet {
    background: #357A86 !important;
}

#kt_app_toolbar {
    display: none;
}

.app-container {
    max-width: 1439px;
    padding: 0 !important;
}

.btn.btn-primary .svg-icon,
.btn.btn-primary i {
    color: unset;
}

.card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.03);
    border: none;
}

.h1 {
    color: #357A86;
    font-family: "din_bold";
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    line-height: 56px;
}

.h3 {
    color: #357A86;
    font-family: "din_mediumregular";
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -0.96px;
}

.h4 {
    color: #43494B;
    font-family: "din_mediumregular";
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    line-height: 33px;
    letter-spacing: -0.84px;
}

.h5 {
    color: #43494B;
    font-family: "din_mediumregular";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

p,
.list-custom ul li {
    color: #43494B;
    font-family: "DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.p-small,
.tooltip-inner {
    color: #43494B;
    font-family: "DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.text-muted,
.text-muted-1 {
    color: #43494B;
    font-family: "DIN";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
}

.text-muted-1 {
    font-size: 14px;
    line-height: 18px;
}

.text-gray-custom {
    color: #43494B !important;
}

.text-teal-custom {
    color: #357A86 !important;
}

.link-primary {
    color: #357A86 !important;
    font-family: "din_mediumregular";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    position: relative;
}

.link-primary:after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #357A86;
    left: 0;
    right: 0;
}

.link-primary:hover,
.link-primary:focus {
    color: #357A86 !important;
}

.font-weight-light {
    font-family: "dinlight" !important;
    font-weight: normal !important;
}

.font-weight-regular {
    font-family: "DIN" !important;
    font-weight: 400 !important;
}

.font-weight-medium {
    font-family: "din_mediumregular" !important;
    font-weight: normal !important;
}

.font-weight-bold {
    font-family: "din_bold" !important;
    font-weight: normal !important;
}

.mb-96 {
    margin-bottom: 96px;
}

.badge {
    border-radius: 8px;
    padding: 8px 16px 6px 16px;
}

.badge-light-success {
    color: #5CC261;
    border: 1px solid #5CC261;
    background: rgba(92, 194, 97, 0.15);
}

.badge-light-warning {
    color: #EFC042;
    border: 1px solid #EFC042;
    background: rgba(239, 192, 66, 0.15);
}

.badge-light-primary {
    color: #3A87F7;
    border: 1px solid #3A87F7;
    background: rgba(58, 135, 247, 0.15);
}

.badge-light-y4s {
    color: #357A86;
    border: 1px solid #357A86;
    background: rgba(53, 122, 134, 0.15);
}


.date {

    color: #43494B;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    width: 64px;

    border-radius: 14px;
    border: 1px solid rgba(67, 73, 75, 0.3);
    overflow: hidden;
}

.date .date-month {
    padding: 4.5px 9px;
    height: 35px;
    border-radius: 13.5px 13.5px 0px 0px;
    background: linear-gradient(0deg, rgba(207, 220, 223, 0.50) 0%, rgba(207, 220, 223, 0.50) 100%), #FFF;
    font-family: "din_bold";
}

.date .date-date {
    height: 50px;
    font-family: "din_mediumregular";
    font-size: 28px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .card-footer,
.card.card-flush>.card-footer {
    border-top: 1px solid rgba(67, 73, 75, 0.3) !important;
}


.symbol-64px img,
.symbol-64px .symbol-label {
    width: 64px;
    height: 64px;
}

.job-postings .card.card-flush>.card-footer {
    border-top: none !important;
}

.separator-solid {
    border-bottom: 1px solid rgba(67, 73, 75, 0.3);
}

.required:after {
    color: #F8285A;
}

.form-select,
.form-control {
    font-size: 18px;
    background-color: #F5F5F5 !important;
}

.form-check-custom .form-check-input {
    background-color: #F5F5F5 !important;
}

.form-check-custom .form-check-input:checked {
    background-color: #357A86 !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    padding: 17px 24px;
    font-size: 18px;
    line-height: 24px;
    color: #43494B;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: #EEF6F7;
    color: #357A86;
}

.border-right-custom {
    border-right: 1px solid rgba(67, 73, 75, 0.3) !important;
}

/* .event-details-list > div:first-child { padding-left: 0 !important;} */
.event-details-list>div:last-child {
    /* padding-right: 0 !important; */
    border: none !important;
}

.event-details-list>div p:last-child {
    max-width: 350px;
}


.bg-light-custom {
    background-color: #EEF6F7 !important;
}

.border-dashed-custom {
    border: 1px dashed #357A86 !important;
}

.btn.btn-primary.btn-deactive {
    background: rgba(53, 122, 134, 0.15) !important;
}

.event-image {
    max-width: 200px;
    width: 100%;
}

.event-image img {
    width: 100%;
}

.list-custom ul li:not(:last-child) {
    padding-bottom: 10px;
}

.btn-primary-sm {
    padding: 4px 14px !important;
    font-size: 14px;
}

.ki-like .path1:before {
    color: #357A86;
}

.ki-like .path2:before {
    opacity: 0.2;
    color: #357A86;
}

.ki-send .path1:before {
    opacity: 0.8;
    color: #357A86;
}

.ki-send .path2:before {
    opacity: 0.2;
    color: #357A86;
}

.scrolltop {
    background-color: #357A86 !important
}

.pagination .page-link.active,
.pagination .active>.page-link,
.page-link.active {
    background-color: #357A86;
}

.pagination .page-link:hover,
.pagination .page-link:hover i,
.pagination .page-link:focus,
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .svg-icon,
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link i,
.page-item .page-link .next,
.page-item .page-link .prev {
    color: #357A86 !important;
}

.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .previous,
.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .next {
    background: #357A86 !important
}


.blinking-dot {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: red;
    position: absolute;
    top: 5px;
    right: 8px;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* Event Detail - Photo Gallery Start*/
.photo-gallery {
    margin: 88px 0 24px;
}

.photo-gallery h3 {
    font-weight: 500;
}

.photo-gallery .large-img {
    width: 100%;
    aspect-ratio: 682/510;
    object-fit: cover;
}

.photo-gallery .mid-img {
    width: 100%;
    aspect-ratio: 332/247;
    object-fit: cover;
}

.photo-gallery .btn {
    width: fit-content;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: auto;
    padding-block: 15px !important;
}

.photo-gallery .btn svg path {
    transition: all .15s ease-in-out;
}

.photo-gallery .btn:focus svg path,
.photo-gallery .btn:hover svg path {
    stroke: #fff;
}

.modal-backdrop.show {
    opacity: 75%;
}

.gallery-slider .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: rgba(207, 220, 223, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    box-sizing: border-box;
    padding: 4px;
    z-index: 1;
}

.gallery-slider .btn-close:hover svg path {
    stroke: #357A86;
}

/* Event Detail - Photo Gallery End*/

/* =======================
slider css 
======================= */

.slider-popup {
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
}

.slider-popup .modal-body {
    padding: 64px 88px;
}


.gallerySlider {
    width: 100%;
    height: 100%;
    padding-top: 32px;
}

.gallerySlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallerySlider .swiper-slide img {
    display: block;
    width: 100%;
    height: calc(100vh - 335px);
    object-fit: cover;
}

.gallerySlider {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.gallerySlider .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallerySlider {
    height: 80%;
    width: 100%;
}

.galleryThumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 16px 0 0 0;
}

.galleryThumbs .swiper-slide {
    opacity: 1;
    width: 126.33px;
    height: 71.16px;
}

.galleryThumbs .swiper-slide-thumb-active {
    border: 2px solid #357A86;
}

.galleryThumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.gallerySlider-btn.swiper-button-prev,
.gallerySlider-btn.swiper-button-next {
    background-color: white;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #0000000D;
    border-radius: 8px;
    opacity: 1;
}


.gallerySlider-btn svg {
    width: 7px;
    height: 12px;
    fill: white;
}

.gallerySlider-btn-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: calc(100% - 137px);
    left: 69px;
    bottom: calc(50% - 16px);
}

/* media queries */

@media (min-width: 992px) {

    [data-kt-app-header-fixed=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header,
    [data-kt-app-header-fixed=true][data-kt-app-sidebar-sticky=on][data-kt-app-sidebar-push-header=true] .app-header {
        left: 303px !important;
    }

    .app-wrapper {
        margin-left: 303px !important;
    }
}


@media (min-width: 1366px) {
    .modal-xl {
        --bs-modal-width: 1300px;
    }
}

@media (min-width: 1580px) {
    .modal-xl {
        --bs-modal-width: 1441px;
    }
}

@media screen and (max-width: 1880px) {
    .app-container {
        max-width: 92%;
    }
}

@media screen and (max-width: 1780px) {
    .h1 {
        font-size: 38px;
        line-height: 45px;
        letter-spacing: -0.9px;
    }

    .h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .text-muted,
    .text-muted-1 {
        font-size: 15px;
        line-height: 20px;
    }

    p,
    .list-custom ul li {
        font-size: 18px;
        line-height: 24px;
    }

    .symbol-64px img,
    .symbol-64px .symbol-label {
        width: 55px;
        height: 55px;
    }

    .btn-primary,
    .btn-primary-hovered {
        font-size: 16px;
        padding: 10px 18px !important;
    }

    .link-primary,
    .form-select,
    .form-control,
    .select2-container--bootstrap5 .select2-dropdown .select2-results__option {
        font-size: 16px;
    }

    .date {
        font-size: 18px;
    }

    .date .date-date {
        font-size: 24px;
        line-height: 24px;
        height: 40px;
    }

    .badge {
        padding: 6px 10px 4px 10px;
    }

    .text-muted,
    .text-muted-1 {
        font-size: 15px;
        line-height: 20px;
    }

    .btn.btn-secondary {
        padding: 10px 14px !important;
        font-size: 16px;
    }

    .mb-96 {
        margin-bottom: 70px;
    }

    .gallerySlider .swiper-slide img {
        height: calc(100vh - 325px);
    }
}

@media screen and (max-width: 1680px) {
    .event-details-list>div p:last-child {
        max-width: 300px;
    }
}

@media screen and (max-width: 1580px) {
    .h1 {
        font-size: 36px;
        line-height: 43px;
        letter-spacing: -0.9px;
    }

    .h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .h4 {
        font-size: 20px;
        line-height: 26px;
    }

    p,
    .list-custom ul li {
        font-size: 17px;
        line-height: 24px;
    }

    .photo-gallery .btn,
    .btn-primary,
    .btn-primary-hovered {
        font-size: 14px;
        padding: 8px 14px !important;
    }

    .text-muted,
    .text-muted-1 {
        font-size: 15px;
        line-height: 18px;
    }

    .bi-pencil-fill {
        font-size: 16px !important;
    }

    .bi-trash {
        font-size: 16px !important;
    }

    .date {
        width: 58px;
    }

    .date {
        font-size: 16px;
    }

    .date .date-month {
        height: 30px;
    }

    .date .date-date {
        font-size: 22px;
        line-height: 24px;
        height: 36px;
    }

    .logo-resize {
        width: 110px !important;
    }

    .btn.btn-secondary {
        padding: 8px 12px !important;
        font-size: 14px;
    }

    .mb-96 {
        margin-bottom: 50px;
    }

    .event-details-list>div p:last-child {
        max-width: 230px;
    }

    .h5 {
        font-size: 16px;
    }

    .badge {
        font-size: 13px;
        line-height: 16px;
    }

    .gallerySlider .swiper-slide img {
        height: calc(100vh - 316px);
    }
}

@media screen and (max-width: 1440px) {
    .event-details-list>div p:last-child {
        max-width: 200px;
    }
}

@media screen and (max-width: 1366px) {
    .nav-item.ms-auto {
        margin: 0 !important;
    }

    .menu-item .menu-link .menu-title,
    .app-sidebar-menu .menu>.menu-item>.menu-link>.menu-title {
        font-size: 16px;
        line-height: 22px;
    }

    .app-sidebar {
        max-width: 290px;
    }

    .app-wrapper {
        margin-left: 290px !important;
    }

    .feed-right {
        width: 280px !important;
    }

    .event-details-list>div p:last-child {
        max-width: 160px;
    }
}

@media screen and (max-width: 1280px) {
    .logo-resize {
        width: 90px !important;
    }

    .badge {
        font-size: 12px !important;
    }

    .job-postings .card-header>div {
        flex-wrap: wrap !important;
        row-gap: 16px !important;
    }
}

@media screen and (max-width: 1199px) {
    .feed-right {
        width: 250px !important;
    }

    .event-details-list>div {
        width: 32%;
    }

    .event-details-list {
        row-gap: 16px;
    }

    .event-details-list>div:nth-child(3n) {
        border-right: none !important;
    }

    .photo-gallery {
        margin-top: 52px;
    }

    .modal-body .popup-top-content {
        gap: 14px !important;
    }

    .popup-top-content h3 {
        margin-bottom: 10px !important;
    }

    .slider-popup .modal-body {
        padding: 46px 58px;
    }

    .gallerySlider-btn-div {
        left: 39px;
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1024px) {
    .event-image {
        max-width: 180px;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .app-wrapper {
        margin-left: 0 !important;
    }

    .menu-item .menu-link {
        padding: 10px 20px;
    }

    .app-content {
        margin: 20px 0 0;
    }

    .page-title {
        margin-bottom: 20px !important;
    }

    .feed-left {
        margin: 0 !important
    }

    .event-image {
        max-width: 170px;
    }

    .feeds-container {
        flex-direction: column !important;
        row-gap: 24px;
    }

    .feed-right {
        width: 100% !important;
    }

    .h1 {
        font-size: 34px;
        line-height: 42px;
        letter-spacing: -0.9px;
    }

    .slider-popup {
        width: 100%;
        max-width: 84%;
    }

    .gallerySlider .swiper-slide img {
        height: calc(100vh - 376px);
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
    .nav-item.ms-auto {
        margin-left: auto !important;
    }

    .latest-events .card-body .h4 {
        height: auto !important;
    }

    .notifications .symbol .symbol-label {
        width: 36px;
        height: 36px;
    }

    .event-details-list>div {
        width: 50%;
    }

    .event-details-list>div {
        border-right: none !important;
    }

    .event-details-list>div p:last-child {
        max-width: unset;
    }

    .event-image {
        max-width: 120px;
    }

    .h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .photo-gallery {
        margin-top: 38px;
    }

    .modal-body .popup-top-content {
        gap: 9px !important;
    }

    .popup-top-content h3 {
        font-size: 18px;
    }

    .slider-popup .modal-body {
        padding: 40px 38px;
    }

    .gallerySlider-btn-div {
        left: 18px;
        width: calc(100% - 37px);
    }

    .gallerySlider .swiper-slide img {
        height: calc(100vh - 376px);
        object-fit: cover;
    }

    button[data-bs-dismiss="modal"] {
        width: 20px;
        height: 20px;
    }

    button[data-bs-dismiss="modal"] svg {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 680px) {
    .event-details-list>div {
        width: 100%;
        padding: 0px 0 !important;
    }

    .event-details-list {
        row-gap: 24px;
    }
}

@media screen and (max-width: 575px) {
    .nav-item.ms-auto {
        margin-left: 0 !important;
    }

    .symbol-64px img,
    .symbol-64px .symbol-label {
        width: 45px;
        height: 45px;
    }

    .card .card-header {
        padding: 20px 20px 0 20px !important;
    }

    .card .card-body {
        padding: 20px !important;
    }

    .btn-primary,
    .btn-primary-hovered {
        font-size: 14px;
        padding: 4px 16px !important;
    }

    .community-board .card .card-footer {
        padding: 0px 20px 20px 20px !important;
    }

    .job-postings .symbol .symbol-label {
        width: 38px;
        height: 38px;
    }

    .notifications .scroll-y>div {
        flex-direction: column;
        align-items: start;
    }

    .notifications .scroll-y>div>.text-muted-1 {
        margin-left: auto;
        margin-top: 10px;
    }

    .modal-body {
        padding: 0px 20px 40px 20px !important;
    }

    .delete-thread .modal-footer {
        margin: 0 !important;
        padding-top: 0 !important;
    }

    .event-details-block .card-header {
        padding: 0 !important;
    }

    .event-details-block .card .card-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .modal button {
        width: 100%;
        margin: 0 0 10px 0 !important
    }

    .feeds-container .card-footer {
        padding: 0 20px 20px 20px !important;
    }

    .app-navbar-item .menu-sub.menu-sub-dropdown {
        width: 300px !important;
    }

    .app-navbar-item .menu-sub.menu-sub-dropdown .symbol .symbol-label {
        width: 40px;
        height: 40px;
    }

    .slider-popup {
        height: 100%;
        overflow: auto;
    }

    .slider-popup .modal-body {
        padding: 40px 20px !important;
    }

    .slider-popup {
        max-width: 90%;
    }

    .gallerySlider .swiper-slide img {
        height: 240px;
        object-fit: cover;
    }

    .gallerySlider-btn-div {
        bottom: 36%;
    }

    .gallerySlider-btn-div {
        left: 2px;
        width: calc(100% - 4px);
    }

}