/*@import url("../fonts/iranSans/fontIran.css");*/

:root {
  --blue: #252653;
  --yellow: #fbba00;
  --lightBlue: #2c2d64;
}
body {
  background-color: var(--blue);
  font-family: IRANSansX;
  border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
section:not(.footer) {
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
i {
  font-size: 13px;
}
.tooltip {
  font-size: 13px;
  color: var(--yellow) !important;
  font-family: IRANSansX !important;
}
#header {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/shorthand/report/images/header375.jpg");
  height: 230px;
}
#header .title {
  transform: translateX(20%); /* Adjust to position slightly to the right */
}
section {
  min-height: 350px;
}
#map {
  font-family: IRANSansX, sans-serif;
}

.carouselSection {
  height: 100vh; /* Full viewport height */
  overflow: hidden; /* Prevent scrolling within the section */
}
.carousel-indicator button {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #6a6cbb;
  border: 0;
  position: relative;
}
.carousel-indicator button.active {
  background-color: var(--yellow);
}
.marked-title {
  font-weight: 900;
}
.map-label {
  font-size: 13px !important;
  background-color: transparent !important;
  font-weight: 800;
  text-align: center !important;
  color: var(--yellow) !important;
  border: 0 !important;
  box-shadow: unset !important;
  border-radius: 50% !important;
  font-family: IRANSansX !important;
}
.leaflet-tooltip span {
  font-family: IRANSansX !important;
  font-size: 13px;
  color: var(--yellow) !important;
}
h3 {
  font-weight: 900;
  padding: 10px;
  border-right: 5px solid #fdba00;
  text-align: start !important;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  display: none;
  z-index: 1000;
  pointer-events: none;
}
.rectangle {
  width: 40px;
  height: 40px;
  background-color: var(--yellow);
}
.leaflet-popup-content {
  color: #252653 !important;
  font-family: IRANSansX;
  width: 100px;
  text-align: start;
}
.circlePie {
  position: relative;
}
.circlePie:after {
  content: "نهاد برخورد کننده";
  text-align: center;
  font-size: 29px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 350px;
  width: 350px;
  background: #252653;
  position: absolute;
  top: 7%;
  right: 6%;
  border-radius: 50%;
  z-index: 99;
}
blockquote {
  /* font-weight: 900;
  padding: 10px;
  border-left: 5px solid #fdba00; */
  color: var(--yellow) !important;
  font-weight: 900 !important;
  font-size: 20px !important;
  border: unset !important;
  padding: unset !important;
}

li::marker {
  color: var(--yellow);
  font-size: 1.7rem;
}
.bg-darkBlue-shadow {
  background-image: var(--lightBlue) !important;
}
.border {
  border-color: #4c535b !important;
}
@media screen and (min-width: 480px) {
  #header {
    background-image: url(/shorthand/report/images/1980-header.jpg);
    height: 95vh;
    max-width: 100%;
    background-position: top center;
    /* height: calc(100vh - 60px); */
  }
  .bg-md-transparent {
    background-color: var(--blue) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
}
/* @media screen and (min-width: 1200px) {
 
} */
@media screen and (min-width: 1600px) {
  #header {
    background-image: url("/shorthand/report/images/header-2560.jpg");
    height: 117vh;
    background-size: cover;
  }
}
