@media (max-width: 992px) {
  .mobil-gizle {
    display: none !important;
  }
}
.duyurulogoa {
  height: 1.5rem;
  margin-right: 0.5rem;
}
.searchboxSubtitleProp {
  margin-left: 5px;
}

.anketekatil_div_prop {
  position: relative;
  right: 12px;
}

.halklogo {
  max-width: 80%;
}

.text-med {
  font-weight: 500;
}

.text-bold {
  font-weight: bold;
}

.anketekatilbaslik_prop {
  font-size: 12px;
  line-height: 1.6;
}

.searchbarinput {
  background: #fff !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.search_alt_title {
  font-weight: bold;
  color: #dfdfdf;
  font-size: 12px;
}

.search_main_title {
  font-weight: bold !important;
  font-size: 16px;
  color: #000;
}

p.subtitle_searcbox {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin: 5px 0px;
}

.text-20.mr-3 {
  font-size: 18px;
}

.searchbox-inner-buttonprop {
  margin-right: 1rem;
}

select,
input:not([type="range"]),
textarea {
  border: 0;
  outline: none;
  width: 100%;
  background-color: #f7f7f7;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 9px;
}

.searchbarinput {
  padding-left: 2rem;
}

.tabs.-bookmark .tabs__controls {
  position: relative;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.items-center {
  align-items: center !important;
}

.tabs__controls {
  position: relative;
  overflow: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: row;
}

.tabs.-bookmark .tabs__button.is-tab-el-active {
  /* background-color: #fff; */
  padding: 10px 10px;
  color: #fff;
  width: 100%;
  color: #000 !important;
  transition: 0.5s;
}

.mainSearch .button {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mainSearch .button-item {
  border: none !important;
  width: 160px;
}

.tabs__content {
  position: relative;
}

.mainSearch {
  padding: 0.5rem;
  width: 100%;
  position: relative;
  z-index: 20;
  border-radius: 10px;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.tabs.-bookmark .tabs__button {
  display: flex;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 5px 10px;
  border-radius: 10px;
  width: calc(290px - 130px);
  /* background: #fff; */
  color: #000 !important;
}

.tabs.-bookmark .tabs__button:hover {
  color: var(--maincolor) !important;
  cursor: pointer;
}

.tabs.-bookmark-2 .tabs__button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-bookmark-2 .tabs__button:hover {
  color: var(--maincolor);
}

.tabs.-bookmark-2 .tabs__button.is-tab-el-active {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1);
}

.tabs.-pills .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-pills .tabs__controls .tabs__button:hover {
  color: var(--maincolor);
}

.tabs.-pills .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--maincolor);
  background-color: rgba(53, 84, 209, 0.05);
}

.tabs.-pills-2 .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-pills-2 .tabs__controls .tabs__button:hover {
  color: var(--maincolor);
}

.tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--color-white) !important;
  background-color: var(--maincolor);
}

.tabs.-pills-3 .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-pills-3 .tabs__controls .tabs__button:hover {
  color: var(--color-dark-3) !important;
}

.tabs.-pills-3 .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--color-white) !important;
  background-color: var(--color-dark-3) !important;
}

.tabs__controls {
  position: relative;
  overflow: hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
}

.tabs__controls > div {
  scroll-snap-align: center;
}

.tabs.-bookmark .tabs__controls {
  position: relative;
  overflow: hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.tabs.-bookmark .tabs__controls > div {
  scroll-snap-align: center;
}

.tabs.-bookmark-2 .tabs__controls {
  position: relative;
  overflow: hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.tabs.-bookmark-2 .tabs__controls > div {
  scroll-snap-align: center;
}

.tabs.-underline .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-underline .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs.-underline .tabs__controls .tabs__button:hover {
  color: var(--maincolor);
}

.tabs.-underline .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.tabs.-underline-2 .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-underline-2 .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--maincolor);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs.-underline-2 .tabs__controls .tabs__button:hover {
  color: var(--maincolor);
}

.tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--maincolor);
}

.tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.masthead.-type-3 .masthead__tabs .tabs__controls {
  bottom: -5px;
}

.slideraltkutusearch {
  /* position: absolute; */
  bottom: 1.3rem;
  /* height: 100px; */
  right: 2rem;
  z-index: 3;
  width: 30vw;
  /* background: #ffffff40; */
  /* padding: 12px 3px; */
  /* border-radius: 12px; */
  /* backdrop-filter: blur(8px);
}

.tabs {
  /* background: rgba(0, 0, 0, 0.7); */
  border-radius: 10px 10px 0 0;
}

.tabs__button {
  /* background: #007bff; */
}

.tabs__pane {
  display: none;
}

.tabs__pane.is-tab-el-active {
  display: block;
}

.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
}

.mayor_signature_image {
  width: 100%;
  background: none !important;
  max-height: 85px;
  border-radius: 0 !important;
}
.mayor_box_prop {
  background: #fff;
  border-radius: 1rem;
  padding-left: 1rem;
  gap: 10%;
  margin-bottom: 10px;
}
.mayor_box_prop img {
  background: #000;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
a.mayor_item_link_social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 20px 
}

.tabs__pane.is-tab-el-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.search-list {
  display: none;
  position: absolute;
  bottom: 9rem;
  right: -1rem;
  width: 30vw;
  height: 50vh;
  overflow-y: auto;
  background: #dbdbdbd6;
  border-radius: 10px 10px 0 0;
  z-index: 9999;
  border-radius: 12px;
  backdrop-filter: blur(20px);
}

.search-list ul {
  padding: 10px;
  list-style: none;
}

.yayinlar__list {
  padding: 0 1rem;
  height: 60px;
  overflow: scroll;
}

.search-list ul li {
  padding: 10px 0px;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 24px;
}

@media (min-width: 1286px) and (max-width: 1560px) {
  p.subtitle_searcbox {
    font-size: 10px;
  }

  .slideraltkutusearch {
    width: 35vw;
  }

  .searchbox-inner-buttonprop {
    margin-right: 0rem;
  }

  .anketekatilbaslik_prop {
    font-size: 10px;
  }

  .tabs.-bookmark .tabs__button {
    padding: 7px 10px;
    width: calc(280px - 140px);
  }

  .search-list {
    width: 35vw;
  }

  .search_main_title {
    font-size: 14px;
  }
}

@media (min-width: 1560px) and (max-width: 1900px) {
  .slideraltkutusearch {
    width: 35vw;
  }

  p.subtitle_searcbox {
    font-size: 11px;
  }

  .anketekatilbaslik_prop {
    font-size: 11px;
  }

  .searchbox-inner-buttonprop {
    margin-right: 0rem;
  }

  .tabs.-bookmark .tabs__button {
    padding: 8px 10px;
    width: calc(280px - 140px);
  }
}

@media (min-width: 2560px) {
  p.subtitle_searcbox {
    font-size: 17px;
    margin: 12px 0px;
  }

  .tabs.-bookmark .tabs__button {
    width: calc(290px - 80px);
  }

  .tabs.-bookmark .tabs__button.is-tab-el-active {
    padding: 10px 10px;
  }

  .mainSearch {
    padding: 14px;
  }
}

@media screen and (min-width: 380px) and(max-width:400px) {
  #clockDisplay {
    font-size: 65% !important;
  }

  .banner,
  h1 {
    margin: 0px auto !important;
  }

  .weather-data-container,
  #man-srch-form {
    min-width: 85% !important;
  }

  #nextForecast-container {
    min-width: 80% !important;
  }

  .main-content {
    margin: 0 !important;
  }
}

.plain-anchor,
.plain-anchor:visited {
  color: white;
  text-decoration: none;
}

#man-srch-form {
  margin: 10px auto !important;
  width: 67%;
}

#man-srch-form input {
  border-radius: 10px;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  color: white;
}

#man-srch-form button {
  border-radius: 10px;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.1);
  color: inherit;
}

.weather-temp-settings a {
  color: #d7e9ef;
  text-decoration: none;
}

.weather-data-container .weather-temp-settings > a:hover {
  color: #5ca4bc;
}

.toggle.weather {
  background: transparent;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.dropdown-content {
  text-align: center;
  padding: 10px;
  color: white;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

#btnNxtForecast {
  background: transparent !important;
  border: none !important;
}

#btnNxtForecast:focus {
  outline: none;
}

.btnNxtForecast:hover {
  transform: scale(1.1);
}

#nextForecast-container {
  margin: 20px auto;
  padding: 10px;
  width: 65%;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.2);
}

.nxt-forecast-content {
  width: 100%;
  margin: 0 auto;
}

.nxt-forecast-item {
  max-width: 100%;
  margin: 0 auto;
}

.banner {
  margin: 50px auto;
  font-size: 1.5em;
}

.main-content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: auto;
}

.weather-data-settings {
  padding: 0 !important;
  margin-right: -152px !important;
  /*OG -80px*/
  margin-top: -15px !important;
  /*OG -15px*/
}

.weather-app-info {
  padding: 0 !important;
  margin-right: -152px !important;
  /*OG -80px*/
  margin-top: 20px !important;
}

#weather-app-info-content-container {
  margin: 10px auto !important;
  width: 70%;
}

.weather-data-container {
  padding: 1rem 10px;
  width: 300px;
  color: #f2f2f2;
  border-radius: 25px;
  border-style: none;
  margin-right: 1rem;
}

#data-text {
}

.clockDisplay-container {
  margin: 0 auto;
  display: inline-block;
  float: left;
  font-size: 30px;
}

#dateDisplay {
  margin: 0 auto;
  font-size: 12px;
}

#clockDisplay {
  margin: 0 auto;
  font-size: 65%;
}

#clockDisplay:hover {
  transform: scale(1.1);
}

.curLocationDisp-container {
  float: right;
}

.disp-label,
#tempDisplay {
  font-size: 12px;
}

.disp-label {
  word-wrap: break-word;
}
