html {
    scroll-behavior: smooth;
  }
  
  body {
      margin: 0;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
      color: #333e48;
      text-align: left;
      background-color: #f5f7fb;
      max-width: 100%;
      width: 100%;
  }
  
  a, a:hover, a:focus {
      color: #333e48;
      text-decoration: none !important;
      word-break: break-word;
  }
  
  a:not([href]):not([tabindex]) {
    color: unset;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 6px; 
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #212121;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #212121;
}


.p-0 { padding: 0; }
.p-1 { padding: 0.25rem; } /* 4px */
.p-2 { padding: 0.5rem; } /* 8px */
.p-3 { padding: 1rem; } /* 16px */
.p-4 { padding: 1.5rem; } /* 24px */
.p-5 { padding: 3rem; } /* 48px */
.pl-0 { padding-left: 0; }
.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 1rem; }
.pl-4 { padding-left: 1.5rem; }
.pl-5 { padding-left: 3rem; }

.pr-0 { padding-right: 0; }
.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 1rem; }
.pr-4 { padding-right: 1.5rem; }
.pr-5 { padding-right: 3rem; }

.pt-0 { padding-top: 0; }
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; }

.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }


.m-0 { margin: 0; }
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 1rem; }
.m-4 { margin: 1.5rem; }
.m-5 { margin: 3rem; }

.ml-0 { margin-left: 0; }
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 1rem; }
.ml-4 { margin-left: 1.5rem; }
.ml-5 { margin-left: 3rem; }

.mr-0 { margin-right: 0; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 1rem; }
.mr-4 { margin-right: 1.5rem; }
.mr-5 { margin-right: 3rem; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }



  main {
      min-height: 75vh;
  }
  
  .container-fluid {
      padding: 0;
  }
  
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
  
  .navbg {background: white;border-bottom: 1px solid #dedede;padding: 0;}
  
  .navbar {
      padding: 0;
  }
  
  .logo a img {height: 59px;margin-left: 5px;padding: 3px;}
  
  
  ul.menuli {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: center;
      align-content: center;
  }
  
  
  ul.menuli li {
      display: inline-block;
      height: 100%;
  }
  
  ul.menuli li .login-btn i {

  }
  
  ul.menuli li a.login-btn {
      color: #333e48;
      line-height: 0px;
      font-size: 25px;
  }
  
  ul.menuli li a {
      position: relative;
      display: block;
      height: 45px;
      padding: 10px;
      font-weight: 600;
  }
  
  ul.menuli li a {
      border-left: 1px solid #ebebeb;
  }
  
  ul.menuli li a.sepet-btn {
      /* border-right: 1px solid #ebebeb; */
      padding-right: 15px;
  }
  
  ul.menuli li a.sepet-btn i {
      font-size: 25px;
  }
  
  ul.menuli li a.sepet-btn span {
      position: absolute;
      right: 3px;
      top: 18px;
      width: 27px;
      height: 27px;
      background-color: #d80027;
      border-radius: 27px;
      text-align: center;
      color: white;
      font-size: 15px;
      line-height: 27px;
      font-weight: 600;
  }
  
  
  /* index rest */
  section.restaurant-banner {
      position: relative;
      max-height: 265px;
      overflow: hidden;
  }
  
  
  .restaurant-detailed-header {
      position: absolute;
      bottom: 0px;
      width: 100%;
      color: white;
      padding-bottom: 10px;
      background: linear-gradient(to bottom,rgb(0 0 0 / 5%) 0%,rgb(0 0 0 / 92%) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#d4000000',GradientType=0);
  }
  
  
  img.bg {
      width: 100%;
      object-fit: cover;
      height: 100%;
      pointer-events: none;
      user-select: none;
  }
  
  .restaurant-detailed-header-left img {
      width: 100px;
      height: 100px;
      /* border-radius: 3px; */
      object-fit: contain;
      box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
      /* background-color: white; */
      pointer-events: none;
      user-select: none;
  }
  
  .restaurant-detailed-ratings .generator-bg {
      border-radius: 4px;
      display: inline-block;
      font-size: 12px;
      height: 20px;
      margin: 0 4px 0 0;
      padding: 3px 6px;
  }
  
  .generator-bg {
      background: #dd646e;
      background: -moz-linear-gradient(-45deg,#dd646e 1%,#fe792b 100%);
      background: -webkit-linear-gradient(-45deg,#dd646e 1%,#fe792b 100%);
      background: linear-gradient(135deg,#dd646e 1%,#fe792b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd646e',endColorstr='#fe792b',GradientType=1 );
  }
  
  .rounded {
      border-radius: 6px!important;
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  
  .btn-success, .badge-success {
      background-color: #00c9a7!important;
      border-color: #00c9a7!important;
      color: #fff!important;
  }
  
  h6.restaurant-detailed-ratings {
      margin: 0;
  }
  
  h6.restaurant-detailed-ratings a {
      color: white;
      padding-left: 10px;
  }
  
  h6.restaurant-detailed-ratings a b {
      font-weight: 600;
  }
  
  
  .yemek_card {
      display:block;
      background-color: white;
      border: solid 1px #dfdfdf;
      border-radius: 10px;
      padding: 15px 15px;
      margin-bottom: 10px;
      position: relative;
      overflow: hidden;
  }
  
  .yemek_card:hover {  background-color: #e0e0e0;  cursor: pointer; }
  
  .yemek_card .info {
      padding-right: 87px;
      display: block;
      position: relative;
  }
  
  .yemek_card .info h3 {
      font-size: 16px;
      font-weight: 600;
  }
  
  .yemek_card .info h3 i {
      padding-left: 5px;
  }
  
  .yemek_card .info h4 {
      font-size: 14px;
  }
  
  .yemek_card .info h5 {
      font-size: 13px;
  }
  
  .yemek_card .info span {
      font-size: 20px;
      font-weight: 600;
  }
  
  .yemek_card  img {
      width: 100px;
      height: 100px;
      position: absolute;
      top: 2px;
      right: 15px;
      border-radius: 5px;
      pointer-events: none;
      user-select: none;
  }
  
  
  
  i.addbtn {
      position: absolute;
      top: 12px;
      right: 15px;
      width: 35px;
      height: 35px;
      background-color: #e0e0e0;
      text-align: center;
      font-size: 35px;
      font-weight: 400;
      line-height: 32px;
      border-radius: 35px;
      border: solid #e0e0e0 1px;
      font-style: normal;
  }
  
  
  
  /* Extra card */
  
  .modal-dialog.modal-md {
      /* margin-top: 10vh; */
  }
  
  .modal .modal-dialog {
      min-width: 400px;
      max-width: 800px;
  }
  
  .modal-content.yemek_modal {
      border-radius: 20px;
  }
  
  .yemek_modal .modal-header {
      padding: 20px 20px 10px 20px;
      display: block;
      position: relative;
      border: 0;
  }
  
  .yemek_modal .modal-title {
      font-size: 20px;
      font-weight: 600;
      margin-right: 50px;
      word-break: break-word;
      text-transform: capitalize;
  }
  
  .yemek_modal .modal-header .close {
      position: absolute;
      top: 18px;
      right: 25px;
      font-size: 30px;
  }
  
  
  
  .yemek_modal .modal-header p {font-size: 14px;margin-top: 5px;margin-bottom: 5px;}
  
  .yemek_modal span.modal_price {
      font-size: 20px;
      font-weight: 600;
  }
  
  .yemek_modal .modal-body {background-color: #f5f3f1;padding-bottom: 5px;max-height: 70vh;overflow: auto;}
  
  .yemek_modal b.extra_label {
      width: 100%;
      display: block;
      margin-bottom: 5px;
      margin-top: 7px;
  }
  
  .yemek_modal .form-check.extra input[type=checkbox] {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
  }
  
  .yemek_modal .form-check.extra .form-check-input {
      margin-top: 5px;
      cursor: pointer;
  }
  
  .yemek_modal label.form-check-label {
      padding-left: 7px;
      font-size: 16px;
      cursor: pointer;
  }
  
  .yemek_modal .form-check.extra {
      margin: 15px;
      cursor: pointer;
  }
  
  
  .yemek_modal select.form-control {
      height: 45px;
      border-radius: 10px;
      padding-right: 20px;
  }
  
  .yemek_card .info.noimg {
      padding-right: 40px;
  }
  
  .modal-footer {
      display: block;
      width: 100%;
      padding: 15px 10px;
  }
  
  .modal {
    text-align: center;
    padding: 0!important;
  }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  
  .modal-eklecikar {
      width: 100%;
      display: block;
      margin-bottom: 15px;
      height: 45px;
  }
  
  .adet-btn.disabled {
      fill: #898888;
      cursor: no-drop;
  }
  
  .adet {
      /* width: 32%; */
      position: relative;
      text-align: center;
      /* float: left; */
      min-width: 130px;
  }
  
  .adet-btn {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 38px;
      border-radius: 40px;
      font-size: 20px;
      background-color: #efedea;
      text-align: center;
      cursor: pointer;
      user-select: none;
  }
  
  .sayi {
      display: inline-block;
      padding: 5px 5px;
      font-size: 17px;
      pointer-events: none;
      user-select: none;
  }
  
  button.ekle-btn {
      width: 100%;
      float: right;
      border: 0;
      padding: 7px;
      font-size: 20px;
      background-color: #cd2846;
      color: white;
      border-radius: 20px;
      display: block;
  }
  
  
  
  footer {
      width: 100%;
      display: block;
      max-width: 100%;
      overflow: hidden;
  }
  
  img.logo-footer {
      height: 60px;
  }
  
  
  footer.bg-white {
      padding: 10px 0px 0px 0px;
      border-top: solid 1px #e9e9e9;
  }
  
  footer ul {
      text-align: center;
      width: 100%;
      margin: 0;
      padding: 0;
      padding-bottom: 5px;
  }
  
  footer ul li {
      display: inline-block;
      padding-left: 12px;
      list-style: circle;
  }
  
  footer ul li a {
      display: inline-block;
      padding: 7px 0px;
  }
  
  .bgmaxfooter {
      background-color: #f5f7fb;
      padding: 30px;
      display: block;
  }
  
  
  
  .footer_iletisim a {
      display: inline;
      padding: 5px 0px;
      /* width: 100%; */
      /* margin: 0; */
  }
  
  .footer_iletisim a i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background-color: #333e48;
      border-radius: 30px;
      color: white;
      font-size: 17px;
      margin-right: 10px;
  }
  
  
  
  
  .footer-left {
      float: left;
  }
  
  .footer-right {
      float: right;
  }
  
  hr.footerhr {
      margin-bottom: 5px;
  }
  
  .footer_iletisim {
      margin-top: 15px;
  }
  
  /* Kontakt */
  
  .card.kontakt-card ul {
      display: block;
      list-style: none;
      background: #f5f7fb;
      padding: 15px 20px;
      border-radius: 10px;
  }
  
  .card.kontakt-card ul li a {
      position: relative;
      padding: 7px 7px 7px 7px;
      display: block;
  }
  
  .card.kontakt-card ul li a i {
      font-size: 20px;
      position: absolute;
      left: 0;
      top: 9px;
      width: 20px;
      text-align: center;
      display: block;
  }
  
  .card.kontakt-card ul.kontakt-details-li li a {
      padding-left: 30px;
  }
  
  .card.kontakt-card ul li a {
      display: block;
  }
  
  ul.kontakt-teslimat-li li {
      border-bottom: solid 1px #c3c3c3;
      padding-bottom: 5px;
  }
  
  .card.kontakt-card ul li a b {
      position: absolute;
      right: 0;
      top: 8px;
      background: black;
      color: white;
      padding: 2px 8px;
      border-radius: 5px;
      font-size: 13px;
  }
  
  .card.kontakt-card ul li a span {
      padding-right: 75px;
      display: block;
  }
  
  /* Swiper */
  
  html {
    scroll-behavior: smooth;
  }
  .search_slider .swiper-container {
    width: 100%;
  }
  .search_slider .swiper-slide {
     padding: 5px 25px;
     width: auto!important;
     background-color: white;
     margin: 5px;
     border-radius: 20px;
     border: solid 1px #262626;
  }
  .search_slider .swiper-slide-active2 {
     background-color: #262626!important;
     color: white!important;
  }
  
  .search_slider .swiper-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* justify-content: center; */
  }
  .search_slider .swiper-container a {
    color: #262626;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 14px;
  }
  .sticky {
    position: sticky;
    top: -25px;
    background-color: white;
    border-bottom: solid 1px #d7d7d7;
    overflow: hidden;
    z-index: 2;
  }
  
  img.katimg {
      width: 100%;
      border-radius: 15px;
      margin: 20px 0px 15px 0px;
      max-height: 150px;
      object-fit: cover;
  }
  
  .menu_section {
    margin: 20px 0px;
  }
  
  
  
  
  
  .yemek_card .info h3 span {font-size: 14px;background-color: #333e48;width: 38px;height: 25px;line-height: 15px;color: white;text-align: center;border-radius: 4px;padding: 5px;display: inline-block;margin-left: 5px;}
  
  
  i.yemek_hesap {
      display: block;
      font-style: normal;
      font-size: 12px;
  }
  
  
  ul.hesabim_li {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  
  ul.hesabim_li li a {
      padding: 8px 10px;
      display: block;
      position: relative;
      border-top: solid #d7d7d7 1px;
      font-size: 16px;
      font-weight: 500;
  }
  
  ul.hesabim_li li a i {
      width: 30px;
      height: 30px;
      text-align: center;
      background-color: #333e48;
      color: white;
      line-height: 30px;
      margin-right: 10px;
      border-radius: 5px;
      font-size: 17px;
  }
  
  ul.hesabim_li li a:hover {
      background-color: #333e48;
      color: white;
  }
  
  
  .row.hesabim_btn_li {
      margin: 0;
      width: 100%;
  }
  
  .hesabim_btn_li  a {
      display: block;
      text-align: center;
      padding: 10px 10px;
      color: white;
      border-radius: 5px;
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom:10px;
  }
  
  a.loginbtn {
      background-color: #333e48;
      border-color: #333e48;
  }
  
  a.registerbtn {
      background-color: #00c9a7;
      border-color: #00c9a7;
  }
  
  
  .border-color-1 {
      border-color: #dddddd !important;
  }
  
  .mb-6, .my-6 {
      margin-bottom: 2.5rem !important;
  }
  .border-bottom {
      border-bottom: 1px solid #e7eaf3 !important;
  }
  
  .section-title {
      position: relative;
      font-size: 18px;
      font-weight: 700;
  }
  
  .section-title::after {
      content: ' ';
      height: 2px;
      width: 114px;
      display: block;
      background-color: #333e48;
      position: absolute;
      bottom: -10px;
      left: 0;
  }
  
  .card.max-w600 {
      max-width: 600px;
      width: 100%;
  }
  
  .form-label {
      display: block;
      text-transform: initial;
      font-size: 0.875rem;
      font-weight: 700;
  }
  
  .form-control {
      display: block;
      width: 100%;
      height: 46px;
      padding: 0.67rem 1rem;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.5;
      color: black;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #dddddd;
      border-radius: 3px;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

textarea.form-control {
    height: auto;
}
  
  @media (prefers-reduced-motion: reduce) {
      .form-control {
          transition: none;
      }
  }
  
  .form-control::-ms-expand {
      background-color: transparent;
      border: 0;
  }
  
  .form-control:focus {
      color: #818181;
      background-color: #fff;
      border-color: #66afe9;
      outline: 0;
      box-shadow: none;
  }
  
  .form-control::-webkit-input-placeholder {
      color: #818181;
      opacity: 1;
  }
  
  .form-control::-moz-placeholder {
      color: #818181;
      opacity: 1;
  }
  
  .form-control:-ms-input-placeholder {
      color: #818181;
      opacity: 1;
  }
  
  .form-control::-ms-input-placeholder {
      color: #818181;
      opacity: 1;
  }
  
  .form-control::placeholder {
      color: #818181;
      opacity: 1;
  }
  
  .form-control:disabled,
  .form-control[readonly] {
      background-color: #f8fafd;
      opacity: 1;
  }
  
  select.form-control:focus::-ms-value {
      color: #818181;
      background-color: #fff;
  }
  
  
  
  .custom-control.custom-checkbox label {padding-left: 5px;cursor: pointer;font-size: 15px;padding-top: 1px;font-weight: normal;text-align: center;}
  
  .custom-control-input:checked~.custom-control-label::before {
      color: #fff;
      border-color: #000000;
      background-color: #000000;
  }
  
  .custom-control-input:focus~.custom-control-label::before {
      box-shadow: none;
  }
  
  .custom-control-input:focus:not(:checked)~.custom-control-label::before {
      border-color: #66afe9;
  }
  
  .custom-control-input:not(:disabled):active~.custom-control-label::before {
      color: #fff;
      background-color: #000000;
      border-color: #000000;
  }
  
  .custom-control-input:disabled~.custom-control-label {
      color: #8c98a4;
  }
  
  .custom-control-input:disabled~.custom-control-label::before {
      background-color: #f8fafd;
  }
  
  .custom-control-label {
      position: relative;
      margin-bottom: 0;
      vertical-align: top;
  }
  
  .custom-control-label::before {
      position: absolute;
      top: 0.20625rem;
      left: -1.3rem;
      display: block;
      width: 20px;
      height: 20px;
      pointer-events: none;
      content: "";
      background-color: #fff;
      border: #dfdfdf solid 2px;
  }
  
  .custom-control-label::after {
      position: absolute;
      top: 1px;
      left: -23px;
      display: block;
      width: 25px;
      height: 25px;
      content: "";
      background: no-repeat 50% / 50% 50%;
  }


.custom-control {
    position: relative;
    padding-left: 22px;
    margin-top: 10px;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 14px;
    color: white;
    top: 6px;
}
  
  
  .btn {
      display: inline-block;
      font-weight: 700;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid transparent;
      padding: 10px 5px;
      font-size: 0.875rem;
      line-height: 1.5;
      letter-spacing: 1px;
      border-radius: 7px;
      transition: all 0.2s ease-in-out;
  }
  
  .btn-sm {
    padding: 1px 10px 2px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
  }
  
  .btn-dark {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124;
  }
  
  .btn-danger {
      color: #fff;
      background-color: #de4437;
      border-color: #de4437;
  }
  
  .btn-primary-dark {
      color: #fff;
      background-color: #333e48;
      border-color: #333e48;
  }
  
  .btn-primary-dark:hover {
      background-color: #333e48;
      border-color: #333e48;
      color: #fff;
  }
  
  .btn-soft-secondary-w {
      color: #333e48;
      background-color: #efecec;
      border-color: #efecec;
  }
  
  .btn-soft-secondary-w:hover {
      background-color: #333e48;
      border-color: #333e48;
      color: #fff;
  }
  
  .btn-primary-dark-w {
      color: #ffffff !important;
      background-color: #333e48 !important;
      border-color: #333e48 !important;
  }
  
  .btn-primary-dark-w:hover {
      background-color: #333e48;
      border-color: #333e48;
      color: #fff;
  }
  
  .btn-primary-dark[type]:hover,
  .btn-primary-dark[type]:active,
  .btn-primary-dark[type]:focus,
  .btn-primary-dark[href]:hover,
  .btn-primary-dark[href]:active,
  .btn-primary-dark[href]:focus {
      box-shadow: 0 4px 11px rgba(51, 62, 72, 0.25);
  }
  
  .btn.btn-max {
      width: 100%;
      border: 0;
  }
  
  
  .custom-control.custom-checkbox label a {
      color: #007bff;
  }
  
  
  .footer_sepet, .footer_sepet:hover {
      position: fixed;
      bottom: 5px;
      z-index: 2;
      border: 0;
      padding: 8px;
      font-size: 18px;
      background-color: #cd2846;
      color: white;
      border-radius: 20px;
      text-align: center;
      left: 10px;
      right: 10px;
  }
  
  .footer_sepet .icon {
      display: inline-block;
      position: relative;
  }
  
  .footer_sepet
   .footer_price {
      display: inline-block;
  }
  
  .footer_sepet .icon i {
      position: absolute;
      left: 1px;
      top: 2px;
      line-height: 32px;
      z-index: 0;
      font-size: 25px;
  }
  
  .footer_sepet .icon span {
      width: 27px;
      height: 27px;
      border-radius: 27px;
      line-height: 27px;
      font-size: 14px;
      text-align: center;
      background-color: black;
      display: inline-block;
      margin-left: 20px;
      z-index: 3;
      position: relative;
  }
  
  /* sepet*/
  ul.sepet_li {
      display: block;
      list-style: none;
      padding: 0;
  }
  ul.sepet_li li {
      border-bottom: solid 1px #e3e3e3;
      padding-top: 15px;
  }
  
  
  ul.sepet_li li .sepet_li_head {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
  }
  
  ul.sepet_li li .sepet_li_head span {
      float: left;
      width: 30px;
      height: 30px;
      min-width: 30px;
      border-radius: 30px;
      line-height: 30px;
      font-size: 14px;
      background-color: black;
      color: white;
      text-align: center;
      display: block;
      max-width: 30px;
      margin-right: 5px;
      margin-top: -3px;
  }
  
  ul.sepet_li li .sepet_li_head b {
      float: left;
      word-break: break-word;
  }
  
  ul.sepet_li li .sepet_li_head i {
      float: right;
      min-width: 82px;
      text-align: end;
      font-style: normal;
      font-weight: 500;
  }
  
  ul.sepet_li li p {
      margin-bottom: 2px;
      padding-right: 80px;
      position: relative;
  }
  
  ul.sepet_li li p span {
      position: absolute;
      right: 0;
      top: 0;
  }
  
  .sepet_li_footer {
      display: block;
      position: relative;
  }
  
  .sepet_li_footer.min40 {
      min-height: 40px;
  }
  
  
  .sepet_ekle_cikar {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 89px;
      text-align: right;
  }
  
  .sepet_ekle_cikar .sepet_cikar, .sepet_ekle_cikar .sepet_ekle {
      width: 35px;
      height: 35px;
      background-color: #e0e0e0;
      text-align: center;
      font-size: 35px;
      font-weight: 400;
      line-height: 32px;
      border-radius: 35px;
      border: solid #e0e0e0 1px;
      font-style: normal;
      display: inline-block;
      cursor: pointer;
  }
  
  .sepet_ekle_cikar .sepet_cikar {
      margin-right: 5px;
      line-height: 25px;
      font-size: 45px;
  }
  
  .sepet_ekle_cikar .sepet_ekle {}
  
  .total_ozetl a {
      width: 100%;
      display: inline-block;
      font-size: 17px;
      margin-bottom: 2px;
  }
  
  .total_ozetl a span {
      float: left;
      display: inline-block;
      text-transform: capitalize;
  }
  
  .total_ozetl a i {
      float: right;
      display: inline-block;
      font-style: normal;
      /* color: #404c56; */
  }
  
  .total_ozetl a.total_label {
      font-weight: 600;
  }
  
  
  .sepet_bos {
      text-align: center;
  }
  
  .sepet_bos span {
      font-size: 3pc;
      fill: #333e48;
  }
  
  
  label.kupon_msg {
      display: block;
      width: 100%;
      font-size: 15px;
      color: #de4437;
      text-align: right;
  }
  
  .kupon_msg.color-success {
      color: #00c9a7;
  }
  
  /* THANKS */
  
  .siparis_okeyicon {
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
  }
  
  .siparis_okeyicon .fa {
      color: #33ae52;
      font-size: 40px;
      border: 3px solid #33ae52;
      border-radius: 50%;
      padding: 15px;
      background-color: white;
  }
  
  p.siparis-title {
      text-align: center;
      color: #33ae52;
      font-size: 22px;
      margin-bottom: 10px;
      line-height: 25px;
      font-weight: 600;
  }
  
  
  
  .okeyicon {
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
  }
  
  .okeyicon .fa {
      color: #3c393c;
      font-size: 40px;
      border: 3px solid #3c393c;
      border-radius: 50%;
      padding: 15px;
      background-color: white;
  }
  
  p.okeytitle {
      text-align: center;
      color: #3c393c;
      font-size: 22px;
      margin-bottom: 10px;
      line-height: 25px;
      font-weight: 600;
  }
  
  
  .orderHead {
      border-top: 1px solid #dedede;
      background-color: #f7f7f7;
      border-bottom: 1px solid #dedede;
  }
  
  .sipli {
      font-size: 13px;
      border: 1px solid #dedede;
      border-top: 0 solid #dedede;
      margin-bottom: 15px;
  }
  
  .orderHead p {
      padding: 0px;
      margin: 10px;
  }
  
  .orderBody img {
      width: 100px;
      height: 100px;
      object-fit: contain;
      text-align:center;
      display:block;
  }
  
  .orderBody p {
      margin: 3px 10px;
      padding: 0;
  }
  
  .orderBody .btn, .orderHead .btn {
      width: 100%;
      border-radius: 2px;
      padding: 5px;
      margin-bottom: 5px;
      background-color: #171717;
      max-width: 200px;
      float: right;
  }
  
  .orderBody .name {
      color: #646464;
      font-weight: bold;
      font-size: 15px;
  }
  
  .orderBody {
      padding: 10px;
  }
  
  
  ul.sec_thanks_li {
      list-style: none;
      padding: 0 0 0 10px;
  }
  
  ul.thanks_info_li {
      list-style: none;
      margin-bottom: 15px;
      background-color: #f5f7fb;
      padding: 10px 10px 0px 10px;
      border: solid 1px #dfdfdf;
  }
  
  
  
  
  ul.thanks_info_li li {
      padding-bottom: 10px;
  }
  
  /* Siparis li */
  
  .siparis_li {
      display: block;
      width: 100%;
      position: relative;
      padding: 5px 10px;
      border-bottom: solid 1px #d9d9d9;
      min-height: 95px;
  }
  
  a.siparis_li:hover {
      background-color: #f5f7fb;
  }
  
  .siparis_li img {
      width: 75px;
      height: 75px;
      object-fit: contain;
      border: solid #cbcbcb 1px;
      padding: 2px;
      position: absolute;
      top: 14px;
  }
  
  .siparis_li_right {
      display: block;
      padding-left: 85px;
      padding-top: 5px;
  }
  
  .siparis_li_right h3 {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 10px;
      position: relative;
      padding-right: 110px;
  }
  .siparis_li_right h3 span {
      position: absolute;
      top: 0px;
      right: 0;
  }
  
  .siparis_li_right h4 i {
      font-size: 13px;
      font-style: normal;
  }
  
  .siparis_li_right h5 {
      font-size: 14px;
      margin-bottom: 0px;
  }
  
  .siparis_li_right p {}
  
  .siparis_li_right h4 span {
      font-size: 12px;
      text-align: right;
      line-height: 13px;
  }
  
  .siparis_li_right h4 {
      display: flex;
      justify-content: space-between;
      margin-bottom: 4px;
      font-size: 12px;
  }
  
  .siparis_li_right h5 span.badge {
      font-size: 12px;
      letter-spacing: 1px;
      /* padding: 5px; */
  }
  
  
  a.siparis_li p {margin-bottom: 0px;padding-top: 5px;}
  
  
  img.img_cover {
      object-fit: cover;
      object-position: center;
  }
  
  .badge {
      padding: 7px 10px;
  }
  
  .bg-eleska { background-color: #f5f7fb; }
  
  /* Hesabım li */
  
  .hesabimleft ul {
      width: 100%;
      padding: 0;
      display: block;
      margin-top: 20px;
  }
  
  .hesabimleft ul li {
      list-style: none;
      color: black;
      display: flex;
      align-items: center;
      width: 100%;
      position: relative;
      border-bottom: 1px solid #e6e6e6;
      padding: 2px 1px;
  }
  
  .hesabimleft ul li a {
      width: 90%;
      text-align: left;
      display: block;
      padding: 10px 0;
      font-size: 15px;
      padding-left: 10px;
      line-height: 15px;
      color: inherit;
  }
  
  .hesabimleft ul li i.left-icon {
      width: 5%;
      font-size: 18px;
      color: inherit;
  }
  
  i.right-icon.fa.fa-angle-right {
      width: 5%;
      font-size: 17px;
      color: inherit;
  }
  
  
  .hesabimleft ul li:hover, .hesabimleft ul li.active {
      background-color: black;
      color: white;
      padding-left: 15px;
      border-radius: 5px;
  }
  
  .hesabimleft ul li:hover i, .hesabimleft ul li.active i {
    padding-right: 15px;
}
  
  a.btn.fright {
      width: 100px;
      padding: 7px 5px;
      border-radius: 2px;
  }
  
  a.btn.fright i {
      padding-right: 5px;
  }
  
  .fright {
      float: right;
  }
  
  #scrolltop {
    position: fixed;
    bottom: 55px;
    right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    font-size: 35px;
    line-height: 40px;
    background-color: #262626;
    color: white;
    display: none;
    border: 0;
    text-align: center;
  }
  
  
  
  .total_ozetl a i.badge.badge-dark {
      color: white;
  }
  
  
  a.page-link {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    line-height: 18px;
    color: #121521;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 35px;
    text-align: center;
  }
  
  a.page-link.current,a.page-link:hover,a.page-link:focus {
      background: #121521;
      color: #fff !important;
  }
  
  .page-item:first-child .page-link {
      margin-left: 0;
      border-top-left-radius: 35px;
      border-bottom-left-radius: 35px
  }
  
  .page-item:last-child .page-link {
      border-top-right-radius: 35px;
      border-bottom-right-radius: 35px;
  }
  
  select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
  }
  
  
  /* STAR RATING */
  
    .rating-group {
    display: inline-flex;
    }
    .rating__icon {
    pointer-events: none;
    }
    .rating {
    position: absolute !important;
    left: -9999px !important;
    }
    .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 27px;
    }
    .rating__icon--star {
    color: orange;
    }
    .rating__icon--none {
    color: #eee;
    }
    .rating--none:checked + .rating__label .rating__icon--none {
    color: red;
    }
    .rating:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
    }
    .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
    }
    .rating:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
    }
    .rating-group:hover .rating--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
    }
    .rating--none:hover + .rating__label .rating__icon--none {
    color: red;
    }
    
    
  /* YORUMLAR */
  
  .yorum_ozet {
      display: block;
      background-color: #313d3f;
      color: white;
      position: relative;
  }
  
  .rank_ortalama {
      display: block;
      width: 100px;
      height: 80px;
      font-size: 40px;
      text-align: center;
      line-height: 95px;
      font-weight: 600;
      position: absolute;
      top: 0;
      left: 0;
  }
  
  .yorum_detay {padding: 10px 10px 10px 110px;}
  
  .yorum_detay p {
      margin: 0;
      padding: 0;
      font-size: 15px;
  }
  
  .yorum_bilgi {
      font-size: 13px;
  }
  
  .yildiz_mega .fa {
      font-size: 30px;
      margin-right: 5px;
      color: orange;
  }
  
  
  /* Yorumlar li */
  ul.yorumlar {
      list-style: none;
      padding: 0;
  }
  
  ul.yorumlar li {
      border-bottom: solid 1px #ebebeb;
      display: block;
      margin-bottom: 10px;
      background-color: white;
      padding: 10px;
  }
  
  ul.yorumlar li .user {
      font-size: 17px;
  }
  
  ul.yorumlar li .user span {
      font-size: 14px;
  }
  
  ul.yorumlar li h5 {
      margin: 0;
      font-size: 16px;
      border-top: solid 1px #d9d9d9;
      padding-top: 5px;
      margin-top: 5px;
      display: block;
  }
  
  ul.yorumlar li p {
      margin: 10px 0px;
      background-color: #f5f7fb;
      padding: 5px;
  }
  
  ul.yorumlar li .yorum_uruname {
      font-size: 13px;
  }
  
  ul.yorumlar li .yorum_star {
      font-size: 20px;
  }
  
  ul.yorumlar li .yorum_star .fa {
      color: orange;
  }
  
  /* Slider Phone */
  a.slider_phone {
      padding: 5px 10px;
      background:#00c9a7;
      color:white;
      font-size: 15px;
      border-radius: 23px;
      position: relative;
      display: inline-block;
  }
  
  .slider_phone  b {
      letter-spacing: 1px;
      padding-left: 30px;
  }
  
  .slider_phone i {
      width: 25px;
      height: 25px;
      background-color: #089f85;
      line-height: 28px;
      border-radius: 25px;
      font-size: 14px;
      position: absolute;
      text-align: center;
      top: 4px;
  }
  
  
  /* Search */
  .sticky .swiper-container {
      margin-left: 40px;
  }
  
  .searchbtn {display: inline-block;position: absolute;width: 35px;height: 35px;line-height: 35px;background-color: #f5f3f1;border-radius: 30px;top: 5px;left: 5px;font-size: 23px;text-align: center;color: #333e48;cursor: pointer;}
  
  .search_input {
      display: none;
  }
  
  
  .search_div {
      position: sticky;
      top: 0;
      z-index: 9;
  }
  
  .search_input {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
  }
  
  .search_input i.fa.fa-search {
      position: absolute;
      width: 35px;
      height: 35px;
      line-height: 35px;
      top: 5px;
      left: 0px;
      font-size: 19px;
      text-align: center;
      z-index: 2;
  }
  
  .search_input input.search {
      width: 100%;
      height: 45px;
      padding: 6px 45px 7px 35px;
      border: 0;
      margin: 0px;
      outline: -webkit-focus-ring-color auto 0px;
  }
  
  .search_input .search_kapat {
      position: absolute;
      width: 40px;
      height: 45px;
      top: 2px;
      right: 0px;
      cursor: pointer;
      z-index: 2;
      padding: 4px;
  }
  
  .search_input .search_kapat i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-color: #262626;
      border-radius: 30px;
      font-size: 17px;
      text-align: center;
      font-style: normal;
      font-weight: 100;
      border: solid 1px #262626;
      color:white;
  }
  
  
  .btnradio {
      width: 100%;
  }
  
  .btn.btn-radio.active:before {
      content: "\f00c";
      font-family: FontAwesome;
      padding-right: 5px;
  }
  
  .btn.btn-radio {
      background-color: #f5f7fb;
      color: #212529;
      border: solid 1px #cdcdcd;
      cursor: pointer;
      font-weight: 500;
  }
  
  .btn.btn-radio.active {
      background-color: #00c9a7;
      color: white;
      border: solid 1px #00c9a7;
  }
  
  
  
  .select_all {
      margin-top: -5px;
      padding-left: 12px;
      color: #106ab7;
      padding-bottom: 10px;
      font-size: 14px;
      cursor: pointer;
  }
  
  
  .select_iconlu {
      position: relative;
  }


  .select_iconlu .fa {
      position: absolute;
      top: 8px;
      left: 10px;
      color: #212529;
      font-size: 25px;
      background-color: #f5f7fb;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 29px;
      border-radius: 30px;
      /* border: solid 1px #dddddd; */
      /* overflow: hidden; */
  }
  
  .select_iconlu .form-control {
      padding-left: 45px;
      padding-right: 30px;
      background-color: #f5f7fb;
      border-radius: 30px;
	  border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  
  .alert i {
      font-size: 20px;
      padding-right: 10px;
  }
  
  
  img.paylogo {
      width: 100%;
      object-fit: contain;
      height: 85px;
  }
  
  
  
  
  
  
  ul.free_uruns {
      background-color: #f5f7fb;
      padding: 0px;
      list-style: none;
      border: solid 1px #d9d9d9;
      border-bottom: 0px;
      
  }
  
  ul.free_uruns li a {display: block;width: 100%;padding: 10px 20px 10px 10px;position: relative;padding-right: 10px;border-bottom: solid 1px #d9d9d9;}
  
  ul.free_uruns li a span {
      position: absolute;
      right: 10px;
      top: 5px;
      background-color: #05c8a7;
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      width: 32px;
      height: 32px;
      line-height: 35px;
      text-align: center;
      border-radius: 30px;
  }
  
  ul.free_uruns li a:hover {
      background-color: white;
  }
  
  
  .yildiz_home .fa {
      font-size: 19px;
      margin-right: 5px;
      color: orange;
  }
  
  .yildiz_home {
      margin-bottom: 5px;
  }
  
  .badge-star {
      background-color: white;
  }
  
  
  
  p.ana_uyari {
      color: #ffffff;
      width: auto;
      display: block;
      padding: 5px 10px;
      font-size: 13px;
      font-weight: 600;
      text-shadow: 4px 3px 6px black;
      text-align: center;
      margin: 5px 5px 0px 5px;
  }
  
  .badge-white {
      color: #333e48;
      background: white;
  }
  
  
  .cookie_alert {
      position: fixed;
      bottom: 0;
      background-color: white;
      z-index: 2;
      padding: 15px 15px;
      border-top: solid 1px #dadada;
      text-align: center;
      width: 100%;
  }
  
  a.hrefterms {
      color: #007bff;
  }
  
  a.btn.btn-white.btn-block.cookiebtn {
      border: solid 1px gray;
      margin-top: 10px;
      cursor: pointer;
      max-width: 300px;
  }
  
  
  
  ul.notification {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
  }
  
  ul.notification li a {
      position: relative;
      display: block;
      width: 100%;
      padding: 10px 10px 10px 10px;
      border-bottom: solid 1px #eeeeee;
      text-align: left;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
  }
  
  ul.notification li a:hover, ul.notification li a.active {
      background-color: #f5f7fb;
  }
  
  ul.notification li a span {
      font-size: 12px;
      text-align: center;
  }
  
  ul.notification li a i {
      font-size: 27px;
      padding-left: 7px;
  }
  
  a.bosli {
      height: 45px;
      width: 50px;
      /* height: 8px; */
  }
  
  
  a.blogli {
      width: 100%;
      height: 400px;
      overflow: hidden;
      position: relative;
      display: block;
      margin-bottom: 20px;
  }
  
  a.blogli img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  a.blogli span {
      position: absolute;
      top: 5px;
      z-index: 2;
      left: 3px;
      background-color: #fffffff7;
      border-radius: 5px;
      padding: 3px 7px;
      max-width: 100%;
      font-size: 14px;
  }
  
  a.blogli h4 {
      position: absolute;
      bottom: 0;
      background-color: #000000b5;
      width: 100%;
      text-align: center;
      color: white;
      margin: 0;
      padding: 7px 5px;
      font-size: 18px;
  }
  
  
  
  .checkscroll {
      max-height: 260px;
      overflow-x: hidden;
      overflow-y: scroll;
      background-color: #e6e6e6;
      margin-bottom: 10px;
      border: solid 1px #dbdbdb;
  }
  
  
  .page_no_ajax .modal-dialog {
      max-width: 100%;
      width: 100%;
      margin: 0;
  }
  
  .page_no_ajax .yemek_modal .modal-header .close {
      display: none;
  }
  
  .katlist .btn.btn-radio.active {
      background-color: #262626;
      color: white;
      border: solid 1px #262626;
  }
  
  .katlist .btn.btn-radio {
      padding: 8px 5px;
  }
  
  
  footer ul.langli li a img {
      padding-right: 5px;
      height: 22px;
  }
  
  .notadd {
    margin-right: 85px;
    margin-top: 3px;
}

.notadd span {
    text-decoration: underline;
    color: #23272b;
    cursor: pointer;
}

.notadd .notbody textarea {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    border-color: #cfcfcf;
}

.notadd .notbody {
    margin-top: 2px;
	display:none;
}

.notbtn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.notbtn .save_note {
    background-color: #23272b;
    color: white;
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: normal;
    cursor: pointer;
    text-align:center;
}



ul.sepet_li li .notadd p {
    width: 100%;
    padding: 8px;
    background-color: #ebf6fa;
    font-size: 13px;
    border-radius: 10px;
    margin: 5px 0px;
    display: inline-block;
}


.note_msg {
    padding: 8px;
    background-color: #ebf6fa;
    font-size: 12px;
    border-radius: 10px;
    margin: 5px 0px;
    display: inline-block;
}


ul.varyant_list {
    list-style: disc;
}

ul.varyant_list li {
    padding: 5px;
    margin-right: 85px;
    font-size: 14px;
}

ul.varyant_list li b {
    color: #23272b;
    font-weight: bolder;
    font-size: 15px;
}


.animate-charcter
{
  background-image: linear-gradient(
    -225deg,
    #ffffff 0%,
    #ffffff 29%,
    #f4ff13 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite, moveRight 1s infinite alternate, moveLeft 1s infinite alternate;
  display: inline-block;
  font-size: 21px;
  font-weight: bolder;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 5px 0px 5px 0px;
  border-bottom: solid 1px #cccccc;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.animate_charcter_bg {
    background-color: #ffffff;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    animation: textclip 3s linear infinite;
    background-color: #d70228;
}


@keyframes moveRight { to {    transform: translateX(20%); } }
@keyframes moveLeft {  to {    transform: translateX(-5%);  } }


.loadingdiv img {
    width: 100%;
    max-height: 97px;
    display: block;
    text-align: center;
    object-fit: contain;
}

.loadingdiv h5 {
    text-align: center;
}


a.title_btn {
	position: relative;
    float: right;
    margin-top: -7px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 35px;
    text-align: center;
    font-size: 20px;
	margin-right: 0px;
}

  ul.islem_li {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
  }
  
  ul.islem_li li {
      position: relative;
      display: block;
      width: 100%;
      padding: 10px 10px 10px 10px;
      border-bottom: solid 1px #eeeeee;
      text-align: left;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
  }
  
  ul.islem_li li:hover {
      background-color: #f5f7fb;
  }



.islem_li li a.url {
    display: block;
    margin-right: 30px;
    word-wrap: break-word; 
    width: 100%;
}

.islem_li .ibtn {
    position: absolute;
    top: 5px;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 6px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background-color: #dc3545;
}

.islem_li .ibtn i {
    padding-top: 9px;
}

.select_iconlu.select_btn_add {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.select_iconlu.select_btn_add select.form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* flag search */
.select_flag ul {
    display: none;
}

.select_flag ul.open {
    display: block;
    width: 200px;
    z-index: 2222;
    margin: 0;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 5px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 250px;
    -webkit-overflow-scrolling: touch;
}

.flag_input {
    position: relative;
    display: flex;
}

.select_flag {
    width: 40px;
    position: absolute;
    color: gray;
}

.select_flag .fi {
    background-size: 36px 56px;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    margin-right: 5px;
}

.select_flag ul.open li:hover, .select_flag .selected:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.select_flag ul.open li {
    color: #787474;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 5px 5px 3px;
}

.select_flag .selected {
    padding: 7px 0px 5px 7px;
    height: 40px;
    width: 45px;
    overflow: hidden;
    margin: 2px 2px 2px 2px;
    font-size: 14px;
}

.flag_input input {
    padding-left: 45px;
}


.input-group-append a i {
    font-size: 20px;
    margin-top: 2px;
}



/*---- ------*/

.post_card {
    background-color: white;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #ededed;
}

.post_card .post_user {
    display: block;
    padding-left: 55px;
    height: 48px;
    cursor: pointer;
}

.post_card .post_user img {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 45px;
}

.post_card .post_user h4 {
    font-size: 15px;
    margin: 0;
    padding-top: 7px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.post_card .post_user span.date {
    font-size: 13px;
    padding-right: 5px;
}

.post_card .post_user span.hit>i {
    font-size: 14px;
}

.post_card .post_user span.hit {
    font-size: 14px;
    color: gray;
}


.post_card .post_user span.date {
    font-size: 12px;
    color: gray;
    font-weight: 500;
}

.post_card h2.title {
    font-size: 15px;
    margin: 10px 10px 0px 10px;
    display: inline-block;
    border-bottom: solid 2px #26262682;
    padding-bottom: 4px;
}

.post_body {
    display: block;
}

.post_body p {
    padding: 5px 10px 10px 10px;
    margin: 0;
}

.post_body img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 5px 10px;
}


.post_card>a>h1 {
    font-size: 17px;
    padding: 10px 10px 5px 10px;
    display: block;
    margin: 0;
    border: 0;
}

.post_action {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 12px 5px 12px;
    border-top: solid 1px #f4f4f4;
}

.post_action div {
    background: #f0f2f5;
    padding: 5px 10px;
    color: black;
    min-width: 35px;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
}


.post_action div span {
    padding-left: 2px;
    font-size: 13px;
}



.post_action div:hover,.post_like.active {
    background-color: #000000;
    color: white;
}


.post_action div.yorum_star:hover {
    background-color: #f0f2f5;
    color: white;
}


.post-body .user {
    position: relative;
}

.post-body .user img {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    position: absolute;
}

.post-body .user_info {
    padding: 2px 10px 10px 50px;
    border-bottom: solid 1px #e5e5e5;
}

.post-body .user_info h4 {
    font-size: 17px;
    margin: 0;
}

.post-body .user_info h1 {
    font-size: 15px;
    margin: 0;
}

.post-body .user_info h4 span {
    color: gray;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0px;
}

.post-body .post_action {
    border-top: solid 1px #dddddd;
    margin-top: 0px;
}


.btn {  cursor: pointer; }
.yorumyap textarea.form-control { border: 1px solid #dddddd; margin-bottom:5px;}
.pbody p { margin: 5px 0 5px 0; }


.yorumyap .btn {
    padding: 5px 25px;
    border-radius: 2px;
}












.yorum-heading {
    font-size: 15px;
    line-height: normal;
    font-weight: bolder;
    word-break: break-all;
    margin: 0;
}

.yorum-left, .yorum-right, .yorum-body {
    display: table-cell;
    vertical-align: top;
}

.yorum-left img.pimg {
    border-radius: 75%;
    height: 32px;
    width: 32px;
    display: block;
    object-fit: cover;
    margin-top: 5px;
}

.yorum:first-child {
    margin-top: 0;
}

.yorum {
    margin-top: 10px;
    border-bottom: solid #cccccc 1px;
    padding-bottom: 5px;
}

.yorum-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.yorum-body {
    padding-left: 5px;
}

.yorum-body p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

.yorum-heading span {
    font-size: 11px;
    color: #797777;
    margin-left: 0px;
    font-weight: lighter;
}

li.yorum.cevap {
    margin-left: 55px;
    background-color: whitesmoke;
    padding: 5px;
    border-radius: 5px;
    border: solid #e0e0e0 1px;
    margin-top: 2px;
}

.cevap .yorum-left img.pimg {
    height: 30px;
    width: 30px;
}

.panel-body .pageleskadiv {
    padding: 0px;
    margin: 0;
}

span.cevapver {
    background-color: #333e48;
    color: white;
    border-radius: 5px;
    width: 67px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    display: block;
    margin: 2px 0px;
}


li.yorum.cevap .yorum-heading,li.yorum.cevap .yorum-body p {
    font-size: 13px;
}


/*-------------------*/

.pagename {
    font-size: 18px;
    font-weight: 700;
}

h1.title {
    font-size: 22px;
    border-bottom: solid 1px #e9e9e9;
    padding-bottom: 10px;
    margin: 0 0 5px 0px;
}



.pbody img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    max-width: 100%;
    object-fit: contain;
    max-height: 100px;
}


ul.img_list {
    list-style: none;
    margin: 5px 0px;
    padding: 0;
    text-align: center;
}

ul.img_list li a {
    display: block;
    width: 115px;
    height: 115px;
    margin: 5px 5px 10px 5px;
    overflow: hidden;
}

ul.img_list li {
    display: inline-block;
}



/* Img Up */

.img_up {
    height: 105px;
    width: 100%;
    border-radius: 2px;
    background-color: #f8f8f8;
    border: dashed 2px #ccc;
    text-align: center;
    position: relative;
    display: block;
    padding: 15px;
    cursor: pointer;
}
.imgup_kutu input[type="file"] {
    display:none;
}


.img_onizle {
    width: 100%;
    position: relative;
}

.img_onizle img {
    width: 100%;
    max-width: 150px;
    min-width: 150px;
}

.imgup_kutu .btn.fotoclear {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 28px;
    height: 28px;
    font-size: 17px;
    text-align: center;
    padding: 2px !important;
    cursor: pointer;
}



.imgup_kutu .btn.fotoclear i {
    font-size: inherit;
    padding: 0;
    margin: 0;
}



input#uploadFile {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    opacity: 0;
    left: 0px;
	cursor: pointer;
}


input#uploadFile::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
    border:0px;
}

 x::-webkit-file-upload-button, input[type=file]:after, input#uploadFile:after {
    content:'.';
    left: 100%;
    margin-left:3px;
    position: relative;
    -webkit-appearance: button;
    padding: 3px 8px 2px;
    border:0px;
}


label.upimggo {
    font-size: 14px;
    font-weight: bold;
    color: #378de2;
    text-align: left;
    line-height: 17px;
    text-align: center;
    position: absolute;
    height: 100px;
    display: block;
    padding: 10px 10px 10px 10px;
	width: 100%;
	display: contents;
}

label.upimggo span {
    color: #7d7d7d;
}

.upimggo i.fa.fa-camera {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
    color: inherit;
}


.post-body .user_info i {
    font-style: normal;
    font-size: 12px;
    color: gray;
}

section.post-body h1 {
    font-size: 20px;
    margin: 10px 0px 5px 0px;
}


.firma_li {
    display: block;
    position: relative;
    background-color: white;
    margin-bottom: 10px;
    box-shadow: 5px 3px 11px 0px gray;
    padding: 10px;
    border-radius: 10px;
    color: black;
}

.firma_li>.info {
    display: block;
    width: 100%;
    padding-right: 60px;
    min-height: 40px;
}

.firma_li>.info>img {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    object-fit: contain;
    left: 7px;
    top: 6px;
}

.firma_li>.info>h2 {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding-left: 53px;
}

.firma_li>.info>p { margin: 0; padding-left: 53px; }

.firma_li:hover {
    background-color: #141414;
    color: white;
}

.firma_li>.islem {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 50px;
}

.islem>span {
    background-color: black;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 35px;
    color: white;
    display: inline-block;
}

.islem>i {
    font-size: 20px;
    width: 15px;
    display: inline-block;
    padding-left: 7px;
    padding-top: 5px;
}


ul.menuli li a.sikayet_add {
    background-color: #3ad08f;
    color: white;
    border-radius: 9px;
    height: 34px;
    padding: 5px 15px;
    margin-right: 2px;
}




.card_search {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    z-index: 1;
    background: rgb(140,82,255);
    background: linear-gradient(90deg, rgba(140,82,255,1) 0%, rgba(0,191,99,1) 100%);
}

.search_page .card_search {
    height: 75vh;
}

.card_search .videobg {
    position: absolute;
    width: 100%;
    height: 80vh;
    z-index: -1;
    object-fit: cover;
    user-select: none;
}

.card_search h1 {
    color: whitesmoke;
    text-shadow: 3px 3px 12px #000000;
}

.card_search h1 strong {
    display: block;
    width: 100%;
    text-align: center;
}

.card_search h1 b {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: solid 5px #ffffff52;
    margin-top: 11px;
    padding-bottom: 5px;
}

.card_search form {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
    flex-direction: column;
}

.card_search .search {
    background-color: white;
    width: 98%;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    max-width: 550px;
    margin-top: 10px;
}
.card_search .search i {
    position: absolute;
    top: 17px;
    left: 22px;
    font-size: 20px;
    color: gray;
}

.card_search .search input {
    width: 100%;
    display: block;
    border: 0;
    padding: 17px 50px;
}

.card_search .search input:focus-visible {
    border: 0;
    outline: 0;
}

.card_search .search .btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3ad08f;
    border-color: #3ad08f;
    color: white;
    width: 88px;
    height: 100%;
    border-radius: 0px;
}


.card_search form>img {
    height: 110px;
	animation: zoomIn 2s infinite alternate;
}

.card_search form>h4 { color: white; text-shadow: 5px 3px 4px black; }

@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}



h1.page_title {
    font-size: 20px;
    margin: 0;
    padding: 15px 0px;
    display: inline-block;
    text-transform: capitalize;
}

h1.page_title span {
    width: 100%;
    height: 2px;
    background-color: #9f9f9f;
    display: block;
    margin-top: 5px;
}


/* Topbar */
.topbar {
    display: flex;
    justify-content: space-between;
    background-color: #272635;
    color: white;
    padding: 2px;
}

.topbar .total_marka {
    font-size: 17px;
    padding: 10px;
}

.topbar .total_marka b {
    color: #3ad08f;
}

.topbar .last_action {
    display: inline-block;
    margin-right: 10px;
}

.topbar .last_action a {
    color: white;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 10px 25px;
}

.topbar .last_action a>i {
    padding-right: 2px;
    font-size: 23px;
    position: absolute;
    left: 5px;
    top: 10px;
}

.topbar .last_action a.contact>i {
    left: -4px;
}

.topbar .last_action a.contact {
    padding: 10px 10px 10px 25px;
    min-width: 90px;
}


/* Firma Card */

section.firma_card {
    background-color: white;
    margin: 10px 0px 0px 0px;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 112px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.firma_info {
    position: relative;
    display: inline-block;
}


.firma_info img.firma_img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 5px;
    z-index: 1;
}

.firma_info .firma_stats {
    display: inline-block;
    position: relative;
    padding-left: 85px;
    padding-top: 18px;
}

.firma_info .firma_stats h1 {
    font-size: 18px;
    margin: 0;
    position: relative;
    padding-right: 30px;
}

.firma_info .firma_stats h1 img {
    height: 25px;
}

.firma_info .firma_stats h1 img {
margin-top: -5px;
}

.firma_info .firma_stats .stat {
    margin-top: 5px;
}
.firma_info .firma_stats .stat>a {
    padding-left: 5px;
    display: inline-block;
    font-size: 14px;
    color: gray;
    text-decoration: underline !important;
    margin-bottom: 5px;
}

.firma_btns {
    display: inline-block;
    padding-top: 18px;
}

section.firma_card .firma_btns .sikayet {
    background-color: #3ad08f;
    color: white !important;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 25px;
    margin-bottom: 10px;
}

section.firma_card .firma_btns .dogrula {
    display: block;
    text-decoration: underline !important;
}



.firma_sec {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 68px;
    background-color: #f5f7fb;
    border: solid 1px #cdcdcd;
    margin-bottom: 18px;
    padding-bottom: 0px;
}

.firma_sec img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 5px;
    background-color: white;
    object-fit: contain;
    border: solid 1px #dddddd;
    padding: 3px;
}

.firma_sec h3 {
    margin: 0;
    font-size: 16px;
    padding: 7px 40px 6px 68px;
}

.firma_sec span {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    padding: 5px 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 7px;
}


.firma_sec p {
    margin: 0;
    font-size: 14px;
    padding: 0px 40px 5px 68px;
}


p.img-label {
    color: gray;
}


.not_found {
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 90vh;
    opacity: 0;
    transform: translateY(-30px);
    animation: fadeInUp 0.6s forwards;
    margin-top:25px;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.not_found h1 {
    font-size: 80px;
    color: #e74c3c;
    margin: 0;
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.not_found p {
    font-size: 20px;
    color: #333;
}

.not_found b {
    color: #e74c3c;
}


.firma_mini_card {
    background-color: #272635;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    border: solid 1px #e9e9e9;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.firma_mini_card>a {
    display: block;
    margin: 5px 0px 0px 0px;
}

.firma_mini_card>a>img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    border-radius: 5px;
    display: inline-block;
}


.firma_mini_card>a>h1 {
    font-size: 16px;
    margin: 10px 5px 10px 5px;
    color: white;
}

.firma_mini_card>a>h1>img {
    height: 20px;
}

.firma_mini_card> .btns>a {
    padding: 3px 10px;
    width: 48%;
    display: inline-block;
    margin: 0;
    border-radius: 2px;
    max-width: 240px;
}

.firma_mini_card> .btns {
    margin-bottom: 5px;
}




.card.smart {
    padding: 15px 15px 10px 15px;
}

.card.smart>h5 {
    position: relative;
    font-size: 17px;
    cursor: pointer;
}

.card.smart>.body {
    margin: 0;
    padding: 10px;
    display: block;
    background: #f5f7fb;
    border-radius: 10px;
}

.card.smart>.body>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card.smart>.body>ul>li>a {
    display: block;
    padding: 5px 0px 5px 25px;
    position: relative;
}

.card.smart>.body>ul>li>a>i {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 15px;
    text-align: center;
}


.card.smart>h5>span.dropdown {
    position: absolute;
    right: 0;
    top: 0;
}




.yorum_star {font-size: 18px;padding: 10px;}
  
.yorum_star .fa {
      color: orange;
}



/* Smart Form */
.avatar_ai {
    text-align: center;
}

@keyframes colorChange {
    0% {border- color: #c8102e; }
    50% { border-color: white; }
    100% { border-color: #c8102e; }
}


.avatar_ai img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: solid 4px #e53f5d;
    animation: colorChange 3s infinite;
}

.step h5 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.step {
    display: none;
}

.step.show {
display: block;
}

textarea.form-control.sikayet_body {
    border-radius: 12px;
}

.chat_container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.chat_container > img {
    position: absolute;
    bottom: 0px;
    left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chat_li {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    padding-left: 50px;
}

.chat_li p {
    color: #636363;
    margin: 0px;
    background-color: #f7f7f7;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
}



.btnlar {
    display: flex;
}

.btnlar>.btn {
    padding: 5px 20px;
    border-radius: 2px;
}

.step.step_one {
    display: block;
}


.btnlar>.btn.back_btn.mr-2 {
    width: 110px;
}


.files_up {
    width: 100%;
    border-radius: 2px;
    background-color: #f8f8f8;
    border: dashed 2px #ccc;
    text-align: center;
    position: relative;
    display: block;
    padding: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.files_up>i {
    color: #378de2;
    font-size: 55px;
}

.files_up>span {
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 500;
}


.progress_area {
    position: relative;
    margin-top: 12px;
    border: solid 1px #cbcbcb;
    border-bottom: 0;
}

.el-preview {
    position: relative;
    display: flex;
    border-bottom: solid 1px #cbcbcb;
    padding: 5px 0px;
}

.el-preview>img {
    width: 55px;
    height: 50px;
    object-fit: contain;
    margin-top: 0px;
    margin-left: 5px;
}

.el-preview>.details {
    width: 100%;
    padding: 0px 15px 0px 10px;
}

.el-preview>span.remove_btn {
    display: block;
    width: 35px;
    height: 27px;
    text-align: center;
    background-color: #b90425;
    color: white;
    line-height: 27px;
    border-radius: 40px;
    margin-top: 10px;
    margin-right: 15px;
    cursor: pointer;
}

.progress>span {
    background-color: #378de2;
}


.el-preview>.details>.content_info>span.filename {
    display: block;
}

.el-preview>.details>.content_info>span.size {
    display: block;
}

.el-preview>.details>.content_info>.radio-wrap {
    display: flex;
    justify-content: space-between;
}


.btn-block {
    display: block;
    width: 100%;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}


/* Custom Radio */
.custom_radio_img {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  margin-top: 35px;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.custom_radio_img > .radio_img {
  margin: 15px 10px 10px 10px;
  cursor: pointer;
}
.custom_radio_img input[type="radio"] {
  display: none;
  &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }
}

.custom_radio_img h1 {
  color: hsla(215, 5%, 10%, 1);
  margin-bottom: 2rem;
}


.custom_radio_img label {
  height: 100%;
  display: inline-block;
  background: white;
  border: 2px solid #20df80;
  border-radius: 20px;
  padding: 8px 10px;
  /* margin-bottom: 1rem; */
  text-align: center;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
  cursor: pointer;
  width: 220px;
  max-width: 100%;
}

.custom_radio_img input[type="radio"]:checked + label {
  background: hsla(150, 75%, 50%, 1);
  color: white;
  box-shadow: 0px 0px 20px hsla(150, 100%, 50%, 0.75);
}


.custom_radio_img input[type="radio"]:checked + label::after {
    color: hsla(215, 5%, 25%, 1);
    font-family: FontAwesome;
    border: 2px solid hsla(150, 75%, 45%, 1);
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
  }

.custom_radio_img span {
    font-size: 20px;
    font-weight: bold;
    padding-top: 0px;
    width: 100%;
    display: block;
}



.custom_radio_img label img {
    height: 85px;
    margin-top: 14px;
}

.custom_radio_img.araclarimgs label img {
   height: 60px;
   padding-top:5px;
}


.custom_radio_img i {
    font-size: 44px;
    display: block;
    margin-top: 20px;
}


.thanks {
    display: inline-block;
    font-size: 80px;
    background-color: #20df80;
    width: 100px;
    height: 100px;
    line-height: 95px;
    border-radius: 100px;
    color: white;
}


.form-group {
    position: relative;
    margin-top: 10px;
}


ul.autocomplete_li {
    list-style: none;
    margin: 0;
    padding: 0px 0px;
    background-color: #f5f7fb;
    margin-top: 0px;
    border: solid 1px #e9e9e9;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

ul.autocomplete_li>li>img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-left: 5px;
}

ul.autocomplete_li>li {
    margin: 2px 0px;
    padding: 5px 0px;
    cursor: pointer;
}

ul.autocomplete_li>li:hover {
    background-color: white;
}


.form-icon .fa {
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 16px;
    color: #1a1a1a;
    width: 35px;
    height: 44px;
    background-color: #f5f7fb;
    line-height: 45px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d9d9d9;
}

.form-icon input {
    padding-left: 45px;
}


/* User Card */

.user_card {
    background-color: white;
    margin: 5px 0px;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    padding: 10px 10px;
    position: relative;
    display: block;
    min-height: 110px;
}

.user_card .user_pimg {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
    position: absolute;
    top: 15px;
}

.user_card .user_pimg img {
    width: 100%;
    height: 100%;
}

.user_card .user_info {
    display: block;
    width: 100%;
    border-top: solid 1px #e3e3e3;
    padding-top: 10px;
}

.user_card .user_info h1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.user_card .user_info p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.user_card .user_stats {
    padding-left: 80px;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.user_card .user_stats div {
    text-align: center;
}

.user_card .user_stats div span {
    display: block;
    font-size: 15px;
}

.user_card .user_stats div i {
font-style: normal;
font-size: 20px;
font-weight: 600;
}

.user_card .user_btn {
    padding-left: 80px;
    text-align: center;
    display: flex;
    align-items: center;
}

.user_card .btn-follow {
    background-color: #333e48 !important;
    border-color: #333e48 !important;
    color: #fff !important;
    padding: 5px 5px;
    margin: 5px 5px 5px 5px;
    width: 100%;
}

.user_card .btn-dm {
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #000 !important;
    padding: 5px 5px;
    margin: 5px 5px 5px 5px;
    width: 100%;
}

.user_card .user_opbtn a {
    border-radius: 32px;
    width: 32px;
    height: 32px;
    display: block;
    background-color: #efefef;
    font-size: 25px;
    line-height: 32px;
}


.files_li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.files_li>a {
    display: inline-block;
    background-color: #f5f7fb;
    margin: 5px 10px;
    padding: 0;
}

.files_li>a>img {
    object-fit: cover;
    margin: 0;
    padding: 2px;
    border-radius: 10px;
}



a.mini_firma {
    display: block;
    padding: 10px 10px 5px 10px;
    background-color: #f5f5f5;
    position: relative;
}

a.mini_firma>img {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 5px;
    object-fit: contain;
    background-color: white;
}

a.mini_firma>.info {
    padding-left: 55px;
}

a.mini_firma>.info>h1 {
    color: #333e48;
    font-size: 15px;
    margin: 0;
    margin-top: -4px;
    margin-right: 30px;
}

a.mini_firma>.info>h1>img {
    height: 20px;
}


a.mini_firma>.info>.yorum_star {
    padding: 0;
}

a.mini_firma>.info>.islem {
    position: absolute;
    top: 18px;
    right: 27px;
}


.lock_profile {
    text-align: center;
    padding: 10vh 0px;
}

.lock_profile>i {
    font-size: 70px;
    width: 110px;
    height: 110px;
    border: solid 2px gray;
    border-radius: 100px;
    line-height: 112px;
}

.lock_profile>h4 {
    font-size: 25px;
    margin-top: 10px;
}

.lock_profile>p {
    font-weight: 600;
}


.firma_info .firma_stats .stat>.total {
    background-color: #212529bf;
    display: inline-block;
    color: white;
    text-align: center;
    border-radius: 5px;
    padding: 0px 12px;
    margin-left: 0px;
    font-size: 13px;
}

.firma_info .firma_stats .stat> .yorum_star {
    display: inline-block;
    padding: 0;
    margin: 0;
}




.firma_owl {
    margin-top: 0px;
}

a.firma_home {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: white;
    margin: 0px 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 125px;
    overflow: hidden;
}

a.firma_home>img {
    width: 60px !important;
    height: 60px !important;
    display: inline-block !important;
    border-radius: 10px;
    object-fit: contain;
}

a.firma_home>h2 {
    font-size: 17px;
    margin-top: 0px;
}



a.start_btn {
    position: relative;
    display: block;
    background-color: #3ad08f;
    color: white;
    border-radius: 100px;
    font-weight: 700;
    width: 100%;
    max-width: 260px;
    text-align: center;
    height: 42px;
    text-transform: uppercase;
    line-height: 45px;
    overflow: hidden;
    margin-top: 8px;
}

a.start_btn>i {
    background-color: #2ead76;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    font-size: 17px;
    margin-left: 5px;
}


a.start_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, hsla(0, 0%, 100%, 0.1)),
    color-stop(20%, hsla(0, 0%, 100%, 0.2)),
    to(hsla(0, 0%, 100%, 0.6))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.1) 10%,
    hsla(0, 0%, 100%, 0.2) 20%,
    hsla(0, 0%, 100%, 0.6)
  );
  width: 20px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


@-webkit-keyframes blick {
  15%,
  to {
    left: 110%;
  }
}

@keyframes blick {
  15%,
  to {
    left: 110%;
  }
}




ul.menuli li a.search_header_btn {
    display: block;
    font-size: 18px;
    background-color: #333e48;
    color: white;
    border-radius: 45px;
    width: 40px;
    height: 40px !important;
    text-align: center;
    overflow: hidden;
    line-height: 20px;
    margin-right: 5px;
}


ul.footer_data {
    padding: 0;
    margin: 0;
}

ul.footer_data>li {
    padding: 0;
    margin: 0;
}

ul.footer_data>li>a {
    padding: 1px 7px;
    background-color: #f5f7fb;
    color: #f5f7fb;
    border-radius: 10px;
    font-size: 10px;
    margin: 0px 2px;
}




