.cm-module-hide {
  display: none !important;
}
.cm-cookie-block {
  position: fixed;
  z-index: 999999999;
  padding: 0;
  border-radius: 8px;
  max-width: 400px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px, rgba(0, 0, 0, 0.05) 0px 2px 6px;
}
.cm-cookie-block.cm-cookie-block-tm-2 {
  max-width: 500px;
}
.cm-cookie-block.cm-cookie-block-tm-3 {
  max-width: 500px;
}
.cm-cookie-block .mfp-close,
.cm-cookie-block .mfp-close:active {
  top: 10px;
  right: 10px;
}
.cm-cookie-logo {
  padding-bottom: 25px;
  text-align: center;
}
.cm-cookie-content {
  padding: 0;
  color: #484848;
  font-size: 13px;
  margin-bottom: 20px;
}
.cm-cookie-content p {
  color: #484848;
  font-size: 13px;
}
.cm-cookie-selects {
  display: none;
  color: #484848;
  font-size: 14px;
  border-radius: 6px;
  /* border: 1px solid #e9e9e9; */
  margin: 20px 0;
}
.cm-cookie-block-tm-2 .cm-cookie-selects {
  display: block;
}
.cm-cookie-block-tm-3 .cm-cookie-selects {
  display: block;
}
.cm-cookie-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding: 8px 16px;
  font-size: 13px;
}
.cm-cookie-item:last-child {
  border-bottom: 0;
}
.cookielaw-btns{
  text-align: center;
  padding-bottom: 7px;
}
.cm-cookie-buttons {
  display: flex;
  border-top: 1px solid #f0f0f0;
}
.cm-cookie-btn {
  flex: 1 1 0%;
  color: #7a7a7a;
  padding: 10px 0;
  background: transparent;
  border: 0;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #f0f0f0;
}
.cm-cookie-btn:hover {
  color: #7a7a7a;
  opacity: 0.7;
}
.cm-cookie-btn:focus,
.cm-cookie-btn:active {
  outline: 0;
}
.cm-cookie-btn:last-child {
  border-right: 0;
}
.cm-cookie-item-desc {
  font-weight: bold;
}
.cm-cookie-item-details {
  padding-top: 10px;
  width: calc(100% + 40px);
}
.cm-cookie-item-details,
.cm-cookie-item-details p {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4em;
}

.cm-checkbox-toggle {
  position: relative;
  transition: transform 0.3s;
  transform: scale(0.96) translateZ(0);
}
 .cm-checkbox-toggle input {
  display: none;
}
.cm-checkbox-toggle input + label {
  background: #fff;
  border-radius: 9px;
  width: 40px;
  display: block;
  cursor: pointer;
  position: relative;
  box-shadow: -12px -12px 24px transparent, 12px 12px 24px rgba(0, 6, 39, .1);
  transition: box-shadow 0.4s;
}
.cm-checkbox-toggle input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, #f1f4ff, #f9faff);
  opacity: 1;
  transition: opacity 0.4s;
}
.cm-checkbox-toggle input:disabled + label {
  opacity: 0.6;
}
.cm-checkbox-toggle input + label .cm-checkbox-switch {
  position: relative;
  display: inline-block;
  z-index: 1;
  vertical-align: top;
  height: 22px;
  width: 40px;
  border-radius: 11px;
  background: #eceffc;
}
.cm-checkbox-toggle input + label .cm-checkbox-switch:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #4f97ff, #275efe);
  opacity: 0;
  transition: opacity 0.4s;
}
.cm-checkbox-toggle input:checked + label .cm-checkbox-switch:before {
  opacity: 1;
}
.cm-checkbox-toggle input:checked + label .cm-checkbox-switch .cm-checkbox-dot {
  transform: translateX(18px);
}
.cm-checkbox-toggle input + label .cm-checkbox-switch .cm-checkbox-dot {
  background: #d1d6ee;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: -1px;
  top: -1px;
  transform: translateX(0);
  transition: transform 0.4s, box-shadow 0.4s;
  box-shadow: -4px -4px 8px transparent, 4px 4px 8px transparent;
}
.cm-checkbox-toggle input:checked + label .cm-checkbox-switch .cm-checkbox-dot {
  box-shadow: -4px -4px 8px rgba(255, 255, 255, .1), 4px 4px 8px rgba(0, 6, 39, .1);
}
.cm-checkbox-toggle input + label .cm-checkbox-switch .cm-checkbox-dot:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, #f1f4ff, #f9faff);
  opacity: 0;
  transition: opacity 0.4s;
}
.cm-checkbox-toggle input:checked + label .cm-checkbox-switch .cm-checkbox-dot:before {
  opacity: 1;
}

.cm-cookie-law-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.cm-cookie-settings-btn {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  background: #fff;
}
.cm-cookie-settings-btn:focus,
.cm-cookie-settings-btn:active {
  outline: none !important;
}
#header .header-nav .cm-cookie-settings-btn .material-icons {
  line-height: 1;
  color: #373636;
}

.cm-cookie-buttons-tm-2 {
  display: flex;
  text-align: center;
  gap: 5px;
}
.cm-cookie-buttons-tm-2 .cm-cookie-btn {
  background-color: #f0f0f0;
  padding: 10px 0;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}
.cm-cookie-btn .cm-cookie-btn-accept-all {
  background-color: #478cff;
  color: #fff;
  /* margin-left: 5px;
  margin-right: 5px; */
}
.cm-cookie-block-tm-2 .cm-cookie-btn-more-info {
  text-align: center;
  display: block;
  padding: 20px 0 20px 0;
}
.cm-cookie-block-tm-1.white-popup {
  padding: 0;
}

.cm-cookie-buttons-tm-3 {
  /* display: flex; */
  text-align: center;
}
.cm-cookie-buttons-tm-3 .cm-cookie-btn {
  background-color: #f0f0f0;
  padding: 10px 0;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.cm-cookie-block-tm-3 .cm-cookie-btn-more-info {
  text-align: center;
  display: block;
  padding: 20px 0 15px 0;
}

.cm-cookie-btn-loading {
  background-image: url(../img/spinner.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 35px;
  opacity: 0.7;
}

.cm-cookie-logo img {
  max-width: 50%;
}

.cm-cookie-continue-without-accepting,
.cm-cookie-continue-without-accepting:hover {
  display: block;
  text-align: right;
  padding-bottom: 10px;
  font-size: 14px;
  color: #7a7a7a;
  text-decoration: underline;
}
.cm-cookie-continue-without-accepting:hover {
  opacity: 0.8;
}
.cm-cookie-accept-selected-template-1 {
  /* flex: 1.2 1 0%; */
  flex: 1 1 0%;
}
.cm-cookie-predefined-icon {
  text-align: center;
}
.cm-cookie-predefined-icon img {
  width: 60px;
}
.cm-cookie-item-icon {
  flex-basis: 50px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.cm-cookie-item-icon img {
  max-width: 100%;
}
.cm-cookie-widget {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
}
.cm-cookie-widget-left {
  left: 20px;
}
.cm-cookie-widget-right {
  right: 20px;
}
.cm-cookie-widget-button {
  display: block;
  border: 0;
  background: transparent;
  outline: none;
  user-select: none;
  background-color: #FFFFFF;
  border-radius: 1000px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.2s ease;
  transform: translate(0px, 0px);
  padding: 12px;
  margin: 0;
}
.cm-cookie-widget-button:hover {
  transform: translate(0px, 0px) scale(1.1);
}
.cm-cookie-widget-button:focus {
  outline: none;
}
.cm-cookie-widget-button img {
  max-width: 35px;
  height: auto;
}
/* Hide Cookies Widget in print */
@media print
{    
  .cm-cookie-widget, 
  .cm-cookie-widget * {
    display: none !important;
  }
}