body {
    background-color: #f8f9fa;
}

.container {
    margin-top: 50px;
}

.custom-label {
    font-size: 2rem;
    margin: 1rem 0;
}

.note {
    font-size: 0.9rem;
    color: red;
}

.btn-custom {
    background-color: #007bff !important;
    color: white !important;
}

.btn-custom:hover {
    background-color: #0056b3;
}

.spinner-border {
    display: block;
    margin: 0 auto;
}

.custom-textarea {
    width: 100%;
    padding: 1rem;
}

.page-header {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.home-link {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.log-entry {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    height: 600px;
    width: 100%;
    overflow: scroll;
}
.form-check-input{
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #007bff !important;
}
