@font-face {
  font-family: "iranyekan";
  src: url("./fonts/IranYekan/iranyekanwebmedium.ttf");
}

body {
  font-family: IRANYekan, sans-serif;
  -webkit-font-smoothing: antialiased;
}

header {
  background-color: rgba(255, 255, 255);
}

.row {
  --bs-gutter-x: 0.5rem;
}
p {
  margin: 0 1rem 1rem 1rem;
}
a {
  color: #4a4a4a;
  text-decoration: none;
}

h2 {
  line-height: 15px;
}

h5 {
  text-align: center;
  margin-top: 20px;
}
/* Loading */
.centerLoader {
  text-align: -webkit-center;
}
#fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 95%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  z-index: 1000;
}
#main-content {
  display: none;
}
.sunergyname {
  color: #4f4f4f;
  text-align: center;
  justify-self: center;
}
.loadingLogo {
  height: 250px;
}
/* Header ==> */

.HeaderIMGFIT {
  height: 150px;
  /* object-fit: cover; */
}

.flag {
  float: left;
  margin-top: -135px;
  height: 110px;
  width: 110px;
  transition: all 0.3s ease-out;
}

.flag:hover {
  transform: translateY(-5px) scale(1.09) translateZ(0);
  z-index: 100;
}

.YearT {
  float: right;
  margin-top: -135px;
  height: 110px;
  width: 110px;
  transition: all 0.3s ease-out;
}

.YearT:hover {
  transform: translateY(-5px) scale(1.09) translateZ(0);
  z-index: 100;
}
/* <==  Header  */
/* NavBar */
.navbarDetails {
  background: #0055ff !important;
  color: white !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255);
}
.FitNav {
  margin-top: 57px;
}
/* <== NavBar */
/* Modals */
.modal {
  top: 12rem;
}

.ChangeLNG {
  background-color: #ffbb00;
  border: none;
  margin-right: 6px;
  color: white;
  height: 38px;
}

.ChangeLNG:hover {
  background-color: #cacaca;
  color: white;
}

.LoginBtn {
  background-color: #f1c40f;
  border: none;
  margin-right: 6px;
  color: white;
}

.dropdown-item {
  white-space: normal;
}

.dropdown-item:hover {
  color: rgb(255, 196, 0);
}

.dropdown-menu {
  min-width: 20rem;
}
/* Slider & Icones ==> */

.SliderAndIcones {
  background: linear-gradient(15deg, rgb(0 171 255) 0%, rgb(0 196 255) 100%);
  border-radius: 10px;
  margin-bottom: 2rem;
  padding: 30px 30px 20px 30px;
  z-index: 1;
}

.TempBase {
  height: 500px;
  background: white;
  border-radius: 8px;
  margin: 15px;
  padding: 10px;
  z-index: 1;
}

.SiteMap {
  height: 50px;
  background: white;
  border-radius: 8px;
  margin: 15px;
  padding: 14px;
  z-index: 1;
  color: #5a5a5a;
}

.carousel-caption {
  bottom: 0.25rem;
  right: -1%;
  left: -1%;
}

.MiddleHtmlblonk {
  background: linear-gradient(
    30deg,
    rgb(107, 197, 241) 0%,
    rgba(18, 191, 243, 1) 100%
  );
  border-radius: 6px;
  padding: 17px 30px 6px 30px;
  margin-top: 15px;
  z-index: 1;
  min-height: 155px;
}

.Slider {
  background-color: #ffffff;
  border-radius: 5px;
  height: 500px;
  margin-bottom: 16px;
  object-fit: cover;
  box-shadow: 0px 4px 6px 0px #00000038;
  transition: all 0.3s ease-out;
}

.Sliderimg {
  height: 500px;
  object-fit: cover;
}

.Slider:hover {
  transform: translateY(-5px) scale(1) translateZ(0);
  z-index: 100;
}

.SliderTextBG {
  background: #000094;
  border-radius: 6px;
}
/* <== Slider & Icones */
/* Notifi & Icones ==> */

.NotifPanel {
  background-color: #ebebeb;
  border-radius: 5px;
  height: auto;
  margin-bottom: 5px;
  padding: 30px;
}

.Notif1 {
  height: 470px;
  background-color: #ffffff;
  border-radius: 6px;
  height: 567px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
  box-shadow: 0 0px 17px 0px #00000047;
}

.Notif1:hover {
  transform: translateY(-5px) scale(1) translateZ(0);
  z-index: 100;
}

.Notif2 {
  height: 470px;
  margin: 1rem;
  background-color: #ffffff;
  border-radius: 6px;
  height: 567px;
  margin-top: 2rem;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
  box-shadow: 0 0px 17px 0px #00000047;
}

.Notif2:hover {
  transform: translateY(-5px) scale(1) translateZ(0);
  z-index: 100;
}

.displayFlex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-content: space-around;
  justify-content: center;
}
/* Tables */

.Tablefix {
  /* height: 500px; */
  overflow-y: auto;
  margin-bottom: 3rem;
}

.Tablefix thead th {
  position: sticky;
  top: 0;
  background-color: rgb(0, 187, 187);
}

/* .Tablefix td:nth-child(2) {
  text-align: left;
}

.Tablefix th:nth-child(2) {
  text-align: center;
}

.Tablefix td:nth-child(3) {
  text-align: center;
} */
/* scrollbar style */
/* width */

::-webkit-scrollbar {
  width: 5px;
}
/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */

::-webkit-scrollbar-thumb {
  background: rgb(121 , 121, 121);
  border-radius: 10px;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #00c4ff;
}

.TableGUI {
  color: #565656;
  /* font-family: iranyekanwebmedium; */
  font-size: smaller;
  border-color: #ebebeb;
}
th:hover {
  background-color: rgb(0 , 196, 255);
  color: rgb(255, 255, 255);
}
tr:hover {
  background-color: rgb(0 , 196, 255);
  color: rgb(255, 255, 255);
  transition: 0.5s;
  transform: scaleY(1.3);
}
/* Tabs */

.tab {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  height: 55px;
  /* background: linear-gradient(30deg, rgb(255, 170, 0) 0%, rgba(243, 191, 18, 1) 100%); */
  background: #00bbff;
}
/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
/* Change background color of buttons on hover */

.tab button:hover {
  background-color: rgb(0 255 255);
}
/* Create an active/current tablink class */

.tab button.active {
  background-color: rgb(255, 255, 255);
  color: #6e6e6e;
}
/* Style the tab content */

.tabcontent {
  display: none;
  padding: 8px 5px;
  border: 0px solid #ccc;
  border-top: none;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  margin: 4px 7px 0px 7px;
  height: 500px;
}
/* <== Notifi & Icones */
/* ButtonSliderBG ==> */
/* <==ButtonSliderBG */

.ButtonSliderBG {
  background-color: #e7e7e7;
  border-radius: 8px;
  padding: 0px 30px 7px 30px;
}

.Slideiconimg {
  height: 112px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 6;
  transition: all 0.3s ease-out;
  box-shadow: 0 5px 6px 0px #00000047;
  transform: scale(0.7);
}
/* Footer ==> */

.footerbg {
  background-color: #00bbff;
  height: auto;
  border-radius: 6px;
  padding: 30px;
  margin-top: 2rem;
}

.footerbg h6 {
  color: #4a4a4a;
  word-wrap: break-word;
  font-size: 12px;
}

.footerBoxes a p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #27ae60 !important;
}

.footerBoxes {
  background-color: #ffffff;
  height: 230px;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px 3px #00000047;
  transition: all 0.3s ease-out;
  text-align: center;
  z-index: 10;
  font-size: smaller;
}

.footerBoxes:hover {
  transform: translateY(-5px);
  z-index: 10;
}

.FooterItems {
  color: rgb(133 133 133);
  /* font-weight: bolder; */
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.Footer_icon {
  width: 60px;
  justify-content: center;
  margin-top: -40px;
  z-index: 11;
  background: rgb(9 145 255);
  border-radius: 50%;
  box-shadow: 0 5px 6px 0px #00000047;
}

.copyRfooter {
  color: #383838;
  text-align: center;
  font-size: small;
}
/* <== Footer */
/* buttonS ==>  */
/* TopButtons */

.BT1 {
  --bg-color: #2020ff;
  --text-color-hover: #ffffff;
  --box-shadow-color: rgba(20, 20, 255, 0.48);
}

.BT2 {
  --bg-color: #2980b9;
  --text-color-hover: #ffffff;
  --box-shadow-color: #2980b9;
}

.BT3 {
  --bg-color: #8e44ad;
  --text-color-hover: #ffffff;
  --box-shadow-color: #8e44ad;
}

.BT4 {
  --bg-color: #27ae60;
  --text-color-hover: #ffffff;
  --box-shadow-color: #27ae60;
}

.IconfitMid {
  margin-left: 20px;
}
/* SideButtons */

.BS1 {
  --bg-color: #ff2020;
  --text-color-hover: #ffffff;
  --box-shadow-color: rgba(255, 20, 20, 0.48);
}

.BS2 {
  --bg-color: #f39c12;
  --text-color-hover: #ffffff;
  --box-shadow-color: #f39c12;
}

.BS3 {
  --bg-color: #27ae60;
  --text-color-hover: #ffffff;
  --box-shadow-color: #27ae60;
}

.BS4 {
  --bg-color: #2980b9;
  --text-color-hover: #ffffff;
  --box-shadow-color: #2980b9;
}

.BS5 {
  --bg-color: #8e44ad;
  --text-color-hover: #ffffff;
  --box-shadow-color: #8e44ad;
}

.BS6 {
  --bg-color: #2c3e50;
  --text-color-hover: #ffffff;
  --box-shadow-color: #2c3e50;
}

.BS7 {
  --bg-color: #7f8c8d;
  --text-color-hover: #ffffff;
  --box-shadow-color: #7f8c8d;
}

.BS8 {
  --bg-color: #1abc9c;
  --text-color-hover: #ffffff;
  --box-shadow-color: #1abc9c;
}

.card1 {
  height: 200px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin: 10px;
  width: 260px;
  /* width: 85%; */
}

.card1:hover {
  transform: translateY(-5px) scale(1.3) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
  z-index: 5;
}

.card1:hover .overlay1 {
  z-index: 5;
  transform: scale(4) translateZ(0);
}

.card1:hover .circle {
  z-index: 5;
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card1:hover .circle:after {
  z-index: 5;
  background: var(--bg-color-light);
}

.card1:hover p {
  color: var(--text-color-hover);
  z-index: 5;
}

.card1:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.card1 p {
  font-size: 17px;
  color: #4c5656;
  margin-top: 15px;
  /* z-index: 1000; */
  transition: color 0.3s ease-out;
}

.card2 {
  height: 135px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin-bottom: 10px;
}

.card2:hover {
  transform: translateY(-5px) scale(1.1) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
  z-index: 1;
}

.card2:hover .overlay {
  transform: scale(4) translateZ(0);
}

.card2:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card2:hover .circle:after {
  background: var(--bg-color-light);
}

.card2:hover p {
  color: var(--text-color-hover);
}

.card2:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.card2 p {
  font-size: 17px;
  color: #4c5656;
  margin-top: 15px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.Sideiconimg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 6;
  transition: all 0.3s ease-out;
  box-shadow: 0 5px 6px 0px #00000047;
}

.Sideiconimg:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  z-index: 5;
  transition: opacity 0.3s ease-out;
}

.overlay {
  width: 126px;
  position: absolute;
  height: 112px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 136px;
  left: 30px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.overlay1 {
  width: 312px;
  position: absolute;
  height: 152px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 202px;
  left: 87px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.overlay3 {
  width: 357px;
  position: absolute;
  height: 503px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 223px;
  left: 254px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.BtnText {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
}
/* <== buttonS */
/* Loading */

.loader {
  width: 65px;
  height: 117px;
  position: relative;
  justify-self: center;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0180ff;
  box-shadow: 0 0 0 50px;
  clip-path: polygon(
    100% 0,
    23% 46%,
    46% 44%,
    15% 69%,
    38% 67%,
    0 100%,
    76% 57%,
    53% 58%,
    88% 33%,
    60% 37%
  );
}
.loader:after {
  animation: l8 1s infinite;
  transform: perspective(300px) translateZ(0px);
}
@keyframes l8 {
  to {
    transform: perspective(300px) translateZ(180px);
    opacity: 0;
  }
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: space-around;
}

.image-gallery img {
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  flex: 1 1 calc(33.333% - 20px);
}

@media (max-width: 768px) {
  .image-gallery img {
    flex: 1 1 calc(50% - 10px);
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .image-gallery img {
    flex: 1 1 100%;
    max-width: 90%;
  }
}

/* MAP */
path {
  stroke: rgb(51 127 70);
  stroke-opacity: 1;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: rgb(255 189 0);
  fill-opacity: 0.4;
  fill-rule: evenodd;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  text-align: center!important;
}

.form-control {
margin-bottom: 1rem;
}