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

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

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

.hw-cookies-link.hw-cookies-btn-agree {
  color: #af001d;
}

#hw-cookies-consent p {
  margin: 0;
  color: $dark;
}

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

#hw-cookies-consent-modal {
  z-index: 20001;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.58;
}

#hw-cookies-consent-modal .modal-body {
  max-height: calc(100vh - 190px);
  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 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  margin: 0;
}

.hw-cookies-btn-close-modal {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #af001d;
  font-size: 14px;
  line-height: 27px;
  border: 1px solid #af001d;
  background-color: white;
  font-family: Montserrat, sans-serif;
}

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


.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;
}
