/* Reset some default margin and padding for the form and its elements */
form {
    margin: 0;
    padding: 0;
}

.search-form {
    position: relative;
    margin-bottom: 20px; /* Add margin to control the space below the form */
}

.search-form .fa-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #c8c8c8;
}

.form-input {
    height: 40px;
    text-indent: 7px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 13px;
}

/* Adjust the margin between the buttons and the form */
.btn-adv-search {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 10px;
    transition: 0.5s;
    white-space: nowrap;
    width: auto;
    border: 2px solid transparent;
    margin-right: 10px; /* Add margin between buttons */
}

/* Style for the "Cari peraturan" button */
.btn-adv-search.primary {
    background: #043277;
    border-color: #043277;
    color: #fff;
}

/* Style for the "Pencarian lanjutan" button */
.btn-adv-search.secondary {
    background: #c8c8c8;
    border-color: #c8c8c8;
    color: #000;
}

/* Center the search container horizontally and align items vertically */
.search-container {
    display: flex;
    align-items: center;
}

.pagination .page-item.active .page-link {
    background-color: #043277;
    color: #fff;
    border-color: #043277;
}

.search-btn {
    color: #fff;
    background: #043277;
  }

.side-menu {
    background-color: #e2effe;
}
