@font-face {
  font-family: "iransans";
  src: url(../../fonts/iransans/IRANSansWeb_FaNum.woff);
  font-display: swap;
  font-weight: normal;
}


@font-face {
  font-family: "iransans";
  src: url(../../fonts/iransans/IRANSansWeb_Bold_FaNum.woff) format("woff");
  font-display: swap;
  font-weight: bold;
}

:root {
  --primary-deep: #1e40af;
  --bg: #ffffff;
  --fg: #111827;
  --card-bg: #ffffff;
  --muted: #6b7280;
  --border-color: #ffffff;
  --bs-body-bg: var(--bg);
  --bs-body-color: var(--fg)
}

[data-theme="dark"] {
  --bg: #0f172a;
  --fg: #ffffff;
  --card-bg: #111827;
  --muted: #9ca3af;
  --border-color: #1f2937;
  --bs-body-bg: var(--bg);
  --bs-body-color: var(--fg)
}


.bg-primary-deep {
  background-color: var(--primary-deep)
} 
.text-primart-deep {
  color: var(--primary-deep)
} 

* {
  box-sizing: border-box;
  line-height: normal !important;
  color: inherit;
}

body {
  font-size: 14px !important;
  width: 100vw;
  min-height: 100vh;
  height: unset;
  margin: 0 auto !important;
  overflow-x: hidden !important;
  font-family: iransans !important;
  background-color: var(--bg);
  color: var(--fg);
  position: relative;
}

body>main.content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body>footer {
  width: 100% !important;
}
body>footer.services_footer {
  position: sticky !important;
  bottom: 0px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.min-w-max {
  min-width: max-content !important;
}

.min-w-min {
  min-width: min-content !important;
}

.w-fit {
  width: fit-content !important;
}
 
td hr.spliter {
  width: 0px;
  height: 0;
}


.btn.custom-hover:hover{
  filter: brightness(.8);
}


.splash {
  transition: all .3s;
  transition-delay: 100ms;
  opacity: 1;
  visibility: visible;
}

.visibility-hidden {
  visibility: hidden !important;
}

.visibility-visible {
  visibility: visible !important;
}


.animated-show {
  opacity: 1 !important;
  visibility: visible !important;
  transition: all .2s;
}


.animated-hide {
  opacity: 0 ;
  visibility: hidden;
  transition: all .2s;
}



.backdrop-blur {
  backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
  background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
  z-index: 1000; /* Make sure it's above other content */
}

.select2-results__option--selected:after {
  right: unset !important;
  left: 1.25rem !important;
}

.select2-selection__choice__remove {
  left: 6px !important;
}

.h-0 {
  height: 0px;
}


.select2-container--bootstrap5 .select2-selection__clear {
  top: 20px !important;
  left: 17px !important;
  right: unset;
}

.select2-container--bootstrap5 .select2-selection--multiple {
  flex-wrap: wrap;
}

.select2-search.select2-search--inline {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 25px;
}

[x-cloak] {
  display: none !important;
}
/* .ignore-bootstrap {
    all: unset;
    all: initial;
}
.ignore-bootstrap * {
    all: unset;
    all: initial;
} */


/* @media screen and (max-width: 768px) {

  table.responsive-table thead {
    display: none;
  }

  table.responsive-table tbody {
    gap: 10px;
  }

  table.responsive-table tr {
    border-bottom: 2px solid #00000019;
    display: block;
  }

  table.responsive-table td {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }

  table.responsive-table td hr.spliter {
    width: 100% !important;
    height: 1px;
  }

  table.responsive-table td::before {
    content: attr(data-label);
    font-size: 13px;
    font-weight: 600;
    color: var(--txt1-col);
    position: relative;
  }

  table.responsive-table td:last-child {
    border-bottom: none;
  }

  table.responsive-table td {
    padding: 10px 15px;
  }
} */



.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 24px;
  position: relative;
  margin: 0;
  padding: 0;
}
.star-ratings .fill-ratings {
  color: var(--bs-text-warning);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}



.aspect-ratio-16x1 {
  aspect-ratio: 16/1;
}
.aspect-ratio-16x2 {
  aspect-ratio: 16/2;
}
.aspect-ratio-16x3 {
  aspect-ratio: 16/3;
}
.aspect-ratio-16x4 {
  aspect-ratio: 16/4;
}
.aspect-ratio-16x5 {
  aspect-ratio: 16/5;
}
.aspect-ratio-16x6 {
  aspect-ratio: 16/6;
}
.aspect-ratio-16x7 {
  aspect-ratio: 16/7;
}
.aspect-ratio-16x8 {
  aspect-ratio: 16/8;
}
.aspect-ratio-16x9 {
  aspect-ratio: 16/9;
}
.aspect-ratio-16x10 {
  aspect-ratio: 16/10;
}
.aspect-ratio-16x11 {
  aspect-ratio: 16/11;
}
.aspect-ratio-16x12 {
  aspect-ratio: 16/12;
}
.aspect-ratio-16x13 {
  aspect-ratio: 16/13;
}
.aspect-ratio-16x14 {
  aspect-ratio: 16/14;
}
.aspect-ratio-16x15 {
  aspect-ratio: 16/15;
}
.aspect-ratio-16x16 {
  aspect-ratio: 16/16;
}

.aspect-ratio-4x3 {
  aspect-ratio: 4/3;
}
.aspect-ratio-1x1 {
  aspect-ratio: 1/1;
}