.dpCookies {
  border-radius: 5px;
  padding: 12px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
  background-color: #f2f2f2;
}

.switchCookies {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 38px;
  font-size: 14px;
}

.chevCookies {
  transform: rotate(90deg);
}

.cbCookies {
  background-color: #e3e1e8;
  height: 20px;
  width: 38px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.cookiesFooter {
  height: 120px;
  width: 100%;
  background: rgb(1, 23, 43);
  position: fixed;
  bottom: 0;
  box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
  padding: 15px;
}

#cookiesModal .modal-header {
  background-color: rgb(1, 23, 43) !important;
}