/* CSS Document */

#cookie-policy-container {
  position: fixed;
  bottom: -500px;
  left: 0;
  width: 100%;
  transition: all 0.25s linear;
  background: #fff;
  box-shadow: #121212 2px 2px 14px 2px;
  min-height: 50px;
  padding: 10px;
  z-index: 3001;
}

#cookie-policy-content {
  max-width: 650px;
  margin: 0 auto;
}

#cookie-policy-content-title {
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 10px;
  width: 90%;
  float: left;
}

#cookie-policy-content-description {
  font-size: 13px;
  line-height: 1.231;
  width: 100%;
  float: left;
}

#cookie-policy-agreement {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

#cookie-policy-types {
  width: 50%;
  float: left;
}

#cookie-policy-agree {
  width: 20%;
  float: right;
  margin-right: 10px;
}

#cookie-policy-agree a {
  background: #BF2A3F;
  color: #fff;
  padding: 2px 20px;
  font-size: 13px;
}

#cookie-policy-types ul {
  list-style: none;
  margin-left: 0px;
}

#cookie-policy-types ul li {
  float: left;
  margin-right: 10px;
  font-size: 12px;
}


#cookie-policy-details {
  width: 30%;
  float: left;
  font-size: 13px;
}

#cookie-policy-information p {
  font-size: 13px;
}

#icon-cookie-policy {
  cursor: pointer;
}

#cookie-policy-close {
  width: 10%;
  float: right;
  text-align: center;
}

.cookie-policy-container-open {
  top: unset;
  bottom: 0;
}

.cookie-policy-container-closed {
  top: 97%;
  bottom: unset;
}

#cookie-policy-information .tab {
  overflow: hidden;
  border: 1px solid #ccc;
}

#cookie-policy-information .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7.5px 16px;
  transition: 0.3s;
}

#cookie-policy-information .tab button:hover {
  background-color: #ddd;
}

#cookie-policy-information .tab button.active {
  background-color: #BF2A3F;
  color: #fff;
}

#cookie-policy-information .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 20vh;
  overflow-y: scroll;
}

#cookie-policy-information {
  width: 100%;
  display: none;
  margin-top: 10px;
}

#cookie-policy-informative {
  float: right;
}

#cookie-policy-informative a {
  background: #BF2A3F;
  color: #fff !important;
  padding: 2px 20px;
  font-size: 13px;
}
