/*
// *************************************************************************
// * Hetzner Server Automation                                             *
// * Copyright (c) WHMCSModule Networks. All Rights Reserved.              *
// * Version: 2025.2                                                       *
// * Build Date: 05 September 2025                                         *
// *************************************************************************
// * Email: sales@whmcsmodule.net                                          *
// * Website: https://www.whmcsmodule.net                                  *
// *************************************************************************
*/
span.status-field.completed {
  color: #117F65;
  border-color: #21ce93;
}
span.status-field.pending {
  color: #d20000;
  border-color: #d20000;
}
span.status-field {
border: 1px solid #999;
        border-top-color: rgb(153, 153, 153);
        border-right-color: rgb(153, 153, 153);
        border-bottom-color: rgb(153, 153, 153);
        border-left-color: rgb(153, 153, 153);
    padding: 2px 5px;
    font-size: 10px;
    margin-left: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.prtbl tr td,
.prtbl tr th{
  text-align:center;
}
.prtbl th{
background-color:lightblue;
font-size:12px;
font-weight:bold;
}
.prtbl{
  text-align:center!important;
}
.dsl{
  background:white;
  border:1px solid #c3c3c3;
  border-radius:5px;
  border-spacing:0px;
  border-collapse:separate;
}

element { }
ul.product-list > li:first-child { margin-top: 5px; }
ul.product-list > li {  margin-bottom: 5px; }
.border-card {
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
}
ul.product-list > li .product-list-element .rest-time {
    color: #59a219;
    font-size: 12px;
}
body ul {line-height: 1.6em;}
.list-inline, .list-unstyled {
  list-style: none;
}
ul.product-list > li .product-list-element {
    padding: 20px;
    font-size: 14px;
    background-color: #fff;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.product-list > li .product-list-element {
    font-size: 14px;
}
ul.product-list > li .product-list-element .product-name-sf, ul.product-list > li .product-list-element .product-price-sa {
    font-size: 1.2em;
    font-weight: 100;
}
ul.product-list > li .product-list-element .product-price-sf .from_label {
    font-size: .8rem;
}
.headline-container-server-list {
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    max-height: 50px;
}
.headline-container {
    padding: 11px 20px;
    background-color: #383838;
    color: #fff;
}
.sorting-line {
    background-color: #f5f5f5;
    padding: 15px 30px;
}
.boxshadow
{
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;
  box-shadow: 3px 3px 5px #535353;
}
.roundbox
{
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 6px 6px;
}
.hetzner{margin: 6px 0;}
.hetzner-img-thumbnail{
 padding:4px;
 background-color:#fff;
 border:1px solid #ddd;
 border-radius:4px;
 -webkit-transition:all .2s ease-in-out;
 -o-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out;
 display:inline-block;
}

.wbnametxtedit, .wbusrtxtedit, .wbpstxtedit{
 display: none;
 width: 100%;
 height: 34px;
 padding: 6px 12px;
 font-size: 14px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.wbpsedit, .wbusredit, .wbnameedit{
  border-bottom: 1px dashed #999;
  text-decoration: none;
}

.dropdown-left-manual {
  right: 0;
  left: auto;
  padding-left: 1px;
  padding-right: 1px;
}

.hetzner-loader {
  position:fixed;
      width:100%;
      left:0;right:0;top:0;bottom:0;
      background-color: rgba(255,255,255,0.7);
      z-index:9999;
      display:none;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

.hetzner-loader::after {
  content:'';
  display:block;
  position:absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-style:solid;
  border-radius:50%;
  border: 5px solid rgba(192,192,192,0.3);
  border-top-color: rgba(255,0,0,0.7);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

* {
  box-sizing: border-box;
}

#myInput {
  background-image: url('searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 40%;
  font-size: 12px;
  padding: 8px 10px 8px 30px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  right: 10px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #5bc0de;
}

.style-bg4 {

}

.style-bg1 {
}

.style-bg2 {

}

.style-bg3 {

}

.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0,0,0,0.15);
  border-radius: 3px 0 0 3px;
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}


/*2025.2*/
:root {
  --primary: #389d39;
  --price-bg: #f9fafc;
  --card-bg: #fff;
  --border: #e6e9ef;
  --label: #57bc64;
  --label-bg: #eafbe8;
  --label2: #7faaff;
  --label2-bg: #eef6fe;
  --gray: #7c8192;
  --focus: #389d39;
  --sidebar-bg: #fff;
  --primary: #389d39;
  --accent: #7faaff;
  --border: #e6e9ef;
  --btn-bg: #fff;
  --btn-selected: #eafbe8;
  --btn-border: #dce4e8;
}
#filters {
  /* width: 400px;
  min-width: 340px; */
  background: var(--sidebar-bg);
  border-right: 1px solid var(--border);
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
  /* padding: 32px 24px 32px 32px; */
  padding: 14px 14px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100vh;
  overflow-y: auto;
}
.filter-title {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary);
}
.filter-group label {
  font-size: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  /* color: var(--label2); */
  font-weight: 500;
}
.filter-group input[type="text"],
.filter-group select,
.filter-group input[type="number"] {
  width: 95%;
  padding: 7px 10px;
  margin-bottom: 8px;
  border: 1px solid var(--border);
  border-radius: 5px;
  outline: none;
  font-size: 1em;
  background: #f3f6fc;
}
input[type='range'] {
  width: 95%;
  margin: 4px 0 0 0;
}
/* Hide number text input for slider fields, use only range */
input[type="number"].slider-val { display: none; }
.range-slider-value {
  font-weight: 600;
  font-size: 1em;
  color: var(--primary);
  margin-top: 2px;
  text-align: right;
  display: block;
}
.checkbox-group {
  display: flex;
  gap: 15px;
}
.checkbox-group label {
  font-weight: 500;
  font-size: 1em;
  color: var(--label2);
  cursor: pointer;
}
.checkbox-btn-group {
  display: flex;
  gap: 15px;
}
.checkbox-btn {
  display: flex;
  align-items: center;
  border: 2px solid var(--btn-border);
  padding: 4px 16px;
  border-radius: 8px;
  background: var(--btn-bg);
  color: #404e6b;
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.17s, border 0.17s;
  user-select: none;
}
.checkbox-btn input[type=checkbox] {
  display: none;
}
.checkbox-btn.selected {
  background: var(--btn-selected);
  border-color: var(--primary);
  color: var(--primary);
}
#plans-list {
  flex: 1;
  max-width: 1244px;
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 4vw;
}
.plan-card {
  background: linear-gradient(90deg, #fff 65%, #f7faff 100%);
  border: 1px solid var(--border);
  border-radius: 11px;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
  border-left: 6px solid #2586ed;
  transition: box-shadow 0.19s, transform 0.19s;
}

.plan-card:hover {
  box-shadow: 0 8px 28px -2px rgba(0,100,255,0.15), 0 2px 16px 0 #aec7f61a;
  transform: translateY(-2px) scale(1.012);
  border-left: 6px solid #00c360;
}

.plan-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 24px 30px 24px 14px;
}
.price-block {
  padding: 0 18px 0 0;
  min-width: 140px;
  text-align: right;
}
.price-big {
  font-size: 2em;
  font-weight: bold;
  color: var(--primary);
  background: var(--price-bg);
  border-radius: 4px;
  padding: 7px 0 7px 0;
  margin-bottom: 2px;
}
.price-hour {
  color: var(--gray);
  font-size: 1em;
  margin-bottom: 6px;
}
.countdown-timer {
  font-size: 0.9em;
  color: #106130;
  font-weight: 600;
}
.label {
  display: inline-block;
  background: var(--label-bg);
  color: var(--label);
  font-weight: 600;
  border-radius: 4px;
  font-size: .95em;
  padding: 2px 10px;
  margin-right: 6px;
  margin-bottom: 2px;
}
.label2 {
  background: var(--label2-bg);
  color: var(--label2);
}
.specs-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.spec-row {
  font-size: 1.2em;
  margin-bottom: 2px;
}
.spec-title {
  font-weight: 500;
  /* width: 90px; */
  width: auto;
  display: inline-block;
  color: #505868;
}
.order-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 120px;
}
.order-btn {
  background: var(--primary);
  padding: 10px 28px;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 7px;
  font-size: 1.17em;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background .17s;
}
.order-btn:hover {
  background: #21691e;
}
.details-toggle {
  font-size: .98em;
  color: var(--primary);
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px 8px 2px 0;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}
.plan-details {
  border-top: 1px solid var(--border);
  background: #fafcff;
  padding: 18px 30px 18px 32px;
}
.detail-section {
  margin-bottom: 12px;
}
.detail-section b {
  min-width: 110px;
  display: inline-block;
  font-weight: 600;
  color: #689940;
}
.detail-list {
  margin: 0;
  padding: 0 0 0 20px;
}
@media (max-width: 960px) {
  body { flex-direction: column; }
  #filters { width: 100vw; height: auto; border: none; box-shadow: none; padding: 18px 6vw; }
  #plans-list { padding: 15px 2vw; }
  .plan-card { padding: 0 2vw; }
  .plan-top { flex-direction: column; align-items: normal; gap: 16px; padding: 22px 10px 8px 10px;}
}

.rowx {
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* Aligns tops */
  /* width: 100vw;            /* Optional: full width */ */
}
/* #filters { width: 340px; }
#plans-list { flex: 1; } */

/* .plan-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
} */

.plan-card {
  background: linear-gradient(90deg, #fff 65%, #f7faff 100%);
  border: 1px solid var(--border);
  border-radius: 11px;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
  border-left: 6px solid #2586ed;
  transition: box-shadow 0.19s, transform 0.19s;
}

.plan-card:hover {
  box-shadow: 0 8px 28px -2px rgba(0,100,255,0.15), 0 2px 16px 0 #aec7f61a;
  transform: translateY(-2px) scale(1.012);
  border-left: 6px solid #00c360;
}

.plan-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.price-block {
  text-align: right;
}

.price-big {
  font-size: 1.7rem;
  font-weight: bold;
  color: #e63946;
}

.price-hour, .price-setup {
  font-size: 0.85rem;
  color: #777;
}
.specs-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  font-size: 0.9rem;
}

.spec-title {
  font-weight: 600;
  color: #444;
  margin-right: 4px;
}

.label,
.label2 {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 2px 8px;
  margin: 2px 4px 2px 0;
  font-size: 1rem;
}

.badge-dc {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 0.75rem;
  margin-left: 6px;
}
.badge-hdd {
  background: #28a745;
}
.badge-hdd.ssd {
  background: #ff9800;
}
.plan-card.featured {
  border: 2px solid #e63946;
  box-shadow: 0 0 12px rgba(230,57,70,0.3);
  position: relative;
}
.plan-card.featured::before {
  content: "Best Deal";
  position: absolute;
  top: -12px;
  left: 15px;
  background: #e63946;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 4px;
}
.spec-icon {
  color: #007bff;
  margin-right: 6px;
  font-size: 1.1em;
}
.detail-list li i {
  color: #28a745;
  margin-right: 6px;
}

.detail-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.detail-list li::before {
  content: none;
}
.plan-details {
  background: #fafafa;
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-top: 10px;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.detail-list li:hover i {
  animation: bounce 0.4s;
}

/*Filters*/
#filters input[type="text"],
#filters input[type="range"] {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#filters input[type="text"]:focus,
#filters input[type="range"]:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0,123,255,0.3);
  outline: none;
}
.checkbox-btn:hover {
  background-color: #e9f0ff;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.checkbox-btn.selected {
  background-color: #007bff;
  color: white;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background: #ddd;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #007bff;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

input[type="range"]:hover::-webkit-slider-thumb {
  background: #0056b3;
}

.range-slider-value {
  font-weight: 600;
  /* color: #007bff; */
  margin-left: 6px;
}

#filters {
  position: sticky;
  top: 20px;
}

.checkbox-btn input[type="checkbox"] {
  display: none;
}
.checkbox-btn {
  user-select: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.checkbox-btn.selected {
  border-color: #007bff;
  background-color: #007bff;
  color: white;
}
#additional-filters {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#additional-filters.open {
  max-height: 500px;
}

/*Std*/
.table-header {
  display: flex;
  align-items: center;
  background: #1a4d80;
  color: #fff;
  font-weight: 700;
  font-size: 1.10rem;
  padding: 16px 28px 14px 28px;
  margin: 28px auto 0 auto;
  max-width: 1150px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  letter-spacing: 0.02em;
}
.table-header div {
  flex: 1;
  text-align: left;
}
.table-header .name-head { flex: 2.6; }
.table-header .cpu-head { flex: 2.3; }
.table-header .capacity-head { flex: 2.5; }
.table-header .price-head { flex: 2; }
.searchbar-row {
  display: flex;
  align-items: center;
  background: #ecedef;
  padding: 12px 28px;
  margin: 0 auto;
  max-width: 1150px;
  border-bottom: 1px solid #e0e1e5;
  justify-content: space-between;
  gap: 16px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.server-count {
  color: #364056;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.search-input {
  background: #fff;
  border: 1.1px solid #bbbdc7;
  font-size: 1rem;
  border-radius: 4px;
  padding: 9px 15px;
  min-width: 246px;
  max-width: 350px;
  outline: none;
  transition: border 0.23s, box-shadow 0.23s;
  box-shadow: 0 0.5px 6px rgba(60,80,180,0.016);
}
.search-input:focus {
  border: 1.6px solid #0469db;
  background: #f6fcff;
  box-shadow: 0 2px 14px rgba(0,110,255,0.07);
}

.servers-list {
  margin: 36px auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 1150px;
}
.server-card {
  display: flex;
  border-radius: 10px;
  background: linear-gradient(90deg, #fff 65%, #f7faff 100%);
  box-shadow: 0 4px 14px -2px rgba(50,80,210,0.09), 0 1.5px 7px 0 #dbdfed2f;
  transition: box-shadow 0.19s, transform 0.19s;
  padding: 22px 34px 18px 34px;
  align-items: stretch;
  border-left: 6px solid #2586ed;
  position: relative;
  overflow: hidden;
}
.server-card:not(:last-child) {
  margin-bottom: 2px;
}
.server-card:hover {
  box-shadow: 0 8px 28px -2px rgba(0,100,255,0.15), 0 2px 16px 0 #aec7f61a;
  transform: translateY(-2px) scale(1.012);
  border-left: 6px solid #00c360;
}
.server-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 170px;
  gap: 8px;
  font-size: 1.01rem;
  border-right: 1px solid #f1f1f4;
  padding-right: 24px;
}
.server-section:last-child {
  border-right: none;
  padding-right: 0;
}
.name-title {
  font-weight: 700;
  font-size: 1.3rem;
  color: #245aca;
  margin-bottom: 2px;
  letter-spacing: 0.01em;
}
.cpu-highlight {
  color: #355490;
  font-size: 1.2rem;
  font-weight: 600;
}
.spec-label {
  color: #2a416d;
  font-weight: 500;
}

.price-area {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 2px;
  align-items: flex-start;
  font-size: 1rem;
}
.price-label {
  font-weight: bold;
  margin-bottom: 2px;
  color: #2340da;
  letter-spacing: 0.02em;
}
.server-price-box {
  background: #f2f6fb;
  border-radius: 5px;
  padding: 7px 20px 6px 14px;
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 1.06em;
  color: #16386a;
  min-width: 140px;
  display: inline-block;
  box-shadow: 0 1px 8px #c9e0ff17;
  border: 1px solid #e6eefc;
}
.import-btn {
  background: linear-gradient(90deg,#3acf72 25%, #2fc453 100%);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  border-radius: 4px;
  padding: 5px 20px;
  margin-top: 9px;
  box-shadow: 0 2px 12px #32e06709;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.18s, transform 0.16s;
}
.import-btn:hover {
  background: #24b660;
  transform: scale(1.055);
}
@media (max-width: 900px) {
  .table-header, .searchbar-row, .servers-list { max-width: 99vw; }
  .server-card { flex-direction: column; padding: 18px 12px 16px 12px; gap:10px;}
  .server-section { min-width:100px; padding-right:0; border-right:none; border-bottom:1px solid #f2f2f4; }
  .server-section:last-child { border-bottom:none; }
}

#search-box{
  padding-left: 30px; /* Make space for the icon */
  background-image: url("data:image/svg+xml;utf8,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C12.8487 19 14.551 18.3729 15.9056 17.3199L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L17.3199 15.9056C18.3729 14.551 19 12.8487 19 11C19 6.58172 15.4183 3 11 3ZM5 11C5 7.68629 7.68629 5 11 5C14.3137 5 17 7.68629 17 11C17 14.3137 14.3137 17 11 17C7.68629 17 5 14.3137 5 11Z' fill='%23152C70'/%3E %3C/g%3E%3C/svg%3E");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 40%;
  font-size: 12px;
  padding: 8px 10px 8px 30px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  right: 10px;
}

#search-name,
#search-datacenter,
#search-description {
  background-image: url("data:image/svg+xml;utf8,%3Csvg width='16px' height='16px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C12.8487 19 14.551 18.3729 15.9056 17.3199L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L17.3199 15.9056C18.3729 14.551 19 12.8487 19 11C19 6.58172 15.4183 3 11 3ZM5 11C5 7.68629 7.68629 5 11 5C14.3137 5 17 7.68629 17 11C17 14.3137 14.3137 17 11 17C7.68629 17 5 14.3137 5 11Z' fill='%23152C70'/%3E %3C/g%3E%3C/svg%3E");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 16px 16px; /* Adjust icon size as needed */
  padding-left: 35px !important; /* Ensure padding is applied */
  text-indent: 0 !important;
}

/* Align placeholder text so it does not overlap icon */
#search-name::placeholder,
#search-datacenter::placeholder,
#search-description::placeholder {
  /* either inherit padding or use text-indent */
  padding-left: 0;
  text-indent: 5px;
  opacity: 0.7;
}

/* Also check hover/focus states */
#search-name:focus,
#search-datacenter:focus,
#search-description:focus {
  outline-offset: 0;
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0,123,255,0.3);
}

.results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 10px 18px;
  font-family: Arial, sans-serif;
  margin-bottom: 12px;
  box-sizing: border-box;
  max-width: 850px;
}
.results-count {
  font-size: 1.13em;
  color: #222;
  font-weight: 500;
}
.sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sort-box label {
  font-size: 0.98em;
  color: #6c6c6c;
}
.filter-title {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
  padding: 12px 16px;
  font-size: 1.15em;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  width: 100%;      /* Fill the column width */
  box-sizing: border-box; /* Prevent overflow due to padding */

}
.CartBtn {
  width: 100px;        /* Smaller width fits btn-sm */
  height: 32px;        /* btn-sm height */
  border-radius: 8px;  /* Slightly less rounded, matches small buttons */
  border: none;
  background-color: #d9534f;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: .5s;
  overflow: hidden;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.10);
  position: relative;
  font-size: 0.875em;  /* Match btn-sm */
  padding: 0 12px;     /* Reduce side padding */
}
.IconContainer {
  position: absolute;
  left: -38px;         /* Reduce move distance for smaller button */
  width: 24px;         /* Smaller icon for small button */
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: .5s;
}
.icon {
  border-radius: 1px;
  font-size: 1em;      /* Keep icon small */
}
.text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  background: none;
  border: none;
}

.CartBtn:hover .IconContainer {
  transform: translateX(42px);  /* Adjust for new button width */
  border-radius: 40px;
  transition-duration: .5s;
}
.CartBtn:hover .text {
  transform: translate(7px,0px); /* Slight reduced movement */
  transition-duration: .5s;
}
.CartBtn:active {
  transform: scale(0.96);
  transition-duration: .5s;
}
