.cookie-consent-settings {
    /* font-family: "Inter", sans-serif; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    transform: translateY(120vh);
    transition: 0s ease 1.1s;
    align-items: flex-end;
	z-index: 999999;
  }
  
  .cookie-consent-settings.open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    transform: translateY(0%);
    transition: 0s ease 0s;
  }
  
  .cookie-consent-settings .wrapper {
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eaeaea;
    border-radius: 8px;
    max-width: 90%;
    transform: translateY(100vh);
    z-index: 9999;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0s;
  
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  
  .cookie-consent-settings.open .wrapper {
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.8s;
  }
  
  .cookie-consent-settings .wrapper hr {
    opacity: 0.4;
  }
  
  .cookie-consent-settings .wrapper h3 {
    margin-top: 0;
  }

  
  .cookie-consent-settings .btn-success {
    margin-left: 0rem;
  }

  .cookie-consent-settings .btn-outline {
    background: none;
    color: #BCC1CE;
    border: 1px solid #BCC1CE;
  }

  .cookie-consent-settings .btn-outline:hover {
    background: #f5f5f5!important;
    color: #BCC1CE;
    border: 1px solid #BCC1CE;
  }

  .cookie-consent-banner .btn-outline {
    background: none;
    color: #BCC1CE;
    border: 1px solid #BCC1CE;
  }

  .cookie-consent-banner .btn-outline:hover {
    background: #f5f5f5!important;
    color: #BCC1CE;
    border: 1px solid #BCC1CE;
  }
  
  .cookie-consent-settings #btn-close-settings {
    float: right;
  }
  
  .cookie-consent-settings::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
    transition: all 0.1s ease-in 1s;
  }
  
  .cookie-consent-settings.open::before {
  }

  .cookie-consent-banner {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 150vh);
    width: 90%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #eaeaea;
    border-radius: 8px;

    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    flex-direction: column;
	 z-index: 999999;
  }
  .cookie-consent-banner.open {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
  }
  
  .cookie-consent-banner .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .cookie-consent-banner .content {
    flex: 1;
    width: 100%;
  }
  
  .cookie-consent-banner .content h3 {
    margin-bottom: 8px;
    margin-top: 0px;
  }
  
  .cookie-consent-banner .content p {
    font-size: 12px;
    margin-top: 6px;
    opacity: 0.7;
    margin-bottom: 0;
    line-height: 18px;
  }
  .cookie-consent-banner {
    overflow: hidden;
  }

  .cookie-consent-trigger {
    position: fixed;
    bottom: 16px;
    left: 16px;
    height: 56px;
    padding: 1rem;
    z-index: 9999;
    background: #21365F;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .cookie-consent-trigger.hide {
    bottom: -64px;
  }

  .cookie-consent-settings .wrapper .cookies-settings-header,
  .cookie-consent-banner .wrapper .cookies-header {
    background: #FAFAFA;
    padding: 16px 24px;
  }

  .cookie-consent-settings .wrapper .cookies-settings-header .heading,
  .cookie-consent-banner .wrapper .cookies-header .heading {
    font-weight: 500;
    font-size: 22px;
    line-height: auto;
    opacity: 1;
    margin-bottom: 0;
    margin-top: 0;
    color: #20315D;
  }

  .cookie-consent-settings .wrapper .cookies-settings-content,
  .cookie-consent-banner .wrapper .cookies-content {
    padding: 16px 24px;
  }

  .cookie-consent-banner .wrapper .cookies-content p {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    opacity: 0.7;
  }

  .cookie-consent-settings .wrapper .cookies-settings-buttons,
  .cookie-consent-banner .wrapper .cookies-buttons {
    padding: 0 24px 16px 24px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-direction: column;
  }


  .cookie-consent-settings .wrapper .cookies-settings-buttons .button,
  .cookie-consent-banner .wrapper .cookies-buttons .button {
    width: 100%;
  }
  
  .cookie-consent-settings .wrapper .cookies-settings-buttons .button.btn-success,
  .cookie-consent-banner .wrapper .cookies-buttons .button.btn-success {
    background-color: #55AF31;
    color: white;
  }
  .cookie-consent-banner .wrapper .cookies-buttons .button.btn-warning {
    background-color: #55AF31;
    color: white;
  }
  
  .cookie-consent-button {
    white-space: nowrap;
    border-radius: 6px;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

  }
  
  .cookie-consent-banner .buttons .cookie-consent-button:focus {
    outline: none;
  }
  
  .cookie-consent-button.btn-grayscale {
    background-color: #f5f5f5;
    color: #333;
  }
  
  .cookie-consent-button.btn-grayscale:hover {
    background-color: #eaeaea;
  }
  
  .cookie-consent-settings .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex: none;
  }
  
  .cookie-consent-settings .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .cookie-consent-settings .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
  }
  
  .cookie-consent-settings .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
  }
  
  .cookie-consent-settings input:checked + .slider {
    background-color: #6DC6D9;
  }
  
  .cookie-consent-settings input:disabled + .slider {
    background-color: #BFE5EC;
  }
  
  .cookie-consent-settings input:focus + .slider {
    box-shadow: 0 0 1px #6DC6D9;
  }
  
  .cookie-consent-settings input:checked + .slider:before {
    transform: translateX(20px);
  }
  
  .cookie-consent-settings .slider.round {
    border-radius: 25px;
  }
  
  .cookie-consent-settings .slider.round:before {
    border-radius: 25px;
  }
  
  .cookie-consent-settings .checkbox-wrapper {
    display: flex;
    margin-bottom: 0.75rem;
  }

  .cookie-consent-settings .checkbox-wrapper:last-of-type {
    margin-bottom: 0;
  }
  
  .cookie-consent-settings .checkbox-wrapper .label {
    margin-left: 1rem;
  }
  
  .cookie-consent-settings .checkbox-wrapper .label .title {
    margin-bottom: 4px;
    opacity: 1;
    color: #111111;
    margin-top: -1px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  
  .cookie-consent-settings .checkbox-wrapper .label p { 
    font-size: 14px;
    color: #111111;
    opacity: 0.7;
    font-weight: 300;
    line-height: 20px;
    margin-top: 0;
	margin-bottom: 0;
  }
  
  @media (min-width: 768px) {

    .cookie-consent-settings .wrapper .cookies-settings-header,
    .cookie-consent-banner .wrapper .cookies-header {
      background: #FAFAFA;
      padding: 24px 32px;
    }
    
    .cookie-consent-settings .wrapper .cookies-settings-content,
    .cookie-consent-banner .wrapper .cookies-content {
      padding: 24px 32px;
    }

    .cookie-consent-settings .wrapper .cookies-settings-buttons,
    .cookie-consent-banner .wrapper .cookies-buttons {
      padding: 0 32px 24px 32px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-direction: column;
    }
    
    .cookie-consent-banner {
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, 100vh);
      max-width: 650px;
    }
    .cookie-consent-banner.open {
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 650px;
    }
  
    .cookie-consent-banner .wrapper {
      flex-direction: column;
    }

    .cookie-consent-banner .wrapper .cookie-header {
      text-align: left;
    }


    .cookie-consent-banner .content {
      margin-right: 1rem;
      width: auto;
    }
    .cookie-consent-banner .buttons {
      flex: 0 0 200px;
      margin-top: 0;
      justify-content: flex-end;
      width: unset;
    }
    .cookie-consent-settings .wrapper .cookies-settings-buttons,
    .cookie-consent-banner .wrapper .cookies-buttons {
      flex-direction: row;
    }
    .cookie-consent-banner .buttons button {
      width: auto;
    }
  
    .cookie-consent-settings {
      align-items: center;
    }
    .cookie-consent-settings .checkbox-wrapper {
      display: flex;
      margin-bottom: 1rem;
    }
  }