/*!
Theme Name: Hype Sözlük
Theme URI: https://hypesozluk.com
Author: https://hypesozluk.com
Author URI: https://hypesozluk.com/hakkimizda
Description: Türkiye'nin ilk ve tek WordPress temelli sözlük teması Hype Sözlük ile dakikalar içinde hayalinizdeki sözlük platformunun sahibi olun! Hype Sözlük WordPress Teması, 5846 sayılı Fikir ve Sanat Eserleri Kanunu kapsamında korunmaktadır. Lisanssız kullanılması veya kullanılmaya teşebbüs edilmesi durumunda ilgili madde uyarınca işlem yapılır. Kullanıcı Sözleşmesi ve yasal yükümlülükler konusunda hypesozluk.com’u ziyaret edin.
Version: 8.0
Tested up to: 5.8.1
Requires PHP: 8.0
License: Proprietary License / Özel Lisans
License URI: https://hypesozluk.com/kullanici-sozlesmesi
Text Domain: hypesozluk.com
Tags: wordpress-sözlük-teması

© 2024 Hype Sözlük. Tüm hakları saklıdır.
Kullanıcı Sözleşmesi ve yasal yükümlülükler konusunda hypesozluk.com’u ziyaret edin.

Hype Sözlük WordPress Teması, 5846 sayılı Fikir ve Sanat Eserleri Kanunu kapsamında korunmaktadır.
Lisanssız kullanılması veya kullanılmaya teşebbüs edilmesi durumunda ilgili madde uyarınca işlem yapılır.
*/
/*
Bulma Badge
*/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

[data-badge] {
  position: relative;
}

[data-badge]::after {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0.1rem 0.25rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  background: #00d1b2;
  background-clip: padding-box;
  border-radius: 0;
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
  content: attr(data-badge);
  z-index: 99;
}

[data-badge][data-badge=""]::after {
  vertical-align: inherit;
}

[data-badge].has-badge-white::after {
  background: #fff;
  color: #0a0a0a;
}

[data-badge].has-badge-black::after {
  background: #0a0a0a;
  color: #fff;
}

[data-badge].has-badge-light::after {
  background: #f5f5f5;
  color: #363636;
}

[data-badge].has-badge-dark::after {
  background: #363636;
  color: #f5f5f5;
}

[data-badge].has-badge-primary::after {
  background: #00d1b2;
  color: #fff;
}

[data-badge].has-badge-link::after {
  background: #00bf6f;
  color: #fff;
}

[data-badge].has-badge-info::after {
  background: #209cee;
  color: #fff;
}

[data-badge].has-badge-success::after {
  background: #23d160;
  color: #fff;
}

[data-badge].has-badge-warning::after {
  background: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

[data-badge].has-badge-danger::after {
  background: #ff3860;
  color: #fff;
}

[data-badge].has-badge-outlined::after {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #00d1b2;
  color: #00d1b2;
}

[data-badge].has-badge-outlined.has-badge-white::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
}

[data-badge].has-badge-outlined.has-badge-black::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #0a0a0a;
  color: #0a0a0a;
}

[data-badge].has-badge-outlined.has-badge-light::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}

[data-badge].has-badge-outlined.has-badge-dark::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #363636;
  color: #363636;
}

[data-badge].has-badge-outlined.has-badge-primary::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #00d1b2;
  color: #00d1b2;
}

[data-badge].has-badge-outlined.has-badge-link::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #00bf6f;
  color: #00bf6f;
}

[data-badge].has-badge-outlined.has-badge-info::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #209cee;
  color: #209cee;
}

[data-badge].has-badge-outlined.has-badge-success::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #23d160;
  color: #23d160;
}

[data-badge].has-badge-outlined.has-badge-warning::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #ffdd57;
  color: #ffdd57;
}

[data-badge].has-badge-outlined.has-badge-danger::after {
  background: #fff;
  box-shadow: none;
  border: 1px solid #ff3860;
  color: #ff3860;
}

[data-badge].has-badge-rounded::after {
  border-radius: 290486px;
}

[data-badge]::after {
  min-width: 1rem;
  min-height: 1rem;
  font-size: 0.75rem;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

[data-badge].has-badge-left::after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-badge].has-badge-bottom::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

[data-badge].has-badge-bottom-left::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

[data-badge].has-badge-inline {
  margin-right: 1.5rem;
}

[data-badge].has-badge-inline::after {
  top: 50%;
  right: -20%;
}

[data-badge].has-badge-inline.has-badge-left {
  margin-right: inherit;
  margin-left: 1.5rem;
  top: 50%;
  left: 20%;
}

[data-badge].has-badge-inline.has-badge-bottom {
  margin-right: 1.5rem;
  top: 50%;
  right: -20%;
}

[data-badge].has-badge-inline.has-badge-bottom-left {
  margin-right: inherit;
  margin-left: 1.5rem;
  top: 50%;
  left: 20%;
}

[data-badge].has-badge-small::after {
  min-width: 0.75rem;
  min-height: 0.75rem;
  font-size: 0.5625rem;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

[data-badge].has-badge-small.has-badge-left::after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-badge].has-badge-small.has-badge-bottom::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

[data-badge].has-badge-small.has-badge-bottom-left::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

[data-badge].has-badge-small.has-badge-inline {
  margin-right: 1.125rem;
}

[data-badge].has-badge-small.has-badge-inline::after {
  top: 50%;
  right: -20%;
}

[data-badge].has-badge-small.has-badge-inline.has-badge-left {
  margin-right: inherit;
  margin-left: 1.125rem;
  top: 50%;
  left: 20%;
}

[data-badge].has-badge-small.has-badge-inline.has-badge-bottom {
  margin-right: 1.125rem;
  top: 50%;
  right: -20%;
}

[data-badge].has-badge-small.has-badge-inline.has-badge-bottom-left {
  margin-right: inherit;
  margin-left: 1.125rem;
  top: 50%;
  left: 20%;
}

[data-badge].has-badge-medium::after {
  min-width: 1.2rem;
  min-height: 1.2rem;
  font-size: 0.9rem;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

[data-badge].has-badge-medium.has-badge-left::after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-badge].has-badge-medium.has-badge-bottom::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

[data-badge].has-badge-medium.has-badge-bottom-left::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

[data-badge].has-badge-medium.has-badge-inline {
  margin-right: 1.8rem;
}

[data-badge].has-badge-medium.has-badge-inline::after {
  top: 50%;
  right: -20%;
}

[data-badge].has-badge-medium.has-badge-inline.has-badge-left {
  margin-right: inherit;
  margin-left: 1.8rem;
  top: 50%;
  left: 20%;
}

[data-badge].has-badge-medium.has-badge-inline.has-badge-bottom {
  margin-right: 1.8rem;
  top: 50%;
  right: -20%;
}

[data-badge].has-badge-medium.has-badge-inline.has-badge-bottom-left {
  margin-right: inherit;
  margin-left: 1.8rem;
  top: 50%;
  left: 20%;
}

[data-badge].has-badge-large::after {
  min-width: 1.4rem;
  min-height: 1.4rem;
  font-size: 1.05rem;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

[data-badge].has-badge-large.has-badge-left::after {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-badge].has-badge-large.has-badge-bottom::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

[data-badge].has-badge-large.has-badge-bottom-left::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

[data-badge].has-badge-large.has-badge-inline {
  margin-right: 2.1rem;
}

[data-badge].has-badge-large.has-badge-inline::after {
  top: 50%;
  right: -20%;
}

[data-badge].has-badge-large.has-badge-inline.has-badge-left {
  margin-right: inherit;
  margin-left: 2.1rem;
  top: 50%;
  left: 20%;
}

[data-badge].has-badge-large.has-badge-inline.has-badge-bottom {
  margin-right: 2.1rem;
  top: 50%;
  right: -20%;
}

[data-badge].has-badge-large.has-badge-inline.has-badge-bottom-left {
  margin-right: inherit;
  margin-left: 2.1rem;
  top: 50%;
  left: 20%;
}

[data-badge].button:not(.is-clipped)::after {
  overflow: visible;
}

/* custom classes that made for hype community */
.navbar-start--centered {
  flex-grow: 1;
  justify-content: center;
}

.has-border-bottom {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  position: relative;
}

.has-sidebar-fixed {
  position: sticky;
  vertical-align: top;
  overflow-y: auto;
  overflow-x: hidden;
  top: 112px;
  bottom: 0;
  display: inline-block;
  z-index: 5;
}

.section {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.is-nav-wrapped {
  flex-wrap: wrap;
}

.has-fullwidth {
  width: 100%;
}

.is-bg-blue {
  background-color: #00bf6f;
  border-color: transparent;
}

.select.is-customized-select:not(:hover)::after {
  border-color: black;
}

.navbar img {
  max-height: 2.2rem;
  width: auto;
}

a {
  transition: all 0.2s ease;
}

#solframe::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 7%);
  background-color: #f5f5f5;
}

#solframe::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

#solframe::-webkit-scrollbar-thumb {
  background-color: #c7c6c6;
}

.tabs li.is-active a {
  border-bottom-color: #00bf6f;
  color: #00bf6f;
}

.is-size-8 {
  font-size: 0.875rem;
}

.button.is-info.is-light {
  color: #00bf6f;
}

.chip {
  align-items: center;
  background: #eef0f3;
  border-radius: 5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  font-size: 0.75rem;
  height: 1.2rem;
  line-height: 0.8rem;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}

.chip .avatar {
  margin-left: -0.4rem;
  margin-right: 0.2rem;
}

.avatar.avatar-sm {
  font-size: 0.6rem;
  height: 1.2rem;
  width: 1.2rem;
}

.avatar {
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 300;
  height: 1.6rem;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 1.6rem;
}

.has-text-grey-light:hover {
  color: #00bf6f !important;
}

.fa-angle-up.has-text-grey-light:hover {
  color: #3ebf7b !important;
}

.fa-angle-down.has-text-grey-light:hover {
  color: #d43734 !important;
}

@media screen and (max-width: 1023px) {
  .has-sidebar-fixed {
    position: relative;
    width: 100% !important;
    max-height: 100%;
    top: 0;
  }

  .is-hidden-touch-normal {
    display: none;
  }

  .notification-main {
    left: 0;
    right: 0 !important;
    margin: auto;
  }
}

.fixed-height {
  height: 20px;
}

@media screen and (min-width: 1023px) {
  .is-desktop-centered {
    justify-content: center;
  }

  .html-has-fixed {
    padding-top: 6.7rem;
  }
}

.is-hidden-normal {
  display: none;
}

.notification a:not(.button):not(.dropdown-item) {
  text-decoration: none;
}

.column {
  word-break: break-word;
}

.has-pagination~.has-pagination {
  margin-bottom: 15px;
}

.modal-background {
  background-color: rgb(10 10 10 / 52%);
}

.modal-card,
.modal-content {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .width-420-desktop {
    width: 420px;
  }
}

@media screen and (max-width: 769px) {
  .mobile-mt-55px {
    margin-top: -55px;
  }
}

.width-320-desktop {
  width: 314px;
}

.notification-main {
  width: 100%;
  max-width: 320px;
  border: 1px solid #dbdbdba3;
  background-color: white;
  position: absolute;
  z-index: 9999;
  right: 60px;
  box-shadow: 0 0 34px 0 rgba(63, 66, 87, 0.2);
  border-radius: 5px;
}

.notification-content {
  max-height: 300px;
  overflow-y: auto;
}

.notification-header {
  border-bottom: 1px solid #dbdbdba3;
  padding: 5px;
  background: white;
  padding-left: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #515365;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.notify-item {
  font-size: 13px;
  border-bottom: 1px solid #dbdbdba3;
  padding: 8px;
}

.notify-item:hover {
  background: #efefef;
}

.notification-bottom {
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
  padding: 5px;
  font-size: 13px;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  margin: 0 !important;
}

.notification-content::-webkit-scrollbar-thumb {
  background-color: #555d66c7;
}

.notification-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.notify-link {
  color: #00bf6f !important;
  overflow-wrap: break-word;
}

.navbar-item {
  position: unset;
  white-space: nowrap;
}

.notify-date {
  font-size: 11px;
  font-style: italic;
  color: #808080ad;
}

.button[disabled],
fieldset[disabled] .button {
  opacity: 0.5;
}

.dropdown-menu {
  z-index: 99;
}

/* PROFIL CARD */
.profile-card-desc {
  margin: 15px 15px;
  width: 90%;
  padding: 10px;
  text-align: center;
  background: #ece9e9;
  border-radius: 5px;
  max-height: 65px;
  overflow-y: auto;
}

.profile-card-desc::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
}

.profile-card-desc::-webkit-scrollbar {
  width: 3px;
  background-color: #dedede;
}

.card-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.card-item {
  position: relative;
  width: 360px;
  background-color: #f2f2f2;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 22;
  transition: all 0.3s;
  border: 0px solid rgba(255, 255, 255, 0.3);
}

.card_header {
  width: 100%;
  position: relative;
}

.card-header__bg {
  width: 100%;
  height: 150px;
  z-index: 22;
  background-size: cover !important;
  background-color: black !important;
}

.card-header__img {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50px);
  padding: 0;
  visibility: visible;
  border: 0px solid rgba(255, 255, 255, 0.6);
  display: block;
  z-index: 9;
  border: 3px solid;
}

.card-header__text {
  width: 100%;
  margin-top: -30px;
}

.card-header__name {
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #565656;
  letter-spacing: 1px;
}

.card-header__job {
  text-align: center;
  display: block;
  color: #525151;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.6;
}

.card-process {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translate(-50%);
}

.profile_card .process__item {
  display: flex;
  align-content: center;
  flex-direction: column;
  font-weight: 700;
  text-decoration: none;
}

.profile_card .process-icon {
  margin-left: auto;
  margin-right: auto;
  color: rgba(121, 121, 121, 0.69);
  font-size: 20px;
  margin-bottom: 0px;
  transition: all ease-in-out 0.3s;
}

.profile_card .process-icon.follow:hover {
  color: #00bf6f;
  opacity: 0.6;
}

.profile_card .process-icon.message:hover {
  color: #4bd616;
  opacity: 0.6;
}

.profile_card .process-txt {
  text-align: center;
  color: #5f5e5e;
  font-size: 13px;
  font-weight: 700;
  transition: all ease-in-out 0.3s;
}

.card-detail {
  width: 100%;
  margin: 20px 0;
  padding: 0;
}

.card-detail__li {
  width: 95%;
  background: #ece9e9;
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-block;
  align-items: center;
  transition: all ease-in-out 0.3s;
}

.card-detail__txt {
  min-width: 120px;
  font-weight: 700;
  color: #403f3f;
  font-size: 15px;
  float: left;
  margin-bottom: 0;
}

.card-detail__str {
  font-weight: 700;
  color: #403f3f;
  font-size: 15px;
  opacity: 0.6;
  float: right;
  margin-right: 5px;
  margin-bottom: 0;
}

.card-detail__icon {
  width: 25px;
  font-size: 14px;
  display: inline-flex;
  opacity: 0.7;
  transition: all ease-in-out 0.3s;
}

.card-detail .like {
  color: #ff0047;
}

.card-detail .follow {
  color: #00bf6f;
}

.card-detail .post {
  color: #00bf6f;
}

.card-social {
  display: flex;
  justify-content: center;
  background-color: #f5f4f7;
  height: 50px;
  border-top: 1px solid #d6d6d6;
}

.card-social__item {
  width: 45px;
  height: 40px;
  margin: auto 3px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.card-social__icon {
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  font-size: 24px;
  display: inline-block;
  left: 50%;
  color: #b5b4b4;
  transition: all ease-in-out 0.3s;
}

.card-social__icon.facebook:hover {
  color: #3b5998;
}

.card-social__icon.twitter:hover {
  color: #00aced;
}

.card-social__icon.github:hover {
  color: #6e5494;
}

.card-social__icon.codepen:hover {
  color: #404040;
}

.card-social__icon.behence:hover {
  color: #1769ff;
}

/* profil card */
.modal-card,
.modal-content {
  max-height: 100%;
}

.is-chip-info {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  justify-content: unset;
  font-size: 12px;
}

.is-chip-info:focus {
  border: none !important;
  box-shadow: none !important;
}

.is-large.delete,
.is-large.modal-close {
  z-index: 9999;
}

.is-settings-page {
  border: none;
  margin: 0;
  border-radius: 5px;
  box-shadow: none;
  width: 100%;
  overflow: unset;
}

.m-negative-60 {
  margin-top: -60px;
}

.right-top-icon-pp{
  top: 40px !important;
  right: 43px !important;
  z-index: 99;
  transform: translateY(-50px);
}

.is-setting-image:hover {
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.kadir-wanted-to-do{
  position:relative;
  width: max-content;
  margin: auto;
}

.right-top-icon{
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(255, 255, 255, 0.816);
  font-size: 14px;
  padding: 10px;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.308);
}

.has-profile-card {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#hype_swup {
  min-height: 100vh;
}

.author-page-desc {
  max-height: none;
  overflow: hidden;
  margin: 0;
  margin-top: 15px;
  width: 100%;
}

.cursor-question {
  cursor: help;
}

.cursor-pointer {
  cursor: pointer;
}

.profile-dropdown:hover {
  background-color: hsl(0, 0%, 96%);
}

.entry-modal-profile {
  background: white;
  padding: 15px;
  border-radius: 5px;
  max-width: 90%;
  box-shadow: 0 8px 20px 10px rgba(89, 56, 49, 0.16);
}

.is-size-14px {
  font-size: 14px;
}

.avatar-overlapping {
  font-size: 0.6rem;
  height: 30px;
  width: 30px;
  margin-right: -15px;
  transition: all 0.2s ease;
  border: 2px solid #eee;
}

.avatar-overlapping:hover {
  z-index: 99999;
  cursor: pointer;
}

.avatar-group {
  margin-left: -15px;
}

.is-rounded-profile {
  border-radius: 290486px !important;
  padding: 5px;
}

.has-text-s-1 {
  color: rgba(121, 121, 121, 0.69) !important;
}

.is-cursor-disabled {
  cursor: not-allowed;
}

/* Bar Delays Animation Function */
/* Chart Styles */
.chart-wrap .chart-title {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  text-transform: lowercase;
}

.chart-wrap .row {
  position: relative;
  height: 26px;
  margin-bottom: 15px;
}

.chart-wrap .bar-wrap {
  position: relative;
  background: #d7dbde;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chart-wrap .bar-wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f37167;
  transition: all 1s;
  transform: translateX(-100%);
}

.chart-wrap .bar-wrap .bar.in {
  transform: translateX(0%);
}

.chart-wrap .row:nth-of-type(1) .bar {
  transition: 1s 400ms;
}

.chart-wrap .row:nth-of-type(2) .bar {
  transition: 1s 600ms;
}

.chart-wrap .row:nth-of-type(3) .bar {
  transition: 1s 800ms;
}

.chart-wrap .row:nth-of-type(4) .bar {
  transition: 1s 1000ms;
}

.chart-wrap .row:nth-of-type(5) .bar {
  transition: 1s 1200ms;
}

.chart-wrap .row:nth-of-type(6) .bar {
  transition: 1s 1400ms;
}

.chart-wrap .row:nth-of-type(7) .bar {
  transition: 1s 1600ms;
}

.chart-wrap .label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 10;
  text-transform: lowercase;
}

.chart-wrap .number_stat {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  text-align: right;
  z-index: 10;
}

@media screen and (min-width: 800px) {
  .chart-wrap .label {
    text-align: right;
  }

  .chart-wrap .number_stat {
    text-align: left;
  }
}

/* 404 */
.class_404 {
  color: black;
  font-size: 100px;
  text-shadow: cyan 15px -15px, red -10px 15px;
}

.glitch {
  position: relative;
  font-size: 60px;
}

.glitch::after,
.glitch::before {
  background-color: white;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch::before {
  left: 2px;
  text-shadow: -1px 0 magenta, 1px 1px lime;
  clip: rect(88px, 9999px, 69px, 0);
  -webkit-animation: glitchAnim1 2.5s infinite linear;
  animation: glitchAnim1 2.5s infinite linear;
}

.glitch::after {
  left: -2px;
  text-shadow: 1px yellow, -1px 0 cyan;
  -webkit-animation: glitchAnim2 3s infinite linear;
  animation: glitchAnim2 3s infinite linear;
}

@-webkit-keyframes glitchAnim1 {
  0% {
    clip: rect(5px, 9999px, 79px, 0);
  }

  6.6666666667% {
    clip: rect(32px, 9999px, 80px, 0);
  }

  13.3333333333% {
    clip: rect(29px, 9999px, 70px, 0);
  }

  20% {
    clip: rect(80px, 9999px, 49px, 0);
  }

  26.6666666667% {
    clip: rect(58px, 9999px, 90px, 0);
  }

  33.3333333333% {
    clip: rect(14px, 9999px, 39px, 0);
  }

  40% {
    clip: rect(60px, 9999px, 53px, 0);
  }

  46.6666666667% {
    clip: rect(42px, 9999px, 62px, 0);
  }

  53.3333333333% {
    clip: rect(100px, 9999px, 85px, 0);
  }

  60% {
    clip: rect(15px, 9999px, 16px, 0);
  }

  66.6666666667% {
    clip: rect(60px, 9999px, 84px, 0);
  }

  73.3333333333% {
    clip: rect(70px, 9999px, 56px, 0);
  }

  80% {
    clip: rect(15px, 9999px, 18px, 0);
  }

  86.6666666667% {
    clip: rect(51px, 9999px, 45px, 0);
  }

  93.3333333333% {
    clip: rect(47px, 9999px, 80px, 0);
  }

  100% {
    clip: rect(14px, 9999px, 1px, 0);
  }
}

@keyframes glitchAnim1 {
  0% {
    clip: rect(5px, 9999px, 79px, 0);
  }

  6.6666666667% {
    clip: rect(32px, 9999px, 80px, 0);
  }

  13.3333333333% {
    clip: rect(29px, 9999px, 70px, 0);
  }

  20% {
    clip: rect(80px, 9999px, 49px, 0);
  }

  26.6666666667% {
    clip: rect(58px, 9999px, 90px, 0);
  }

  33.3333333333% {
    clip: rect(14px, 9999px, 39px, 0);
  }

  40% {
    clip: rect(60px, 9999px, 53px, 0);
  }

  46.6666666667% {
    clip: rect(42px, 9999px, 62px, 0);
  }

  53.3333333333% {
    clip: rect(100px, 9999px, 85px, 0);
  }

  60% {
    clip: rect(15px, 9999px, 16px, 0);
  }

  66.6666666667% {
    clip: rect(60px, 9999px, 84px, 0);
  }

  73.3333333333% {
    clip: rect(70px, 9999px, 56px, 0);
  }

  80% {
    clip: rect(15px, 9999px, 18px, 0);
  }

  86.6666666667% {
    clip: rect(51px, 9999px, 45px, 0);
  }

  93.3333333333% {
    clip: rect(47px, 9999px, 80px, 0);
  }

  100% {
    clip: rect(14px, 9999px, 1px, 0);
  }
}

@-webkit-keyframes glitchAnim2 {
  0% {
    clip: rect(62px, 9999px, 88px, 0);
  }

  6.6666666667% {
    clip: rect(68px, 9999px, 48px, 0);
  }

  13.3333333333% {
    clip: rect(27px, 9999px, 63px, 0);
  }

  20% {
    clip: rect(32px, 9999px, 24px, 0);
  }

  26.6666666667% {
    clip: rect(82px, 9999px, 69px, 0);
  }

  33.3333333333% {
    clip: rect(67px, 9999px, 59px, 0);
  }

  40% {
    clip: rect(12px, 9999px, 21px, 0);
  }

  46.6666666667% {
    clip: rect(90px, 9999px, 69px, 0);
  }

  53.3333333333% {
    clip: rect(91px, 9999px, 24px, 0);
  }

  60% {
    clip: rect(98px, 9999px, 27px, 0);
  }

  66.6666666667% {
    clip: rect(41px, 9999px, 68px, 0);
  }

  73.3333333333% {
    clip: rect(22px, 9999px, 95px, 0);
  }

  80% {
    clip: rect(36px, 9999px, 29px, 0);
  }

  86.6666666667% {
    clip: rect(98px, 9999px, 60px, 0);
  }

  93.3333333333% {
    clip: rect(82px, 9999px, 67px, 0);
  }

  100% {
    clip: rect(67px, 9999px, 7px, 0);
  }
}

@keyframes glitchAnim2 {
  0% {
    clip: rect(62px, 9999px, 88px, 0);
  }

  6.6666666667% {
    clip: rect(68px, 9999px, 48px, 0);
  }

  13.3333333333% {
    clip: rect(27px, 9999px, 63px, 0);
  }

  20% {
    clip: rect(32px, 9999px, 24px, 0);
  }

  26.6666666667% {
    clip: rect(82px, 9999px, 69px, 0);
  }

  33.3333333333% {
    clip: rect(67px, 9999px, 59px, 0);
  }

  40% {
    clip: rect(12px, 9999px, 21px, 0);
  }

  46.6666666667% {
    clip: rect(90px, 9999px, 69px, 0);
  }

  53.3333333333% {
    clip: rect(91px, 9999px, 24px, 0);
  }

  60% {
    clip: rect(98px, 9999px, 27px, 0);
  }

  66.6666666667% {
    clip: rect(41px, 9999px, 68px, 0);
  }

  73.3333333333% {
    clip: rect(22px, 9999px, 95px, 0);
  }

  80% {
    clip: rect(36px, 9999px, 29px, 0);
  }

  86.6666666667% {
    clip: rect(98px, 9999px, 60px, 0);
  }

  93.3333333333% {
    clip: rect(82px, 9999px, 67px, 0);
  }

  100% {
    clip: rect(67px, 9999px, 7px, 0);
  }
}

#datafetch {
  max-height: 140px;
  overflow: auto;
  width: 270px;
  max-width: 400px;
}

#datafetch>a {
  text-overflow: ellipsis;
  overflow: hidden;
}

#datafetch::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f526;
}

#datafetch::-webkit-scrollbar-thumb {
  background-color: #00bf6f;
}

@media screen and (max-width: 450px) {
  .title {
    max-width: 295px;
  }
}

.profile-short-fix {
  white-space: initial !important;
  height: auto !important;
}

#datafetch_2 {
  max-width: 300px;
}

.postDivi {
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 270px;
  max-width: 400px;
}

.postDivi>a {
  text-overflow: ellipsis;
  overflow: hidden;
}

.postDivi::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f526;
}

.postDivi::-webkit-scrollbar-thumb {
  background-color: #00bf6f;
}

#dropdown-menu5>div {
  max-height: 155px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 190px;
  background-color: #f2f2f2;
}

#dropdown-menu5>div a:hover {
  background-color: #00bf6f;
  color: white;
}

#dropdown-menu5>div::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f526;
}

#dropdown-menu5>div::-webkit-scrollbar-thumb {
  background-color: #00bf6f;
}

#loader {
  width: 25px;
  height: 25px;
  position: absolute;
}

.section {
  padding: 3rem 0.75rem;
}

#footer-id .social-links a {
  font-size: 14px;
  display: inline-block;
  background: #00bf6f;
  color: #fff;
  line-height: 1;
  padding: 7px 0;
  margin-left: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

#footer-id .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer-id ul li a {
  color: #c0c4c8;
  font-size: 14px;
}

.footer_bottom {
  background-color: #00428a;
}

.footer_bottom a {
  color: #00bf6f;
}

.footer_bottom a:hover {
  color: white;
}

.footer_top {
  background-color: #004a99;
}

.footer_top a {
  color: #00bf6f;
}

.footer_top a:hover {
  color: white;
}

#button_st {
  display: inline-block;
  background-color: #00bf6f;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button_st::before {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 35px;
  color: #fff;
  font-weight: 900;
}

#button_st:hover {
  cursor: pointer;
  background-color: #333;
}

#button_st:active {
  background-color: #555;
}

#button_st.show {
  opacity: 1;
  visibility: visible;
}

.is-hype-top-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

a.has-text-dark:focus,
a.has-text-dark:hover {
  color: #00bf6f !important;
}

/* ENTRY CONTENT */
.text-right {
  text-align: right;
}

.comment {
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.comment .comment-avatar {
  border: 2px solid #cacaca;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
}

.comment .comment-avatar img {
  display: block;
  height: 100%;
  width: 100%;
}

.comment .comment-box {
  background-color: #fcfcfc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-left: 65px;
  min-height: 60px;
  position: relative;
  padding: 12px;
  border: 1px solid #0000000a;
  padding-top: 6px;
}

.comment .comment-box:before,
.comment .comment-box:after {
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #fcfcfc;
  content: "";
  left: -10px;
  position: absolute;
  top: 15px;
}

.comment .comment-box:before {
  border-color: #ff262600 #36363617;
  top: 15px;
  left: -11px;
}

.comment .comment-text {
  color: #555f77;
  font-size: 14px;
  margin-bottom: 5px;
}

.comment .comment-footer a {
  color: #acb4c2;
  text-decoration: none;
  margin-left: 1px;
  font-size: 14px;
}

.comment .comment-author {
  font-weight: bold;
}

.comment-author a {
  color: #8c8c8c;
}

.comment-author a:hover {
  color: #555f77;
}

.comment .comment-date,
.comment-date a {
  font-size: 12px;
  color: #acb4c2;
}

.comment-date a:hover {
  text-decoration: underline;
}

.comment .comment-date:before {
  content: "\f017";
  margin-left: 3px;
  margin-right: -1px;
  font-family: "FONT AWESOME 5 FREE";
}

.index-filter-section {
  background-color: #fcfcfc;
  border-radius: 4px;
  position: relative;
  padding: 9px;
  border: 1px solid #0000000a;
  margin-bottom: 15px;
}

.index-filter-section.is-vcentered {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /* used this for multiple child */
  align-items: center;
  /* if an only child */
}

.index-filter-buttons {
  font-size: 15px;
  color: #878a8c;
  padding: 6px;
  cursor: pointer;
  transition: 0.2s all ease;
  text-transform: capitalize;
}

.index-filter-buttons:hover {
  color: #00bf6f;
  background: #00bf6f14;
  border-radius: 4px;
}

.toastify {
  padding: 12px 15px !important;
  padding-right: 30px !important;
  font-size: 15px;
  display: flex !important;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .toastify {
    display: inline-block !important;
  }
}

.toastify-avatar {
  width: 30px !important;
  height: 30px !important;
  border-radius: 2px !important;
  margin: 0 !important;
  margin-right: 8px !important;
}

.toast-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 28px;
  margin-right: -5px;
  opacity: 0.4;
}

.hype-close {
  background-color: rgb(0 0 0 / 15%);
  height: 100%;
  width: 100%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: 0.2s all ease;
}

.hype-close:hover {
  background-color: rgb(0 0 0 / 31%);
}

.hype-close::before {
  transform: rotate(45deg);
  content: "";
  background: #fff;
  height: 12px;
  width: 2px;
  border-radius: 3px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
}

.hype-close::after {
  transform: rotate(-45deg);
  content: "";
  background: #fff;
  height: 12px;
  width: 2px;
  border-radius: 3px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
}

.notify-msg-date {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 28px;
  margin-right: -5px;
  opacity: 0.4;
  font-size: 13px;
  font-weight: bold;
}

.left-frame-image {
  max-height: 45px;
  max-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-list a:not(.reklam-sol-frame) {
  display: flex;
  padding-right: 25px !important;
  padding-bottom: 5px !important;
}

.left-frame-category {
  background-color: #00bf6f1f;
  color: #00bf6f;
  font-size: 12px;
  padding: 1px 5px;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  right: 3px;
  bottom: 10px;
  max-width: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.left-frame-count {
  background-color: #f2f2f269;
  color: #7a7a7a;
  font-size: 12px;
  padding: 1px 5px;
  margin-right: 3px;
  display: inline-block;
  border-radius: 2px;
  right: 3px;
  position: absolute;
  top: 7px;
}

.left-frame-info {
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-dumper {
  max-width: 300px;
  height: auto;
  border: 1px solid #b5b5b5d6;
  padding: 5px;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 3px;
}

#kategori-secim-new {
  color: #7a7a7a;
}

.single-head-image {
  padding: 5px;
  margin-top: 8px;
  max-height: 300px;
}

.new-content {
  padding: 10px;
  background-color: #f2f2f28a;
  border-radius: 3px;
  color: #7a7a7a;
  width: 104px;
  cursor: pointer;
}

.new-content:hover {
  color: #00bf6f;
  background: #00bf6f14;
}

.active {
  color: #00bf6f;
  background: #00bf6f14;
  border-radius: 4px;
}

.is-color-desired {
  color: #00bf6f;
}

.upload-design {
  text-align: center;
  border: 1px dashed #dbdbdb;
  padding: 15px;
  margin-top: 15px;
  border-radius: 3px;
}

.uploader i.fa {
  font-size: 50px;
  transition: all 0.2s ease-in-out;
}

.uploader input[type="file"] {
  display: none;
}

.is-small {
  font-size: 13px !important;
}

.border-md {
  border-radius: 5px;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  height: 30px;
}

.menu-list a {
  background: none !important;
}

.menu-list .has-background-white:hover {
  background-color: #fafafa !important;
  transition: all;
  transition-duration: 0.2s;
}

.divider-left-frame {
  height: 1px;
  background-color: rgba(224, 224, 224, 0.5);
  width: 100%;
}

.notification-bottom {
  background-color: #00bf6f !important;
}

.level {
  flex-wrap: wrap;
}

.media-content {
  padding: 5px;
}

.toast-close {
  width: 35px;
}

#top-header>nav>div:nth-child(1)>div.navbar-end>div>div>div.is-block>div>button {
  background: rgb(71, 71, 194);
}

#top-header>nav>div:nth-child(1)>div.navbar-end>div>div>div.is-block>div>div.notification-content>div>i {
  margin-right: 5px;
}

.footer-class {
  padding: 8px;
  margin-bottom: 0 !important;
}

#menu-alt-menu a {
  color: #b5b5b5;
  font-size: 14px;
}

#menu-alt-menu {
  display: block;
  flex-wrap: nowrap;
  width: 100%;
}

#menu-alt-menu i {
  font-size: 5px;
  display: none;
}

#footer-id .level-left {
  padding-right: 8px;
}

.blog_1 {
  display: flex;
  justify-content: space-between;
}

.blog_1 div:nth-child(1) {
  width: 55%;
}

.blog_1 div:nth-child(2) {
  max-height: 75px;
  max-width: 45%;
  width: 45%;
  height: 75px;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 12px;
}

.blog_cat {
  text-transform: uppercase;
  color: rgb(180, 180, 180);
  font-size: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.blog_link {
  color: black;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: all;
}

.blog_link2 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: all;
}

.blog_content {
  color: white;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: all;
}

.blog_link2:hover {
  color: #edeaea;
}

.blog_link:hover {
  color: #00bf6f !important;
}

.blog-slider-container {
  height: auto;
  color: white;
  max-height: 200px;
}

.blog-slider-container .card-content {
  height: 200px;
}

.blog-slider-container h4 {
  color: white !important;
}

.blog-slide-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.flickity-prev-next-button {
  width: 25px !important;
  height: 25px !important;
}

.blog-black {
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg,
      rgb(0 0 0 / 0%) 0%,
      rgb(0 0 0 / 65%) 100%);
  z-index: 30px;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}

.blog-content {
  position: relative;
  z-index: 31;
}

.blog-slider-container .card-content {
  display: flex;
  flex-direction: column-reverse;
  padding: 12px;
}

.blog-category {
  background-color: #2d2c2d85;
  color: white;
  font-size: 12px;
  padding: 1px 5px;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  right: 8px;
  top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 110px;
}

#hype_swup>div>div.level-right>div>div.dropdown-trigger>button {
  background: #80808000;
  color: #0000004d;
}

.sag-frame-blog-title {
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  background: #f5f5f5;
  padding: 6px;
}

.carousel-cell {
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .carousel-cell {
    width: 33.3333%;
  }

  #menu-alt-menu {
    display: flex;
  }

  #footer-id .level-left {
    border-right: 1px solid rgba(10, 10, 10, 0.1);
  }
}

.card {
  background-color: transparent !important;
  box-shadow: none !important;
}

.button[disabled],
fieldset[disabled] .button {
  background-color: #ffffff69;
}

#footer-id ul li a {
  color: #00bf6f;
}

.navbar-item .navbar-start--centered {
  height: 50px;
}

#register_control:focus {
  box-shadow: inset 0 0 0 0.125em rgb(50 115 220 / 25%);
}

.button.is-danger.is-outlined {
  border: solid 1px !important;
}

.button:focus {
  box-shadow: none !important;
}

input:focus {
  box-shadow: none !important;
}

.is-nav-wrapped {
  border-top: 3px solid #00bf6f;
  padding-top: 8px;
}

.tabs.is-centered.mb-3 ul li {
  width: 100%;
}

.level.has-fullwidth .navbar-item:first-child {
  padding-left: 0px;
}

@media screen and (min-width: 1024px) {
  .navbar-start .navbar-item {
    margin-left: 25px;
  }
  input::-webkit-calendar-picker-indicator{
    display: none;
  }
  
  input[type="date"]::-webkit-input-placeholder{ 
    visibility: hidden !important;
  }
}

.button.is-hovered,
.button:hover {
  border-color: #00bf6f
}

.hp-fake-user {
  pointer-events: none !important;
}

.title-fix-parent {
  width: calc(100% - 120px);
  display: block !important;
}

.title-fix-child {
  justify-content: start;
}

.flying-checkbox-text {
  position: absolute;
  width: 300px;
  left: 18px;
  bottom: 3px;
}

input[type=checkbox] {
  accent-color: #06a764;
}

.h-36 {
  height: 36px !important;
}

.mavi-tik-class {
  margin-left: 5px;
  color: #06a764;
}

.mavi-tik-class-big {
  color: #06a764;
}

.is-underlined {
  text-decoration: underline;
}

.is-kvkk {
  color: inherit !important;
}

button {
  text-transform: lowercase !important;
}

#top-header>nav>div:nth-child(1)>div.navbar-end>div>div button {
  border-radius: 20px !important;
  margin-right: 0px !important;
  margin-left: 8px !important;
}

.button.is-active,
.button:active {
  color: inherit !important;
}

#top-header>nav>div:nth-child(1)>div.navbar-start>div>form>div>div.dropdown.is-left.is-hoverable>div.dropdown-trigger>p>span {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;

}

#top-header>nav>div:nth-child(1)>div.navbar-start>div>form>div>p>button {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.kayit-css,
.giris-css {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.not-right a {
  margin-bottom: 0px !important;
  margin-left: 8px;
}

@media (max-width: 767px) { /* Adjust the max-width value based on your breakpoint for mobile devices */
  .not-right a {
    margin-right: 8px;
  }
}


@media screen and (max-width: 769px) {
  .not-right {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
  }
}

.column.is-6,
.column.is-6-tablet {
  flex: auto;
}

@media screen and (max-width: 400px) {
  .is-hidden-400 {
    display: none;
  }
  .is-show-400 button{
    padding: 1em !important;
  }
}

@media screen and (min-width: 400px) {
  .is-show-400 {
    display: none;
  }
}

.second-hide{
  margin-right: 0px !important;
}

.header-user-nickname{
 margin-left: 8px;
}

.login-form a, .register-form a, .reset-form a, .new-activation-form a{
  margin-bottom: 12px;
  background-color: unset !important;
  display: flex;
}

.sembol-css{
  font-size: 90px;
}

.sembol-alt-css{
  font-size:18px;
}

.right-top-icon{
 pointer-events: none;
}

.fix-register-kvkk{
 display:flex!important;
}

#top-header>nav>div:nth-child(1)>div.navbar-end>div>div>div.is-block>div>button{
 margin: 0px !important;
 border-radius: 0px !important;
}

.notification-main{ 
  overflow:hidden;
}

#footer-id > div.level-left.has-border-bottom-mobile > div {
  text-align: center;
}

.button{
  transition: all 0.3s ease;
}

body > div.modal > div.modal-content.width-420-desktop > div > div > div > div.login-form > div.field.mt-1.mb-1 > p > button{
  color: rgb(0 0 0 / 45%) !important;
}

body > div.modal > div.modal-content.width-420-desktop > div > div > div > div.login-form > div.field.mt-0 > p > button{
  color: rgb(0 0 0 / 45%) !important;
}

.content img{
  width: 100%;
  height: auto;
}

.devamini-oku-button-class{

}

.iziToast-message{
  color: white !important;
}

.iziToast-icon, .iziToast-close{
  display: none !important;
}

.iziToast-body{
  margin: 0 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  width: max-content !important;
}

.iziToast{
  padding: 8px 8px 8px 0 !important
}

@media (max-width: 991px) {
  #dropdown-menu5, #sol-load > div.has-text-centered.is-flex.mt-3 > div > button > span.icon{
      display: none;
  }
}

#tematik{
  margin-top: -3px;
}

#hype_swup > label{
  color: aaaaaa;
  font-size: 13px;
}

.approved-answer-svg{
  position: absolute;
  top: 10px;
  left: 10px;
}

.approved-answer-svg rect{
  fill: #edfff5!important;
}

article{
  position: relative;
}

.msger-header-title{
  color: black;
}

.onayli-yanit{
    padding-top: 3rem !important;
    background-color: #edfff5;
    margin-bottom: unset !important;
    border-top: none !important;
    padding-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.custom-kadir-class-sol-frame{
  margin-top: 3.5px;
  margin-bottom: 3.5px;
  padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.has-text-dark.fix-me{
  display: flex;
  align-items: center;
}

.left-frame-title{
  width: 100%;
}

.reklam-sol-frame{
  padding-right: 50px !important;
}

@media (max-width: 1023px) {
  .columns:not(.is-desktop) {
      display: block !important;
  }
}

.column.is-6, .column.is-6-tablet{
  width: 100% !important;
}

@media (max-width: 1023px) {
  .column.is-3, .column.is-3-tablet {
      width: 100% !important;
  }
}

@media (max-width: 1280px) {
  #footer-id {
    display: flex;
    flex-direction: column;
    align-content: center;
  }
}

@media (max-width: 1280px) {
  #footer-id > div.level-right.not-right {
    margin-top: 1rem;
  }
}


