*{
    --base: white;
    --text: black;
    --color: #046D76;
    --color1: #93C6CE;
    --color2: #333333;
    --color3: #fdc91b;
    --color4: #c4dfe4;
    --color5: #3199A3;
    --merah: #d32f2f;
    --warna: #083137;
    /* --abu: #083137; */
    --abu1: #adadad;
}

.body-putusan{
    background: url("/assets/putusan/banner.png")!important;
    background-color: #006d77;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    position: relative;
    background-size: cover;
    object-fit: cover;
}

.putusan{
    padding: 8% 7%;
    /* display: flex;
    flex-direction: row; */
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.putusan .text{
    width: 100%;
    align-items: start;
    justify-content: start;
    text-align: start;
}

.putusan .text .title{
    font-size: 20px;
    color: var(--color4);
    margin-bottom: 10px;
    font-weight: 700;
}

.putusan .text h2{
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--base);
}

.putusan .text p{
  font-size: 20px;
    color: var(--color4);
    line-height: 30px;
    font-weight: 500;
    width: 100%;
}   

/* DATA */
.data{
    width: 100%;
    background-color: var(--base);
    border-radius: 10px;
    padding: 5px;
}

.content{
    margin: 3%;
}

.data .content .search{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 16px;
  color: var(--color2);
}

.data .content .search i{
  font-size: 30px;
  color: var(--color);
}

.data .content .search input{
  border: 1px solid var(--color2);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
  transition: width 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  width: 220px;       
  max-width: 100%;
  box-sizing: border-box;
}

.data .content .search input:focus{
  box-shadow: 0 6px 18px rgba(4,109,118,0.08);
  border-color: var(--color);
}

.blue-line {
  border: none;                
  height: 20px;                
  background-color: #d6ecf5;   
  border-bottom: 1px solid #000;  
}

.data .pajak table {
  width: 100%;
  border-collapse: collapse;    
  flex-wrap: wrap;
}

.data .pajak table a{
 text-decoration: none;
}

.data .pajak table tr {
  display: flex;
  table-layout: fixed;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff; /* warna isi baris */
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.data .pajak table tr:hover{
  background-color: #e6e6e6;
}

.data .pajak table td{
  display: flex;
  align-items: start; 
  padding: 20px 0;
}

.data .pajak table td .title{
  margin-left: 15px;
}

.data .pajak h6 {
  font-size: 23px;
  font-weight: 700;
  color: var(--warna);
  margin-bottom: 5px;
}

.data .pajak P {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: rgb(32, 32, 32);
}

.data .pajak td i {
  color: #006d77;
  font-weight: 500;
  text-decoration: none; 
  font-size: 30px;
}

@keyframes slideInRight {
  from { transform: translateX(40px); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}

.data .pajak table tr.animate-in {
  animation: slideInRight 420ms cubic-bezier(.2,.9,.2,1) both;
}

.data .pajak table tr.animate-in:nth-child(1){ animation-delay: 0ms; }
.data .pajak table tr.animate-in:nth-child(2){ animation-delay: 60ms; }
.data .pajak table tr.animate-in:nth-child(3){ animation-delay: 120ms; }
.data .pajak table tr.animate-in:nth-child(4){ animation-delay: 180ms; }
.data .pajak table tr.animate-in:nth-child(5){ animation-delay: 240ms; }
.data .pajak table tr.animate-in:nth-child(6){ animation-delay: 300ms; }

/* PAGINATION */
.pagination{
    display:flex;
    gap:0.5rem;
    align-items:center;
    justify-content:flex-end;
    margin-top:1rem;
}

.pagination button{
    background:var(--color, #046D76);
    color:var(--base, #fff);
    border:0;
    padding:6px 12px;
    border-radius:6px;
    cursor:pointer;
    font-weight:600;
}

.pagination .page-buttons{
  display:flex;
  gap:6px;
  align-items:center;
}
.pagination .page-btn{
  background:transparent;
  color:var(--color2, #333);
  border:1px solid #ddd;
  padding:6px 10px;
  border-radius:6px;
  cursor:pointer;
  font-weight:600;
}
.pagination .page-btn.active{
  background:var(--color, #046D76);
  color:var(--base, #fff);
  border-color:var(--color, #046D76);
}
.pagination .page-btn:hover{
  border-color: var(--color, #046D76);
}

.pagination button[disabled]{
    opacity:0.5;
    cursor:default;
}

.pagination .page-info{ color: #333; font-size:14px; margin-left:0.5rem; }

.data .pajak{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.data .pajak table{
  min-width: 420px;
}

@media (max-width: 992px){
  .putusan{
    padding: 6% 4%;
  }
  .putusan .text{
    width: 100%;
    margin-bottom: 1rem;
  }
  .data{
    width: 100%;
  }
  .data .content{
    margin: 3% 2%;
  }
  .data .content .search{
    justify-content: flex-start;
    gap: 8px;
  }
  .pagination{ justify-content: center; }
}

@media (max-width: 768px){
  .putusan .text{text-align: justify; margin-top: 20%;}
  .data .pajak table{ min-width: 360px; }
  .data .content .search{ width: 100%; max-width: none; justify-content: end;}
  .data{ border-radius: 8px; }
}

@media (max-width: 600px){
  .putusan .text{text-align: justify; margin-top: 20%;}
  .data .content .search{ width: 100%; justify-content: end;}
  .pagination{ width: 100%; justify-content: space-between; }
  .pagination .page-info{ margin-left: 0; }
  .data{ padding: 8px; }
}