#hw-cookies-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1049 !important;
  background-color: white;
  padding: 10px;
  background-color: $light;
  font-size: .75rem;
  text-align: center;
}

#hw-cookies-consent p {
  margin: 0;
  color: black;
  line-height: .75rem;
}

#hw-cookies-consent  a {
  color: inherit;
}

.hw-cookies-link {
  margin-right: 5px;
  margin-left: 5px;
  color: #ccc;
  text-decoration: underline !important;
}

.hw-cookies-setting-description {
  padding-right: 15px;
}

#hw-cookies-consent-modal {
  z-index: 20001;
  font-size: 1rem;
  line-height: 1.25;
}

#hw-cookies-consent-modal .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}

#hw-cookies-consent-modal .d-flex {
  display: flex;
  align-items: center;
}

#hw-cookies-consent-modal .d-flex:not(:last-child) {
  margin-bottom: 30px;
}

#hw-cookies-consent-modal h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
}

.hw-cookies-btn-close-modal {
  padding: 5px 10px;
  text-transform: uppercase;
  color: black;
  font-size: 1rem;
  line-height: 1.25;
  border: 1px solid black;
  background-color: white;
}

.hw-cookies-btn-close-modal:hover {
  color: white;
  background-color: black;;
}


.modal-backdrop {
  z-index: 20000;
}

.video-disabled-mask {
  background-color: #dfdfdf;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.video-disabled-mask.d-none {
  display: none !important;
}

#hw-cookies-consent-modal .modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20001;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100vh;
}

#hw-cookies-consent-modal .modal-content {
  width: 100%;
  max-width: 500px;
  background-color: white;
  color: black;
  padding: 20px 0 20px 20px;
}

#hw-cookies-consent-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
