/* .preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--bg-primary);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.3s;
}

.preloader.hiding {
  opacity: 0;
}

.preloader.hidden {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.preloader-logo {
  background-size: contain;
  width: 100px;
  height: 100px;
  float: left;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='59' height='59' viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.1604 5.3165C28.7657 8.26379 26.5816 11.0269 26.2921 11.4216C26.0026 11.8163 22.6606 16.0004 18.8712 20.7371C15.0556 25.4475 11.6872 29.6053 11.6872 29.6053L13.4767 29.6053H15.0029H18.0555L17.8713 30.4474C17.766 30.9211 16.1345 37.5262 14.2661 45.1049C12.3977 52.6837 10.9241 58.9204 11.003 58.9993C11.0557 59.0782 15.5555 52.4995 20.9501 44.3944L30.7657 29.658L36.0287 29.5527C41.1864 29.4738 41.318 29.4474 42.7917 28.7369C43.6601 28.3159 44.8179 27.4212 45.5547 26.6054C47.1863 24.816 47.8705 23.0002 47.8705 20.395C47.8705 16.8425 45.9232 13.8952 42.4759 12.29C40.897 11.5548 40.6338 11.4479 36.1603 11.4479H33.9235H31.5551C32.5814 8.89535 35.634 0.0534804 35.5813 0.000850169C35.5287 -0.05178 33.5551 2.34289 31.1604 5.3165Z' fill='%233273F6'/%3E%3Cpath d='M11.6873 19.3951C11.6873 26.1317 11.6873 27.1054 11.6873 27.1054C12.1872 26.5528 24.0817 11.8426 24.3185 11.4479C24.3185 11.4479 23.0028 11.4479 18.0292 11.4479H11.6873V19.3951Z' fill='white'/%3E%3Cpath d='M42.4731 29H37.1048H31.9208L26.4735 37.2893C23.4736 41.7628 21 45.8417 21 45.8417H26.1314H31.2629H36.3943H39.674C40.8018 45.8417 41.9107 45.5517 42.8942 44.9996V44.9996C44.8152 44.1049 46.6309 42.2891 47.5256 40.3681C48.5256 38.2629 48.5256 35.3156 47.5519 33.2104C46.9982 32.0315 46.2383 30.9616 45.3793 30.1244C44.6111 29.3757 43.5436 29.0691 42.4731 29V29Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
  animation: preloader 2s infinite ease-in-out;
}

.light-theme .preloader-logo {
  background-image: url("data:image/svg+xml,%3Csvg width='59' height='59' viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.1604 5.3165C28.7657 8.26379 26.5816 11.0269 26.2921 11.4216C26.0026 11.8163 22.6606 16.0004 18.8712 20.7371C15.0556 25.4475 11.6872 29.6053 11.6872 29.6053L13.4767 29.6053H15.0029H18.0555L17.8713 30.4474C17.766 30.9211 16.1345 37.5262 14.2661 45.1049C12.3977 52.6837 10.9241 58.9204 11.003 58.9993C11.0557 59.0782 15.5555 52.4995 20.9501 44.3944L30.7657 29.658L36.0287 29.5527C41.1864 29.4738 41.318 29.4474 42.7917 28.7369C43.6601 28.3159 44.8179 27.4212 45.5547 26.6054C47.1863 24.816 47.8705 23.0002 47.8705 20.395C47.8705 16.8425 45.9232 13.8952 42.4759 12.29C40.897 11.5548 40.6338 11.4479 36.1603 11.4479H33.9235H31.5551C32.5814 8.89535 35.634 0.0534804 35.5813 0.000850169C35.5287 -0.05178 33.5551 2.34289 31.1604 5.3165Z' fill='%233273F6'/%3E%3Cpath d='M11.6873 19.3951C11.6873 26.1317 11.6873 27.1054 11.6873 27.1054C12.1872 26.5528 24.0817 11.8426 24.3185 11.4479C24.3185 11.4479 23.0028 11.4479 18.0292 11.4479H11.6873V19.3951Z' fill='171717'/%3E%3Cpath d='M42.4731 29H37.1048H31.9208L26.4735 37.2893C23.4736 41.7628 21 45.8417 21 45.8417H26.1314H31.2629H36.3943H39.674C40.8018 45.8417 41.9107 45.5517 42.8942 44.9996V44.9996C44.8152 44.1049 46.6309 42.2891 47.5256 40.3681C48.5256 38.2629 48.5256 35.3156 47.5519 33.2104C46.9982 32.0315 46.2383 30.9616 45.3793 30.1244C44.6111 29.3757 43.5436 29.0691 42.4731 29V29Z' fill='171717'/%3E%3C/svg%3E%0A");
}

@keyframes preloader {
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
} */