@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/IranSansX/IRANSansXFaNum-Black.woff') format('woff'),
    url('../fonts/IranSansX/IRANSansXFaNum-Black.woff2') format('woff2'),
    url("../fonts/IranSansX/IRANSansXFaNum-Black.ttf") format("truetype");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/IranSansX/IRANSansXFaNum-Bold.woff') format('woff'),
    url('../fonts/IranSansX/IRANSansXFaNum-Bold.woff2') format('woff2'),
    url("../fonts/IranSansX/IRANSansXFaNum-Bold.ttf") format("truetype");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 1000;
  src: url('../fonts/IranSansX/IRANSansXFaNum-Heavy.woff') format('woff'),
    url('../fonts/IranSansX/IRANSansXFaNum-Heavy.woff2') format('woff2'),
    url("../fonts/IranSansX/IRANSansXFaNum-Heavy.ttf") format("truetype");
}

@font-face {
  font-family: IRANSansX;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/IranSansX/IRANSansXFaNum-Medium.woff') format('woff'),
    url('../fonts/IranSansX/IRANSansXFaNum-Medium.woff2') format('woff2'),
    url("../fonts/IranSansX/IRANSansXFaNum-Medium.ttf") format("truetype");
}




:root {

  --primary-color: #37BEC1;
  --primary-100-color: #FFFFF5;
  --primary-200-color: #E2F6EE;
  --primary-300-color: #C6ECE6;
  --primary-400-color: #A9E3DF;
  --primary-500-color: #8DDAD7;
  --primary-600-color: #70D1D0;
  --primary-700-color: #54C7C8;
  --primary-800-color: #37BEC1;
  --secondary-color: #393C97;
  --secondary-100-color: #F3F5FF;
  --secondary-200-color: #D8DBF0;
  --secondary-300-color: #BEC0E1;
  --secondary-400-color: #A3A6D2;
  --secondary-500-color: #898BC4;
  --secondary-600-color: #6E71B5;
  --secondary-600-color: #6E71B5;
  --secondary-700-color: #5456A6;
  --secondary-800-color: #393C97;

  --red-color: #FF3378;
  --red-100-color: #FFE5EE;
  --red-800-color: #FF3378;

  --tertiary-color: #82C341;
  --fourthly-color: #8C5E2C;
  --fifthly-color: #E0AD70;
  --sixthly-color: #999999;
  --seventy-color: #973939;

  --primary-filter: brightness(0) saturate(100%) invert(84%) sepia(95%) saturate(4387%) hue-rotate(132deg) brightness(81%) contrast(82%);
  --primary-100-filter: brightness(0) saturate(100%) invert(99%) sepia(34%) saturate(248%) hue-rotate(347deg) brightness(100%) contrast(104%);
  --primary-400-filter: brightness(0) saturate(100%) invert(97%) sepia(7%) saturate(1528%) hue-rotate(127deg) brightness(93%) contrast(90%);

  --secondary-filter: brightness(0) saturate(100%) invert(26%) sepia(23%) saturate(3729%) hue-rotate(209deg) brightness(88%) contrast(84%);
  --secondary-400-filter: brightness(0) saturate(100%) invert(71%) sepia(55%) saturate(238%) hue-rotate(199deg) brightness(86%) contrast(90%);
  --FFFFFF-filter: brightness(0) saturate(100%) invert(88%) sepia(99%) saturate(5%) hue-rotate(266deg) brightness(110%) contrast(97%);

  --bs-primary-rgb: 55, 190, 193;
  --bs-secondary-rgb: 57, 60, 151;
  --btn-active-color: #37BEC1;

  --bs-body-font-family: 'IRANSansX';


}




* {
  font-family: IRANSansX;
}

select,
select option {
  font-family: IRANSansX !important;
}

select,
select option {
  font-family: IRANSansX !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}



a {
  text-decoration: none;
}

.text-justify {
  text-align: justify;
}

.atlas-n {
  display: none !important;
}

.atlas-row {
  width: 80%;
}


.btn-primary,
.btn-primary:active {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--primary-400-color) !important;
  background-color: var(--primary-100-color) !important;
  border-color: var(--primary-100-color) !important;
}

.btn-primary.disabled img,
.btn-primary:disabled img {
  filter: var(--primary-400-filter);
}

.btn-outline-primary img,
.btn-outline-primary:hover img,
.btn-outline-primary.disabled img,
.btn-outline-primary:disabled img {
  filter: var(--primary-filter);
}

.btn-outline-primary,
.btn-outline-primary:active {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  background: none !important;

}

.btn-outline-primary:hover {
  background: var(--primary-300-color) !important;
  border-color: var(--primary-300-color) !important;
  color: var(--primary-color) !important;
}

.text-primary-400,
.text-primary.disabled,
.text-primary:disabled {
  color: var(--primary-400-color) !important;
}

.text-primary-600 {
  color: var(--primary-600-color) !important;
}

.bg-primary-100 {
  background-color: var(--primary-100-color) !important;
}

.border-primary-100 {
  border-color: var(--primary-100-color) !important;
}

.border-primary-200 {
  border-color: var(--primary-200-color) !important;
}

.border-primary-400 {
  border-color: var(--primary-400-color) !important;
}


body {
  background: url('../image/Vector.png') repeat-x;
}

.atlas-search {
  position: relative;
}


.atlas-search .search-img {
  z-index: 10;
  position: absolute;
  right: 5px;
  top: 5px;
}

.atlas-search input {
  border-color: #E0AD70;
  padding-right: 40px;
  padding-left: 40px;
}

.atlas-search .search-button {
  z-index: 10;
  position: absolute;
  left: 5px;
  top: 5px;
}

.search-button,
.close-modal {
  cursor: pointer;
}

.home-search-box {
  background: url('../image/home-search-box.png') no-repeat;

}

.home-search-box .home-search-box-input {
  position: relative;
}

.home-search-box .home-btn {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 5px;

}

.city-head-box {
  background-repeat: no-repeat;
  background-size: cover;
}

.atlas-share img {
  width: 25px;
  height: 25px;
}

.select2-selection__clear {
  float: right;
}

.atlas-share a {
  transition: filter 0.3s ease, transform 0.3s ease;

}

.atlas-share a:hover {
  filter: sepia(1) hue-rotate(200deg) saturate(2);
  transform: scale(1.05);

}


.institute-head-box {
  background-color: #37BEC1;
  border-radius: 16px;
}

.page-name-center {
  border: 2px solid #E0AD70;
}

.institute {
  border: 1px solid #F3F5FF;
  border-radius: 8px;
}



.atlas-paginate span {
  width: 40px;
  height: 40px;
  line-height: 2.5;
}

.atlas-paginate a {
  width: 40px;
  height: 40px;
  line-height: 2.5;

}

.institute-info {
  background-color: #F3F5FF;
  border: 1px solid #D8DBF0;
  border-radius: 16px;
}

.institute-info .atlas-title {
  color: #393C97;
  font-size: 16px;
}

.institute-info .atlas-comment-content {
  color: #393C97;
  font-size: 14px;

}

.atlas-contact a,
.institute-info hr,
.institute-info b,
.institute-info label {
  color: #37BEC1;
}

.rating-stars i.bi-star,
.rating-stars i.bi-star-fill {
  color: #E0AD70;
  font-size: 20px;

}

.atlas-table-parent {
  top: 50px;
}

.atlas-table-list {
  color: #393C97;
  cursor: pointer;

}



.atlas-table-list .img {
  width: 32px;
  height: 32px;
  background-color: #F3F5FF;

}

.atlas-table-list.atlas-active,
.atlas-table-list:hover {
  background-color: #37BEC1;
  color: #FFF;
}

.atlas-table-list:hover .img,
.atlas-table-list.atlas-active .img {
  background-color: #70D1D0;

}

.atlas-table-list:hover img,
.atlas-table-list.atlas-active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(299deg) brightness(107%) contrast(103%);
}


.institute-info .atlas-subject {
  background: url('../image/subject-back.png') no-repeat;
  background-size: cover;
  width: 24%;

}

.institute-info .atlas-subject .atlas-subject-title {
  font-size: 22px;

}

.institute-info .atlas-subject .atlas-subject-head b {
  font-size: 12px;

}

.institute-info .atlas-subject .atlas-subject-head img {
  width: 12px;

}

.institute-block .atlas-row {
  background-color: #F6F2EE;
  border: 1px solid #E0AD70;
  border-radius: 16px;
}

.institute-block .atlas-title {
  color: #E0AD70;
  font-size: 16px;
}

.institute-block b {
  color: #E0AD70;
}



.atlas-contact img {
  width: 30px;
  height: 30px;
}


.atlas_page_item {
  color: #393C97;
}


.institute .institute-title a {
  color: #393C97;
  font-size: 14px;
}


.institute .institute-img {
  height: 85px;
  object-fit: contain;

}

.institute .btn-new {
  background: #06e1b0;
  color: #000000;
  border-radius: 8px;
  font-size: 10px;
  padding: 7px;
  box-shadow: 0 2px 8px rgba(4, 10, 31, .08);
}

.item-details {
  border-top: 1px solid #E0AD70;
}


.map-filter {
  border: 1px solid #E0AD70;
  border-radius: 10px;

}

.map-province {
  background-color: #D8DBF0;
  color: #393C97;
}

.map-city-parent {
  position: sticky;
  top: 45px;
  height: 500px;
}

.item-details div {
  color: #37BEC1;
  font-size: 12px;
}


.home-search-box-input .select2-container .select2-selection--single {
  height: calc(3.5rem + 2px);
  line-height: calc(3.5rem);
  border-radius: 0.375rem;
  background-color: #FFFFFF;
}

.atlas-home .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 0.75rem;
  text-align: right;
}

.atlas-home .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 1rem;
}

.atlas-home .select2-container--default .select2-results__option {
  text-align: right;
}

.select2-dropdown {
  max-height: 300px !important;
  overflow-y: auto !important;
}


.close-search {
  cursor: pointer;
}

.atlas-city .select2.select2-container.select2-container--bootstrap-5 {
  border: 1px solid #37BEC1;
  border-radius: 10px;
  padding: 2px 10px;
}


.panel-user .select2.select2-container.select2-container--bootstrap-5 {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ostan-list {
  background: url('../image/Vector.png') repeat-x;
}

.ostan-list .chose_ostan {
  margin-top: -51px;
  width: 15%;
}

.ostan-list .ostan {
  border-radius: 10px;
  text-align: center;
  background: url('../image/Vector.png'), linear-gradient(-90deg, rgba(55, 190, 193, 1) 0%, rgba(57, 60, 151, 1) 100%);
  text-align: center;
  background-blend-mode: color-dodge;
}


#subject_tagsinput {
  float: right;
  border-color: #000;
}


#subject_tagsinput span,
#subject_tagsinput #subject_addTag {
  float: right;
}

#subject_tagsinput span {
  border: none;
  background: #f6f7f4;
  color: #000000;

}

#subject_tagsinput span a {
  font-weight: 700;
  color: red;
  text-decoration: none;
  font-size: 11px;
}


#all_subject {
  float: right;
}

#all_subject span {
  float: right !important;
  background: #cde69c;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  color: #638421;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  cursor: pointer;
}

#all_subject span.active {
  background-color: red !important;
  color: #FFFFFF !important;
}

.btn-atlas-reset,
.btn-atlas-reset:hover {
  border-color: #393C97;
  color: #393C97;
}

.btn-atlas-submit {
  border-color: #393C97;
  background-color: #393C97;

}

.btn-atlas-submit:hover {
  background-color: #898BC4;
}



#search-filter select::selection {
  background-color: #898BC4;
}

#age option::selection {
  color: #898BC4;
}

#search-filter label {
  color: #393C97;
}

#select2-select2home-container {
  text-align: right;
}

.modal-body .select2-container--bootstrap5 {
  width: 100% !important;
}

.filter-box .select2-container--search,
.modal-body .select2-container--bootstrap5 {

  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem .75rem .375rem 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: left .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.logo-img {
  height: 100px;
}

.bg-linear-gradient {
  background: url('../image/Vector.png'), linear-gradient(-90deg, rgba(55, 190, 193, 1) 0%, rgba(57, 60, 151, 1) 100%);
  text-align: center;
  background-blend-mode: color-dodge;
}

.footer-link img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(25%) hue-rotate(47deg) brightness(105%) contrast(105%);
}

.footercopy {
  background-color: #393C97;
}

.fw-heavy {
  font-weight: 1000;
}

.f-12px {
  font-size: 12px;
}

#loginForm {
  width: 50%;
}

#panel img {
  width: 35px;
}

.additional-link-img {
  height: 100px;
}

@media (max-width: 576px) {

  .home-search-box img,
  .ostan {
    width: 100% !important;
  }

  .home-search-box-input select {
    font-size: 14px;
    padding: 15px 10px;
  }

  .ostan-list .chose_ostan {
    margin-top: -35px !important;
    width: 40% !important;
  }

  .select2.select2-container.select2-container--bootstrap-5 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  .atlas-subject {
    width: 98% !important;
  }

  .atlas-block-info {
    font-size: 14px;
  }

  .map-city-parent {
    position: unset;
    margin-bottom: 20px;
  }

  .atlas-search {
    flex-direction: column;
    align-items: center;
  }

  .search-img,
  header .search-button {
    width: 24px;
    height: 24px;
  }

  .search-img {
    margin-bottom: 8px;
  }

  .home-search-box-input {
    text-align: center;
  }

  .home-search-box {
    padding: 15px 0px !important;
  }

  .home-btn {
    justify-content: center;
  }

  .ostan {
    font-size: 14px;
    padding: 8px;
  }


  .logo-img {
    height: 80px;
  }

  .ostan-list .chose_ostan {
    margin-top: -24px !important;
    width: 35% !important;
  }
}

@media (max-width: 999px) {
  #loginForm {
    width: 100%;
  }

  .home-search-box-input {
    width: 100%;
  }

  .atlas-row {
    width: 100%;
  }

  .ostan-list .chose_ostan {
    margin-top: -33px;
    width: 20%;
  }

  .w-75 {
    width: 95% !important;

  }

}

@media (min-width: 1000px) {

  .ostan-list #ostan-items-row .ostan-item {

    width: 14.25% !important;

  }

}

@media (max-width: 1320px) {

  .atlas-search input,
  .select2.select2-container--bootstrap-5 .select2-selection__placeholder,
  #panel span,
  .ostan-list .ostan {
    font-size: 12px;
  }

  #panel img {
    width: 20px;
  }

  .additional-link-img {
    height: 70px;
  }


}