.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #075e71;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}

.modal .modal-dialog {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
    -webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}

.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #075e71;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #075e71;
}
#declineBtn, #acceptBtn, #returnBtn {
  border: 1px solid #075e71;
  background-color: #fff;
  color: #075e71;
  font-size: 0.8em;
}
#declineBtn:hover, #acceptBtn:hover, #returnBtn:hover {
  background-color: #075e71;
  color: #fff;
}

#modalCookies .modal-title{
    display: block !important;
    margin: 0 0 8px 0 !important;
    font-family: Asap,sans-serif !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: center !important;
    clear: none !important;
    background: transparent !important;
    height: auto !important;
    padding: 0 !important;
}

#modalCookies .logo-contain{
    background: #075e71;
    padding: 10px 12px;
    border-radius: 50px;
}

#modalCookies .modal-body p {
    font-size: 0.9em;
}

#modalCookies .modal-body {
    border-bottom: 0px solid #e9ecef;
}
.parent-politic {
    margin-top: 6px;
    font-size: 0.9em;
    margin-bottom: 12px;
}
.read-politic {
    background-color: transparent;
    color: #666666;
    font-family: "Rubik",sans-serif;
    text-decoration: underline !important;
    margin-left: 20px;
}
.read-politic:hover {
    color: #075e71;
}
.parent-widget {
    padding: 12px;
    border-radius: 8px;
    border: 2px solid rgba(0,0,0,0.04);
    background: #FFFFFF;
    margin: 8px -8px 6px;
    color: #2E2E2E;
}
.widget-question {
    margin: 0;
    font-size: 16px;
    text-align: left !important;
    color: #000000;
}
.widget-description {
    padding: 0 10px;
    margin: 0 0 4px;
    background-color: transparent;
    color: #666666;
}
.widget-description li {
    font-size: 12px;
    padding: 0;
    margin: 0;
    list-style-type: '- ';
}

.widget-description li a {
    font-size: 16px;
    color: #666666;
}

.widget-description li a:hover {
    color: #075e71;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #075e71!important;
    background-color: #075e71!important;
    border-radius: 50%;
}
#modalCookies a {
    color: #075e71!important;
}
.description-network:hover, .description-network {
    color:#075e71;
}
.allCheck {
  font-size: 18px;
  font-weight: 500;
  color: #075e71!important;
}
