.grid {
  column-width: 250px;
}

.gridbox {
  min-width: 250px;
  max-width: 550px;
}


a.list-group-item {
  height: 26px;
  padding-top: 5px;
}

a.list-group-item.active {
  height: auto;
  padding: 8px;
  font-size: 14px;
}



.manime1 {
  color: red !important;
  font-weight: 900 !important;
  background-color: #ffffcc !important;
}
.manime2 {
  color: red !important;
  font-weight: 900 !important;
  background-color: #ffcccc  !important;
}
.manime3 {
  color: red !important;
  font-weight: 900 !important;
  background-color: #ff99ff !important;
}

#TA_HIZLI_NAVx {
  height: 50px;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css");





#weatherWrapper {
  width: 100%;
  margin: 0 auto;
  padding: 10 15;
  color:#fff !important;
  border-top:1px solid var(--borderColor);
  border-bottom:1px solid var(--borderColor);
}

#weatherWrapper h1,
#weatherWrapper h2,
#weatherWrapper h3,
#weatherWrapper h4,
#weatherWrapper span,
#weatherWrapper a,
#weatherWrapper p {
  color:#666 !important;
  margin:5px;
}

#weatherWrapper h3 {
  font-size:1.3em
}

.weathersearchbar,
.button {
  flex-grow: 1;
}


#forecast.hide{display: none;}
#weathersearch.hide{display:none !important;}

#weathersearch {
  display: flex;
  padding-top: 20px;
}

.searchbar::-webkit-input-placeholder {color: white; opacity: 0.35;}
.searchbar::-moz-placeholder {color: white; opacity: 0.35;}
.searchbar:-ms-input-placeholder {color: white; opacity: 0.35;}
.searchbar:-moz-placeholder {color: white; opacity: 0.35;}

.button:focus,
.searchbar:focus {outline: none; color: white;}
.searchbar:focus::-webkit-input-placeholder {color: white; opacity: 0.7;}
.searchbar:focus::-moz-placeholder {color: white; opacity: 0.7;}
.searchbar:focus:-ms-input-placeholder {color: white; opacity: 0.7;}
.searchbar:focus:-moz-placeholder {color: white; opacity: 0.7;}


.weatherpanel {
    width: 100%;
    display: inline-block;
}
.weather {
    width: 100%;
    display: inline-block;
}
.city {
    text-align: left;
    color: #E8E8E8;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.7em;
}
.group {
    padding-top: 30px;
    width: auto;
    text-align: right;
    float: right;
    clear: both;
}


#num,#condition{
font-size: 1.2em;
    font-weight: 300;
    line-height: 0.75;
    text-decoration:none;}

#celsius{
 font-size: 0.8em;
 margin: 0 !important;
}

.celsius,
.fahrenheit,
.divider {
    font-size: 1.75rem;
    vertical-align: super;
}
.divider {
    margin: 0 0.05em;
}
.forecast {
    display: table;
    text-transform: uppercase;
    width: 100%;
}
.block {
    display: table-cell;
    padding: 1.5em 0 0 0;
    text-align: center;
}
.high {
    font-weight: 300;
    margin: 0.25em 0;
}

.secondary {opacity: 0.65;}
.transparent {background: transparent;}
.hot {background: rgba(187, 62, 3,0.2)}
.warm {background: rgba(238, 155, 0,0.2);}
.cool {background: rgba(148, 210, 189,0.2);}
.cold {background: rgba(0, 95, 115,0.2);}


#dtwrapper {
  width: 100%;
  text-align: center;
  margin: -2px 0 0px 0;
  background: var(--backgroundColor);
  padding: 2px;
}

#dtwrapper h3 {
  font-size: 1.62em;
  font-weight: 400;
  color: #666;
  padding-right: 15px;
  text-align: right;
}

.searchbar {
  margin-top: -1px;
}

#weatherWrapper .group h3 {
  color: #333 !important;
}

body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* sidebar */

.sidebar-wrapper {
  margin-top: 5px;
  /* display: flex; */
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  /* padding: 10px 0 0 0; */
  border-left: 1px solid var(--borderColor);
  border-right: 1px solid var(--borderColor);
  height: calc(100vh - var(--navbar-height));
  overflow-y: auto;
  background-color: var(--backgroundColor2);
  /* gap: 10px; */
  min-width: 300px;
  margin-right: 12px;
}

.sidebar-wrapper>a.bi {
  font-size: 20px;
  position: absolute;
  top: 75px;
  right: 15px;
}

.sidebar-box-header {
  padding: 12px 0 5px 10px;
  text-align: left;
  width: 100%;
  font-weight: 400;
  font-size: 1.25em;
  background: var(--backgroundColor);
  border-bottom: 1px solid var(--borderColor);
  color: #666;
}

.sidebar-box {
  min-width: 300px;
  height: auto;
  width: auto;
  display: block;
  flex-grow: 1;
}

.sidebar-box.charts-div {
  height: 30vh;
}

.sidebar-box-listitem {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: inherit;
  border-bottom: 1px solid var(--borderColor);
  cursor: pointer;
  padding: 0px 10px;
}

.sidebar-box-listitem:hover {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: inherit;
  background-color: rgba(0, 0, 0, 0.02);
  text-decoration: none !important;
}

.sidebar-box-listitem i {
  font-size: calc(9px + 0.9vw * 0.5);
  color: var(--fontColor);
  /* padding-left: calc(0.7vw * 0.5); */
}

.sidebar-box-listitem-header {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  font-size: 1.07em;
  padding: 0.75em;
  flex-grow: 1;
  color: var(--fontColor);
}

.sidebar-box-listitem-content {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  font-size: calc(8px + 0.5vw * 0.6);
  text-align: right !important;
  flex-shrink: 0;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: flex;
  /* margin-right:calc(0.7vw * 0.5); */
  border-radius: 16px;
  line-height: 16px;
  background-color: var(--accentColor);
  color: #fff;
  min-width: 40px;
}

.sidebar-box-listitem-content .count {
  color: #fff;
}



.sidebar-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}


.left-pane {
  padding-right: 10px;
  max-height: calc(100vh - var(--navbar-height));
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.left-pane::-webkit-scrollbar {
  display: none;
}



.menu-wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  /*margin-top: 1vh;*/
  display: flex;
  width: auto;
  font-size: 12.4px !important;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8vw;
  width: 8vw;
  min-width: 100px;
  min-height: 100px;
  color: #FFF !important;
  font-size: 1rem;
  cursor: pointer !important;
  padding: 14px 10px;
  border: 1px solid var(--menuborderColor);
  border-collapse: collapse;
  /* margin: 10px 10px 0px 0px; */
}

.menu-item.search {
  background-color: #8259f3 !important;
}

.menu-item:hover {
  cursor: pointer;
  background-color: #6b4fb9 !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px, rgba(0, 0, 0, 0.2) 0px 0px 15px;
  z-index: 10;
}

.menu-item.active {
  cursor: pointer;
  background-color: #6b4fb9 !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px, rgba(0, 0, 0, 0.2) 0px 0px 15px;
  z-index: 99;
  justify-content: inherit !important;
}

.menu-item.active>i {
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6), 0px 0px 30px rgba(255, 255, 255, 0.6);
  transition: .2s;
}

.menu-item>i {
  font-size: 25px;
  transition: .2s;
}

.menu-item>.menu-title {
  text-align: center;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #fff;
}

.menu-item>.menu-title {
  font-size: 0.75rem;
}

@media screen and (min-width: 1600px) {
  .menu-item>.menu-title {
    font-size: calc(0.85rem + 0.5 * ((100vw - 320px) / 1000));
    line-height: calc(0.85rem + 5 * ((100vw - 320px) / 1000));
  }
}

.menu-wrapper>.menu-item>i.bi+.menu-title {
  padding-top: 15px;
}


.blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: rgba(0, 0, 0, .1);
  z-index: 98;
}

#sub-menu-popup {
  /*display: flex;*/     
  position: absolute;
  width: 20vw;
  min-width: 400px;
  max-width: 750px;
  min-height: calc(8vw - 1px);
  z-index: 99;
  background: var(--backgroundColor2);
  color: var(--fontColor);
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.popup-title {
  font-size: 1.2rem;
  padding: 15px 0 15px 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  background-color: rgba(7, 143, 211, 0.7);
  color: #fff;
}

#sub-menu-popup .menu-items {
  flex-direction: column;
  /*display: flex;*/
  align-items: flex-start;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

#sub-menu-popup .sub-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px 0;
  width: 100%;
  min-height: 30px;
  height: 4vh;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--fontColor) !important;
  cursor: pointer !important;
}

#sub-menu-popup .sub-menu-item:hover {
  cursor: pointer;
  background-color: var(--accentColor) !important;
  color: #fff !important;
}

#sub-menu-popup .menu-items .sub-menu-item:first-child {
  /*margin-top: 10px;*/
}

#sub-menu-popup .menu-items .sub-menu-item:last-child {
  margin-bottom: 15px;
}

#sub-menu-popup .sub-menu-item .menu-title {
  flex-grow: 1;
  font-size: 0.75rem;
  color: var(--fontColor);
}

@media screen and (min-width: 1600px) {
  #sub-menu-popup .menu-items .sub-menu-item:last-child {
    margin-bottom: 20px;
  }
  #sub-menu-popup .menu-items .sub-menu-item:first-child {
    /*margin-top: 15px;*/
  }
  #sub-menu-popup .sub-menu-item {
    padding: 10px 0;
    min-height: 40px;
  }
  #sub-menu-popup .sub-menu-item>* {
    font-size: calc(0.85rem + 0.5 * ((100vw - 320px) / 1000)) !important;
    line-height: calc(0.85rem + 5 * ((100vw - 320px) / 1000)) !important;
  }
}

#sub-menu-popup .sub-menu-item:hover .menu-title {
  color: #fff !important;
}

#sub-menu-popup .sub-menu-item .menu-title:first-child {
  padding: 0px 0px 0 20px;
}

#sub-menu-popup .sub-menu-item.mivurgu .menu-title {
  font-weight: 600;
}

#sub-menu-popup .sub-menu-item .kod {
  padding: 3px 15px;
  text-align: center;
  text-decoration: none;
  display: flex;
  margin: 0px 15px 0 0;
  border-radius: 16px;
  line-height: 16px;
  background-color: var(--accentColor);
  color: #fff;
}

#sub-menu-popup .sub-menu-item i {
  padding: 0 10px 0 20px;
  font-size: 1rem;
  text-align: center;
  display: flex;
  margin: 0px 0px 0 0;
}

#sub-menu-popup .sub-menu-item.mivurgu {
  background-color: rgba(9, 164, 242, 0.05);
}

#popup-wrapper.active #sub-menu-popup {
  top: 50%;
}


#popup-wrapper {
  z-index: 99;
}


.sidebar-loader {
  color: gray;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sidebar-hatirlatici-item {
  font-size: 1.07em;
  padding: 0.75em;
  flex-grow: 1;
  color: var(--fontColor);
}