.sidebar {
    background: #dddddd69;
    border-right: 1px solid #e5e7eb;
    padding: 40px;
}
    .sidebar h6 {
      font-weight: 600;
      margin-bottom: 12px;
      font-size: 14px;
      color: #555;
    }
    .filter-section {
      margin-bottom: 20px;
    }
    .Locationn input {
      border-color: gray;
    }
   .Locationn label {
    color: gray;
    font-family: system-ui;
}
.Category input {
   border-color: gray;
}
   .Category label {
    color: gray;
    font-family: system-ui;
}
    /* .server-card {
      background: #fff;
      border-radius: 12px;
      border: 1px solid #e5e7eb;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .server-title {
      font-weight: 600;
      font-size: 18px;
    }
    .server-meta {
      font-size: 14px;
      color: #666;
    } */
    .price-box {
      text-align: right;
      font-weight: 600;
      font-size: 18px;
      color: #333;
    }
    .btn-custom {
      border-radius: 8px;
      padding: 6px 14px;
      font-size: 14px;
    }
    .badge-spec {
      font-size: 12px;
      border-radius: 6px;
      padding: 5px 10px;
      margin-right: 6px;
    }
    .filter-range {
      margin-top: 10px;
    }
    .search-bar {
      max-width: 300px;
    }


  .server-card {
    border: 1px solid #e2dbdb;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* padding: 20px; */
    margin: 12px auto;
    /* max-width: 800px; */
  }
.form-select {
      color: #34a4f5!important;
}
  .server-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    padding: 14px 25px;
    border-bottom: 1px solid #dfdcdc;
  }
.form-select {
    --bs-form-select-bg-img: none;
}
  .spec-badge {
    border: 1px solid #f2a900;
    border-radius: 8px;
    padding: 3px 8px;
    font-size: 12px;
    margin-right: 6px;
    display: inline-block;
    background: #fff;
  }

  .col-yelo {
    color: #f2a900;
  }

  .os-badge {
    width: fit-content;
    background: none;
    border: 1px solid #e573d3;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 13px;
    margin-top: 6px;
    display: inline-block;
    text-align: center;
    height: fit-content;
  }

  .n-bbrder {
    border-bottom: 1px solid #dfdcdc;
  }

  .price-box {
    text-align: center;
    font-weight: 100;
    padding-top: 18px;
    border-left: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc;
  }

.price-box h3 {
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}

  .price-box span {
    display: block;
    font-size: 14px;
    color: #28a745;
  }

.more-info {
    margin-top: 8px;
    font-size: 14px;
    color: #555;
}

  .more-info b {
    font-weight: 600;
  }

  .more-infopp {
    font-family: sans-serif;
    color: #cccccc;
    font-size: medium;
  }

    .action-buttons {
    margin-top: 8px;
  }

.fnt-color {
   color: #34a4f5;
}
.btn-customm {
   background-color: #34a4f5!important;
}
.btn-outline-custom {
  border: 1px solid #34a4f5!important;
}
