/*     reset     */
:root {
  --lh: 1.3rem;
  --color-cola: #e61a27;
}

.color-cola {
  color: var(--color-cola);
}

body {
  position: relative;
  min-height: 100vh;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  background-color: #f8f8f8;
  padding: 25px 2% 25px 2%;
}

main {
  height: auto;
  padding: 25px 0 95px 0;
}

footer {
  position: absolute;
  bottom: 25px;
  width: 96%;
  height: 80px;
  background: #fff;
  padding: 10px 30px;
}

a {
  color: #222;
  transition: 0.3s all;
  text-decoration: none;
}

a:hover {
  color: rgb(155, 24, 24);
  text-shadow: 0px 0px 1px rgba(34, 34, 34, 0.3);
}

li {
  list-style: none;
}

input::-webkit-inner-spin-button {
  display: none;
}

.btn-danger {
  width: fit-content;
  background-color: #e61a27;
  border-radius: 10px;
}

.custom-select {
  position: relative;
  width: 100%;
  user-select: none;
  font-family: sans-serif;

}

.selected {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 52px;
}

.selected img {
  width: 20px;
  border-radius: 4px;
}

.options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 10;
  max-height: 200px;
  border-radius: 10px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.options.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.option {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.option:hover {
  background-color: #eaeaea;
}

.option img {
  width: 20px;
  border-radius: 4px;
}

textarea:focus,
textarea.form-control:focus,
select.form-select:focus,
.dropdown-toggle:focus,
.nav-link:focus-visible,
input.form-control:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='number']:focus,
[type='text'].form-control:focus,
[type='password'].form-control:focus,
[type='email'].form-control:focus,
[type='tel'].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: none;
  border-color: #e61a27;
  outline: none;
}

.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

img {
  vertical-align: middle;
}

.btn {
  display: block;
  padding: 8px 32px;
}

.table-dark {
  --bs-table-bg: #e61a27;
}

.accordion-button:not(.collapsed) {
  background-color: #e61a27;
  color: #fff;
}

/*     Navigation     */

.navbar {
  background-color: #fff;
}

.navbar .navbar-brand img {
  width: 180px;
  height: 60px;
}

.navbar .navbar-toggler {
  border: 0;
  font-size: 1rem;
}

.navbar .navbar-nav .nav-item {
  margin: 0 12px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #888;
  letter-spacing: 1px;
}

.navbar .navbar-nav .nav-item .nav-link i {
  font-size: 20px;
  margin: -5px 7px 0 0;
  color: #e61a27;
}

.offcanvas .btn-close {
  right: 25px;
}

/*     Cart     */

.cart {
  background-color: #f8f8f8;
  border-radius: 6px;
  width: fit-content;
  height: 40px;
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  gap: 5px;
}

.cart i {
  color: #e61a27;
  font-size: 1rem;
}

.cart span {
  font-size: 13px;
  color: #222 !important;
}

.cart ul li {
  background-color: #f8f8f8;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.cart ul li:last-child {
  border-bottom: none;
  margin-bottom: 1rem;
}

.cart .dropdown-toggle {
  background-color: transparent;
  border: 0;
}

.cart .dropdown-toggle::after {
  display: none;
}

.cart .dropdown-menu {
  border: 0;
  width: 400px;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 14px;
}

/*     Swiper     */

.swiper {
  width: 100%;
}

.swiper .swiper-wrapper .swiper-slide {
  width: 240px;
  margin-right: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
  text-align: center;
  padding: 15px;
}

.swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  margin: 10px auto;
  width: 80%;
}

.swiper .swiper-wrapper .swiper-slide .reward-item-title {
  min-height: 42px;
}

/*     Home Banner     */

.banner {
  width: 100%;
  height: 35vh;
  min-height: 200px;
  overflow: hidden;
  margin-bottom: 65px;
}

.banner .cover-image {
  width: 100%;
  height: 100%;
  background-image: url(../images/width3840.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner .cover-image .overlay {
  position: relative;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  padding: 80px;
}

/*     Account frames     */

.acc_login_wrapper {
  position: absolute;
  bottom: -44px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.acc_login {
  background-color: #f8f8f8;
  width: auto;
}

.acc_nav {
  background-color: #e41e2a;
}

.acc_navlink {
  padding: 6px 14px;
  margin: 2px 0;
  border-radius: 12px;
}

.acc_content,
.portfolio,
.sign_form {
  height: 100%;
  padding: 35px 35px;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.acc_navlink:hover,
.acc_navlink.active,
.acc_name,
.nav_footer {
  background-color: rgba(255, 255, 255, 0.1);
}

.avatar {
  border-radius: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}

/*     Custom elements     */

.border-radius-14 {
  border-radius: 14px;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-base {
  border-color: #222;
  transition: 0.3s all;
}

.border-base:hover {
  border-color: rgba(255, 255, 255, 0);
}

.border-transparent {
  border-color: rgba(255, 255, 255, 0);
  transition: 0.3s all;
}

.border-transparent:hover {
  border-color: #222;
}

.border-light-gray {
  border: 1px solid #ddd;
}

.bg-base {
  color: #fff;
  background-color: #222;
  transition: 0.3s all;
}

.bg-base:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #222;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
  color: #222;
  transition: 0.3s all;
}

.bg-transparent:hover {
  background-color: #222 !important;
  color: #fff;
}

.bg-cola {
  background-color: #e61a27;
  color: #fff;
}

a.bg-cola:hover {
  border: 1px solid #e61a27;
  background-color: #fff;
}

.bg-very-light-gray {
  background-color: #f8f8f8;
}

.text-cola {
  color: #e61a27;
}

.text-light-gray {
  color: #a0a0a0;
}

.shadow-cola {
  -webkit-box-shadow: 0px 18px 40px 0px rgba(230, 26, 39, 0.35);
  -moz-box-shadow: 0px 18px 40px 0px rgba(230, 26, 39, 0.35);
  box-shadow: 0px 18px 40px 0px rgba(230, 26, 39, 0.35);
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.w-90 {
  width: 90%;
}

.w-85 {
  width: 85%;
}

.w-80 {
  width: 80%;
}

.w-35 {
  width: 35%;
}

.w-30 {
  width: 30%;
}

.brands-logo,
.perfect-serve-step {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brands-logo img,
.perfect-serve-step p {
  width: 100%;
}

.perfect-serve-step .perfect-serve-step_number {
  background-color: #fff;
  -webkit-box-shadow: inset 0px 0px 20px -5px rgba(230, 26, 39, 0.35);
  -moz-box-shadow: inset 0px 0px 20px -5px rgba(230, 26, 39, 0.35);
  box-shadow: inset 0px 0px 20px -5px rgba(230, 26, 39, 0.35);
  color: #222;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  left: 5px;
  top: 5px;
}

.perfect-serve-step i {
  font-size: 160px;
  right: -40px;
  bottom: -60px;
  opacity: 0.5;
}

.idno-p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #fff;
  border-color: rgb(222, 226, 230);
  border-radius: 6px;
}

.idno-p:hover {
  background-color: #222;
  color: #fff;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

.phone-prefix {
  padding: 15px 0 15px 0;
  background-color: #f8f8f8;
  border: 1px solid rgb(222, 226, 230);
  border-radius: 6px;
  display: block;
  text-align: center;
}

.ptb-6 {
  padding: 6px 0 6px 0 !important;
}

.reward_description {
  min-height: 100px;
}

.reward_title {
  min-height: 38px;
}

.button-minus,
.button-plus {
  border-radius: 4px !important;
  height: 30px;
  width: 30px;
  background-color: #e61a27;
  color: #fff;
}

.task-example-body {
  border-radius: 16px !important;
  border: 1px solid rgb(222, 226, 230);
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem;
}

.task-example-body button {
  width: 100%;
}

.task-example-body .task-example-title {
  min-height: 63px;
}

.task-example .read-more {
  text-decoration: underline;
  margin-left: 0.5rem;
}

.product_portfolio {
  border: 2px solid #ededf0;
  min-height: 265px;
}

/*     Inbox timeline    */

.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
  content: ' ';
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
  content: ' ';
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f5f5f6;
  left: 12%;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}

.timeline-centered .timeline-entry {
  position: relative;
  width: 70%;
  float: left;
  margin: 0 0 70px 121px;
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
  display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #e41e2a;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #f5f5f6;
  line-height: 40px;
  font-size: 15px;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f5f5f6;
  padding: 1.7em;
  margin-left: 70px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}

.countdown {
  text-align: center;
  margin-bottom: 15px;
}

.countdown h1 {
  font-size: 18px;
  margin-bottom: 20px;
}

.time {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  color: #fff;
}

.time div {
  background: #1e1e1e;
  padding: 10px 5px;
  border-radius: 10px;
  width: 55px;
}

.time div span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  color: #ccc;
}

@media screen and (max-width: 576px) {
  body {
    padding: 10px 2% 10px 2%;
  }

  main {
    padding: 15px 0 15px 0;
    margin-bottom: 1rem !important;
  }

  footer {
    bottom: 10px;
    height: fit-content;
    position: relative;
    width: 100%;
    padding: 2rem 0;
  }

  footer ul {
    width: 100%;
    margin-bottom: 1rem;
  }

  footer ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
  }

  footer .dropdown {
    width: 80%;
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
  }

  .navbar .navbar-brand img {
    width: 90px;
    height: 30px;
  }

  .banner .cover-image .overlay {
    padding: 50px 20px;
  }

  .banner {
    height: 38vh;
    margin-bottom: 45px;
  }

  .swiper .swiper-wrapper .swiper-slide .reward-item-title {
    --max-lines: 2;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
  }

  .swiper .swiper-wrapper .swiper-slide .reward-item-title::before {
    position: absolute;
    content: '...';
    bottom: 3px;
    right: 7px;
  }

  .swiper .swiper-wrapper .swiper-slide .reward-item-title::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: white;
  }

  .shadow-cola {
    -webkit-box-shadow: 0px 18px 40px -7px rgba(230, 26, 39, 0.35);
    -moz-box-shadow: 0px 18px 40px -7px rgba(230, 26, 39, 0.35);
    box-shadow: 0px 18px 40px -7px rgba(230, 26, 39, 0.35);
  }

  .cart {
    position: initial;
  }

  .cart .dropdown-menu {
    width: 100vw;
    height: 100vh;
    padding: 1rem;
    border-radius: 0;
    left: -2%;
    top: 60px;
    margin: 0;
  }

  .acc_content,
  .portfolio,
  .sign_form {
    height: 100%;
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    left: -2.5rem;
    text-align: left;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    margin: 3.5rem 1rem 0 -2rem;
  }

  .timeline-centered:before {
    left: 7%;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    margin: 3.5rem 0 0 -5.9rem;
  }

  .button-minus,
  .button-plus {
    height: 100%;
    width: 25px;
    height: 25px;
    padding: 0px 3px 3px 3px;
  }

  .photo-button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding: 10px 2% 10px 2%;
  }

  main {
    padding: 15px 0 15px 0;
    margin-bottom: 5rem;
  }

  footer {
    bottom: 10px;
  }

  .navbar .navbar-brand img {
    width: 90px;
    height: 30px;
  }

  .banner .cover-image .overlay {
    padding: 40px 20px;
  }

  .banner {
    height: 38vh;
    margin-bottom: 45px;
  }

  .swiper .swiper-wrapper .swiper-slide .reward-item-title {
    --max-lines: 2;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
  }

  .swiper .swiper-wrapper .swiper-slide .reward-item-title::before {
    position: absolute;
    content: '...';
    bottom: 3px;
    right: 7px;
  }

  .swiper .swiper-wrapper .swiper-slide .reward-item-title::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: white;
  }

  .shadow-cola {
    -webkit-box-shadow: 0px 18px 40px -7px rgba(230, 26, 39, 0.35);
    -moz-box-shadow: 0px 18px 40px -7px rgba(230, 26, 39, 0.35);
    box-shadow: 0px 18px 40px -7px rgba(230, 26, 39, 0.35);
  }
}

@media screen and (min-width: 992px) {
  body {
    padding: 10px 2% 10px 2%;
  }

  main {
    padding: 15px 0 15px 0;
    margin-bottom: 5rem;
  }

  footer {
    bottom: 10px;
  }

  .navbar .navbar-brand img {
    width: 120px;
    height: 40px;
  }

  .banner .cover-image .overlay {
    padding: 40px 20px;
  }

  .banner {
    height: 32vh;
    margin-bottom: 45px;
  }

  .shadow-cola {
    -webkit-box-shadow: 0px 18px 40px -7px rgba(230, 26, 39, 0.35);
    -moz-box-shadow: 0px 18px 40px -7px rgba(230, 26, 39, 0.35);
    box-shadow: 0px 18px 40px -7px rgba(230, 26, 39, 0.35);
  }

  .acc_content,
  .portfolio,
  .sign_form {
    height: 100%;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    left: -1.5rem;
    text-align: left;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    margin: 3.5rem 1rem 0 -1rem;
  }

  .timeline-centered:before {
    left: 2rem;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    margin: 3.5rem 0 0 -5.5rem;
  }
}

@media (min-width: 1400px) {
  .banner {
    height: 42vh;
    margin-bottom: 45px;
  }

  .banner .cover-image .overlay {
    padding: 100px 20px;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    left: 0.5rem;
    text-align: left;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    margin: 3.5rem 1rem 0 1rem;
  }

  .timeline-centered:before {
    left: 4rem;
  }

  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    margin: 3.5rem 0 0 -3.5rem;
  }
}

:root {
    --cc-card-bg-color: #FFFFFF;
    --cc-card-text-color: #000000;
    --cc-button-bg-color: #161a1d;
    --cc-button-bg-color-rgb: 22, 26, 29;
    --cc-button-bg-opacity: .8;
    --cc-button-text-color: #FFFFFF;
    --cc-modal-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

[theme="dark"] {
    --cc-card-bg-color: #161a1c;
    --cc-card-text-color: #f0f0f0;
    --cc-button-bg-color-rgb: 194, 208, 224;
    --cc-button-text-color: #161a1c;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.cookie-disable-interaction body {
    height: auto !important;
    overflow: hidden !important;
}

.cookie-disable-interaction body::before {
    background: rgba(0, 0, 0, .65);
    content: "";
    inset: 0;
    opacity: 1;
    position: fixed;
    z-index: 900;
}

.cookie-consent-root {
    --cookie-consent-width: 100%;
    --cookie-consent-bottom: 20px;
    position: fixed;
    background: var(--cc-card-bg-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1000;
    bottom: var(--cookie-consent-bottom);
    inset-inline-start: 20px;
    inset-inline-end: 20px;
    max-width: var(--cookie-consent-width);
    overflow: hidden;
    transition: 1s ease-in-out all;
}

.consent-layout-box,
.consent-layout-box-inline {
    --cookie-consent-width: 24rem;
}

.consent-layout-box-wide {
    --cookie-consent-width: 36rem;
}

.consent-layout-cloud,
.consent-layout-cloud-inline {
    --cookie-consent-width: 54em;
}

.consent-layout-bar,
.consent-layout-bar-inline {
    --cookie-consent-width: 100%;
    --cookie-consent-bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    border-radius: 0;
}

.cookie-consent-hide {
    --cookie-consent-bottom: -110%;
}

@media screen and (max-width: 640px) {
    .consent-layout-cloud,
    .consent-layout-cloud-inline {
        --cookie-consent-width: none !important;
        width: calc(100% - 40px) !important;
    }
}

.cookie-consent-content-container {
    --cc-content-container-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 20px;
    max-width: var(--cc-content-container-width);
    margin: auto;
}

.consent-layout-box .cookie-consent-content-container,
.consent-layout-box-inline .cookie-consent-content-container,
.consent-layout-box-wide .cookie-consent-content-container,
.consent-layout-bar .cookie-consent-content-container {
    flex-direction: column;
}

.cookie-consent-content {
    width: 100%;
}

.cookie-consent-content-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--cc-card-text-color);
    margin: 0;
    padding: 0 0 .35rem 0;
}

.cookie-consent-content-description {
    font-size: 14px;
    color: var(--cc-card-text-color);
    margin: 0;
    padding: 0;
    opacity: .8;
}

.cookie-consent-button-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.consent-layout-box .cookie-consent-button-container,
.consent-layout-box .cookie-consent-button-action,
.consent-layout-box-inline .cookie-consent-button-container,
.consent-layout-box-inline .cookie-consent-button-action,
.consent-layout-box-wide .cookie-consent-button-container,
.consent-layout-bar .cookie-consent-button-container {
    width: 100%;
}

.cookie-consent-button-action {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.consent-layout-box-inline .cookie-consent-button-action,
.consent-layout-box-wide .cookie-consent-button-action,
.consent-layout-bar .cookie-consent-button-action,
.consent-layout-bar-inline .cookie-consent-button-action {
    flex-direction: row;
}

.consent-layout-box-wide .cookie-consent-button-container,
.consent-layout-cloud-inline .cookie-consent-button-action,
.consent-layout-bar .cookie-consent-button-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-consent-button-container button {
    padding: .5rem 1.25rem;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: rgba(var(--cc-button-bg-color-rgb), var(--cc-button-bg-opacity, 1));
    color: var(--cc-button-text-color);
    min-width: max-content;
}

.cookie-consent-button-container button.preferences-btn {
    --cc-button-bg-color-rgb: 227, 232, 235;
    --cc-button-text-color: #000;
}

.cookie-consent-button-container button:hover {
    --cc-button-bg-opacity: 1;
}

.consent-layout-box-inline .cookie-consent-button-action button {
    width: 100%;
}

.cookie-consent-links-container {
    text-align: center;
    padding: .25rem 1.25rem;
    background: #ffffff;
    background: -webkit-linear-gradient(0deg, #ffffff 0%, #efefef 100%);
    background: linear-gradient(0deg, #ffffff 0%, #efefef 100%);
}

[theme="dark"] .cookie-consent-links-container {
    background: #1e1e1e;
    background: -webkit-linear-gradient(0deg, #1e1e1e 0%, #2a2a2a 100%);
    background: linear-gradient(0deg, #1e1e1e 0%, #2a2a2a 100%);
    color: #ffffff;
}

.cookie-consent-links-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: .5rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.cookie-consent-links-container ul li {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.cookie-consent-links-container a {
    text-decoration: none;
    color: rgba(var(--cc-button-bg-color-rgb), var(--cc-button-bg-opacity, 1));
    font-size: 12px;
}

.cookie-consent-links-container a:hover {
    text-decoration: underline;
}

.cookie-consent-links-container ul {
    --cc-links-ul-width: calc(1200px - 40px);
    width: var(--cc-links-ul-width);
    justify-content: start;
}

@media (max-width: 575.98px) {

    .cookie-consent-button-container button,
    .consent-layout-box-wide .cookie-consent-button-action,
    .consent-layout-bar .cookie-consent-button-action,
    .cookie-consent-button-container button.preferences-btn {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .cookie-consent-content-container {
        --cc-content-container-width: 480px;
    }

    .cookie-consent-links-container ul {
        --cc-links-ul-width: calc(480px - 40px);
        width: var(--cc-links-ul-width);
    }

    .consent-layout-box-inline .cookie-consent-button-container,
    .consent-layout-box .cookie-consent-button-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .cookie-consent-button-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .consent-layout-cloud .cookie-consent-button-action {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .cookie-consent-content-container {
        --cc-content-container-width: 640px;
    }

    .consent-layout-box-inline .cookie-consent-button-container,
    .consent-layout-box .cookie-consent-button-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .cookie-consent-links-container ul {
        --cc-links-ul-width: calc(640px - 40px);
        width: var(--cc-links-ul-width);
    }

    .consent-layout-cloud .cookie-consent-button-action {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .cookie-consent-content-container {
        --cc-content-container-width: 860px;
    }

    .consent-layout-box-inline .cookie-consent-button-container,
    .consent-layout-box .cookie-consent-button-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .cookie-consent-links-container ul {
        --cc-links-ul-width: calc(860px - 40px);
        width: var(--cc-links-ul-width);
    }

    .consent-layout-cloud .cookie-consent-button-action {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .cookie-consent-content-container {
        --cc-content-container-width: 1080px;
    }

    .consent-layout-box-inline .cookie-consent-button-container,
    .consent-layout-box .cookie-consent-button-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .cookie-consent-links-container ul {
        --cc-links-ul-width: calc(1080px - 40px);
        width: var(--cc-links-ul-width);
    }

    .consent-layout-cloud .cookie-consent-button-action {
        flex-direction: row;
    }
}

@media (min-width: 1400px) {
    .cookie-consent-content-container {
        --cc-content-container-width: 1200px;
    }

    .consent-layout-box-inline .cookie-consent-button-container,
    .consent-layout-box .cookie-consent-button-container {
        flex-direction: column;
        justify-content: space-between;
    }

    .cookie-consent-links-container ul {
        --cc-links-ul-width: calc(1200px - 40px);
        width: var(--cc-links-ul-width);
    }

    .consent-layout-cloud .cookie-consent-button-action {
        flex-direction: row;
    }
}

/* ====================================== */
/* Modal CSS | Start */

/* Modal Base Styles */
.cookie-preferences-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: var(--cc-modal-transition);
    pointer-events: none;
}

.cookie-preferences-modal.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cookie-preferences-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: var(--cc-modal-transition);
}

.cookie-preferences-modal.is-visible .cookie-preferences-modal-overlay {
    opacity: 1;
}

.cookie-preferences-modal-content {
    position: relative;
    background-color: var(--cc-card-bg-color);
    border-radius: 12px;
    width: 90%;
    max-width: 43em;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(20px);
    transition: var(--cc-modal-transition);
    display: flex;
    flex-direction: column;
}

.cookie-preferences-modal.is-visible .cookie-preferences-modal-content {
    transform: translateY(0);
}

/* Modal Header */
.cookie-preferences-modal-header {
    padding: 1em 1.4em;
    border-bottom: 1px solid #6c6c6c1c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.cookie-preferences-modal-header h2 {
    margin: 0;
    font-size: .95rem;
    font-weight: 600;
    color: var(--cc-card-text-color);
}

.cookie-preferences-modal-close {
    background: var(--cc-button-text-color);
    border: none;
    padding: 4px;
    cursor: pointer;
    color: var(--cc-card-text-color);
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 2rem;
    height: 2rem;
}

.cookie-preferences-modal-close:hover,
.cookie-preferences-modal-close:focus {
    color: var(--cc-card-text-color);
    background-color: rgba(0, 0, 0, 0.05);
}

.cookie-preferences-modal-close svg {
    width: 1rem;
    height: 1rem;
}

/* Modal Body */
.cookie-preferences-modal-body {
    padding: 24px;
    overflow-y: auto;
    flex-grow: 1;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--cc-button-bg-color-rgb), var(--cc-button-bg-opacity, 1)) rgba(0, 0, 0, 0.1);
}

.cookie-preferences-modal p {
    margin: 0;
    font-size: .85rem;
    color: var(--cc-card-text-color);
    line-height: 1.5;
    font-weight: 400;
    opacity: .75;
}

.cookie-preferences-modal-body::-webkit-scrollbar {
    width: 6px;
}

.cookie-preferences-modal-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.cookie-preferences-modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(var(--cc-button-bg-color-rgb), var(--cc-button-bg-opacity, 1));
    border-radius: 3px;
}

.cookie-preferences-intro {
    padding: 0 0 20px 0;
}

.cookie-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cookie-category {
    padding-bottom: 20px;
    border-bottom: 1px solid #6c6c6c1c;
}

.cookie-category:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.cookie-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cookie-category-header h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: var(--cc-card-text-color);
}

/* Modal Footer */
.cookie-preferences-modal-footer {
    padding: 16px 24px;
    border-top: 1px solid #6c6c6c1c;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-preferences-modal-button-group {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.primary-button {
    background-color: rgba(var(--cc-button-bg-color-rgb), var(--cc-button-bg-opacity, 1));
    color: var(--cc-button-text-color);
    border: none;
    padding: .5rem 1.25rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.primary-button:hover,
.primary-button:focus {
    background-color: rgba(var(--cc-button-bg-color-rgb), var(--cc-button-bg-opacity, 1));
}

.secondary-button {
    background-color: rgba(var(--cc-button-bg-color-rgb), var(--cc-button-bg-opacity, 1));
    color: var(--cc-button-text-color);
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.secondary-button:hover,
.secondary-button:focus {
    background-color: #e7e7e7;
}

/* Improved Toggle Switch */
.cookie-toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: var(--cc-modal-transition);
    border-radius: 24px;
}

.cookie-toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: var(--cc-modal-transition);
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.cookie-toggle input:checked + .cookie-toggle-slider {
    background-color: rgba(var(--cc-button-bg-color-rgb), var(--cc-button-bg-opacity, 1));
}

.cookie-toggle input:checked + .cookie-toggle-slider:before {
    transform: translateX(20px);
}

.cookie-toggle input:disabled + .cookie-toggle-slider {
    background-color: #95a5a6;
    cursor: not-allowed;
}

.cookie-toggle input:focus + .cookie-toggle-slider {
    box-shadow: none;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .cookie-preferences-modal-content {
        width: 95%;
        max-height: 85vh;
    }

    .cookie-preferences-modal-footer {
        flex-direction: column;
    }

    .primary-button {
        width: 100%;
    }
}
/* Modal CSS | End */
/* ====================================== */
