
.search-container {
    display: flex;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
}

#arbinger-event-table {
    width: 100%;
    border-collapse: collapse;
}

#arbinger-event-table tr:last-child {
    border-bottom: none;
}

.search-container .chip__select {
    height: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("./image/arrow.svg");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
    border-radius: 50px;
}

.event-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #0c88b4;
    cursor: pointer;
}

.td-wrap .action-wrap .link_col .event-link {
    color: #00A6E2;
}

.event-link img {
    margin-left: 8px;
    transition: 0.2s ease-in;
}

.event-link:hover img {
    transform: translateX(3px);
}

.event-link-right img {
    margin-right: 8px;
}

.card-badges {
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.card-badges .chip {
    padding: 10px 14px;
}

.card-badges .chip i {
    margin-right: 10px;
    color: #728595;
}

/*.link_col {*/
/*    min-width: ;*/
/*}*/
/*.badge-col {*/
/*    min-width: 250px;*/
/*}*/
.event_list_desc {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #4F677A;
}

.event_list_title {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
    color: #374A5B;
}

.td-wrap {
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.load-more-container {
    text-align: center;
    display: flex;
    justify-content: center;
}
@keyframes spinner {
    to {transform: rotate(360deg);}
}

.load-more-loading {
    position: relative;
}
.loader {
    display: none;
}
.load-more-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-top-color: #ccc;
    animation: spinner .6s linear infinite;
}
#load-more-events {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    background: #00a6e2;
    color: white;
    border-radius: 50px;
    outline: none;
    border: none;
    cursor: pointer;
}

.action-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    gap: 10px;
}

.single__event .post-header h3.event-title {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    color: #374A5B;
    margin-top: 48px;
    margin-bottom: 25px;
}

.single__event #register {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 101;
}

.single__event #register .modal-content .modal-header {
    padding: 0 40px;
}

.single__event #register .modal-content .modal-header h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
}

.single__event #register .modal-content {
    position: relative;
    width: 50%;
    margin: auto;
    background: white;
    padding: 40px 0 24px;
}

.single__event #register button, .single__event .buttonBlue, .single__event #registerButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    background: #00A6E2;
    border-radius: 50px;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
}

.single__event #register .buttonBlue.outline {
    background: #FFFFFF;
    border: 2px solid #00A6E2;
    color: #00A6E2;
}

.single__event .event-footer_main, .single__event .modal-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #DCE1E4;
    width: 100%;
    padding: 24px 40px 0;
    margin-top: 15px;
}

.single__event .modal-footer div {
    display: flex;
    gap: 15px;
}

.single__event .modal-footer button {
    font-size: 12px;
}

.single__event #register .container-fluid {
    display: flex;
    gap: 5px;
    align-items: center;
}

/*.event-header-holder {*/
/*    margin-top: 126px;*/
/*}*/
.single__event h2 {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 75px;
    color: #374A5B;
    margin-bottom: 26px;
}

.single__event h3 {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 39px;
    line-height: 42px;
    color: #374A5B;
}

.single__event p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #374A5B;
}

.single-post .post-header .chip-section__single- {
    padding: 0 !important;
}

.single__event .chip-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single__event .chip-info .chip span {
    cursor: default;
}

.single__event .chip-info .chip i {
    margin-right: 5px;
}

.single__event .modal-body fieldset {
    position: relative;
}

.single__event .modal-body fieldset:nth-child(-n+2) {
    display: inline-block;
    width: 50%;
}

.single__event .modal-body .no-list {
    display: none;
    /* Set the font and background color */
}

.single__event .modal-body select[name='country'] {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    border: none;
    border-bottom: 1px solid #DCE1E4;
    border-radius: 0;
    padding: 12px 12px 8px 12px;
    width: 100%;
    cursor: pointer;
}

.single__event .modal-body select[name="country"]:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #00A6E2;
    transition: border-bottom 0.2s ease-in-out;
    /* Set default font and background color for inputs */
}

.single__event .modal-body input {
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-bottom: 1px solid #DCE1E4;
    padding: 12px 12px 12px 10px;
    margin: 8px 0px 0px 0px;
    width: 100%;
    border-radius: 0;
    height: 20pt;
}

.single__event .modal-body input:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #00A6E2;
    transition: border-bottom 0.2s ease-in-out;
    /* Change the label color when the input is in focus */
}

.single__event .modal-body input:focus ~ label {
    color: #00A6E2;
    /* Style the label */
}

.single__event .modal-body label {
    font-family: 'Montserrat';
    color: #728595;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    position: absolute;
}

.single__event .modal-body .hs-form-required {
    color: red;
}

.single__event .modal-body .hs-button {
    padding: 18px 48px;
    gap: 10px;
    height: 54px;
    color: #fff;
    /* Arbinger Blue/500 */
    background: #00A6E2;
    border-radius: 50px;
}

.single__event .modal-body .hs-form-booleancheckbox {
    margin-top: 10px;
}

.single__event .modal-body .hs-form-booleancheckbox label, .single__event .modal-body .hs_country label {
    position: relative;
}

/*HBSPT*/

.single__event #subscriber-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.single__event #subscriber-form .hs-email {
    width: 100%;
}

.single__event #subscriber-form .hs-input {
    width: 100%;
}

.single__event #subscriber-form fieldset {
    width: unset;
}

.single__event #subscriber-form .hs-button.primary.large {
    width: 100%;
    margin: auto;
}

.single__event #subscriber-form .hs-submit {
    width: 100%;
    margin-top: 8px;
}

.single__event .subscribe_form h3 {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 27px;
    text-align: center;
    color: #374A5B;
    margin: 0;
}

.single__event .subscribe_form p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #374A5B;
    margin-bottom: 24px;
}

.single__event .subscribe_form .hs-form-booleancheckbox-display input {
    width: 60px !important;
}

.single__event .single-post.single__event .post_container {
    grid-template-columns: repeat(4, 1fr) 285px;
    grid-template-rows: repeat(1, 1fr);
    grid-template-areas: "a a a .";
}

.single__event .single-post.single__event .post_content {
    grid-area: a;
}

.single__event .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}

.single__event .modal-body {
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    padding: 0 40px;
}

.single__event .participant_display {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-out;
    transition-property: max-height;
    margin: 0;
}

.single__event .modal-body .chip-info {
    margin-bottom: 24px;
}

.single__event .participant_title, .single__event .participant_title__add {
    position: relative;
    margin-bottom: 16px;
    padding: 8px 24px;
    background: #ffffff;
    border-left: 2px solid #B8C2CA;
    border-radius: 0px 5px 5px 0px;
}

.single__event .participant_title__add {
    border-left: 2px solid #99DBF3;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #00A6E2;
    cursor: pointer;
}

.single__event .participant_title:not(.active):hover {
    background: #F8F9FA;
    border-left: 2px solid #4F677A;
}

.single__event .participant_title.active {
    border-left: 2px solid #0094D0;
}

.single__event .participant_title .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

.single__event #register .participant_title .heading button {
    margin-right: 30px;
    background: transparent;
    color: #728595;
}

.single__event #register .participant_title .heading button:hover {
    background: #FCEDED;
    color: #E24F4F;
}

.single__event .participant_title.active span.participant_block span.heading:after {
    position: absolute;
    right: 30px;
    top: 17px;
    width: 24px;
    height: 28px;
    text-align: center;
    transition: 0.3s ease-out;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjMxNjQxIDAuNTE1NjI0QzYuMTQwNjMgMC4zMzk4NDMgNS44OTQ1MyAwLjMzOTg0MyA1LjcxODc1IDAuNTE1NjI0TDAuNTE1NjI1IDUuNjgzNTlDMC4zMzk4NDQgNS44MjQyMiAwLjMzOTg0NCA2LjEwNTQ3IDAuNTE1NjI1IDYuMjgxMjVMMS4yMTg3NSA2Ljk0OTIyQzEuMzU5MzcgNy4xMjUgMS42NDA2MiA3LjEyNSAxLjgxNjQxIDYuOTQ5MjJMNiAyLjgwMDc4TDEwLjIxODggNi45NDkyMkMxMC4zOTQ1IDcuMTI1IDEwLjY0MDYgNy4xMjUgMTAuODE2NCA2Ljk0OTIyTDExLjUxOTUgNi4yODEyNUMxMS42OTUzIDYuMTA1NDcgMTEuNjk1MyA1LjgyNDIyIDExLjUxOTUgNS42ODM1OUw2LjMxNjQxIDAuNTE1NjI0WiIgZmlsbD0iIzAwQTZFMiIvPgo8L3N2Zz4K);
}

.single__event .participant_title span.participant_block span.heading:after {
    position: absolute;
    right: 30px;
    top: 17px;
    width: 24px;
    height: 28px;
    text-align: center;
    transition: all 0.3s ease-out;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY4MzU5IDcuNDg0MzhDNS44NTkzOCA3LjY2MDE2IDYuMTA1NDcgNy42NjAxNiA2LjI4MTI1IDcuNDg0MzhMMTEuNDg0NCAyLjMxNjQxQzExLjY2MDIgMi4xNzU3OCAxMS42NjAyIDEuODk0NTMgMTEuNDg0NCAxLjcxODc1TDEwLjc4MTIgMS4wNTA3OEMxMC42NDA2IDAuODc1IDEwLjM1OTQgMC44NzUgMTAuMTgzNiAxLjA1MDc4TDYgNS4xOTkyMkwxLjc4MTI1IDEuMDUwNzhDMS42MDU0NyAwLjg3NSAxLjM1OTM4IDAuODc1IDEuMTgzNTkgMS4wNTA3OEwwLjQ4MDQ2OSAxLjcxODc1QzAuMzA0Njg4IDEuODk0NTMgMC4zMDQ2ODggMi4xNzU3OCAwLjQ4MDQ2OSAyLjMxNjQxTDUuNjgzNTkgNy40ODQzOFoiIGZpbGw9IiM5QkEwQTIiLz4KPC9zdmc+Cg==);
}

.single__event .participant_title div.participant_block span.heading:after {
    position: absolute;
    right: 30px;
    top: 17px;
    width: 24px;
    height: 28px;
    text-align: center;
    transition: all 0.3s ease-out;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjY4MzU5IDcuNDg0MzhDNS44NTkzOCA3LjY2MDE2IDYuMTA1NDcgNy42NjAxNiA2LjI4MTI1IDcuNDg0MzhMMTEuNDg0NCAyLjMxNjQxQzExLjY2MDIgMi4xNzU3OCAxMS42NjAyIDEuODk0NTMgMTEuNDg0NCAxLjcxODc1TDEwLjc4MTIgMS4wNTA3OEMxMC42NDA2IDAuODc1IDEwLjM1OTQgMC44NzUgMTAuMTgzNiAxLjA1MDc4TDYgNS4xOTkyMkwxLjc4MTI1IDEuMDUwNzhDMS42MDU0NyAwLjg3NSAxLjM1OTM4IDAuODc1IDEuMTgzNTkgMS4wNTA3OEwwLjQ4MDQ2OSAxLjcxODc1QzAuMzA0Njg4IDEuODk0NTMgMC4zMDQ2ODggMi4xNzU3OCAwLjQ4MDQ2OSAyLjMxNjQxTDUuNjgzNTkgNy40ODQzOFoiIGZpbGw9IiM5QkEwQTIiLz4KPC9zdmc+Cg==);
}

.single__event .participant_title.active div.participant_block span.heading:after {
    position: absolute;
    right: 30px;
    top: 17px;
    width: 24px;
    height: 28px;
    text-align: center;
    transition: 0.3s ease-out;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjMxNjQxIDAuNTE1NjI0QzYuMTQwNjMgMC4zMzk4NDMgNS44OTQ1MyAwLjMzOTg0MyA1LjcxODc1IDAuNTE1NjI0TDAuNTE1NjI1IDUuNjgzNTlDMC4zMzk4NDQgNS44MjQyMiAwLjMzOTg0NCA2LjEwNTQ3IDAuNTE1NjI1IDYuMjgxMjVMMS4yMTg3NSA2Ljk0OTIyQzEuMzU5MzcgNy4xMjUgMS42NDA2MiA3LjEyNSAxLjgxNjQxIDYuOTQ5MjJMNiAyLjgwMDc4TDEwLjIxODggNi45NDkyMkMxMC4zOTQ1IDcuMTI1IDEwLjY0MDYgNy4xMjUgMTAuODE2NCA2Ljk0OTIyTDExLjUxOTUgNi4yODEyNUMxMS42OTUzIDYuMTA1NDcgMTEuNjk1MyA1LjgyNDIyIDExLjUxOTUgNS42ODM1OUw2LjMxNjQxIDAuNTE1NjI0WiIgZmlsbD0iIzAwQTZFMiIvPgo8L3N2Zz4K);
}

.single__event #register .participant_display input {
    background: #FFFFFF;
    padding: 18px 0px;
    border: none;
    border-bottom: 1px solid #DCE1E4;
    height: 54px;
}

.single__event #register .participant_display input:focus {
    border-bottom: 2px solid #0094D0;
}

.single__event #register .participant_display input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #728595;
}

.single__event #register .row div {
    width: 100%;
}

.single__event #register .row .col-xs-1 {
    width: unset;
}

.single__event #register .row .container-fluid {
    width: 100%;
}

.single__event #register .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.single__event #register div.warning {
    width: calc(100% + 80px);
    background-color: #F1F3F5;
    padding: 12px 40px;
    margin-bottom: 24px;
    margin-left: -40px;
    margin-right: -40px;
}

.single__event #register div.warning p {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #728595;
    margin-bottom: 0;
}

.single__event .post_container {
    grid-template-rows: 1fr !important;
}

.single__event .hs-email {
    flex-direction: column;
    margin-bottom: 20px;
}

.single__event .hs-email label {
    display: block;
}

.single__event .hs-email input {
    border: none !important;
    border-bottom: 1px solid #DCE1E4 !important;
    border-radius: unset;
}

.arbinger_events_container .col-2 .card:hover {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
}

.arbinger_events_container .header_lg-title {
    margin: 0 0 26px;
}

.arbinger_events_container .event_list_title {
    margin-top: 0;
    margin-bottom: 57px;
}

.event-details hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.event-details p.heading {
    font-weight: 500;
    margin-bottom: 10px;
}

.checkbox-hidden {
    display: none;
}

.checkbox-holder input[type=checkbox] {
    width: 20px;
    margin-right: 10px;
}

.checkbox-holder label {
    font-size: 13px !important;
    color: #404040 !important;
    margin: 0 !important;
    padding: 8px 0 0 0;
    position: unset !important;
    width: 100%;
}

.event-details small {
    font-family: "Montserrat";
}

.event-details p {
    margin-bottom: 0 !important;
}


.custom-modal {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    border: 1px solid #000 !important;
    background-color: white !important;
    padding: 20px !important;
    z-index: 1000 !important;
    width: unset !important;
    height: auto !important;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
}


@media (max-width: 1450px) {
    .arbinger_events_container {
        padding: 0 40px;
    }
}

@media (max-width: 1200px) {
    .single__event #register .modal-content {
        width: 65%;
    }

    .single__event .post-header,
    .single__event .post_container,
    .arbinger_events_container {
        padding: 0 40px;
    }
}

@media (max-width: 998px) {
    .single__event #register .modal-content {
        width: 80%;
    }

    .arbinger_events_container .td-wrap {
        flex-direction: column;
    }

    .arbinger_events_container .td-wrap .action-wrap {
        flex-direction: column;
        margin-top: 16px;
    }


    .arbinger_events_container .td-wrap .action-wrap .link_col {
        text-align: center;
        margin-top: 16px;
    }

    .td-wrap .action-wrap .card-badges {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .arbinger_events_container .header_lg-title {
        font-size: 40px;
        line-height: 48px;
    }

    .arbinger_events_container .event_list_title {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    .single__event #register .modal-content {
        width: 90%;
    }

    .single__event .post_container {
        display: flex !important;
        flex-direction: column;
    }

    .single__event .post_container .post_content {
        margin-bottom: 48px;
    }
}

@media (max-width: 650px) {
    .single__event .modal-footer,
    .single__event .modal-footer div {
        flex-direction: column;
        padding-top: 0;
        gap: 0;
    }

    .single__event .post-header,
    .single__event .post_container,
    .arbinger_events_container {
        padding: 0 24px;
    }

    .single__event #register .modal-footer button {
        width: 70%;
        margin-top: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .single__event .post-header .chip-section {
        flex-wrap: wrap;
    }

    .single__event .post-header .chip-section .chip {
        margin-bottom: 8px;
    }


}

@media (max-width: 576px) {
    .single__event #register .modal-content {
        width: 100%;
        height: 100%;
    }

    .single__event #register .participant_title .heading button:hover {
        background: transparent;
    }

    .single__event #register .modal-footer button {
        width: 100%;
    }
}

.custom-icon-lock {
    color: #728595;
    margin-right: 10px;
}
