/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
 Description:  Hello Elementor Child Theme
 Author:       Maxim Ben Jeddou
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         tag
 Text Domain:  hello-elementor-child
*/
@font-face {
  font-family: "Arial MT Pro";
  src: url("assets/fonts/ArialMTPro-Bold/font.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arial MT Pro";
  src: url("assets/fonts/ArialMTPro-BoldItalic/font.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Arial MT Pro";
  src: url("assets/fonts/ArialMTPro-Regular/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arial MT Pro";
  src: url("assets/fonts/ArialMTPro-Italic/font.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Arial Nova";
  src: url("assets/fonts/ArialNova-Light/font.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Arial MT Pro", "Arial", sans-serif !important;
  color: #050505;
}

.mt-1 {
  margin-top: 1rem;
}

.slide__heading--first {
  color: #007487;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.slide__heading--second {
  font-family: "Arial Nova", "Arial MT Pro", "Arial", sans-serif !important;
  font-weight: 300;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.slide__heading--third {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.slide__heading--date {
  margin-top: 1.75rem;
}
.slide .bold {
  font-weight: bold;
}
.slide .show {
  display: block;
}
.slide__description {
  margin-bottom: 1rem;
  line-height: 1.4;
}
.slide__link {
  padding: 14px 60px 14px 40px;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.slide__link--disabled:hover, .slide__link--enabled:hover, .slide__link--call:hover {
  color: #FFFFFF;
}
.slide__link--disabled::after, .slide__link--enabled::after, .slide__link--call::after {
  content: "";
  background-image: url("assets/icon/chevron-right_white.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  top: 13px;
  right: 3px;
  width: 31px;
  height: 42px;
}
.slide__link--disabled {
  background: #CFCBCA;
  position: relative;
}
.slide__link--enabled, .slide__link--call {
  cursor: pointer;
  background: #007487;
  position: relative;
}
.slide__link--inline {
  color: #007487 !important;
  font-weight: bold;
}
.slide__link--container {
  margin-top: 2.5rem;
}
.slide__link--container .slide__link--inline {
  display: none;
  float: left;
}
.slide .self-paying {
  margin-top: 4rem;
}
.slide .self-paying .slide__link {
  background-color: #007487;
}
.slide__banner {
  padding: 17px 17px 17px 20px;
  background: rgba(0, 116, 135, 0.2);
  border-radius: 5px;
  color: #007487;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
}

.elementor-location-footer {
  width: 100%;
}

.slide__container--inner {
  margin: calc(100px + 3rem) auto 6rem auto;
  padding: 0 1rem;
}

@media (min-width: 576px) {
  .slide__container--inner {
    width: 540px;
  }
  .slide__heading--first {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .slide__heading--second {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .slide__heading--third {
    font-size: 1.5rem;
  }
}
@media (min-width: 767px) {
  .slide__container--inner {
    width: 720px;
    margin-top: calc(105px + 3.5rem);
  }
  .slide__heading--date {
    margin-top: 1.5rem;
  }
  .slide__link {
    width: auto;
  }
  .slide__link--container {
    margin-top: 4rem;
    text-align: right;
  }
  .slide__link--container .slide__link--inline {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .slide__container--inner {
    width: 925px;
  }
  .slide__banner {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .slide__container--inner {
    margin-top: 5rem;
  }
}
.slide input[type=text], .slide input[type=date], .slide select#info__salutation {
  padding: 16px 20px !important;
  border: 2px solid #007487 !important;
  border-radius: 30px !important;
  max-width: 544px !important;
  width: 100% !important;
  background: white !important;
  box-shadow: none !important;
  font-size: 1rem !important;
}
.slide input[type=text]::-moz-placeholder, .slide input[type=date]::-moz-placeholder, .slide select#info__salutation::-moz-placeholder {
  color: #cfcbca;
}
.slide input[type=text]::placeholder, .slide input[type=date]::placeholder, .slide select#info__salutation::placeholder {
  color: #cfcbca;
}
.slide input[type=text]:focus, .slide input[type=text]:active, .slide input[type=date]:focus, .slide input[type=date]:active, .slide select#info__salutation:focus, .slide select#info__salutation:active {
  outline: none;
}
.slide input[type=date] {
  font-family: "Arial", sans-serif;
  background: linear-gradient(90deg, rgb(255, 255, 255) 80%, rgb(0, 116, 135) 80%) !important;
  padding: 14px 20px !important;
}
.slide input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 1050;
  width: 50%;
}
.slide #datePicker {
  max-width: 544px;
  position: relative;
}
.slide #datePicker::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 16px;
  width: 24px;
  height: 24px;
  background-image: url("assets/icon/calendar_white.svg");
  background-size: 24px;
}
.slide input:-webkit-autofill,
.slide input:-webkit-autofill:hover,
.slide input:-webkit-autofill:focus,
.slide input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.slide .info__incomplete {
  color: #ce0c21;
}
.slide .info__incomplete--name, .slide .info__incomplete--email, .slide .info__incomplete--date {
  margin: 1rem 0 0 0;
}
.slide .info__salutation {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.slide .info__salutation ::-ms-expand {
  display: none;
}
.slide .info__salutation--wrapper {
  max-width: 544px;
  width: 100%;
  position: relative;
}
.slide .info__salutation--wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 7%;
  width: 28px;
  height: 28px;
  background-image: url("assets/icon/chevron-down_primary.svg");
  background-repeat: no-repeat;
  background-size: 28px;
}
.slide#slide__call--young .slide__info div {
  min-width: 50%;
}
.slide#slide__call--young #datePicker {
  margin-right: 0;
}

@media (min-width: 767px) {
  .slide__info--date {
    width: 100%;
  }
  .slide__info--date #datePicker {
    width: calc(50% - 2rem) !important;
  }
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-control .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-control .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-control .dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input > input[placeholder] {
  box-sizing: initial;
}

.selectize-input.has-items > input {
  margin: 0 0px !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
  padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent gray transparent;
}

.selectize-control.rtl {
  text-align: right;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.slide__search {
  /* Works on Chrome, Edge, and Safari */
}
.slide__search * {
  scrollbar-width: thin;
  scrollbar-color: #ddd #fff;
}
.slide__search *::-webkit-scrollbar {
  width: 8px;
}
.slide__search *::-webkit-scrollbar-track {
  background: #fff;
}
.slide__search *::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 2px solid #fff;
}
.slide__search .selectize-input.dropdown-active::before {
  content: none;
}
.slide__search .selectize-input {
  padding: 16px 20px 16px 18px !important;
  border: 2px solid #007487 !important;
  border-radius: 30px !important;
  max-width: 544px !important;
  width: 100% !important;
  background: white !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  background: linear-gradient(90deg, rgb(255, 255, 255) 80%, rgb(0, 116, 135) 80%) !important;
}
.slide__search .selectize-input::after {
  margin: 0 !important;
  top: 12px !important;
  right: 7% !important;
  width: 28px !important;
  height: 28px !important;
  background-image: url("assets/icon/chevron-down_white.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  border: none !important;
  color: #007487 !important;
}
.slide__search .selectize-input.dropdown-active::after {
  background-image: url("assets/icon/chevron-up_white.svg");
  top: 8px !important;
}
.slide__search .selectize-input.selectedInsurance {
  background: #007487 !important;
  color: #fff;
}
.slide__search .selectize-input.selectedInsurance::after {
  background-image: url("assets/icon/pen_white.svg");
  top: 13px !important;
  right: 5% !important;
  background-size: 22px;
}
.slide__search .selectize-dropdown {
  max-width: 412px !important;
  margin: 1px 0 0 0 !important;
  box-shadow: 1px 13px 18px rgba(0, 0, 0, 0.17) !important;
  border: none !important;
}
.slide__search .selectize-dropdown div.option {
  padding: 14px 7px !important;
  margin: 0 3px 0 12px !important;
  border-bottom: 1px solid #E1DEDE !important;
  font-size: 1rem !important;
}
.slide__search .selectize-dropdown div.option.active {
  background: #fff !important;
}
.slide__search .selectize-dropdown div.option:last-child {
  border-bottom: none !important;
}
.slide__search #searchInsurance-selectized::-moz-placeholder {
  font-size: 1rem;
  color: #E1DEDE;
}
.slide__search #searchInsurance-selectized::placeholder {
  font-size: 1rem;
  color: #E1DEDE;
}
.slide .input__selected {
  background: #007487;
  color: #fff;
}

@media (min-width: 576px) {
  .slide__search .selectize-dropdown {
    margin-left: 17px !important;
  }
}
@media (min-width: 767px) {
  .slide__search #searchInsurance {
    font-size: 18px;
  }
  .slide__search #searchInsurance::-moz-placeholder {
    color: #cfcbca;
  }
  .slide__search #searchInsurance::placeholder {
    color: #cfcbca;
  }
  .slide__search #insuranceListContainer {
    margin: 0 0 0 18px;
    position: absolute;
  }
  .slide__search #insuranceList li a {
    font-size: 18px;
  }
}
.slide__info {
  /* Customize the label (the container) */
}
.slide__info div label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.slide__info div:first-of-type {
  margin-bottom: 1rem;
}
.slide__info .info__datenschutz, .slide__info .info__call {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 2.5rem 0 1rem 0;
  line-height: 1.4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.slide__info .info__datenschutz input, .slide__info .info__call input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.slide__info .info__datenschutz .checkmark, .slide__info .info__call .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #b2afac;
}
.slide__info .info__datenschutz input:checked ~ .checkmark:after, .slide__info .info__call input:checked ~ .checkmark:after {
  display: block;
}
.slide__info .info__datenschutz .checkmark:after, .slide__info .info__call .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  background-image: url("assets/icon/check_grey.svg");
  background-repeat: no-repeat;
  background-size: 42px;
  top: -13px;
  left: -9px;
  width: 35px;
  height: 30px;
}
.slide__info .info__call {
  margin: 1rem 0;
}
.slide__info .info__call .checkmark:after {
  background-image: url("assets/icon/check_primary.svg");
}

@media (min-width: 767px) {
  .slide__info--contact, .slide__info--salutation {
    display: flex;
  }
  .slide__info--contact div, .slide__info--salutation div {
    flex-grow: 1;
    margin-right: 2rem;
  }
}
.slide__choices {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
}
.slide__choices--heading {
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.slide__choices--radios {
  display: flex;
  flex-wrap: wrap;
}
.slide__choices--radios div:first-of-type {
  margin-bottom: 0.5rem;
}
.slide__choices--radios label {
  display: inline-block;
  width: 140px;
  border: 1px solid #b2afac;
  padding: 22px 15px;
  color: #007487;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 2rem;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.slide__choices label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.slide__choices .checkmark {
  position: absolute;
  top: 9px;
  right: 8px;
  height: 19px;
  width: 19px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #b2afac;
}
.slide__choices .checkmark:after {
  content: "";
  background-image: url("assets/icon/check_grey.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  position: absolute;
  display: none;
  top: -13px;
  left: -9px;
  width: 30px;
  height: 30px;
}
.slide__choices label input:checked ~ .checkmark:after {
  display: block;
}
.slide__choices .selectedColor {
  color: #fff;
  background-color: #007487;
  border: 1px solid #007487;
}
.slide__choices .selectedColor .checkmark {
  border: 1px solid #fff;
}

/*# sourceMappingURL=style.css.map*/