.no-scroll {
  height: 100%;
  overflow: hidden;
}

.stats-section .dailyStats {
  font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
  text-align: center;
  /* padding: 1rem 1rem 0 1rem; */
  padding: 1rem;
  border-radius: 12px;
  transition: all .5s ease-out;
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  background-color: #701206;
  background-size: contain;
  background-position: center;
  background-image: url("/modules/custom/vap_gunluk_veri/img/stats/FVPanosuBackMKKLogo.png");
}

.stats-section .dailyStats .statHeader {
  position: relative;
  margin-bottom: 1.75rem;
}

.stats-section .dailyStats.fullscreen {
  /* padding: 26vh 1rem 35vh 1rem; */
  padding: 5vh 1vw;
  background-image: url("/modules/custom/vap_gunluk_veri/img/fullscreen_bg.png");
  /* background-size: auto; */
  background-size: 75%;
  background-repeat: no-repeat;
  border-radius: 0;
  transition: all 1.25s ease-out;
  box-shadow: inset 0px 5vh 100px 0px rgb(0 0 0 / 87%), inset 0px -5vh 100px 0px rgb(0 0 0 / 87%);
  -webkit-box-shadow: inset 0px 5vh 100px 0px rgb(0 0 0 / 87%), inset 0px -5vh 100px 0px rgb(0 0 0 / 87%);
    -webkit-box-shadow: inset 0px 5vh 100px 0px rgb(0 0 0 / 87%), inset 0px -5vh 100px 0px rgb(0 0 0 / 87%);
  /* position: fixed;
  z-index: 9999;
  inset: 0; */
}
.stats-section .dailyStats.fullscreen.fullscreenIOS {
  /* padding: 26vh 1rem 35vh 1rem; */
  padding: 5% 1rem;
  /* background-size: auto; */
  position: fixed;
  z-index: 9999;
  inset: 0;
}

.stats-section .dailyStats.fullscreen .stat {
  /* min-height: 5vh; */
  max-height: 185px;
}

.stats-section .dailyStats.fullscreen .seperator {
  display: none !important;
}

.stats-section .dailyStats.fullscreen img {
  margin-top: 0.75rem;
}

.stats-section .dailyStats.fullscreen .currency-value {
  font-size: .9em;
}

.stats-section .dailyStats.fullscreen .currency-value-detail {
  font-size: .8em;
}

.stats-section .dailyStats.fullscreen .currency-name p {
  font-size: .9em;
}

.stats-section .dailyStats.fullscreen .vapLogoFsc span {
  font-size: .8em;
  display: block;
  margin: auto !important;
}

.stats-section .dailyStats.fullscreen h3 {
  margin: auto !important;
  font-size: 1.75em;
}

.stats-section .dailyStats.fullscreen .statHeader {
  position: initial;
  margin: 0;
}

.stats-section .dailyStats.fullscreen img {
  width: auto;
  height: 6vh;
  margin-bottom: .25rem;
}

.stats-section .dailyStats.fullscreen .statHeader #fullScreenIcon {
  top: 25px;
  right: 0;
}

.stats-section .dailyStats h3 {
  font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-top: -2.5rem !important;
}

.stats-section .dailyStats .stat {
  display: block;
  /* min-height: 185px; */
  transition: .5s linear;
}

.stats-section .dailyStats a.stat:last-child {
  min-height: auto;
}

.stats-section .dailyStats .mainStats a.stat:hover {
  transform: scale(1.15);
}

.stats-section .dailyStats .mainStats a:last-child .subStat-item {
  transform: none !important;
}

.stats-section .dailyStats img {
  width: 85px;
  height: 61px;
  margin-bottom: .25rem;
}

.stats-section .dailyStats #fullScreenIcon {
  position: absolute;
  right: 5px;
  top: 7px;
  width: auto;
  align-items: center;
}

.stats-section .dailyStats #fullScreenIcon span {
  color: #f4ddac;
}

.stats-section .dailyStats #fullScreenIcon .zoomOut {
  display: none;
  font-size: .9em;
}

.stats-section .dailyStats.fullscreen #fullScreenIcon .zoomIn {
  display: none;
}

.stats-section .dailyStats.fullscreen #fullScreenIcon .zoomOut {
  display: block;
}

.stats-section .dailyStats.dailyStats.fullscreen #fullScreenIcon .icon {
  /* height: 3vh; */
  /* width: 3vw; */
  /* background-size: auto; */
  /* background-image: url("/modules/custom/vap_gunluk_veri/img/zoomOut.svg"); */
  /* background-image: url("/modules/custom/vap_gunluk_veri/img/Exit.png"); */
  display: none;
}

.stats-section .dailyStats.dailyStats.fullscreen #fullScreenIcon:hover .icon {
  transform: scale(.75);
}

.stats-section .dailyStats #fullScreenIcon .icon {
  height: 25px;
  width: 25px;
  margin-left: .5rem;
  transition: 1.5s;
  display: inline-block;
  /* fill: #f4ddac; */
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/modules/custom/vap_gunluk_veri/img/zoomIn.svg");
}

.stats-section .dailyStats img.trend{
  height: 10px;
  width: auto;
  margin-bottom: .1rem;
  margin-left: .15rem;
  margin-top: 0;
}

.stats-section .dailyStats #fullScreenIcon:hover .icon {
  transform: scale(1.25);
}

.stats-section .dailyStats .currency-name p {
  text-transform: uppercase;
  color: #f9f6f6;
  margin: auto;
  font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
  font-weight: bold;
  /* font-size: 16px; */
  font-size: 12px;
  height: 40px;
}

.stats-section .dailyStats .currency-name p small {
  font-weight: normal;
}

.stats-section .dailyStats .currency-value {
  color: #f4ddac;
  font-weight: bold;
  /* font-size: 17px; */
  font-size: 14px;
  margin-bottom: 0;
}

.stats-section .dailyStats .currency-value-detail {
  color: #f4ddac;
  /* font-size: 11px; */
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 0;
}

.stats-section .dailyStats .vapLogoFsc {
  display: none;
}

.stats-section .dailyStats.fullscreen .vapLogoFsc {
  display: inline-block;
  width: 100%;
  color: #f4ddac;
  align-items: center;
  display: flex;
  justify-content: center;
}

.stats-section .dailyStats.fullscreen .vapLogoFsc img {
  margin: auto;
  display: block;
}

.stats-section .dailyStats.fullscreen .vapLogo {
  display: none !important;
}

.stats-section .dailyStats .vapLogo img,
.stats-section .dailyStats .vapLogoFsc img {
  width: 52px;
  height: 41px;
  margin: 0;
}

.stats-section .dailyStats .vapLogo span {
  font-size: .75rem;
  width: 195px;
  line-height: 1.25;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  padding-left: 0.5rem;
  color: #f4ddac;
  height: 100%;
  vertical-align: middle;
  padding-top: 7px;
  display: block;
}

.stats-section .dailyStatsMore {
  height: 50px;
  padding: 10px 0 10px 0;
  background-color: #e0e0e0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 2rem;
  text-align: center;
}

.stats-section .mkkDivider {
  margin: 0.5rem 0 1rem 0;
  /* width: 300px; */
  max-width: 100%;
  position: relative;
}

.stats-section .mkkDividerMask {
  overflow: hidden;
  height: 5px;
}

.stats-section .mkkDividerMask::after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 6px;
  box-shadow: 0 0px 5px #ffffff;
}

.stats-section .mkkDivider>span {
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -16px;
  left: 50%;
  margin-left: -20px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #fff;
  background: #701206;
  display: flex;
  align-items: center;
}

.stats-section .mkkDivider>span i {
  width: 17px;
  margin: auto;
  height: 25px;
  background: url(/modules/custom/vap_gunluk_veri/img/Lale.png);
}

@media (max-width:1199px) {
  .stats-section .dailyStats .stat:hover {
    transform: none !important;
  }

  /* .stats-section .dailyStats.fullscreen{
    padding: 1rem;
  } */
  /* .stats-section .dailyStats.fullscreen .mainStats{
    height: auto;
  } */
  .stats-section .dailyStats h3 {
    font-size: 18px;
  }

  .stats-section .dailyStats .currency-name p {
    font-weight: 500;
  }
}

@media (max-width:576px) {
  .stats-section .dailyStats {
    background-size: 20vw;
  }

  .stats-section .dailyStats .stat {
    margin-bottom: .75rem !important;
  }

  .stats-section .dailyStats .statHeader {
    margin-bottom: .5rem;
  }

  .stats-section .dailyStats .currency-name p {
    height: auto;
  }

  .stats-section .dailyStats .stat {
    padding: .5rem 0;
  }

  .stats-section .dailyStats img {
    margin-top: 0.5rem;
  }
}

@media (max-width:992px) {
  .stats-section .dailyStats .vapLogo {
    order: 1;
    justify-content: center;
  }

  .stats-section .dailyStats h3 {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
  }

  .stats-section .dailyStats .stat {
    min-height: auto !important;
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=stats.css.map */
