html:has(> body #content .woocommerce .register-wrapper),
.page-content:has(> .woocommerce .register-wrapper),
#content:has(> .page-content .woocommerce .register-wrapper) {
    height: 100%;
}
body:has(> .select2-container--open) {
    overflow-x: hidden;
}
/**
* Header
**/
.woocommerce form .form-row::after, 
.woocommerce form .form-row::before, 
.woocommerce-page form .form-row::after, 
.woocommerce-page form .form-row::before {
    content: unset;
}
body:has(> #content .woocommerce .woocommerce-login-navigation) .woocommerce {
    flex-direction: column;
}
body:has(> #content .woocommerce .woocommerce-login-navigation),
body:has(> #content .woocommerce .register-wrapper) {
    background-color: #F4EDF7;
    height: 100%;
}
nav.woocommerce-login-navigation {
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #E8EBED;
    backdrop-filter: blur(20px);
    width: 100%;
}
nav.woocommerce-login-navigation .container {
    padding-top: 16px;
    padding-bottom: 16px;
}
div#customer_login {
    width: 100%;
}
.login-wrapper {
    padding: 40px;
    max-width: 480px;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    border-radius: 16px;
    margin: 0 auto;
    margin-top: 48px;
}
.site-login__wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.woocommerce form.login {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.site-login__wrapper h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
form .form-row {
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
    width: 100%;
}
.form-row-wrap {
    display: flex;
    gap: 16px;
}
form .form-row > p {
    display: flex;
    flex-direction: column;
}
form .form-row label:not(.error), 
.woocommerce-page form .form-row label:not(.error) {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #363844;
    margin-bottom: 4px;
}
form .form-row label.error, 
form .form-row span.wpcf7-not-valid-tip, 
.woocommerce-page form .form-row label.error,
div#card-errors {
    margin-top: 4px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme > span {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
}
.site-login__password p.woocommerce-LostPassword.lost_password > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #39106D;
    text-decoration: none;
}
.site-login__remember--pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 8px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin: 0;
}
form .form-row .input-text, 
form .form-row select, 
textarea, 
.has_select2 span#select2-countries-container,
div#card-element {
    padding: 8px 16px;
    border: 1px solid #A7ACB5;
    border-radius: 4px;
    color: #363844;
    outline: none;
}
form .form-row .input-text:focus, 
form .form-row select:focus, 
select:focus-visible, 
textarea:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #A7ACB5;
    outline: none;
}
form .form-row .input-text.error, 
form .form-row .input-text.wpcf7-not-valid, 
form .form-row .input-text:focus.error, 
form .form-row .input-text:focus.wpcf7-not-valid, 
form .form-row select:focus.error, 
textarea.error,
textarea:focus.error,
div#card-element.StripeElement--invalid {
    border: 1px solid #DA372C;
}
form .form-row .input-text, 
form .form-row select, 
.has_select2 span#select2-countries-container,
div#card-element {
    min-height: 40px;
    height: 100%;
    max-height: 40px;
}
form .form-row textarea.input-text {
    min-height: 144px;
}
.has_select2 span.select2-selection.select2-selection--single {
    height: auto;
    border: 0;
}
select {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A707D;
}
input[type="checkbox"] {
    appearance: none;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #6A707D;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
}
input[type='checkbox']:checked {
    background-color: #39106D;
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type='checkbox']:checked:after {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/check-box-icon.svg);
}
form .form-row .input-text, 
textarea, 
.has_select2 span#select2-countries-container,
.has_select2 .select2-container--default .select2-search--dropdown .select2-search__field,
div#card-element {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363844;
}
form .form-row .input-text::placeholder,
form .form-row [placeholder],
form .form-row input[placeholder],
textarea::placeholder {
    color: #6A707D;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
form .form-row .input-text[disabled] {
    border: 1px solid #C7CCD1;
    background: #F2F4F5;
    color: #C7CCD1;
}
p.site-login__info {
    text-align: center;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #373948;
}
p.site-login__info > a {
    color: #39106D;
    text-decoration: none;
    font-weight: 500;
}
.site-login__btn .button-anchor,
.woocommerce-form-register .button-anchor {
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
    padding-top: 12px;
    padding-bottom: 12px;
}
form .form-row label.error, 
form .form-row label.error,
form .form-row span.wpcf7-not-valid-tip,
div#card-errors {
    display: flex;
    gap: 4px;
    align-items: center;
}
.error-validation, 
label.error,
form .form-row span.wpcf7-not-valid-tip,
div#card-errors {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #DA372C;
    display: flex;
    gap: 4px;
    align-items: flex-start;
}
.error-validation:before, 
label.error:before,
form .form-row span.wpcf7-not-valid-tip:before,
.form-row:has(> #card-element.StripeElement--invalid) div#card-errors:before {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/error-icon.svg);
    width: 16px;
    height: 16px;
}
.error-validation:before {
    margin-top: 2px;
}
label.error:has(> .error-validation):before {
    content: unset;
}
input.error,
input.wpcf7-not-valid {
    border: 1px solid #DA372C;
}
form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: unset;
    opacity: 1;
}
input[readonly], 
.select2-container--default .select2-selection--multiple:has(> ul[readonly]),
.styledSelect[readonly] {
    border: 1px solid #C7CCD1 !important;
    background: #F2F4F5 !important;
    color: #C7CCD1 !important;
    cursor: no-drop;
}
.styledSelect.placeholder {
    color: #6A707D !important;
}
.select2-container--default .select2-selection--multiple:has(> ul[readonly]) .select2-selection__choice__remove:after {
    cursor: no-drop !important;
}
.select2-container--default .select2-selection--multiple:has(> ul[readonly]) .select2-selection__rendered li {
    color: #C7CCD1;
}
.select2-container--default .select2-selection--multiple:has(> ul[readonly]) .select2-selection__choice__remove:after {
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/x-disable.png);
}
.select2-container--default .select2-selection--multiple:has(> ul[readonly]):after {
    content: unset;
}
.styledSelect[readonly]:after {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/chevron-down-disable.png);
}
input[readonly]::placeholder {
    color: #C7CCD1 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
}
.has_select2 .select2-search--dropdown {
    padding-left: 0;
    padding-right: 0;
}
span.select2-results {
    max-height: 224px;
    overflow: auto;
}
/**
* Navigation
**/
.tos-wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.tos-wrapper .tos-content-wrapper {
    padding: 40px;
    position: absolute;
    max-width: 560px;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 160px;
    background: #FFFFFF;
    border-radius: 16px;
}
.tos-wrapper .tos-content-wrapper .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
button.accept-continue {
    cursor: pointer;
    border-radius: 120px;
    text-transform: unset;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 24px;
}
button.accept-continue[disabled] {
    background: #C7CCD1;
}
.woocommerce-account:has(> #content .popup-filter-wrapper.show) {
    overflow: hidden;
}
.dashboard-logo-wrapper {
    display: flex;
    justify-content: center;
}
.woocommerce-page #content .page-content .woocommerce {
    display: flex;
    height: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    max-width: 240px;
    width: 100%;
    padding: 24px 16px;
    background: #F4EDF7;
    height: 100vh;
    position: fixed;
    z-index: 999;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin-left: 240px;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.woocommerce-MyAccount-navigation ul > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #39106D;
    text-decoration: none;
    display: flex;
    width: 100%;
    padding: 10px 16px;
    border-radius: 4px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
}
.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link.is-active {
    background: rgba(170, 130, 196, 0.3);
    border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul > li.woocommerce-MyAccount-navigation-link:hover {
    background: #EADDF0;
    border-radius: 4px;
}
.account-header-row {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(90, 89, 91, 0.05);
    padding: 20px 32px;
    align-items: center;
    justify-content: space-between;
}
.header-col {
    position: relative;
}
.header-col h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}
.header-col .account__initial {
    width: 40px;
    height: 40px;
    background: #363844;
    display: flex;
    align-items: center;
    border-radius: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    justify-content: center;
    cursor: pointer;
    text-transform: uppercase;
}
.header-col .account__initial:hover {
    background: #1E2133;
}
.header-col > ul.account__menu-list,
.logged-in .header-col > ul.account__menu-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 16px 8px;
    position: absolute;
    min-width: 200px;
    width: 100%;
    left: -160px;
    top: 44px;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    box-shadow: 0px 10px 18px -3px rgba(54, 56, 68, 0.04), 0px 4px 10px -4px rgba(54, 56, 68, 0.06);
    border-radius: 8px;
    z-index: 2;
    gap: 4px;
    height: auto;
}
ul.account__menu-list.hide {
    display: none;
}
ul.account__menu-list > li > a, 
.logged-in .menu.loggedin .header-col ul.account__menu-list > li > a {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1E2133;
    text-decoration: none;
    text-transform: capitalize;
}
ul.account__menu-list > li > a:hover, 
.logged-in ul.account__menu-list > li > a:hover {
    background: #F4EDF7;
    border-radius: 4px;
}
.logged-in ul.menu.loggedin ul.account__menu-list > li {
    margin: 0;
    border: 0;
}
.logged-in ul.account__menu-list > li:last-child > a {
    margin-top: 8px;
}

.logged-in ul.account__menu-list > li:last-child {
    border-top: 1px solid #E8EBED !important;
    margin-top: 4px !important;
}
.logged-in ul.account__menu-list > li:last-child > a:hover {
    background: transparent;
    text-decoration: underline !important;
    color: #39106D !important;
}
.account-container {
    padding: 32px 32px 80px 32px;
    height: auto;
}
.acc-welcome-notice {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.acc-welcome-notice:before {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/notice-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 106px;
}
.acc-welcome-notice:after {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/notice-bot.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 106px;
    background-position: bottom;
}
.acc-welcome-notice {
    padding: 32px 120px;
    background: #FFF0C7;
    border: 1px solid #FCE1A2;
}
.notice-wrapper h2 {
    font-size: 24px;
    line-height: 32px;
}
.ann-row {
    display: flex;
    gap: 24px;
}
.ann-row .ann-col {
    padding: 32px 40px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    border-radius: 16px;
}
.ann-row .ann-col h3 {
    font-size: 24px;
    line-height: 32px;
}
.no-post-thumb {
    height: 200px;
    border-radius: 16px;
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/no-post-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #F4EDF7;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.dsahboard-ann-wrapper ul.post-wrapper {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.dsahboard-ann-wrapper ul.post-wrapper > li .thumb-wrapper a.thumb-wrapper-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
ul.post-wrapper > li {
    display: flex;
    gap: 16px;
}
ul.post-wrapper > li .thumb-wrapper {
    box-sizing: border-box;
    max-width: 160px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    border: 1px solid #E8EBED;
    border-radius: 8px;
    display: flex;
    min-height: 80px;
}
ul.post-wrapper > li .thumb-wrapper > img {
    object-fit: cover;
    width: 100%;
}
.content-wrapper .title-wrapper {
    text-decoration: none;
    display: flex;
}
.content-wrapper .title-wrapper > h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0B0D1F;
}
.content-wrapper .title-wrapper:hover > h5 {
    color: #6D3F99;
}
.content-wrapper .details-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.content-wrapper .details-content > p, 
.content-wrapper .details-content > p > a,
.attnd-details {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: 'Instrument Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
}
.content-wrapper .details-content > p > img, 
.content-wrapper .details-content > p > a > img {
    margin-top: 2px;
}

.content-wrapper .details-content > p > a {
    color: #39106D;
    text-decoration: none;
}
.content-wrapper .details-content > p > a:hover {
    text-decoration: underline;
}
.db-heading-wrapper {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}
.db-heading-wrapper > a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #39106D;
    text-decoration: none;
}
.details-content .attnd-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ellipse {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #6A707D;
}
.attnd-slots {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #DA372C;
}
span.status-sold {
    padding: 4px 8px;
    background: #FBEBEA;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #DA372C;
    margin-bottom: 2px;
    display: inline-block;
}
span.status-ended {
    padding: 4px 8px;
    background: #F2F4F5;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #6A707D;
    margin-bottom: 2px;
}
span.status-registered {
    padding: 4px 8px;
    background: #E7F3EB;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #108437;
    margin-bottom: 2px;
    display: inline-block;
}
span.status-pending {
    padding: 4px 8px;
    background: #FFF3CF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #BD7422;
    margin-bottom: 2px;
    display: inline-block;
}
span.status-declined {
    padding: 4px 8px;
    background: #ffcfd5;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #bd2244;
    margin-bottom: 2px;
    display: inline-block;
}
ul.post-wrapper.jobs > li > .thumb-wrapper {
    box-sizing: border-box;
    max-width: 80px;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 24px 8px;
    height: 80px;
}
ul.post-wrapper.jobs .content-wrapper {
    flex: 1;
}
ul.post-wrapper.jobs .details-content .attnd-wrapper {
    gap: 16px;    
}
ul.post-wrapper.jobs .content-wrapper .title-wrapper {
    flex-direction: column;
    gap: 2px;
}
ul.post-wrapper.jobs .content-wrapper .title-wrapper > p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0B0D1F;
}
ul.post-wrapper.jobs .content-wrapper .job-post-head-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}
.posted-time {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6A707D;
}
.account-wrapper .post-wrapper > li:last-child,
.account-wrapper .post-wrapper > li:nth-last-child(2) {
    visibility: hidden;
}
.account-wrapper.events {
    padding-bottom: 24px;
    border-bottom: 1px solid #E8EBED;
}
.account-wrapper.events:has(> .no-event-wrapper),
.account-wrapper.events:has(> .account-wrapper .no-past-event-wrapper) {
    border: 0;
}
.account-wrapper.events.past {
    border: 0;
    padding: 0;
}
.account-wrapper.events .no-event-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    flex-direction: column;
    gap: 24px;
}
.account-wrapper.events .no-event-thumb {
    width: 400px;
    height: 240px;
    border-radius: 16px;
}
.no-event-thumb {
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/no-post-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #F4EDF7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-wrapper.events .no-event-wrapper p {
    white-space-collapse: preserve-breaks;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #363844;
}
.account-wrapper.events .post-wrapper {
    padding: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.account-wrapper.events .post-wrapper li {
    flex-direction: column;
    gap: 0;
    flex: 1 0 32%;
    width: 100%;
    max-width: 100%;
}
.account-wrapper.events ul.post-wrapper > li .thumb-wrapper {
    border-radius: 8px;
    max-width: 100%;
    height: 180px;
    max-height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}
.account-wrapper.events ul.post-wrapper > li .thumb-wrapper .thumb-image-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.account-wrapper.events ul.post-wrapper > li .thumb-wrapper .thumb-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
    border-radius: 8px;
}
.account-wrapper.events ul.post-wrapper > li:hover, 
.account-wrapper.events ul.post-wrapper > li:has(> .thumb-wrapper > .share-wrapper .share-link-wrapper.active) {
    background: #FFFFFF;
    box-shadow: 0px 10px 18px -3px rgba(54, 56, 68, 0.04), 0px 4px 10px -4px rgba(54, 56, 68, 0.06);
    border-radius: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.account-wrapper.events ul.post-wrapper > li:hover .thumb-wrapper .thumb-img:before,
.account-wrapper.events ul.post-wrapper > li:has(> .thumb-wrapper > .share-wrapper .share-link-wrapper.active) .thumb-wrapper .thumb-img:before {
    background-color: rgba(11, 13, 31, 0.2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.share-wrapper {
    display: none;
    position: absolute;
    z-index: auto;
    right: 16px;
    bottom: 16px;
}
.action-wrapper .share-wrapper{
    display: block;
    position: relative;
    right: unset;
    bottom: unset;
}
.share-wrapper .share-link-container{
    position: relative;
}
.share-wrapper a.share-link-wrapper {
    display: flex;
    padding: 8px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1.5px solid #39106D;
    border-radius: 80px;
}
.share-wrapper a.share-link-wrapper:hover {
    background: #EADDF0;
}
.share-wrapper a.share-link-wrapper.active {
    background: #CBADDB;
}
.share-link-container .share-content-menu {
    display: none;
}
.share-link-container:has(> .share-link-wrapper.active) .share-content-menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    position: absolute;
    min-width: 200px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    box-shadow: 0px 10px 18px -3px rgba(54, 56, 68, 0.04), 0px 4px 10px -4px rgba(54, 56, 68, 0.06);
    border-radius: 8px;
    top: 43px;
    right: 0;
    z-index: 1;
}
.share-content-menu ul {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 8px;
    flex-direction: column;
    z-index: 1;
    position: relative;
    list-style: none !important;
    padding: 0 !important;
}
.account-wrapper.events .share-link-container .share-content-menu > ul > li {
    width: 100%;
}
.share-link-container .share-content-menu > ul > li > a {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 4px 16px;
    text-decoration: none;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
}
.share-link-container .share-content-menu > ul > li > a:hover {
    background: #F4EDF7;
    border-radius: 4px;
}
.share-link-container .share-content-menu input.linkToCopy {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border: 0;
    opacity: 0;
}
.account-wrapper.events ul.post-wrapper > li:hover .share-wrapper,
.account-wrapper.events ul.post-wrapper > li:has(> .thumb-wrapper > .share-wrapper .share-link-wrapper.active) .share-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-wrapper.events ul.post-wrapper > li .content-wrapper {
    padding: 16px;
}
div#tooltip {
    display: none;
    padding: 16px 24px;
    position: fixed;
    max-width: 240px;
    height: auto;
    width: 100%;
    left: 0;
    bottom: 40px;
    right: 0;
    margin: 0 auto;
    background: #2B2E3D;
    border-radius: 8px;
    z-index: 2;
}
div#tooltip .tooltip-content {
    display: flex;
    gap: 8px;
    align-items: center;
}
div#tooltip .tooltip-content > p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    width: 100%;
}
div#tooltip .tooltip-content .close-wrapper {
    display: flex;
    max-width: 20px;
    width: 100%;
    height: 20px;
    cursor: pointer;
}
ul.page-numbers {
    list-style: none;
    padding: 0;
}
ul.page-numbers .page-numbers:not(.next, .prev) {
    display: none;
}
.paginate-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}
.paginate-wrapper .pagination {
    margin: 0;
}
.paginate-wrapper .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
}
.paginate-wrapper .links {
    display: flex;
    align-items: center;
    gap: 8px;
}
.paginate-wrapper .links > span,
.paginate-wrapper .links > a {
    display: flex;
}
.search-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 32px;
}
.search-wrapper > form {
    max-width: 320px;
    width: 100%;
}
.search-wrapper .field-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 16px;
    height: 40px;
    border: 1px solid #A7ACB5;
    border-radius: 4px;
    gap: 4px;
}
.search-wrapper .field-wrapper .input-search {
    min-height: unset;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6A707D;
}
input.input-search {
    border: 0;
    padding: 0;
}
button.submit-search {
    border: 0;
    padding: 0;
    display: flex;
}
.search-wrapper .field-wrapper .input-search:focus {
    border: 0;
    outline: none;
}
button.submit-search:hover,
button.submit-search:focus {
    background: transparent;
}
.filter-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 8px;
    border: 1px solid #39106D;
    border-radius: 4px;
    max-height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #39106D;
    cursor: pointer;
}
.filter-btn:hover {
    background: #EADDF0;
}
.filter-btn .icon-wrapper {
    display: flex;
}
.filter-btn .counter {
    width: 20px;
    height: 20px;
    background: #39106D;
    border-radius: 50%;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-filter-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
}
.popup-filter-wrapper.show {
    display: block;
    z-index: 99999;
}
.popup-filter-wrapper.contact.show {
    text-align: center;
    padding-top: 80px;
}
.popup-filter-wrapper.contact .register-content > img {
    max-width: 64px;
}
.popup-filter-wrapper.contact .register-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-filter-wrapper.contact h2.heading-label {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
}
.popup-filter-wrapper.contact .btn-wrapper .button-anchor {
    padding: 10px 0;
}
.popup-filter-wrapper.contact .btn-wrapper {
    width: 100%;
}
.popup-filter-wrapper .filter-container {
    padding-top: 40px;
    isolation: isolate;
    max-width: 560px;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 180px;
    position: relative;
    overflow: hidden;
}
.popup-filter-wrapper.full .filter-container {
    max-width: 100%;
    top: 0;
    padding: 64px 32px;
    margin: 0;
    border-radius: 0;
    height: 100%;
}
.popup-filter-wrapper .filter-container .close-wrapper {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    display: flex;
}
ul.cat-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
ul.cat-col > li {
    display: flex;
}
ul.cat-col > li > label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.filter-content .cat-wrapper .heading-label {
    position: sticky;
    top: 0;
    background: #ffffff;
}
.filter-content .btn-wrapper button,
.details-action-wrapper .btn-wrapper .button-anchor {
    padding: 10px 24px;
}
.filter-content .cat-wrapper {
    max-height: 456px;
    overflow: auto;
    padding: 0 0 40px 40px;
}
.filter-content .btn-wrapper {
    display: flex;
    justify-content: space-between;
    position: sticky;
    padding: 16px 40px;
    width: 100%;
    border-top: 1px solid #E8EBED;
    left: 0;
    bottom: 0;
    background: #ffffff;
}
.no-past-event-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.no-past-event-wrapper h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
.page-content h1.page-heading ,
#content h1.page-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
}
.page-template-register-template .header-wrapper {
    display: none;
}
.register-wrapper {
    width: 100%;
    display: flex;
    height: 100%;
}
.register-wrapper .register-col:first-child {
    max-width: 41.667%;
    width: 100%;
    padding: 80px;
    position: relative;
    flex: 1 0 45%;
}
.register-wrapper .register-col:first-child:before {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/r-icon-bot.png);
    background-repeat: no-repeat;
    width: 320px;
    background-size: contain;
    background-position: bottom;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.register-wrapper .register-col:first-child:after {
    content: "";
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/r-icon-top.png);
    background-repeat: no-repeat;
    width: 175px;
    background-size: contain;
    background-position: top;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.register-wrapper .register-col:first-child > p {
    font-weight: 400;
    white-space-collapse: preserve-breaks;
}
.page-content p > a {
    color: #39106D;
    text-decoration: none;
    font-weight: 500;
}
.register-wrapper .register-col:last-child {
    padding: 80px 120px;
    background: #ffffff;
    width: 100%;
    overflow: auto;
}
.register-wrapper .register-col:last-child > h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
}
form.woocommerce-form.woocommerce-form-register.register {
    padding: 0;
    margin: 0;
    border: 0;
}
.woocommerce form .form-row label > .label {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6A707D;
}
.iti {
    width: 100%;
}
.iti .iti__selected-dial-code {
    margin-left: 0;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363844;
}
.iti__country {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 16px;
}
.iti--inline-dropdown .iti__dropdown-content {
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    box-shadow: 0px 10px 18px -3px rgba(54, 56, 68, 0.04), 0px 4px 10px -4px rgba(54, 56, 68, 0.06);
    border-radius: 8px;
    margin-top: 4px;
    z-index: 999999 !important;
}
.iti__country .iti__dial-code {
    color: #363844;
}
.iti__country.iti__highlight .iti__dial-code,
.iti__country.iti__highlight {
    background-color: transparent;
    color: #6D3F99;
}
.iti__country .iti__country-name {
    margin-right: 5px;
}
.iti__country-container {
    max-height: 40px;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
}
button.iti__selected-country {
    padding-right: 4px;
}
button.iti__selected-country:hover, 
button.iti__selected-country:focus {
    background-color: #F2F4F5;
    color: #363844;
}
.iti__selected-country-primary {
    padding: 12px 4px 12px 16px;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:focus {
    background-color: transparent;
}
p.legal-text {
    font-family: 'Instrument Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #373948;
}
p.legal-text a{
    text-decoration-line: underline;
    color: #39106D;
    font-weight: 400;
}
label.legal-terms {
    gap: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
label.legal-terms > span {
    display: flex;
    white-space: break-spaces;
}
label.legal-terms > span.legal-terms-confirm {
    display: block;
}
.tos-wrapper .tos-content-wrapper .legal-terms {
    align-items: flex-start;
}
.legal-text:has(> .legal-terms span input.error) {
    padding-bottom: 20px;
}
label#legal_terms-error {
    position: absolute;
    top: 20px;
}
.iti__arrow {
    border: 0;
    display: none;
}
button.iti__selected-country:has(> .iti__selected-country-primary .iti__arrow):after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/images/drop-down.png);
    margin-left: 4px;
}
button.iti__selected-country:has(> .iti__selected-country-primary .iti__arrow.iti__arrow--up):after {
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/images/drop-up.png);
}
.s-hidden {
    visibility:hidden;
}
.select, select, input[type=search] {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363844;
    width: 100%;
}
.styledSelect {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #A7ACB5;
    border-radius: 4px;
    min-height: 40px;
    height: 100%;
    max-height: 40px;
}
.styledSelect.active {
    border: 2px solid #39106D;
}
.styledSelect:after {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/drop-down.png);
    width: 20px;
    height: 20px;
}
.styledSelect.active:after {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/drop-up.png);
}
.options {
    display:none;
    box-sizing: border-box;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    box-shadow: 0px 10px 18px -3px rgba(54, 56, 68, 0.04), 0px 4px 10px -4px rgba(54, 56, 68, 0.06);
    border-radius: 8px;
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 9999;
    margin-top: 5px;
}
.options li {
    padding: 6px 16px;
    margin: 0 0;
    border-radius: 4px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
}
.options li:hover {
    background-color:#F4EDF7;
    color: #363844;
}
select {
    appearance: none;
    background-image: url(/wp-content/themes/hello-theme-child-master/assets/images/drop-down.png);
    background-repeat: no-repeat;
    background-position: right 16px top 10px;
}
.woocommerce:has(> .register-wrapper) .woocommerce-notices-wrapper {
    display: none;
}
.app-submitted-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
    padding-top: 96px;
}
.app-submitted-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.app-submitted-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    margin: 8px 0 16px;
    white-space-collapse: preserve-breaks;
}
.app-submitted-content > p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #363844;
    white-space-collapse: preserve-breaks;
}
.app-submitted-content > p > strong {
    font-weight: 600;
}
.app-submitted-content > p > a {
    text-decoration-line: underline;
    color: #39106D;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.app-submitted-content a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #39106D;
}
.app-submitted-content a.btn-home {
    padding: 14px 32px;
    background: #39106D;
    border-radius: 120px;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
}
.app-submitted-content a.btn-home.full{
    width: 100%;
    text-align: center;
}
.woocommerce-lost-password .app-submitted-content h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #0B0D1F;
    flex: none;
}
.app-submitted-content.reset-success h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #0B0D1F;
    flex: none;
    margin: 0;
    margin-bottom: 8px;
}
.app-submitted-content.reset-success a.btn-home {
    margin: 0;
    margin-top: 24px;
}
.page-template-account-setup-template {
    background: #F4EDF7;
}
.page-template-account-setup-template .header-wrapper {
    display: none;
}
.setup-account-wrapper {
    padding: 40px;
    max-width: 600px;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    border-radius: 16px;
    margin: 0 auto;
    margin-top: 48px;
}
span.input-message {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #6A707D;
    display: block;
    margin-top: 4px;
}
.woocommerce form span.password-input {
    display: flex;
    position: relative;
    flex-direction: column;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 0;
    display: flex;
    width: 20px;
    height: 20px;
    top: 0;
    margin: 10px 16px;
    transform: unset;
    position: absolute;
    border: 0;
    padding: 0;
}
.woocommerce form .show-password-input:focus, .woocommerce-page form .show-password-input:focus {
    background: transparent;
    outline: none;
}
.woocommerce form .show-password-input:hover, .woocommerce-page form .show-password-input:hover {
    background: transparent;
}
.woocommerce form .show-password-input::after, 
.woocommerce-page form .show-password-input::after {
    margin-left: 0;
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/eye-off.png);
    text-decoration: none;
    display: flex;
    height: 20px;
    width: 20px;
}
p#password-wrapper:has(> .password-input input.error) span.input-message,
.update-password .form-row:has(> .password-input input.error) span.input-message {
    display: none;
}
.acf-form-fields .acf-field {
    padding: 0;
}
select.select2-hidden-accessible {
    visibility: hidden;
}
.woocommerce form .form-row .select2-wrapper .select2-container {
    width: 100% !important;
    display: block;
}
.select2-wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.select2-wrapper:has(> select.error) .select2-container .select2-selection--multiple{
    border: 1px solid #DA372C;
}
.select:has(> select.error) .styledSelect {
    border: 1px solid #DA372C;
}
.select2-container--default .select2-selection--multiple{
    position: relative;
}
.has_select2 span.select2-selection__arrow {
    display: none;
}
.has_select2 .select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple:after, 
.has_select2 .select2-selection.select2-selection--single:after {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/drop-down.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 16px;
    top: 11px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple:after,
.has_select2 .select2-container--default.select2-container--open .select2-selection.select2-selection--single:after {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/drop-up.png)
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: 40px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
    margin-right: 0;
    float: none;
    display: flex;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #363844;
    flex-direction: row-reverse;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    background: #E8EBED;
    border-radius: 8px;
    border: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    width: 100% !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
span.select2-dropdown.select2-dropdown--below {
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    box-shadow: 0px 10px 18px -3px rgba(54, 56, 68, 0.04), 0px 4px 10px -4px rgba(54, 56, 68, 0.06);
    border-radius: 8px;
    top: 4px;
}
.select2-results__option {
    padding: 4px 16px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.has_select2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single span#select2-countries-container {
    border: 2px solid #39106D;
    border-radius: 4px !important;
}
.select2-results__option {
    border-radius: 4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F4EDF7;
    color: #363844;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 0;
    position: relative;
    width: 16px;
    height: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
    content: "";
    display: block;
    background: url(/wp-content/themes/hello-theme-child-master/assets/images/x.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    background-position: center;
    top: 0;
    width: 16px;
    height: 16px;
}
.other_dietary_requirement {
    display: none;
}
.account-container.single {
    padding-top: 32px;
}
.account-container.single .back-wrapper {
    display: flex;
}
.back-wrapper > a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #39106D;
    text-decoration: none;
}
.account-container.single .single-container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.account-container.single .single-container .img-banner {
    width: 100%;
    display: flex;
}
.account-container.single .single-container .img-banner > img {
    width: 100%;
    border-radius: 8px;
}
.account-container.single .single-container .details-content,
.popup-filter-wrapper .details-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.account-container.single .single-container .details-content > p, 
.popup-filter-wrapper .details-content > p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
    display: flex;
    align-items: center;
    gap: 8px;
}
.account-container.single .single-container .details-content > p > a, 
.popup-filter-wrapper .details-content > p > a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.account-container.single .single-container .action-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}
.account-container.single .single-container .action-wrapper .btn-wrapper > a.button-anchor, 
.popup-filter-wrapper .register-btn-wrapper .btn-wrapper > .button-anchor {
    padding: 10px 24px;
}
.account-container.single .single-container .details {
    white-space-collapse: preserve-breaks;
}
.account-container.single .single-container .details, 
.account-container.single .single-container .details ul {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363844;
}
.account-container.single .single-container .sponsor-wrapper {
    padding: 24px;
    width: 100%;
    border: 1px solid #CBADDB;
    border-radius: 8px;
}
.account-container.single .single-container .sponsors-logo-wrapper {
    display: flex;
    width: 100%;
    gap: 24px;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.account-container.single .single-container .logo-img-wrapper {
    display: flex;
    max-height: 49px;
    height: 100%;
    max-width: 128px;
}
.account-container.single .single-container .cat-details-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.account-container.single .single-container .cat-details-wrap .cat-link {
    padding: 2px 8px;
    background: #F4EDF7;
    border-radius: 40px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #6D3F99;
}
.popup-filter-wrapper .register-content {
    padding: 0 40px 40px;
}
.popup-filter-wrapper.full .filter-container .register-content {
    padding: 0;
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
}
.popup-filter-wrapper .register-content .register-details-wrapper {
    padding: 16px;
    background: #F2F4F5;
    border: 1px solid #C7CCD1;
    border-radius: 8px;
}
.popup-filter-wrapper .register-content .register-user-details {
    max-height: 376px;
    overflow: auto;
    height: 100%;
    margin-right: -32px;
    padding-right: 32px;
}
.popup-filter-wrapper .register-content .register-user-details::-webkit-scrollbar-thumb {
    background: #C7CCD1;
    border-radius: 40px;
}
.popup-filter-wrapper .register-content .register-user-details::-webkit-scrollbar-track {
    border-radius: 40px;
}
.popup-filter-wrapper .register-content .register-user-details::-webkit-scrollbar {
    width: 8px;
}
.popup-filter-wrapper .register-content .register-user-details .user-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.popup-filter-wrapper .register-content .register-user-details .user-row {
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: stretch;
}
.popup-filter-wrapper .register-content .register-user-details .user-row .user-col {
    width: 100%;
}
.popup-filter-wrapper .register-content .register-user-details .user-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.popup-filter-wrapper .register-content .register-user-details .user-details > label:not(.error) {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #363844;
}
.popup-filter-wrapper .register-content .register-user-details .user-details > p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363844;
    text-transform: capitalize;
}
.popup-filter-wrapper .register-content .register-user-details .user-details > p.diet-requirements {
    font-size: 14px;
    line-height: 20px;
}
.popup-filter-wrapper .register-content .register-user-details .user-details > p.email {
    text-transform: lowercase;
}
.popup-filter-wrapper .register-content .register-user-details .user-details textarea {
    padding: 12px 16px;
    min-height: 144px;
    height: 100%;
    max-height: 144px;
}
.popup-filter-wrapper .register-content .question-wrapper .form-row > textarea,
.popup-filter-wrapper .register-content form.interested_form_event .form-row > textarea {
    padding: 12px 16px;
    min-height: 96px;
    height: 100%;
    max-height: 96px;
}
.popup-filter-wrapper .register-content:has(> form#question-form-fields.show) > h2.heading-label, 
.popup-filter-wrapper .register-content:has(> form#question-form-fields.show) > .content-wrapper {
    display: none;
}
.popup-filter-wrapper.register.show .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: row;
    height: auto;
    min-height: 100%;
    max-height: max-content;
    align-items: flex-start;
    flex-wrap: wrap;
}
form#question-form-fields {
    display: none;
}
form#question-form-fields.show {
    display: block;
}
.highlights-wrapper .hightlights-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.highlights-wrapper .hightlights-gallery-wrapper .img-highlights-wrapper {
    display: flex;
    max-width: 256px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.highlights-wrapper .hightlights-gallery-wrapper .img-highlights-wrapper a {
    display: flex;
}
.highlights-wrapper .hightlights-gallery-wrapper .img-highlights-wrapper a > img {
    object-fit: cover;
}
.img-preview {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    align-items: flex-start;
    justify-content: center;
}
.img-preview.show {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.img-preview.show .img-wrapper {
    display: flex;
    max-width: 720px;
    width: 100%;
    max-height: 540px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 120px;
}
.img-preview.show .img-wrapper .image > img {
    width: 100%;
    object-fit: cover;
}
.img-preview.show .img-wrapper .image {
    width: 100%;
    height: 100%;
    display: flex;
}
.img-preview.show .img-wrapper a.close-gallery {
    position: absolute;
    top: -40px;
    right: -48px;
    max-width: 40px;
    width: 100%;
}
.single-event .popup-filter-wrapper .register-content .register-user-details .user-details > label:not(.error) {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
}
.single-event .popup-filter-wrapper .register-content .register-user-details {
    padding-right: 0;
    margin-right: 0;
}
.single-event .popup-filter-wrapper .filter-container {
    margin-top: 120px;
}
.account-container:has(> .account-wrapper.jobs) {
    padding-top: 32px;
}
.account-container .account-wrapper.jobs:has(> .post-wrapper.jobs .no-post-wrapper) .search-wrapper {
    display: none;
}
.account-container .account-wrapper.jobs .post-wrapper.jobs .no-post-wrapper {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding-top: 88px;
}
.account-container .account-wrapper.jobs .post-wrapper.jobs .no-post-wrapper .no-post-thumb {
    height: 240px;
    background-size: contain;
    background-position: bottom;
}
.account-container .account-wrapper.jobs ul.post-wrapper.jobs > li {
    padding: 24px;
    border-bottom: 1px solid #E8EBED;
    cursor: pointer;
}
.account-container .account-wrapper.jobs ul.post-wrapper.jobs li:hover {
    background: #FBF7FC;
    border-radius: 16px;
}
.account-container .account-wrapper.jobs ul.post-wrapper.jobs li .content-wrapper .details-content {
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}
.account-container .account-wrapper.jobs ul.post-wrapper.jobs li .details-action-wrapper .share-wrapper {
    display: block;
    position: relative;
    right: unset;
    bottom: unset;
}
.account-container .account-wrapper.jobs ul.post-wrapper.jobs li .details-action-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-height: 40px;
    height: 100%;
}
.account-container .account-wrapper.jobs ul.post-wrapper.jobs li .details-action-wrapper .posted-time {
    align-self: center;
}
.account-container .account-wrapper.jobs ul.post-wrapper.jobs .content-wrapper .cat-details-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.account-container .account-wrapper.jobs ul.post-wrapper.jobs .content-wrapper .cat-details-wrap .cat-link {
    padding: 1px 8px;
    background: #F4EDF7;
    border-radius: 40px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #6D3F99;
}
.account-container.single .single-content-wrapper .single-job-head-wrapper .thumb-wrapper {
    width: 160px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.account-container.single .single-content-wrapper .single-job-head-wrapper .thumb-wrapper > img {
    width: 100%;
}
.account-container.single .single-content-wrapper .single-job-head-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.account-container.single .single-content-wrapper .single-job-head-wrapper .details-content {
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}
.single-account-wrapper.jobs .register-btn-wrapper .btn-wrapper > a {
    display: flex;
    gap: 8px;
    align-items: center;
}
.single-account-wrapper .h-title-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
}
.single-account-wrapper .h-title-label.speakers {
    border-left: 2px solid #FF2864;
}
.single-account-wrapper .h-title-label.panels {
    border-left: 2px solid #0EB7C0;
}
.single-account-wrapper .speaker-wrapper > ul {
    display: flex;
    gap: 12px;
    align-items: stretch;
}
.single-account-wrapper .speaker-wrapper > ul > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #FFF5FB;
    border-radius: 8px;
    width: 100%;
    justify-content: space-between;
}
.single-account-wrapper .panels-wrapper > ul > li {
    width: 100%;
}
.single-account-wrapper .panels-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.single-account-wrapper .panels-wrapper > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #F0FCFC;
    border-radius: 8px;
}
.single-account-wrapper .user_wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
.single-account-wrapper .panels-wrapper .user_wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 12px 12px 24px;
}
.user_wrapper.panel-moderator {
    background: #B9EEF0;
    border-radius: 8px;
}
.single-account-wrapper .panels-wrapper .user-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.single-account-wrapper .panels-wrapper .user-row .user_wrapper {
    width: 100%;
    max-width: 170px;
}
.single-account-wrapper .user_wrapper .headshot-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 120px;
    background-color: #F0FCFC;
    overflow: hidden;
}
.single-account-wrapper .panels-wrapper .user_wrapper .headshot-wrapper {
    background-color: #FFF5FB;
}
.single-account-wrapper .user_wrapper .headshot-wrapper > img {
    width: 100%;
    object-fit: cover;
}
.single-account-wrapper .user_wrapper .user_details .user_name {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}
.account-container.single .myprofile .single-container {
    max-width: 640px;
}
.user_details p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #363844;
    text-transform: capitalize;
}
.password-details-wrapper {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #E8EBED;
}
.password-details-wrapper .button-anchor {
    padding: 10px 24px;
}
.notice-message {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
    gap: 8px;
    width: 100%;
    background: #E7F2FA;
    border-radius: 8px;
}
.notice-message .notice-details {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
    white-space-collapse: preserve-breaks;
}
.single-account-wrapper.myprofile .account-profile-wrapper {
    display: none;
}
.single-account-wrapper.myprofile .btn-wrapper.update-password {
    gap: 16px;
    justify-content: flex-end;
}
.single-account-wrapper.myprofile .btn-wrapper.update-password .button-anchor {
    padding: 12px 24px;
    max-height: 48px;
}
.single-account-wrapper.myprofile .new-password:has(> .password-input label.error .error-validation) .input-message {
    display: none;
}
.woocommerce-MyAccount-content:has(> .account-container.single .account-wrapper .single-account-wrapper.myprofile.changepass) .woocommerce-notices-wrapper {
    display: none;
}
.woocommerce-MyAccount-content:has(> .account-container.single .account-wrapper .single-account-wrapper.myprofile.account-info) .woocommerce-notices-wrapper:has(> .woocommerce-message) {
    position: fixed;
    left: 240px;
    bottom: 40px;
    z-index: 999999;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 400px;
    background: #363844;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
    right: 0;
}
.woocommerce-MyAccount-content:has(> .account-container.single .account-wrapper .single-account-wrapper.myprofile.account-info) .woocommerce-notices-wrapper .woocommerce-message:focus,
.woocommerce-MyAccount-content:has(> .account-container.single .account-wrapper .single-account-wrapper.myprofile.account-info) .woocommerce-notices-wrapper .woocommerce-message:focus-visible {
    border: 0;
    outline: none;
}
.woocommerce-MyAccount-content:has(> .account-container.single .account-wrapper .single-account-wrapper.myprofile.account-info) .woocommerce-notices-wrapper:has(> .woocommerce-message):before {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/check-circle-w.png);
    display: flex;
    align-self: center;
    width: 24px;
    height: 24px;
}
.woocommerce-MyAccount-content:has(> .account-container.single .account-wrapper .single-account-wrapper.myprofile.account-info) .woocommerce-notices-wrapper:has(> .woocommerce-message) .close-success {
    content: url(/wp-content/themes/hello-theme-child-master/assets/images/x-button-w.png);
    display: flex;
    width: 16px;
    height: 16px;
    align-self: center;
    margin-top: 2px;
    margin-bottom: 4px;
    cursor: pointer;
}
.woocommerce-MyAccount-content:has(> .account-container.single .account-wrapper .single-account-wrapper.myprofile.account-info) .woocommerce-notices-wrapper .woocommerce-message {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    flex: 1;
    justify-content: space-between;
}
/**
* Payment page
**/
.popup-filter-wrapper.checkout .filter-container {
    overflow: auto;
}
form#payment-form {
    height: 100%;
}
form#payment-form .payment-row {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
form#payment-form .payment-row .pay-col {
    width: 100%;
    padding: 40px;
    background: #FFFFFF;
    border: 1px solid #E8EBED;
    border-radius: 16px;
}
.select2-container {
    z-index: 999;
}
.summary-wrapper {
    display: flex;
    gap: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8EBED;
}
.summary-wrapper .summary-col:first-child {
    flex: 1;
}
.summary-wrapper .summary-col:last-child {
    align-self: flex-start;
    justify-items: flex-end;
}
.summary-wrapper.total {
    padding: 0;
    border: 0;
}
.terms-payment {
    font-size: 12px;
    line-height: 20px;
}
.terms-payment > a {
    text-decoration: underline;
}