window.location.href = 'uyegiris.html'; table.dataTable tfoot th, table.dataTable tfoot td{ padding-left: 0; padding-right: 0; } .total-price-borcbakiye{min-width: 150px;text-align: right;} .total-price-alacakbakiye{min-width: 150px;text-align: right;} .total-price-bakiye{min-width: 150px;text-align: right;} .ekstre-loader{ display:flex; align-items:center; justify-content:center; min-height:280px; margin:24px 0; padding:40px 20px; border-radius:12px; background:linear-gradient(160deg,#f7f8fa 0%,#eef1f5 100%); border:1px solid #e2e6eb; } .ekstre-loader__inner{ text-align:center; max-width:360px; } .ekstre-loader__spinner{ width:48px; height:48px; margin:0 auto 20px; border:3px solid #d5dbe3; border-top-color:#1f3a5f; border-radius:50%; animation:ekstre-spin .75s linear infinite; } .ekstre-loader__title{ margin:0 0 8px; font-size:16px; font-weight:600; color:#1a2332; letter-spacing:.01em; } .ekstre-loader__hint{ margin:0; font-size:13px; line-height:1.45; color:#6b7585; } .ekstre-loader__inner--error .ekstre-loader__error-icon{ width:48px; height:48px; margin:0 auto 16px; border-radius:50%; background:#fde8e8; color:#b42318; font-size:24px; font-weight:700; line-height:48px; } .ekstre-loader__retry{ margin-top:18px; padding:10px 18px; border:0; border-radius:8px; background:#1f3a5f; color:#fff; font-size:13px; font-weight:600; cursor:pointer; } .ekstre-loader__retry:hover{ background:#16304f; } @keyframes ekstre-spin{ to{ transform:rotate(360deg); } }