@media (max-width: 990px) {
    .login-form {
        margin-top: 20px;
    }

    .wizard-rightc {
        margin-left: unset;
    }
    
    .wizard-steps {
        display: none;
    }
    
    .wizard-bg {
        min-height: unset;
        border-radius: 10px;
    }
    .wizard-right-login {
        border-radius: 20px;
        margin-top: -20px;
        padding-top: 40px;
    }
    
    .wizard-right {
        margin-top: -25px;
    }

    #wizardForm {
        border-radius: 20px;
    }
}

.menu-item i,
.menu-item .menu-icon-wrap {
    width: 1rem;
    height: 1rem;
}

.menu-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* DataTables sorting oklarını kesin öldür (bootstrap5 + datatables 1.13+ uyumlu) */
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after
{
    display: none !important;
    content: "" !important;
    opacity: 0 !important;
}

.btn-web, .btn-send {
    color: #fff;
}

.btn-web {
    background: #4bd991;
    border-color: #4bd991;
}

.btn-web:active, .btn-web:focus, .btn-web:hover {
    background: #4BD991CC;
    border-color: #4BD991CC; 
}

.btn-send {
    background: #9994ff;
    border-color: #9994ff;
}

.btn-send:active, .btn-send:focus, .btn-send:hover {
    background: #9994FFCC;
    border-color: #9994FFCC;
}

.btn-qr {
    background: #ff5467;
    border-color: #ff5467;
}

.btn-qr:active, .btn-qr:focus, .btn-qr:hover {
    background: #FF5467CC;
    border-color: #FF5467CC;
}

/* pagination ana kapsül */
.dataTables_paginate {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-left: auto;
}

/* tüm sayfa butonları */
.dataTables_paginate .paginate_button {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border: none !important;
    background: transparent;
    color: #6366f1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: background .15s ease;
}

/* hover */
.dataTables_paginate .paginate_button:hover:not(.current):not(.disabled) {
    background: #f3f4f6;
}

/* aktif sayfa */
.dataTables_paginate .paginate_button.current {
    background: #4f46e5 !important;
    color: #fff !important;
    font-weight: 600;
}

/* disabled (önce / sonra) */
.dataTables_paginate .paginate_button.disabled {
    color: #c7c9d3 !important;
    cursor: not-allowed;
}

/* ok ikonları biraz soluk */
.dataTables_paginate .paginate_button.previous,
.dataTables_paginate .paginate_button.next {
    color: #a5b4fc !important;
}

.swal-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.swal-btn-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swal-btn-title {
    color: #c7c4ff;
    margin-top: 2px;
    font-size: 15px;
}

.swal-btn-item .menu-icon {
    height: 30px;
}

.swal-custom-icon {
    border: none !important;
}

.swal-link-area {
    display: flex;
    border: 2px solid #ececec;
    padding: 15px 7px;
    border-radius: 7px;
    flex-direction: row;
    justify-content: space-between;
}

.swal-btn-confirm {
    border-radius: 20px;
    background: #9994ff;
}

.link-title, .copy-link {
    font-size: 15px;
}

.copy-link {
    color: #fc3e53;
    cursor: pointer;
}

.btn-upload-invoice {
    background-color: #8437ff;
    border-color: #8437ff;
    color: #fff;
}

.btn-upload-invoice:hover {
    background-color: #8437ff;
    border-color: #8437ff;
    color: #fff;
    opacity: 0.9;
}

.btn-file-select, .btn-upload-invoice {
    max-width: 90px;
    min-width: 90px;
}

.btn-file-select span, .btn-upload-invoice span {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-upload-invoice span {
    font-size: 11px;
}

#page-content {
    position: relative; /* MUTLAKA */
}

.content-lock-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    filter: blur(1px);
    cursor: not-allowed;
}