body {
    font-family: Arial, sans-serif;
    background: #f0f2f5;
    padding: 20px;
    
}

#details-container,
#update-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

h3 {
    color: #1b0202;
    font-weight: bold;
    font-style: italic;
    font-size: large;

}

.field {
    margin-bottom: 10px;
}

.label {
    font-weight: bold;
}

.value,
input {
    margin-left: 5px;
    color: #555;
}

input {
    padding: 5px;
    width: 90%;
    align-items: flex-start;

}

input[type="checkbox"] {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 6px 0 0;
    vertical-align: middle;

}

button {
    padding: 10px 20px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #45a049;
}

select {
    width: 150px;
    height: 25px;

}

/* Progress Bar Style */
#progress-bar {
    width: 100%;
    height: 20px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-top: 20px;
    display: none;
}

#progress-bar div {
    height: 100%;
    width: 0;
    background-color: #4CAF50;
    border-radius: 5px;
}

/* Notification Style */
#notification {
    display: none;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
}

.value-box {
    background-color: #f0f0f0;
    /* Example background */
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
    width: 100%;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-container h3 {
    margin: 0;
    flex-grow: 1;
    text-align: center;
}

.img12{
    height: 100px;
    width: auto;
    

}
.img11{
    height: 70px;
    width: auto;
    

}