/*!
Theme Name: NUH BOOKING
Author: Motif
Author URI: https://www.motif.net
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nuh-foundation
*/
@font-face {
    font-family: "Graphik Arabic";
    src: url("./fonts/GraphikArabic-Semibold-Web.woff2") format("woff2"),
        url("./fonts/GraphikArabic-Semibold-Web.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("./fonts/GraphikArabic-Regular-Web.woff2") format("woff2"),
        url("./fonts/GraphikArabic-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Graphik Arabic";
    src: url("./fonts/GraphikArabic-Extralight-Web.woff2") format("woff2"),
        url("./fonts/GraphikArabic-Extralight-Web.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "F Grotesk";
    src: url("./fonts/F_Grotesk_Demi.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "F Grotesk";
    src: url("./fonts/f_grotesk_book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body {
    color: #333333;
    font-family: "F Grotesk", "Graphik Arabic";
    text-align: right;
    color: #201d1e;
    direction: rtl;
    overflow-x: hidden;
}

h1 {
    font-size: 40px;
    line-height: 48px;
}

.arabic {
    font-family: "Graphik Arabic";
    direction: rtl;
}

.english {
    font-family: "F Grotesk";
    direction: ltr;
    unicode-bidi: plaintext;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

a {
    color: initial;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

input:focus,
textarea {
    outline: none;
}

button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #a8a8a8;
}
input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    width: 100%;
    color: #000000;
    height: 127px;
    padding: 0 22px;
    margin-bottom: 20px;
    padding: 11px 20px;
}

h4 {
    color: #000;
    font-weight: bold;
}

input:disabled,
textarea:disabled {
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 16px;
    padding-right: 16px;
}

.row {
    --bs-gutter-x: 32px;
}

.grid-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-flex > div[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-flex .menu-button {
    background: transparent;
    border: none;
}

#main-menu {
    position: absolute;
    right: 0;
    background: #201d1e;
    color: #fff;
    width: 60%;
    padding: 60px;
    height: 100%;
}

.datepicker-inline {
    border: 1px solid #e0e0e0;
    padding: 18px 24px;
    width: 416px;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #201d1e;
}

.datepicker table tr td,
.datepicker table tr th {
    width: 56px;
    height: 52px;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #201d1e;
}
.day:not(.disabled) {
    border: 6px solid #ffffff;
    position: relative;
}

.day:not(.disabled)::after {
    content: "";
    background: #edf8ee;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
    border-radius: 50%;
}

.datepicker .datepicker-switch {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #201d1e;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background-color: transparent;
    border-color: transparent;
}

.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    background-color: transparent;
    border-color: transparent;
}

.day.active::after {
    background: #159b5f !important;
}

.datepicker table tr td.day:hover:not(.disabled),
.datepicker table tr td.focused:not(.disabled) {
    background: transparent;
    color: #ffffff;
}

.datepicker table tr td.day:hover::after,
.datepicker table tr td.focused::after {
    background: #159b5f !important;
}

#site-footer {
    background: #000;
    text-align: center;
    padding: 90px 60px 80px;
    color: #ffffff;
}

#site-footer p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}

.contact-info {
    text-align: right;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    white-space: nowrap;
}

.contact-info ul li a {
    color: #ffffff;
}

.copyright {
    font-size: 20px;
    line-height: 25px;
    color: #201d1e;
    margin-bottom: 0;
}

#home-hero {
    height: calc(100vh - 70px);
    text-align: right;
    color: #fff;
    background-size: cover;
    position: relative;
    padding: 100px 60px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; */
    background-position: center 30%;
}

.admin-bar #home-hero {
    height: calc(100vh - 102px);
}

#home-hero h2 {
    max-width: 496px;
    margin-right: 10px;
    margin-left: auto;
    font-weight: 600;
    font-size: 42px;
    line-height: 56px;
    color: #ffffff;
    margin-bottom: 20px;
}

#home-hero h2 span {
    background: #000;
    -webkit-box-shadow: 10px 0 0 black, -10px 0 0 black;
    box-shadow: 10px 0 0 black, -10px 0 0 black;
    padding-bottom: 10px;
}

.home-hero-button {
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #201d1e;
    background: #f6d809;
    text-transform: uppercase;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    color: #201d1e;
    max-width: 550px;
    width: 100%;
}

.home-hero-button:hover,
.home-hero-button:focus {
    color: #201d1e;
}

.menu-button-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.welcome-login {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    padding: 0 64px;
    margin-top: 54px;
    margin-bottom: 80px;
    border-left: 1px solid #e0e0e0;
}

.welcome-login::after {
    content: "";
}

.welcome-login h2 {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
}

.welcome-login h2.english {
    margin-bottom: 16px;
}

.welcome-login h2.english {
    margin-bottom: 16px;
}

.this-system-will-allow-you {
    margin-bottom: 28px;
}

.this-system-will-allow-you p {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
}

.login-form {
    min-width: 680px;
    padding: 128px 68px;
}

.before-start {
    margin-bottom: 32px;
    background: #f4f5f8;
}

.before-start-header {
    border-bottom: 4px solid #ffffff;
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #201d1e;
}

.before-start-header span {
    margin-right: 10px;
}

.before-start-content {
    padding: 16px 24px 32px;
}

.before-start-content p {
    font-size: 18px;
    line-height: 25px;
    color: #201d1ebf;
    margin-bottom: 4px;
}

.before-start .requirements {
    margin-top: 20px;
    margin-bottom: 29px;
    list-style: none;
    padding-right: 0;
}

.before-start .requirements li {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #201d1e;
    position: relative;
}

.before-start .requirements li::before {
    content: "";
    background-image: url(./img/ok.svg);
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-left: 16px;
}

.before-start .requirements li span {
    margin-left: 8px;
}

.primary-btn {
    background: #201d1e;
    border: 1px solid #201d1e;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 15px 19px;
    text-align: center;
    text-transform: uppercase;
}

.primary-btn:hover {
    color: #201d1e;
    border: 1px solid #f4d03d;
    background: #f4d03d;
}

.secondary-btn {
    background: #fff;
    border: 1px solid #201d1e;
    color: #201d1e;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    padding: 16px 30px 19px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    height: 60px;
}

.secondary-btn:hover {
    border: 1px solid #f4d03d;
}

.already-account {
    font-size: 18px;
    line-height: 21px;
    color: #201d1e;
    margin-bottom: 12px;
}

.login-form h1 {
    margin-bottom: 30px;
}

.login-form input {
    width: 100%;
}

.login-form .woocommerce-form-login {
    max-width: 454px;
}

.input-container {
    margin-bottom: 20px;
    position: relative;
}

.input-container label {
    font-size: 14px;
    line-height: 16px;
    color: #a8a8a8;
    background: #fff;
    position: relative;
    bottom: -12px;
    right: 7px;
    padding: 3px 8px;
    z-index: 9;
}

.input-container input[type="text"],
.input-container input[type="email"],
.input-container input[type="password"] {
    width: 100%;
    border: 1px solid #e0e0e0;
    background: transparent;
    padding: 16px 22px;
    font-size: 20px;
    line-height: 27px;
}
input[type="email"],
input[type="number"] {
    text-align: right;
}
input:-webkit-autofill {
    font-size: 20px;
    line-height: 27px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.login-form-footer .lost_password {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    top: 13px;
    margin-right: 24px;
}

.register-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.register-sidebar-container {
    background: #f4f5f8;
    max-width: 408px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 408px;
    flex: 0 0 408px;
}

.register-sidebar {
    padding-right: 85px;
    padding-top: 75px;
}

.register-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 28px;
    position: relative;
}

.register-step-icon {
    margin-left: 21px;
}

.register-step-number {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.register-step-name {
    margin-right: 5px;
}

.register-step-name p {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}

.register-sidebar .active:after {
    content: "";
    background-image: url(./img/arrow-left-red.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 15px;
}

.register-step:not(.done) {
    color: #a8a8a8;
}

.register-form {
    padding: 70px 110px 100px 70px;
    width: 100%;
}

.register-form-header {
    margin-bottom: 32px;
}

.register-form-header h2 {
    font-size: 40px;
}

.register-form-header p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

.register-form-step-1 {
    max-width: 816px;
}

.register-form-step-4 {
    max-width: 816px;
}

.register-form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* .show-password-input{
  display: none;
} */
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    content: "";
    background-image: url(./img/eye.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
    opacity: 0.3;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    left: 20px;
    top: 20px;
}

.form-check-input {
    background-size: 18px 13px;
    width: 24px;
    height: 24px;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
}

.form-check-input:checked {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url(./img/checked.svg);
}

.form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 14px;
}

.form-check-inline {
    margin-left: 1rem;
    margin-right: 0;
}

.form-check {
    padding-right: 1.5em;
    padding-left: 0;
}

.woocommerce-form-register__submit {
    margin-left: 48px;
}

.acf-input .select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0 !important;
    border-radius: 0px;
    padding: 16px 22px;
    font-size: 20px;
    line-height: 27px;
    height: 60px;
}
.acf-error .acf-input .select2-container--default .select2-selection--single {
  border: 2px solid #eb5757 !important;
}
.acf-input
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url(./img/dropdown.svg);
    border: none;
    width: 14px;
    height: 10px;
    margin-top: 12px;
    margin-left: 3px;
}

.acf-field:not(.acf-field-group) > .acf-label {
    vertical-align: top;
    padding: 0 8px;
    position: absolute;
    top: -9px;
    right: 16px;
    z-index: 9;
    display: inline-block;
    background: white;
    font-size: 14px;
    line-height: 16px;
    color: #a8a8a8;
}

/* .acf-field.acf-error:not(.acf-field-group) > .acf-label {
  top: 43px;
} */
.acf-form .acf-field .acf-notice.-error {
    position: absolute;
    z-index: 999;
    bottom: -30px;
    background: none;
    border: none;
    padding: 0;
    color: #eb5757;
    margin: 0;
}

.acf-form .acf-field .acf-label label {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.acf-form .acf-field.acf-field-group > .acf-label label {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
}

.acf-field.acf-field-group .acf-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.acf-form .acf-fields > .acf-field {
    padding: 0px 0px;
    border-top: none;
    margin-top: 6px !important;
}

.acf-form .acf-field-group .acf-fields > .acf-field:not(.acf-field-group) {
    margin-bottom: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 24px;
    margin-top: 6px;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

.acf-form .acf-fields > .acf-field:not(.acf-field-group) {
    margin-bottom: 32px;
}

.acf-form .acf-fields > .acf-field:not(.acf-field-group):last-child {
    margin-left: 0px;
}

.acf-form .acf-fields {
    border: none !important;
}

.acf-form .acf-field .acf-label {
    margin: 0;
}

html[dir="rtl"] .acf-field[data-width] + .acf-field[data-width] {
    border-right: none !important;
}

.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 textarea,
.acf-field select {
    border: 1px solid #e0e0e0;
    padding: 10px 22px !important;
    font-size: 20px !important;
    line-height: 27px !important;
    height: 60px;
}

.acf-field input[type="text"]:focus,
.acf-field input[type="password"]:focus,
.acf-field input[type="date"]:focus,
.acf-field input[type="datetime"]:focus,
.acf-field input[type="datetime-local"]:focus,
.acf-field input[type="email"]:focus,
.acf-field input[type="month"]:focus,
.acf-field input[type="number"]:focus,
.acf-field input[type="search"]:focus,
.acf-field input[type="tel"]:focus,
.acf-field input[type="time"]:focus,
.acf-field input[type="url"]:focus,
.acf-field input[type="week"]:focus,
.acf-field textarea:focus,
.acf-field select {
    border: 2px solid #4f4f4f;
}

.acf-error.acf-field input[type="text"],
.acf-error.acf-field input[type="password"],
.acf-error.acf-field input[type="date"],
.acf-error.acf-field input[type="datetime"],
.acf-error.acf-field input[type="datetime-local"],
.acf-error.acf-field input[type="email"],
.acf-error.acf-field input[type="month"],
.acf-error.acf-field input[type="number"],
.acf-error.acf-field input[type="search"],
.acf-error.acf-field input[type="tel"],
.acf-error.acf-field input[type="time"],
.acf-error.acf-field input[type="url"],
.acf-error.acf-field input[type="week"],
.acf-error.acf-field textarea,
.acf-error.acf-field select {
    border: 2px solid #eb5757;
}

.acf-form .acf-field.acf-error .acf-label label {
    color: #eb5757;
}

.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}
.select2-container{
  width: 100% !important;
}
.user_title {
    width: 33.3333333333%;
    padding-left: 16px !important;
}
.user_title .select2-selection__rendered,.select2-results__option ,.select2-selection__rendered{
  direction: ltr;
}

.date_of_birth {
    width: 50%;
    padding-left: 12px !important;
    float: right;
    clear: none !important;
}

.occupation {
    width: 50%;
    top: 44px;
    padding-right: 12px !important;
    float: right;
    clear: none !important;
}

.acf-field.field-col-2 {
    width: calc(100% / 6);
    clear: none !important;
}

.acf-field.field-col-4 {
    width: calc(100% / 3);
    clear: none !important;
}

.acf-field.field-col-6 {
    width: 50%;
    clear: none !important;
}

.acf-field.field-col-8 {
    width: calc(100% / 3 * 2);
    clear: none !important;
}

.acf-field.right-field {
    padding-left: 12px !important;
    float: right;
}

.acf-field.center-field {
    padding-left: 12px !important;
    padding-right: 12px !important;
    float: right;
}

.acf-field.left-field {
    padding-right: 12px !important;
    float: left;
}

.acf-image-uploader,
.acf-file-uploader {
    border: 1px dashed #201d1e;
    height: 60px;
}

.acf-image-uploader,
.acf-file-uploader {
    border: 1px dashed #201d1e;
    height: 60px;
}

.acf-image-uploader:hover,
.acf-file-uploader:hover {
    background: rgba(0, 0, 0, 0.04);
}

.acf-form .acf-field-image .acf-label,
.acf-form .acf-field-file .acf-label {
    top: 1px;
    margin-bottom: -60px;
    right: 1px;
    height: 58px;
    text-align: center;
    padding: 15px;
    width: calc(100% - 2px);
}

.acf-form .acf-field-image .acf-label:hover,
.acf-form .acf-field-file .acf-label:hover {
    background: whitesmoke;
}

.acf-form .acf-field-image.field-col-6 .acf-label,
.acf-form .acf-field-file.field-col-6 .acf-label {
    right: 13px;
    width: calc(100% - 14px);
}

.acf-form .acf-field-image .acf-label label,
.acf-form .acf-field-file .acf-label label {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #201d1e;
    display: inline-block;
    cursor: pointer;
}

.acf-form .acf-field-image .acf-label label::after,
.acf-form .acf-field-file .acf-label label::after {
    content: "";
    background-image: url(./img/attachment.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    right: 8px;
}

.acf-form .acf-field-image .acf-label label span,
.acf-form .acf-field-file .acf-label label span {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin: 0 5px;
}

.acf-actions .acf-button {
    border: 1px dashed #201d1e;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 25px;
    color: #201d1e;
}

.acf-actions .acf-button:hover {
    background-color: whitesmoke;
}

.acf-form .acf-field-file .file-wrap {
    display: none;
}

.acf-actions .acf-button span {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin: 0 5px;
}

.acf-actions .acf-button::after {
    content: "";
    background-image: url(./img/plus.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
}

.acf-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.acf-row td {
    display: block;
}

.acf-repeater > table {
    background-color: transparent !important;
    border: none;
}

html .acf-repeater .acf-row-handle.order {
    background-color: transparent !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #201d1e !important;
    text-align: right !important;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0;
    margin-bottom: 34px;
}

html .acf-repeater .acf-row-handle.remove {
    position: absolute;
    left: 0;
    top: 8px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left !important;
    padding: 0;
}

.children .acf-row-handle.order {
    width: 100% !important;
    white-space: nowrap;
}

.register-form-step-4 .primary-btn {
    width: 100%;
}

.register-confirm-page {
    padding: 60px 73px;
}

.register-confirm-page h1 {
    font-size: 36px;
    margin-bottom: 24px;
}

.register-confirm-card {
  background: #f4f5f8;
  padding: 32px 32px 32px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.confirm-card-qrcode {
    margin-left: 28px;
}
.confirm-card-qrcode img {
    -webkit-box-shadow: 0px 4px 24px #d0d6e4;
    box-shadow: 0px 4px 24px #d0d6e4;
}
.confirm-card-info {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding-left: 15px;
}

.confirm-card-info p {
    margin-bottom: 7px;
    line-height: 23px;
}

.confirm-card-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
}

.confirm-card-buttons {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.confirm-card-buttons a {
    width: 100%;
    margin-bottom: 24px;
}

.confirm-card-qrcode-id {
    background: #f4d03d;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #201d1e;
    padding: 3px;
    z-index: 111;
    position: relative;
}

.print-button {
    background: #201d1e;
    border-radius: 10px;
    color: #fff;
    border: none;
    padding: 10px;
    width: 130px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.campaign-header {
    background: #f4f5f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 72px;
    margin-bottom: 62px;
}

.campaign-header-image {
    margin-left: 24px;
}

.campaign-header-info h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
}

.available-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.available-dates img {
    margin-left: 8px;
}

.campaign-header-info {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.campaign-header-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.campaign-header-note img {
    margin-top: 10px;
    margin-left: 8px;
}

.campaign-header-note p {
    margin-bottom: 0px;
}

.booking-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 56px;
}

.booking-field-number {
    margin-left: 12px;
}

.booking-field-number span {
    background: #f4d03d;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #201d1e;
}

.booking-field-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 329px;
    flex: 0 0 329px;
}

.select-location-options {
    height: 454px;
    overflow-y: scroll;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    max-width: 416px;
}

.select-location-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    min-height: 151px;
}

.select-location-option-number {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    background: #f4f5f8;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.select-location-option-info {
    padding: 16px 13px;
}

.select-location-option-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.select-location-option-address img {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.select-location-option-address p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
}

.select-location-option.active .select-location-option-number {
    background: #f4d03d;
}

.select-location-option.active .select-location-option-info {
    background: #f4f5f8;
    width: 100%;
}

.acf-field-613deb3b0782d,
.acf-field-613deb6ce1fb7 {
    display: none;
}

.select-location-options::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.select-location-options::-webkit-scrollbar-thumb {
    background: #b1bddf;
    border-radius: 3px;
}

.select-location-options::-webkit-scrollbar-thumb:hover {
    background: #b3afb3;
}

.select-location-options::-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 0px #f0f0f0;
    box-shadow: inset 0px 0px 0px 0px #f0f0f0;
}

.select-booking-date {
    margin-left: 75px;
}

.select-booking-date-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    line-height: 28px;
}

.select-booking-date-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 36px;
}

.datepicker table tr .dow {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

.select-booking-time {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.select-booking-time-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

.select-booking-time-header h5 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}

.beirut-time-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.beirut-time-zone span {
    margin: 0 4px;
}

.booking-time-picker {
    background: #f4f5f8;
    padding: 24px;
}

.acf-field-613deb85e1fb8 .acf-label {
    display: none !important;
}

.booking-time-picker-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.booking-time-picker-header h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}

.booking-time-picker-nav {
    margin-top: -10px;
}

.booking-time-picker-nav button {
    width: 36px;
    height: 36px;
    background: #f4f5f8;
    border: none;
    margin-right: 5px;
}

.booking-timepicker .acf-radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}

#select-time {
    display: none;
}

#select-time .booking-timepicker .acf-radio-list li {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 2px;
    padding: 6px;
}

#select-time .booking-timepicker .acf-radio-list label {
    background: #ffffff;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
}

#select-time .booking-timepicker .acf-radio-list label.selected {
    background: #159b5f;
    color: #ffffff;
}

#select-time .booking-timepicker .acf-radio-list input {
    display: none;
}

#select-review {
    display: none;
}

.booking-details {
    background: #f4f5f8;
    width: 100%;
    padding: 24px;
}

.booking-details h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.booking-details-title {
    margin-bottom: 20px;
}

.booking-details-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.booking-details-address img {
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.booking-details-address p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
}

.booking-details-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.booking-details-day {
    margin-left: 40px;
    display: none;
}

.booking-details-time {
    display: none;
}

#page-container {
    padding-bottom: 80px;
}

.appointment-confirm-header {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.appointment-confirm-header h2,
.appointment-confirm-header p {
    margin-bottom: 0;
}

.appointment-confirm-info {
    border: 1px solid #e0e0e0;
}

.appointment-details {
    padding: 24px 28px;
}

.appointment-details-title {
    margin-bottom: 30px;
}

.appointment-details-title h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 6px;
}

.appointment-details-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
}

.appointment-details-day {
    margin-left: 40px;
}

.appointment-details-day img {
    margin-left: 8px;
}

.appointment-details-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.appointment-details-address img {
    margin-left: 10px;
}

.appointment-details-address p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.appointment-details-address a {
    font-size: 16px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.appointment-details-footer {
    background: #f4f5f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 20px;
}

.appointment-details-footer a span {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-weight: bold;
}

.page-dashboard {
    padding-top: 60px;
}

.page-dashboard h2 {
    margin-bottom: 24px;
}

.appointment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e0e0e0;
    margin-bottom: 24px;
}

.appointment-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.appointment-item-content {
    padding: 14px 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.appointment-item:hover .appointment-item-content {
    background: rgba(0, 0, 0, 0.03);
}

.appointment-item-content h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 4px;
}

.appointment-item-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 4px;
}

.appointment-item-day {
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.appointment-item-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.appointment-item-day img,
.appointment-item-time img {
    margin-left: 9px;
}

.appointment-item-address {

    margin-bottom: 28px;
}
.appointment-item-address span{
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.appointment-item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.appointment-item-footer a span {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-weight: bold;
}

.appointment-item-past {
    color: #828282;
}

.appointment-item-past img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.appointment-item-past a {
    color: #828282;
}

.profile-sidebar {
    background: #f4f5f8;
    padding: 25px 16px;
    text-align: center;
}

.profile-sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.profile-sidebar-header a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.profile-sidebar-name {
    margin-bottom: 2px;
}

.profile-sidebar-name p {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
}

.profile-sidebar-qrcode {
    width: 180px;
    margin: 0 auto 24px;
    -webkit-box-shadow: 0px 4px 24px #d0d6e4;
    box-shadow: 0px 4px 24px #d0d6e4;
}

.profile-sidebar-button {
    margin-top: 22px;
}

.profile-sidebar-button button {
    margin: 0 auto 12px;
}

.profile-sidebar-socail {
    margin-bottom: 20px;
}

.profile-sidebar-socail a {
    margin: 0 8px;
}

.profile-sidebar-noavatar {
    background: #b1bddf80;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #b1bddf;
    margin-bottom: 8px;
}

#profile-tab {
    padding: 0;
    margin-bottom: 47px;
}

#profile-tab .nav-link {
    border: none;
    background: transparent;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #828282;
    margin-left: 35px;
    padding: 0;
    padding-bottom: 8px;
}

#profile-tab .nav-link.active {
    color: #000000;
    border-bottom: 3px solid #ea292e;
}

.user-account-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}
.user-account-name{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.user-avatar {
    margin-left: 24px;
}

.user-avatar img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.account-name {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
}

.id-card {
    background: #f4f5f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 14px;
    width: 100%;
}

.id-card-pdf label {
    display: block;
}

.id-card-pdf a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.id-card-pdf a img {
    margin-left: 10px;
}

#password-fields {
    display: none;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 37px;
}

#show-password-fields {
    width: 100%;
}

#general-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#details-contact {
    width: 100%;
}

#details-contact h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

html .education .acf-repeater .acf-row-handle.order {
    border-bottom: none;
}

.back-to-dashboard {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 19px;
}

.back-to-dashboard a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.back-to-dashboard a img {
    margin-right: 4px;
}
.account-forms {
    padding-left: 8.33333333%;
}
.header-codes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.header-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-code-label {
    padding: 0px 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-code-label p {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.header-code-icon {
    background: #000000;
    width: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-code-icon img {
    max-height: 42px;
    max-width: 30px;
    width: auto;
    height: auto;
}

.header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 4px solid #000000;
    padding-left: 60px;
    padding-right: 55px;
}

.header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-link-label {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
}

.header-link-icon {
    margin-left: 12px;
}

.footer-logos {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    width: 80%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .sawa-logo {
  margin-bottom: 20px;
} */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #201d1e;
    border: 1px solid #201d1e;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    padding: 16px 15px 19px;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce form .form-row input.input-text {
    width: 100%;
    border: 1px solid #e0e0e0;
    background: transparent;
    padding: 16px 22px;
    font-size: 20px;
    line-height: 27px;
}

.agree-cookies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.agree-cookies-text {
    background: #ffffff;
    padding: 10px 12px;
}

#home-hero .agree-cookies-text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
}

.agree-cookies button {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    color: #ffffff;
    background: #000000;
    border: none;
    padding: 14px;
}

.intiative-radio {
    max-width: 550px;
    margin-bottom: 16px;
    background: #f4f5f8;
    display: none;
}

.intiative-radio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #201d1e;
    padding: 12px 24px 12px 38px;
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
}
.intiative-radio-item:hover {
    background: #f4d03d1a;
    border-right: 6px solid #f4d03d;
    padding-right: 18px;
    color: #201d1e;
}

.intiative-radio-item-content {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 13px;
    margin-top: 10px;
}

.intiative-radio-item-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
}

.intiative-radio-item-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
}

.intiative-radio-item-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.radio-circle {
    border: 2px solid #000000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.intiative-radio-item.active .radio-circle::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #201d1e;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.booking-no-time {
    background: #f4f5f8;
    width: 100%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-no-time p {
    font-size: 20px;
}

.booking-map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#booking-map {
    height: 100%;
    width: 100%;
}

.upload-file-name {
    position: absolute;
    bottom: -30px;
    direction: ltr;
    color: #a8a8a8;
    font-size: 13px;
    right: 0;
}
/*# sourceMappingURL=style.css.map */
.home-intiative {
    position: absolute;
    bottom: 40px;
}
.logout-link a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
[for="acf-field_613b5d7882503"] .acf-required {
    display: none;
}
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    background: #201d1e;
    border-radius: 0;
    border-bottom: none;
    padding: 10px;
}
.model-close {
    background: transparent;
    border: none;
}
.modal-body {
    padding: 24px 32px;
}
.modal-body h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
}
.term-last-update {
    margin-bottom: 24px;
}
.term-last-content {
  line-height: 20px;
}
.modal-footer {
    background: #f4f5f8;
    border: none;
    justify-content: flex-start;
}
.modal-footer button {
    text-transform: initial;
}
.bring-card {
  background: rgb(244 208 61 / 30%);
  font-weight: 600;
  padding: 7px 16px;
}
#acf-form .acf-notice.-error{
  padding: 1em 3.5em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  border-top-color: #b81c23;
  border-left: 0;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
#acf-form .acf-notice p{
  font-size: 16px;
}
#acf-form .acf-notice .acf-notice-dismiss{
  font-size: 26px;
  top:20px;
}
#acf-form .acf-input .acf-notice.-error{
display: none;
}
.page-template-page-registration #page-container {
    padding-bottom: 0;
}
.date_of_birth .acf-fields:after{
display: none;
}
.children.acf-error .acf-button{
    border: 2px solid #ed6565;
}


form.woocommerce-ResetPassword{margin-bottom: 100px;}
