.cookie_container {
  display: flex;
  height: 100vh;
  left: 0px;
  line-height: 1.428571429;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0px;
  width: 100vw;
  z-index: 1001;
}
.cookie_container:not(.open) {
  display: none !important;
}
.cookie_container .cookie_overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0px;
  left: 0px;
  overflow: auto;
  position: fixed;
  right: 0px;
  top: 0px;
}
.cookie_container .cookie_popup {
  background-color: white;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
  margin-top: auto;
  padding: 15px;
  position: relative;
}
.cookie_container .cookie_popup .close_icon_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 7px;
}
.cookie_container .cookie_popup .close_icon_row .close_icon {
  cursor: pointer;
  height: 23px;
  padding: 0px 7px;
}
.cookie_container .cookie_popup .close_icon_row .close_icon:focus {
  outline: none;
}
@media (min-width: 550px) {
  .cookie_container .cookie_popup {
    border-radius: 0.5rem;
    margin: 3vh auto auto auto;
    max-width: 600px;
    padding: 1.5rem;
    width: 83%;
  }
}
@media (min-width: 768px) {
  .cookie_container .cookie_popup {
    border-radius: 1rem;
    max-width: 700px;
    padding: 2.5rem;
    width: 700px;
  }
}

.cookie_switch_container details[open] .fa {
  transform: rotate(180deg);
}
.cookie_switch_container details .card-header {
  background-color: #e8f7fd;
  border-bottom-width: 1px;
  cursor: help;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  padding: 1rem 0.75rem;
}
.cookie_switch_container details .card-header:focus {
  outline: none;
}
.cookie_switch_container details .card-header::-webkit-details-marker {
  display: none;
}
.cookie_switch_container details .card-header .title .fa {
  display: inline-block;
}
.cookie_switch_container details .card-header .switch {
  display: inline-block;
  height: 25px;
  position: relative;
  right: 20px;
  width: 50px;
}
.cookie_switch_container details .card-header .switch .hidden_checkbox {
  height: 22px;
  opacity: 0;
  width: 44px;
}
.cookie_switch_container details .card-header .switch .hidden_checkbox:checked + .slider {
  background-color: #00cdff;
}
.cookie_switch_container details .card-header .switch .hidden_checkbox:checked + .slider.disabled {
  background-color: #e3e3e3;
}
.cookie_switch_container details .card-header .switch .hidden_checkbox:checked + .slider:before {
  -ms-transform: translateX(26px);
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
.cookie_switch_container details .card-header .switch .hidden_checkbox:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.cookie_switch_container details .card-header .switch .slider {
  background-color: black;
  border-radius: 5px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie_switch_container details .card-header .switch .slider:before {
  border-radius: 3px;
}
.cookie_switch_container details .card-header .switch .slider.disabled {
  background-color: #e3e3e3;
  cursor: not-allowed;
}
.cookie_switch_container details .card-header .switch .slider:before {
  background-color: white;
  bottom: 3px;
  content: "";
  height: 19px;
  left: 3px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 19px;
}
.cookie_switch_container details .card-body {
  flex: 1 1 0%;
  padding: 0.5rem;
}

.cookie_button_container {
  display: -webkit-flex;
  display: flex;
  gap: 0.25rem;
  -webkit-justify-content: space-between;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-top: 1rem;
}
.cookie_button_container .btn {
  color: black;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 7px 12px;
  text-align: center;
  text-decoration: none;
  width: fit-content;
}
.cookie_button_container .btn_accept {
  background-color: white;
  font-weight: normal;
}
.cookie_button_container .btn_accept_all {
  color: white;
}

.cookie_message .cookie_h2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-right: 20px;
  margin-top: -29px;
}
.cookie_message .cookie_p {
  margin-bottom: 1em;
  margin-top: 1em;
}

.cookie_p {
  font-size: 14px;
  margin: 0;
}

@media (min-width: 550px) {
  .cookie_message .cookie_h2 {
    font-size: 24px;
    margin-bottom: 0.83em;
  }
  .cookie_message .cookie_p {
    font-size: 16px;
  }

  .cookie_switch_container details .card-body {
    padding: 1rem;
  }

  .cookie_button_container {
    gap: 0.5rem;
  }
}
@media (max-width: 550px) {
  .cookie_message .cookie_h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .cookie_message .cookie_p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cookie_switch_container details .card-header .switch {
    right: auto;
  }
}

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