@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: #ffffff;
  text-decoration: none;
}

h2 {
  line-height: 15px;
}

h5 {
  text-align: center;
  margin-top: 20px;
}

.card {
   height: 700px!important;
}
/* 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;
}

/* NavBar */
.navbarDetails {

  height: 90px;
  z-index: 2;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffc107;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  background: #ffa700;
  border-radius: 10px;
  margin-top: 3rem;
  padding: 1rem;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
  color: #bf2c2c;
}
.navbar-dark .navbar-nav .nav-link{
  color: white;
}
.FitNav {
  margin-top: 57px;
}
/* <== NavBar */
/* Modals */
.modal {
  top: 12rem;
}

.dropdown-item {
  white-space: normal;
}

.dropdown-item:hover {
  color: rgb(255, 196, 0);
}

.dropdown-menu {
  min-width: 20rem;
}
/* Slider & Icones ==> */

.SliderAndIcones {
  background: linear-gradient(358deg, rgb(63 63 63) 0%, rgb(121 121 121) 100%);
  margin-top: -6rem;
  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: 5rem;
  right: -1%;
  left: -1%;
}

.MiddleHtmlblonk {
  background: linear-gradient(
    30deg,
    rgb(241, 197, 107) 0%,
    rgba(243, 191, 18, 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: 870px;
  object-fit: cover;
  box-shadow: 0px 4px 6px 0px #00000038;
  transition: all 0.3s ease-out;
  margin-top: -190px;
}

.Sliderimg {
  height: 870px;
  object-fit: cover;
}

.SliderTextBG {
  padding: 15px;
  background: #00000094;
  border-radius: 6px;
  height: 8rem;
}
/* <== 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 {
  margin: 1rem;
  background-color: #ffffff;
  border-radius: 6px;
  min-height: 567px;
  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;
  column-gap: 30px;
  flex-direction: row;
  align-content: space-around;
  justify-content: center;
}
/* Tables */

.Tablefix {
  overflow-y: auto;
  margin-bottom: 3rem;
  width: 100%;
  place-self: center;
  overflow-x: overlay;
  height: 480px;

}

.Tablefix thead th {
  position: sticky;
  top: 0;
  background-color: rgb(59 54 87);
  color: white;
  height: 4rem;
  align-content: space-evenly;
}

/* .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: #ffc400;
}

.TableGUI {
  color: #565656;
  text-align: center;
  font-size: smaller;
  border-color: #ebebeb;
}
th:hover {
  background-color: rgb(32 111 139);
  color: rgb(255, 255, 255);
}
tr:hover {
  background-color: rgb(32 111 139);
  color: rgb(255, 255, 255);
  transition: 0.5s;
  transform: scaleY(1.3);
}
.table>tbody{
  background-color: white;
}
/* Tabs */

.scrollable-list{
  height: 340px!important;
}
.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: #ffbb00;
}
/* 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(233 170 0);
}
/* 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;
  min-height: 567px;
}
/* <== 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: #ffbb00;
  height: auto;
  padding: 10px;
}

.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(28 46 89);
  border-radius: 10px;
  box-shadow: 0 5px 6px 0px #00000047;
}

.copyRfooter {
  color: #ffffff;
  text-align: center;
  font-size: small;
}
/* <== Footer */
/* buttonS ==>  */

.card1 {
  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;
  height: 6rem;
}

.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;
}

.Sideiconimg {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #ffbb00;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  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;
}

.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: #ff8001;
  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);
}


/* Dashboard */

.ChooseFileBTN{
  margin-top: 1rem!important;
  color: red;
}


@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;
}

.carousel-indicators {
  margin-bottom: 6rem;
}

/* From Uiverse.io by Cornerstone-04 */
.cardss {
  /* perspective: 500px; */
}

.cardBTN {
  width: 300px;
  text-align: center;
  text-align: -webkit-center;
  height: 130px;
  background: #485369;
  border-radius: 14px;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.5s;
}

.cardBTN:hover {
  transform: translateY(18px) rotateX(10deg) rotateY(10deg);
}

.cardBTN_title {
  color: #ffffff;
    /* position: absolute; */
  top: 25%;
  margin-top: 30px;
  transform: translateY(-50%);
  transition: transform 0.5s;
  place-self: anchor-center;
}

.cardBTN:hover .cardBTN_title {
  transform: translateZ(50px);
}

.cardBTN_icon {
  background: #797979;;
  top: 8px;
  transform: translateY(-50%);
  transition: transform 0.5s;
  place-self: anchor-center;
}

.cardBTN_icon {
  transform: translateZ(50px);
}

.Doccard1 {
  width: 100%;
  height: 610px;
  background: #909191;
  margin-bottom: 2rem;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 3px 7px 9px 0px #333333;
}

.Doccard2 {
  width: 100%;
  height: 610px;
  background: #909191;
  margin-bottom: 2rem;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 3px 7px 9px 0px #333333;
}

.DocBTN1 {
  background: rgb(255 189 0);
  border-radius: 6px;
  height: 3rem;
  place-content: center;
  place-items: anchor-center;
  color: #ffffff;
  text-align: -webkit-center;
  margin-top: -30px;
}


.InfoSec {
  margin: 55px 15px 20px 15px;
}
.CardCol {
  justify-items: center;
}
.TbList {
  display: block;            
  background: #485369;
  border-radius: 5px;
  padding: 12px;
  margin: 6px 20px 0px 0px;
  width: 95%;
  border: unset;
  text-align: start;

}
.TbList:hover {
  box-shadow: 1px 1px 6px 2px #333333;
  background: #36373f;
  color: white;
}
.imgLogo {
  width: 70px;
}
.AtagDoc {
  color: #36373f;
}
.AtagDoc:hover {
  color: #ffffff;
}

.MapH3 {
  margin: 2rem;
  background: red;
  padding: 2rem;
  border-radius: 10px;
  color: white;
  justify-self: center;
  margin-bottom: -30px;
  text-align: center;
  font-size: large;
  line-height: 26px;
}
.MapP {
  margin: 2rem;
  background: #3b3657;
  padding: 2rem;
  border-radius: 10px;
  color: white;
  justify-self: center;
}

/* Mobile Screen */
@media (max-width: 500px) {
  .TbList {
    margin: 6px 10px 0px 0px;
  }
  .Doccard2 {
height: 460px;
}
}

@media (max-width: 990px) {
  .TbList {
    margin: 6px 10px 0px 0px;
  }
  .Doccard2 {
height: 460px;
}
}

@media (max-width: 990px) {
  .TbList {
    margin: 6px 10px 0px 0px;
  }
  .Doccard1 {
height: 620px;
}
.Tablefix {
  width: 90%;
}
}
@media (max-width: 430px) {
  .Doccard1 {
height: 670px;
}

}





.cardBTN1 {
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: #485369;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  width: 300px;
  height: 130px;
}

.cardBTN1:hover {
  background: rgb(255, 174, 0);
  box-shadow: 0 0 30px 5px rgba(236, 220, 0, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cardBTN1:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.cardBTN1::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.cardBTN1:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
