:root {
    --primary-color: var(--primary-color);
    --secondary-color: #1E0A3B;
    --tertiary-color: #F2F2F2;
    --quaternary-color: #EEEDF2;
    --primary-lighter: color-mix(in srgb, var(--primary-color), #ffffff 10%);
    --primary-darker: color-mix(in srgb, var(--primary-color), #000 5%);
    --primary-darkest: color-mix(in srgb, var(--primary-color), #000 15%);
}

body {
    padding-right: 0 !important;
}

.section__location--content .hotel-names li a {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 15px;
    line-height: 1.2;
}

.section__location--content .hotel-names {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 15px 0;
}

.section__location--content .hotel-names li:not(:last-child) {
    margin-bottom: 10px;
}

.section__location--content h3 {
    font-size: 18px;
    color: #4b4b4b;
    margin: 20px 0 5px 0;
}

.section__location--content .text {
    padding: 0 15px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (min-width: 990px) {
    .section__location--content .map-col > div:not(.location-address) {
        height: 100% !important;
    }
}

.event-website__hotel-note {
    font-size: 16px !important;
}


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

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

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

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

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

/* RESPONSIVE FOR MOBILE */
@media only screen and (max-width: 600px) {
    .leaderboard-donation-model__title {
        font-size: 22px !important;
    }
}

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

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

.leaderboard-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;
}

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

.leaderboard-donation-model__radio-box:hover {
    border: 1px solid rgba(111, 190, 74, 0.8);
}

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

.leaderboard-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;
}

.leaderboard-donation-model__continue-btn:hover {
    text-decoration: none;
    background: rgba(111, 190, 74, 0.8);
    color: #FFF;
}

/* Donation Model Style */


/* Team Selection Model Style */
.fade.leaderboard-team-model.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

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

.leaderboard-team-model__dialog-body {
    max-height: 530px;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

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

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

.leaderboard-team-model__title {
    color: #1E0A3B;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 33px;
    padding-bottom: 20px;
}

.leaderboard-team-model__footer {
    margin-top: 46px;
}

.leaderboard-team-model__continue-btn {
    margin-top: 10px;
    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;
}

.leaderboard-team-model__continue-btn:hover {
    text-decoration: none;
    background: rgba(111, 190, 74, 0.8);
    color: #FFF;
}

.leaderboard-team-model__team {
    width: 90%;
}

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

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

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

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

@media only screen and (max-width: 600px) {
    .leaderboard-donation-model__dialog-body {
        max-height: unset;
    }
}


.selectize-control.single.ng-invalid .selectize-input, .selectize-dropdown.single {
    border-color: red !important;
}

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

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

.inputDate {
    cursor: pointer;
    max-width: 300px;
}

.multi-text__input {
    margin-bottom: 10px;
}

.add-more__btn {
    width: 100%;
    margin-top: 10px;
}

.questionnaire-form-group {
    display: flex;
    gap: 10px;
}

.questionnaire__title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #e5e8ed;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 15px;
    font-family: montserrat-sb;
    text-transform: uppercase;
    color: #cd1818;
}

.flight__title {
    text-transform: uppercase;
}

.global__delete-btn {
    color: #c23a3a;
    border: 2px solid #c23a3a;
    background: url(../../build/images/delete-icon.png) 28px center no-repeat;
    font: 10px montserrat-b;
    text-decoration: none;
    width: 46px;
    display: inline-block;
    padding: 1px 5px;
    margin-right: 5px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 4px;
    height: 19px;
    text-align: left;
}

.global__delete-btn:hover {
    color: #fff;
    background: #c23a3a url(../../build/images/delete-icon-white.png) 28px center no-repeat;
}

.questionnaire__guest-action {
    margin-top: 5px;
    width: 125px;
}

.check-block {
    padding-top: 5px;
}

input[type="checkbox"] {
    cursor: pointer;
}

.questionnaire__checkbox {
    margin-top: 5px;
}

.questionnaire__checkbox-label {
    padding-left: 25px !important;
}

.questionnaire__multi-checkbox {
    margin-top: 5px;
    width: 100%;
}

.view-all-fundraiser__btn {
    max-width: 300px !important;
}

.required {
    color: #F00;
}

.global_btn_loader {
    width: 30px;
    height: 30px;
    border: 3px dotted #ffffff;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

.global_btn_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);
    }
}

/* New Accordion */
.checkout-accordion .accordion-btn {
    text-decoration: unset;
}

.accordion-btn div {
    position: relative;
    padding-left: 25px;
}

.accordion-btn div::after {
    width: 16px;
    height: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='4px'%3E%3Cpath fill-rule='evenodd' fill='rgb(205, 24, 24)' d='M-0.000,4.000 L-0.000,-0.000 L16.000,-0.000 L16.000,4.000 L-0.000,4.000 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-btn.collapsed div::after {
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(205, 24, 24)' d='M10.000,10.000 L10.000,16.000 L6.000,16.000 L6.000,10.000 L-0.000,10.000 L-0.000,6.000 L6.000,6.000 L6.000,-0.000 L10.000,-0.000 L10.000,6.000 L16.000,6.000 L16.000,10.000 L10.000,10.000 Z'/%3E%3C/svg%3E");
}

.bundle-header {
    margin-top: 20px;
}

.bundle__checkbox {
    width: 100%;
}

.bundle__checkboxs {
    margin-bottom: 10px !important;
}

.bundle___checkbox-label {
    padding-left: 25px !important;
}

.bundle-package__card {
    margin-bottom: 25px;
}

.bundle-package__card:last-child {
    margin-bottom: 0;
}

.unique-passcode-label {
    color: #000 !important;
    font-style: italic;
    display: block;
    padding-top: 4px;
}

.text-black {
    color: #000 !important;
}

.custom__payment-note {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    font-family: montserrat-l;
    font-size: 14px;
}

.payable-checks label span.marker {
    color: #000 !important;
    background-color: yellow;
}

.custom__payment-note label span.marker {
    color: #000 !important;
    background-color: yellow;
}

.registration__fundraiser-count {
    margin-bottom: 0 !important;
}

@media (max-width: 668px) {
    .gap-sm {
        margin-top: 15px;
    }
}

.event-package__sub-event {
    border: 1px solid var(--primary-color);
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.event-package__sub-event-title {
    font-size: 16px;
    color: #ffffff;
    background: var(--primary-lighter);
    text-transform: uppercase;
    padding: 9.5px 15px;
    font-family: 'montserrat-r';
    letter-spacing: 2px;
}

.event-package__category-title {
    font-size: 16px;
    color: #ffffff;
    background: #000000;
    text-transform: uppercase;
    padding: 9.5px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'montserrat-r';
    letter-spacing: 2px;
    border: 3px solid var(--primary-color);
}

.event-package__sub-event .panel-group {
    margin-bottom: 0 !important;
    margin-left: 12px;
}

.event-package__global-category {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin: 15px 0 0 0;
}

.registration-step2__sub-event {
    border: 1px solid #6fbe4a;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.registration-step2__sub-event-title {
    font-size: 16px;
    color: #ffffff;
    background: var(--primary-lighter);
    text-transform: uppercase;
    padding: 9.5px 15px;
    font-family: 'montserrat-r';
    letter-spacing: 2px;
}

.registration-step2__category {
    margin: 0 !important;
}

.hidden-form-field {
    opacity: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.peer-2-peer__team-individual-filters {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 3px;
    background-color: var(--primary-color);
    -webkit-transition: .4s;
    transition: .4s;
    border: 8px solid white;
}

input:checked + .slider {
    background-color: var(--primary-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.slider.round {
    border-radius: 28px;
}

.slider.round:before {
    border-radius: 50%;
}
.ml-20 {
    margin-left: 20px !important;
}

.help-tooltip:hover {
    text-decoration: none;
}

.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 > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

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

.pagination > .active > a {
    color: #fff !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;
    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,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'><path d='M18 2L10 10L2 2' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    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;
}

.fundraising-goal__note {
    padding-top: 5px;
    font-style: italic;
}