body,
html {
  direction: ltr !important;
  height: 100%;
}
@media (max-width: 992px) {
  html body {
    background: url("/storage/app/uploads/static/k5/bg-mob.png") no-repeat top
      center fixed !important;
    background-size: cover !important;
    background-position: center !important;
  }
}
html body img {
  max-width: 100% !important;
}
html body .logo-img {
  max-width: 160px !important;
}
@media (max-width: 991px) {
  html body .logo-img {
    max-width: 150px !important;
  }
}
html body .hover-zoom {
  transition: all 1s;
  transform: scale(1);
}
html body .hover-zoom:hover {
  transform: scale(1.2);
  transition: all 1s;
}
[dir="rtl"] .modal,
.modal-dialog {
  direction: rtl;
}
[dir="ltr"] .modal,
.modal-dialog {
  direction: ltr;
}
[lang="ar"] .customFree {
  direction: rtl;
}
[lang="ku"] .customFree {
  direction: rtl;
}
[dir="rtl"] .customFree .modal-header {
  display: flex !important;
  justify-content: space-between;
}
[dir="rtl"] .modal-header .btn-close {
  margin: 0 0 0 auto !important;
}
[dir="rtl"] .customFree .modal-header .btn-close {
  float: inline-end;
  margin: 0 !important;
}
