.numre-table-container {
    margin: 30px auto;
    max-width: 900px;
    background: #18191c;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    padding: 24px;
}

.numre-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 16px;
    background: transparent;
}

.numre-table thead th {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: none;
    border: none;
    padding: 12px 8px;
    text-align: left;
}

.numre-table tbody tr {
    background: #18191c;
    border-radius: 12px;
    box-shadow: 0 0 0 2px #1a233a;
    transition: box-shadow 0.2s;
}

.numre-table tbody tr:hover {
    box-shadow: 0 0 0 2px #aa8c45;
}

.numre-table td {
    color: #fff;
    font-size: 15px;
    padding: 5px 16px;
    border: none;
    vertical-align: middle;
    background: transparent !important;
}

.numre-table td strong {
    color: #c9ab65;
    font-weight: 700;
    letter-spacing: 1px;
}

.numre-type {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.numre-type-qizil {
    background: #00af6600;
  color: #fff;
  border: 2px solid #aa8c45;
  box-shadow: 0 2px 8px rgba(170, 140, 69, 0.25);
}

.numre-type-gumus {
    background: #00af6600;
  color: #fff;
  border: 2px solid #aa8c45;
  box-shadow: 0 2px 8px rgba(170, 140, 69, 0.25);
}

.numre-type-sade {
    background: #00af6600;
  color: #fff;
  border: 2px solid #aa8c45;
  box-shadow: 0 2px 8px rgba(170, 140, 69, 0.25);
}

.numre-type-platin {
    background: #00af6600;
    color: #fff;
    border: 2px solid #aa8c45;
    box-shadow: 0 2px 8px rgba(170, 140, 69, 0.25);
}

.sifaris-btn {
    background: #1f2023 !important;
    color: #fff !important;
    padding: 10px 60px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.2s, box-shadow 0.2s !important;
    box-shadow: 0 2px 8px #aa8c454f;
    width: 100% !important;
    height: 40px !important;
}

.sifaris-btn:hover {
    background: #00ff99;
    color: #222;
}

@media (max-width: 700px) {
    .numre-table-container {
        padding: 10px;
    }

    .numre-table thead {
        display: none;
    }

    .numre-table tbody tr {
        display: block;
        margin-bottom: 15px;
        padding: 15px;
        border: 1px solid #333;
        border-radius: 12px;
        background-color: #1f1f1f;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .numre-table tbody tr td:first-child {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        width: 100% !important;
    }

    .numre-table td {
        display: block;
        text-align: right;
        padding: 8px 0;
        border-bottom: 1px solid #2a2a2a;
        position: relative;
        text-align: left;
        padding-left: 100px;
    }

    .numre-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 90px;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        color: #AA8C45;
    }

    .numre-table td:last-child {
        border-bottom: none;
        text-align: center;
        padding-left: 15px;
    }

    .numre-table tbody tr td:last-child {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        width: 100% !important;
        padding: 10px 0px !important;
    }

    .sifaris-btn {
        width: 100% !important;
    }
}

/* Nömrə filter düğmələri */
.numre-filter-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.numre-filter-btn {
    background: #1f2023;
    color: #fff;
    border: 2px solid #444;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.numre-filter-btn:hover {
    background: #2a2a2a;
    border-color: #aa8c45;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(170, 140, 69, 0.3);
}

.numre-filter-btn.active {
    background: #aa8c45;
    border-color: #c9ab65;
    color: #fff;
    box-shadow: 0 4px 12px rgba(170, 140, 69, 0.5);
}

.numre-filter-btn[data-type="Qizil"] {
    background: #aa8c4500;
    color: #fff;
    border: solid 2px #aa8c45;
}

.numre-filter-btn[data-type="Qizil"]:hover,
.numre-filter-btn[data-type="Qizil"].active {
   background: #aa8c45;
  color: #fff;
  border: 2px solid #aa8c45;
  box-shadow: 0 2px 8px rgba(170, 140, 69, 0.25);
}

.numre-filter-btn[data-type="Gumus"] {
    background: #aa8c4500;
    color: #fff;
    border: solid 2px #aa8c45;
}

.numre-filter-btn[data-type="Gumus"]:hover,
.numre-filter-btn[data-type="Gumus"].active {
   background: #aa8c45;
  color: #fff;
  border: 2px solid #aa8c45;
  box-shadow: 0 2px 8px rgba(170, 140, 69, 0.25);
}

.numre-filter-btn[data-type="Sade"] {
    background: #aa8c4500;
    color: #fff;
    border: solid 2px #aa8c45;
}

.numre-filter-btn[data-type="Sade"]:hover,
.numre-filter-btn[data-type="Sade"].active {
    background: #aa8c45;
  color: #fff;
  border: 2px solid #aa8c45;
  box-shadow: 0 2px 8px rgba(170, 140, 69, 0.25);
}

.numre-filter-btn[data-type="Platin"] {
    background: #aa8c4500;
    color: #fff;
    border: solid 2px #aa8c45;
}

.numre-filter-btn[data-type="Platin"]:hover,
.numre-filter-btn[data-type="Platin"].active {
    background: #aa8c45;
  color: #fff;
  border: 2px solid #aa8c45;
  box-shadow: 0 2px 8px rgba(170, 140, 69, 0.25);
}

@media (max-width: 768px) {
    .numre-filter-buttons {
        gap: 8px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        max-width: 100%;
    }
    
    .numre-filter-btn {
        padding: 12px 4px;
        font-size: 12px;
        min-width: 0;
        width: 100%;
        text-align: center;
        border-radius: 8px;
    }
    
    .numre-filter-btn:first-child {
        grid-column: 1 / -1;
        margin-bottom: 8px;
        font-size: 14px;
        padding: 12px 8px;
    }
}

.numre-search-frontend .numre-search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.numre-search-frontend .form-group {
    flex-grow: 1;
    min-width: 150px;
}

.numre-search-frontend select,
.numre-search-frontend input[type="text"],
.numre-search-frontend .nomre-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #444;
    border-radius: 8px;
    background-color: #1f1f1f;
    color: #ccc;
    font-size: 16px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23ccc%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168l-191.9%20192-64-64%20191.9-192%2064%2064z%22%2F%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M0%20280l192-192%2064%2064-192%20192-64-64z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 35px;
}

.numre-search-frontend select option {
    background-color: #1a1a1a;
    color: #fff;
}

.numre-search-frontend .numre-input-group {
    display: flex;
    gap: 5px;
    flex-grow: 0;
}

.numre-search-frontend .numre-input-group .nomre-input {
    width: 55px;
    padding: 10px !important;
    text-align: center;
    flex-grow: 0;
    background-image: none;
    border-radius: 8px !important;
    background-color: #1f1f1f !important;
    border-color: #c9ab65 !important;
}

.numre-search-frontend button {
    padding: 15px 40px 15px 40px;
    border: 1px solid #AA8C45;
    border-radius: 8px !important;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background-color: #1a1a1a;
    color: #AA8C45;
    width: 40px;
    height: 50px;
    overflow: hidden;
}

.numre-search-frontend button i {
    text-indent: 0;
}

.numre-search-frontend .search-button {
    background-color: #1f1f1f;
    color: white;
    border: 1px solid #c9ab65;
}

.numre-search-frontend .search-button:hover {
    background-color: #c9ab65;
    color: #1f1f1f;
}

.numre-search-frontend .filter-button {
    background-color: #1a1a1a;
    color: #AA8C45;
    border: 1px solid #AA8C45;
}

.numre-search-frontend .filter-button:hover {
    background-color: #2a2a2a;
}

.numre-search-frontend .button-group {
    display: flex;
    gap: 10px;
    flex-grow: 0;
}

@media (max-width: 768px) {
    .numre-search-frontend .numre-search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .numre-search-frontend .form-group {
        min-width: 100%;
    }

    .numre-search-frontend .button-group {
        flex-direction: row;
        justify-content: stretch;
    }

    .numre-search-frontend button {
        flex-grow: 1;
        width: auto;
    }

    .numre-search-frontend .numre-input-group {
        flex-wrap: nowrap;
    }

    .numre-search-frontend .numre-input-group .nomre-input {
        width: calc((100% / 1) - 5px);
        min-width: 0;
    }


}

.numre-table tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 0%;
}

.numre-table tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 10px;
    width: 10%;
}

/* Sayfalama Stilleri */
.pagination {
    display: flex !important;
    align-items: center;
    margin: 20px 0 !important;
    gap: 5px;
    justify-content: center !important;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    background: #18191c;
    border: 1px solid #18191c;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    list-style: none;
    gap: 5px;
}

.pagination .page-numbers:hover {
    border-color: #998041;
    color: #998041;
    font-weight: 700;
}

.pagination .current {
    background: #998041;
    color: #fff;
    border-color: #998041;
}

.pagination .prev,
.pagination .next {
    font-size: 18px;
    padding: 0 15px;
}

.whatsappchat {
    position: fixed;
    bottom: 30px;
    right: 18px;
    height: 70px;
    background: rgba(137, 189, 73, .25);
    border: none;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    border-radius: 100%;
    padding: 0;
    padding-right: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 99;
    font-size: 0;
    font-weight: bold;
    color: #fff !important;
    transition: all .3s;
}

.whatsappchat:hover {
    background-color: #9ae0b7;
    color: #25d366;
}

.whatsappchat i.icon {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #25d366;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.whatsappchat i.icon svg {
    height: 30px;
    position: relative;
    bottom: 1px;
}

.whatsappchat i.icon:after {
    content: "";
    position: fixed;
    display: block;
    height: 70px;
    width: 70px;
    background: rgb(37 211 102 / 40%);
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: 3s ease-in-out infinite pulse;
    animation: 3s ease-in-out infinite pulse;
}

.whatsappchat i.icon svg path {
    fill: #fff;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }

    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }

    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.placeholder-option {
    color: #aa8c45 !important;
    font-size: 14px;
    padding: 10px 0;
}

hr.cashr {
    border: none;
    height: 1px;
    background-color: #998041;
    margin: 20px 0;
}

/* Mobil Uyumluluk */
@media screen and (max-width: 782px) {

    .pagination,
    .admin-pagination {
        flex-wrap: wrap;
    }

    .pagination .page-numbers,
    .admin-pagination .page-numbers {
        min-width: 30px;
        height: 30px;
        font-size: 12px;
        width: 100%;
    }

    .whatsappchat {
        bottom: 80px;
        right: 10px;
    }
}