@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-thumb {
  background-color: transparent;
  border: solid 3px transparent;
  border-radius: 6px;
  box-shadow: 0 0 0 10px inset #8a8a8a;
}
::-webkit-scrollbar-thumb:hover {
  box-shadow: 0 0 0 10px inset #646464;
}
::-webkit-scrollbar-track {
  background-color: #00000010;
}
::selection {
  color: #fff;
  background-color: #3f79d1;
}
:focus {
  outline: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
}
body {
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  color: #222;
  position: relative;
}
.fontbig {
  font-size: 15px;
}
.fontsmall {
  font-size: 11px;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #555;
  transition: all 0.3s;
}
a:hover {
  color: #000;
}
strong {
  font-weight: 600;
}
article,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
footer,
header,
main {
  margin: auto;
}
footer {
  margin-top: 40px;
}
.pace {
  pointer-events: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  opacity: 0.6;
  background-color: #007939;
}
.container,
.container-a,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-a,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-a,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-a,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .container-a {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-a,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 18px;
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.dark-bg {
  background: #181c22;
  margin: 30px 0 15px 0;
}
.dark,
.dark #popup > .container,
.dark .header-bottom > nav > ul > li > .sub-menu,
.dark .ticker > .ticker-head > .btn,
.dark .trend > .ticker-head > .btn,
.dark footer .category li::before,
.dark footer .desc,
.dark footer .divpi,
.dark footer .menu::before,
.dark footer .services li::before,
.open-search-content {
  background: #1c1c1c;
  color: #adadad;
}
.dark .bg-dark-2,
.dark .bg-light,
.dark .bg-light-2,
.dark .bnr,
.dark .card,
.dark .exchange > p:hover,
.dark .header-bottom > nav > ul > li > .sub-menu > li:hover,
.dark .open-nav-content .others,
.dark .trend ul li a:hover,
.dark blockquote,
.dark footer .search input,
.dark footer .tags ul li:hover {
  background: #00000030;
  color: #94999f !important;
}
.dark .header-bottom > nav > ul > li > a > i,
.dark .open-nav-content .contact > li > a > i,
.dark .open-nav-content .others > li > a > i,
.dark .open-nav-content .social-nav > li > a > i,
.dark .open-search-btn i,
.dark .open-search-content button i,
.dark .weather-top img,
.dark footer .bottom img,
.dark footer .contact li a i,
.dark footer .menu li a i,
.dark footer .search button i,
.dark footer .social li a i,
.dark header .bg-light i {
  filter: invert(70%) sepia(15%) saturate(250%) hue-rotate(180deg)
    brightness(80%) contrast(90%);
}
.dark .header-bottom > nav > .nav-btn > a,
.dark .header-bottom > nav > ul > li > .sub-menu > li > a,
.dark .header-bottom > nav > ul > li > a,
.dark .logo > h1 > a,
.dark .nav-menu,
.dark .open-nav-content .contact > li > a,
.dark .open-nav-content .menu > li > .collapse > li > a,
.dark .open-nav-content .menu > li > a,
.dark .open-nav-content .menu > li > label,
.dark .open-nav-content .others > li > a,
.dark .open-search-content input,
.dark .ticker ul li a,
.dark .ticker > ul > li > a,
.dark .trend ul li a,
.dark footer .category li a,
.dark footer .contact li a,
.dark footer .menu li a,
.dark footer .services li a,
.dark footer .tags ul li a,
.dark q {
  color: #8c8f93;
}
.dark .drop-cap:first-child::first-letter,
.dark .header-bottom > nav > .nav-btn > a:hover,
.dark .header-bottom > nav > ul > li:hover a,
.dark .header-bottom > nav > ul > li > .sub-menu > li > a:hover,
.dark .logo > h1 > a:hover,
.dark .open-nav-content .contact > li > a:hover,
.dark .open-nav-content .menu > li > .collapse > li > a:hover,
.dark .open-nav-content .menu > li > a:hover,
.dark .open-nav-content .menu > li > label:hover,
.dark .open-nav-content .others > li > a:hover,
.dark .ticker ul li a:hover,
.dark .ticker > ul > li > a:hover,
.dark .underline,
.dark footer .category li:hover a,
.dark footer .contact li:hover a,
.dark footer .menu li a:hover,
.dark footer .services li:hover a,
.dark footer .tags ul li:hover a {
  color: #dde1e6;
}
.dark .open-search-content input::placeholder,
.dark .trend > ul > li > a > span,
.dark .weather-temp span,
.dark footer .description span,
.dark footer .search input::placeholder,
.dark footer h2 {
  color: #5e646a;
}
.dark .open-nav-content,
.dark .ticker,
.dark .trend {
  background: #2a2a2a;
}
.dark .dark-switch {
  background: #464646 !important;
}
.dark .open-nav,
.dark .open-search,
.dark .open-search-content input,
.dark .open-search-content input:focus {
  background-color: #00000080 !important;
}
.dark .flash .clock::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #1120309e;
}
.dark .logo {
  filter: saturate(150%) hue-rotate(0) brightness(150%) contrast(40%);
}
.dark .header-bottom > nav > ul > li::after,
.dark .underline::after {
  background-image: url(../images/underline2.svg);
  filter: invert(70%) sepia(15%) saturate(250%) hue-rotate(180deg)
    brightness(80%) contrast(90%);
}
.dark .exchange > .ex-caret-up > span {
  color: #477658;
}
.dark .exchange > .ex-caret-down > span {
  color: #975452;
}
.dark .exchange > .ex-stop > span,
.dark .trend ul li a span {
  color: #326a3b;
}
.dark .open-search-content input:focus::placeholder,
.dark footer .search input:focus::placeholder {
  color: transparent;
}
.dark .ticker > .ticker-head > div {
  background-color: #1c4823;
  color: #bba8a8;
  animation: pulse-green-dark 2s infinite;
}
.dark .trend > .ticker-head > div {
  background-color: #1c4823;
  color: #b9b9b9;
  animation: pulse-green-dark 2s infinite;
}
.dark .bg-primary,
.dark .btn,
.dark .logo > h1 > a > span {
  background-color: #36517c;
}
.dark .bg-secondary,
.dark .btn-secondary {
  background-color: #707f99;
}
.dark .bg-danger,
.dark .btn-danger,
.dark .ticker ul li a span {
  background-color: #7c4341;
}
.dark .bg-success,
.dark .btn-success {
  background-color: #437254;
}
.dark .bg-warning,
.dark .btn-warning {
  background-color: #7c4341;
}
.dark .open-nav-content .menu > li > a,
.dark .open-nav-content .menu > li > label {
  border-bottom: solid 1px #ffffff20;
}
.dark .bg-info,
.dark .btn-info {
  background-color: #5785a9;
}
.dark .bg-dark,
.dark .btn-dark {
  background-color: #1a1a1a;
}
.dark .bg-purple {
  background-color: #7d6189;
}
.dark .text-primary {
  color: #6280af !important;
}
.dark .text-success {
  color: #6aa17e !important;
}
.dark .text-danger {
  color: #b77b79 !important;
}
.dark .text-warning {
  color: #bbb18a !important;
}
.dark footer .desc::before {
  border-bottom: 14px solid #272e37;
  box-shadow: 0 0 7px 0 #171a20;
}
.dark .dark-bg {
  background: #383838;
}
.dark .section-heading a {
  color: #919191;
}
.dark .spor {
  background-color: #324c41;
}
.dark .spor-baslik h2,
.dark .spor-list-baslik h2 {
  color: #a1bfb2;
}
.dark .spor-hero p {
  color: #8da198;
}
.dark .spor-kat {
  width: 100%;
}
.dark .widget-head {
  color: #c3a4a4;
  background: #6c4f4f;
}
.dark .gazeteler {
  border: solid 1px #565656ee;
}
.dark .ticker > .ticker-head > div > i,
.dark .trend > .ticker-head > div > i {
  filter: invert(29%) sepia(8%) saturate(2%) hue-rotate(316deg) brightness(101%)
    contrast(83%);
}
.dark .flashaber .fh-list li .secili,
.flashaber .fh-list li a:hover {
  background: #4c2a2ab8;
}
.dark .suretiket {
  background-color: #814848;
  color: #dbc9c9;
}
.dark .manset-bg h2,
.dark .surmanset h2 {
  color: #b1b1b1;
}
.dark .manset-list,
.dark .manset-list ul {
  background-color: #2a2a2a;
}
.dark .manset-tumu {
  color: #b7a9a9;
  background: #563737;
}
.dark .manset-list ul li a.secili,
.dark .manset-list ul li a:hover,
.dark .mansetkirmizi,
.dark .surkirmizi {
  color: #a13b3b;
}
.dark .onecikan {
  border: solid 1px #363636ee;
}
.dark .mansetsari,
.dark .sursari {
  color: #a37728;
}
.dark .mansetyesil,
.dark .suryesil {
  color: #458546;
}
.dark .manset-alt,
.dark .manset-ust {
  border-left: solid 2px #9b4f4f;
}
.dark .manset-kat {
  background: #643030;
}
.dark .onecikan h2 {
  color: #6c6c6c;
}
.dark .onecikan .one-num {
  background: #5a3e3e;
  color: #998b8b;
}
.dark .tools .banner img {
  opacity: 0.4;
}
.dark .yazarlar .yazar .yazar-ust .yazi-baslik {
  color: #b7b7b7;
}
.dark .yazarlar .yazar:hover .yazi-yazilar {
  background: #8b4f4f;
}
.dark .header-bottom > nav {
  background-color: #141414;
}
@media (min-width: 576px) {
  .dark .header-bottom > nav {
    background-color: #343434;
  }
}
.dark .manset-tumu:hover {
  color: #d9c6c6;
  background: #974444;
}
.dark .flashaber .fh-img img {
  opacity: 0.7;
}
.dark .owl-theme5 .owl-dots button {
  background-color: #3e3e3e !important;
}
.dark .owl-theme5 .owl-dots button.active {
  background-color: #5a5a5a !important;
}
.dark .owl-theme3 .owl-nav button.owl-next:hover,
.dark .owl-theme3 .owl-nav button.owl-prev:hover {
  background-color: #7c4747 !important;
}
figure {
  margin: 0;
  padding: 0;
}
cite {
  font-size: 12px;
  color: #555;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
q {
  display: block;
  quotes: "“" "”";
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
}
q:after,
q:before {
  font-family: Georgia, serif;
  font-size: 50px;
  line-height: 0;
  margin: 0 5px;
  vertical-align: -25px;
  color: #b0b7bf;
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
blockquote {
  position: relative;
  margin: 20px;
  padding: 15px 25px;
  background: #dfe5eb;
  border-radius: 5px;
}
blockquote::after,
blockquote::before {
  font-family: Georgia, serif;
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #5f666c;
}
blockquote:before {
  top: -15px;
  left: -15px;
  content: "\201C";
}
blockquote:after {
  float: right;
  right: -15px;
  bottom: -60px;
  content: "\201D";
}
blockquote p {
  margin: 0;
}
blockquote footer {
  padding: 0 15px 0 0;
  text-align: right;
  margin-top: 5px;
  color: #959595;
}
hr {
  border: solid 1px #eee;
  margin: 15px 0;
}
.sidebar {
  background-color: #303e4c;
}
.aside {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.btn,
button,
input,
select,
textarea {
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  transition: all 0.2s;
}
input {
  font-weight: 400;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  width: 16px;
  height: 16px;
}
button,
input[type="date"],
input[type="time"],
select {
  cursor: pointer;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #d5d5d5;
}
input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
  border: solid #3b82ec;
  border-width: 0 2px 2px 0;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #bebebe;
  transition: all 0.3s;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:active,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #212121;
  -webkit-box-shadow: 0 0 0 1008px #f7f7f7 inset;
  box-shadow: 0 0 0 1008px #f7f7f7 inset;
}
input[type="file"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="file"]::-webkit-file-upload-button {
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 13px;
  padding: 3px 6px;
  border-radius: 3px;
  background-color: #bdbdbd;
  border: 0;
  cursor: pointer;
}
input[type="date"] {
  height: 28px;
  padding: 0;
  width: 130px;
  padding: 0 0 0 10px;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #666;
}
input:requi#007939:focus,
select:requi#007939:focus,
textarea:requi#007939:focus {
  border-color: #666;
  outline: 0;
}
label {
  margin: 0 0 4px 0;
  font-size: 13px;
  cursor: pointer;
  display: block;
}
.btn {
  position: relative;
  text-align: center;
  cursor: pointer;
  border: none;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
}
.btn {
  background-color: #3b82ec;
  color: #fff;
}
.btn:hover {
  box-shadow: 0 0 20px 20px #00000030 inset;
  color: #fff;
}
.btn-success {
  background-color: #4bbf73;
}
.btn-danger {
  background-color: #007939;
}
.btn-warning {
  background-color: #f0ad4e;
}
.btn-secondary {
  background-color: #4c6883;
}
.btn-dark {
  background-color: #444;
}
.btn-info {
  background-color: #60b8fe;
}
.btn-light {
  background-color: #f5f5f5;
  color: #444;
}
.btn-white {
  background-color: #fff;
  color: #444;
}
.btn-light:hover,
.btn-white:hover {
  background-color: #3b82ec;
}
.btn > i {
  margin-right: 4px;
}
.text-primary {
  color: #3b82ec !important;
}
.text-success {
  color: #4bbf73 !important;
}
.text-danger {
  color: #e35d59 !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.text-dark {
  color: #222 !important;
}
.text-white {
  color: #fff !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
  word-break: break-word;
}
.h1,
h1 {
  font-size: calc(18px + 0.7vw);
}
.h2,
h2 {
  font-size: calc(14px + 0.7vw);
}
.h3,
h3 {
  font-size: calc(12px + 0.7vw);
}
.h4,
h4 {
  font-size: calc(9px + 0.7vw);
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 16px;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
  hyphens: auto;
}
.d-flex {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-item-start {
  align-items: flex-start !important;
}
.open {
  display: block !important;
}
header .container-a {
  padding: 0;
}
.logo img {
  width: 140px;
  /* height: 55px; */
  /* padding: 4px 5px 6px 5px; */
  display: block;
}
.ads-left,
.ads-right {
  display: none;
}
.bnr {
  border-radius: 3px;
  overflow: hidden;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.bnr span {
  font-size: 12px;
  line-height: 1;
  color: #999;
  margin: 0 5px;
}
.bnr-1160,
.bnr-1160 a,
.bnr-1160 a img,
.bnr-pop,
.bnr-pop a,
.bnr-pop a img {
  width: 100%;
}
.bnr-1160 {
  margin: 0 0 10px 0;
  height: 52px;
}
.bnr-1160 a img {
  height: 52px;
}
.bnr-160 {
  width: 160px;
  height: 400px;
  margin: 10px 0 0 0;
  flex-direction: column;
}
.bnr-160 a img {
  width: 160px;
  height: 400px;
}
.bnr-300 {
  width: 100%;
  padding: 20px;
  margin: 0 0 20px 0;
  display: block;
  text-align: center;
}
.bnr-300 a img {
  width: 300px;
  height: 300px;
}
.bnr-865 {
  margin-top: 15px;
}
.bnr-865 a img {
  width: 100%;
  height: 58px;
}

.bnr-500 {
  margin-top: 15px;
}
.bnr-500 a img {
  width: 100%;
}
@media (min-width: 576px) {
  .bnr-1160 {
    width: 500px;
    margin: 10px 0 0 0;
  }
  .bnr-1160 a img {
    width: 500px;
    height: 52px;
  }
  .bnr-865 a img {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .bnr-1160,
  .bnr-1160 a img {
    width: 680px;
    height: 70px;
  }
  .bnr-865 a img {
    width: 680px;
    height: 79px;
  }
  .bnr-300 {
    width: 330px;
    height: 330px;
    padding: 15px;
    float: left;
    margin: 0 10px 20px 0;
  }
}
@media (min-width: 992px) {
  .bnr-1160,
  .bnr-1160 a img {
    width: 920px;
    height: 95px;
  }
  .bnr-865 a img {
    width: 920px;
    height: 106px;
  }
}
@media (min-width: 1200px) {
  .bnr-1160,
  .bnr-1160 a img {
    width: 960px;
    height: 99px;
  }
  .bnr-865 a img {
    width: 715px;
    height: 83px;
  }
  .bnr-275 {
    width: 225px;
    margin-bottom: 15px;
  }
  .bnr-275 a img {
    width: 225px;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .bnr-1160,
  .bnr-1160 a img {
    width: 1160px;
    height: 120px;
  }
  .bnr-865 a img {
    width: 865px;
    height: 100px;
  }
  .bnr-275 {
    width: 275px;
  }
  .bnr-275 a img {
    width: 275px;
    height: auto;
  }
  .bnr-300 {
    width: 300px;
    height: 300px;
    padding: 0;
    float: left;
    margin: 0 15px 0 0;
  }
}
.bnr-728,
.date,
.exchange,
.social,
.weather {
  display: none;
}
.header-bottom > nav {
  display: flex;
  justify-content: space-between;
  background-color: #ebebeb;
}
@media (min-width: 576px) {
  .header-bottom > nav {
    background-color: #f1f1f1;
  }
  .sticky-nav {
    background-color: #ffffffd1 !important;
    backdrop-filter: blur(3px);
  }
  .dark .sticky-nav {
    background-color: #2a2a2ad1 !important;
  }
  .open-nav-btn i,
  .open-search-btn i {
    filter: invert(67%) sepia(0) saturate(2641%) hue-rotate(165deg)
      brightness(92%) contrast(88%) !important;
    opacity: 0.5 !important;
  }
  .dark-switch {
    background: #d5d5d5 !important;
  }
  .logo img {
    width: 216px;
    height: 106px;
    /* padding: 15px 0 15px 0; */
    display: block;
  }
  .sticky-nav .logo img {
    width: 132px !important;
    height: auto !important;
    padding: 0 10px !important;
  }
}
.sticky-nav > ul > li > .sub-menu {
  top: 43px;
}
.header-bottom > nav > ul {
  display: none;
  margin: 0 0 0 10px;
}
.header-bottom > nav > ul > li {
  position: relative;
  cursor: pointer;
}
.header-bottom > nav > .nav-btn > .nav-menu,
.header-bottom > nav > .nav-btn > a,
.header-bottom > nav > ul > li > a {
  position: relative;
  z-index: 1;
  margin: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #222;
}
.header-bottom > nav > ul > li > .sub-menu {
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: 110;
  padding: 5px 0;
  opacity: 0;
  width: fit-content;
  box-shadow: 0 15px 15px 0 #0000001c;
  border-radius: 0 0 3px 3px;
  transition: all 0.2s ease-in;
  background: linear-gradient(0deg, #fff 80%, #f1f1f1);
}
.header-bottom > nav > ul > li > .sub-menu > li {
  padding: 5px 18px 5px 13px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}
.header-bottom > nav > ul > li > .sub-menu > li > a {
  display: block;
  white-space: nowrap;
  font-weight: 500;
}
.header-bottom > nav > ul > li > .sub-menu > li:hover {
  background-color: #f1f1f1;
  padding: 5px 13px 5px 18px;
}
.header-bottom > nav > ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header-bottom > nav > .nav-btn > a {
  opacity: 0.6;
}
.header-bottom > nav > .nav-btn > a:hover {
  opacity: 1;
}
.header-bottom > nav > .nav-btn > .nav-search {
  margin: 8px 0 8px 5px;
}
.header-bottom > nav > .nav-btn > a:hover,
.header-bottom > nav > ul > li:hover a {
  color: #000;
}
.nav-btn {
  display: flex;
  align-content: center;
  align-items: center;
}
.sticky-nav {
  position: fixed !important;
  border-radius: 0 !important;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 30px 0 #00000020;
}
.sticky-nav .logo {
  position: initial;
}
.sticky-nav .logo img {
  width: 100px;
  height: 50px;
}
.dark-switch {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 26px;
  height: 16px;
  padding: 0 4px;
  margin: 0 40px 0 auto;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  background: #939393;
}
.dark-switch > #dark-mode {
  display: none;
}
.dark-switch > .bi-moon-fill,
.dark-switch > .bi-sun-fill {
  position: absolute;
  right: -22px;
  transition: all 0.4s;
}
.dark-switch > .bi-sun-fill {
  opacity: 1;
}
.dark-switch > .bi-moon-fill {
  opacity: 0;
}
.dark .open-nav-btn i,
.dark .open-search-btn i {
  opacity: 0.5 !important;
}
.dark-switch > .dark-slider {
  background-color: #fff;
  transition: all 0.4s;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  display: inline-block;
  position: relative;
}
.dark-switch > #dark-mode:checked + .dark-slider {
  transform: translateX(8px);
  background-color: #919191;
}
@media (min-width: 576px) {
  .dark .dark-switch {
    background: #585858 !important;
  }
  .dark-switch > #dark-mode:checked + .dark-slider {
    background-color: #a1a1a1;
  }
  .dark-switch > .bi-moon-fill {
    opacity: 0;
    filter: none;
  }
  .dark .open-nav-btn i,
  .dark .open-search-btn i {
    opacity: 1 !important;
  }
}
.dark-switch > #dark-mode:checked ~ .bi-sun-fill {
  opacity: 0;
}
.dark .open-nav-btn i,
.dark-switch > #dark-mode:checked ~ .bi-moon-fill {
  opacity: 1;
}
.fontsize {
  display: none;
}
#open-nav,
#open-search {
  display: none;
}
#open-nav:checked ~ .open-nav {
  width: 100%;
}
.open-nav,
.open-search {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  z-index: 9997;
  overflow: hidden;
  background-color: #a5a5a580;
  transition: all 0.3s;
  backdrop-filter: blur(3px);
}
.open-nav-content,
.open-search-content {
  position: absolute;
  z-index: 9999;
  width: 280px;
  height: 100vh;
  padding: 20px;
  right: 0;
  overflow: overlay;
  background-color: #fff;
  box-shadow: 0 0 50px 0 #00000060;
}
.open-nav-btn label,
.open-search-btn label {
  height: 16px;
  margin: 0;
  line-height: 1;
}
.nav-menu .bi-menu {
  width: 24px;
  height: 24px;
  margin-top: -5px;
}
.open-nav-btn i,
.open-search-btn i {
  filter: invert(58%) sepia(8%) saturate(0%) hue-rotate(253deg) brightness(92%)
    contrast(86%);
}
.open-nav-btn i:hover,
.open-search-btn i:hover {
  opacity: 1;
}
.open-nav-btn .bi-x-lg {
  position: absolute;
  right: 19px;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.open-nav-btn .bi-x-lg:hover,
.open-search-btn .bi-x-lg:hover {
  transform: rotate(-180deg);
}
.open-nav-content::-webkit-scrollbar {
  width: 20px;
}
.open-nav-content::-webkit-scrollbar-thumb {
  border: solid 7px transparent;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 10px #3c50642b;
}
.open-nav-content::-webkit-scrollbar-track {
  background-color: transparent;
}
#open-search:checked ~ .open-search {
  height: 100vh;
}
.open-search {
  width: 100%;
  height: 0;
}
.open-search-content {
  width: 240px;
  height: 138px;
  padding: 0;
  border-radius: 5px;
  box-shadow: none;
  position: relative;
  overflow: initial;
  background: 0 0;
}
.open-search-content form,
footer .search form {
  position: relative;
}
.open-search-btn {
  position: absolute;
  top: -25px;
  right: 15px;
}
.open-search-btn i {
  width: 18px;
  height: 18px;
}
.open-search-content input,
footer .search input {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 50px 10px 15px;
  border: none;
  border-radius: 50px;
  background-color: #f9f9f9;
  box-shadow: 0 30px 15px -20px #00000030;
}
.open-search-content input:focus {
  background-color: #f9f9f9;
}
.open-search-content input:focus::placeholder,
footer .search input:focus::placeholder {
  color: #f9f9f9;
}
.open-search-content button,
footer .search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 37px;
  opacity: 0.4;
  background: 0 0 !important;
}
.open-search-content button:hover,
footer .search button:hover {
  box-shadow: none;
  opacity: 0.8;
}
.open-search-content button i,
footer .search button i {
  margin: 0;
  width: 18px;
  height: 18px;
}
.open-nav-close {
  position: absolute;
  z-index: 9998;
  width: 100%;
  height: 100%;
  cursor: inherit;
}
.ticker,
.trend {
  display: flex;
  align-items: center;
  height: 36px;
}
.ticker {
  width: 100%;
  position: relative;
  text-align: left;
  background: #282828;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .ticker {
    background: #202020;
  }
}
.ticker-head {
  width: 38px;
}
.ticker ul,
.trend ul {
  list-style: none;
  padding: 0 10px 0 3px;
  margin: 0;
}
.ticker ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticker ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #c9c9c9;
  letter-spacing: -0.4px;
  line-height: 26px;
}
.ticker ul li a span {
  color: #007939;
  width: 6px;
  height: 6px;
  background: #007939;
  display: inline-block;
  border-radius: 3px;
  margin: 2px;
}
.ticker ul li a:hover {
  color: #fff;
}
.ticker ul li a img {
  width: auto !important;
  height: 26px !important;
  max-width: 50px;
  border-radius: 5px;
  margin: 0 6px 0 0;
  float: left;
}
.ticker ul li a i {
  width: 12px;
  height: 12px;
  opacity: 0.7;
}
.ticker > .ticker-head > div,
.trend > .ticker-head > div {
  width: max-content;
  padding: 2px 5px;
  margin: 0 10px 0 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #007939;
  animation: pulse-green 2s infinite;
  border-radius: 3px;
}
.ticker > .ticker-head > div > i,
.trend > .ticker-head > div > i {
  margin: 0;
}
.ticker > .ticker-head > div > span,
.trend > .ticker-head > div > span {
  display: none;
}
.ticker > .ticker-head > .btn,
.trend > .ticker-head > .btn {
  margin: 0 2px;
  padding: 0 5px;
  font-size: 11px;
  color: #d38b41;
  background-color: #fff;
}
.ticker > .ticker-head > .btn:hover,
.trend > .ticker-head > .btn:hover {
  color: #fff;
  background-color: #ebb55b;
  box-shadow: none;
}
.flash > span {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  top: -5px;
  border-radius: 50%;
}
.clock,
.trend {
  display: none;
}
.flasm,
.flasm .row,
.flasm .row .col-12 {
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .flasm {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .flasm .row {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .flasm .row .col-12 {
    margin-top: 18px;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f5f5f5;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 5px;
}
.card-body {
  padding: 20px;
}
.card-footer,
.card-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-footer h3,
.card-header h3 {
  font-size: 16px;
  margin: 0;
}
.card-footer span,
.card-header span {
  font-size: 12px;
  vertical-align: baseline;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 5px !important;
}
.p-2 {
  padding: 10px !important;
}
.p-3 {
  padding: 15px !important;
}
.p-4 {
  padding: 20px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 15px !important;
}
.pt-4 {
  padding-top: 20px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 5px !important;
}
.pr-2 {
  padding-right: 10px !important;
}
.pr-3 {
  padding-right: 15px !important;
}
.pr-4 {
  padding-right: 20px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 15px !important;
}
.pb-4 {
  padding-bottom: 20px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 5px !important;
}
.pl-2 {
  padding-left: 10px !important;
}
.pl-3 {
  padding-left: 15px !important;
}
.pl-4 {
  padding-left: 20px !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 5px !important;
}
.m-2 {
  margin: 10px !important;
}
.m-3 {
  margin: 15px !important;
}
.m-4 {
  margin: 20px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 15px !important;
}
.mt-4 {
  margin-top: 20px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
.mb-4 {
  margin-bottom: 20px !important;
}
.mb-5 {
  margin-bottom: 80px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 15px !important;
}
.mr-4 {
  margin-right: 20px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 15px !important;
}
.ml-4 {
  margin-left: 20px !important;
}
.border-top {
  border-top: solid 1px #eee;
}
.border-right {
  border-right: solid 1px #eee;
}
.border-bottom {
  border-bottom: solid 1px #eee;
}
.border-left {
  border-left: solid 1px #eee;
}
.h-100 {
  height: 100px;
}
.h-200 {
  height: 200px;
}
.h-300 {
  height: 300px;
}
.h-400 {
  height: 400px;
}
.h-500 {
  height: 500px;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-nowrap {
  white-space: nowrap !important;
}
.rounded-w {
  border-radius: 3px;
}
.rounded {
  border-radius: 10px;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 100px;
}
.rounded-0 {
  border-radius: 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.w-100 {
  width: 100%;
}
.drop-cap:first-child::first-letter {
  float: left;
  font-family: Georgia, serif;
  margin: 0 8px 0 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  color: #303e4c;
}
.badge {
  border-radius: 10px;
  padding: 1px 6px 2px 6px;
  font-size: 11px;
  letter-spacing: 0.5px;
  width: fit-content;
  color: #fff;
  background-color: #4c6883;
  display: inline-block;
}
.badge2 {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  transform: skewX(-10deg);
  background: #007939;
  padding: 3px 5px 3px 5px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.dark .badge2 {
  background: #8b4a4a;
  color: #d5d5d5;
}
.bg-primary {
  background-color: #3b82ec;
}
.bg-secondary {
  background-color: #4c6883;
}
.bg-success {
  background-color: #4bbf73;
}
.bg-danger {
  background-color: #e35d59;
}
.bg-warning {
  background-color: #f0ad4e;
}
.bg-info {
  background-color: #60b8fe;
}
.bg-light {
  background-color: #f5f5f5;
}
.bg-light-2 {
  background-color: #e9e9e9;
}
.bg-dark {
  background-color: #222;
}
.bg-dark-2 {
  background-color: #424a52;
}
.bg-white {
  background-color: #fff;
}
.bg-purple {
  background-color: #9d4bbf;
}
.bg-primary-soft {
  background-color: #deebf7;
  color: #2967c5;
}
.bg-success-soft {
  background-color: #dcf3e4;
  color: #21a14e;
}
.bg-warning-soft {
  background-color: #f9ebc7;
  color: #d7a008;
}
.bg-danger-soft {
  background-color: #f9dedd;
  color: #c53c38;
}
.blob {
  font-size: 10px;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: -5px;
  right: -10px;
  border-radius: 10px;
  color: #fff;
  height: 17px;
  min-width: 17px;
  padding: 1px 5px;
}
.blob.blue {
  animation: pulse-blue 2s infinite;
  background-color: #3b82ec;
  box-shadow: 0 0 0 0 #3b82ec;
}
.blob.green {
  animation: pulse-green 2s infinite;
  background-color: #4bbf73;
  box-shadow: 0 0 0 0 #4bbf73;
}
.blob.red {
  animation: pulse-#007939 2s infinite;
  background-color: #e35d59;
  box-shadow: 0 0 0 0 #e35d59;
}
.blob.yellow {
  animation: pulse-yellow 2s infinite;
  background-color: #f0ad4e;
  box-shadow: 0 0 0 0 #f0ad4e;
}
.blob.yellow {
  animation: pulse-yellow 2s infinite;
  background-color: #202020;
  box-shadow: 0 0 0 0 #202020;
}
@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 #3b82ec;
  }
  50% {
    box-shadow: 0 0 0 10px #00000000;
  }
  100% {
    box-shadow: 0 0 0 0 #00000000;
  }
}
@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 #007939;
  }
  50% {
    box-shadow: 0 0 0 10px #00000000;
  }
  100% {
    box-shadow: 0 0 0 0 #00000000;
  }
}
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 #e35d59;
  }
  50% {
    box-shadow: 0 0 0 10px #00000000;
  }
  100% {
    box-shadow: 0 0 0 0 #00000000;
  }
}
@keyframes pulse-yellow {
  0% {
    box-shadow: 0 0 0 0 #f0ad4e;
  }
  50% {
    box-shadow: 0 0 0 10px #00000000;
  }
  100% {
    box-shadow: 0 0 0 0 #00000000;
  }
}
@keyframes pulse-dark {
  0% {
    box-shadow: 0 0 0 0 #202020;
  }
  50% {
    box-shadow: 0 0 0 10px #00000000;
  }
  100% {
    box-shadow: 0 0 0 0 #00000000;
  }
}
.dark .blob.blue {
  animation: pulse-blue-dark 2s infinite;
  background-color: #36517c;
  box-shadow: 0 0 0 0 #36517c;
}
.dark .blob.green {
  animation: pulse-green-dark 2s infinite;
  background-color: #437254;
  box-shadow: 0 0 0 0 #437254;
}
.dark .blob.re {
  animation: pulse-red-dark 2s infinite;
  background-color: #7c4341;
  box-shadow: 0 0 0 0 #7c4341;
}
.dark .blob.yellow {
  animation: pulse-yellow-dark 2s infinite;
  background-color: #9b8e59;
  box-shadow: 0 0 0 0 #9b8e59;
}
@keyframes pulse-blue-dark {
  0% {
    box-shadow: 0 0 0 0 #36517c;
  }
  50% {
    box-shadow: 0 0 0 10px #00000000;
  }
  100% {
    box-shadow: 0 0 0 0 #00000000;
  }
}
@keyframes pulse-green-dark {
  0% {
    box-shadow: 0 0 0 0 #437254;
  }
  50% {
    box-shadow: 0 0 0 10px #00000000;
  }
  100% {
    box-shadow: 0 0 0 0 #00000000;
  }
}
@keyframes pulse-red-dark {
  0% {
    box-shadow: 0 0 0 0 #7c4341;
  }
  50% {
    box-shadow: 0 0 0 10px #00000000;
  }
  100% {
    box-shadow: 0 0 0 0 #00000000;
  }
}
@keyframes pulse-yellow-dark {
  0% {
    box-shadow: 0 0 0 0 #9b8e59;
  }
  50% {
    box-shadow: 0 0 0 10px #00000000;
  }
  100% {
    box-shadow: 0 0 0 0 #00000000;
  }
}
.open-nav-content .logo {
  display: block;
  width: 120px;
  height: auto;
}
.open-nav-content .contact,
.open-nav-content .menu,
.open-nav-content .others,
.open-nav-content .social-nav {
  margin-top: 20px;
}
.open-nav-content .menu > li > a,
.open-nav-content .menu > li > label {
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #555;
  border-bottom: solid 1px #00000020;
  transition: all 0.3s;
}
.open-nav-content .menu > li > a:hover,
.open-nav-content .menu > li > label:hover {
  color: #3f79d1;
}
.open-nav-content .menu > li > a i {
  margin-right: 5px;
}
.open-nav-content .menu > li > .collapse {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s;
}
.open-nav-content .menu > li > .collapse > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
}
.open-nav-content .menu > li > input {
  display: none;
}
.open-nav-content .menu > li > label::after {
  content: "+";
  position: absolute;
  right: 20px;
}
.open-nav-content .menu > li > input:checked ~ .collapse {
  max-height: 1000px;
  padding-top: 3px;
}
.open-nav-content .menu > li > input:checked ~ label::after {
  content: "-";
}
.open-nav-content .others {
  background: #f5f5f5;
}
.open-nav-content .others > li {
  margin: 10px 15px;
}
.open-nav-content .others > li > a {
  font-size: 13px;
  opacity: 0.7;
}
.open-nav-content .others > li > a:hover,
.open-nav-content .others > li > a:hover i {
  opacity: 1;
}
.open-nav-content .others > li > a > i {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  opacity: 0.7;
}
.open-nav-content .contact > li {
  font-size: 13px;
  margin: 8px 0;
}
.open-nav-content .contact > li:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
}
.open-nav-content .contact > li > a > i {
  opacity: 0.4;
}
.open-nav-content .social-nav {
  justify-content: flex-start;
}
.open-nav-content .social-nav > li {
  margin: 5px 10px 5px 0;
}
.open-nav-content .social-nav > li > a > i {
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
.open-nav-content .social-nav > li > a:hover {
  opacity: 0.7;
}
footer .logo {
  position: inherit;
  width: 120px;
  height: auto;
  display: block;
}
footer .description {
  font-size: 14px;
  font-weight: 300;
  color: #84898f;
  margin: 5px 15px 5px 15px;
}
footer .description span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #323232;
}
footer .search {
  display: none;
}
footer .social {
  position: relative;
  height: inherit;
  width: inherit;
  justify-content: inherit;
}
footer .social li {
  margin: 0 8px 0 0;
  opacity: 1;
}
footer .social li a {
  margin: 0;
}
footer .social li:hover {
  opacity: 1;
}
footer .social li a i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  opacity: 1 !important;
}
footer h2 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  letter-spacing: -0.2px;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #4e4e4e;
}
footer .category li,
footer ul li {
  position: relative;
  font-size: 12px;
  margin: 2px 0;
  padding: 2px 0;
  transition: all 0.3s;
}
footer .category li {
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .category li:hover a,
footer ul li:hover a {
  color: #000;
}
footer .category li::before,
footer .services li::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-radius: 2px;
  background: #d6d6d6;
  transition: all 0.2s;
}
footer .category li:hover::before,
footer .services li:hover::before {
  width: 8px;
  height: 8px;
  left: -12px;
}
footer .menu {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
footer .menu li {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 7px 0;
  border-bottom: solid 1px #00000020;
  cursor: pointer;
}
footer .menu li:last-child {
  border-bottom: none;
}
footer .menu li a i {
  opacity: 0.5;
  margin-right: 4px;
}
footer .menu li:hover a i {
  opacity: 1;
}
footer .menu li a {
  display: block;
}
footer .contact {
  padding: 0 5px 0 5px;
}
footer .contact li {
  margin: 7px 0;
  padding: 0 0 0 18px;
  font-size: 12px;
}
footer .contact li a i {
  position: absolute;
  opacity: 0.4;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
}
footer .contact li:hover a i {
  opacity: 1;
}
footer .tags ul {
  height: 170px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 15px 0 10px 0;
}
footer .tags ul li {
  font-size: 11px;
  margin: 1px 5px 5px 0;
  padding: 2px 6px;
  border: solid 1px #00000020;
  border-radius: 20px;
  cursor: pointer;
}
footer .tags ul li:hover {
  background: #fff;
}
footer .tags ul li span {
  color: #698fc9;
  margin-right: 1px;
}
footer .bottom a {
  line-height: 1;
}
footer .bottom {
  position: relative;
  font-size: 12px;
  padding: 15px 0;
  color: #a6b1bd;
}
footer .bottom ul li {
  padding: 0;
  margin: 0 0 5px 0;
}
footer .bottom ul li a {
  font-size: 12px;
  color: #a6b1bd;
}
footer .bottom ul li a:hover {
  color: #fff;
}
footer .bottom p {
  margin: 15px 0 0 0;
  border-top: solid 1px #5a5e62;
  padding: 15px 0 0 0;
}
footer .bottom p a {
  color: #a6b1bd;
}
footer .bottom p a:hover {
  color: #fff;
}
footer .bottom img {
  opacity: 1;
  transition: all 0.3s;
}
footer .bottom img:hover {
  opacity: 0.8;
}
footer .divpi {
  position: absolute;
  right: -10px;
  bottom: 106px;
  margin: 0 5px 0 0;
  padding: 12px 15px 12px 15px;
  background: #e9e9e9;
  box-shadow: 0 40px 40px 0 #0000008c;
  border-radius: 0 0 3px 3px;
}
footer .desc {
  position: relative;
  overflow: hidden;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 11px;
  color: #8f8f8f;
  background: #fff;
}
footer .desc strong {
  color: #424a52;
}
footer .desc::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 14px solid #f5f5f5;
  border-right: 14px solid transparent;
  box-shadow: 0 0 7px 0 #d7d7d7;
}
.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 10px 20px;
  font-size: 12px;
  text-align: center;
  color: #eee;
  background: #333a40b8;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 30px 0 #00000030;
}
.cookiebar-close,
.cookiebar-detail {
  font-size: 11px;
  font-weight: 400;
  margin: 5px;
  padding: 3px 10px;
  border-radius: 2px;
  display: inline-block;
}
.cookiebar-close i,
.cookiebar-detail i {
  width: 12px;
  height: 12px;
  margin: 1px -2px 1px 2px;
}
.underline {
  position: relative;
  z-index: 1;
}
.underline::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: -5px;
  right: -4px;
  height: 6px;
  border-radius: 10px;
  background-image: url(../images/underline.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#gototop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #c8cacd;
  cursor: pointer;
  padding: 11px 10px;
  border-radius: 4px;
  line-height: 1;
  opacity: 0.5;
}
#gototop:hover {
  opacity: 0.8;
}
#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #a5a5a580;
  backdrop-filter: blur(3px);
  z-index: 9999;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#popup > .container {
  width: 80%;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 60px -30px #000;
  position: relative;
}
#popup > .container > img {
  width: 100%;
  height: auto;
  max-height: 450px;
}
#closeButton {
  width: 100%;
  position: absolute;
  border: none;
  outline: 0;
  background-color: transparent;
  text-align: right;
  margin-top: -46px;
  padding-right: 15px;
}
#closeButton i {
  width: 24px;
  height: 24px;
}
#closeButton:hover i {
  transform: rotate(-180deg);
}
.post-item {
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #0002;
  transition: all 0.3s;
  height: 100%;
}
.post-item:hover {
  box-shadow: 0 20px 20px -10px #00000020;
}
.post-img {
  overflow: hidden;
  position: relative;
}
.post-img img {
  border-bottom: solid 3px #ddd;
  transition: all 0.6s;
}
.dark .post-img img {
  opacity: 0.6;
}
.post-item:hover .post-img img {
  opacity: 0.8;
}
.post-item:hover .post-title a {
  color: #007939;
}
.post-item:hover .post-img img {
  border-bottom: solid 3px #007939;
}
.post-body {
  position: relative;
  margin: 12px 20px 15px 20px;
}
.post-body .post-reporter {
  position: absolute;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  top: -36px;
  left: -10px;
}
.post-body .reporter-img {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border: solid 2px #007939;
  margin-top: -4px;
}
.post-body .post-reporter span {
  background: #007939;
  padding: 1px 6px 1px 16px;
  margin-left: -10px;
  border-radius: 0 2px 2px 0;
  color: #fff;
}
.post-body .reporter-img img {
  height: 50px;
  width: auto;
  max-width: 50px;
  max-height: 50px;
  border-radius: 3px;
}
.post-body .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.post-body .post-title a {
  color: #3a3a3a;
  transition: all 0.3s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  letter-spacing: -0.5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.post-body .post-text {
  margin: 0 0 7px 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 13px;
}
.post-body .post-meta {
  cursor: context-menu;
  display: flex;
  justify-content: space-between;
}
.post-body .post-date {
  font-size: 11px;
  font-weight: 500;
  color: #7c7c7c;
}
.post-body .post-date i {
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.post-body .post-share {
  cursor: pointer;
}
.post-body .post-share i {
  opacity: 0.4;
}
.post-body .post-share:hover i {
  opacity: 1;
}
.post-body .share-open {
  position: absolute;
  bottom: 20px;
  right: -3px;
  overflow: hidden;
  height: 0;
  width: 24px;
  display: block;
  transition: all 0.3s;
  background: #fff;
}
.post-body .share-open i {
  width: 20px;
  height: 20px;
  margin: 0 0 4px 0;
  border-radius: 3px;
  opacity: 1;
}
.post-body .share-open i:hover {
  opacity: 0.8;
}
.post-body .post-share:hover .share-open {
  height: 74px;
}
.dark .post-body .post-title a {
  color: #979797;
}
.dark .post-text a {
  color: #777;
}
.dark .post-body:hover .post-title a {
  color: #bebebe;
}
.dark .post-body .share-open,
.dark .post-item {
  background-color: #303030;
}
.dark .post-body .post-date i,
.dark .post-body .post-share i {
  filter: invert(70%) sepia(15%) saturate(250%) hue-rotate(180deg)
    brightness(80%) contrast(90%);
}
.dark .post-body .post-date i {
  opacity: 1;
}
.dark .post-body .post-reporter span {
  background-color: #814040;
  color: #d3d3d3;
}
.dark .post-body .reporter-img {
  border: solid 2px #814040;
}
.dark .widget-bg {
  background: #464646;
}
.dark .most-popular-title ul li:first-child a.selected,
.dark .most-popular-title ul li:last-child a.selected {
  background-color: #4c2929;
  color: #ad9e9e;
}
.dark .most-popular-title ul li:first-child a,
.dark .most-popular-title ul li:last-child a {
  background-color: #703d3d;
  color: #b7a5a5;
}
.dark .most-date-tabs-content {
  background-color: #0a0a0a;
}
.dark .cok-img h3 {
  border-radius: 0;
}
.dark .most-date-tabs-content ul li a {
  border-bottom: 1px solid #3c3c3c;
  color: #898989;
}
.dark .puandurumu {
  background-color: #323232;
}
.dark .puandurumu tr:nth-child(even) {
  background-color: #424242;
}
.dark .puandurumu th {
  background-color: #47647c;
  color: #d5d5d5;
}
.dark .widget {
  border: solid 1px #484848ee;
}
.dark .roportaj {
  background: #404040;
}
.dark .anket ul li:hover label,
.dark .gazeteler ul li a:hover,
.dark .most-date-tabs-content ul li a:hover {
  color: #8f3d3d;
}
.dark .cok-img h3 a,
.dark .most-date-tabs ul li a,
.dark .most-date-tabs ul li a.selected,
.most-date-tabs ul li a:hover {
  color: #818181;
}
.dark .anasayfa {
  opacity: 0.6;
}
.dark .roportaj .rop-ust-bas h3 {
  border-left: solid 5px #933f3f;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.dark .anket ul li label input:checked ~ .checkmark,
.dark .roportaj .rop-num {
  background: #7e3e3e;
  color: #998b8b;
}
.dark .roportaj .rop-baslik h2 a {
  color: #a3a3a3;
}
.dark .roportaj .rop-baslik h2 a:hover {
  color: #dadada;
}
.dark .anket ul li {
  border-bottom: solid 1px #303030;
}
.dark .anket h3 {
  border-left: solid 3px #6a3a3a;
  color: #8b8b8b;
}
.dark .anket ul li label .checkmark {
  background-color: #3e3e3e;
}
.dark .gazeteler ul li a:hover img {
  border: solid 1px #8b3d3d;
}
.dark .anket img,
.dark .banner-ic,
.dark .flashaber .fh-img img,
.dark .flashaber img,
.dark .manset-list ul li a.secili::before,
.dark .manset-list ul li a:hover::before,
.dark .onecikan .one-head i,
.dark .owl-carousel .owl-item img,
.dark .roportaj .rop-ust img,
.dark .spor-hero img,
.dark .surmanset img {
  opacity: 0.6 !important;
}
.dark .spor-hero .spor-baslik {
  background: #1b3429;
}
.dark .section-heading::before,
.dark .videolar .video-list .video-list-ic .video-list-ust .video-play,
.dark .videolar .video-manset .video-manset-ust .video-play {
  background-color: #853636;
}
.dark .spor .section-heading::before {
  background-color: #688176;
}
.dark .post-item:hover .post-img img {
  border-bottom: solid 3px #814040;
}
.dark .manset-img img {
  opacity: 0.7;
}
.dark .mansetmavi,
.dark .surmavi {
  color: #4984a7;
}
.dark .videolar .video-manset .video-baslik h2 {
  color: #999;
}
.pagination li a {
  margin: 3px;
  padding: 4px 9px;
  border: solid 1px #f5f5f5;
  min-width: 30px;
  text-align: center;
  border-radius: 3px;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 500;
}
.pagination li a:hover {
  background: #e6e6e6;
}
.pagination .dots {
  margin: 5px;
  border: none;
  background: 0 0;
}
.pagination .currentpage a {
  background-color: #6a7583;
  border: solid 1px #6a7583;
  color: #fff;
}
.pagination .currentpage a:hover {
  background-color: #48505a;
  border: solid 1px #48505a;
}
.dark .pagination li a {
  border: solid 1px #44505e;
  background: #44505e;
  color: #bebebe;
}
.dark .pagination li a:hover {
  background: #6a7583;
  border: solid 1px #6a7583;
  color: #dbdbdb;
}
.dark .pagination .currentpage a {
  background-color: #76828f;
  border: solid 1px #76828f;
  color: #d9d9d9;
}
.dark .pagination .currentpage a:hover {
  background-color: #929ca8;
  border: solid 1px #929ca8;
  color: #e9e9e9;
}
.page-head {
  position: relative;
}
.page-head::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  bottom: 5px;
  z-index: -1;
  left: 0;
  border-bottom: solid 1px #ededed;
}
.dark .page-head::before {
  border-bottom: solid 1px #303030;
}
.page-head h2 {
  position: relative;
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
  z-index: 1;
  width: fit-content;
  color: #303030;
}
.dark .page-head h2 {
  color: #bb7b7b;
}
.page-head h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 8px);
  height: 14px;
  bottom: 4px;
  left: -4px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background: #ebebeb;
  transform: skew(10deg, -4deg);
}
.page-head h2 span {
  font-weight: 300;
  color: #707070;
}
.dark .page-head h2 span {
  color: #817878;
}
.dark .page-head h2::before {
  background: #4c3434;
}
.contact-c h3 {
  font-size: 17px;
  letter-spacing: -0.5px;
}
.contact-c h3 i {
  margin-top: -3px;
}
.contact-c .share {
  display: flex;
}
.contact-c .contact li {
  margin: 0 0 7px 0;
  border-bottom: dotted 1px #efefef;
  padding: 0 0 7px 0;
}
.dark .contact-c .contact li {
  border-bottom: dotted 1px #3c3c3c;
}
.contact-c .contact li a {
  font-size: 14px;
}
.dark .contact-c .contact li a:hover {
  color: #727272;
}
.contact-c .contact li i {
  width: 14px;
  height: 14px;
  opacity: 0.6;
}
.dark .contact-c .contact li i,
.dark .contact-c h3 i {
  filter: invert(32%) sepia(0) saturate(3118%) hue-rotate(193deg)
    brightness(91%) contrast(78%);
}
.contact-c form input,
.contact-c form textarea {
  width: 100%;
}
.dark .contact-c form input,
.dark .contact-c form textarea {
  background: #141414;
  border: 1px solid #3e3e3e;
  color: #b7b7b7;
}
.contact-c form textarea {
  height: 100px;
}
.contact-c .share {
  margin-top: 15px;
}
.contact-c .share li {
  margin-right: 10px;
}
.contact-c .share li a i {
  width: 26px;
  height: 26px;
  border-radius: 3px;
}
.dark .contact-c iframe {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 280px) {
  .ticker ul {
    max-width: 230px;
  }
}
@media (min-width: 360px) {
  .ticker ul {
    max-width: 310px;
  }
  .open-search-content {
    width: 320px;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  header .container-a {
    padding-right: 20px;
    padding-left: 20px;
  }
  .date,
  .social {
    width: 50%;
  }
  .date {
    display: block;
    text-align: left;
    font-size: 12px;
    margin: 10px 0;
    cursor: context-menu;
    position: relative;
    transition: all 0.3s;
  }
  .social {
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .social a {
    margin-left: 5px;
  }
  .social a:hover {
    opacity: 0.7;
  }
  .social i {
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
  .logo {
    position: absolute;
    top: -108px;
    left: 0;
    margin: 0 auto 0 0;
    transform: scale(1);
  }
  .weather {
    display: block;
    width: 190px;
    margin: 10px 0 10px auto;
    height: 90px;
    padding: 5px 0;
  }
  .weather-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
  .weather-top img {
    position: relative;
    width: 70px;
    height: 70px;
    margin: -25px 0 -15px -30px;
  }
  .weather-info {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .weather-desc span {
    font-weight: 500;
    text-transform: lowercase;
  }
  .weather-temp {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
  }
  .weather-temp span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #999;
  }
  .weather-bottom,
  .weather-desc {
    font-size: 11px;
    text-align: right;
  }
  .header-bottom > nav {
    position: relative;
    border-radius: 3px 3px 0 0;
  }
  .fontsize {
    display: flex;
    width: fit-content;
    height: 22px;
    border: solid 0 #d9d9d9;
    border-radius: 3px;
    overflow: hidden;
  }
  .fontsize input {
    display: none;
  }
  .fontsize label {
    text-align: center;
    margin: 0;
    padding: 1px 0;
    width: 28px;
    height: 100%;
    border-right: solid 1px #00000020;
  }
  .fontsize label:hover span {
    color: #3f79d1;
  }
  .fontsize label:last-child {
    border: none;
  }
  .fontsize label span {
    font-size: 11px;
    font-weight: 500;
    color: #777;
  }
  .dark-switch {
    margin: 0 40px 0 20px;
  }
  .nav-btn {
    margin: 0 0 0 5px;
  }
  .ticker-head {
    width: 105px;
  }
  .ticker {
    border-radius: 0 0 3px 3px;
    padding: 0;
  }
  .ticker > .ticker-head > div,
  .trend > .ticker-head > div {
    padding: 2px 10px;
    border-radius: 0;
  }
  .ticker > .ticker-head > div > i,
  .trend > .ticker-head > div > i {
    margin: 0 3px 0 0;
  }
  .ticker > .ticker-head > div > span,
  .trend > .ticker-head > div > span {
    display: block;
  }
  .ticker ul {
    max-width: 390px;
  }
  footer .description {
    font-size: 15px;
    text-align: left;
    margin: 0 0 0 20px;
    max-width: 600px;
  }
  .open-nav-content {
    width: 320px;
  }
  .open-search-content {
    height: 138px;
    width: 600px;
    padding: 40px;
  }
  .open-nav-content .logo {
    position: relative;
    top: 0;
    margin: 0;
  }
  .open-search-btn {
    top: 55px;
    right: 9px;
  }
  .open-search-btn i {
    width: 24px;
    height: 24px;
  }
  .open-search-content input,
  footer .search input {
    font-size: 18px;
    padding: 15px 50px 15px 25px;
  }
  .open-search-content button,
  footer .search button {
    right: 5px;
    height: 57px;
  }
  .open-search-content button i,
  footer .search button i {
    margin: 0;
    width: 24px;
    height: 24px;
  }
  .sticky-nav .fontsize {
    margin: 0 0 0 auto;
  }
  #popup > .container {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .date,
  .social {
    width: 25%;
  }
  .exchange {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 22px;
    font-size: 12px;
    font-weight: 500;
  }
  .exchange > p {
    margin: 0 3px;
    padding: 3px 7px;
    border-radius: 2px;
    line-height: 1.4;
    cursor: context-menu;
    letter-spacing: -0.5px;
    transition: all 0.3s;
  }
  .exchange > p:hover {
    background: #fff;
  }
  .exchange > p > i {
    width: 10px;
    height: 10px;
    margin-top: -2px;
  }
  .exchange > .ex-caret-up > span {
    color: #4bbf73;
  }
  .exchange > .ex-caret-down > span {
    color: #e35d59;
  }
  .exchange > .ex-stop > span {
    color: #3f79d1;
  }
  .ticker-head {
    width: 170px;
  }
  .ticker ul {
    max-width: 500px;
  }
  .ticker ul li {
    margin: 0 0 0 5px;
  }
  footer .tags ul {
    height: 110px;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .date,
  .social {
    width: 20%;
  }
  .exchange {
    display: flex;
    width: 60%;
  }
  .bnr-728,
  footer .bottom ul {
    display: flex;
  }
  .bnr-728 {
    width: 728px;
    height: 90px;
    margin: 10px 0;
    margin: 10px 0 10px auto;
  }
  .bnr-728 a img {
    width: 728px;
    height: 90px;
  }
  .weather {
    display: none;
  }
  .ticker ul {
    max-width: 760px;
  }
  footer .search {
    display: block;
  }
  footer .search input {
    width: 215px;
    padding: 8px 50px 8px 25px;
    font-size: 14px;
    box-shadow: 0 20px 15px -15px #00000010;
  }
  footer .search input:focus {
    box-shadow: 0 20px 15px -15px #00000030;
    width: 270px;
  }
  footer .search button {
    height: 37px;
    top: -1px;
    right: 0;
  }
  footer .search button i {
    width: 18px;
    height: 18px;
  }
  footer h2 {
    font-size: 18px;
    width: calc(100% - 30px);
  }
  footer .category li,
  footer ul li {
    font-size: 13px;
  }
  footer .bottom ul li {
    margin: 0 30px 4px 0;
  }
  footer .bottom ul li::after {
    content: "";
    margin-left: 15px;
    position: absolute;
    top: 3px;
    width: 1px;
    height: 14px;
    background-color: #647283;
  }
  footer .bottom ul li:last-child::after {
    width: 0;
  }
  footer .bottom p {
    margin: 0;
    text-align: left;
    padding: 0;
    border: none;
  }
  footer .divpi {
    right: 0;
    bottom: 0;
    padding: 8px 15px 5px 15px;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .date,
  .social {
    width: 15%;
  }
  .exchange {
    display: flex;
    width: 70%;
  }
  .ticker {
    border-radius: 0 0 0 3px;
  }
  .trend {
    display: flex;
    background: #007939;
    justify-content: flex-end;
    border-radius: 0 0 3px 0;
  }
  .trend > ul {
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    justify-content: flex-end;
  }
  .trend ul li a {
    margin: 0;
    color: #cbffd4;
    font-weight: 500;
    font-size: 12px;
    padding: 1px 6px 2px 6px;
    border-radius: 2px;
  }
  .trend ul li a:hover {
    color: #00560f;
    background: #9bd9af;
  }
  .trend ul li a span {
    color: #52b76c;
  }
  .trend > .ticker-head > div {
    margin: 0 8px 0 auto;
    background-color: #202020;
    animation: pulse-dark 2s infinite;
  }
  .trend > .ticker-head > .btn {
    color: #89b0cd;
  }
  .trend > .ticker-head > .btn:hover {
    background-color: #90bfe1;
  }
  .header-bottom > nav > ul {
    display: flex;
  }
  .flash,
  .header-bottom > nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .header-bottom > nav > ul > li::after {
    content: "";
    position: absolute;
    width: calc(100% - 22px);
    transform: scaleX(0);
    height: 6px;
    bottom: 9px;
    left: 12px;
    margin-left: -2px;
    border-radius: 5px;
    transform-origin: bottom right;
    transition: transform 0.15s ease-out;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  .header-bottom > nav > ul > li:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .header-bottom > nav > ul > li > a > i {
    margin: 0 5px 0 0;
    opacity: 0.7;
  }
  .header-bottom > nav > ul > li > a > .bi-chevron-down {
    margin: 0 0 0 2px;
    width: 10px;
    height: 10px;
  }
  .header-bottom > nav > ul > li > a > .badge {
    position: absolute;
    z-index: 1;
    top: -14px;
    right: -8px;
    padding: 0 4px;
    border-radius: 2px;
    font-size: 10px;
  }
  .header-bottom > nav > .nav-btn > .nav-menu {
    margin: 8px 10px;
  }
  .ticker,
  .trend {
    width: 50%;
  }
  .ticker ul,
  .trend ul {
    max-width: 280px;
  }
  .clock {
    display: block;
  }
  .sticky-nav .logo {
    margin: 0;
  }
  footer .search input {
    width: 190px;
  }
  footer h2::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -4px;
    bottom: -4px;
    width: 100%;
    height: 11px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-image: url(../images/underline2.svg);
    opacity: 0.1;
  }
  footer .menu {
    padding: 0 10px;
    margin: 0 10px 0 0;
  }
  footer .menu::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: calc(100% + 86px);
    background: #fff;
    z-index: -1;
  }
  footer .menu li {
    margin: 0 17px;
  }
  footer .tags ul {
    height: 200px;
  }
  .ads-container {
    display: block;
  }
  .ads-left,
  .ads-right {
    display: block;
    position: absolute;
    top: 38px;
  }
  .ads-left {
    left: 50%;
    margin-left: -657px;
  }
  .ads-right {
    right: 50%;
    margin-right: -657px;
  }
  .cookie-message {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cookiebar-detail {
    margin: 5px 5px 5px 10px !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .header-bottom > nav > .nav-btn > .nav-menu,
  .header-bottom > nav > .nav-btn > a,
  .header-bottom > nav > ul > li > a {
    margin: 8px 13px 8px 10px;
    font-size: 14px;
  }
  .weather {
    display: block;
    margin: 10px 20px 10px auto;
  }
  .bnr-728 {
    margin: 10px 0;
  }
  .ticker ul,
  .trend ul {
    max-width: 380px;
  }
  footer .search input {
    width: 223px;
  }
  .cookie-message {
    padding: 5px 20px;
  }
  .ads-left {
    margin-left: -760px;
  }
  .ads-right {
    margin-right: -760px;
  }
}
.arama-secim {
  position: absolute;
  display: flex;
  top: -20px;
  line-height: 1;
  align-items: center;
  align-content: center;
  color: #fff;
}
.dark .arama-secim {
  color: #a3a3a3;
}
.arama-secim input {
  width: fit-content;
  padding: 0;
  margin: 0 3px 0 0;
}
.arama-secim label {
  margin: 0 7px 0 0;
}
.flashaber {
  display: none;
}
.flashaber,
.surmanset {
  position: relative;
}
.flashaber .fh-img img {
  width: 100%;
}
.flashaber .fh-list {
  display: none;
}
.owl-theme5 .owl-nav {
  display: none;
}
.owl-theme5 .owl-dots {
  display: flex;
  justify-content: center;
  margin: 8px 0;
  position: relative;
  z-index: 1;
}
.owl-theme5 .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c5c5c5 !important;
}
.owl-theme5 .owl-dots button.active {
  background-color: #8a8a8a !important;
}
.anamanset-owl .item {
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .flashaber-owl .item {
    border-radius: 3px;
    overflow: hidden;
  }
  .owl-theme5 .owl-dots {
    margin: 12px 0 8px 0;
  }
}
@media (min-width: 992px) {
  .owl-theme5 .owl-nav {
    display: block;
  }
  .owl-theme5 .owl-nav button.owl-next,
  .owl-theme5 .owl-nav button.owl-prev {
    background-color: #ffffff85 !important;
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: -2px;
    padding: 10px 8px !important;
    margin-top: -32px !important;
    font-size: 16px !important;
    border-radius: 0 3px 3px 0;
  }
  .owl-theme5 .owl-nav button.owl-next {
    background-color: #ffffff85 !important;
    right: -2px;
    left: inherit;
    border-radius: 3px 0 0 3px;
  }
  .owl-theme5 .owl-nav button.owl-next:hover,
  .owl-theme5 .owl-nav button.owl-prev:hover {
    background-color: #ffffffbe !important;
  }
  .flashaber .fh-list {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .flashaber .fh-list ul {
    border-radius: 0 3px 3px 0;
    overflow: hidden;
  }
  .flashaber .fh-list li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 34.9px;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    background-color: #7676768c;
    transition: all 0.2s;
    font-weight: 500;
    backdrop-filter: blur(3px);
  }
  .flashaber .fh-list li .secili,
  .flashaber .fh-list li a:hover {
    background: #007939ba;
  }
}
@media (min-width: 1200px) {
  .flashaber {
    display: block;
  }
  .anamanset-owl,
  .flashaber-owl {
    display: none;
  }
  .flashaber .fh-list li a {
    height: 36.4px;
    font-size: 14px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .flashaber .fh-list li a {
    width: 38px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
  }
}
.flashaber img,
.surmanset img {
  width: 100%;
  border-radius: 3px;
}
.surmanset a {
  display: block;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.surmanset h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.3px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.surkat {
  display: none;
}
@media (min-width: 576px) {
  .buzla:hover .one-list li,
  .buzla:hover .surmanset {
    opacity: 0.7;
    box-shadow: none;
    filter: grayscale(1);
  }
  .buzla:hover .one-list li:hover,
  .buzla:hover .surmanset:hover {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
  .buzla:hover .surmanset:hover {
    box-shadow: 0 20px 20px -20px #000;
  }
  .flashaber,
  .surmanset {
    position: relative;
    line-height: 0;
    transition: all 0.3s;
  }
  .flashaber:hover {
    box-shadow: 0 20px 20px -20px #000;
  }
  .surmanset .surbasbg {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    padding: 40px 13px 10px 13px;
    background: linear-gradient(
      to top,
      #191c20 0,
      #191c20f2 calc(100% - 80px),
      #191c2000 100%
    );
    border-radius: 0 0 3px 3px;
  }
  .surmanset h2 {
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-shadow: 2px 2px 2px #0000008f;
  }
  .sursag .surbasbg,
  .sursol .surbasbg {
    right: 0;
    width: 70%;
    height: 100%;
    padding: 10px 18px 10px 35px;
    background: linear-gradient(
      to left,
      #191c20 0,
      #191c20f2 calc(100% - 150px),
      #191c2000 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 3px 3px 0;
  }
  .sursol .surbasbg {
    left: 0;
    padding: 10px 35px 10px 18px;
    background: linear-gradient(
      to right,
      #191c20 0,
      #191c20f2 calc(100% - 150px),
      #191c2000 100%
    );
    border-radius: 3px 0 0 3px;
  }
  .sursag h2,
  .sursol h2 {
    text-align: right;
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .sursol h2 {
    text-align: left;
  }
  .surkat {
    color: #b3b3b3;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
  }
  .suruclu h2 {
    font-size: 15px;
  }
  .suruclu .surbasbg {
    padding: 40px 15px 13px 15px;
  }
  .suruclu.sursag .surbasbg,
  .suruclu.sursol .surbasbg {
    width: 65%;
  }
  .suruclu.sursag .surbasbg {
    padding: 10px 22px 10px 35px;
  }
  .suruclu.sursol .surbasbg {
    padding: 10px 35px 10px 22px;
  }
  .suruclu.sursag h2,
  .suruclu.sursol h2 {
    font-size: 16px;
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 768px) {
  .sursol .surbasbg {
    padding: 10px 50px 10px 20px;
  }
  .sursag .surbasbg {
    padding: 10px 20px 10px 50px;
  }
  .surmanset h2 {
    font-size: 17px;
  }
  .sursag h2,
  .sursol h2 {
    font-size: 22px;
  }
  .suruclu h2 {
    font-size: 18px;
  }
  .suruclu.sursag h2,
  .suruclu.sursol h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .sursag .surbasbg {
    padding: 10px 15px 10px 25px;
  }
  .sursol .surbasbg {
    padding: 10px 25px 10px 15px;
  }
  .surmanset h2 {
    font-size: 14px;
  }
  .sursag h2,
  .sursol h2 {
    font-size: 16px;
  }
  .suruclu h2 {
    font-size: 16px;
  }
  .suruclu.sursag h2,
  .suruclu.sursol h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .surmanset h2 {
    font-size: 15px;
  }
  .sursag h2,
  .sursol h2 {
    font-size: 17px;
  }
  .suruclu h2 {
    font-size: 18px;
  }
  .suruclu.sursag h2,
  .suruclu.sursol h2 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .sursag .surbasbg {
    padding: 10px 20px 10px 35px;
  }
  .sursol .surbasbg {
    padding: 10px 35px 10px 20px;
  }
  .surmanset h2 {
    font-size: 18px;
  }
  .sursag h2,
  .sursol h2 {
    font-size: 20px;
  }
  .suruclu h2 {
    font-size: 21px;
  }
  .suruclu.sursag h2,
  .suruclu.sursol h2 {
    font-size: 26px;
  }
}
.suretiket {
  background-color: #007939;
  color: #fff;
  position: absolute;
  z-index: 9;
  line-height: 1;
  top: -8px;
  left: 7px;
  right: inherit;
  font-size: 8px;
  font-weight: 600;
  padding: 2px 3px;
  animation: pulse-#007939 2s infinite;
  transform: skewX(-10deg);
}
@media (min-width: 360px) {
  .suretiket {
    font-size: 10px;
    padding: 4px 5px;
  }
}
@media (min-width: 576px) {
  .suretiket {
    font-size: 11px;
    left: inherit;
    right: 17px;
  }
}
.manset {
  position: relative;
}
.anamanset {
  display: none;
}
.manset-img {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.manset-img img {
  width: 100%;
}
.manset-list {
  display: none;
}
.manset-bg {
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  padding: 40px 13px 10px 13px;
  background: linear-gradient(
    to top,
    #191c20 0,
    #191c20f2 calc(100% - 150px),
    #191c2000 100%
  );
  border-radius: 0 0 3px 3px;
}
.manset-bg h2 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 1.3;
  text-shadow: 2px 2px 2px #0000008f;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.manset-kat {
  display: none;
}
.manset-sag,
.manset-sol {
  right: 0;
  width: 70%;
  height: 100%;
  padding: 10px 18px 10px 50px;
  background: linear-gradient(
    to left,
    #191c20 0,
    #191c20f2 calc(100% - 250px),
    #191c2000 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 3px 3px 0;
}
.manset-sol {
  padding: 10px 50px 10px 18px;
  background: linear-gradient(
    to right,
    #191c20 0,
    #191c20f2 calc(100% - 250px),
    #191c2000 100%
  );
  right: inherit;
  left: 0;
  border-radius: 3px 0 0 3px;
}
.manset-sag h2,
.manset-sol h2 {
  font-size: 18px;
  text-align: right;
  -webkit-line-clamp: 5;
}
.manset-sol h2 {
  text-align: left;
}
.manset-alt,
.manset-ust {
  display: none;
}
@media (min-width: 360px) {
  .manset-kat {
    display: block;
    font-size: 10px;
    color: #fff;
    transform: skewX(-10deg);
    background: #007939;
    display: block;
    width: fit-content;
    padding: 1px 6px;
    position: absolute;
    bottom: 13px;
    right: 10px;
  }
  .manset-sag .manset-kat,
  .manset-sol .manset-kat {
    right: inherit;
    position: relative !important;
    bottom: -10px;
  }
  .manset-sag .manset-kat {
    margin-left: auto;
  }
  .manset-bg h2 {
    font-size: 18px;
    padding: 0 70px 0 0;
  }
  .manset-sag h2,
  .manset-sol h2 {
    font-size: 20px;
    padding: 0;
  }
}
@media (min-width: 576px) {
  .manset-img,
  .manset-img img {
    width: 500px;
    height: 261px;
  }
  .manset-bg {
    padding: 50px 20px 15px 20px;
    bottom: 0;
  }
  .manset-sag,
  .manset-sol {
    width: 60%;
    height: 100%;
    bottom: 0;
  }
  .manset-sol {
    padding: 10px 50px 10px 30px;
  }
  .manset-sag {
    padding: 10px 30px 10px 50px;
  }
  .manset-bg h2 {
    font-size: 22px;
  }
  .manset-kat {
    font-size: 12px;
    bottom: 22px;
    right: 15px;
  }
  .manset-sag h2,
  .manset-sol h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .manset-img,
  .manset-img img {
    width: 680px;
    height: 356px;
  }
  .manset-list {
    border-radius: 0 0 3px 3px;
    overflow: hidden;
  }
  .manset-bg {
    padding: 50px 25px 22px 25px;
  }
  .manset-bg h2 {
    font-size: 26px;
  }
  .manset-sol {
    width: 70%;
    padding: 20px 80px 20px 30px;
  }
  .manset-sag {
    width: 70%;
    padding: 20px 30px 20px 80px;
  }
  .manset-sag h2,
  .manset-sol h2 {
    font-size: 34px;
    -webkit-line-clamp: 4;
  }
  .manset-bg.manset-sag {
    align-items: flex-end;
  }
  .manset-sag .manset-ust {
    text-align: right;
    border-left: solid 0 #007939;
    border-right: solid 2px #007939;
    padding-left: 0;
    padding-right: 25px;
    width: 80%;
  }
  .manset-kat {
    bottom: 30px;
  }
  .manset-list,
  .manset-list ul {
    display: flex;
    justify-content: space-between;
    background-color: #eee;
  }
  .manset-list ul li:last-child {
    margin-right: 0;
  }
  .manset-list ul li a {
    display: block;
    line-height: 44px;
    width: 45px;
    height: 44px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    position: relative;
  }
  .manset-list ul li a.secili::before,
  .manset-list ul li a:hover::before {
    content: "";
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: url(../images/manset-icon.png) no-repeat;
    background-size: cover;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
  }
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(1turn);
    }
  }
  @keyframes spin {
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  .manset-list ul li a.secili,
  .manset-list ul li a:hover {
    color: #007939;
  }
  .manset-tumu {
    display: none;
  }
  .manset-alt,
  .manset-ust {
    width: 70%;
    display: block;
    color: #dfdfdf;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    border-left: solid 2px #007939;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .manset-sag .manset-alt,
  .manset-sag .manset-ust,
  .manset-sol .manset-alt,
  .manset-sol .manset-ust {
    -webkit-line-clamp: 2;
  }
  .manset-alt {
    display: none;
  }
  .manset-sol .manset-alt {
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 992px) {
  .manset-img,
  .manset-img img {
    width: 685px;
    height: 358px;
  }
  .manset-bg {
    padding: 60px 25px 20px 25px;
  }
  .manset-bg h2 {
    font-size: 32px;
  }
  .manset-sol {
    padding: 20px 100px 20px 30px;
  }
  .manset-sag {
    padding: 20px 30px 20px 140px;
  }
  .manset-sag h2,
  .manset-sol h2 {
    -webkit-line-clamp: 4;
  }
  .manset-sag .manset-ust,
  .manset-sol .manset-ust,
  .manset-ust {
    padding: 0;
    border: none;
  }
  .manset-sag .manset-ust,
  .manset-sol .manset-ust {
    padding: 0;
    border: none;
    width: 80%;
    font-size: 14px;
  }
  .manset-sag .manset-alt,
  .manset-sol .manset-alt {
    font-size: 12px;
    width: 80%;
  }
  .manset-sag .manset-alt {
    text-align: right;
    border-left: solid 0 #007939;
    border-right: solid 2px #007939;
    padding-left: 0;
    padding-right: 15px;
  }
  .manset-alt {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1200px) {
  .anamanset {
    display: block;
  }
  .manset-img,
  .manset-img img {
    width: 715px;
    height: 374px;
  }
  .manset-list ul li a {
    width: 41.5px;
  }
  .manset-sol {
    padding: 20px 140px 20px 40px;
  }
  .manset-sag {
    padding: 20px 40px 20px 140px;
  }
  .manset-tumu {
    display: block;
    width: 85px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #007939;
  }
  .manset-tumu:hover {
    color: #fff;
    background: #d40000;
  }
}
@media (min-width: 1400px) {
  .manset-img,
  .manset-img img {
    width: 865px;
    height: 453px;
  }
  .manset-list ul li a {
    width: 52px;
  }
  .manset-bg {
    padding: 100px 40px 30px 40px;
  }
  .manset-bg h2 {
    font-size: 36px;
  }
  .manset-sol {
    padding: 20px 130px 20px 40px;
  }
  .manset-sag {
    padding: 20px 40px 20px 160px;
  }
  .manset-sag h2,
  .manset-sol h2 {
    font-size: 40px;
  }
  .manset-sag .manset-ust,
  .manset-sol .manset-ust {
    font-size: 16px;
  }
  .manset-sag .manset-alt,
  .manset-sol .manset-alt {
    font-size: 13px;
  }
  .manset-ust {
    font-size: 18px;
  }
}
.mansetkirmizi,
.surkirmizi {
  color: #f33;
}
.mansetsari,
.sursari {
  color: orange;
}
.mansetmavi,
.surmavi {
  color: #39a3e1;
}
.mansetyesil,
.suryesil {
  color: #34b938;
}
.mansetmor,
.surmor {
  color: #ba4cff;
}
.tools {
  display: none;
}
.onecikan .one-resim {
  display: none;
}
@media (min-width: 992px) {
  .tools {
    display: block;
  }
  .tools .banner {
    line-height: 0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .tools .banner img {
    width: 215px;
    height: 104px;
  }
  .onecikan {
    border-radius: 3px;
    border: solid 1px #d9d9d9ee;
    margin-top: 10px;
    transition: all 0.3s;
  }
  .onecikan:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
  }
  .one-head {
    margin-top: -14px !important;
    margin-left: 15px !important;
  }
  .onecikan .one-head i {
    width: 20px;
    height: 20px;
  }
  .onecikan .one-list {
    padding: 5px 0 7px 0;
    height: 262px;
    overflow-x: hidden;
  }
  .onecikan .one-list::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
  }
  .onecikan .one-list::-webkit-scrollbar-thumb {
    background-color: #efefef;
    box-shadow: none;
  }
  .dark .onecikan .one-list::-webkit-scrollbar-thumb {
    background-color: #5a5a5a;
  }
  .onecikan .one-list::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .onecikan .one-list li {
    position: relative;
  }
  .onecikan .one-gov {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
  }
  .onecikan h2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .onecikan .one-kat {
    font-size: 10px;
    color: #8d8d8d;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: -2px;
    display: block;
    text-transform: uppercase;
  }
  .onecikan .one-num {
    position: absolute;
    right: -6px;
    top: 7px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    color: #fff;
    transform: skewX(-10deg);
    background: #007939;
    padding: 3px 20px 3px 5px;
    line-height: 1;
    width: 18px;
    text-align: center;
  }
  .onecikan .one-list li {
    padding: 5px 30px 8px 15px;
    transition: all 0.3s;
  }
  .onecikan .one-list li:last-child a {
    border: none;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .tools .banner img {
    width: 225px;
    height: 109px;
  }
  .onecikan .one-list {
    height: 273px;
  }
}
@media (min-width: 1400px) {
  .onecikan .one-list li {
    padding: 6px 15px 6px 15px;
  }
  .one-head {
    margin-top: -10px !important;
  }
  .onecikan .one-list {
    height: inherit;
    overflow: inherit;
  }
  .tools .banner img {
    width: 275px;
    height: 133px;
  }
  .onecikan .one-resim {
    display: block;
    margin-right: 10px;
    line-height: 0;
  }
  .onecikan .one-resim img {
    width: 95px;
    height: 50px;
    border-radius: 3px;
  }
  .dark .onecikan .one-resim img {
    opacity: 0.6;
  }
  .onecikan h2 {
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    color: #333;
  }
  .onecikan .one-num {
    right: -7px;
    padding: 3px 5px;
  }
}
.section-heading {
  display: flex;
  flex-direction: row;
}
.section-heading,
.section-heading a {
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
  transform: skewX(-10deg);
  line-height: 1.3;
  letter-spacing: -0.6px;
  color: #fff;
  padding-right: 17px;
}
.section-heading::before {
  position: relative;
  top: 9px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #007939;
  margin-right: 10px;
  transform: skewX(-10deg);
}
.section-heading::after {
  content: "";
  height: 26px;
  width: 100%;
  background-image: url(../images/heading-dot.svg);
  background-repeat: repeat-x;
  background-position: 0 center;
  opacity: 0.3;
}
.yazarlar {
  background-color: #007939;
  border-radius: 3px;
  padding: 11px;
}
.yazarlar .section-heading {
  margin: 10px 11px 5px 11px;
  padding: 0;
}
.spor .section-heading,
.videolar .section-heading {
  padding: 0;
}
.yazarlar .yazar {
  position: relative;
  border: solid 1px #2e8557;
  padding: 20px;
  margin: 11px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.yazarlar .yazar:hover {
  background-color: #005227;
  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px,
    rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px,
    rgba(0, 0, 0, 0.09) 0 -3px 5px;
}
.yazarlar .yazar .yazar-ust {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.yazarlar .yazar .yazar-ust .yazi-tarih {
  color: #fff;
}
.yazarlar .yazar .yazar-ust .yazar-img {
  width: 90px;
  height: 100px;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 50%;
  border: solid 2px #2a8555;
  margin-bottom: 10px;
}
.dark .yazarlar .yazar .yazar-ust .yazar-img {
  opacity: 0.6 !important;
}
.yazarlar .yazar .yazar-ust .yazar-isim {
  font-size: 14px;
  color: #8abfa3;
  margin: 0 0 17px 0;
}
.yazarlar .yazar .yazar-ust .yazi-baslik {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.yazarlar .yazar .yazar-ust .yazi-tarih {
  font-size: 12px;
  color: #8abfa3;
  margin-top: 5px;
}
.yazarlar .yazar .yazi-yazilar {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
  background: #005e2c;
  padding: 2px 5px 2px 5px;
  transform: skewX(-10deg);
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dark .yazarlar .yazar .yazi-yazilar {
  color: #bbb;
}
.yazarlar .yazar:hover .yazi-yazilar {
  background: #007939;
}
.sol-ana {
  display: none;
}
@media (min-width: 1200px) {
  .sol-ana {
    display: block;
  }
}
.widget-bg {
  background: #f5f5f5;
  border: none !important;
}
.widget-head {
  display: block;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -1px;
  position: relative;
  padding: 2px 8px;
  margin-top: -27px;
  margin-left: 2px;
  background: #007939;
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 3px;
}
.widget-head i {
  margin-left: 5px;
  width: 14px;
  height: 14px;
}
.anasayfa {
  display: none;
}
.arama-list li {
  padding: 7px 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  border-bottom: solid 1px #eee;
}
.arama-list li a {
  color: #222;
}
.arama-list li strong {
  font-weight: 300;
  display: block;
  font-size: 13px;
}
.dark .arama-list li a {
  color: #8b8b8b;
}
.dark .arama-list li strong {
  color: #7e7e7e;
}
.dark .arama-list li {
  border-bottom: solid 1px #343434;
}
@media (min-width: 992px) {
  .widget {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: solid 1px #d9d9d9ee;
    transition: all 0.3s;
  }
  .widget:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
  }
  .anasayfa {
    display: block;
    width: 185px;
    height: 310px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px,
      rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
    transition: all 0.3s;
  }
  .anasayfa:hover {
    box-shadow: rgba(0, 0, 0, 0.09) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px,
      rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px,
      rgba(0, 0, 0, 0.09) 0 32px 16px;
  }
  .most-populer-content {
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
  }
  .most-date-tabs ul,
  .most-popular-title ul {
    display: flex;
  }
  .most-date-tabs ul li,
  .most-popular-title ul li {
    width: -webkit-fill-available;
  }
  .most-popular-title ul li a {
    display: block;
    letter-spacing: -0.2px;
    text-align: center;
    padding: 7px 5px;
    font-weight: 500;
    font-size: 11px;
  }
  .most-popular-title ul li:first-child a.selected,
  .most-popular-title ul li:last-child a.selected {
    background-color: #005227;
    color: #fff;
  }
  .most-popular-title ul li:first-child a,
  .most-popular-title ul li:last-child a {
    background-color: #007939;
    color: #fff;
  }
  .cok-img {
    line-height: 0;
    position: relative;
  }
  .cok-img img {
    width: 225px;
    height: 117px;
  }
  .dark .cok-img img {
    opacity: 0.6;
  }
  .cok-img h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    z-index: 9;
    bottom: -8px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-radius: 0 0 3px 3px;
    background: #333;
  }
  .cok-img h3 a {
    width: 100%;
    letter-spacing: -0.3px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .cok-img:hover h3 a {
    color: #fff;
  }
  .dark .cok-img:hover h3 a {
    color: #b5b5b5;
  }
  .most-date-tabs ul li a {
    display: block;
    text-align: center;
    font-size: 11px;
    background-color: #343434;
    padding: 5px;
    color: #fff;
    border-right: solid 1px #444;
  }
  .most-date-tabs ul li a.selected,
  .most-date-tabs ul li a:hover {
    color: #fff;
    background-color: #1c1c1c;
  }
  .most-date-tabs ul li:last-child a {
    border-right: solid 0 #007939;
  }
  .most-date-tabs-content {
    background-color: #f5f5f5;
  }
  .most-date-tabs-content ul li {
    margin: 3px 0;
    padding-left: 5px;
  }
  .most-date-tabs-content ul li::marker {
    color: #c9c9c9;
    font-weight: 600;
  }
  .most-date-tabs-content ul li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 2px 0;
    margin: 2px 0;
    font-weight: 500;
    font-size: 12px;
    color: #333;
  }
  .most-date-tabs-content ul li a:hover {
    color: #007939;
  }
  .most-date-tabs-content ul li:last-child a {
    border-bottom: 0 solid #ccc;
  }
  .cok-list {
    padding: 0 15px 5px 15px;
  }
  .cok-list ul {
    list-style: auto;
    margin-left: 13px;
  }
}
@media (min-width: 1200px) {
  .anasayfa {
    width: 195px;
    height: 327px;
  }
  .cok-img h3 {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .most-date-tabs-content ul li a {
    padding: 3px 0;
    line-height: 1.8;
  }
  .anasayfa {
    width: 245px;
    height: 410px;
  }
  .cok-img img {
    width: 275px;
    height: 144px;
  }
}
.videolar {
  padding: 38px 0 30px 0;
}
.videolar .video-manset {
  display: block;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.videolar .video-manset .video-manset-ust img {
  width: 100%;
  opacity: 0.8;
  transition: all 0.3s;
}
.videolar .video-manset .video-baslik {
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  padding: 40px 15px 15px 15px;
  background: linear-gradient(0deg, #000000d6, transparent);
  border-radius: 0 0 3px 3px;
}
.videolar .video-manset .video-baslik h2 {
  width: 100%;
  letter-spacing: -0.3px;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-shadow: 2px 2px 2px #0000008f;
}
.videolar .video-list .video-list-ic .video-list-ust .video-play,
.videolar .video-manset .video-manset-ust .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -35px;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  z-index: 9;
  background-color: #007939;
  text-align: center;
  opacity: 0.7;
  transition: all 0.3s;
}
.videolar .video-manset .video-manset-ust .video-play i {
  width: 20px;
  height: 20px;
}
.videolar .video-list .video-list-ic {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 16px;
}
.video-manset .video-manset-ust,
.videolar .video-list .video-list-ic .video-list-ust {
  position: relative;
  line-height: 0;
}
.videolar .video-list .video-list-ic .video-list-ust img {
  width: 130px;
  border-radius: 3px;
  opacity: 0.7;
  transition: all 0.3s;
}
.videolar .video-list .video-list-ic .video-list-ust .video-play {
  background-color: #323232;
  margin-left: -15px;
  margin-top: -15px;
  line-height: 29px;
  width: 30px;
  height: 30px;
}
.videolar .video-list .video-list-ic .video-list-ust .video-play i {
  width: 16px;
  height: 16px;
}
.videolar .video-list .video-list-ic .video-baslik h2 {
  font-size: 13px;
  color: #a7a7a7;
  margin: 0 0 0 10px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.videolar .video-list .video-list-ic:hover h2 {
  color: #fff;
}
.video-manset:hover .video-manset-ust img,
.videolar .video-list .video-list-ic:hover .video-list-ust img,
.videolar .video-list .video-list-ic:hover .video-play,
.videolar .video-manset:hover .video-play {
  opacity: 1;
}
.videolar .video-list .video-list-ic .video-baslik .video-kat,
.videolar .video-manset .video-baslik .video-kat {
  font-size: 10px;
  margin: 0 0 0 10px;
  color: #727272;
  text-transform: uppercase;
}
.videolar .video-manset .video-baslik .video-kat {
  color: #b8b8b8;
}
.videolar .video-manset .video-baslik .video-kat {
  margin: 0;
}
@media (min-width: 360px) {
  .videolar .video-manset .video-baslik h2 {
    font-size: 20px;
  }
  .videolar .video-list .video-list-ic .video-baslik h2 {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .videolar .video-manset .video-baslik h2 {
    font-size: 24px;
  }
  .videolar .video-list .video-list-ic .video-baslik h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .videolar .video-list .video-list-ic .video-list-ust img {
    width: 190px;
  }
  .videolar .video-list .video-list-ic .video-baslik .video-kat,
  .videolar .video-manset .video-baslik .video-kat {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .videolar .video-manset .video-baslik h2 {
    font-size: 25px;
  }
  .videolar .video-list .video-list-ic .video-baslik h2 {
    font-size: 17px;
    line-height: 1.5;
  }
  .videolar .video-list .video-list-ic .video-list-ust img {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .videolar .video-manset .video-baslik {
    padding: 70px 25px 20px 25px;
  }
  .videolar .video-list .video-list-ic {
    margin-bottom: 11px;
  }
  .videolar .video-manset .video-baslik h2 {
    font-size: 24px;
  }
  .videolar .video-list .video-list-ic .video-baslik h2 {
    font-size: 13px;
    line-height: 1.3;
  }
  .videolar .video-list .video-list-ic .video-list-ust img {
    width: 135px;
  }
  .videolar .video-list .video-list-ic .video-baslik .video-kat,
  .videolar .video-manset .video-baslik .video-kat {
    font-size: 12px;
  }
  .videolar .video-manset .video-manset-ust .video-play {
    width: 50px;
    height: 50px;
    line-height: 49px;
  }
  .videolar .video-manset .video-manset-ust .video-play i {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .videolar .video-list .video-list-ic {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .videolar .video-manset .video-baslik h2 {
    font-size: 28px;
  }
  .videolar .video-list .video-list-ic .video-baslik h2 {
    font-size: 15px;
    line-height: 1.5;
  }
  .videolar .video-list .video-list-ic .video-list-ust img {
    width: 170px;
  }
  .videolar .video-manset .video-manset-ust .video-play {
    width: 60px;
    height: 60px;
    line-height: 59px;
  }
  .videolar .video-manset .video-manset-ust .video-play i {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .anket img {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 2px;
  }
  .anket h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    border-left: solid 3px #007939;
    padding: 0 10px;
    color: #333;
  }
  .anket ul {
    margin: 10px 3px 15px 3px;
  }
  .anket ul li {
    padding: 5px 0;
    border-bottom: solid 1px #eee;
  }
  .anket ul li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .anket ul li label {
    font-weight: 500;
    margin: 0;
    transition: all 0.3s;
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .anket ul li:hover label {
    color: #007939;
  }
  .anket ul li label .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    transition: all 0.2s;
  }
  .anket ul li label:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .dark .anket ul li label:hover input ~ .checkmark {
    background-color: #959595;
  }
  .anket ul li label input:checked ~ .checkmark {
    background-color: #007939;
  }
  .anket ul li label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .anket ul li label input:checked ~ .checkmark:after {
    display: block;
  }
  .anket ul li label .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
  }
  .anket-buton {
    display: flex;
    margin-top: 10px;
  }
  .anket-oy {
    width: 50%;
    margin-right: 10px;
  }
  .anket-sonuc {
    width: 50%;
  }
}
.spor {
  background-color: #077445;
  border-radius: 3px;
  padding: 20px 20px 5px 20px;
}
.spor .section-heading::before {
  background-color: #59cb9a;
}
.spor-ic {
  margin-top: 10px;
}
.spor-hero img {
  width: 100%;
  border-radius: 3px;
  border-bottom: solid 4px #3d8d6a;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px;
}
.spor-list-ic {
  display: flex;
  margin: 0 0 15px 0;
}
.spor-list-ic img {
  width: 100px;
  height: 54px;
  border-radius: 3px;
  margin-right: 14px;
  border-bottom: solid 4px #3d8d6a;
}
.spor-list-baslik h2 {
  font-size: 13px;
  color: #c8e9db;
  line-height: 1.3;
  margin: 0 0 2px 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  letter-spacing: -0.5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.spor-kat {
  font-size: 10px;
  color: #93cda5;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
.spor-hero {
  position: relative;
  margin-bottom: 15px;
}
.spor-baslik h2 {
  font-size: 16px;
  color: #cef9e6;
  font-weight: 600;
  line-height: 1.3;
  margin: 5px 0 5px 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  letter-spacing: -0.5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-left: solid 3px #5ab58d;
  padding-left: 10px;
  transition: all 0.3s;
}
.spor-hero a:hover h2 {
  color: #fff;
}
.spor-list-ic h2,
.spor-list-ic img {
  transition: all 0.2s;
}
.spor-list-ic:hover h2 {
  color: #fff;
}
.spor-hero a:hover img,
.spor-list-ic:hover img {
  border-bottom: solid 4px #a0dfc4;
}
.spor-hero p {
  color: #c0f0db;
  font-size: 11px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 7px 0 2px 0;
}
@media (min-width: 360px) {
  .spor-list-baslik h2 {
    font-size: 14px;
  }
}
@media (min-width: 420px) {
  .spor-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
  }
  .spor-list .spor-list-ic {
    width: 50%;
    flex-direction: column;
    padding: 0 15px 0 0;
  }
  .spor-list-ic img {
    width: 100%;
    height: inherit;
  }
  .spor-baslik h2 {
    font-size: 18px;
    margin: 5px 0 5px 0;
  }
  .spor-list-baslik h2 {
    margin: 5px 0 2px 0;
    font-size: 15px;
    text-align: center;
  }
  .spor-list-ic .spor-kat {
    text-align: center;
  }
  .spor-hero p {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 576px) {
  .spor-list-baslik h2 {
    font-size: 16px;
  }
  .spor-kat {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .spor-hero a {
    display: flex;
  }
  .spor-hero .spor-baslik,
  .spor-hero .spor-img {
    width: 50%;
  }
  .spor-hero .spor-img {
    padding: 0 8px 0 0;
  }
  .spor-hero .spor-baslik {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 10px;
  }
  .spor-baslik h2 {
    padding: 0;
    border: none;
    font-size: 20px;
  }
  .spor-baslik p {
    font-size: 13px;
  }
  .spor-list .spor-list-ic {
    width: 25%;
  }
  .spor-list-baslik h2 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .spor-hero .spor-baslik {
    padding: 0 40px 0 20px;
  }
  .spor-hero .spor-baslik h2 {
    font-size: 23px;
  }
  .spor-hero .spor-img {
    width: 55%;
  }
  .spor-hero .spor-baslik {
    width: 45%;
  }
  .spor-baslik p {
    margin: 7px 0 7px 0;
  }
  .spor-list-baslik h2 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .spor-hero .spor-baslik {
    padding: 0 20px 0 10px;
  }
  .spor-list-baslik h2 {
    font-size: 14px;
  }
  .spor-hero .spor-baslik h2 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .spor-hero .spor-baslik h2 {
    font-size: 21px;
  }
  .spor-hero .spor-baslik {
    padding: 10px 40px 10px 20px;
    background: #178f5b;
    margin: 20px 0 20px 0;
    border-radius: 3px;
  }
  .spor-hero .spor-img {
    padding: 0;
  }
}
.puan .widget-head {
  margin-left: 15px;
}
.puandurumu {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.puandurumu table {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
}
.puandurumu td,
.puandurumu th {
  text-align: left;
  padding: 0 3px;
  margin: 3px 0;
}
.puandurumu tr:nth-child(even) {
  background-color: #f2f2f2;
}
.puandurumu tr th:first-child {
  padding: 0 0 0 6px;
}
.puandurumu tr td:first-child {
  font-weight: 500;
  padding: 0 0 0 6px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.puandurumu th {
  background-color: #077445;
  color: #fff;
  padding: 5px 3px;
}
@media (min-width: 992px) {
  .burclar {
    margin: 10px 0;
  }
  .burclar-ic {
    display: flex;
    margin-bottom: 5px;
  }
  .burclar-ic img {
    width: 100%;
  }
  .burc a {
    margin-bottom: 5px;
    width: 62px;
    text-align: center;
  }
  .dark .burc a {
    color: #919191;
  }
  .burc:hover a {
    color: #b80433;
  }
  .dark .burc:hover a {
    color: #bd7474;
  }
  .burc span {
    font-size: 11px;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-top: -10px;
  }
  .puan {
    padding: 13px 3px 3px 3px;
  }
  .roportaj .widget-head {
    margin-left: 20px;
  }
  .roportaj {
    padding: 15px 0 0 0;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #f5f5f5;
  }
  .roportaj .rop-ust {
    position: relative;
    background: #2c2c2c;
    display: block;
    margin-bottom: 15px;
  }
  .roportaj .rop-list {
    padding: 0 25px 1px 15px;
  }
  .roportaj .rop-ust .rop-num {
    right: -7px;
  }
  .roportaj .rop-gov {
    display: flex;
  }
  .roportaj .rop-gov:hover h2 {
    color: #007939;
  }
  .roportaj .rop-list li {
    position: relative;
    margin: 10px 0;
    display: flex;
    transition: all 0.3s;
  }
  .roportaj .rop-list li:hover {
    transform: translateX(5px);
  }
  .roportaj .rop-ust img {
    display: block;
    width: 100%;
  }
  .roportaj .rop-ust-bas h3 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0;
    color: #d9d9d9;
    padding: 10px 25px 10px 15px;
    border-left: solid 5px #007939;
    transition: all 0.3s;
  }
  .roportaj .rop-resim img {
    width: 55px;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 3px;
  }
  .roportaj .rop-baslik h2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    letter-spacing: -0.5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    transition: all 0.3s;
  }
  .rop-gov:hover h2 {
    color: #000;
  }
  .roportaj .rop-kat {
    font-size: 10px;
    display: block;
    color: #a7a7a7;
    display: none;
  }
  .roportaj .rop-num {
    position: absolute;
    right: -31px;
    bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    color: #fff;
    transform: skewX(-10deg);
    background: #007939;
    padding: 3px 5px 3px 5px;
    line-height: 1;
    width: 20px;
    text-align: center;
  }
  .roportaj .rop-ust:hover .rop-ust-bas h3 {
    color: #fff;
  }
}
@media (min-width: 1400px) {
  .roportaj .rop-resim img {
    width: 75px;
    margin-top: 2px;
  }
  .roportaj .rop-baslik h2 {
    font-size: 14px;
  }
  .roportaj .rop-ust-bas h3 {
    font-size: 15px;
  }
}
.gazeteler {
  padding: 15px 8px 2px 8px;
  margin: 40px 0 20px 0;
  border-radius: 3px;
  border: solid 1px #d9d9d9ee;
  transition: all 0.3s;
}
.gazeteler:hover {
  box-shadow: 0 50px 15px -40px #00000020;
}
.gazeteler ul li {
  margin: 10px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
}
.gazeteler ul li img {
  border: solid 1px #d9d9d9ee;
  display: block;
  width: 150px;
  height: 200px;
  padding: 7px;
  transition: all 0.3s;
  margin: 0 0 5px 0;
}
.gazeteler ul li a:hover {
  color: #007939;
}
.gazeteler ul li a:hover img {
  border: solid 1px #007939;
}
.gazeteler .widget-head {
  margin-left: 12px;
}
@media (min-width: 360px) {
  .gazeteler ul li img {
    height: 250px;
  }
}
@media (min-width: 576px) {
  .gazeteler ul li img {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .gazeteler ul li img {
    height: 240px;
  }
}
.hatasayfasi {
  margin: 50px 0;
}
.hatasayfasi h1 {
  font-size: 70px;
  font-weight: 700;
  margin: 0;
}
.hatasayfasi p {
  font-size: 15px;
}
.article-search select {
  padding: 7px 14px;
}
.dark .article-search select {
  padding: 7px 14px;
  background: #333;
  border-color: #555;
  color: #999;
}
.list-table {
  font-size: 13px;
}
.list-table a {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.list-table a:hover {
  color: #007939;
}
.dark .list-table a {
  color: #adadad;
}
.dark .list-table a:hover {
  color: #bd5f5f;
}
.anket-head .section-heading {
  color: #222;
}
.dark .anket-head .section-heading {
  color: #8b8b8b;
}
.anket-ic ul {
  list-style: none !important;
  margin: 30px 0 !important;
}
.anket-ic ul li {
  padding: 10px 0 !important;
}
.anket-ic ul li label {
  font-size: 15px !important;
}
.poll {
  margin: 20px 0 40px 0;
}
.poll-result {
  margin-bottom: 10px;
}
.poll-result div {
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
}
.poll-line {
  height: 26px;
  position: relative;
  background-color: #eee;
}
.dark .poll-line {
  background-color: #424242;
}
.poll-line div {
  height: 26px;
  float: left;
}
.poll-line-green div {
  background: #2aaf41;
}
.dark .poll-line-green div {
  background: #82c393;
}
.poll-line-orange div {
  background: #ff8f04;
}
.dark .poll-line-orange div {
  background: #684c29;
}
.poll-line-blue div {
  background: #0474ff;
}
.dark .poll-line-blue div {
  background: #41648f;
}
.poll-line-#007939 div {
  background: #007939;
}
.dark .poll-line-#007939 div {
  background: #ad4e4e;
}
.poll-line-purple div {
  background: #c104ff;
}
.dark .poll-line-purple div {
  background: #72517c;
}
.poll-line-cyan div {
  background: #04dcff;
}
.dark .poll-line-cyan div {
  background: #82bac3;
}
.poll-line ul {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 100px;
  height: 21px;
  margin: 0 !important;
  list-style: none !important;
}
.poll-line ul li {
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.ozel-ul {
  margin: 10px 0 0 0;
}
.ozel-ul li {
  border-bottom: solid 1px #ddd;
  padding: 5px 0;
}
.dark .ozel-ul li {
  border-bottom: solid 1px #585858;
}
.ozel-ul li a {
  font-size: 14px;
  font-weight: 500;
}
.dark .ozel-ul li a {
  color: #b5b5b5;
}
.galeri-nav {
  width: 100%;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.galeri-next,
.galeri-prev {
  margin: 0;
  color: #fff !important;
}
.photo-page {
  font-size: 13px;
}
.photo-spot {
  font-size: 14px;
}
.video-ic-play {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  background-color: #323232;
  opacity: 0.7;
  transition: all 0.3s;
}
.post-item:hover .video-ic-play,
.video-ic-play:hover {
  background-color: #007939;
}
.news iframe {
  width: 100%;
}
.yazarlar-aut {
  text-align: center;
  background: #eee;
  border-radius: 5px;
  padding: 20px;
}
.yazarresmi {
  width: 120px;
  height: 130px;
  border-radius: 5px;
}
.koseadi {
  margin: 0 0 5px 0;
}
.yazaradi {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.yazarmail {
  font-size: 11px;
  margin: 0 0 5px 0;
}
.yazartum {
  margin: 0 0 5px 0;
  font-weight: 500;
  color: #007939;
}
.eczaneler {
  border: solid 1px #ddd;
  border-bottom: solid 3px #ededed;
  border-radius: 5px;
  padding: 15px;
  height: 100%;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0 25px 20px -20px;
  transition: all 0.3s;
  cursor: pointer;
}
.eczaneler:hover {
  border-bottom: solid 3px #007939;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
.eczaneler h4 {
  font-size: 16px;
  color: #007939;
  transition: all 0.3s;
}
.eczaneler h4 strong {
  color: #222;
}
.eczaneler:hover h4 {
  color: #007939;
}
.eczaneler p i {
  width: 14px;
  height: 14px;
  opacity: 0.5;
  margin-right: 5px;
}
.dark .eczaneler {
  border: solid 1px #3a3a3a;
  border-bottom: solid 3px #3e3e3e;
}
.dark .eczaneler h4 strong {
  color: #898989;
}
.dark .eczaneler h4 {
  color: #914646;
}
.dark .eczaneler:hover {
  border-bottom: solid 3px #914646;
}
.dark .eczaneler p a {
  color: #898989;
}
.dark .eczaneler p a:hover {
  color: #914646;
}
.dark .eczaneler p i {
  filter: invert(89%) sepia(14%) saturate(11%) hue-rotate(315deg)
    brightness(93%) contrast(87%);
}
.hava-gov {
  display: flex;
  width: 100%;
  margin: 0;
}
.hava-a p {
  margin: 0;
  padding: 5px 10px;
  display: flex;
  align-content: center;
  align-items: center;
  height: 50px;
  line-height: 1 !important;
}
.hava-gov p {
  margin: 0;
  padding: 5px 10px;
  height: 50px;
  line-height: 40px;
}
.hava-gov p span {
  margin: 0 0 0 7px;
  font-weight: 600;
}
.hava-gov p strong {
  margin: 0 7px 0 0;
}
.hava-gov p img {
  width: 40px;
  height: 40px;
}
.hava-alt {
  background: #007939;
  color: #fff;
  font-weight: 600;
}
.hava-alt p {
  height: 30px;
  line-height: 20px;
}
.hava-a {
  width: -webkit-fill-available;
}
.hava-b {
  width: -webkit-fill-available;
}
.hava-c {
  width: 85px;
}
.hava-d {
  width: 65px;
}
.hava-e {
  width: 80px;
}
.hava-a p:nth-child(even),
.hava-b p:nth-child(even),
.hava-c p:nth-child(even),
.hava-d p:nth-child(even),
.hava-e p:nth-child(even) {
  background-color: #eee;
}
.hava-e {
  display: none;
}
.hava-d {
  display: none;
}
@media (min-width: 800px) {
  .hava-e {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hava-d {
    display: block;
  }
  .hava-a,
  .hava-b,
  .hava-c,
  .hava-d,
  .hava-e {
    width: 100%;
  }
}
.dark .hava-alt {
  background: #542e2e;
}
.dark .hava-a p:nth-child(even),
.dark .hava-b p:nth-child(even),
.dark .hava-c p:nth-child(even),
.dark .hava-d p:nth-child(even),
.dark .hava-e p:nth-child(even) {
  background-color: #323232;
}
.dark .hava-gov p img {
  opacity: 0.7;
}
.namaz-vakitleri {
  border: 1px solid #eee;
  overflow: auto;
  font-size: 10px;
}
.namaz-vakitleri table caption {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  background: #007939;
  color: #fff;
}
.namaz-vakitleri table {
  width: 100%;
}
.namaz-vakitleri table {
  border-collapse: collapse;
  width: 100%;
}
.namaz-vakitleri table td,
.namaz-vakitleri table th {
  padding: 8px;
}
.namaz-vakitleri table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.namaz-vakitleri table tr:hover {
  background-color: #ddd;
}
.namaz-vakitleri table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #242424;
  color: #fff;
  font-weight: 500;
}
.dark .namaz-vakitleri {
  border: 1px solid #363636;
}
.dark .namaz-vakitleri table caption {
  background: #6a3a3a;
  color: #a1a1a1;
}
.dark .namaz-vakitleri table th {
  color: #898989;
}
.dark .namaz-vakitleri table tr:nth-child(even) {
  background-color: #2a2a2a;
}
.dark .namaz-vakitleri table tr:hover {
  background-color: #0c0c0c;
}
@media (min-width: 768px) {
  .namaz-vakitleri {
    font-size: 12px;
  }
}
@media (min-width: 1300px) {
  .namaz-vakitleri {
    font-size: 13px;
  }
}
.puandurumu-ic {
  border: solid 1px #eee;
}
.puandurumu-ic td,
.puandurumu-ic th {
  margin: 8px 8px;
}
.puandurumu-ic th {
  background-color: #007939;
  padding: 10px 3px;
}
.puandurumu-ic tr th:first-child {
  padding: 0 0 0 13px;
}
.dark .puandurumu-ic {
  border: solid 1px #4e4e4e;
}
.dark .puandurumu-ic th {
  background-color: #784242;
}
@media (min-width: 1200px) {
  .puandurumu-ic table {
    font-size: 14px;
  }
}
.gazete-ic {
  height: 100%;
}
.gazete-ic a {
  padding: 15px;
  border: solid 1px #eee;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0 25px 20px -20px;
  border-radius: 5px;
  transition: all 0.3s;
}
.gazete-ic a:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0 25px 20px -20px;
}
.gazete-ic img {
  width: 100%;
}
.gazete-ic span {
  margin: 5px 0 0 0;
  font-weight: 500;
}
.dark .gazete-ic a {
  border: solid 1px #3c3c3c;
}
.dark .gazete-ic img {
  opacity: 0.5;
}
.burc-ic {
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px 20px 25px 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 25px 20px -20px;
  transition: all 0.3s;
  border-bottom: solid 5px #007939;
}
.burc-ic:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0 25px 20px -20px;
}
.burc-ic .burc-sol {
  display: flex;
  align-content: center;
  align-items: center;
}
.burc-ic .burc-sag p {
  margin: 0;
}
.burc-ic .burc-img {
  margin-right: 10px;
}
.burc-ic .burc-isim p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.burc-ic .burc-isim p span {
  font-size: 12px;
  font-weight: 400;
}
.dark .burc-ic {
  border: solid 1px #4a4a4a;
  border-bottom: solid 5px #725252;
}
.acildi {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
  width: 100%;
  height: 100vh;
  visibility: hidden;
}
.acildiac {
  opacity: 1;
  visibility: visible;
}
.acildi-alt {
  width: 100%;
  height: 100vh;
  background: #000000ad;
  backdrop-filter: blur(2px);
}
.acildi-ic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.acildi-gvd {
  position: relative;
  max-width: 90%;
  min-width: 100px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 0 50px 0 #0000008a;
  border-radius: 5px;
  padding: 20px;
}
.acildi-x {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #007939;
  padding: 2px 3px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}
.acildi-x:hover {
  color: #fff;
  background: #b50000;
}
.acildi-x i {
  filter: invert(100%) sepia(93%) saturate(0) hue-rotate(201deg)
    brightness(106%) contrast(106%);
}
.dark .acildi-gvd {
  background: #222;
}
.dark .acildi-x {
  background: #703838;
}
@media (min-width: 900px) {
  .acildi-gvd {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .acildi-gvd {
    max-width: 70%;
  }
}
@media (min-width: 1300px) {
  .acildi-gvd {
    max-width: 60%;
  }
}
.baski-ust {
  background-color: #eee;
  padding: 50px 30px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.baski-img,
.baski-img img {
  width: 220px;
  height: 370px;
}
.baski-img {
  width: 100%;
  text-align: center;
}
.baski-img img {
  border: solid 7px #fff;
  border-radius: 3px;
  margin: 0 0 40px 0;
  box-shadow: rgb(0 0 0 / 10%) 0 54px 55px, rgb(0 0 0 / 5%) 0 -12px 30px,
    rgb(0 0 0 / 5%) 0 4px 6px, rgb(0 0 0 / 7%) 0 12px 13px,
    rgb(0 0 0 / 5%) 0 -3px 5px;
  transition: all 0.3s;
}
.baski-ust:hover .baski-img img {
  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px,
    rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px,
    rgba(0, 0, 0, 0.09) 0 -3px 5px;
}
.baski-sag h1 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.5px;
}
.baski-sag h1 span {
  display: block;
  font-size: 38px;
  font-weight: 700;
  width: fit-content;
  color: #fff;
  letter-spacing: -1px;
  padding: 3px 12px;
  margin-bottom: 15px;
  background: #007939;
  transform: skewX(-10deg);
  margin: 0 auto 10px auto;
}
.baski-sag {
  margin: 40px 0 0 0;
  text-align: center;
}
.sayimg {
  border: solid 7px #fff;
}
.dark .baski-ust {
  background-color: #343434;
}
.dark .baski-sag h1 span {
  color: #b7a2a2;
  background: #813f3f;
}
.dark .baski-img img,
.dark .sayimg {
  opacity: 0.7;
}
.dark .baski-img img,
.dark .sayimg {
  border: solid 7px #999;
}
.dark .baski-date i {
  filter: invert(93%) sepia(7%) saturate(0) hue-rotate(235deg) brightness(91%)
    contrast(84%);
}
@media (min-width: 768px) {
  .baski-img {
    text-align: right;
  }
  .baski-img img {
    margin: 0 40px 0 0;
  }
  .baski-ust {
    display: grid;
    grid-template-columns: 300px auto;
    align-content: center;
    align-items: center;
  }
  .baski-sag h1 span {
    margin: 0 0 15px 0;
  }
  .baski-sag {
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .baski-ust {
    grid-template-columns: 400px auto;
  }
}
.sayimg {
  box-shadow: rgb(0 0 0 / 10%) 0 54px 55px, rgb(0 0 0 / 5%) 0 -12px 30px,
    rgb(0 0 0 / 5%) 0 4px 6px, rgb(0 0 0 / 7%) 0 12px 13px,
    rgb(0 0 0 / 5%) 0 -3px 5px;
  transition: all 0.3s;
}
.sayimg:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px,
    rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px,
    rgba(0, 0, 0, 0.09) 0 -3px 5px;
}
.mobil-g {
  display: none;
}
.sol-taraf {
  display: none;
}
@media (min-width: 992px) {
  .mobil-g {
    display: block;
  }
  .sol-taraf {
    display: block;
  }
}
.news .hbrrsm,
.news img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
.news .hbrrsm {
  width: 100%;
}
.dark .news img {
  opacity: 0.7;
}
.news .news-date .clock {
  display: block;
  margin-left: 12px;
}
.breadcrumb,
.news .breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb,
  .news .breadcrumb {
    display: block;
  }
  .breadcrumb ol,
  .news .breadcrumb ol {
    list-style: none;
    margin: 0;
    display: flex;
    font-size: 12px;
    margin-bottom: 5px;
    color: #5a5a5a;
    font-weight: 400;
  }
  .breadcrumb ol li,
  .news .breadcrumb ol li {
    margin: 0 7px 0 0;
  }
  .breadcrumb ol li a,
  .news .breadcrumb ol li a {
    color: #b1b1b1;
  }
  .dark .breadcrumb ol li a,
  .dark .news .breadcrumb ol li a {
    color: #626262;
  }
  .breadcrumb ol li a:hover,
  .news .breadcrumb ol li a:hover {
    color: #007939;
  }
  .breadcrumb ol li::before,
  .news .breadcrumb ol li::before {
    content: "⇀";
    color: #b1b1b1;
    margin: 0 5px 0 0;
    display: inline-block;
  }
  .dark .breadcrumb ol li::before,
  .dark .news .breadcrumb ol li::before {
    color: #3e3e3e;
  }
  .breadcrumb ol li:first-child::before,
  .news .breadcrumb ol li:first-child::before {
    display: none;
  }
}
.news-category {
  background-color: #007939;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  transform: skewX(-10deg);
  width: fit-content;
  margin-top: -5px;
  margin-left: 7px;
}
.dark .news-category {
  background-color: #9b5050;
}
.news-category a {
  color: #fff;
}
.dark .news-category a {
  color: #f5d3d3;
}
.news-share {
  display: flex;
  justify-content: space-between;
}
.news-date {
  display: flex;
  font-size: 12px;
  margin: -2px 1px 10px 0;
  align-content: center;
  align-items: center;
}
.news-date i {
  width: 12px;
  height: 12px;
}
.dark .news .news-date .clock i {
  filter: invert(73%) sepia(89%) saturate(1%) hue-rotate(316deg) brightness(97%)
    contrast(107%);
}
.news,
.news p {
  font-size: 16px;
}
.news h1 {
  font-weight: 700;
  font-size: 26px;
  margin: 15px 0 5px 0;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.news .ozet {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.gnews {
  width: 112px !important;
  height: 26px !important;
  border-radius: 3px;
  border: solid 1px #dfdfdf;
  padding: 0 3px;
  background: #fff;
  text-align: center;
}
.news-share {
  line-height: 0;
  margin: 20px 0;
}
.dark .news-share {
  opacity: 0.5;
}
.news-share a i {
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.news strong {
  font-weight: 700;
}
.news h2,
.news h3,
.news h4,
.news h5,
.news h6 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.news h3 {
  font-size: 18px;
}
.news h4 {
  font-size: 17px;
}
.news h5 {
  font-size: 16px;
}
.news h6 {
  font-size: 12px;
}
.news ol,
.news ul {
  list-style: disc;
  margin: 20px;
  font-weight: 500;
}
.news ol {
  list-style: auto;
}
.news table {
  width: 100%;
}
.news table,
.news table td,
.news table th {
  border: solid 1px #ccc;
  margin: 20px 0;
  padding: 5px;
  border-collapse: collapse;
}
.news .news-author {
  display: inline-block;
  float: left;
  background: #eee;
  margin: 5px 15px 0 0;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  width: 75px;
  text-align: center;
  overflow: hidden;
}
.news .news-author span {
  margin: 5px 0;
  display: block;
}
.news .reporter-img {
  width: 75px;
  height: 80px;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.dark .news .reporter-img {
  opacity: 0.7;
}
.dark .news .news-author {
  background: #3e3e3e;
}
.news .kaynak {
  font-size: 13px;
  margin: 15px 0;
}
.yorumlar .yorum {
  display: flex;
  margin: 20px 0 10px 0;
  border-bottom: solid 1px #eee;
  padding: 0 0 20px 0;
}
.dark .yorumlar .yorum {
  border-bottom: solid 1px #323232;
}
.yorumlar .yorum h5 {
  font-size: 12px;
  font-weight: 600;
  margin: 3px 0 0 0;
}
.yorumlar .yorum h5 span {
  font-weight: 400;
  color: #999;
  display: block;
  margin: 3px 0 0 0;
}
.yorumlar .yorum p {
  margin: 15px 0;
  font-size: 14px;
}
.yorumlar .yorum .yorum-oy {
  display: flex;
  font-size: 11px;
  font-weight: 500;
  margin: 0 0 5px 0;
  cursor: pointer;
}
.yorumlar .yorum .yorum-oy i {
  margin: 0 2px;
}
.dark .yorumlar .yorum .yorum-oy i {
  opacity: 0.5;
}
.yorumlar .yorum .yorum-oy .yorum-dislike {
  margin-left: 15px;
  margin-right: 15px;
  color: #007939;
}
.dark .yorumlar .yorum .yorum-oy .yorum-dislike {
  color: #954949;
}
.yorumlar .yorum .yorum-oy .yorum-like {
  color: #20b161;
}
.dark .yorumlar .yorum .yorum-oy .yorum-like span {
  background-color: #478161;
  color: #d5d5d5;
}
.dark .yorumlar .yorum .yorum-oy .yorum-like {
  color: #508768;
}
.yorumlar .yorum .yorum-oy .yorum-like span {
  background-color: #20b161;
}
.yorumlar .yorum-alt {
  margin: 20px 0 10px 30px;
}
.yorumlar .yorum-foto {
  margin-right: 10px;
}
.yorumlar .yorum-foto img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.dark .yorumlar .yorum-foto img {
  opacity: 0.7;
}
.yorumlar .yorum-detay {
  position: relative;
  width: -webkit-fill-available;
}
.yorumlar .yorum-detay .yorum-cevap {
  position: absolute;
  right: 0;
  bottom: -21px;
  border-bottom: solid 1px #007939;
  font-size: 14px;
}
.dark .yorumlar .yorum-detay .yorum-cevap {
  border-bottom: solid 1px #bf5a5a;
}
.dark .yorumlar .yorum-detay .yorum-cevap a {
  color: #afafaf;
}
.benzer .section-heading,
.yorumlar .section-heading {
  color: #2c2c2c;
  padding: 0;
}
.dark .benzer .section-heading,
.dark .yorumlar .section-heading {
  color: #818181;
}
.benzer .section-heading::after,
.yorumlar .section-heading::after {
  margin-left: 10px;
}
.yorumlar .yorum-head {
  position: relative;
  margin: 30px 0;
}
.yorumlar .yorum-head ul {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 13px;
  background: #fff;
  padding: 0 0 0 5px;
}
.dark .yorumlar .yorum-head ul {
  background: #1c1c1c;
}
.yorumlar .yorum-head ul li strong {
  font-weight: 600;
}
.yorumlar .yorum-yaz {
  background-color: #f1f1f1;
  padding: 15px 20px 20px 20px;
  margin: -11px 0 30px 0;
  border-radius: 0 0 3px 3px;
}
.dark .yorumlar .yorum-yaz {
  background-color: #3e3e3e;
}
.yorumlar .yorum-yaz form input,
.yorumlar .yorum-yaz form textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
}
.yorumlar .yorum-yaz span {
  font-size: 12px;
  font-weight: 500;
}
.yorumlar .yorum-yaz h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.yorumlar .yorum-yaz h4 span {
  color: #007939;
  font-size: 16px;
}
.dark .yorumlar .yorum-yaz h4 span {
  color: #a54f4f;
}
.yorumlar .yorum-yaz ul {
  display: flex;
}
.yorumlar .yorum-yaz ul li img {
  border: solid 2px #fff;
  margin-left: 10px;
  border-radius: 3px;
}
.dark .yorumlar .yorum-yaz ul li img {
  opacity: 0.5;
}
.dark .yorumlar .yorum-yaz form input,
.dark .yorumlar .yorum-yaz form textarea {
  background: #282828;
  border: 1px solid #525252;
  color: #9d9d9d;
}
.yorumlar .yorum-yaz p {
  font-size: 12px;
  margin: 0;
}
.message-box {
  padding: 15px;
  background: #eee;
  border-radius: 5px 5px 0 0;
}
.message-accept {
  background: #b1e9b2;
}
.message-error {
  background: #ffd9d9;
}
.dark .message-error {
  background: #4e2e2e;
}
.dark .message-accept {
  background: #24442a;
}
.author-list {
  padding: 10px;
  background: #eee;
  display: flex;
  align-content: center;
  align-items: center;
}
.author-list img {
  width: 80px;
  margin-right: 15px;
}
.author-list .yazaradi {
  font-weight: 600;
}
.author-list .yazarmail a {
  font-size: 12px;
}
.author-list .tumyazilar a {
  font-size: 13px;
  font-weight: 600;
  color: #007939;
}
.article-search ul {
  list-style: none;
  display: flex;
  margin: 20px 0;
}
.article-search ul li {
  margin: 0 10px 0 0;
}
.date-yazar {
  margin: 0 0 10px 0;
}
.date-yazar .clock {
  margin: 0 !important;
}
.dark .author-list {
  background: #2e2e2e;
}
.dark .author-list .yazarmail a {
  color: #7c7c7c !important;
}
.dark .author-list .tumyazilar a {
  color: #af5151;
}
.news-list {
  list-style: none !important;
  margin: 0 !important;
}
.news-list li {
  padding: 5px 0;
  border-bottom: solid 1px #ddd;
}
.news-list li a {
  color: #222;
  font-weight: 600;
}
.list-date {
  font-size: 12px;
  display: block;
  color: #7c7c7c;
  font-weight: 400;
}
.content-title h4 {
  color: #007939;
}
.auall {
  margin-top: 10px;
}
.auall:hover {
  color: #fff !important;
  background-color: #bd0000;
}
.dark .news-list li a {
  color: #b5b5b5;
}
.dark .news-list li {
  border-bottom: solid 1px #363636;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
