﻿/* Body styling, optional */
body {
    font-family: Arial, sans-serif;
    background-color: #fff; 
}

.container {
    background-color: #ebebeb;
    padding: 20px;
    border-radius: 6px;
}

.form-control {
    border-color: #5a009e;
    /*border: 1px solid #5a009e;*/
    height: 30px;
    font-size: 0.9rem;
    padding: 3px 8px;
    color:darkblue;
}


select.form-select {
    font-size: 0.9rem;
    border-color: #5a009e;
    height: 30px;
    padding: 3px 5px;
}

/*section h5 {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
}*/
.text-purple {
    /*color: #4b0082;*/
    color: #4f3667;
}

/* Purple button */
.btn-purple {
    background-color: #662d91;
    color: white;
    border: none;
    width: 80px;
    margin-top: 30px;
    height: 35px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    
    .btn-purple:hover {
        background-color: #5a009e;
    }


.form-check {
    margin-bottom: 0.75rem;
}

.item-list-section {
    background-color: #c7b2df;
    padding: 15px;
    border-radius: 6px;
}
