/*@use "../../digiflow/styles/base/breakpoints" as bp;
@use "../../digiflow/styles/layout/spacing" as sp;
@use "../../digiflow/styles/base/typography" as typo;
@use "../../digiflow/styles/themes/light/colors" as col;
@use "../../digiflow/styles/base/inheritance" as inh;*/
/* =========================================
   Cookie Banner
========================================= */
/*.cookie-banner {
  max-width: sp.$max-width;
  margin-inline: auto;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: black;
  padding: 15px;
  z-index: 9998;
  width: 760px;
  border-radius: 10px;

  .cookieContent {
    font-family: typo.$font-opensanslight;
    @include inh.flex(
      $direction: row,
      $v-align: center,
      $h-align: space-between
    );

    .cookieDescription {
      width: 60%;
      font-size: 16px;
    }

    .cookie-actions {
      width: 40%;

      button{
        border-radius: 4px;
      }

      .btn1 {
        margin-left: 10px;
        padding: 8px 14px;
        border: none;
        cursor: pointer;
        background-color: #0a2e6d;
        color: white;
      }
      .btn2 {
        margin-left: 10px;
        padding: 8px 14px;
        border: none;
        cursor: pointer;
      }
    }
  }
}*/
/* =========================================
   Floating Button
========================================= */
/*// .cookieFloatingBtnContainer{

// }

.cookie-floating {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 22px;
  cursor: pointer;
  z-index: 9999;
}*/
/* =========================================
   Cookie Modal
========================================= */
/*.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);

  max-width: sp.$max-width;
  margin-inline: auto;


  @include inh.flex($direction: column, $v-align: center, $h-align: center);

  &.hidden {
    display: none;
  }

  .cookie-modal-content {
    width: 400px;
    max-width: 80vw;
    padding: 30px;
    background: white;
    border-radius: 14px;
    // border: 1px dotted red;

    @include inh.flex($direction: column, $v-align: center);*/
/* Logo */
/*.cookie-logo {
  img {
    max-width: 150px;
    // border: 1px dotted red;
    margin-bottom: 1rem;
  }
}*/
/* Heading */
/*.cookie-heading {
  font-family: typo.$font-GarageGothic;
  font-size: 40px;
  color: #002d72;
  text-transform: uppercase;
  text-align: center;
  // border: 1px dotted red;
  margin-bottom: 1rem;
}

.seperator{
  border: none;      
  border-top: 10px solid rgb(33, 37, 41);
}*/
/* Checkbox Container */
/*.cookie-checkbox-container {
  width: 100%;
  // border: 1px dotted red;
  margin-top: 1rem;

  .cookie-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #555;
    cursor: pointer;

    input {
      width: 16px;
      height: 16px;

      &:disabled {
        cursor: not-allowed;
      }
    }
  }
}*/
/* Modal Actions */
/*.modal-actions {
      width: 100%;
      // border: 1px dotted red;
      margin-top: 1rem;

      @include inh.flex(
        $direction: row,
        $v-align: center,
        $h-align: flex-end,
        $gap: sp.$size-16
      );

      .btn {
        padding: 8px 15px;
        font-size: 14px;
        color: white;
        background-color: #002d72;
        border-radius: 4px;
        transition: background-color 0.3s ease;

        &:hover {
          background-color: darken(#002d72, 8%);
        }
      }
    }
  }
}*/
@font-face {
  font-family: "OpenSansLight";
  src: url("/DigitUp/LaCaseraPT/assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("/DigitUp/LaCaseraPT/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GarageGothic";
  src: url("/DigitUp/LaCaseraPT/assets/fonts/garage-gothic.woff2") format("woff2"), url("/DigitUp/LaCaseraPT/assets/fonts/garage-gothic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("/DigitUp/LaCaseraPT/assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("/DigitUp/LaCaseraPT/assets/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* =========================================
   Cookie Banner
========================================= */
.cookie-banner {
  max-width: 1440px;
  margin-inline: auto;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: black;
  padding: 15px;
  z-index: 9998;
  width: 60%;
  border-radius: 10px;
}
@media (min-width: 0) and (max-width: 599.9px) {
  .cookie-banner {
    width: 95%;
  }
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .cookie-banner {
    width: 90%;
  }
}
@media (min-width: 839.9px) and (max-width: 1023.9px) {
  .cookie-banner {
    width: 85%;
  }
}
@media (min-width: 1023.9px) and (max-width: 1279.9px) {
  .cookie-banner {
    width: 80%;
    max-width: 750px;
  }
}
@media (min-width: 1279.9px) {
  .cookie-banner {
    width: 80%;
    max-width: 750px;
  }
}
.cookie-banner .cookieContent {
  font-family: "OpenSansLight", Helvetica, Arial, Lucida, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media (min-width: 0) and (max-width: 599.9px) {
  .cookie-banner .cookieContent {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
.cookie-banner .cookieContent .cookieDescription {
  width: 60%;
  font-size: 16px;
}
@media (min-width: 0) and (max-width: 599.9px) {
  .cookie-banner .cookieContent .cookieDescription {
    width: 90%;
  }
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .cookie-banner .cookieContent .cookieDescription {
    width: 50%;
  }
}
.cookie-banner .cookieContent .cookie-actions {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media (min-width: 0) and (max-width: 599.9px) {
  .cookie-banner .cookieContent .cookie-actions {
    width: 90%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
  }
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .cookie-banner .cookieContent .cookie-actions {
    width: 50%;
  }
}
.cookie-banner .cookieContent .cookie-actions button {
  border-radius: 4px;
}
.cookie-banner .cookieContent .cookie-actions .btn1 {
  padding: 8px 14px;
  border: none;
  cursor: pointer;
  background-color: #0a2e6d;
  color: white;
}
.cookie-banner .cookieContent .cookie-actions .btn2 {
  padding: 8px 14px;
  border: none;
  cursor: pointer;
}

/* =========================================
   Floating Button
========================================= */
.cookie-floating {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 22px;
  cursor: pointer;
  z-index: 9999;
}

/* =========================================
   Cookie Modal
========================================= */
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cookie-modal.hidden {
  display: none;
}
.cookie-modal .cookie-modal-content {
  width: 400px;
  max-width: 80vw;
  padding: 30px;
  background: white;
  border-radius: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* Logo */
}
.cookie-modal .cookie-modal-content .cookie-logo img {
  max-width: 150px;
  margin-bottom: 1rem;
}
.cookie-modal .cookie-modal-content {
  /* Heading */
}
.cookie-modal .cookie-modal-content .cookie-heading {
  font-family: "GarageGothic", "Verdana", Arial, sans-serif;
  font-size: 40px;
  color: #002d72;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
}
.cookie-modal .cookie-modal-content .seperator {
  border: none;
  border-top: 10px solid rgb(33, 37, 41);
}
.cookie-modal .cookie-modal-content {
  /* Checkbox Container */
}
.cookie-modal .cookie-modal-content .cookie-checkbox-container {
  width: 100%;
  margin-top: 1rem;
}
.cookie-modal .cookie-modal-content .cookie-checkbox-container .cookie-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #555;
  cursor: pointer;
}
.cookie-modal .cookie-modal-content .cookie-checkbox-container .cookie-item input {
  width: 16px;
  height: 16px;
}
.cookie-modal .cookie-modal-content .cookie-checkbox-container .cookie-item input:disabled {
  cursor: not-allowed;
}
.cookie-modal .cookie-modal-content {
  /* Modal Actions */
}
.cookie-modal .cookie-modal-content .modal-actions {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
.cookie-modal .cookie-modal-content .modal-actions .btn {
  padding: 8px 15px;
  font-size: 14px;
  color: white;
  background-color: #002d72;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.cookie-modal .cookie-modal-content .modal-actions .btn:hover {
  background-color: rgb(0, 28.8947368421, 73.2);
}
