/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.invalid {
    margin-left: 3px;
    font-size: 10px;
    color: rgb(224, 0, 0);
    font-style: italic;
}

.invalidForm {
    border: 1px solid #ffb2b2;
}

/*
.validForm {
    border: 1px solid #9fffa6;
}
*/

/*
İşletme Seçimi, İşletme Fotoğrafı
*/
.business-image {
    width: 1000px;
    height: 300px;
    object-fit: cover;
}

/* Process için*/

h6.customH6 {
    color: #364a63 !important;
    background-color: #f5f6fa;
    border: #dbdfea;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}



.accordion-inner.customAccordion {
    padding: 0px !important;
}


.badge-dot {
    display: inline-flex;
    align-items: center;
    background-color: transparent !important;
    border: none;
    padding-left: 12px;
    padding-right: 0;
    font-size: 12px;
  }
  .badge-dot:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-top: -1px;
    border-radius: 50%;
    background: currentColor;
  }

  .badge-dot.has-bg {
    border-radius: 20px;
    padding: 3px 12px 3px 24px;
  }
  .badge-dot.has-bg:before {
    left: 12px;
    margin-top: 0;
  }
  .badge-dot.badge-sm, .badge-dot.badge-md {
    padding-left: 16px;
  }
  .badge-dot.badge-sm:before, .badge-dot.badge-md:before {
    height: 8px;
    width: 8px;
    margin-top: 0;
  }
  .badge-dot.badge-sm.has-bg, .badge-dot.badge-md.has-bg {
    border-radius: 20px;
    padding: 5px 12px 5px 28px;
  }
  .badge-dot.badge-sm.has-bg:before, .badge-dot.badge-md.has-bg:before {
    left: 12px;
  }
  .badge-dot.badge-lg, .badge-dot.badge-xl {
    padding-left: 24px;
  }
  .badge-dot.badge-lg:before, .badge-dot.badge-xl:before {
    height: 12px;
    width: 12px;
    margin-top: 0;
  }

  .badge-dot.bg-primary {
    color: #854fff;
  }
  .badge-dot.bg-primary.has-bg {
    background-color: rgba(133, 79, 255, 0.15) !important;
  }

  .badge-dot.bg-secondary {
    color: #364a63;
  }
  .badge-dot.bg-secondary.has-bg {
    background-color: rgba(54, 74, 99, 0.15) !important;
  }

  .badge-dot.bg-success {
    color: #1ee0ac;
  }
  .badge-dot.bg-success.has-bg {
    background-color: rgba(30, 224, 172, 0.15) !important;
  }

  .badge-dot.bg-info {
    color: #09c2de;
  }
  .badge-dot.bg-info.has-bg {
    background-color: rgba(9, 194, 222, 0.15) !important;
  }

  .badge-dot.bg-warning {
    color: #f4bd0e;
  }
  .badge-dot.bg-warning.has-bg {
    background-color: rgba(244, 189, 14, 0.15) !important;
  }

  .badge-dot.bg-danger {
    color: #e85347;
  }
  .badge-dot.bg-danger.has-bg {
    background-color: rgba(232, 83, 71, 0.15) !important;
  }

  .badge-dot.bg-light {
    color: #b7c2d0;
  }
  .badge-dot.bg-light.has-bg {
    background-color: rgba(183, 194, 208, 0.15) !important;
  }

  .badge-dot.bg-dark {
    color: #1f2b3a;
  }
  .badge-dot.bg-dark.has-bg {
    background-color: rgba(31, 43, 58, 0.15) !important;
  }

  .badge-dot.bg-gray {
    color: #8091a7;
  }
  .badge-dot.bg-gray.has-bg {
    background-color: rgba(128, 145, 167, 0.15) !important;
  }

  .badge-dot.bg-lighter, .dual-listbox .badge-dot.dual-listbox__item:hover {
    color: #e5e9f2;
  }
  .badge-dot.bg-lighter.has-bg, .dual-listbox .badge-dot.has-bg.dual-listbox__item:hover {
    background-color: rgba(229, 233, 242, 0.15) !important;
  }

  @media (max-width: 767.98px) {
    .badge-dot-sm {
      width: 0;
      overflow: hidden;
    }
  }
  @media (max-width: 413px) {
    .badge-dot-mb {
      width: 0;
      overflow: hidden;
    }
  }
  @media (max-width: 369px) {
    .badge-dot-xs {
      width: 0;
      overflow: hidden;
    }
  }

#topProgressBar {
    background-color: transparent;
    z-index: 9999; /* Üstte görünmesi için yüksek z-index */
}

.progress-bar {
    transition: width 0.2s ease-in-out; /* Smooth geçiş efekti */
}


.nk-sidebar-body {
    overflow-y: auto; /* İçeriğin kaydırılabilir olmasını sağlar */
    max-height: calc(100vh - 50px); /* Yüksekliği üst alanla birlikte ayarlar */
}

.nk-sidebar-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nk-sidebar-element {
    flex-grow: 1; /* Kalan alanı kaplamasını sağlar */
}

@media (max-width: 768px) {
    .nk-sidebar {
        position: fixed; /* Mobilde sidebar'ı sabitler */
        width: 100%; /* Mobilde tam genişlik alır */
        height: 100vh; /* Tam ekran boyunca yayılan sidebar */
        overflow-y: auto; /* Kaydırılabilir içerik */
    }

    .nk-sidebar-body {
        overflow-y: scroll; /* Mobilde daha rahat kaydırma */
        max-height: 100vh; /* Ekran yüksekliği kadar sınırla */
    }
}

img.isletmeFlag {
    border-radius: 5px;
    max-width: 10%;
}

.profile-avatar {
    position: relative;
    width: 100%; /* Yatayda tüm alanı kaplayacak */
    text-align: center; /* Yatayda ortalamak için */
}

.profile-avatar .avatar-img {
    width: 150px; /* Resim genişliği */
    height: 150px; /* Resim yüksekliği */
    border-radius: 50%; /* Tam yuvarlak */
    object-fit: cover; /* Resmin düzgün görünmesi için */
    display: inline-block; /* Merkezi ortalamayı sağlamak için */
}

.profile-avatar {
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
}

.avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.upload-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    cursor: pointer;
}

.profile-avatar:hover .upload-icon {
    opacity: 1;
}

img.profile-picture {
    height: 40px;
    object-fit: cover;
}

.customHeightTR {
    min-height: 75px;
    height: 75px;
}


img.settings-image {
    border-radius: 5px;
    width: 2000px;
    height: 400px;
    object-fit: cover;
}

h4.page-title.settings-title {
    color: white;
    position: absolute;
    padding: 10px;
    background: #000000a3;
    border-radius: 5px;
    margin: 5px;
}



/* Mobil cihazlar (576px ve altı) için font boyutunu ayarla */
@media (max-width: 576px) {
    h4.page-title.settings-title {
        font-size: 15px; /* Mobil cihazlar için daha küçük bir yazı tipi boyutu */
    }
}
    #topProgressBar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999; /* Diğer içeriklerin üstünde yer alması için */
    }

    body {
        margin-top: 20px; /* Progress bar yüksekliğine göre body'yi aşağıya kaydırmak için */
    }


    span.featured_btn, .qr_featured_btn {
        z-index: 2;
        position: absolute;
        margin-top: 5px;
        margin-left: 5px;
    }

    span.photo_delete_btn, .qr_photo_delete_btn {
        z-index: 2;
        position: absolute;
        margin-top: 5px;
        margin-right: 5px;
        right: 0;
    }

    img.w-100.rounded-top.product_img {
        max-height: 350px;
        height: 350px;
        object-fit: cover;
    }

    span.samePriceCheckbox {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    img.checkbox-image {
        height: 250px;
        width: 500px;
        object-fit: cover;
    }

    h4.qrProductName {
        font-size: 1.1rem;
        position: absolute;
        bottom: 0px;
        background: #000000a8;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        width: 100%;
        text-wrap: nowrap;
        overflow: hidden;
    }

    .customAccordion {
        border: none;
        margin-top: 10px;
    }

    span.drag-handle.customDrag {
        position: absolute;
        z-index: 555;
        color: black;
        background: white;
        padding: 10px;
        margin-left: 75px;
        right: -1px;
        border-radius: 0 0 0 5px;
        top: -1px;
    }

    .category-drag-handle-css {
        padding: 15px;
        font-size: 20px;
        border: 1px solid #e5e9f2;
        border-radius: 4px;
        background-color: #fff;
        margin: 5px;
        padding-top: 23px;
    }


    .customControlX {
        margin-left: 5px;
    }

    img.checkbox-image-isletme {
        height: 500px;
        width: 1000px;
        object-fit: cover;
    }

    .ellipsis {
        white-space: nowrap;       /* Metni tek satırda tutar */
        overflow: hidden;          /* Taşan içeriği gizler */
        text-overflow: ellipsis;   /* Taşan kısmı ... ile gösterir */
    }


    button#trackShipmenBtn {
        border-radius: 50px;
        margin-left: -54px;
        z-index: 5;
    }

    input#trackShipment {
        border-radius: 54px;
        margin-left: 20px;
    }
  
/* Status-Pending için Odd ve Even */
table#exampleDataTable tr.status-pending:nth-child(odd) td {
  background-color: rgba(125, 255, 121, 0.4) !important; /* Hafifçe daha koyu */
  color: black;
}

table#exampleDataTable tr.status-pending:nth-child(even) td {
  background-color: rgba(125, 255, 121, 0.2) !important; /* Hafifçe daha açık */
  color: black;
}

/* Status-Shipped için Odd ve Even */
table#exampleDataTable tr.status-shipped:nth-child(odd) td {
  background-color: rgba(207, 207, 207, 0.8) !important; /* Hafifçe daha koyu */
  color: black;
}

table#exampleDataTable tr.status-shipped:nth-child(even) td {
  background-color: rgba(207, 207, 207, 0.6) !important; /* Hafifçe daha açık */
  color: black;
}

/* Status-Processing için Odd ve Even */
table#exampleDataTable tr.status-processing:nth-child(odd) td {
  background-color: rgba(255, 239, 186, 0.8) !important; /* Hafifçe daha koyu */
  color: black;
}

table#exampleDataTable tr.status-processing:nth-child(even) td {
  background-color: rgba(255, 239, 186, 0.6) !important; /* Hafifçe daha açık */
  color: black;
}

/* Status-Canceled için Odd ve Even */
table#exampleDataTable tr.status-cancelled:nth-child(odd) td {
  background-color: rgba(255, 83, 83, 0.4) !important; /* Hafifçe daha koyu */
  color: black;
}

table#exampleDataTable tr.status-cancelled:nth-child(even) td {
  background-color: rgba(255, 83, 83, 0.2) !important; /* Hafifçe daha açık */
  color: black;
}

  
  
  .customCbs label.custom-control-label {
      background: transparent !important;
      color: white;
      border: none !important;
      margin-left: -17px;
  }

  td.order-date-class {
      white-space: nowrap;
      font-size: 18px;
      font-weight: bold;
  }
  table#exampleDataTable td {
    font-size: 18px;
  }


  .donut-channel {
    position: absolute;
    right: 0;
}


.nk-tb-item.even td {
  background-color: #fafafa !important;
}

.nk-tb-item.act_integ td {
  background-color: rgb(245, 255, 240) !important;
}

.nk-tb-item.pass_integ td {
  background-color: rgb(255, 229, 229) !important;
}


li.nk-tb-action-hidden {
  background-color: transparent !important;
}

img.kolay_gelsin_logo {
  width: 100px;
}
