body {
    font-family: "Poppins", sans-serif;
}

.container {
    display: flex;
    gap: 4px;
    width: 96%;
    margin: 0 auto;
}

.faq-container {
    gap: 4px;
    width: 96%;
    margin: 0 auto;
}

#search {
    flex: 1;
}

#products {
    flex: 10;
}

#condition {
    display: flex;
    flex-direction: column;
}

input, label {
    font-size: 14px;
    margin-bottom: 5px;
}

.filter {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    font-size: 12px;
}

.add-info {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    font-size: 14px;
}

table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}

th, td {
    text-align: left !important;
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid gray;
}

th {
    background-color: #f4f4f4;
}

.dt-search {
    float: left !important; /* Move search bar to the left */
}

.dt-search input {
    width: 300px !important;
}

td > a {
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a.active {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.btn {
    width: 175px;
    padding: 6px;
    color: white;
    border: none;
    cursor: pointer;
}

.apply-btn {
    background-color: #4CAF50;
}

.apply-btn:hover {
    background-color: #45a049;
}

.reset-btn {
    background-color: #f44336;
}

.reset-btn:hover {
    background-color: #d32f2f;
}

div.show {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: .75em 0;
}

div#search {
    padding-top: 3em;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin: 10px 0;
    font-family: Arial, sans-serif;
}

.pagination a {
    text-decoration: none;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
}

.pagination a:hover {
    background-color: #007bff;
    color: white;
}

.pagination span {
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;

    background-color: #007bff;
    color: white;
}

th > a {
    color: inherit;
    text-decoration: none;
}

th > a:hover {
    text-decoration: underline;
}

.qa {
    margin: 20px 0;
}

.qa > p {
    padding: 0;
    margin: 2px;
}

.question {
    font-weight: bold;
    font-size: 16px;
}

label[for="touchscreen"] {
    font-size: 13px !important;
}