.iubenda-cs-content {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-height: 105px;
    width: 375px;
    padding: 20px;
    background-color: #ffffff;
    z-index: 2000;
    border-radius: 10px;
    flex-direction: column;
    box-shadow: 0px 4px 19.7px 0px #00000021;
  }
  
  #iubenda-cs-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 800;
    color: #242424;
    padding-bottom: 5px;
  }
  
  .iubenda-cs-close-btn {
    cursor: pointer;
    position: absolute;
    appearance: none;
    border: 0;
    background: transparent;
    top: 20px;
    right: 20px;
    padding: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M1.54386 11L0 9.45614L3.96992 5.48622L0 1.54386L1.54386 0L5.51378 3.96992L9.45614 0L11 1.54386L7.03008 5.48622L11 9.45614L9.45614 11L5.51378 7.03008L1.54386 11Z" fill="#242424"/></svg>');
    height: 11px;
    width: 11px;
    transform: scale(2);
  }
  
  #iubenda-cs-paragraph {
    font-size: 12px;
    font-weight: 600;
    color: #414141;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  #iubenda-cs-paragraph a {
    color: #414141;
    text-decoration: underline;
    cursor: pointer;
  }
  
  #iubenda-cs-paragraph a:hover {
    color: #414141;
  }
  
  #iubenda-cs-paragraph a:visited {
    color: #414141;
  }
  .iubenda-cs-content .iubenda-cs-opt-group {
    display: flex;
    flex-wrap: wrap-reverse;
    /* gap: 16px; */
  }
  .iubenda-cs-opt-group-custom {
    width: 100%;
    justify-content: center;
    display: none;
    margin-top: 12px;
  }
  
  .iubenda-cs-content .iubenda-cs-opt-group-consent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    direction: rtl;
  }
  
  .iubenda-cs-content .iubenda-cs-opt-group .iubenda-cs-opt-group-consent button {
    height: 38px;
    border-radius: 4px;
  }
  
  .iubenda-cs-content
    .iubenda-cs-opt-group
    .iubenda-cs-opt-group-consent
    button.iubenda-cs-reject-btn {
    color: #191919;
    background-color: #ffffff;
    border: 1px solid #191919;
  }
  
  .iubenda-cs-content
    .iubenda-cs-opt-group
    .iubenda-cs-opt-group-consent
    button.iubenda-cs-accept-btn {
    color: #ffffff;
    background-color: #191919;
    border: 1px solid #191919;
  }
  .iubenda-cs-customize-btn,
  .iubenda-cs-customize-btn:focus,
  .iubenda-cs-customize-btn:hover,
  .iubenda-cs-customize-btn:active,
  .iubenda-cs-customize-btn:visited {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    color: #191919;
  }
  
  .iubenda-cs-opt-group-consent .iubenda-cs-reject-btn,
  .iubenda-cs-opt-group-consent .iubenda-cs-accept-btn {
    margin-top: 10px;
  }
  @media (max-width: 575px) {
    .iubenda-cs-content {
      bottom: 0;
      right: 0;
      width: 100vw;
      border-radius: 0px;
      box-shadow: 0px 0px 10px #00000071;
    }
    .iubenda-cs-content .iubenda-cs-opt-group-consent {
      direction: ltr;
    }
  }
  
  #iubenda-iframe #iubFooterBtnContainer button#iubFooterBtn {
    background-color: #191919 !important;
  }
  #iubenda-cs-banner .purposes-item .iub-toggle-checkbox input.style1:checked,
  #iubenda-iframe .purposes-item .iub-toggle-checkbox input.style1:checked {
    background-color: #191919 !important;
  }
  #iubenda-iframe-content #purposes-container .purposes-header {
    padding: 8px 24px !important;
  }
  #iubenda-iframe-content #iubenda-iframe .iub-btn-stroked {
    border: 0 !important;
  }
  #iubenda-iframe-content #purposes-container .purposes-header-right {
    display: none !important;
  }
  .iubenda-iframe-top-container #purposes-content-container .purposes-header {
    padding: 0 24px !important;
  }
  .iubenda-iframe-top-container #purposes-content-container .purposes-header .purposes-header-title {
    font-size: 36px !important;
  }
  

  .iubenda-cs-center .iubenda-cs-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
    right: unset;
    width: unset;
    max-width: 385px;
  }
  @media (max-width: 575px) {
    .iubenda-cs-center .iubenda-cs-content {
      width: 90vw;
      border-radius: 6px;
    }
  }

.iubenda-cs-center.iubenda-cs-overlay{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 100060;
}
.iubenda-cs-center .iubenda-cs-content .iubenda-cs-opt-group-consent {
  grid-template-columns: 1fr;
}
.iubenda-cs-center .iubenda-cs-content .iubenda-cs-opt-group-custom {
  display: flex;
}
.iubenda-cs-center .iubenda-cs-content .iubenda-cs-opt-group {
  flex-wrap: nowrap;
  gap: 16px;
}
body:has(.iubenda-cs-center.iubenda-cs-overlay) #iubenda-iframe {
  background-color: transparent !important;
}

body #iubenda-iframe .iubenda-modal-navigation:not(.iubenda-modal-navigation-brand) {
  box-shadow: none !important;
}