.cookie-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  top: 0px;
  left: 0px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-modal {
  background-color: #fff;
  color: #000;
  padding: 0px 15px;
  width: 700px;
  min-height: 400px;
  font-size: 15px;
  line-height: 25px;
  font-family: "Lato";
}

#cookie-bar .btn-link {
  color: #e50046;
  text-decoration: none !important;
}

.cookie-modal p {
  color: #000;
}

/* HEADER */
.cookie-modal-header {
  padding: 25px 25px;
  border-bottom: 1px solid #eaf2f4;
  position: relative;
}

.cookie-modal-title {
  font-size: 20px;
  font-weight: 700;
}

.cookie-modal-close {
  position: absolute;
  right: 25px;
  font-size: 20px;
  text-decoration: none;
}

.cookie-bar-close {
  position: relative;
  margin-left: 10px;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none !important;
}

.cookie-modal-header .cookie-icon {
  height: 30px;
  width: 30px;
  float: left;
  min-width: 30px;
  margin-right: 10px;
}

/* CONTENT */
.cookie-modal-content {
  padding: 20px 25px;
  max-height: 279px;
  overflow-y: scroll;
}

.cookie-content-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cookie-link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 5px solid #fff;
  border-radius: 0px !important;
  color: #000;
}

.cookie-link:last-child {
  border-bottom: 0px !important;
}

.no-pad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.nav-pills .cookie-link.active,
.nav-pills .show > .cookie-link {
  border-left: 5px solid #404040;
  background-color: #fff !important;
  color: #404040;
  border-right: 1px solid #fff;
}

.cookie-modal .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.external-link-icon {
  height: 15px;
  margin-right: 7px;
  margin-top: -2px;
  margin-bottom: 2px;
}

.cookie-badge {
  background-color: #03b89d;
  padding: 3px 10px;
  border-radius: 9999px;
  line-height: 12px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  height: auto;
  right: 11px;
  top: calc(50% - 9px);
}

.cookie-badge label {
  margin-bottom: 0px;
  line-height: 12px;
  font-size: 12px !important;
}

.cookie-modal-footer {
  width: 100%;
  padding: 25px 25px;
  border-top: 1px solid #eaf2f4;
}

.cookie-modal-footer a,
.cookie-modal-footer button {
  font-size: 15px;
  font-size: 15px;
  line-height: 26px;
}

.cookie-modal-footer button {
  margin-right: 10px;
}

.cookie-badge-red {
  background-color: #ee1651;
}

#cookie-bar {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #404040;
  z-index: 99999;
  padding: 30px 10px;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#cookie-bar p {
  color: #fff;
  margin-bottom: 0px;
}

#cookie-bar a {
  font-size: 15px;
}

#cookie-bar .btn-link {
  margin-right: 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  color: white;
}

#cookie-bar .btn-link-2 {
  display: none !important;
}

#cookie-bar .btn-link:hover {
  color: #fff !important;
}

#cookie-bar .cookie-icon {
  height: 75px;
  width: 75px;
  float: left;
  min-width: 75px;
  margin-right: 10px;
}

#cookie-bar .btn-primary,
.cookie-modal .btn-primary {
  background-color: #03b89d !important;
  border: 3px solid #03b89d !important;
  color: #fff !important;
  padding: 10px 20px;
  margin-top: 0px;
}

#cookie-bar .btn-primary:hover,
.cookie-modal .btn-primary:hover {
  background-color: #ee1651 !important;
  border: 3px solid #ee1651 !important;
  color: #fff !important;
}

.cookie-modal-footer .btn-primary:hover {
  background-color: #59c7b0 !important;
  border-color: #59c7b0 !important;
}

.cookie-modal-footer .btn-default {
  color: #777777;
  font-weight: 400;
  background-color: #e0e0e0;
}

.cookie-modal-footer .btn-default:hover {
  background-color: #d5d5d5;
}

.no-border-bot {
  border-bottom: 0px;
}

a, button {
  cursor: pointer;
}

.cookie-modal-button {
  position: fixed;
  right: 30px;
  height: 70px;
  width: 70px;
  z-index: 999;
  background-color: #e50f46;
  bottom: 30px;
  border-radius: 999px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.cookie-toggle label {
  font-size: 15px;
  font-weight: 400;
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 26px;
  margin-right: 7px;
  border-radius: 999px;
  font-size: 15px !important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 99px;
}

.slide:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  right: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 999px;
}

input:checked + .slide {
  background-color: #03b89d;
}

input:checked + .slide:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slide .round {
  border-radius: 34px;
}

.slide .round:before {
  border-radius: 50%;
}

.cookie-toggle {
  display: flex;
  align-items: center;
}

input:checked + .verplicht {
  background-color: rgba(3, 184, 157, 0.5);
}

.cookie-modal a:hover {
  color: #000000;
}

@media (max-width: 992px) {
  .cookie-bar-close {
    position: absolute;
    top: -20px;
    right: 0px;
  }

  .cookie-modal-button {
    bottom: 15px;
    left: 15px;
  }

  .cookie-bar-close.d-none {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .cookie-content-title {
    font-size: 17px;
  }

  #cookie-bar .btn-link {
    border: 3px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
    display: none !important;
    border-radius: 999px;
  }

  #cookie-bar .btn-link-2 {
    display: flex !important;
  }

  #cookie-bar .btn-primary {
    margin-top: 15px;
  }

  .cookie-bar-close {
    top: -20px;
    right: 0px;
  }

  .sm-w-100 {
    width: 100% !important;
  }

  .border-top-1px {
    border-top: 1px solid #eaf2f4;
  }

  .xs-no-border-right {
    border-right: 0px;
  }

  .cookie-modal .btn-primary {
    margin-bottom: 15px;
  }

  .cookie-modal .tab-content > .tab-pane {
    display: block !important;
  }

  .cookie-modal .fade:not(.show) {
    opacity: 1 !important;
  }

  .cookie-modal-content {
    max-height: calc(100vh - 400px);
  }

  .cookie-toggle {
    display: inline-block;
    margin-top: 0px;
  }

  .xs-no-gutters {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs-no-gutters .col-7,
.xs-no-gutters .col-6,
.xs-no-gutters .col-5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cookie-bar-close.d-none {
    display: none !important;
  }
}

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