/*
++ GIT: 0_shared/extra/Tracking/CustomConsentManager/ccm.public.scss
++ 2024-11-12 08:45 [5bb06fc] HAT\ryzndo1 - Update CCM for public
++ 2022-05-30 15:53 [7b0a423] Stanislav ?incl - Add Tracking Scripts and Styles - new mother child for Public and Microsites
*/
.module_CustomConsentManager {
  background: #fff;
  display: none;
  bottom: 0;
  position: fixed;
  width: 80%;
  border-top: 1px solid #BDC9CF;
  z-index: 10000;
  box-sizing: border-box;
  color: #6A7A86;
  left: calc(50% - 40%); }
  .module_CustomConsentManager .consent-content {
    display: inline-flex;
    width: 100%; }
    .module_CustomConsentManager .consent-content .consent-left {
      flex: 3 0 0;
      flex-direction: column;
      font-size: 14px;
      display: inline-block;
      padding: 30px;
      border-left: 1px solid #BDC9CF; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .module_CustomConsentManager .consent-content .consent-left {
        flex-direction: row;
        display: inline-block; } }
    .module_CustomConsentManager .consent-content .consent-right {
      flex: 1 0 0;
      box-sizing: border-box;
      display: flex;
      opacity: 0.9;
      padding: 30px;
      line-height: 16px;
      justify-content: center;
      border-right: 1px solid #BDC9CF; }
      .module_CustomConsentManager .consent-content .consent-right .consent-opt-in-button, .module_CustomConsentManager .consent-content .consent-right .consent-button, .module_CustomConsentManager .consent-content .consent-right .consent-reject-all {
        border-color: #6A7A86;
        color: #6A7A86;
        min-width: 120px;
        font-weight: 600;
        font-size: 16px;
        line-height: 17px;
        text-align: center;
        border: 1px solid;
        border-radius: 2px;
        outline: 0;
        cursor: pointer;
        padding: 9px 16px 9px 16px;
        margin-right: 10px;
        background-color: #fff; }
  .module_CustomConsentManager .modal-backdrop {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: .4; }
  .module_CustomConsentManager .consent-popup {
    display: none;
    background-color: #fff;
    border: 0;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    height: auto;
    padding: 20px 0;
    position: fixed;
    top: 10%;
    left: calc(50% - 325px);
    z-index: 9999;
    width: 650px;
    min-width: 650px;
    max-width: 80%; }
    .module_CustomConsentManager .consent-popup .modal {
      font-size: 18px;
      color: #6A7A86;
      padding: 40px 40px 20px 40px; }
      .module_CustomConsentManager .consent-popup .modal .title {
        color: #6A7A86;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 30px;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%; }
        .module_CustomConsentManager .consent-popup .modal .title .icon, .module_CustomConsentManager .consent-popup .modal .title .text {
          display: inline-block;
          vertical-align: middle; }
        .module_CustomConsentManager .consent-popup .modal .title .icon {
          height: 78px;
          width: 205px;
          margin-right: 20px;
          position: absolute;
          top: 18px;
          left: 37px;
          background-image: url("images/Forvia_Hella_Logo.svg");
          background-repeat: no-repeat; }
        .module_CustomConsentManager .consent-popup .modal .title .text {
          margin-bottom: 0px;
          position: relative;
          top: 40px; }
      .module_CustomConsentManager .consent-popup .modal .description {
        border-bottom: 1px solid #BDC9CF;
        padding-bottom: 20px;
        padding-top: 40px; }
      .module_CustomConsentManager .consent-popup .modal .wrapper {
        max-height: 100%;
        overflow: auto; }
        .module_CustomConsentManager .consent-popup .modal .wrapper .row {
          border-bottom: 1px solid #BDC9CF;
          padding-bottom: 20px;
          padding-top: 20px; }
          .module_CustomConsentManager .consent-popup .modal .wrapper .row:last-of-type {
            border: 0; }
          .module_CustomConsentManager .consent-popup .modal .wrapper .row .label {
            font-size: 16px;
            color: #6A7A86;
            padding-left: 0; }
            .module_CustomConsentManager .consent-popup .modal .wrapper .row .label .card {
              display: inline-block;
              margin: 5px;
              width: 50px;
              height: 20px;
              text-align: center;
              position: relative;
              float: right;
              margin-right: 36px; }
              .module_CustomConsentManager .consent-popup .modal .wrapper .row .label .card input[type='checkbox'] {
                display: none; }
              .module_CustomConsentManager .consent-popup .modal .wrapper .row .label .card .switcher:not(.is-active) {
                background-color: #e40c0c; }
              .module_CustomConsentManager .consent-popup .modal .wrapper .row .label .card .switcher .content .text {
                margin-bottom: 0;
                color: #fff; }
          .module_CustomConsentManager .consent-popup .modal .wrapper .row .description {
            font-size: 13px !important;
            line-height: 1.7;
            margin-top: 0;
            max-width: 600px;
            padding-bottom: 0px;
            border: 0;
            padding-top: 0px; }
            .module_CustomConsentManager .consent-popup .modal .wrapper .row .description.consent {
              margin-right: 95px; }
      .module_CustomConsentManager .consent-popup .modal .buttons {
        clear: both;
        margin-top: 15px;
        display: table;
        margin: 0 auto; }
        .module_CustomConsentManager .consent-popup .modal .buttons .button {
          background: none;
          border: 1px solid #6A7A86;
          border-radius: 0;
          box-shadow: none;
          color: #6A7A86;
          cursor: pointer;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          height: auto;
          margin: 0;
          padding: 15px 30px;
          text-align: center;
          width: auto;
          min-width: 180px;
          margin-right: 10px;
          transition: border-color .3s,background-color .3s ease-in-out,color .3s ease-in-out,opacity .3s ease-in-out; }
          .module_CustomConsentManager .consent-popup .modal .buttons .button:hover {
            opacity: .7; }
  .module_CustomConsentManager .consent-item-template {
    display: none;
    visibility: hidden; }

/*# sourceMappingURL=ResourceManager/source.map */