.clear {
    clear: both;
}

.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field select {
    background: var(--c-gray-lighter);
    border: none;
    padding: 0 16px !important;
    height: 50px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px !important;
    color: var(--c-black);
    /* box-shadow: 0 0 8px rgb(0 0 0 / 10%); */
}

.dark-mode .acf-field input[type=text], .dark-mode .acf-field input[type=password], .dark-mode .acf-field input[type=date], .dark-mode .acf-field input[type=datetime], .dark-mode .acf-field input[type=datetime-local], .dark-mode .acf-field input[type=email], .dark-mode .acf-field input[type=month], .dark-mode .acf-field input[type=number], .dark-mode .acf-field input[type=search], .dark-mode .acf-field input[type=tel], .dark-mode .acf-field input[type=time], .dark-mode .acf-field input[type=url], .dark-mode .acf-field input[type=week], .dark-mode .acf-field select {
    background: #333;
}

.acf-field textarea {
    background: var(--c-gray-lighter);
    border: none;
    padding: 15px !important;
    height: 100px;
    border-radius: 10px !important;
    font-weight: 300;
    font-size: 16px !important;
    /* box-shadow: 0 0 8px rgb(0 0 0 / 10%); */
    color: var(--c-black);
}

.dark-mode .acf-field textarea {
    background: #333;
}

.acf-field input[type=file] {
    font-size: 13px;
}

.acf-fields:after {
    content: none !important
}

#page .acf-field .acf-notice.-error {
    border: none;
    background: none;
    /* color: var(--c-main); */
    padding: 0;
    font-weight: 600;
    margin: 5px 0 0 0;
    font-size: 11px;
}

#page .acf-field .acf-notice.-error p {
    margin-top: 0;
    font-size: inherit;
    line-height: 1.2;
}

.acf-checkbox-list {
    border: none !important;
}

.acf-checkbox-list li {
    margin: 0 30px 10px 0 !important;
}

.acf-checkbox-list li:last-child {
    margin-bottom: 0 !important
}

.acf-checkbox-list li label {
    position: relative;
    padding: 0 0 0 32px;
    display: block !important;
    font-size: 15px;
    font-weight: 300;
}

.acf-checkbox-list li label::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: var(--c-gray-lighter);
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: 300;
}

.acf-checkbox-list li label input {
    display: none;
}

.acf-checkbox-list li label.selected {
}

.acf-checkbox-list li label.selected::before {
    content: "";
    background: var(--c-main);
}

.acf-checkbox-list li label.selected::after {
    content: "\f00c";
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
}

.acf-checkbox-list li label.selected input {
}

.acf-checkbox-list li strong {
    font-weight: 600;
}
.acf-checkbox-list li ul {
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0;
}
.acf-checkbox-list li ul li {}
.acf-checkbox-list li ul li label {}



.acf-radio-list {}
.acf-radio-list li {
    font-size: 15px;
    margin: 0 0 10px 0;
}

.acf-radio-list li label {
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
}

.acf-radio-list li label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.acf-radio-list li label.selected::before {
    content: "";
    background: var(--c-main);
    border: solid 1px var(--c-main);
}

.acf-radio-list li label.selected::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -2px;
    left: 0;
    border-radius: 50%;
    transform: scale(0.5);
}

.acf-radio-list li label input {
    display: none;
}

#page .acf-form {/* padding: 40px; *//* background: var(--c-white); *//* border-radius: 20px; *//* box-shadow: 0 0 40px rgb(0 0 0 / 5%); */width: 100%;}
#page .acf-form.acf-boxed {/* padding: 40px; *//* background: var(--c-white); *//* border-radius: 20px; *//* box-shadow: 0 0 40px rgb(0 0 0 / 5%); */}

#page .acf-form .acf-notice.-error.acf-error-message.-dismiss {margin-bottom: 10px;margin-top: 20px;}

#page .acf-form .acf-notice.-error.acf-error-message.-dismiss .acf-notice-dismiss {
    text-decoration: none;
}

#page .acf-form .acf-notice.-error.acf-error-message.-dismiss .acf-notice-dismiss::before {
    margin: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

#page .acf-form .acf-fields {
    /* display: grid; */
    /* grid-row-gap: 20px; */
    /* grid-template-columns: repeat(12,1fr); */
    /* grid-column-gap: 15px; */
    border: none;
    background: none;
    /* margin: 0 -12px; */
}
#page .acf-form > .acf-fields {
    margin: 0 -12px;
}

#page .acf-form .acf-fields .acf-table .acf-fields {
    margin: 0;
}

#page .acf-form .-collapsed .acf-fields {
    display: none
}

#page .acf-form .acf-fields > * {
    grid-column: span 12
}

#page .acf-form .acf-fields .acf-field {
    border: none;
    /* padding: 0; */
    /*width: 100% !important;*/
    padding: 7px 12px;
}

/*#page .acf-form .acf-fields .acf-field[data-column-border="1"] {display: none; }
#page .acf-form .acf-fields .acf-field[data-width="10"] {grid-column: span 2; }
#page .acf-form .acf-fields .acf-field[data-width="16.66"] {grid-column: span 2;}
#page .acf-form .acf-fields .acf-field[data-width="25"] {grid-column: span 3;}
#page .acf-form .acf-fields .acf-field[data-width="20"] {grid-column: span 2;}
#page .acf-form .acf-fields .acf-field[data-width="33.33"] {grid-column: span 4;}
#page .acf-form .acf-fields .acf-field[data-width="50"] {grid-column: span 6; }
#page .acf-form .acf-fields .acf-field[data-width="75"] {grid-column: span 9;}
#page .acf-form .acf-fields .acf-field[data-width="83.33"] {grid-column: span 10;}*/
#page .acf-form .acf-fields .acf-field[data-columns="6/12"] {
    grid-column: span 6;
}

#page .acf-form .acf-fields .acf-field .acf-label {
    margin: 0 0 5px 0;
}
#page .acf-form .acf-fields .acf-field.acfe-no-label .acf-label {margin:0}

#page .acf-form .acf-fields .acf-field.no_title .acf-label {
    display: none
}

#page .acf-form .acf-fields .acf-field .acf-label label {
    font-weight: 600;
    font-size: 13px;
    margin: 0;
}

#page .acf-form .acf-fields .acf-field .acf-label label .field-toggle {
    margin: 2px 0 0 10px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
}
#page .acf-form .acf-fields .acf-field .acf-label label .field-toggle::before {content:"\f070";font-family:"Font Awesome 6 Pro"}
#page .acf-form .acf-fields .acf-field .acf-label label .field-toggle.empty::before {content:"\f06e";}

#page .acf-form .acf-fields .acf-field .acf-label label[for=acf-field_63a416a99575f-field_63a416a99575f_field_63a4164abdfe1] {
    display: none;
}

#page .acf-form .acf-fields .acf-field .acf-label .description {
    font-size: 13px;
    color: var(--c-gray-dark);
    margin: 0 0 7px 0;
}

#page .acf-form .acf-fields .acf-field .acf-input {
}
#page .acf-form .acf-fields .acf-field .acf-input p:last-child {margin:0}

#page .acf-form .acf-fields .acf-field .acf-input .acf-taxonomy-field {}
#page .acf-form .acf-fields .acf-field .acf-input .acf-taxonomy-field .acf-actions {
    top: 10px;
    right: 10px;
}
#page .acf-form .acf-fields .acf-field .acf-input .acf-taxonomy-field .acf-actions a {
    vertical-align: top;
    display: inline-block;
}

#page .acf-form .acf-fields .acf-field.instructions .acf-input {
    font-size: 13px;
}

#page .acf-form .acf-fields .acf-field .acf-input .description {
    font-size: 13px;
    color: var(--c-gray);
    margin: 3px 0 0 0;
}

#page .acf-form .acf-fields .acf-field .acf-input .description + .note {
    margin-top: 20px
}

#page .acf-form .acf-fields .acf-field .acf-input .acf-input-wrap {
    overflow: visible;
}

#page .acf-form .acf-fields .acf-field .acf-input select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* border-radius: 0; */
    /* background: var(--c-gray-lightest) !important; */
    /* background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important; */
    /* background-repeat: no-repeat !important; */
    /* background-position-x: calc(100% - 7px) !important; */
    /* background-position-y: 50% !important; */
    /* border-radius: 10px; */
    background-color: var(--c-gray-lighter) !important;
}
.dark-mode #page .acf-form .acf-fields .acf-field .acf-input select {
    background-color: #333 !important;
}

#page .acf-form .acf-fields .acf-field.current_photo {
    min-height: auto !important;
}

#page .acf-form .acf-fields .acf-field.current_photo .acf-input {
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#page .acf-form .acf-fields .acf-field.current_photo .acf-input .acf-label {
    flex: 0 1 100%
}

#page .acf-form .acf-fields .acf-field.current_photo img {
    max-width: 70px;
    border-radius: 10px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    border: solid 1px var(--c-main);
}

#page .acf-form .acf-fields .acf-field.current_photo a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    border-bottom: solid 1px var(--c-main);
    margin: 0;
    font-weight: 400;
}

#page .acf-form .acf-fields .acf-field.acf-field-accordion {
    background: var(--c-gray-lighter);
    border: solid 2px var(--c-gray-lighter);
    margin: 0 0 10px 0;
    border-radius: 10px;
}
#page .acf-form .acf-fields .acf-field.acf-field-accordion.-open {background:var(--c-white)}

#page .acf-form .acf-fields .acf-field.acf-field-accordion .acf-accordion-title {
    /* border: solid 2px var(--c-gray-lightest); */
    margin: 0;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    border-radius: 10px;
    padding: 15px 24px;
    background: no-repeat;
}

#page .acf-form .acf-fields .acf-field.acf-field-accordion.-open .acf-accordion-title {
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: none;
}

#page .acf-form .acf-fields .acf-field.acf-field-accordion .acf-accordion-title .acf-accordion-icon {transform: rotate(90deg);/* text-align: center; */line-height: 1;display: block;transition: all 0.3s;float: none;width: auto;height: auto;position: absolute;right: 20px;font-size: 16px;transform-origin: center center;font-style: normal;}
#page .acf-form .acf-fields .acf-field.acf-field-accordion .acf-accordion-title .acf-accordion-icon::before {content:"\e911";font-family: icomoon;font-size: 15px;}

#page .acf-form .acf-fields .acf-field.acf-field-accordion.-open .acf-accordion-title .acf-accordion-icon {
    transform: rotate(270deg);
}

#page .acf-form .acf-fields .acf-field.acf-field-accordion .acf-accordion-title label {font-size: 16px;font-weight: 400;}

#page .acf-form .acf-fields .acf-field.acf-field-accordion.-open .acf-accordion-title label {font-weight: 600;}

#page .acf-form .acf-fields .acf-field.acf-field-accordion .acf-accordion-content {
    border: none;
    margin: -10px 0 0 0;
    padding: 30px 12px 20px 12px;
    border: solid 1px var(--c-gray-lightest);
    border-top: none;
}

#page .acf-actions {
}

#page .acf-actions a {
    /* border-bottom: solid 1px var(--c-main); */
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

#page .acf-actions a[data-name="add-layout"]::before, #page .acf-actions a[data-event="add-row"]::before {
    content: "\e910";
    font-family: "icomoon";
    margin: 0 6px 0px 0;
    border: solid 1px var(--c-main);
    background: var(--c-main);
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    height: 24px;
    display: inline-block;
    width: 24px;
    line-height: 22px;
    text-align: center;
}

#page .acf-form .acf-fields .acf-field.choose_photo {
    min-height: auto !important;
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input {
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div {
    padding: 21px;
    border: dashed 1px var(--c-gray-lighter);
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div a[data-name="add"] {
    border-bottom: solid 1px var(--c-main);
    text-decoration: none;
    font-size: 13px;
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div.has-value {
    padding: 0;
    border: none;
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div.has-value img {
    max-width: 70px;
    border-radius: 50%;
    min-width: 70px;
    border: solid 1px var(--c-main);
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div.has-value .acf-actions {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    justify-content: center;
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div.has-value .acf-actions a {
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div.has-value .acf-actions a:hover {
    background: var(--c-main);
    color: #fff
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div.has-value .acf-actions a::before {
    background: none;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 13px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div.has-value .acf-actions a[data-name="crop"]::before {
    content: "\f125";
}

#page .acf-form .acf-fields .acf-field.choose_photo .acf-input > div.has-value .acf-actions a[data-name="remove"]::before {
    content: "\f00d"
}

#page .acf-form .acf-fields .acf-tab-wrap {
    background: none;
    margin: 15px 0 20px 0;
}


#page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group {
    border: none;
    background: none;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    /* margin: 0 -10px; */
    display: flex;
    align-items: flex-end;
    border-bottom: solid 1px var(--c-main);
}

#page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group::before {
    content: none;
}

#page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group::after {
    content: "";
    height: 2px;
    flex: 1;
    background: var(--c-gray-lightest);
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
}

#page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group li {
    margin: 0 4px 0 0;
}

#page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group li a {
    border: none;
    background: var(--c-gray-lightest);
    color: #000;
    border-radius: 10px 10px 0 0;
    padding: 16px 24px;
    font-weight: 400;
    line-height: 1;
    font-size: 15px;
}

#page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group li.active {
}

#page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group li.active a {
    font-weight: 700;
    background: var(--c-main);
    box-shadow: 0px -3px 10px rgb(0 0 0 / 10%);
    color: #fff;
}

.dark-mode #page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group::after {
}

.dark-mode #page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group li a {
    color: #fff;
}

.dark-mode #page .acf-form .acf-fields .acf-tab-wrap .acf-tab-group li.active a {
    color: #fff;
    background: var(--c-main);
    /* border: solid 2px var(--c-gray-lightest); */
    border-bottom: none;
}

#page .acf-form .acf-fields .acf-fields .acf-tab-wrap {
}

#page .acf-form .acf-fields .acf-fields .acf-tab-wrap .acf-tab-group {
    border: none
}

#page .acf-form .acf-fields .acf-fields .acf-tab-wrap .acf-tab-group li {
}

#page .acf-form .acf-fields .acf-fields .acf-tab-wrap .acf-tab-group li a {
}

#page .acf-form .acf-fields .acf-fields .acf-tab-wrap .acf-tab-group li a {
    background: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    padding: 0 10px 7px;
    border-bottom: solid 5px transparent;
}

#page .acf-form .acf-fields .acf-fields .acf-tab-wrap .acf-tab-group li.active a {
    border-bottom: solid 5px var(--c-main);
    color: var(--c-black);
    font-weight: 700;
    background: none;
    border-radius: 0 0;
}

@media (max-width: 767px) {
    #page .acf-form {
    }

    #page .acf-form .acf-fields {
        grid-template-columns: repeat(12,1fr);
    }

    #page .acf-form .acf-fields .acf-field {
        grid-column: span 12 !important;
    }
}

.acf-image-aspect-ratio-crop-backdrop {
    background: rgb(0 0 0 / 20%) !important;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 20px;
    /* overflow: hidden; */
    background: #fff;
    min-width: 400px;
    max-width: 400px;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal {
    background: none;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-heading {
    height: auto;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    /* display: block; */
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-heading::after {
    content: "Please crop your photo to fit your face and part of the shoulders";
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    flex: 1;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-heading::before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 44px;
    padding: 5px 0 0 1px;
    margin: 0 15px 0 0;
    border: dashed 1px var(--c-gray-lighter);
    overflow: hidden;
    color: var(--c-gray-lighter);
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-heading .acf-image-aspect-ratio-crop-modal-heading-text {
    display: none;
    margin: 0;
    font-size: 17px;
    color: #000;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-heading .acf-image-aspect-ratio-crop-modal-heading-close {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--c-main);
    display: none;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-image-container {
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-image-container .cropper-container {
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-image-container .cropper-container .cropper-crop-box {
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-footer {
    height: auto;
    padding: 20px 20px;
    background: none;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-footer .acf-image-aspect-ratio-crop-modal-footer-status {
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-footer .acf-image-aspect-ratio-crop-modal-footer-buttons {
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-footer .acf-image-aspect-ratio-crop-modal-footer-buttons .aiarc-button {
    margin: 0 0 0 10px;
    padding: 1px 14px;
    border-radius: 10px;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-footer .acf-image-aspect-ratio-crop-modal-footer-buttons .aiarc-button.aiarc-button-link {
    color: #000;
    padding: 0;
    margin: 0 7px 0 0;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-footer .acf-image-aspect-ratio-crop-modal-footer-buttons .aiarc-button.aiarc-button-link svg {
    display: none
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-footer .acf-image-aspect-ratio-crop-modal-footer-buttons .aiarc-button.aiarc-button-default {
    color: #000;
    border: solid 1px #777;
    background: none;
}

.acf-image-aspect-ratio-crop-backdrop .acf-image-aspect-ratio-crop-modal-wrapper .acf-image-aspect-ratio-crop-modal .acf-image-aspect-ratio-crop-modal-footer .acf-image-aspect-ratio-crop-modal-footer-buttons .aiarc-button.aiarc-button-primary {
    background: var(--c-main);
    border: solid 1px var(--c-main);
}

#page .acf-switch {
    border: none;
    background: var(--c-gray-light);
    font-weight: 300;
}

#page .acf-switch.-on {
    background: var(--c-main);
    border: none;
}

#page .acf-switch-on {
    /* background:#0e5684; */
    /* border:solid 1px #0e5684; */
    text-shadow: none;
}

#page .acf-switch-off {
    /* border:solid 1px #0e5684 */
    background: none;
    color: var(--c-black);
}

#page .acf-switch-slider {
    /* border:solid 1px #0e5684 */
    border: none !important;
    background: #fff;
}

#page .acf-form .acf-form-submit {
    margin: 20px 0 0 0;
}
#page .acf-form .acf-form-submit .btn.secondary {
    margin: 0 10px 0 0;
}

#page .acf-form .acf-form-submit input {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    line-height: 1.1;
    padding: 15px 23px;
    border-radius: 10px;
    font-weight: 600;
    background: var(--c-main);
    border: none;
}
#page .acf-form .acf-form-submit input:hover {background:#000;}
#page .acf-form .acf-form-submit a  {}

#page .acf-form .acf-button.button[data-modal] {text-transform: none;font-size: 13px;color: #fff;line-height: 1.1;padding: 11px 19px;border-radius: 10px;font-weight: 600;background: var(--c-main);border: none;text-decoration: none;display: inline-flex;align-items: center;}
/*#page .acf-form .acf-button.button[data-modal]::before {content:"\f304";font-family: 'Font Awesome 6 Pro';margin: 0 9px 0 0;font-size: 18px;}*/
#page .acf-form .acf-button.button[data-modal]:hover {background: #000;}

#page .register-page .left-half .acf-form .acf-form-submit input {
    background: #000;
    color: #fff;
}

#page .register-page .acf-form .acf-form-submit input:hover {
    /* background: #000; */
    /* color: #fff; */
}

#page .register-page .acf-form .acf-fields .acf-field .acf-input {
}

#page .register-page .acf-form .acf-fields .acf-field.forgot_password .acf-input {
    text-align: right;
}

#page .register-page .acf-form .acf-fields .acf-field.forgot_password .acf-input p {
    margin: 0
}

#page .register-page .acf-form .acf-fields .acf-field.forgot_password .acf-input a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}

#page .register-page .acf-form .acf-fields .acf-required {
    /* color:#fff; */
}

#page .register-page .acf-form .acf-form-submit {
    /* margin: 0; */
}

#page .select2-container.-acf {
    z-index: 10;
}

#page .select2-container.-acf .selection {
}

#page .select2-container.-acf .selection .select2-selection {
    border: none;
    background: var(--c-gray-lighter);
    min-height: 50px;
    border-radius: 10px;
    height: auto;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
}
.dark-mode #page .select2-container.-acf .selection .select2-selection {background: #333;}

#page .select2-container.-acf .selection .select2-selection .select2-selection__rendered {
    line-height: 50px;
    padding: 0 30px 0 15px;
    font-size: 16px;
    color: #000;
    vertical-align: top;
}

#page .select2-container.-acf .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
    display: flex;
    align-items: center;
    font-size: 13px;
    background: var(--c-gray);
    border: none;
    color: #fff;
    padding: 10px 10px;
    height: auto;
    line-height: 1;
    margin: 9px 10px 0 0;
}

.dark-mode #page .select2-container.-acf .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
    background: #666;
}

#page .select2-container.-acf .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
    font-size: 18px;
    vertical-align: top;
    line-height: 1;
    margin: -7px 6px -5px 0;
}

#page .select2-container.-acf .selection .select2-selection .select2-selection__rendered .select2-selection__choice .acf-selection {
    color: #fff;
}

#page .select2-container.-acf .selection .select2-selection .select2-selection__rendered .select2-search {
}

#page .select2-container.-acf .selection .select2-selection .select2-selection__rendered .select2-search input {
    padding: 0 !important;
    height: 20px;
    border-radius: 0;
    margin: 0 !important;
    vertical-align: middle;
    background: none;
}

#page .select2-container.-acf .selection .select2-selection .select2-selection__rendered .acf-selection {
    color: var(--c-black);
}

#page .select2-container.-acf .selection .select2-selection .select2-selection__rendered .select2-selection__clear {
    display: none;
}

#page .select2-container.-acf .selection .select2-selection .select2-selection__arrow {
    height: 50px;
    width: 33px;
    top: 0;
}

#page .select2-container.-acf .selection .select2-selection .select2-selection__arrow b {
}

#page .filters-menu .select2-container {
}

#page .filters-menu .select2-container .selection {
}

#page .filters-menu .select2-container .selection .select2-selection {
    border: none;
    background: var(--c-gray-lightest);
    min-height: 50px;
    border-radius: 10px;
    height: auto;
    padding: 0 15px;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-search {
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
}

#page .filters-menu .select2-container .selection .select2-selection .select2-search textarea {
    height: 50px;
    margin: 0;
    line-height: 50px;
    font-size: 14px;
    font-family: 'Colgate';
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: 48px;
    padding: 0;
    font-size: 16px;
    color: #000;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    max-width: calc(100% - 0px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
    display: flex;
    align-items: center;
    font-size: 13px;
    background: #ccc;
    border: none;
    color: #fff;
    height: auto;
    line-height: 1;
    margin: 0 5px 0 0;
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    border-radius: 5px;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
    font-size: 18px;
    vertical-align: top;
    line-height: 1;
    margin: 0;
    border: none;
    margin: 0 0 0;
    top: 0;
    padding: 0;
    order: 2;
    position: unset;
    background: none;
    margin: 0 0 0 4px;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
    color: #fff;
    padding: 0;
    order: 1;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__rendered .select2-search {
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__rendered .select2-search input {
    padding: 0 !important;
    height: 20px;
    border-radius: 0;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__rendered .acf-selection {
    color: #000;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__clear {
    display: none;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__arrow {
    height: 50px;
    width: 33px;
    top: 0;
}

#page .filters-menu .select2-container .selection .select2-selection .select2-selection__arrow b {
}

#page .acf-repeater.-table {
}

#page .acf-repeater.-table .acf-table {
    border: none;
    background: none;
    margin: 30px 0 15px 0;
    border-bottom: solid 2px var(--c-gray-lightest);
}

#page .acf-repeater.-table .acf-table thead {
}

#page .acf-repeater.-table .acf-table thead tr {
}

#page .acf-repeater.-table .acf-table thead tr th {
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px;
    /* width: auto !important; */
    background: none;
    color: var(--c-black);
}

#page .acf-repeater.-table .acf-table thead tr th[data-name="question"] {
    /* width: 10% !important; */
}

#page .acf-repeater.-table .acf-table tbody tr {
    box-shadow: none;
}

#page .acf-repeater.-table .acf-table tbody tr td {
    background: none;
    padding: 15px;
    border: none;
    color: var(--c-black);
    font-size: 14px;
    width: auto !important;
    border-top: solid 2px var(--c-gray-lightest);
    text-shadow: none;
}

#page .acf-repeater.-table .acf-table tbody tr td .acf-actions {
    margin: 0 0 20px 0;
}

#page .acf-repeater.-table .acf-table tbody tr td .acf-actions a {
    font-size: 13px;
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle {
    vertical-align: top !important;
    padding: 15px 0 0 0;
    text-align: center !important;
    width: 40px !important;
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle.remove {
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle a {
    right: 0;
    text-decoration: none !important;
    color: var(--c-black);
    background: var(--c-white);
    border: solid 1px var(--c-gray-light);
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle a.-plus {
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle a.-plus::before {
    content: "\e910";
    font-family: icomoon;
    font-size: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle a.-minus {
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle a.-minus:before {
    content: "\f068";
    line-height: 18px;
    padding: 0;
    vertical-align: top;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle a.-duplicate {
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle a.-duplicate::before {
    content: "\f0c5";
    font-weight: 500;
    font-family: "Font Awesome 6 Pro";
    box-shadow: none;
    margin: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    opacity: 1;
    top: auto;
    left: auto;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    position: relative;
    padding: 0 0 0 2px;
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle a.-duplicate::after {
    content: none
}

#page .acf-repeater.-table .acf-table tbody tr td.acf-row-handle a:hover {
    border: solid 1px #000;
    color: #000;
    background: #fff;
}

#page .acf-repeater.-block {
}

#page .acf-repeater.-block .acf-table {
    border: none;
    background: none;
    margin: 0 0 15px 0;
    border-bottom: solid 2px var(--c-gray-light);
}

#page .acf-repeater.-block .acf-table thead {
}

#page .acf-repeater.-block .acf-table thead tr {
}

#page .acf-repeater.-block .acf-table thead tr th {
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px;
    width: auto !important;
}

#page .acf-repeater.-block .acf-table thead tr th[data-name="question"] {
    /* width: 10% !important; */
}

#page .acf-repeater.-table .acf-table tbody tr {
    box-shadow: none;
}

#page .acf-repeater.-block .acf-table tbody tr td {
    background: none;
    padding: 15px !important;
    border: none;
    color: var(--c-black);
    font-size: 14px;
    width: auto !important;
    border: none !important;
    border-top: solid 2px var(
        --c-gray-light) !important;
    text-shadow: none;
}

#page .acf-repeater.-block .acf-table tbody tr td .acf-actions {
    margin: 0 0 20px 0;
}

#page .acf-repeater.-block .acf-table tbody tr td .acf-actions a {
    font-size: 13px;
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle {
    vertical-align: top !important;
    padding: 25px 0 0 0;
    text-align: center !important;
    width: 40px !important;
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle.remove {
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle a {
    right: 0;
    text-decoration: none !important;
    color: var(--c-black);
    background: var(--c-white);
    /* border: none; */
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle a.-plus {
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle a.-plus::before {
    content: "\f067";
    line-height: 18px;
    padding: 0;
    vertical-align: top;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle a.-minus {
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle a.-minus:before {
    content: "\f068";
    line-height: 18px;
    padding: 0;
    vertical-align: top;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle a.-duplicate {
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle a.-duplicate::before {
    content: "\f0c5";
    font-weight: 500;
    font-family: "Font Awesome 6 Pro";
    box-shadow: none;
    margin: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    opacity: 1;
    top: auto;
    left: auto;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    position: relative;
    padding: 0 0 0 2px;
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle a.-duplicate::after {
    content: none
}

#page .acf-repeater.-block .acf-table tbody tr td.acf-row-handle a:hover {
    border: solid 1px #000;
    color: #000;
    background: #fff;
}

#page .acf-repeater.-table .acf-table tbody tr td .acf-repeater.-table .acf-table {
    margin: -10px 0 0 0;
    border: none;
}

#page .acf-repeater.-table .acf-table tbody tr td .acf-repeater.-table .acf-table thead {
    display: none;
}

#page .acf-repeater.-table .acf-table tbody tr td .acf-repeater.-table .acf-table thead tr th.acf-row-handle {
    width: 40px!important;
}

#page .acf-repeater.-table .acf-table tbody tr td .acf-repeater.-table .acf-table tbody {
}

#page .acf-repeater.-table .acf-table tbody tr td .acf-repeater.-table .acf-table tbody tr {
}

#page .acf-repeater.-table .acf-table tbody tr td .acf-repeater.-table .acf-table tbody tr td {
    border: none;
    background: none;
}

#page .acf-repeater.-table .acf-table tbody tr td .acf-repeater.-table .acf-table tbody tr td.acf-row-handle {
    width: 40px!important;
}

#page .acf-images-table .acf-repeater.-table .acf-table thead tr {
}

#page .acf-images-table .acf-repeater.-table .acf-table thead tr th {
}

#page .acf-images-table .acf-repeater.-table .acf-table thead tr th[data-name="image"] {
    width: 20% !important;
}

#page .acf-images-table .acf-repeater.-table .acf-table thead tr th[data-name="caption"] {
}

.acf-tooltip {
    font-size: 12px !important;
}

.select2-container {
}

.select2-container .select2-dropdown {
    border: none;
    background: var(--c-gray-lighter);
    box-shadow: none;
}
.dark-mode .select2-container .select2-dropdown {background:#333}

.select2-container .select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 -10px 0 var(--c-gray-lighter);
}
.dark-mode .select2-container .select2-dropdown.select2-dropdown--below {
    box-shadow: 0 -10px 0 #333, 0 0 10px rgb(0 0 0 / 10%);
}

.select2-container .select2-dropdown.select2-dropdown--above {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 6px 0 var(--c-gray-lighter);
}

.select2-container .select2-dropdown .select2-search.select2-search--dropdown {
    padding: 10px 15px 10px;
}

.select2-container .select2-dropdown .select2-search.select2-search--dropdown input {
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    font-weight: 300;
    font-size: 14px;
    background: var(--c-white);
}

.select2-container .select2-dropdown .select2-results {
}

.select2-container .select2-dropdown .select2-results .select2-results__options {
    font-size: 14px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    color: var(--c-black);
    background: var(--c-gray-white) !important;
    padding: 5px 15px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background: var(--c-main) !important;
    color: #fff;
}

#page .acf-form .acf-fields .acf-field.email-preferences .acf-label label {
    font-size: 18px;
    color: var(--c-black);
}

#page .acf-form .acf-fields .acf-field.email-preferences .acf-input {
    background: var(--c-gray-lightest);
    padding: 25px;
    border-radius: 10px;
    margin: 10px 0 10px 0;
}

.email-preferences .acf-checkbox-list li {
    margin: 0 0 15px 0 !important;
}

.email-preferences .acf-checkbox-list li:last-child {
    margin: 0 0 0 0 !important;
}

.email-preferences .acf-checkbox-list li label::before {
    background: #fff;
    border: solid 1px #e5e5e5;
}

.email-preferences .acf-checkbox-list li label.selected::before {
    background: var(--c-main);
    border: solid 1px var(--c-main);
}

.register-page {
    display: grid;
    grid-template-columns: repeat(1,1fr) !important;
    /* grid-gap: 40px; */
    /* align-items: start; */
}

.register-page .col-full {
    grid-column: span 5;
}

.register-page .col-left {
    grid-column: span 3;
    border: solid 2px var(--c-gray-lightest);
    padding: 30px;
    border-radius: 20px;
}

.register-page .col-left h2 {
    font-size: 21px;
    font-weight: 600;
}

.register-page .col-right {
    background: none;
    padding: 0;
    border-radius: 20px 20px 0 0;
    /* color: #fff; */
    /* grid-column: span 2; */
    background: #fff;
    padding: 30px;
}

.register-page .col-right h2 {
    font-weight: 600;
    font-size: 21px;
}

.register-page .register {
    background: var(--c-main);
    color: #fff;
    margin: 0;
    padding: 30px 30px 30px 30px;
    border-radius: 0 0 20px 20px;
    text-align: center;
}
.register-page .register h2 {
    font-weight: 800;
    font-size: 22px;
    margin: 0 0 2px 0;
    color: #fff;
}
.register-page .register .btn {
    background: #000;
}

#login-form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}

#login-form .error {
    grid-column: span 2;
    font-size: 13px;
    line-height: 1.3;
    border: solid 1px #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
}

#login-form .form-row {
    margin: 0;
}

#login-form .form-row.text-right {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}

#login-form input[type="text"] {
    border: none;
    padding: 0 15px;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    background: var(--c-gray-lighter);
}

#login-form input[type="password"] {
    border: none;
    padding: 0 15px;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    background: var(--c-gray-lighter);
}

#login-form input[type="submit"] {
    width: auto;
    text-transform: none;
    font-size: 15px;
    color: #fff;
    line-height: 1.1;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 700;
    background: var(--c-main);
    border: none;
    text-transform: uppercase;
}
#login-form input[type="submit"]:hover {background:#000;}

#login-form .form-row input[type="checkbox"] {
    display: none;
}

#login-form .form-row label {
    font-size: 14px;
    position: relative;
    padding: 0 0 0 32px;
    font-weight: 400;
    cursor: pointer;
}

#login-form .form-row label::before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: var(--c-gray-lighter);
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0px;
}

#login-form .form-row input:checked + label::before {
}

#login-form .form-row input:checked + label::after {
    content: "\f00c";
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    background: var(--c-main);
}

#login-form a {
    /* color: #fff; */
    border-bottom: solid 2px var(--c-main);
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1200px) {
    .register-page {
        grid-template-columns: repeat(1,1fr);
    }

    .register-page .col-full {
        grid-column: span 1;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .register-page .col-right {
        grid-column: span 1;
        grid-row-start: 2;
        grid-row-end: 3;
        margin-top: -50px;
    }

    .register-page .register {
        grid-column: span 1;
        border: none;
        padding: 0;
        grid-row-start: 3;
    }
}

@media (max-width: 767px) {
    .register-page .col-left h2 {
        font-size: 18px;
    }

    .register-page .col-right {
        margin: -50px -20px 0 -20px;
        border-radius: 0;
    }

    #login-form {
        grid-template-columns: repeat(2,1fr);
    }

    #login-form .form-row {
        /* text-align: left !important; */
    }

    #login-form .form-row {
        grid-column: span 2;
    }

    #login-form .form-row.half {
        grid-column: span 1;
        /* text-align: center !important; */
    }

    #login-form input[type="submit"] {
        width: 100%;
        margin: 9px 0 0 0;
    }

    #login-form a {
        margin: -7px 0 0 0;
        display: inline-block;
        letter-spacing: -0.5px;
    }
}

.forgot-password {
    max-width: 100%;
    background: var(--c-gray-lightest);
    padding: 30px;
    border-radius: 20px;
}

.forgot-password .acf-field input[type=email] {
    background: #fff;
}

body .acf-ui-datepicker {
}

body .acf-ui-datepicker #ui-datepicker-div {
    border: none;
    background: var(--c-white);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 20px 15px 0 15px;
    border-radius: 10px;
    min-width: 300px;
    /* margin: -9px 0 0 0; */
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-header {
    background: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 20px 0;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-header > a {
    margin: 0;
    position: relative;
    text-decoration: none;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-header > a.ui-datepicker-prev {
    color: var(--c-black);
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-header > a.ui-datepicker-next {
    order: 3;
    color: var(--c-black);
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    order: 2;
    margin: 0 auto;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
    height: 30px;
    min-width: 90px;
    height: 30px;
    font-size: 12px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: var(--c-gray-lightest) !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 7px) !important;
    background-position-y: 50% !important;
    border-radius: 5px;
    padding: 0 35px 0 15px;
    border: none;
    height: 35px;
    font-weight: 300;
    color: var(--c-black);
}

body.dark-mode .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar {
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar thead {
    background: none;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar thead tr {
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar thead tr th {
    background: none !important;
    border: none;
    font-weight: 600;
    color: var(--c-black);
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar tbody {
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar tbody tr {
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
    background: var(--c-white)
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    line-height: 35px;
    color: var(--c-black);
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover {
    background: var(--c-main) !important;
    color: #fff;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
    background: var(--c-main);
    color: #fff;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-timepicker-div {
    padding: 0 !important;
    margin: 0 0 10px 0;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-timepicker-div dl {
}

body .acf-ui-datepicker #ui-datepicker-div .ui-timepicker-div dl dt {
}

body .acf-ui-datepicker #ui-datepicker-div .ui-timepicker-div dl dd {
}

body .acf-ui-datepicker #ui-datepicker-div .ui-timepicker-div dl dd select {
    height: 30px;
    font-size: 12px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: var(--c-gray-lightest) !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: calc(100% - 7px) !important;
    background-position-y: 50% !important;
    border-radius: 5px;
    padding: 0 35px 0 15px;
    border: none;
    height: 35px;
    font-weight: 300;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-timepicker-div dl dd::before {
    margin: 0 5px;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-buttonpane {
    margin: 0 -15px 0 !important;
    padding: 10px 15px !important;
    border: none !important;
    background: var(--c-gray-lighter) !important;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-buttonpane button {
    color: #fff !important;
    border: none !important;
    background: var(--c-main) !important;
    border-radius: 5px;
}

body .acf-ui-datepicker #ui-datepicker-div .ui-datepicker-buttonpane button:last-child {
}

.acfe-modal-overlay {
    background: rgb(255 255 255 / 80%) !important;
}


.dark-mode .acfe-modal-overlay {
    background: rgb(40 40 40 / 80%) !important;
}

body .acfe-modal.-open {
    margin: 0 !important;
}


.acfe-modal.-open.acfe-modal-sub>.acfe-modal-wrapper::before {
    background: none !important;
}

body .acfe-modal.-open .acfe-modal-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 40px rgb(0 0 0 / 15%);
    overflow: visible;
    background: var(--c-white);
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-title {
    padding: 20px 40px 0 40px;
    color: var(--c-black);
    background: none;
    border: none;
    height: auto;
    margin: 0 0 -20px 0;
    z-index: 3;
    background: var(
        --c-white);
    border-radius: 20px 20px 0 0;
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-title .title {
    text-transform: uppercase;
    color: var(--c-black);
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-title .title .acf-fc-layout-order {
    display: none
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-title .close {
    background: var(--c-main);
    opacity: 1;
    color: #fff !important;
    border-radius: 50%;
    right: -20px;
    top: -20px;
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-title .close::before {
    content: "\e90d";
    font-family: icomoon;
    font-size: 17px;
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content {
    padding: 40px;
    background: none;
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails {
    padding: 0;
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails.acfe-col-4 ul {grid-template-columns: repeat(4,1fr);}
body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails.acfe-col-4 ul li a div {
    height: 140px;
    background-size: 250px auto;
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails.acfe-col-3 ul {
    grid-template-columns: repeat(3,1fr);
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails ul::after {
    content: none
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails ul li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: none;
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails ul li a {
    border: none;
    background: none !important;
    padding: 0;
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails ul li a div {
    margin: 0 0 0 0;
    height: 200px;
    opacity: 0.4;
    background-size: 170px auto;
}

body .acfe-modal.-open .acfe-modal-wrapper .acfe-modal-content .acfe-flex-thumbnails ul li a span {
    color: #000;
    font-size: 15px;
    line-height: 1;
    display: block;
    margin: 10px 0 0 0;
    font-weight: 400;
}

.acf-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}

.acf-item .banner {
    max-width: 180px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.acf-item .text {
    margin: 0 auto 0 0;
    flex: 1;
    padding: 0 80px 0 0;
}

.acf-item .text .name {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    display: block;
    line-height: 1.2;
    margin: 0 0 15px 0;
}

.acf-item .text .speakers {
}

.acf-item .text .speakers .photos {
    margin: 0 0 7px 0;
}

.acf-item .text .speakers .photos img {
    max-width: 50px;
    border-radius: 50%;
    border: solid 1px var(--c-main);
    margin: 0 10px 0 0;
}

.acf-item .text .speakers .names {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
}

.acf-item .text .speakers .names span {
    font-weight: 300;
    opacity: 0.5;
}

.acf-item .text .sponsors {
    margin: 20px 0 0 0;
}

.acf-item .text .sponsors img {
    max-height: 30px;
    width: auto;
    margin: 0 20px 0 0;
}

.acf-item .ce-credits {
    margin: 0 0 0 auto;
    background: #fff;
    border-radius: 50%;
    flex: 0 1 60px;
    margin: 0;
}

.acf-item .ce-credits img {
    max-width: 60px;
    filter: grayscale(1);
    opacity: 0.5;
}

body .acf-flexible-content .layout {
    border: none;
    background: var(--c-gray-lightest);
    padding: 20px;
    border-radius: 20px;
}

body .acf-flexible-content .layout .acf-fc-layout-handle {
    padding: 10px 0 11px 0;
    border-bottom: solid 4px var(--c-gray-light) !important;
    color: var(--c-black);
}

body .acf-flexible-content .layout .acf-fc-layout-handle .acf-fc-layout-order {
    background: none;
    border: solid 1px #bbb;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 28px;
    margin: 0 10px 0 0;
    color: var(--c-black);
}

body .acf-flexible-content .layout .acf-fc-layout-handle .acfe-layout-title {
}

body .acf-flexible-content .layout .acf-fc-layout-controls {
    top: 39px;
    right: 20px;
}

body .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon {
}

body .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-collapse {
    border: none;
    background: none;
}

body .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-collapse::before {
    font-family: icomoon;
    content: "\e911";
    transform: rotate(270deg);
    transition: all 0.3s;
    color: #000;
}

body .acf-flexible-content .layout.-collapsed .acf-fc-layout-controls .acf-icon.-collapse::before {
    transform: rotate(90deg);
}

body .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-collapse::after {
}

body .acf-flexible-content .layout .acf-fc-layout-controls .acfe-fc-preview {
}

body .acf-flexible-content .layout .acfe-fc-placeholder {
    background: none;
}

body .acf-flexible-content .layout .acfe-fc-placeholder .button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--c-main);
    color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}

body .acf-flexible-content .layout .acfe-fc-placeholder .button span {
    display: block;
    line-height: 46px;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

body .acf-flexible-content .layout .acfe-fc-placeholder .button span::before {
}

body .acf-flexible-content .layout .acfe-fc-placeholder .acfe-fc-overlay {
    display: none;
}

body .acf-flexible-content .layout .acfe-fc-placeholder .acfe-flexible-placeholder {
}

body .acf-flexible-content .layout[data-layout="quiz"] .acfe-fc-placeholder .acfe-flexible-placeholder {
    height: auto
}

body .acf-flexible-content .layout[data-layout="quiz"] .acf-fc-layout-handle {
    border: none !important;
    margin: 0;
    padding: 0px 0px;
}

body .acf-flexible-content .layout[data-layout="quiz"] .acf-fc-layout-controls {
    top: 26px;
}

body .acf-flexible-content .layout[data-layout="quiz"] .acfe-fc-placeholder .button {
    top: -15px !important;
}

.acf-builder-block {
    margin-top: 20px;
}

.acf-builder-block.text {
}

.acf-builder-block.text h2 {
    color: var(--c-main);
    font-weight: 600;
    margin: 0 0 10px 0;
}

.acf-builder-block.text h3 {
}

.acf-builder-block.text p {
}

.acf-builder-block.quote {
    background: var(--c-main);
    color: #fff;
    padding: 40px 60px;
    font-style: italic;
    font-size: 30px;
    border-radius: 0 0 70px 70px;
    line-height: 1.2;
}

.acf-builder-block.images {
}

.acf-builder-block.images .caption {
    text-align: center;
    font-size: 12px;
    margin: 10px 0 0 0px;
    opacity: 0.7;
}

.acf-builder-block.images .description {
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 50px 0 0 0;
    font-style: italic;
}

.acf-builder-block.images {
}

.acf-builder-block.images .img img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.acf-builder-block.images.alignright {
    text-align: center
}

.acf-builder-block.images.alignright .img img {
    border: none;
    padding: 0;
}

.acf-builder-block.images.alignright .img .caption {
    margin: 5px 0
}

.acf-builder-block.images.images-1 {
    grid-template-columns: repeat(1, 1fr);
}

.acf-builder-block.images.images-2 {
    grid-template-columns: repeat(2, 1fr);
}

.acf-builder-block.images.images-3 {
    grid-template-columns: repeat(3, 1fr);
}

.acf-builder-block.images.images-4 {
    grid-template-columns: repeat(4, 1fr);
}

.acf-builder-block.images.images-5 {
    grid-template-columns: repeat(5, 1fr);
}

.acf-builder-block.images.captions-above {
    margin: 0 0 10px 0;
}

.acf-builder-block.images .row-group {
    display: flex;
    grid-gap: 30px;
    margin: 0;
    width: 100%;
}

.acf-builder-block.images .row-group .img {
    position: relative
}

.acf-builder-block.images .row-group .img a {
    display: block
}

.acf-builder-block.images .row-group p:empty {
    display: none
}

.acf-builder-block.images .row-group .caption {
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 5px;
}

body .course-builder .acf-flexible-content .layout {
}

body .course-builder .acf-flexible-content .layout > .acf-fields {
    margin: 7px 0 0 0;
}

body .course-builder .acf-flexible-content .layout > .acf-fields .acf-tab-wrap {
    margin: 0 0 0 0 !important;
}

body .course-builder .acf-flexible-content .layout.-collapsed > .acf-fc-layout-handle {
    border: none !important;
    padding: 0;
}

body .course-builder .acf-flexible-content .layout .layout {
    border: solid 2px #ddd;
}

body .course-builder .acf-flexible-content .layout .layout .layout {
    /* border:none; */
}

body .course-builder .acf-flexible-content .layout.-collapsed .acf-fc-layout-controls {
    top: 25px;
}

body .course-builder .acf-flexible-content .layout .layout .acf-fc-layout-controls {
    top: 25px;
}

#page .acf-form .acf-fields .course-builder .acf-tab-wrap .acf-tab-group {
    overflow: visible;
    padding-top: 0;
    /* margin: 0 -10px -10px; */
}

#page .acf-form .acf-fields .course-builder .acf-tab-wrap .acf-tab-group li.active a {
    /* background:var(--c-main); */
    /* color: #fff; */
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
}

#page .acf-form .acf-fields .course-builder .acf-tab-wrap .acf-tab-group::after {
    content: none;
}

#page .acf-form .acf-fields .course-builder .acf-tab-wrap .acf-tab-group li {
}

#page .acf-form .acf-fields .course-builder .acf-tab-wrap .acf-tab-group li a {
    padding: 0;
    margin: 0 20px 0 0;
    border-radius: 0;
    color: #999;
    font-size: 12px;
    background: none;
}

#page .acf-form .acf-fields .course-builder .acf-tab-wrap .acf-tab-group li.active a {
    background: none;
    color: #000;
}

#page .acf-form .acf-fields .course-builder .acf-fields {
    grid-row-gap: 5px;
}

.course-builder .acf-field input[type=text], .course-builder .acf-field input[type=password], .course-builder .acf-field input[type=date], .course-builder .acf-field input[type=datetime], .course-builder .acf-field input[type=datetime-local], .course-builder .acf-field input[type=email], .course-builder .acf-field input[type=month], .course-builder .acf-field input[type=number], .course-builder .acf-field input[type=search], .course-builder .acf-field input[type=tel], .course-builder .acf-field input[type=time], .course-builder .acf-field input[type=url], .course-builder .acf-field input[type=week], .course-builder .acf-field textarea, .course-builder .acf-field select {
    background: #fff;
}

.course-builder .acfe-modal-content > .acf-fields > .acf-field:not(.acf-field-flexible-content) input[type=text] {
    background: var(--c-gray-lightest);
}

#page .course-builder .acf-repeater.-table .acf-table, #page .course-builder .acf-repeater.-block .acf-table {
    margin: 0 0 10px 0;
}

#page .course-builder .acf-repeater.-table .acf-table tr td, #page .course-builder .acf-repeater.-block .acf-table tr td {
    padding: 8px 15px !important;
}

#page .course-builder .acf-repeater.-table .acf-table tr td.coordinates-image {
    width: 50% !important;
}

#page .course-builder .acf-repeater.-table .acf-table tr td.coordinates-image img {
    margin-bottom: 10px;
}

#page .course-builder .acf-repeater.-table .acf-table tr td.coordinates-image input {
    display: none
}

#page .course-builder .acf-flexible-content .layout .acf-fc-layout-handle {
    margin: 0 0 20px 0;
}

#page .course-builder .acf-flexible-content .layout.-collapsed .acf-fc-layout-handle {
    margin: 0;
}

#page .course-builder .acf-repeater.-table .acf-table thead tr th {
    background: #eee;
    padding: 10px;
}

#page .course-builder .acf-table tr td {
    border: none !important;
}

#page .course-builder .acf-table tr td.acf-row-handle.order {
    background: #eee !important;
}

#page .course-builder .quicktags-toolbar {
    border: none
}

#page .course-builder .acf-editor-wrap .wp-editor-container {
    border: none
}

body .course-builder .acf-flexible-content .layout .layout .acfe-fc-placeholder .button {
    top: auto;
    bottom: 0;
    transform: translate(-50%,0%);
}

body .course-builder .acf-flexible-content .layout .acfe-fc-placeholder .-preview {
    min-height: unset;
    height: auto;
    padding: 0px 30px 0 44px;
    font-weight: 300;
}

body .course-builder .acf-flexible-content .layout .layout .acfe-fc-placeholder .-preview > *:last-child {
    margin-bottom: 0 !important;
}

#page .course-builder .acf-flexible-content .acfe-modal-content {
}

#page .course-builder .acf-flexible-content .acfe-modal-content > .acf-fields {
    grid-row-gap: 15px;
}

#page .course-builder .acf-flexible-content .acfe-modal-content > .acf-fields > .acf-field {
}

#page .course-builder .acf-flexible-content .acfe-modal-content > .acf-fields > .acf-field > .acf-input {
}

#page .course-builder .acf-flexible-content .acfe-modal-content > .acf-fields > .acf-field > .acf-input > .acf-flexible-content {
}

#page .course-builder .acf-flexible-content .acfe-modal-content > .acf-fields > .acf-field > .acf-input > .acf-flexible-content > .values {
}

#page .course-builder .acf-flexible-content .acfe-modal-content > .acf-fields > .acf-field > .acf-input > .acf-flexible-content > .values > .layout {
    border: none;
}

#page .course-builder .acf-flexible-content .acfe-modal-content > .acf-fields > .acf-field > .acf-input > .acf-flexible-content > .values > .layout.-collapsed > .acf-fc-layout-handle {
    display: none
}

#page .course-builder .acf-flexible-content .acfe-modal-content > .acf-fields > .acf-field > .acf-input > .acf-flexible-content > .values > .layout.-collapsed > .acf-fc-layout-controls {
    display: none
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout.-collapsed .acf-fc-layout-handle {
    /* display: none; */
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout.-collapsed .acf-fc-layout-controls {
    /* display: none; */
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout.-collapsed .acfe-fc-preview {
    padding: 0 0 0 0;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout.-collapsed .acfe-fc-preview .button {
    transform: translate(-50%,-50%);
    bottom: auto;
    top: 50%;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout.-collapsed .acfe-fc-preview .-preview {
    padding: 0;
}

#page .course-builder .acf-flexible-content .acfe-fc-preview ul {
    margin: 10px 0 20px 0;
}

#page .course-builder .acf-flexible-content .acfe-fc-preview ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 7px 0;
}

#page .course-builder .acf-flexible-content .acfe-fc-preview ul li::before {
    content: "";
    position: absolute;
    background: var(--c-main);
    width: 8px;
    height: 8px;
    top: 8px;
    border-radius: 50%;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout.-collapsed .acfe-fc-preview .-preview p {
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout.-collapsed .acfe-fc-preview .-preview h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container .image {
    flex: 0 1 50%;
    position: relative;
    padding: 10px;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container .image .open .tooltip-trigger {
    background: var(--c-main);
    color: #fff;
    animation: none
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container .image .tooltip-trigger {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    display: block;
    position: absolute;
    left: 30px;
    top: 30px;
    border-radius: 50%;
    text-align: center;
    color: var(--c-main);
    font-weight: 600;
    animation: pulse 2s infinite;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container .image .info {
    position: absolute;
    top: 0;
    left: 0;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container .image .info.open::before {
    content: "";
    width: 30px;
    display: block;
    height: 80px;
    position: absolute;
    left: 50px;
    top: 20px;
    /* background: red; */
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container .image .info.open::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 9px 7px 0;
    border-color: transparent #fff transparent transparent;
    display: block;
    position: absolute;
    top: 38px;
    left: 72px;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container .image .info .info-text {
    padding: 20px;
    position: absolute;
    top: 20px;
    left: 80px;
    background: #fff;
    width: 380px;
    font-size: 14px;
    border-radius: 10px;
    display: none;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container .image .info.open .info-text {
    display: block;
}

#page .course-builder .acf-flexible-content .acfe-modal-content .layout .acfe-fc-preview .-preview .images-container .image img {
    border-radius: 10px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255 255 255 / 30%);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(255 255 255 / 30%);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(255 255 255 / 30%);
    }
}

.hotspot-image {
    position: relative;
}

.hotspot-image img {
}

.hotspot-image .info {
    position: absolute;
}

.hotspot-image .info i {
    background: var(--c-main);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    display: block;
    /* position: absolute; */
    left: 30px;
    top: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    animation: pulse 2s infinite;
}

.hotspot-image .info.open::before {
    content: "";
    width: 30px;
    display: block;
    height: 80px;
    position: absolute;
    left: 50px;
    top: -10px;
    /* background: red; */
}

.hotspot-image .info.open::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 9px 7px 0;
    border-color: transparent #fff transparent transparent;
    display: block;
    position: absolute;
    top: 7px;
    left: 41px;
}

.hotspot-image .info .info-text {
    padding: 20px;
    position: absolute;
    top: -15px;
    left: 50px;
    background: #fff;
    width: 300px;
    font-size: 14px;
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.hotspot-image .info .info-text img {
    /* max-width:200px; */
}

.hotspot-image .info.open .info-text {
    display: block;
}

.course-builder .slide {
    background: #fff;
    padding: 70px;
    font-size: 20px;
    margin: 20px 0 0 0;
    width: 715px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-builder .slide.intro {
    text-align: center;
}

.course-builder .slide.intro h2 {
    margin: 0;
    font-size: 30px !important;
    margin: 0 0 6px 0;
}

.course-builder .slide.video h2 {
    margin: 0;
    font-size: 26px !important;
    margin: 0 0 6px 0;
}

.course-builder .slide.intro p {
}

.course-builder .slide.intro p:empty {
    display: none
}

.course-builder .slide.intro .btn {
    background: var(--c-main);
    color: #fff;
    border: solid 1px var(--c-main);
}

.hotspot-image .info.pos-left.open::before {
    left: auto;
    right: 20px;
}

.hotspot-image .info.pos-left.open::after {
    left: auto;
    right: 42px;
    transform: rotate(180deg);
}

.hotspot-image .info.pos-left .info-text {
    left: auto;
    right: 50px;
}

.acf-field-repeater>.acf-input>.acf-repeater>.acfe-repeater-stylised-button {
    border: dashed 2px var(--c-gray-lighter) !important;
}

#page .acf-form#invite-students {
    background: var(--c-gray-lightest);
    padding: 25px;
    border-radius: 20px;
}

#page .acf-form#invite-students .note {
    background: var(--c-gray-lighter);
}

.high-contrast #page .acf-form#invite-students .note {
    color: var(--c-black);
    background: none;
    border: solid 2px var(--c-gray-lighter);
}

.high-contrast #page .acf-form#invite-students .note::before {
    opacity: 1
}

.dark-mode #page .acf-form#invite-students .note {
    color: #fff
}

#page .acf-form#invite-students textarea {
    background: #fff
}

#page .acf-form#invite-students input[type="text"], #page .acf-form#invite-students input[type="email"] {
    background: #fff;
}

#page .acf-form#invite-students .acf-input {}
#page .acf-form#invite-students .acf-input p:last-child {margin: 0 }
#page .acf-form#invite-students .invite-students-table .acf-table {margin-top: 5px; }
#page .acf-form#invite-students .invite-students-table .acf-table thead {display: none }
#page .acf-form#invite-students .invite-students-table .acf-table tbody tr td.order {display: none; }
#page .acf-form#invite-students .invite-students-table .acf-table tbody tr td:nth-child(2) {padding-left: 0 }

#page #poll_of_the_month {}
#page #poll_of_the_month .acf-fields {}
#page #poll_of_the_month .acf-fields .acf-field {}
#page #poll_of_the_month .acf-fields .acf-field.acf-field-radio {margin: -10px 0 0 0; }
#page #poll_of_the_month .acf-fields .acf-field > .acf-label {/* display: none; */ }
#page #poll_of_the_month .acf-fields .acf-field > .acf-input {}
#page #poll_of_the_month .acf-fields .acf-field > .acf-input p {margin: 0; font-weight: 600; }

#page #poll_of_the_month .acf-fields .acf-field.acf-field-radio > .acf-label {display: none }
#page #poll_of_the_month .acf-fields .acf-field.acf-field-radio .acf-radio-list {}
#page #poll_of_the_month .acf-fields .acf-field.acf-field-radio .acf-radio-list li {font-size: 15px; margin: 0 0 10px 0; }
#page #poll_of_the_month .acf-fields .acf-field.acf-field-radio .acf-radio-list li label {position: relative; padding: 0 0 0 28px; cursor: pointer; }
#page #poll_of_the_month .acf-fields .acf-field.acf-field-radio .acf-radio-list li label::before {content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; display: block; background: var(--c-gray-lightest); border-radius: 50%; border: solid 1px var(--c-gray-lighter); }
#page #poll_of_the_month .acf-fields .acf-field.acf-field-radio .acf-radio-list li label.selected::before {content: ""; background: var(--c-main); border: solid 1px var(--c-main); }
#page #poll_of_the_month .acf-fields .acf-field.acf-field-radio .acf-radio-list li label.selected::after {content: ""; display: block; width: 20px; height: 20px; background: #fff; position: absolute; top: 2px; left: 0; border-radius: 50%; transform: scale(0.5); }

#page #poll_of_the_month .acf-fields .acf-field.acf-field-radio .acf-radio-list li label input {display: none; }



body ul.acf-radio-list li {margin: 3px 0}
body .acf-field.acf-field-flexible-content>.acf-input>.acf-flexible-content>.acfe-flexible-stylised-button {border: 2px dashed var(--c-gray-light); }


.field-hide{display:none; visibility: hidden; }


#page .acf-form.new-course-basic {}
#page .acf-form.new-course-basic.is-invalid {margin-top: 20px; }
#page .acf-form.new-course-basic .acf-fields .acf-tab-wrap {margin: 0 0 20px 0;}

#page .course-basic .acf-form.new-course-basic > .acf-fields > .acf-field > .acf-input .acf-fields > .acf-tab-wrap > .acf-tab-group {padding: 0; }
#page .course-basic .acf-form.new-course-basic > .acf-fields > .acf-field > .acf-input .acf-fields > .acf-tab-wrap > .acf-tab-group::after {content: none; }
#page .acf-form.new-course-basic .acf-flexible-content .layout {background: var(--c-gray-lighter); } 




body .acfe-modal.-open.acfe-modal-select-lessons {}
body .acfe-modal.-open.acfe-modal-select-lessons .acfe-modal-wrapper { max-width: 1000px; height: auto; min-height: unset; }
body .acfe-modal.-open.acfe-modal-select-lessons .acfe-modal-wrapper .acfe-modal-title {}
body .acfe-modal.-open.acfe-modal-select-lessons .acfe-modal-wrapper .acfe-modal-title .title {display:none}



.cw-info-toggle { background: var(--c-gray-lightest); padding: 20px 20px 20px 64px; border-radius: 10px; }
.cw-info-toggle::before {content:"\e49a";font-family: "Font Awesome 6 Pro";position: absolute;left: 20px;top: 10px;font-size: 29px;font-weight: 300;opacity: 0.5;}
.cw-info-toggle.hide {display: none;}
.cw-info-toggle .note { background: none; /*margin-left: -40px;*/ padding: 0 0 0 29px; }
.cw-info-toggle .note::before { left: 0; top: 0px; font-size: 22px; }

 
.acf-tooltip.acf-fc-popup { background: var(--c-main); }
.acf-tooltip.acf-fc-popup::before { border-bottom-color: var(--c-main) !important; }
.acf-tooltip.acf-fc-popup.top:before {border-top-color: var(--c-main) !important;;}
.acf-tooltip.acf-fc-popup ul {max-height: 210px;overflow: auto;}
.acf-tooltip.acf-fc-popup ul li {}
.acf-tooltip.acf-fc-popup ul li a { line-height: 1; }