:root {
    --color-primary-shade: rgb(0, 73, 123);
    --color-primary-tint: rgb(0, 73, 123);
    --button-background: #ffffff;
    --button-border-radius: 12px;
    --button-color: #1EA2B1;
    --button-font-weight: bold;
    --button-font-size: 14px;
    --branch-action-title-text-color: #404040;
    --branch-action-note-text-color: #404040;
    --input-border-radius: 12px;
    --disabled-button-background: #fff;
    --disabled-button-border: #0F738A;
    --disabled-button-color: #0F738A;
    --landing-page-background: #1EA2B1;
    --landing-page-text-color: #404040;
    --landing-page-logo: url('./img/design/default/easyq_logo.svg');
    --landing-page-language-selector-bg-activated: #0F738A;
    --landing-page-language-selector-icon: url('./img/design/default/globe.svg');
    --landing-page-language-selector-background: #fff;
    --landing-page-language-selector-border-radius: 30px;
    --booking-input-page-language-selector-fab-border: 1px solid #404040;
    --booking-no-ticket-image: url('./img/design/eon/no_ticket.svg');
    --booking-summary-subtitle-text-color: #39393A;
    --booking-list-service-text-color: #0F738A;
    --booking-list-date-text-color: #404040;
    --booking-list-text-color: #404040;
    --map-branch-data-text-color: #ffffff;
    --map-branch-data-opening-times-padding-start: 10px;
    --map-branch-data-opening-times-padding-end: 10px;
    --map-page-icon-zoom-bg: #404040;
    --map-page-icon-zoom-border-radius: 50%;
    --map-page-icon-zoom-color: white;
    --map-page-icon-search: url('./img/design/eon/search.svg');
    --map-page-search-result-background-color: #fff;
    --map-page-search-result-border-radius: 10px;
    --map-page-search-result-padding-start: 10px;
    --map-page-search-result-padding-end: 0px;
    --map-page-my-location-marker-icon: url('../img/design/eon/my_location_marker.svg');
    --map-page-zoom-plus: url('../img/design/eon/zoom_plus.svg');
    --map-page-zoom-minus: url('../img/design/eon/zoom_minus.svg');
    --footer-background-color: #2B91A3;
    --footer-text-color: #ffffff;
    --footer-home-icon: url('./img/design/eon/home_icon.svg');
    --footer-home-icon-width: 19px;
    --footer-home-icon-height: 32px;
    --footer-font-size: 12px;
    --footer-my-bookings-icon: url('./img/design/eon/my_bookings_icon.svg');
    --footer-my-bookings-icon-width: 32px;
    --footer-my-bookings-icon-height: 32px;
    --action-panel-border-radius: 24px 24px 0px 0px;
    --action-panel-background: #1EA2B1;
    --back-button-icon-color: #2B91A3;
    --title-text-color: #2B91A3;
    --picker-text-color: #ffffff;
    --picker-selection: 1px solid rgba(255, 255, 255, 0.5);
    --rounded-input-text-color: #404040;
    --rounded-input-border: solid 2px #8F9192;
    --rounded-input-border-disabled: 0.55px solid rgba(0, 73, 123, 0.5);
    --rounded-input-border-focused: solid 2px #8F9192;
    --rounded-input-border-invalid: solid 2px #ed4724;
    --orange-button-background: #1EA2B1;
    --orange-button-background-disabled: #1EA2B1;
    --orange-button-border-disabled: none;
    --orange-button-text-color-disabled: #ffffff;
    --terms-conditions-text-color: #404040;
    --terms-conditions-checkbox-border: 2px solid #404040;
    --terms-conditions-checkbox-background: #0F738A;
    --captcha-border-color: #404040;
    --captcha-text-color: #404040;
    --scroll-picker-text-color: #ffffff;
    --picker-scroll-up-icon: url('./img/design/eon/menu-up.svg');
    --picker-scroll-down-icon: url('./img/design/eon/menu-down.svg');
    --spinner-stroke-color: #f28422;
    --age-confirmation-text-color: #404040;
    --age-confirmation-title-text-color: #404040;
    --booking-result-success-image: url('./img/design/eon/booking_success.svg');
    --booking-result-text-color: #39393A;
    --booking-result-booking-code-text-color: #0F738A;
    --marker-svg: <svg xmlns="http://www.w3.org/2000/svg" id="prefix__Pin_2" width="40" height="46" data-name="Pin 2" viewBox="0 0 26 30" preserveAspectRatio="xMidYMid meet"> <path id="prefix__Rectangle_305" d="M0 0H16V16H0z" data-name="Rectangle 305" style="fill:none"/> <path id="prefix__Path_114" d="M12.315 17.8a5.224 5.224 0 0 0 5.234-5.234 5.385 5.385 0 0 0-5.234-5.421 5.224 5.224 0 0 0-5.234 5.235 5.517 5.517 0 0 0 5.234 5.42zM3.53 3.595a12.424 12.424 0 0 1 17.57 17.57l-8.785 8.785-8.785-8.785a12.763 12.763 0 0 1 0-17.57z" data-name="Path 114" transform="translate(.975 .05)" style="fill: %color%; fill-rule:evenodd"/> </svg>;
    --calendar-color: white;
    --calendar-focused-day-background: rgba(0, 73, 123, 0.3);
    --calendar-focused-day-color: white;
    --calendar-hover-background: rgba(0,0,0,0.2);
    --booking-summary-text-color: #8F9192;
    --booking-summary-right-column-text-color: #2B91A3;
    --booking-current-branch-name-color: black;
    --booking-current-branch-address-color: black;
    --booking-data-note-color: red;
}
