<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #F3F3F3;
    font-family: Poppins;
    font-style: normal;
}

.main-container {
    min-height: 497px;
}

#header.header {
    position: unset !important;
    font-family: Poppins;
    margin-bottom: 0;
}

#header .navbar,
#header .nav &gt; li {
    position: unset !important;
}

#header.header.front .navbar .right-nav .dropdown .dropdown-menu {
    right: unset;
    width: 261px;
    top: unset;
}

.modal-backdrop.fade.in {
    display: block;
    overflow: hidden;
}

.modal-backdrop {
    z-index: 1;
}

.modal-backdrop.in {
    opacity: 0.3;
}

.modal-dialog {
    z-index: 999;
}

.slick-instance {
    background: url('/build/images/loading.gif') no-repeat;
    background-position: center center;
    height: 477px;
}

.slick-instance.slick-initialized {
    background: unset;
    height: unset;
}

.slick-instance img {
    visibility: hidden;
}

.slick-instance.slick-initialized img {
    visibility: unset;
}

.main-container {
    padding-top: 20px;
    margin: 0 auto;
    max-width: 1000px;
    font-family: Poppins;
}

.ev_loader {
    width: 52px;
    height: 52px;
    border: 3px dotted #6FBE4A;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
    align-self: center;
}

.ev_loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted black;
    border-style: solid solid dotted;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

/* FOOTER STYLE */
.event-site__footer {
    margin-top: 20px;
    width: 100%;
    height: 340px;
}

.event-site__footer-detail {
    background: #313844;
    min-height: 260px;
}

.event-site__organizer {
    position: relative;
    max-width: 1000px;
    margin: auto;
    width: 100%;
    padding-top: 41px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}

.event-site__organizer-detail {
    width: 335px;
    height: 155px;
    margin-right: 63px;
}

.event-site__organizer-org {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 20px;
}

.event-site__organizer-address {
    color: #BFC6D2;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.event-site__organizer-web {
    padding-top: 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.event-site__help-support {
    width: 166px;
    flex-shrink: 0;
}

.event-site__help-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 15px;
}

.event-site__help-email {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 5px;
}

.event-site__help-phone {
    color: #BFC6D2;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.event-site__footer-back-to-top {
    color: #BFC6D2;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 28px;
}

.event-site__footer-top {
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.event-site__footer-brand {
    background: #1C2029;
    min-height: 80px;
}

.event-site__footer-brand-card {
    max-width: 1000px;
    padding-top: 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.event-site__footer-content {
    color: #BFC6D2;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 11px;
}

.event-site__footer-content a {
    color: #BFC6D2;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .event-site__footer-detail {
        padding: 10px 15px;
    }

    .event-site__footer-brand {
        padding: 10px
    }

    .event-site__footer-brand-card {
        justify-content: center;
    }

    .event-site__footer-top {
        top: unset;
        bottom: 20px;
        right: 5px;
    }

    .event-site__footer-content {
        max-width: 264px;
        margin-bottom: 10px;
        line-height: 28px;
        text-align: center;
    }

    .hide-xs {
        display: none;
    }
}

/* Share Model Style */
.fade.share-model.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.share-model__dialog {
    max-width: 420px;
    width: 100%;
}

.share-model__dialog-body {
    height: 650px;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.share-model__btn-close {
    align-self: end;
    cursor: pointer;
}

.share-model__share-box {
    width: 72px;
    padding-top: 15px;
    height: 72px;
    flex-shrink: 0;
    background: #EEEDF2;
    border-radius: 50%;
    padding-left: 12px;
}

.share-model__title {
    color: #1E0A3B;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 55px;
    padding-top: 13px;
}

.share-model__twitter {
    margin-top: 10px;
    width: 220px;
    height: 52px;
    background: black;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
}

.share-model__twitter-text {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.share-model__twitter-text:focus,
.share-model__twitter-text:hover {
    color: #FFF;
    text-decoration: none;
}

.share-model__twitter-text span {
    font-weight: 700;
}

.share-model__facebook {
    margin-top: 20px;
    width: 220px;
    height: 52px;
    border-radius: 8px;
    background: #3C5A9A;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
}

.share-model__facebook-text {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.share-model__facebook-text:focus,
.share-model__facebook-text:hover {
    background: #3C5A9A;
    color: #FFF;
    text-decoration: none;
}

.share-model__facebook-text span {
    font-weight: 700;
}

.share-model__copy {
    margin-top: 20px;
    width: 220px;
    height: 52px;
    border-radius: 8px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
}

.share-model__copy-text {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.share-model__footer {
    margin-top: 49px;
}

/* Share Model Style */

/* snackbar override Style */
.snackbar-container p {
    font-family: Poppins;
    font-size: 17px;
}

.snackbar-container p::before {
    content: "âœ“  ";
    color: #6FBE4A;
    padding-left: 5px;
    font-weight: 900;
    font-family: Poppins;
    font-size: 17px;
}

/* Donation Model Style */
.fade.donation-model.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-right: 0 !important;
}

.donation-model__dialog {
    max-width: 500px;
    width: 100%;
}

.donation-model__dialog-body {
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.donation-model__btn-close {
    align-self: end;
    cursor: pointer;
}

.donation-model__share-box {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background: #EEEDF2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donation-model__title {
    color: #1E0A3B;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 55px;
    padding-top: 13px;
}

.donation-model__footer {
    margin-top: 46px;
}

.donation-model__radio-box {
    margin-top: 20px;
    width: 372px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    padding: 14px 17px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #FFF;
}

.donation-model__radio-box--active {
    border: 1px solid var(--primary-color);
}

.donation-model__radio-box:hover {
    opacity: 0.8;
}

.donation-model__radio-text {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.04px;
    text-transform: uppercase;
}

.donation-model__continue-btn {
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    width: 144px;
    height: 36px;
    border-radius: 18px;
    background: var(--primary-color);;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.donation-model__continue-btn:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #FFF;
}

/* Donation Model Style */

#passcodeModel .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 7.5rem);
}

#passcodeModel .modal-dialog {
    max-width: 700px !important;
}

.no-search-result {
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 500px;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.no-search-result__title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
}

.no-search-result__message {
    color: #606060;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.no-search-result__divider {
    width: 24px;
    height: 2px;
    background: #000;
}

/* Linkedin */

.share-model__linkedin {
    margin-top: 20px;
    width: 220px;
    height: 52px;
    border-radius: 8px;
    background: #0274B3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
}

.share-model__linkedin-text {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.share-model__linkedin-text:focus,
.share-model__linkedin-text:hover {
    background: #0274B3;
    color: #FFF;
    text-decoration: none;
}

.share-model__linkedin-text span {
    font-weight: 700;
}

/* SMS */

.share-model__sms {
    margin-top: 20px;
    width: 220px;
    height: 52px;
    border-radius: 8px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    display: none;
}

.share-model__sms-text {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.share-model__sms-title {
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Email */

.share-model__email {
    margin-top: 20px;
    width: 220px;
    height: 52px;
    border-radius: 8px;
    border: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
}

.share-model__email-text {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.share-model__email-title {
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .share-model__sms {
        display: flex !important;
    }

    .share-model__dialog-body {
        height: 722px;
    }
}

.header__top .form-inline .btn {
    color: var(--primary-color);
    border-bottom: none;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    .header__top {
        display: block !important;
        padding: 0 15px;
    }

    .header.header.front .navbar .right-nav .dropdown.user-setting {
        min-width: 91px;
    }

    .header.header.front .navbar .right-nav {
        width: 70px;
    }
}

.team-donation-tracking__leader-main {
    display: flex;
    flex-direction: column;
}

.team-donation-tracking__leader-title {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding-left: 12px;
}

.ev-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ev-pagination .pagination {
    margin: 0 !important;
}

@media only screen and (max-width: 600px) {
    .ev-pagination {
        justify-content: center;
    }

    .ev-pagination .pagination {
        margin-top: 10px !important;
    }
}

.ev-pagination .count-title {
    font-family: "montserrat-l", sans-serif;
    font-size: 14px;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    color: var(--primary-color);
}

.pagination &gt; .active &gt; a {
    color: #fff !important;
}

/* Login topbar */
.btn-transparent {
    color: #fff !important;
    border-bottom: none !important;
}

.header__top .form-inline .btn:hover, .header__top .form-inline .btn:focus {
    background-color: transparent !important;
}

/* new top bar user menu */
.guest__user-profile {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    padding: 0 21px;
}

.guest__user-profile-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 18px 0;
}

.guest__user-profile-menu:hover{
    text-decoration: unset !important;
}

.user__profile-img {
    height: 40px;
    width: 40px;
    float: none;
    background-color: #019354;
    color: white;
    font-weight: bold;
    padding: 12px;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 10px;
    border: 1px solid rgba(72, 87, 117, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.new__dropdown-menu {
    display: none;
    position: absolute;
    /*right: 20px;*/
    /*top: 60px;*/
    width: 345px;
    right: 480px;
    top: 62px;
    background-color: white;
    color: #333;
    border-radius: 2px;
    z-index: 1000;
    overflow: hidden;
    box-shadow: 1px 1px 24px 0px rgba(196, 200, 215, 0.50);
}

.new__dropdown-menu.active {
    display: block;
}

.new__dropdown-header {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.new__user-dropdown-avatar {
    background-color: #019354;
    color: white;
    font-weight: bold;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 10px;
}

.new__user-dropdown-info {
    display: flex;
    flex-direction: column;
}

.new__user-dropdown-name {
    color: #070922;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.new__user-dropdown-email {
    color: #ACACAC;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.new__dropdown-item {
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s;
    color: #091B2B;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    font-family: "montserrat-l", sans-serif !important;
}

.new__dropdown-item a {
    color: #091B2B !important;
}

.new__dropdown-item:hover {
    background-color: #EEE;
    text-decoration: none !important;
}

.user__chevron-icon {
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'&gt;&lt;path d='M18 2L10 10L2 2' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/&gt;&lt;/svg&gt;");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.user__chevron-icon.open {
    transform: rotate(180deg);
}

.logout-text {
    color: #E80000 !important;
}

.new__dropdown-item .svg-icons{
    display: block !important;
    position: static !important;
    transform: unset !important;
}

.new__dropdown-item .svg-icons svg{
    width: 25px;
    color: #6e768b;
    height: 25px;
}

.new__dropdown-item a.logout-text {
    color: #E80000 !important;
}
</pre></body></html>