.admin_button {
    min-width: 3vw;
    font-size: 1vw;
}

.admin_big_button {
    min-width: 4vw;
    font-size: 1vw;
}

#result_table {
    display: none;
}

#user_password:hover {
    cursor: pointer;
    color: #acacac
}

a {
    color:#F9A825;
    text-decoration:none;
}

a:hover {
    color: #e89d24;
}

#ssn_container {
    margin: 0;
    margin-left: 5px;
}

#zero_results {
    text-align: center;
    display: none;
}

#error {
    text-align: center;
    color: red;
}

#menu {
    text-align:center;
    margin-bottom: 2%;
}

select {
    margin-left:5px;
    padding:1px;
    height:50%;
    box-sizing: content-box;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    color: #EEEEEE;
    margin-top: 2%;
    /*font-size: 1.2vw;*/
}

td {
    border: 1px solid #EEEEEE;
    padding: 10px;
    cursor: pointer;
}

.centered {
    text-align: center;
}

input {
    margin: 2px;
    /* width: 90%; */
    margin-left: 5px;
    font-family: verdana;
    /*font-size: 1vw;*/
}

label {
    margin-left: 10px;
}

body {
    background-color: #222831;
    color: #EEEEEE;
    margin-bottom:20%;
    font-family: verdana;
   /* font-size: 1.2vw;*/
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    margin-top: 2%;
    cursor: pointer;
}

h3 {
    text-align: center;
    margin-top: 2%;
}

#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #76ABAE;
    width: 60;
    height: 60px;
    animation: spin 2s linear infinite;
    /* position: absolute; */
    /* left: 50%; */
    margin: -60px 0 0 -60px;
    margin-left: 47%;
    display: none;
    margin-top: 2%
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.container {
    width: 100%;
    max-width: 60vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Gap between items */
}

.search_parameter {
    width: calc(25% - 10px); /* 20% width for each item */
    display: flex;
    flex-direction: column;
}

.search_parameter label {
    margin-bottom: 5px;
}

.search_parameter input {
    padding: 5px;
}

.button-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin:auto;
    flex-direction: row;
    gap: 10px;
    min-width: fit-content;
    margin-top: 10px;
}

button {
    cursor:pointer;
    font-weight:bold;
    border-radius:5px;
    text-align:center;
    padding:5px 0px;
    /*font-size:18px;*/
    min-width: 10vw;
    color:#222831;
    margin-right: 5px;
    font-family: verdana;
    /*font-size: 1.2vw;*/
}

.search_button {
    background-color:#F9A825;
}

.search_button:hover {
    background-color: #e89d24;
}

#load_next_button {
    background-color:#F9A825;
    margin-top:2%;
    display: none;
}

#load_next_button:hover {
    background-color: #e89d24;
}

.ssn {
    cursor: pointer;
   /* text-decoration: underline;*/
}

.divider {
    font-size: 2vw;
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    font-weight: bold;
  }

.divider::before, .divider::after {
    flex: 1;
    content: '';
    padding: 2px;
    margin: 5px;
    background-color: #F9A825;
    margin-left: 2%;
    margin-right: 2%;
}

#pay_button {
    cursor:pointer;
    font-weight:bold;
    border-radius:5px;
    background-color:#F9A825;
    color:#222831;
    text-align:center;
    padding:5px 15px;
    /*font-size:18px;*/
}

input.login {
    padding: 5px;
    font-size: 14px;
    width: 20%;
}

#login_button {
    cursor:pointer;
    font-weight:bold;
    border-radius:5px;
    background-color:#F9A825;
    color:#222831;
    text-align:center;
    padding:5px 15px;
    font-size:18px
}
