/* ======================= *
 * BG 23.09.2021 - FDV CSS *
 * ======================= */
.privacy-center-shortcode > p {
  margin-bottom:5px;
}

.label-stat{
  margin-left:5px;
}

#gdpr-revoke-button{
    margin-bottom:15px;
}

#gdpr-revoke-button:hover {
  background-color:#96273e;
  opacity: 100%;
  color:#ffffff;
}

#gdpr-privacy-center-success{
  color:green;
}

#gdpr-privacy-center-error{
  color:red;
}

#consent-date{
  margin-top:10px;
  width: 100%;
}

#cookieChoiceRow{
  margin-left:-5px;
  margin-bottom:20px;
}

#gdpr-save-button{
    margin: auto;
    margin-top: 10px;
    display:none;
}

.gdpr-privacy-center p{
    margin-bottom:5px;
}

.gdpr-button-row{
    text-align: center;
    width: 100%;
}

.privacy-center-shortcode > ul {
  margin-bottom:15px;
}

/* Style the button that is used to open and close the collapsible content */
.gdpr-collapsible {
  background-color: #ddd;
  color: black!important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom:10px;
  box-shadow:none!important;
  position:relative;
  border: 1px solid black;
}

.gdpr-collapsible:hover{
  background-color:#ddd;
  opacity: 100%;
}

/* Style the collapsible content. Note: hidden by default */
.gdpr-content {
/*padding: 0 18px;*/
display: none;
overflow: hidden;
}

.gdpr-content-text{
  text-align: center;
}

.gdpr-row {
display: block;
}

.gdpr-column {
flex: 50%;
margin:auto;
}

.gdpr-content > p {
  text-align:center;
}

.gdpr-mark {
width: 30px;
  position: absolute;
  right: -12px;
  top: -12px;
}

.gdpr-button{
display: inline-block;
  text-align: center;
  background-color: #141e28;
  border: 0;
  border-radius: 0.4rem;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px!important;
  font-weight: 700;
  padding: 1em 2em;
  text-decoration: none;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  box-shadow: inset 0 0 0 9rem rgb(255 255 255 / 0%), 0 0 0 -1rem rgb(20 30 40 / 0%);
  -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
  height: auto;
  line-height: 1;
margin-bottom: 25px;
}

.gdpr-button:hover{
color: #ffffff;
}

#gdpr-prog-title{
color: black;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

#gdpr-hr {
border-bottom: 0.2rem solid grey;
margin: 0 0 1em;
padding: 0.5em 0 0;
}

.gdpr-column-content{
text-align: center!important;
color:black!important;
margin:0px!important;
padding:0px!important;
}