body {
  width: 100%;
  height: 100%;
  font-family: TitleFont;
}
.ali-input {
  width: 100%;
  position: relative;
  padding: 8px 0;
  margin-bottom: 8px;
}
.ali-input input {
  width: 100%;
  border: 1px solid #939393;
  border-radius: 8px;
  padding: 8px;
}
.ali-input input::placeholder {
  font-size: 14px;
  color: #939393;
}
.ali-input label {
  position: absolute;
  top: -5px;
  right: 10px;
  background: #ffffff;
  font-size: 16px;
  padding: 0 10px;
  color: #939393;
}
.ali-input textarea {
  width: 100%;
  min-height: 200px;
  border: 1px solid #939393;
  border-radius: 8px;
  padding: 8px;
}
.ali-input select {
  width: 100%;
  border: 1px solid #939393;
  border-radius: 8px;
  padding: 8px;
}
.ali-input select option {
  font-size: 14px;
}
.ts-control {
  width: 100% !important;
  border: 1px solid #939393 !important;
  border-radius: 8px !important;
  padding: 8px !important;
}
.ali-boxshadow {
  box-shadow: 0 0 15px 10px #0000001a;
}
.slider-item {
  width: 1000px;
  text-align: center;
  font-size: 18px;
  background: #cbcbcb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slider {
  padding: 0 40px;
}
@keyframes btn-6 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(60px, 0);
  }
  66% {
    transform: translate(30px, -50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes btn-5 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(40px, -20px);
  }
  66% {
    transform: translate(60px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes btn-4 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-40px, 20px);
  }
  66% {
    transform: translate(60px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes btn-3 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-60px, 0);
  }
  66% {
    transform: translate(-30px, -50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes btn-2 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(-40px, -20px);
  }
  66% {
    transform: translate(-60px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes btn-1 {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(40px, 20px);
  }
  66% {
    transform: translate(40px, 40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.opacity-100 {
  opacity: 1 !important;
}
.post-card {
  width: 100%;
  height: fit-content;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.post-card .bg-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.18);
  background: linear-gradient(3deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.post-card .top-right {
  position: absolute;
  padding: 10px;
  right: 0;
  top: 0;
}
.post-card .top-left {
  position: absolute;
  padding: 10px;
  left: 0;
  top: 0;
}
.post-card .menu {
  position: absolute;
  padding: 10px;
  left: 0;
  top: 0;
}
.post-card .bottom {
  position: absolute;
  padding: 10px;
  right: 0;
  bottom: 0;
}
.post-card.show {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
ul.pagination li {
  margin: 0 1rem;
}
.animation-cta {
  animation: cta infinite linear 10s;
}
@keyframes cta {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.menu-enter {
  transform: translateX(120%);
}
.notification-enter {
  transform: translateX(120%);
}
.menu-active {
  transform: translateX(0);
}
.transition-transform {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.cat-content > h1 {
  font-size: 1.8em;
  font-weight: bold;
}
.cat-content > h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.cat-content > h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.cat-content > h4 {
  font-size: 1em;
  font-weight: bold;
}
.cat-content > h5 {
  font-size: 1em;
  font-weight: bold;
}
.cat-content > h6 {
  font-size: 1em;
  font-weight: bold;
}
.client-menu {
  background-color: #fff;
  overflow-y: scroll;
}
.client-menu > div.user-card {
  background: #1A73E9;
  background: linear-gradient(90deg, #1a73e9 0%, #0823bd 100%);
  color: #fff;
}
.client-menu-item {
  padding: 0 1rem;
  width: 100%;
}
.client-menu-item > div {
  width: 100% !important;
  box-shadow: 0 0 5px 5px rgba(11, 94, 215, 0.26);
  padding: 0.5rem;
}
.client-menu-item svg {
  margin-left: 1rem;
  stroke: #0a53be;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0a53be;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #072e68;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE و Edge */
  scrollbar-width: none;
  /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
.global-loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
}
.loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #e5e7eb;
  border-top-color: #334155;
  border-radius: 50%;
  animation: loading-spin 0.7s linear infinite;
}
@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */