/*!
 * Theme Name: Wins eCommerce
 * Package : Wins eCommerce
 * Author: Daksil Yazılım
 * Author URI: http://daksil.com
 * Version	 :	1.0.0
 * Updated	 :	09.08.2024
**/


.yazi-img {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.yazi-btn {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.yazi-ek {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.order-title-in {
    font-size: 24px;
    color: #004b82;
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.order-title-in span {
    font-size: 14px;
    font-weight: 400;
}

.order-tools-in {
    flex: 0 0 auto;
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
}

.new-btn {
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #F27038;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 1rem 1rem;
    transition: .15s;
    border: solid 1px #f5f6fa;
}

.new-btn:hover {
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    color: #F27038;
    border-radius: 8px;
}

.order-tools {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.bilgi-buton {
    background: transparent;
    color: #FF5722;
    font-size: 1.5rem;
    border: 0;
}

.btn-geri-don {
    background: transparent;
    color: #353535;
    font-size: 1.2rem;
    border: 0;
    padding: 5px;
    margin: 5px;
}

.btn-geri-don:hover {
    color: #FF5722;
    background: #e7e7e7;
    border-radius: 8px;
}

.customer-note {
    padding: 0;
}

.customer-info-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 5px;
    border-top: solid 1px #e6e6e6;
}

/* Kaydet Vazgeç Bölümü */

.button-group {
    display: flex;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    display: none;
    position: sticky;
    top: 80px;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.unsaved-changes {
    color: #ddd;
    font-size: 14px;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.icon-info {
    margin-right: 8px;
    background-color: #FF5722;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #ddd;
}

.btn {
    padding: 8px 16px;
    margin-left: 8px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.btn.cancel {
    background-color: #555;
    color: #ddd;
}

.btn.save {
    background-color: #FF5722;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Müşteri Görüntüleme Alanı */
.customer-ord-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    margin: 5px;
}

.ord-title-label {
    margin-inline: 7px;
    font-size: 13px;
    color: #616161;
    font-weight: 500;
    cursor: default;
}

.ord-form-label {
    border-bottom: .125rem dotted #d5d5d5;
    color: #000;
    font-weight: 600;
    cursor: default;
}

.ord-form-note {
    font-style: normal;
    font-weight: 600;
    color: #000;
}

#dynamic-product-title {
    display: none;
}

.satis-kanallari {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ques-tool {
    border: 0;
    background: transparent;
}

.variant-group {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f4f5f7;
}

.variant-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.variant-group-header h5 {
    margin: 0;
    font-size: 16px;
}

.variant-values {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.variant-value {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
}

.variant-value button {
    background: none;
    border: none;
    color: #e74c3c;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.variant-combinations {
    margin-top: 30px;
}

.combination-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

.combination-row input[type="text"],
.combination-row input[type="number"] {
    width: 100px;
}

.combination-row input[type="file"] {
    width: 150px;
}

#editSeoLink {
    color: #f27038;
}

.seo-preview {
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.seo-preview-live {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 20px;
}

.seo-preview-live p {
    margin: 5px 0;
}

.seo-preview h4 {
    font-size: 0.875rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 0.5rem;
    letter-spacing: -0.065em;
}

.seo-preview p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #717171;
    margin-bottom: 0.5rem;
    letter-spacing: -0.065em;
}


.seo-preview-live .seo-title {
    font-size: 18px;
    color: #1a0dab;
}

.seo-preview-live .seo-url {
    font-size: 14px;
    color: #006621;
}

.seo-preview-live .seo-description {
    font-size: 13px;
    color: #545454;
}

.btn-dropzone-image {
    display: inline-flex;
    align-items: center;
    gap: .125rem;
    padding: .1rem 1rem;
    border: none;
    border-radius: .5rem;
    color: #303030;
    background: transparent;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0rem -.0625rem 0rem 0rem #b5b5b5 inset, 0rem 0rem 0rem .0625rem rgba(0, 0, 0, .1) inset, 0rem .03125rem 0rem .09375rem #FFF inset;
}

.ql-toolbar {
    border-radius: 0 !important;
}

.form-container {
    max-width: 400px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
}

.values-container {
    margin-top: 10px;
}

.value-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #f8f9fa;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    margin-top: 5px;
}

.value-item .remove-value {
    cursor: pointer;
    color: #d9534f;
}

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

.variant-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variant-btn,
.variant-btn-color {
    flex: 1 1 48%;
    /* Butonları yan yana hizalar, gerektiğinde alta kaydırır */
    height: 96px;
    background: rgb(248, 250, 252);
    border: 1px solid rgb(227, 232, 239);
    border-radius: 4px;
    padding: 12px;
    text-align: left;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    /* Butonların ön planda kalması için z-index ekledik */
}

.variant-btn:hover,
.variant-btn-color:hover {
    border-color: #f27038;
    background-color: #f9f9f9;
}

.variant-btn.active,
.variant-btn-color.active {
    border-color: #f27038;
    background-color: #f0f0f0;
    z-index: 2;
    /* Active olduğunda butonun üstte kalmasını sağlarız */
}

.variant-btn>svg,
.variant-btn-color>svg {
    position: absolute;
    top: 14px;
    right: 12px;
    pointer-events: none;
    /* SVG'nin tıklanabilirliği engellememesi için */
}

.KXsTl {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgb(18, 25, 38);
    margin: 0px 0px 12px;
    padding-right: 20px;
}

.dHqpMT,
.ijpDpc {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cqOLsa,
.iiDhxh,
.klQezc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 9px;
    border: 2px solid #fff;
    background: rgb(238, 242, 246);
    border-radius: 4px;
    color: rgb(75, 85, 101);
    font-size: 0.875rem;
    font-weight: 500;
}

.klQezc {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.ijpDpc> :nth-child(1) {
    background: rgb(205, 213, 223);
}

.ijpDpc> :nth-child(2) {
    background: rgb(154, 164, 178);
}

.ijpDpc> :nth-child(3) {
    background: rgb(238, 242, 246);
}

.nk-block-app-title {
    font-size: 19px;
    line-height: 1.3;
    line-height: clamp(1.519rem, 0.695vw + 1.241rem, 1.797rem);
    letter-spacing: -0.01em;
    font-weight: 650;
}

.app-block-des p {
    font-size: clamp(0.75rem, 0.313vw + 0.625rem, 0.875rem);
    line-height: 1.45;
    font-weight: 400;
    color: #515151;
}

.app-card {
    gap: 12px;
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    position: relative;
    padding: 10px;
}

.app-img {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    margin: 0;
    width: 100px;
    height: auto;
    border: 0;
    box-shadow: 0 0 #0000, -3px 3px #ff9800, -5px 4px 9px 0px rgb(0 0 0);

}

.app-title a {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 450;
    color: #000;
}

.app-title a:hover {
    color: #F27038;
}

.app-tools {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.app-tools-btn1 {
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #526484;
}

.app-tools-btn2 {
    padding: 5px;
    border: none;
    border-radius: 20px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #ff1010;
}

/* Modül Detay */
.var-li li {
    list-style: disc;
    margin-left: 20px;
}

.card-body .detail-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 6px;
}

.left-detail {
    display: flex;
    flex-direction: column;
    gap: 5%
}

.left-detail-item {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 800px) {
    .left-detail {
        flex-direction: row;
    }

    .left-detail-item:nth-child(2) {
        display: none;
    }

    .left-detail-item:nth-child(1) {
        flex-basis: 35%;
        border-right: 1px solid lightgrey;
        padding-right: 10px;
    }

    .left-detail-item:nth-child(4) {
        margin-top: 0px !important;
    }

    .left-detail-item:nth-child(3) {
        flex-basis: 25%;
        margin-top: 0px !important;
        justify-content: start;
        vertical-align: top;
        border-right: 1px solid lightgrey;
        padding-right: 10px;
    }

    .mobile-fs {
        font-size: clamp(0.688rem, 0.625rem + 0.156vw, 0.75rem);
        line-height: 1.45;
        font-weight: 650;
        color: #000;
    }

    .mobile-fs2 {
        font-size: clamp(0.688rem, 0.625rem + 0.156vw, 0.75rem);
        line-height: 1.45;
        font-weight: 650;
        color: #000;
    }

    .card-body .detail-img {
        height: auto;
    }
    .payment-info-box {
        grid-template-columns: 1fr!important;
    }
}

.text-dev {
    font-weight: 450;
    color: #000;
    text-decoration: underline;
    font-size: clamp(0.75rem, 0.625rem + 0.313vw, 0.875rem);
    line-height: 1;
}

.text-dev:hover {
    color: #F27038;
}

/* Temalar */
.themes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #ededed;
}

.theme-info img {
    width: 120px;
    height: auto;
    position: relative;
}

.theme-info {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 1.7rem;
}

.theme-info p {
    color: #8d8d8d;
    font-weight: 300;
}


.theme-info-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}


@media (max-width: 960px) {
    .themes {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }
}

.active-themes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.active-theme-info img {
    width: 350px;
    height: auto;
    position: relative;
    box-shadow: 1px 1px 4px 1px #FF5722;
    border-radius: 40px;
}

.active-theme-info {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 1.7rem;
}

.active-theme-info p {
    color: #353535;
    font-weight: 400;
    font-size: 12px;
}


.active-theme-info-title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}


@media (max-width: 960px) {
    .active-themes {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }

    .active-theme-info {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.7rem;
    }

    .active-theme-info img {
        width: 100%;
    }
}

.theme-shop-box {
    padding: 16px;
}

.theme-shop-box h2 {
    font-size: 14px;
    letter-spacing: 0rem;
    font-weight: 600;
}

/* Seo Ayarları */

.seo-set {
    position: relative;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgb(238, 242, 246);
    width: 100%;
    margin: 0px auto 24px;
}

.seo-olag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seo-olag-info {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 6px;
}

/* Seo Ayarları */
.dVCuqh {
    padding: 12px;
    border: 1px solid rgb(227, 232, 239);
    background-color: rgb(248, 250, 252);
    border-radius: 4px;
}

.iYgOgT {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.cqrTjL {
    color: rgb(18, 25, 38);
    white-space: nowrap;
}

.gSlQuK {
    color: rgb(75, 85, 101);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.seo-tag-pre {
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin: 4px 0px;
    color: rgb(111, 85, 255);
    max-width: 100%;
}

.JVMXo {
    font-style: normal;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: rgb(75, 85, 101);
    word-break: break-word;
    white-space: break-spaces;
}

.eqghgW {
    flex: 0 0 auto;
    display: flex;
    align-self: center;
    flex-wrap: wrap;
    gap: 6px;
    padding-left: 0px;
    margin-top: 20px;
}

.gRhaUd {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    gap: 4px;
    min-height: 24px;
    overflow: hidden;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.125rem;
    border: 1px solid rgb(213, 205, 255);
    background-color: rgb(247, 245, 255);
    border-radius: 0.25rem;
}

/* Güncellem Notlar */
.nc-container-new2 {
    background-color: #cf4f4f
}

.nc-col-md-8 {
    width: 66.66667%
}

.nc-mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.nc-margin24 {
    margin-bottom: 24px !important
}

.nc-f1-light {
    font-size: 26px !important;
    font-weight: 300 !important
}

.nc-release-note header h2 {
    max-width: 100% !important
}

.nc-position-relative {
    position: relative !important
}

.nc-container-new {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto
}

.nc-release-note:first-of-type .nc-timeline-decorator::before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1) 50px)
}

.nc-release-note:last-of-type .nc-timeline-decorator::before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0))
}

.nc-timeline-decorator::before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((65px / 2) + 16px);
    z-index: -1
}

.nc-mr-2 {
    margin-right: 8px !important
}

.nc-f3-light {
    font-size: 18px !important;
    font-weight: 300 !important
}

.nc-css-truncate .nc-css-truncate-target,
.nc-css-truncate.nc-css-truncate-target {
    display: inline-block;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top
}

.nc-mb-2 {
    margin-bottom: 8px !important
}

.ws-mr-ml {
    margin-left: 3px;
    margin-right: 3px
}


.nk-history {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 0.5rem;
}

.nk-history-item {
    padding-left: 1.75rem;
    position: relative;
}

.nk-history-item:not(:first-child):before {
    position: absolute;
    left: 0;
    width: 1px;
    content: "";
    background: #e5e9f2;
    height: 50%;
    top: 0;
}

.nk-history-item:not(:last-child):after {
    position: absolute;
    left: 0;
    width: 1px;
    content: "";
    background: #e5e9f2;
    top: 50%;
    height: calc(50% + 2rem);
}

.nk-history-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.nk-history-meta li {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    color: #8094ae;
}

.nk-history-meta li:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 0.25rem;
    width: 0.25rem;
    background: #8094ae;
    border-radius: 50%;
    margin: auto 0.5rem;
    vertical-align: middle;
}

.nk-history-symbol {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.nk-history-symbol-dot {
    border: 3px solid #ff9800;
    border-radius: 50%;
    background: #fff;
    height: 1rem;
    width: 1rem;
}

.nk-history-symbol-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e9f2;
    border-radius: 0.5rem;
    background: #fff;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0.75rem;
    color: #364a63;
    transition: all 0.3s;
}

.nk-history-symbol-text {
    color: inherit;
}

.nk-history-expand {
    color: #1c2b46;
}

.nk-history-expand:hover {
    color: #ff9800;
}

.nk-history-expand:hover .nk-history-symbol-button {
    border-color: #ff9800;
    background: #ff9800;
    color: #fff;
}

@media (min-width: 576px) {
    .nk-history {
        padding-left: 1rem;
    }

    .nk-history-item {
        padding-left: 2.75rem;
    }
}

/* Drawer başlangıçta gizli */
.drawer-sidebar {
    width: 250px;
    /* Aynı genişlik */
    height: 100%;
    /* Aynı yükseklik */
    background-color: #222;
    /* Drawer için farklı arka plan rengi */
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    /* Drawer başlangıçta gizli */
    transition: transform 0.3s ease;
    /* Animasyon geçişi */
    z-index: 1050;
    /* Drawer'ın öncelikli olmasını sağlamak için yüksek z-index */
}

/* Drawer görünür olduğunda */
.drawer-sidebar.open {
    transform: translateX(0);
    /* Drawer ekranın soluna kayar */
}

.drawer-sidebar .nk-sidebar-element .nk-menu-link {
    color: #ffffff;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    margin: 0 10px 0 10px;
}

.drawer-sidebar .nk-menu-link:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.drawer-sidebar .nk-menu-icon {
    color: #fff;
}

.drawer-title {
    margin: 0 10px 0 10px;
    color: #fff;
    font-size: 16px;
    border-bottom: solid 1px;
    border-color: #414141;
    padding: 10px;
}

/* Mail Ayarları */
.bildirimler-listesi {
    list-style: none;
    padding: 0;
    margin: 0;
    border: solid 1px #e4e9f2;
    border-radius: 20px;
}

.bildirim-oge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #e4e9f2;
    cursor: pointer;
}

.bildirim-oge:hover {
    background-color: #f5f5f5;
}


.bildirim-oge:last-child {
    border-bottom: none;
}

.bildirim-ikon {
    font-size: 20px;
    color: #526484;
    margin-right: 10px;
}

.bildirim-icerik {
    flex-grow: 1;
    margin-left: 10px;
}

.bildirim-baslik {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #364a63;
}

.bildirim-aciklama {
    font-size: 12px;
    color: #8094ae;
    margin: 5px 0 0;
}

.bildirim-yon {
    font-size: 20px;
    color: #526484;
}

/* Ödeme Ayarları */
.odeme-karti {
    border: 1px solid #e4e9f2;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    max-width: 300px;
    margin: 20px auto;
    /* Ortalamak için otomatik margin */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Hafif gölge efekti */
}

.odeme-baslik {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #364a63;
}

.odeme-aciklama {
    font-size: 14px;
    color: #8094ae;
    margin: 0;
}

.payment-info-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
    padding: 20px;
}

.payment-info:hover, .payment-info:focus {
    background-color: rgb(255 241 237);
}

.payment-info {
    width: 100%;
    height: 190px;
    border: 1px solid rgb(238, 242, 246);
    border-radius: 4px;
    padding: 24px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease 0s;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    appearance: auto;
}

.payment-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 28px;
}

.payment-title-sub {
    margin-top: 32px;
    color: rgb(105, 117, 134);
}

.payment-img {
    height: 28px;
    object-fit: contain;
    object-position: center center;
    overflow-clip-margin: content-box;
    overflow: clip;
}

/* Kargo Ayarları */
/* Genel tablo stili */
.kargo-ucret-tablosu {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Tablo başlık stili */
  .kargo-ucret-tablosu th {
    background-color: #f5f6fa;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 12px 15px;
    border-bottom: 2px solid #e4e9f2;
  }
  
  /* Tablo hücreleri için stil */
  .kargo-ucret-tablosu td {
    padding: 10px 15px;
    border-bottom: 1px solid #e4e9f2;
    text-align: center;
  }
  
  /* Giriş ve seçme elemanları için stil */
  .kargo-ucret-tablosu input[type="text"],
  .kargo-ucret-tablosu select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d1d9e6;
    border-radius: 4px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .kargo-ucret-tablosu input[type="text"]:focus,
  .kargo-ucret-tablosu select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  /* Sil butonu stili */
  .sil-buton {
    background-color: #ff4d4f;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .sil-buton:hover {
    background-color: #ff7875;
  }
  
  /* Ekle butonu stili */
  .ekle-buton {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    transition: background-color 0.3s ease;
  }
  
  .ekle-buton:hover {
    background-color: #0056b3;
  }
  
  /* Hover efekti için tablo satırı */
  .kargo-ucret-tablosu tr:hover {
    background-color: #f1f1f1;
  }
  
  /* Tablo başlığı ve hücre köşe yuvarlamaları */
  .kargo-ucret-tablosu thead th:first-child {
    border-top-left-radius: 8px;
  }
  
  .kargo-ucret-tablosu thead th:last-child {
    border-top-right-radius: 8px;
  }
  
  .kargo-ucret-tablosu tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  
  .kargo-ucret-tablosu tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  