 /** @format */

 @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

 html,
 body,
 a,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 span,
 small {
  font-family: "Poppins", sans-serif;
 
     
 }

 html::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #58c5c7;
 }

 html::-webkit-scrollbar {
   width: 6px;
   background-color: #58c5c7;
 }

 html::-webkit-scrollbar-thumb {
   background-color: #000;
 }

 html::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #f5f5f5;
 }

 a {
   color: black;
   text-decoration: none;
 }

 body {
   transition: background 0.2s linear;
 }

 body.dark {
   background-color: #222222;
   color: white !important;
 }

 header {
   padding: 20px 0;
 }

 .menu {
   margin: 0;
   padding: 0;
   width: 100%;
   float: left;
   position: relative;
 }

 .menu li {
   list-style-type: none;
   margin: 0 12px;
   padding: 0 10px;
 }

 .menu li:first-child {
   margin-right: 170px;
 }

 .menu li:last-child {
   float: right;
   margin-right: 0;
   padding-right: 0;
 }
 

 .menu li a {
   color: #2c3e62;
   text-decoration: none;
 }

 body.dark .menu li a {
   color: #fff;
 }

 .menu li a.class {
   color: #2c3e62;
   border-bottom: 2px solid #2c3e62;
 }

 body.dark .menu li a.class {
   color: #fff;
   border-bottom: 2px solid #fff;
 }

 .menu li .sagmenu li {
   margin-right: 5px !important;
 }

 .menu li .sagmenu li:last-child {
   margin-right: 0px !important;
   margin-top: 4px;

 }

 .menu li .sagmenu li i {
   margin: 0px 5px !important;
 }

 .menu li .sagmenu li:last-child i {
   margin: 0 10px !important;
 }

 .menu .megamenu:hover .menualt {
   display: inherit;
   transition: all 2s;
 }

 .menu li .menualt {
   background: white;
   position: absolute;
   top: 26px;
   transition: all 0.2s ease;
   width: 100%;
   right: 0;
   min-height: 400px;
   z-index: 1;
   height: auto;
   display: none;
   -webkit-box-shadow: 1px 4px 18px 0px rgba(0, 133, 250, 1);
   -moz-box-shadow: 1px 4px 18px 0px rgba(0, 133, 250, 1);
   box-shadow: 1px 4px 18px 0px rgba(0, 133, 250, 1);
   border: 1px solid #70bcff;
 }
.mega-icon{
    display:none;
}
.menualtMobile{
    display:none;
}
#search-button{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}
.line-box{
    display:none;
}
 .menu li .menualt .soldiv {
   width: 100%;
   float: left;
   position: relative;
   margin: 40px 0;
 }
 .header-bottom{
     display:none;
 }

 .menu li .menualt .soldiv ul {
   padding: 0;
   margin: 0;
 }

 .menu li .menualt .soldiv ul li {
   float: left;
   margin: 6px 0px;
   margin-bottom: 20px;
   font-weight:400;
   cursor:pointer;
 }
 .menu li .menualt .soldiv ul li:hover{
     background-color:#464646;
     color:white;
 }
.menu-title{
    padding:0px 15px;
    font-weight: 700;
    font-size: 20px;
    position:relative;
}

 /*.menu li .menualt .soldiv ul li:last-child {
   padding: 0 0 0px 50px;
   margin-bottom: 20px;

 }*/

 .menu li .menualt .soldiv ul li a {
   color: #2c3e62;
   font-size: 16px;
 }



 .menu li .menualt .soldiv ul li a:hover {
   color: #fff;
 }

 body.dark  .menu li .menualt .soldiv ul li a:hover{
     color:fff;
 }

 .menu li .menualt .sagdiv {
   width: 60%;
   float: left;
   position: relative;
   margin: 40px 0;
   border-left: 2px solid gray;
 }

 .menu li .menualt .sagdiv .populercontentdiv {
   width: 100%;
   float: left;
   position: relative;
   padding: 10px 0;
 }

 .menu li .menualt .sagdiv .populercontentdiv:hover {
   background: #c5c5c5;
 }

 .menu li .menualt .sagdiv .populercontentdiv .popsayi {
   width: 10%;
   float: left;
   position: relative;
   text-align: center;
   padding-top: 5px;
 }

 .menu li .menualt .sagdiv .populercontentdiv .popsayi span {
   padding: 10px 18px;
   border: 3px solid #000;
   border-radius: 25px;
   font-weight: bold;
 }

 .menu li .menualt .sagdiv .populercontentdiv .popcontent {
   width: 90%;
   float: left;
   position: relative;
 }

 .menu li .menualt .sagdiv .populercontentdiv .popcontent h5 {
   font-size: 15px;
 }

 .menu li .menualt .sagdiv .populercontentdiv .popcontent p {
   font-weight: 200;
   font-size: 13px;
   margin: 1px !important;
   line-height: 15px;
 }

 .menu li .menualt .sagdiv .populercontentdiv .popcontent p a {
   font-weight: 400;
   color: black;
 }

 .menu li .menualt .sagdiv h4 {
   text-align: center;
   color: #2c3e62;
 }

 .menu .checkbox {
   opacity: 0;
   position: absolute;
 }

 .menu .label {
   width: 45px;
   height: 20px;
   background-color: #e6eaed;
   display: flex;
   border-radius: 50px;
   align-items: center;
   justify-content: space-between;
   padding: 5px;
   position: relative;
   transform: scale(1.5);
   margin-top: 7px;
 }

 .menu .ball {
   width: 16px;
   height: 16px;
   background-color: white;
   position: absolute;
   top: 2px;
   left: 2px;
   border-radius: 50%;
   transition: transform 0.2s linear;
   z-index: -1;
 }

 /*  target the elemenent after the label*/
 .menu .checkbox:checked+.label .ball {
   transform: translateX(24px);
 }

 .menu .fa-sun-o {
   color: orange;
 }

 .menu .addpost a {
   background-color: #d5d5d5;
   padding: 5px 15px;
   color: #3e3e3e;
   text-decoration: none;
   font-weight: 500;
   border-radius: 10px;
 }

 .searchdiv {
   display: none;
 }

 .reklamsection1 nav {
   margin: 15px 0 5px 0;
 }

 .reklamsection1 .nav-tabs {
   justify-content: center;
   border: 0;

 }

 .reklamsection1 .nav-tabs .nav-item.show .nav-link,
 .reklamsection1 .nav-tabs .nav-link.active {
   border: 0;
   background-color: #464646;
   color: white;
   border-radius: 10px;
 }

 .reklamsection1 .nav-tabs .nav-item.show .nav-link,
 .reklamsection1 .nav-tabs .nav-link {
   background-color: #d5d5d5;
   color: black;
   border-radius: 10px;
   padding: 0 10px;
   height: 30px;
   margin: 0 9px;
 }

 .reklamsection1 .nav-tabs .navlink-fipu {
   background-color: #009fe3;
   color: white;
 }

 .reklamsection1 .nav-tabs .navlink-quiz {
   background-color: #009640;
   color: white;
 }

 .reklamsection1 .nav-tabs .navlink-forum {
   background-color: #8e0000;
   color: white;
 }

 .reklamsection1 .nav-tabs .navlink-fipu.active {
   background-color: #247597;
   color: white;
 }

 .reklamsection1 .nav-tabs .navlink-quiz.active {
   background-color: #0f6334;
   color: white;
 }

 .reklamsection1 .nav-tabs .navlink-forum.active {
   background-color: #620606;
   color: white;
 }

 .iceriksection .reklambanner {
   position: relative;
 }

 .iceriksection .solustlist .list-group-item {
   border-radius: 0;
  border:none;
   transition: all 0.2s ease;
   padding:6px 15px;
 }
 .iceriksection .solustlist .list-group-item:hover {
     background-color:#ccecf9;
 }
 body.dark .iceriksection .solustlist .list-group-item:hover{
    background-color:#fff;
 }

 body.dark .iceriksection .solustlist .list-group-item {
   background-color: #000;
   transition:.2s;
   
 }
  body.dark .iceriksection .solustlist .list-group-item:not(:first-child):hover{
      background-color:#fff !important;
  }

body.dark .popular-list{
   background-color: #000;  
       box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 .iceriksection .solustlist h5 {
   margin: 0;
   font-size: 15px;
 }

 body.dark .iceriksection .solustlist h5 {
   color: #fff;
 }

 .iceriksection .solustlist .list-group-item img {
   position: relative;
   top: -2px;
 }

 .iceriksection .solustlist .list-group-item a {
   color: black;
   text-decoration: none;
   display:block;
 }

 body.dark .iceriksection .solustlist .list-group-item a {
   color: #fff;
   transition:.2s;

 }
 body.dark .iceriksection .solustlist .list-group-item:hover a,
  body.dark .iceriksection .solustlist .list-group-item:hover small
 {
   color: black;
 }


 .iceriksection .solustlist .list-group-item small {
   font-size: 10px;
 }

 body.dark .iceriksection .solustlist .list-group-item small {
   color: #fff;
      transition:.2s;

 }

 .iceriksection .solaltlist {
   margin-top: -10px;
 }

 .iceriksection .solaltlist .list-group-item {
   border-radius: 0;
   border:none;
   padding: 15px 16px;
 }
   .first-s{
     font-size:16px;
     background-color:#E6E6E6;
     padding:7px 0px 7px 5px !important;
     border-radius:15px 0px 0px 0px;
     color:#717171;
     font-weight:500;
     width:100%;
     cursor:pointer;
 }
  .second-s {
     font-size:16px;
     background-color:#E6E6E6;
     padding:8px 18px 6px 11px !important;
     border-radius:0px 15px 0px 0px;
     color:#717171;
     font-weight:500;
     width:100%;
     cursor:pointer;
 }
 .popular-list span{
     white-space:nowrap;
 }
   .popular-list span.active{
      background-color:#4E91F6;
      color:#fff;
  }

 body.dark .iceriksection .solaltlist .list-group-item {
   background-color: #000;

 }

 .iceriksection .solaltlist h5 {
   margin: 0;
   font-size: 21px;
 }

 body.dark .iceriksection .solaltlist h5 {
   color: #fff;
 }

 .iceriksection .solaltlist h5 img {
   position: relative;
   top: -2px;
 }



 /*.iceriksection .solaltlist .saatdiv {
   float: left;
   position: relative;
   width: 222px;
 }*/

 .iceriksection .solaltlist .saatdiv small {
   position: relative;
   font-size: 10px;
 }

 body.dark .iceriksection .solaltlist .saatdiv small {
   color: #fff;
 }

 .iceriksection .solaltlist span {
   font-size: 10px;

   border-radius: 10px;

   padding: 5px 5px;
 }

 .iceriksection .solaltlist .popularul {
   padding: 0;
   margin: 0;
 }

 .iceriksection .solaltlist .popularul li {
   list-style-type: none;
   float: left;
   background-color: #d5d5d5;
   border-radius: 20px 10px 10px 20px;
   font-size: 12px;
   padding: 5px 25px 5px 15px;
   margin: 10px 15px 10px 0;
   position: relative;
 }

 .iceriksection .solaltlist .popularul li a {
   color: black;
   text-decoration: none;
 }

 .iceriksection .solaltlist .popularul li small {

   color: white;
   font-weight: bold;
   font-size: 11px;
 }

 .iceriksection .solaltlist .popularul li span {
   background-color: gray;
   position: absolute;
   right: -8px;
   padding: 0;
   border-radius: 20px;
   color: white;
   height: 28px;
   width: 28px;
   text-align: center;
   font-weight: bold;
   top: 0px;
   line-height: 28px;
 }


 .iceriksection .sagustlist .list-group-item {
   border-radius: 0;
   transition: all 0.2s ease;
   border:none;
 }
 body.dark .iceriksection .sagustlist .list-group-item:not(:first-child):hover{
     background-color: #fff !important;
 }
  .iceriksection .sagustlist .list-group-item:not(:first-child):hover{
      background-color: #ccecf9 !important;
 }
 .sagustlist .list-group-item h5,.iceriksection .sagaltlist h5{
     text-transform:uppercase;
 }
 .iceriksection .sagustlist .list-group, .iceriksection .sagaltlist .list-group {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0px 25px 25px 0px;
}

 body.dark .iceriksection .sagustlist .list-group-item {
   background-color: #000;
   transition:.2s;
 }
 body.dark .iceriksection .sagustlist .list-group-item:not(:first-child):hover{
     background-color:#fff;
 }

 body.dark .iceriksection .sagustlist .list-group-item h5 {
   color: #fff;
   transition:.2s;
 }
 body.dark .iceriksection .sagustlist .list-group-item h5 img{
     margin-right:5px;
 }
 .iceriksection .sagustlist .baslikaciklama {
   width: 80%;
   float: left;
   padding: 5px;
 }

 body.dark .iceriksection .sagustlist .baslikaciklama small i {
   color: #fff;
 }

 body.dark .iceriksection .sagustlist .list-group-item:hover .baslikaciklama small i,
 body.dark .iceriksection .sagustlist .list-group-item:hover .baslikaciklama small b{
      color: black;
 }

 body.dark .iceriksection .sagustlist .baslikaciklama small b {
   color: #fff;
 }

 .iceriksection .sagustlist .baslikaciklama a {
   color: black;
   text-decoration: none;
 }

 body.dark .iceriksection .sagustlist .baslikaciklama a {
   color: #fff;
   transition:.2s;
 }
 body.dark .iceriksection .sagustlist .list-group-item:hover .baslikaciklama a {
   color: black;
 }

 .iceriksection .sagustlist .profilresim {
   width: 20%;
   float: left;
   padding: 5px;
   margin-top: 7%;
 }

 .iceriksection .sagustlist .profilresim img {
   border-radius: 80px;
 }

 .iceriksection .sagustlist .baslikaciklama h6 {
   font-size: 13px;
   margin: 2px 0;
 }

 body.dark .iceriksection .sagustlist .baslikaciklama h6 {
   color: #fff;
   transition:.2s;
 }
  body.dark .iceriksection .sagustlist .list-group-item:hover .baslikaciklama h6 {
   color: black;
 }

 .iceriksection .sagustlist .baslikaciklama p {
   font-size: 11px;
   color: gray;
   margin: 2px 0;
 }

 body.dark .iceriksection .sagustlist .baslikaciklama p {
   color: rgba(255, 255, 255, 0.75);
   transition:.2s;
 }
 body.dark .iceriksection .sagustlist .list-group-item:hover .baslikaciklama p {
   color:black;
 }

 .iceriksection .sagustlist small {
   font-size: 11px;
 }

 .iceriksection .sagustlist small a {
   color: black;
   text-decoration: revert !important;
   font-weight: 600;
 }

 body.dark .iceriksection .sagustlist small a {
   color: #fff;
 }
  body.dark .iceriksection .sagustlist .list-group-item:hover small a {
   color: black;
 }

 .iceriksection .sagaltlist {
   margin-top: 10px;
 }

 .iceriksection .sagaltlist .list-group-item {
   border-radius: 0;
   padding: 15px 10px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border:none;
 }
 .iceriksection .sagaltlist .list-group-item:not(:first-child):hover{
     background-color:#ccecf9 !important;
 }
 body.dark .iceriksection .sagaltlist .list-group-item:not(:first-child):hover{
     background-color:#fff !important;
 }
 .iceriksection .sagustlist .list-group-item:first-child,
    .iceriksection .sagaltlist .list-group-item:first-child{
           border-radius:0px 30px 0px 0px;
   }
  .iceriksection .sagustlist .list-group-item:first-child,
    .iceriksection .sagaltlist .list-group-item:first-child{
           border-radius:0px 30px 0px 0px;
   }
    .iceriksection .sagustlist .list-group-item:last-child,
       .iceriksection .sagaltlist .list-group-item:last-child{
       border-radius:0px 0px 30px 0px;
   }
   
   .sagustlist .list-group-item h5, .iceriksection .sagaltlist h5 {
    text-transform: uppercase;
}
 .sagustlist .list-group-item h5,
 .iceriksection .sagaltlist .list-group-item:first-child h5{
     background-color:#4E91F6;
     padding:7px 0px 7px 22px !important;
     border-radius:15px 15px 0px 0px;
     color:#fff;
     font-weight:500;
     width:100%;
 }
  .sagustlist .list-group-item h5 img,
  .iceriksection .sagaltlist .list-group-item:first-child h5 img{
      display:none;
  }
   .popular-list{
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
       border-radius:30px 0px 0px 30px;
   }
   .popular-list li{
       padding:8px 4px;
   }
   .popular-list .list-group-item{
       background-color:transparent;
   }
  
   
    .iceriksection .solustlist .list-group-item:last-child{
        border-radius:0px 0px 0px 30px;
    }
    

 body.dark .iceriksection .sagaltlist .list-group-item {
   background-color: #000;
 }

 .iceriksection .sagaltlist .list-group-item h5 img {
   margin-right: 5px;
 }

 body.dark .iceriksection .sagaltlist .list-group-item h5 {
   color: #fff;
 }

 .iceriksection .sagaltlist .profilresim {
   width: 15%;
   float: left;
 }

 .iceriksection .sagaltlist .profilresim img {
   border-radius: 20px;
 }

 .iceriksection .sagaltlist .profildetay {
   width: 40%;
   float: left;
 }

 .iceriksection .sagaltlist .takipbuton {
   width: 45%;
   float: left;
 }

 .iceriksection .sagaltlist .profildetay h5 {
   color: #3f4f56;
   font-size: 16px;
   margin: 0 0;
 }

 body.dark .iceriksection .sagaltlist .profildetay h5 {
   color: #fff;
 }

 .iceriksection .sagaltlist .profildetay a {
   text-decoration: none;
 }

 body.dark .iceriksection .sagaltlist .profildetay a {
   color: #fff;
 }

body.dark .iceriksection .sagaltlist .list-group-item:hover .profildetay h5,
body.dark .iceriksection .sagaltlist .list-group-item:hover .profildetay small,
body.dark .iceriksection .sagaltlist .list-group-item:hover .profildetay a,
body.dark .iceriksection .sagaltlist .list-group-item:hover .takipbuton a
{
    color:#000;
}
 .iceriksection .sagaltlist .profildetay small {
   color: #3f4f56;
   font-size: 12px;
   margin: 0 0;
 }

 body.dark .iceriksection .sagaltlist .profildetay small {
   color: #fff;
 }

 .iceriksection .sagaltlist .takipbuton a {
   margin-top: 20px !important;
   font-size: 14px;
   color: #3f4f56;
   text-decoration: none;
   padding: 5px;
   border: 1px solid;
   border-radius: 20px;
   white-space: nowrap;
 }

 body.dark .iceriksection .sagaltlist .takipbuton a {
   color: #fff;

 }

 .iceriksection .icerikdiv {
   float: left;
   width: 100%;
   transition: all 0.2s ease;
 }
.tab-content-wrap {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 body.dark .iceriksection .icerikdiv {
   background-color: #000;
 }

 body.dark .iceriksection .icerikdiv {
   color: #fff;
   border: 1px solid #555;
    transition: all 0.2s ease;
 }

 .iceriksection .icerikdiv:hover {
   transition: all 0.2s ease;
   background-color: #ccecf9 !important;
   cursor: pointer;
 }
 


 body.dark .iceriksection .icerikdiv:hover {
   
   background-color: #fff !important;
   cursor: pointer;
 }


 .iceriksection .icerikdiv .icerikkat {
   width: 100%;
   float: left;
   
 }
 .iceriksection .icerikdiv .icerikkat img {
    width: 14px;
}
.category-span{
    display:none;
 }
  .iceriksection .icerikdiv .icerikkat.icerikOne{
         display:block;
     }
     .iceriksection .icerikdiv  .yazanTwo{
         display:block;
     }
    .iceriksection .icerikdiv .icerikkat.icerikTwo{
        display:none;
    }
      .iceriksection .icerikdiv .icerikkat.icerikOne ul li a,
        .iceriksection .icerikdiv .icerikkat.icerikOne ul li span{
            color:#000;
        }
 .iceriksection .icerikdiv .icerikkat ul {
   margin: 0;
   padding: 0;
   gap:10px;
 }

 .iceriksection .icerikdiv .icerikkat ul li {
   float: left;
   list-style-type: none;
   padding: 5px 15px;
   margin-right: 10px;
   background-color: #d5d5d5;
   border-radius: 10px;
   font-size: 12px;
   font-weight:600;
 }
 


 .iceriksection .icerikdiv .icerikkat ul li:first-child:hover {
   background-color: #3b3a3a67;
   color: white !important;
 }


 .iceriksection .icerikdiv .icerikkat ul li:first-child li:hover {
   color: white !important;
 }



 .iceriksection .icerikdiv .icerikkat ul li a {
   color: black;
   text-decoration: none;
   font-size: 11px;
 }




 .iceriksection .icerikdiv .icerikaciklama {
   width: 78%;
   float: left;
   padding: 10px;
   padding-left:0px;
 }

 .iceriksection .icerikdiv .icerikaciklama p {
   font-size: 14px;
   margin: 15px 0 0 0;
   word-wrap: break-word;
 }

 body.dark .iceriksection .icerikdiv:hover .icerikaciklama p,
 body.dark .iceriksection .icerikdiv:hover .icerikkat ul li span,
 body.dark .iceriksection .icerikdiv:hover .icerikkat .category-span{
   color: #000;
 }

 body.dark {
          color:#000;
      }
 .iceriksection .icerikdiv .icerikaciklama a {
   color: black;
   text-decoration: none;
 }

 body.dark .iceriksection .icerikdiv .icerikaciklama a {
   color: #fff;
 }

 .iceriksection .icerikdiv .icerikaciklama h5 {
   font-size: 14px;
 }

 body.dark .iceriksection .icerikdiv .icerikaciklama h5 {
   color: #fff;
 }

 body.dark .iceriksection .icerikdiv:hover .icerikaciklama h5 {
   color: #000;
 }

 .iceriksection .icerikdiv .icerikresim {
   width: 20%;
   float: left;
   padding: 10px;
   margin-top: 5px;
 }

 .iceriksection .icerikdiv .icerikresim img {
   border-radius: 10px;
 }
 .iceriksection .icerikdiv {
    padding: 28px;
}

 .iceriksection .icerikdiv .icerikyazan {
   width: 100%;
   float: left;
   padding: 10px;
 }

 .iceriksection .icerikdiv .icerikyazan img {
   border-radius: 20px;
 }

 .iceriksection .icerikdiv .icerikyazan a {
   color: black;
   text-decoration: none;
   font-size: 12px;
 }

 body.dark .iceriksection .icerikdiv .icerikyazan a {
   color: #fff;
 }

 body.dark .iceriksection .icerikdiv:hover .icerikyazan a {
   color: #000;
 }

 .postsection .reklambanner img {
   margin: 30px 0;
 }

 .postsection h5 {
   background-color: white;
   position: relative;
   top: -32px;
   margin: 0 auto;
   width: 200px;
   font-weight: bold;
   font-size: 26px;
 }

 .postsection .postlar {
   float: left;
   width: 100%;
   padding: 20px;
   background-color: #f6f6f6;
   border-radius: 20px;
   border: 1px solid #000;
   min-height: 232px;
   color: black;
 }

 .postsection .postlar a {
   color: black !important;
 }

 .postsection .postlar p {
   color: black !important;
 }

 .postsection .postlar-hover {
   background-color: #464646;
   cursor: pointer;
   color: white;
 }

 .postsection .postlar-hover a {
   color: white !important;
 }

 .postsection .postlar-hover p {
   color: white !important;
 }


 .postsection .postlar .postimg {
   float: left;
   width: 40%;
   padding: 20px;
 }

 .postsection .postlar .postdetay {
   float: left;
   width: 60%;
   padding: 20px;
 }

 .postsection .postlar .postdetay h1 {
   font-size: 32px;
 }
.writer-box{
    display:none;
}

 .postdetailsection .postdetay .hotornotdetay {
   width: 100%;
   float: left;
   margin: 20px 0;
   position: relative;
 }

 .postdetailsection .postdetay .hotornotdetay .yuzdegoster {
   width: 30%;
   border-radius: 50px;
   background: white;
   margin: 0 auto;
   position: absolute;
   top: 25%;
   left: 35%;
   padding: 20px;
 }

 .postdetailsection .postdetay .hotornotdetay .sonucbtn {
   width: 100%;
   float: left;
 }

 .postdetailsection .postdetay .hotornotdetay .sonucbtn a {
   font-size: 14px;
   font-weight: 300;
   background-color: #d2d2d2;
   border: #d2d2d2;
   border-radius: 20px;
 }

 .postdetailsection .postdetay .hotornotdetay .yuzdegoster ul {
   margin: 0;
   padding: 0;
 }

 .postdetailsection .postdetay .hotornotdetay .yuzdegoster ul li {
   float: left;
   list-style-type: none;
   text-align: center;
   background-color: red;
   margin: 0 10px;
   border-radius: 50px;
   padding: 14px 5px;
   color: white;
   font-size: 31px;
 }

 .postdetailsection .postdetay .hotornotdetay .yuzdegoster ul li:last-child {
   float: left;
   list-style-type: none;
   text-align: center;
   background-color: green;
   margin: 0 10px;
   border-radius: 50px;
   padding: 14px 5px;
   color: white;
   font-size: 31px;
 }


 .postdetailsection .postdetay .hotornotdetay input[type="radio"] {
   position: absolute;
   display: none;
 }

 .postdetailsection .postdetay .hotornotdetay label {
   margin: 20px 0;
   width: 49%;
 }

 .postdetailsection .postdetay .hotornotdetay span {
   width: 100%;
   display: inline-block;
   background-color: #f6f6f6;

   color: gray;
   border-radius: 25px;
   text-align: center;
   margin: 3px 0px;
   border: 1px solid #f6f6f6;
   transition: all 0.2s;
   padding: 10px 20px;
   cursor: pointer;
 }
 body.dark .postdetailsection .btn-dark{
     background-color:#fff;
     color:#000;
 }

 .dahafazlabtn {
   width: 100%;
   float: left;
 }

 .dahafazlabtn a {
   background-color: #4E91F6;
   border-radius: 20px;
   padding: 5px 10px;
   color: #fff;
   border:none;
 }

 .postdetailsection .postdetay .hotornotdetay input:checked+span {
   border: 1px solid #464646;
   background-color: #464646;
   color: #fff;
   transition: all 0.2s;
 }

 .postdetailsection .postdetay img {
   margin-bottom: 22px;
   max-height:500px;
   object-fit:fill;
   width:100%;
   margin-top:20px;
 }

 .postdetailsection .postdetay .polldetay .cevaplar {
   border: 1px solid gray;
   margin-bottom: 10px;
   width: 100%;
   float: left;
   border-radius: 5px;
   padding: 5px;

 }

 .postdetailsection .postdetay .polldetay .cevaplar2 {

   margin: 11px 0;
   width: 90%;
   float: left;


 }

 .postdetailsection .postdetay .polldetay .cevaplar2 .progress {
   height: 35px;
   background: transparent;
   border: 1px solid #a3a3a3;

 }

 .postdetailsection .postdetay .polldetay .cevaplar2 .progress .progress-bar {
   background: #3c91d9;
 }

 .postdetailsection .postdetay .polldetay .cevapoy {
   width: 10%;
   float: left;
 }

 .postdetailsection .postdetay .polldetay .cevapoy h5 {
   margin: 0;
   font-size: 18px;
 }

 .postdetailsection .postdetay .polldetay .cevapoy small {
   font-size: 14px;
   font-style: italic;
 }

 .postdetailsection .postdetay .polldetay .cevaplar label {
   position: relative;
   top: -5px;
   left: 10px;
 }

 .postdetailsection .postdetay .polldetay .cevaplar input[type="radio"] {
   appearance: none;
   border: 1px solid #d3d3d3;
   width: 25px;
   height: 25px;
   content: none;
   outline: none;
   border-radius: 0;
   margin: 0;

 }

 .postdetailsection .postdetay .polldetay .cevaplar input[type="radio"]:checked {
   appearance: none;
   border-radius: 100%;
   outline: none;
   padding: 0;
   content: none;
   border: none;
   width: 25px;
   height: 25px;
 }

 .postdetailsection .postdetay .polldetay .cevaplar input[type="radio"]:checked::before {
   position: absolute;
   background: black;
   width: 25px;
   padding: 2px;
   height: 25px;
   color: white !important;
   content: "\00A0\2713\00A0" !important;
   border: 1px solid #d3d3d3;
   font-weight: bolder;
   font-size: 13px;

 }


 .postdetailsection .postdetay .quizdetay {
   margin: 50px 0;
   width: 100%;
   position: relative;
   float: left;
   margin: 10px 0;
 }

 .postdetailsection .postdetay .quizdetay .quizresimdis .quizresim {
   width: 33%;
   float: left;
   padding: 0px 10px;
 }

 .postdetailsection .postdetay .quizdetay .quizresimdis .quizresim img {
   margin: 0;
 }

 .postdetailsection .postdetay .quizdetay .quizresimdis .quizresim label {
   background: #443737;
   padding: 10px;
   width: 100%;
   color: white;
 }

 .postdetailsection .postdetay .quizdetay .quizyazidis .quizyazi {
   margin: 10px 0;
 }

 .postdetailsection .postdetay .quizdetay .quizyazidis .quizyazi label {

   border: 1px solid gray;
   padding: 10px;
   border-radius: 5px;
   width: 100%;

 }

 .onaylandisection {
   margin-top: 10vh;
 }

 .onaylandisection i {

   color: green;
   font-size: 30vh;
 }

 .onaylandisection h1 {
   margin-top: 50px;
 }

 .onaylandisection a {
   padding: 15px 50px;
   border-radius: 20px;
 }

 .postdetailsection .reklambanner img {
   margin: 10px 0;
 }
 .postdetailsection .sagustlist .list-group,
 .postdetailsection .sagaltlist .list-group{
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0px 25px 25px 0px;
 }
 .postdetailsection .sagustlist .list-group-item:first-child, .postdetailsection .sagaltlist .list-group-item:first-child {
    border-radius: 0px 30px 0px 0px;
}
.postdetailsection .sagustlist .list-group-item:last-child, .postdetailsection .sagaltlist .list-group-item:last-child {
    border-radius: 0px 0px 30px 0px;
}

 .postdetailsection .sagustlist .list-group-item {
   border:none;
   border-radius: 0;
   transition: all 0.2s ease;
 }
 .postdetailsection .sagustlist .list-group-item:not(:first-child):hover{
     background-color: #ccecf9 !important;
 }
 .postdetailsection .sagustlist .list-group-item:first-child{
     padding:20px;
 }
 postdetailsection .sagustlist .list-group-item:first-child h5{
     font-size:58px;
 }

 body.dark .postdetailsection .sagustlist .list-group-item {
   background-color: #000;
   transition:.2s;
   border:1px solid #555;
 }
body.dark .postdetailsection .sagustlist .list-group-item:not(:first-child):hover{
    background-color:#fff !important;
}

 .postdetailsection .sagustlist .baslikaciklama {
   width: 80%;
   float: left;
   padding: 5px;
 }

 .postdetailsection .sagustlist .baslikaciklama a {
   color: black;
   text-decoration: none;
 }

 body.dark .postdetailsection .sagustlist .baslikaciklama a {
   color: #fff;
   transition:.2s;
 }
 body.dark .postdetailsection .sagustlist .list-group-item:hover .baslikaciklama a{
     color: black;
 }

 .postdetailsection .sagustlist .profilresim {
   width: 20%;
   float: left;
   padding: 5px;
 }
 .postdetailsection .sagustlist .profilresim img{
     border-radius:50%;
    object-fit: cover;
 }
.postdetailsection .sagustlist h5{
    font-size:18px;
        text-transform: uppercase;
}
.postdetailsection .sagustlist h5 img{
    margin-right:5px;
}
.postdetailsection .sagaltlist h5{
     text-transform: uppercase;
        font-size:18px;
}
 .postdetailsection .sagustlist .baslikaciklama h6 {
   font-size: 13px;
   margin: 2px 0;
 }
 body.dark .iceriksection .sagustlist .list-group-item:hover .baslikaciklama small img,
 body.dark .postdetailsection .sagustlist .list-group-item:hover .baslikaciklama small img{
    filter:invert(1);
}
body.dark .iceriksection .sagustlist .list-group-item{
    border:1px solid #555;
}

 body.dark .postdetailsection .sagustlist .baslikaciklama h6 {
   color: #fff;
   transition:.2s;
 }
 body.dark .postdetailsection .sagustlist .list-group-item:hover .baslikaciklama h6{
     color:black;
 }


 .postdetailsection .sagustlist .baslikaciklama p {
   font-size: 11px;
   color: gray;
   margin: 2px 0;
 }

 body.dark .postdetailsection .sagustlist  .baslikaciklama p {
   color: rgba(255, 255, 255, 0.75);
   transition:.2s;
 }
  body.dark .postdetailsection .sagustlist .list-group-item:hover .baslikaciklama p{
      color:black;
  }

 .postdetailsection .sagustlist small {
   font-size: 11px;
 }

 .postdetailsection .sagustlist small a {
   color: black;
   text-decoration: revert !important;
   font-weight: 600;
 }

 body.dark .postdetailsection .sagustlist small a,
 body.dark .postdetailsection .sagustlist small i,
 body.dark small span {
   color: #FFF;
   transition:.2s;
 }
  body.dark .postdetailsection .sagustlist .list-group-item:hover small a,
 body.dark .postdetailsection .sagustlist .list-group-item:hover small i,
 body.dark .list-group-item:hover small span {
   color: black;
 }



 .postdetailsection .sagaltlist {
   margin-top: 10px;
 }

 .postdetailsection .sagaltlist .list-group-item {
   border-radius: 0;
  border:none;
   padding: 15px 10px;
 }

 .postdetailsection .sagaltlist .list-group-item:first-child h5{
     background-color:#4E91F6;
     padding:7px 0px 7px 22px !important;
     border-radius:15px 15px 0px 0px;
     color:#fff;
     font-weight:500;
     width:100%;
 }
 .postdetailsection .sagaltlist .list-group-item:first-child h5 img{
     display:none;
 }
 
 body.dark .postdetailsection .sagaltlist .list-group-item {
   background-color: #000;
 }
body.dark .postdetailsection .sagaltlist .list-group-item:hover{
      background-color: #fff;
}
body.dark .postdetailsection .sagaltlist .list-group-item:hover .profildetay a,
body.dark .postdetailsection .sagaltlist .list-group-item:hover .profildetay h5,
body.dark .postdetailsection .sagaltlist .list-group-item:hover  .profildetay small,
body.dark .postdetailsection .sagaltlist .list-group-item:hover .takipbuton a{
    color:#000;
}
 .postdetailsection .sagaltlist .profilresim {
   width: 15%;
   float: left;
 }

 .postdetailsection .sagaltlist .profildetay {
   width: 40%;
   float: left;
 }

 .postdetailsection .sagaltlist .takipbuton {
   width: 45%;
   float: left;
 }

 .postdetailsection .sagaltlist .profildetay a {
   color: black;
   text-decoration: none;
 }

 body.dark .postdetailsection .sagaltlist .profildetay a {
   color: #fff;
 }



 .postdetailsection .sagaltlist .profildetay h5 {
   color: #3f4f56;
   font-size: 16px;
   margin: 0 0;
 }

 .postdetailsection .sagaltlist .profildetay small {
   color: #3f4f56;
   font-size: 12px;
   margin: 0 0;
 }

 .postdetailsection .sagaltlist .takipbuton a {
   margin-top: 20px !important;
   font-size: 14px;
   color: #3f4f56;
   text-decoration: none;
   padding: 5px;
   border: 1px solid;
   border-radius: 20px;
 }

 .postdetailsection .breadcrump .breadust {
   width: 100%;
   float: left;
   margin-top: 15px;
   display:block;
 }

 .postdetailsection .breadcrump .breadust ul {
   padding: 0;
   margin: 0;
 }

 .postdetailsection .breadcrump .breadust ul li {
   float: left;
   list-style-type: none;
 }

 .postdetailsection .breadcrump .breadust ul li a {
   font-size: 14px;
   font-weight: 300;
   text-decoration: none;
   color: black;
 }

 .postdetailsection .breadcrump .breadust ul li a.active {
   font-weight: 600;
   color: black;
 }

 .postdetailsection .breadcrump .breadust ul li:after {
   content: "\f105";
   /* FontAwesome Unicode */
   font-family: FontAwesome;
   padding: 0 10px;
 }

 .postdetailsection .breadcrump .breadust ul li:last-child::after {
   content: " ";
   /* FontAwesome Unicode */
   font-family: FontAwesome;
   padding: 0;
 }

 .postdetailsection .breadcrump .breadalt {
   width: 100%;
   float: left;
   margin: 10px;
   padding-right: 100px;

 }

 .postdetailsection .breadcrump .breadalt .soldiv {
   float: left;
   width: 50%;
 }

 .postdetailsection .breadcrump .breadalt .soldiv ul {
   margin: 0;
   padding: 0;
   display:flex;
   align-items:center;
 }

 .postdetailsection .breadcrump .breadalt .soldiv ul li {
   background-color: #999999;
   color: white;
   padding: 10px 20px;
   border-radius: 20px;
   list-style-type: none;
   margin-right: 10px;
   font-size: 12px;
   margin-top: 20px;
   white-space:nowrap;
 }

 .postdetailsection .breadcrump .breadalt .soldiv ul li:last-child {
   background-color: transparent;
   color: black;
   padding: 4px 10px;
   border-radius: 20px;
   list-style-type: none;
   margin-right: 10px;
   font-weight: 500;
   font-size: 16px;
 }


 .postdetailsection .breadcrump .breadalt .sagdiv {
   float: left;
   width: 50%;
   margin-top:22px;
   display:block;
 }
.post-time{
      display:none;
  }


 .postdetailsection .breadcrump .breadalt .sagdiv ul {
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: end;
 }

 .postdetailsection .breadcrump .breadalt .sagdiv ul li:first-child {
   float: left;

   color: black;


   list-style-type: none;
   font-size: 14px;
   border-radius: 0;
   border: 0;
 }

 .postdetailsection .breadcrump .breadalt .sagdiv ul li:nth-child(2) {
   font-size: 16px;
   border: 0;
   border-right: 1px solid gray;
   border-radius: 0;
   margin-left: 0;

 }

 .postdetailsection .breadcrump .breadalt .sagdiv ul li {
   float: left;
   color: black;
   margin-left: 10px;
   padding: 3px 9px;
   border: 1px solid black;
   border-radius: 60px;
   list-style-type: none;
   font-size: 13px;
 }

 .postdetailsection .postdetay {
   margin: 50px 0;
   width: 100%;
   float: left;
   padding-right: 100px;
 }

 .postdetailsection .postdetay h2 {
   font-size: 22px;
 }
.postdetailsection .postdetay h2 {
    margin-block: 20px 25px;
}
 .postdetailsection .postdetay p {
   color: #777777;
   margin: 15px 0;
   line-height: 31px;
   word-break: break-word;

 }

 body.dark .postdetailsection .postdetay p {
   color: rgba(255, 255, 255, 0.75);

 }

 .postdetailsection .yorumlardiv {
   width: 100%;
   float: left;
   position: relative;
   padding-right: 100px;
 }

 .postdetailsection .yorumlardiv h1,
 .postdetailsection .yorumlardiv h4 {
   font-size: 22px;
 }

 .postdetailsection .yorumlardiv textarea {
   background-color: #ccecf9;
   border-radius: 20px;
   margin: 10px 0;
 }

 .postdetailsection .yorumlardiv .btn-primary {
   color: #385865;
   background: #ccecf9;
   border-color: #ccecf9;
   padding: 5px 25px;
 }

 .yorumlar{
     padding:13.28px;
 }
 .postdetailsection .yorumlardiv .yorumyapan {
   width: 100%;
   float: left;
   margin: 10px 0;
 }

 .postdetailsection .yorumlardiv .yorumyapan span {
   font-weight: 600;
   font-size: 15px;
 }

 .postdetailsection .yorumlardiv .yorumyapan span a img {
   border-radius: 25px;
   border: 2px solid black;
 }

 body.dark .postdetailsection .yorumlardiv .yorumyapan span a {
   color: #fff;
 }

 .postdetailsection .yorumlardiv .pull-right img {
   border-radius: 25px;
   border: 2px solid black;
 }

 .postdetailsection .yorumlardiv .yorumyapan .span1 {
   font-weight: 300 !important;
   margin: 0 10px;
   font-size: 12px;
 }

 .postdetailsection .yorumlardiv .yorumyapan .span1 i {
   font-weight: 300 !important;
   font-size: 17px;
 }

 body.dark .postdetailsection .yorumlardiv .yorumyapan .span1 i,
 body.dark .postdetailsection .yorumlardiv .yorumyapan .span1,
 body.dark .etiket li a{
   color: #fff;
 }
.etiket li a{
    font-style:italic;
    font-size:14px;
}
 .postdetailsection .yorumlardiv .yorumyapan p {
   margin: 10px 0;
   background-color: #e5e5e5;
   color: black;
   padding: 10px;
   border-radius: 10px;
   font-size: 14px;
 }

 .postdetailsection .yorumlardiv .yorumyapan ul {
   padding: 0;
   margin: 0;
   display: flex;
   justify-content: end;
 }

 .postdetailsection .yorumlardiv .yorumyapan ul li {
   margin: 5px 10px;
   list-style-type: none;
 }

 .postdetailsection .yorumlardiv .yorumyapan ul li a {
   color: black;
 }

 body.dark .postdetailsection .yorumlardiv .yorumyapan ul li a {
   color: #fff;
 }

 .postdetailsection .yorumlardiv .yorumyapan ul li a i {
   padding: 2px 5px;
   border: 2px solid #000;
   border-radius: 20px;
   font-size: 20px !important;
 }



 .postdetailsection .yorumlardiv .altyorumyapan span {
   font-weight: 600;
   font-size: 12px;
 }

 .postdetailsection .yorumlardiv .altyorumyapan .span1 {
   font-weight: 300 !important;
   margin: 0 10px;
   font-size: 14px;
 }

 .postdetailsection .yorumlardiv .altyorumyapan .span1 i {
   font-weight: 300 !important;
   font-size: 14px;
 }

 .postdetailsection .yorumlardiv .altyorumyapan {
   margin: 20px 0 0 0;
   position: relative;
   float: right;
   width: 100%;
   text-align: right;
 }

 .postdetailsection .yorumlardiv .altyorum {
   margin: 10px 0;
   background-color: #e5e5e5;
   color: black;
   border-radius: 10px;
   float: right;
   width: 85%;
   font-size: 14px;
   position: relative;
 }

 .postdetailsection .yorumlardiv .altyorumdiv {
   width: 80%;
   float: right;
   position: relative;
 }

 .postdetailsection .yorumlardiv .altyorumdiv textarea {
   background-color: #e5e5e5;
   border-radius: 10px;
   margin: 10px 0;
 }

 .postdetailsection .yorumlardiv .altyorumdiv .btn-primary {
   background-color: #e5e5e5;
   float: right;
 }

 .girismodal .modal-content {
   background: url("../img/modal-bg.png");
   background-repeat: no-repeat;
   width: 445px;
   height: 525px;
 }

 .girismodal .modal-footer,
 .modal-header {
   border: 0;
 }

 .girismodal .modal-header img {
   padding-top: 10px;
   margin: 0 auto;
 }

 .girismodal .modal-body .giriskayitol {
   padding: 5px 50px;
 }

 .girismodal .modal-body .giriskayitol .btn-primary {
   background-color: #e5e5e5;
   border: #e5e5e5;
   color: gray;
   border-radius: 20px;
   font-size: 13px;
   padding: 10px 30px;
 }

 .girismodal .modal-body .giriskayitol .soldiv {
   float: left;
   width: 50%;
   padding-right: 10px;
   text-align: left;
 }

 .girismodal .modal-body .giriskayitol .sagdiv {
   float: left;
   width: 50%;
   padding-left: 10px;
   text-align: right;
 }

 .girismodal .modal-body .giriskayitol p {
   color: #bcb2b2;
   border-bottom: 1px solid #eee;
   padding: 10px 0;
 }

 .girismodal .modal-body .giriskayitol p a {
   color: #fff;
   text-decoration: none;
   font-weight: 500;
 }

 .girismodal .modal-body .giriskayitol h3 {
   text-align: center;
   color: white;
   margin-top: 28px;
   font-size: 14px;
   float: left;
   width: 100%;
 }

 .girismodal .modal-footer {
   padding-top: 0;
 }

 .girismodal .modal-footer p {
   padding: 0px 20px;
   font-size: 12px;
   text-align: justify;
   color: #bcb2b2;
 }

 .kategorisection .btn-dark {
   background-color: #4E91F6;
   border-radius: 20px;
   color: #fff;
   transition:.2s;
   border:none;
   margin-bottom:30px;
 }

 .kategorisection .borderright hr {
   width: 300px;
   border-top: 3px solid black;
   opacity: 100%;
   margin-top: 0;
   margin-bottom: 20px;
 }
 .kategorilist .sagdetay .icerikTwo{
          display:none;
      }
 body.dark .kategorisection .borderright hr {
   border-top: 3px solid #ddd;
 }

 .kategorisection .borderright {
   border-right: 2px solid #e5e5e5;
 }
 body.dark .kategorisection .borderright {
   border-right: 2px solid #ddd;
   background-color:#000;
 }

 .kategorisection .reklambanner img {
   margin: 30px 0;
 }

 .kategorisection .kategorilist {
   width: 100%;
   float: left;
   margin-bottom: 40px;
   flex-wrap:wrap;
   padding:0;
 }

 .kategorisection .kategorilist hr {
   height: 5px;
   width: 30%;
   background: #464646 !important;
 }

 .kategorisection .kategorilist .soldetay {
   width: 40%;
   float: left;
   padding: 0 0 10px 0px;
 }


 .kategorisection .kategorilist .soldetay img {
   border-radius: 8px;
    object-fit:fill;
 }

 .kategorisection .kategorilist .sagdetay {
   width: 60%;
   float: left;
   padding-left:20px;
   
 }
 

 .kategorisection .kategorilist .sagdetay ul {
   padding: 0;
   margin: 0;
   display: flex;
   align-items:center;
   gap:15px
 }

 .kategorisection .kategorilist .sagdetay ul li {
   list-style-type: none;
   float: left;
  
 }
 .category-text{
     display:none;
 }

 /*.kategorisection .kategorilist .sagdetay ul li:first-child {
   margin-left: 0 !important;
 }
*/
 .kategorisection .kategorilist .sagdetay ul li img {
   width: 20px;
 }

 .kategorisection .kategorilist .sagdetay ul li span {
   color: #858585;
   font-size: 13px;
   white-space:nowrap;
   
   font-weight:300;
 }
 
 body.dark .kategorisection .kategorilist .sagdetay ul li span {
   color: #fff;

 }

 .kategorisection .kategorilist .sagdetay h4 {
   margin: 0;
   font-weight: 300;
   font-size: 23px;
   line-height: 30px;
 }

 .kategorisection .kategorilist .sagdetay a,
 .kategorisection .kategorilist .sagdetay h4 a {
   color: black;
   text-decoration: none;
   font-size: 14px;
 }
 .kategorisection .kategorilist .sagdetay a{
     color:gray;
     font-weight:500;
 }
 .writer-box{
     display:unset;
 }
 .writer-img{
     width: 36px;
    height: 36px;
    background: black;
    border-radius: 50%;
    margin-right: 5px;
    display:none;
 }
 .sol-img{
     width:300px;
     height:200px;
 }

 body.dark .kategorisection .kategorilist .sagdetay a,
 body.dark .kategorisection .kategorilist .sagdetay h4 a,
 body.dark .kategorisection .kategorilist .sagdetay small{
   color: #fff;

 }

 .kategorisection .kategorilist .sagdetay h4 a {
   font-weight: 600;
   font-size: 18px;
 }

 .kategorisection .kategorilist .sagdetay small {
   margin-top: 40px;
   font-style: italic;
   color: gray;
   font-weight:300;
 }

 .kategorisection .sagsidebar .digerkategori {
   width: 100%;
   position: relative;
   float: left;
 }
.kategorisection .sagsidebar .digerkategori img{
    object-fit:fill;
    width: 107px;
    height: 98px;
    border-radius:5px;
}

  .kategorisection .sagsidebar .solresim {
    padding-left: 0;
    width: 35%;
    /* padding: 7px; */
    position: relative;
    float: left;
    padding-top: 13px;
    padding-bottom: 15px;
}
 

 .kategorisection .sagsidebar .solresim span {
    background: #fe9f24;
    color: white;
    padding: 4px 10px;
    position: absolute;
    font-size: 14px;
    left: 0px;
    top:12px;
    font-weight: 600;
}

 .kategorisection .sagsidebar .sagbaslik {
   width: 65%;
   padding: 10px;
   position: relative;
   float: left;
 }

 .kategorisection .sagsidebar .sagbaslik h5 {
   font-size: 13px;
 }

 .kategorisection .sagsidebar .sagbaslik h5 a {
   color: black;
   text-decoration: none;
 }
 body.dark .kategorisection .sagsidebar .sagbaslik h5 a,
 body.dark .kategorisection .sagsidebar .sagbaslik p{
     color:#fff;
 }

 .kategorisection .sagsidebar .sagbaslik p {
   font-size: 11px;
   color: #858585;
 }
.kategorisection .borderright h4,
.kategorisection .sagsidebar h4{
 
    font-weight:600;
}
body.dark .kategorisection .borderright h4,
body.dark .kategorisection .sagsidebar h4{
 padding-top: 15px;
}
 .category-line{
     width:75%;
     height:3px;
 }
 body.dark .kategorisection .col-md-3{
     background-color:black;
     
 }

 footer {
   width: 100%;
   background-color:#464646;
   padding: 25px 0px 79px 0px;
 }

 footer ul {
   padding: 0;
   margin-top: 20px;
 }

 footer ul li {
   float: left;
   list-style-type: none;
   padding: 2px 4px;
   color: #fff !important;
 }
 body.dark footer ul li,
 body.dark  footer ul li a{
     color:#fff;
 }

 footer ul li a {
   color: #fff;
   text-decoration: none;
 }

 footer .sosyaldiv {
   padding: 0 150px;
 
 }

 .bgmavi {
   background-color: #ccecf9 !important;
 }

 .bordersoldiv {
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
 }

 .bordersagdiv {
   border-bottom: 1px solid #ccc;
 }




 .writer-box{
     display:none;
 }












 .videolarsection {
   margin-top: 50px;
 }

 .videolarsection h4 {
   font-size: 5vh;
   font-weight:600;
 }

 .videolarslider .item {
   margin: 10px;
 }

 .videolarslider .videodetay h5 {
   font-size: 14px;
   font-weight:700;
    padding-right:8px;
 }

 body.dark .videolarslider .videodetay h5 {
   color: #fff;
 }

 .videolarslider .videodetay p {
   font-size: 14px;
   color: #000;
   height: 36px;
   padding-right:8px;
 }

 body.dark .videolarslider .videodetay p {
   color: rgba(255, 255, 255, 0.75);
 }


 .videolarslider .videoul ul {
   padding: 0;
   margin: 0;
   display:flex;
   align-items:center;
   justify-content:start;
  
 }


 .videolarslider .videoul ul li {
   float: left;
   list-style-type: none;
   width: 25%;
   text-align: center;
   white-space: nowrap;
 }

 .videolarslider .videoul ul li:nth-child(2) {
   /*width: 50% !important;*/
   text-align: revert;
   margin-right:15px;
 }

 .videolarslider .videoul ul li:nth-child(2) a {
   color: black;
   font-weight: 500;
 }

 .videolarslider .videoul ul li a {
   font-size: 12px;
   color: gray;
 }

 body.dark .videolarslider .videoul ul li a {
   color: #fff;
 }

 .videolarslider .videoul ul li img {
   width: 25px !important;
   float: left;
   margin-right: 8px;
   border: 2px solid #3f4f56;
   border-radius: 50%;
 }


 .videolarslider .owl-carousel .owl-dots.disabled,
 .videolarslider .owl-carousel .owl-nav.disabled {
   display: block;
 }

 .videolarslider .owl-theme .owl-nav [class*=owl-] {
   color: black;
   font-size: 20px;

   border: 3px solid black;
   border-radius: 50px;

 }

 body.dark .videolarslider .owl-theme .owl-nav [class*=owl-] {
   color: #fff;
   border: 3px solid #fff;
 }

 body.dark .videolarslider .owl-carousel .owl-prev i,
 body.dark .videolarslider .owl-carousel .owl-next i {
   box-shadow: none;
 }

 .videolarslider .owl-carousel .owl-prev {
   left: -55px;
   top: 58px;
   position: absolute;
 }

 .videolarslider .owl-carousel .owl-next {
   right: -55px;
   top: 58px;
   position: absolute;
 }

 .videolarslider .owl-carousel .owl-prev i,
 .videolarslider .owl-carousel .owl-next i {
   padding: 0px 15px;
   font-size: 45px;
 }

 .kayittamamsection .kayiticon {
   width: 10%;
   float: left;
   font-size: 55px;
   color: #FF6175;
 }

 .kayittamamsection .kayityazi {
   float: left;
   font-style: italic;
   font-size: 26px;
   display:flex;
   align-items:center;
 }

 .kayittamamsection .kayitanadiv {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items:center;
 }

 .kayittamamsection .kayittamamla {
   width: 300px;
   border: 1px solid black;
   border-radius: 20px;
   margin-top: 50px;
   padding: 40px;
   margin: 0 auto;
 }


 .kayittamamsection .kayittamamla .profilresim {
   margin: 20px auto;
   position: relative;
   border-radius: 100%;
   height: 130px;
   width: 130px;
   z-index: 2;
 }

 .kayittamamsection .kayittamamla .profilresim img {
   height: 100%;
   width: 100%;
   border-radius: 100%;
 }

 .kayittamamsection .kayittamamla .profilinput {
   position: relative;
 }

 .kayittamamsection .kayittamamla .profilinput input {
   border: 1px solid black;
   font-style: italic;
   text-align: center;
   font-size: 25px;
 }
.kayittamamsection .kayittamamla .profilinput input::placeholder {
  font-size: 15px;
}

 .kayittamamsection .kayittamamla .profilbtn {
   margin-top: 20px;
   position: relative;
 }

 .kayittamamsection .kayittamamla .profilbtn a {
   background-color: #005b0f;
   border: #005b0f;
   border-radius: 5px;
   font-size: 21px;
 }


 .kayittamamsection .kayittamamla .overlaydiv {

   position: absolute;
   bottom: 0;
   top:-10%;
   left: 0;
   right: 0;
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.5);
   /* Black see-through */
   width: 100%;
   height:100%;
   opacity: 0;
   text-align: center;
   border-radius: 100%;
   color: white;

 }

 .kayittamamsection .kayittamamla .overlaydiv i {

   color: #b0b0b0;
   position: relative;
   top: 40%;
   font-size: 30px;


 }


 .kayittamamsection .kayittamamla .profilresim:hover .overlaydiv {
   opacity: 1;
 }

 .kayittamamsection .kayittamamla .profilinput .filegizle {
   display: none;
 }















 .addpostsection {
   margin-top: 50px;
   margin-bottom: 80px;
 }

 .addpostsection .solbtn {
   background: #ff9242;
   width: 100px;
   border-radius: 0;
   border: #ff9242;
   color: white;
   position: fixed;
   left: 0;
   height: 100vh;
   top: 0;
 }

 .addpostsection .solbtn:hover {
   background: #d16d26;
   border: #d16d26;
   color: white;
 }

 .addpostsection .solbtn span {
   position: absolute;
   top: 50vh;
   left: 35px;
   left: 0;
   right: 0;
 }

 .addpostsection .sagbtn {
   background: #006dae;
   width: 100px;
   position: fixed;
   right: 0;
   border-radius: 0;
   border: #006dae;
   color: white;
   height: 100vh;
   top: 0;
 }

 .addpostsection .sagsubmitbtn span {
   position: absolute;
   top: 50vh;
   left: 0;
   right: 0;
 }

 .addpostsection .sagsubmitbtn {
   background: #4caf50;
   width: 100px;
   position: fixed;
   right: 0;
   border-radius: 0;
   border: #4caf50;
   color: white;
   height: 100vh;
   top: 0;
 }

 .addpostsection .sagbtn span {
   position: absolute;
   top: 50vh;
   left: 0;
   right: 0;
 }

 .addpostsection .alert-warning {
   background: #cacaca;
   color: black;
   border: #cacaca;
 }

 .addpostsection .alert-warning p {
   color: gray;
 }

 .addpostsection .alert-warning a {
   line-height: 1;
   font-weight: 300;
 }

 .addpostsection .alert-warning a div {
   float: left;
   width: 50%;
   padding: 5px;
 }

 .addpostsection .alert-warning a div img {
   margin-left: 5px;
 }

 .addpostsection .form-control {
   border-color: gray;
   font-weight: bold;
 }

 .addpostsection .kategoriul {
   margin: 0;
   padding: 0;
   display:flex;
   flex-wrap: wrap;

 }
 @media (max-width:767px){
      .addpostsection .kategoriul{
        padding-bottom:30px;
      }
 }

 .addpostsection .kategoriul li {
   float: left;
   list-style-type: none;
   padding: 10px;
   width: 33.3%;
 }

 .addpostsection .kategoriul li input[type="radio"] {
   position: absolute;
   display: none;
 }

 .addpostsection .kategoriul li label {
   width: 100%;
 }

 .addpostsection .kategoriul li span {
   width: 100%;
   display: inline-block;
   background-color: rgba(255, 255, 255, 0.9);
word-wrap: break-word;
   color: gray;
   border-radius: 25px;

   margin: 3px 0px;
   border: 1px solid gray;
   transition: all 0.2s;
   padding: 15px 18px;
   cursor: pointer;
 }

 .addpostsection .kategoriul li input:checked+span {
   border: 1px solid #464646;
   background-color: #464646;
   color: #fff;
   transition: all 0.2s;
 }

 .addpostsection .dragdropdiv {
   border: 1px dashed gray;
   padding: 20px;
   border-radius: 60px;
   position: relative;
   margin-bottom:15px;
 }

 .addpostsection .dragdropdiv span {
   color: gray;
 }

 .addpostsection .dragdropdiv a {
   background: #969696;
   border: #969696;
   border-radius: 20px;
 }

 .addpostsection .dragdropdiv .file-upload-input {
   position: absolute;
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   outline: none;
   color: transparent;
   top: 0;
   border-radius: 60px;
   cursor: pointer;
   left: 0;
 }


 input.file-upload-input2::file-selector-button {
   display: none !important;
 }

 input.file-upload-input::file-selector-button {
   display: none !important;
 }

 input.fluImage::file-selector-button {
   display: none !important;
 }


 .bordersosyalmedya {
   border-radius: 50%;
   padding: 3px 8px;
   margin:5px 8px;
 }
 .bordersosyalmedya a{
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px 10px;
}


 .tabcontent {
   display: none;
 }

 .cookie-consent-banner {
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 2147483645;
   box-sizing: border-box;
   width: 100%;

   background-color: #F1F6F4;
 }
 body.dark .cookie-consent-banner{
        background-color: #000;
 }

 .cookie-consent-banner__inner {
   max-width: 960px;
   margin: 0 auto;
   padding: 32px 0px;
 }

 .cookie-consent-banner__copy {
   margin-bottom: 16px;
 }

 .cookie-consent-banner__actions {}

 .cookie-consent-banner__header {
   margin-bottom: 8px;

   font-family: "CeraPRO-Bold", sans-serif, arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
   padding-top:8px;
 }


 .cookie-consent-banner__description {
   font-family: "CeraPRO-Regular", sans-serif, arial;
   font-weight: normal;
   color: #838F93;
   font-size: 16px;
   line-height: 24px;
 }

 .cookie-consent-banner__cta {
   box-sizing: border-box;
   display: inline-block;
   min-width: 164px;
   padding: 11px 13px;

   border-radius: 5px;

   background-color: #2CE080;

   color: #FFF;
   text-decoration: none;
   text-align: center;
   font-family: "CeraPRO-Regular", sans-serif, arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 20px;
 }

 .cookie-consent-banner__cta--secondary {
   padding: 9px 13px;

   border: 2px solid #3A4649;
   border-radius:5px;
   background-color: transparent;

   color: #2CE080;
 }

 .cookie-consent-banner__cta:hover {
   background-color: #20BA68;
 }

 .cookie-consent-banner__cta--secondary:hover {
   border-color: #838F93;

   background-color: transparent;

   color: #22C870;
 }

 /*.cookie-consent-banner__cta:last-child {
   margin-left: 16px;
 }*/

 footer p {
   color: white;
 }
 body.dark footer p,
 body.dark  footer i{
     color:#fff;
 }

 footer i {
   color: #fff;
 }

 .bootstrap-tagsinput .tag {
   line-height: 34px;
 }

 .addpostsection .mb-3 .bootstrap-tagsinput {
   padding: 15px 15px !important;
 }

 .flw-list {
   margin: 0;
   padding: 0;
   list-style: none;
 }

 .flw-list li {
   border-bottom: 1px solid;
   padding: 10px;
 }

 .flw-list li * {
   align-self: center !important;
 }

 .flw-list li p {
   margin: 0;
 }

 body.dark-mode .flw-list li p {
   color: #000;
 }

 @media (max-width: 768px) {
   .addpostsection .kategoriul li {
     width: 50%;
   }
 }

 .addpostsection .cevap-repeater input {
   font-weight: normal;
 }
 .ans-num{
  font-weight: bold;
}
.ans-name{
  display: inline-block;
  border: 1px solid gray;
  padding: 2px 25px;
  padding-bottom: 2px;
  border-radius: 25px;
  padding-right: 50px;
  font-weight: bold;
}
.ans-down{
  right: 4%;
  top: 4%;
}

 /*********** profile edit left line */
 .social-side {
   position: relative;
 }

 .social-side::before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   height: 90%;
   border-left: 3px solid #ddd;
   margin-left: 12px;
   display: block;
 }

 .social-side .social-form i {
   width: 45px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   border: 1px solid #000;
   background: transparent;
   color: #333;
   border-radius: 50%
 }

 body.dark-mode .social-side i {
   width: 45px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   border: 1px solid #fff;
   background: transparent;
   color: #fff;
   border-radius: 50%
 }
 body.dark-mode  .input-group-text{
     background-color:#333;
     color:#ddd;
 }

 .social-side input::placeholder {
   font-size: 12px;
   font-style: italic;
 }
body.dark-mode .social-side input::placeholder {
  color: #ddd;
 }

 body.dark-mode #profile-side-menu .profile-box.data .follow a {
   color: rgba(255, 255, 255, 0.75);
 }

body.dark-mode .comment-item .comment-name a{
    color: #fff;
}

 /* body.dark-mode .modal-dialog-scrollable .modal-content{
    background-color: #000;
 }
 body.dark-mode .modal-header .btn-close{
    color: #fff;
    background: #fff;
 } */

 @media (max-width:992px) {

   .social-side::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     height: 90%;
     border-left: 2px solid #ddd;
     margin-left: 12px;
     display: none;
   }

   .profile-content {
     margin-top: -160px;
   }
 }

 .cke_contents {
   height: 40vh !important;
 }

 .image-container {
   margin-top: 100px;
   width: 100%;
   max-width:340px;
   height: 340px;
   max-height:340px;
   background-color: #fff;
   background-image: url("/assests/images/bannerImg.png");
   background-size: cover;
   background-position: center;
   position: relative;
   padding: 20px;
   margin: auto;
   position:relative;
 }
  .image-container::after{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background-image:linear-gradient(100deg, rgba(51,51,51,0.5) 55%, rgba(0,0,0,0.4) 90%);
      z-index:1;
      
  }
  @media (min-width: 992px) {
  .image-container {
    max-width: 278px;
    max-height:278px;
  }
}

@media (min-width: 1200px) {
  .image-container {
     max-width: 260px;
     width:350px;
   
  }
 
}
@media (min-width: 1700px) {
  .image-container {
     max-width: 315px;
     width:350px;
}
    
}
 


 .postsshare {
   position: absolute;
   left: 3px;
   top: 0px;
 }
 
  .watch {
   position: absolute;
   right: 15px;
   top: 10px;
   z-index:2;
 }


 .watch i,
 .watch span {
   color: #fff;
 }

 .watch .text {
   font-size: 12px;
 }

 .write-title {
   position: absolute;
   bottom: 50px;
   z-index:2;
   color:#fff;
 }


 .write-title h5 {
   color: #fff;
   font-size: 16px;
 }

 .badge-wrap {
   position: absolute;
   bottom: 10px;
   left:1%;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index:2;
 }

 .badge-item {
   display: flex;
   align-items: center;
   background-color: #F5F5F5;
   padding: 2px 10px;
   border-radius: 25px;
   font-size: 12px;
 }
body.dark-mode .badge-item{
    background-color:#3C4048;
}


 .arrow {
   position: absolute;
   bottom: 10px;
   right: 0px;
   z-index:2;
 }

 .arrow button {
   background-color: transparent;
 }

body.dark  #output{
    background-color:#fff
}
 #output {
  min-height: 163px;
  max-height:228px;
  min-width: 265px;
  max-width: 40%;
  object-fit: contain;
  left:50%;
  top:-25%;
  border: 3px solid #969696;
  border-radius: 8px;
  position:absolute;
  color:#fff;
  font-size:25px;
 transform: translate(-50%);
 }
 #output2o{
     max-width:450px;
     width:100%;
 }
 #outputKapak{
  min-height: 163px;
  max-height:300px;
  min-width: 265px;
  max-width: 40%;
  object-fit: contain;
  left:50%;
  top:-25%;
  border: 3px solid #969696;
  border-radius: 8px;
  position:absolute;
  color:#fff;
  font-size:25px;
 transform: translate(-50%);
 }
 .like{
     width:200px;
     height:20px;
     border-radius:25px;
     background-color:#ededed;
     text-align:center;
    
 }
 .input-group{
     flex-wrap:nowrap;
 }
 .input-group-text{
     background-color:#fff;
     border-right:none;
 }
 .toast-header strong{
     color:#000;
 }
 .toast-body{
    color:#fff;
}
body.dark-mode .toast-body{
    color:#fff;
}
.srcCevapImage{
    height:300px;
}
#btn-back-to-top{
    z-index:5;
    position:fixed;
    bottom:60px;
    right:10px;
}
@media(max-width:767px){
    .btn-group-lg>.btn, .btn-lg{
        --bs-btn-padding-y:0.1rem;
        --bs-btn-padding-x:0.5rem;
    }
    .dragwrap{
        margin-bottom:208px;
    }
}
.turnBtn{
    padding:8px 12px;
    background-color:#dc3545;
    color:#fff;
}
.turnBtn:hover{
    color:black;
}
.userBtn {
        display: flex;
        align-items: center;
        height:41px;
        cursor: pointer;
        border-radius: 35px;
        border: none;
        padding-right: 18px;
        padding-left: 0;
        font-size: 14px;
        color: white;
        background-color: gray;
        position: relative;
      }
      .userImg {
        width: 41px;
        height:41px;
        object-fit:cover;
        border-radius: 50%;
        border: 2px solid black;
        margin-right: 10px;
      }
      .btn-item {
        position: absolute;
        inset:unset;
        transform: translate3d(100px, 45px, 0px);
        margin-top:38px;
        margin-right:49px;
         display:none;
      }
      .btn-item.active{
          display:block;
      }
      
       .btn-item a{
        background-color: gray;
        margin-bottom: 5px;
        padding: 2px 15px;
        border-radius: 20px; 
        color: white;
        font-size:13px;
        display:flex;
        align-items:center;
      }
      .backhome {
        background: var(--bodyBackgroundColor);
        height: 40px;
        padding: 0 20px;
        position: absolute;
        line-height: 40px;
        inset: 25px auto auto 25px;
        color: var(--bodyBackgroundColor2);
        text-decoration: none;
        box-shadow: 3px 3px 10px 0 rgb(0 0 0 / 15%);
   }
   body.dark .backhome{
       background: #333;
   }
    body.dark .backhome a{
        color:white;
    }
    body.dark .backhome i{
        color:white;
    }
   .backhome a{
       color:black;
   }
   .backhome i{
       color:black;
   }
}

      
      