.wizi-filled-btn {
  padding: 0 5px;
  /*font-size: 9px;*/
  width: 100%;
  user-select: none;
  position: relative;
  outline: 0;
  white-space: initial;
  text-align: center;
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-style: inherit;
  font-variant: inherit;
  text-decoration: none;
  cursor: pointer;
  margin: 2px;
  height: 38px;
  letter-spacing: 0.5px;
  border: none;
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);*/
  /*transition: box-shadow 0.5s cubic-bezier(.25,.8,.25,1),background-color 0.5s cubic-bezier(.25,.8,.25,1),transform 0.5s cubic-bezier(.25,.8,.25,1);*/
  border-radius: 5px !important;
  text-transform: initial;
  font-size: 15px;
}

.button {
  border-radius: 5px !important;
  text-transform: initial;
  font-size: 17px;
  box-shadow: none !important;
}

.btn-log {
  max-width: 260px;
  display: block;
  margin: 5px auto;
}

.wizi-filled-btn i {
  font-size: 15px;
  vertical-align: top;
  pointer-events: none;
}

.wizi-tooltip-btn {
  height: 56px;
  font-size: 25px;
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);*/
}

.wizi-btn-darkblue {
  background-color: #007bbb;
  color: white;
}

.wizi-btn-darkblue:hover {
  background-color: #005d8e;
  color: white;
}

.wizi-btn-darkblue:active {
  background-color: #00476c;
  color: white;
}

.wizi-btn-purple {
  background-color: #615dc6;
  color: white;
}

.wizi-btn-purple:hover {
  background-color: #5353a6;
  color: white;
}

.wizi-btn-purple:active {
  background-color: #393973;
  color: white;
}

.wizi-btn-blackpink {
  background-color: #b259a1;
  color: white;
}

.wizi-btn-blackpink:hover {
  background-color: #894578;
  color: white;
}

.wizi-btn-blackpink:active {
  background-color: #773b6b;
  color: white;
}

.wizi-btn-bluegrey {
  background-color: #5d93c6;
  color: white;
}

.wizi-btn-bluegrey:hover {
  background-color: #49719a;
  color: white;
}

.wizi-btn-bluegrey:active {
  background-color: #385370;
  color: white;
}

.wizi-btn-yellow {
  background-color: #ffa035;
  color: white;
}

.wizi-btn-yellow:hover {
  background-color: #cd7f2d;
  color: white;
}

.wizi-btn-yellow:active {
  background-color: #9b6221;
  color: white;
}

.wizi-btn-grey {
  background-color: #6d6d6d;
  color: white;
}

.wizi-btn-grey:hover {
  background-color: #525252;
  color: white;
}

.wizi-btn-grey:active {
  background-color: #2e2e2e;
  color: white;
}

.wizi-btn-skyblue {
  background-color: #5bacca;
  color: white;
}

.wizi-btn-skyblue:hover {
  background-color: #4e7d9b;
  color: white;
}

.wizi-btn-skyblue:active {
  background-color: #315b69;
  color: white;
}

.wizi-btn-green {
  background-color: #2ecc71;
  color: white;
}

.wizi-btn-green:hover {
  background-color: #27a25b;
  color: white;
}

.wizi-btn-green:active {
  background-color: #1e7a45;
  color: white;
}

.wizi-btn-red {
  background-color: #e74c3c;
  color: white;
}

.wizi-btn-red:hover {
  background-color: #ba3e31;
  color: white;
}

.wizi-btn-red:active {
  background-color: #973228;
  color: white;
}

.wizi-btn-lightblue {
  background-color: #8fc7d5;
  color: white;
}

.wizi-btn-lightblue:hover {
  background-color: #5e828f;
  color: white;
}

.wizi-btn-lightblue:active {
  background-color: #4a666d;
  color: white;
}

.wizi-btn-blackblue {
  background-color: #004970;
  color: white;
}

.wizi-btn-blackblue:hover {
  background-color: #003b5d;
  color: white;
}

.wizi-btn-blackblue:active {
  background-color: #003654;
  color: white;
}

.wizi-btn-standard {
  background-color: #34495e;
  color: white;
}

.wizi-btn-standard:hover {
  background-color: #28394a;
  color: white;
}

.wizi-btn-orange {
  background-color: #f1793b;
  color: white;
}

.wizi-btn-orange:hover {
  background-color: #e2692c;
  color: white;
}

.wizi-btn-wiziblue {
  background-color: #029398;
  color: white;
}

.wizi-btn-wiziblue:hover {
  background-color: #02767b;
  color: white;
}

.wizi-btn-wiziblue:active {
  background-color: #02595d;
  color: white;
}

.wizi-btn-wiziblue-grey {
  background-color: #f1f1f1;
  color: #029398;
  line-height: 16px;
}

.wizi-btn-wiziblue-grey:active {
  background-color: #eaeaea;
  color: #029398;
}

.wizi-outlined-white {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 0 !important;
  min-height: 37px !important;
  line-height: 35px !important;
}

.wizi-outlined-white:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.wizi-outlined-white:active {
  background-color: white;
  color: #029398;
  border: 1px solid white;
}

.wizi-outlined-red {
  background-color: transparent;
  color: #e74c3c;
  border: 1px solid #e74c3c;
}

.wizi-outlined-wiziblue {
  background-color: transparent;
  color: #029398;
  border: 1px solid #029398;
}

.wizi-outlined-wiziblue:hover {
  background-color: transparent;
  color: #029398;
  border: 1px solid #029398;
}

.wizi-outlined-wiziblue:active {
  /*background-color: #eaeaea;*/
  color: #029398;
  border: 1px solid #029398;
}

.wizi-outlined-black {
  background-color: transparent;
  color: #444444;
  border: 1px solid #444444;
}

.wizi-outlined-black:hover {
  background-color: transparent;
  color: #444444;
  border: 1px solid #444444;
}

.wizi-outlined-black:active {
  color: #444444;
  border: 1px solid #444444;
}

.toggle input:checked + .track {
  border-color: #029398;
  background-color: #029398;
}

.wizi-btn-darkgrey {
  background-color: #363636;
  color: white;
}

.wizi-btn-darkgrey:hover {
  background-color: #272727;
  color: white;
}

.wizi-btn-darkgrey:active {
  background-color: #191919;
  color: white;
}

.wizi-btn-disabled {
  background-color: #dadada !important;
  color: #dadada !important;
  box-shadow: none !important;
}

.wizi-search-option-image-active-blackpink {
  background-color: #b259a1 !important;
  color: white;
}

.button-searchbar {
  padding: 0 5px;
  height: 40px;
  min-height: 40px;
}

.wizi-btn-round {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
}

.switch {
  cursor: pointer;
}

/* Disabled state for the switch container */
.switch:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.6;
}

.switch input {
  display: none;
}

.switch input + span {
  width: 48px;
  height: 28px;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  background: #ff4651;
  box-shadow: 0 8px 16px -1px rgba(255, 70, 81, 0.2);
}

/* Disabled state - unchecked */
.switch input:disabled + span {
  background: #e5e7eb;
  box-shadow: 0 8px 16px -1px rgba(0, 0, 0, 0.05);
  cursor: not-allowed;
}

/* Disabled state - checked */
.switch input:disabled:checked + span {
  background: #9ca3af;
  box-shadow: 0 8px 16px -1px rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}

/* Prevent animations on disabled state */
.switch input:disabled + span:before,
.switch input:disabled + span:after {
  -webkit-animation: none !important;
  animation: none !important;
}

/* Prevent active state on disabled */
.switch input:disabled + span:active {
  -webkit-transform: none;
  transform: none;
}

.switch input + span:before,
.switch input + span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch input + span:before {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 5px solid #fff;
}

.switch input + span:after {
  top: 5px;
  left: 32px;
  width: 6px;
  height: 18px;
  border-radius: 40%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #fff;
  opacity: 0;
}

.switch input + span:active {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}

.switch input:checked + span {
  background: #029398;
  box-shadow: 0 8px 16px -1px rgba(2, 147, 152, 0.2);
}

.switch input:checked + span:before {
  width: 0px;
  border-radius: 3px;
  margin-left: 27px;
  border-width: 3px;
  background: #fff;
}

.switch input:checked + span:after {
  -webkit-animation: blobChecked 0.35s linear forwards 0.2s;
  animation: blobChecked 0.35s linear forwards 0.2s;
}

.switch input:not(:checked) + span:before {
  -webkit-animation: blob 0.85s linear forwards 0.2s;
  animation: blob 0.85s linear forwards 0.2s;
}

@-webkit-keyframes blob {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.12, 0.94);
    transform: scale(1.12, 0.94);
  }
  60% {
    -webkit-transform: scale(0.96, 1.06);
    transform: scale(0.96, 1.06);
  }
}

@keyframes blob {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.12, 0.94);
    transform: scale(1.12, 0.94);
  }
  60% {
    -webkit-transform: scale(0.96, 1.06);
    transform: scale(0.96, 1.06);
  }
}

@-webkit-keyframes blobChecked {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scaleX(1.44);
    transform: scaleX(1.44);
  }
  70% {
    -webkit-transform: scaleX(1.18);
    transform: scaleX(1.18);
  }
  50%,
  99% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0;
  }
}

@keyframes blobChecked {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scaleX(1.44);
    transform: scaleX(1.44);
  }
  70% {
    -webkit-transform: scaleX(1.18);
    transform: scaleX(1.18);
  }
  50%,
  99% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0;
  }
}

.wizi_pagination {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: auto;
}

.wizi_pagination_btn {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  display: flex;
  margin-right: 5px;
  box-shadow: transparent 0px 0px 0px 1px, transparent 0px 0px 0px 4px,
    rgba(0, 0, 0, 0.18) 0px 2px 4px !important;
  font-weight: 900;
  cursor: pointer;
  font-size: 14px;
}

.wizi_pagination_btn span {
  margin: auto;
}

.wizi_pagination_btn_active {
  background: #029398;
  color: white;
  border-color: #029398;
  cursor: default;
}

.wizi-documents-card-pagination .wizi_pagination_btn {
  /* box-shadow: none !important; */
  border-radius: 5px;
}

.wizi-documents-card-pagination .wizi_pagination {
  margin-top: 10px;
}

/* New buttons */
.btn-white,
.btn-white:hover,
.btn-blue,
.btn-blue:hover {
  border: none;
}

.btn-white {
  color: #029398;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-primary[disabled] .icon,
.btn-primary[disabled]:hover .icon,
.btn-white {
  background-color: #ffffff;
}

.btn-blue {
  color: #ffffff;
  background: #029398;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-red {
  color: #ffffff;
  background: #e74c3c;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-waterblue {
  color: #ffffff;
  background: #3498db;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-wizi,
.btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-wizi {
  min-width: 177px;
  min-height: 45px;
  padding: 6px 26px;
  margin: 0;
  font-size: 16px;
  z-index: 200;
  border: none;
}

.btn-default,
.btn-wizi,
.btn-small {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  min-width: 120px;
  line-height: 44px;
  border-radius: 10px;
  padding: 0 32px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.btn-default,
.btn-wizi,
.btn-small {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  text-align: center;
}

.btn-socials {
  padding: 0;
  font-weight: 400;
  display: inline-block;
  color: #444444;
}

.wizi_pagination .active {
  background: #029398;
  color: white;
  border-color: #029398;
  cursor: default;
}

.flat_video_annuler {
  width: 95px;
  height: 33px;
  font-size: 14px;
}
