body {
    text-align: center;
    margin: 0 30px;
    font-family: Arial, sans-serif;
    background-image: url("s-brick008.gif");
}

.title_name {
    font-size:24px;
    color: rgb(70, 13, 136);
    font-weight: bold;
}

.all_pay {
    font-size:16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: #4e3cee;
}

.all_pay2 {
    font-size:16px;
    color: rgb(6, 46, 19);
    font-weight: bold;
    background-color: #3df383;
}

.all_pay3 {
    font-size:16px;
    color: rgb(6, 46, 19);
    font-weight: bold;
    background-color: #c5ff68;
}

.all_pay_color {
    font-size:14px;
    color: rgb(6, 46, 19);
    font-weight: bold;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 2px solid #696fc5;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #e2edf1;
}

.success {
    color: green;
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}

#messageBox {
    font-weight: bold;
    transition: opacity 0.3s ease-in-out;
}

.button-group {
    width:176px;
    border-radius: 6px;
    background-color: #335fb1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hidden {
    display: none;
}
input[type="text"] {
border-radius: 4px;
font-size:16px;
background-color: #f9fbff;
outline: 1px #a9afff;
}

input[type="text"]:focus {
border-radius: 4px;
background-color: #c8f5c8;
outline: 1px #f4e9ff;
}

input, select, textarea {
color: #4e4e4e;
margin-top: 2px;
}

option{
color: #423fdf;
}

button {
    margin-top: 2px;
    border-radius: 4px;
    font-size: 12pt;
    border-color: #3359c2;
    background-color: #ccffff;
    cursor: pointer;
}
button:hover {
    background-color: #6546f0;
    color:#fff6f6;
}

.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.date_adjustment{
width:260px;
font-size: 12pt;
padding: 5px;
background-color: #bdf7c1;
border: 2px inset #42c542;
}
.time_adjustment{
width:180px;
font-size: 12pt;
padding: 5px;
background-color: #ccffff;
border: 2px inset #00ccff;
}
.work_adjustment{
width:180px;
font-size: 12pt;
padding: 5px;
background-color: #ccffff;
border: 2px inset #00ccff;
}
.night_work_adjustment{
width:180px;
font-size: 12pt;
padding: 5px;
background-color: #ccffff;
border: 2px inset #00ccff;
}