.form-button-container {
	display: flex;
	gap: 5px;
	justify-content: right;
}

.update-button {
	display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 35px;
    border-radius: 5px;
    background-color: #84BED6;
    border: 1px solid #54AFD3;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.delete-button {
	display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 35px;
    border-radius: 5px;
    background-color: #EA7066;
    border: 1px solid #E85045;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.info-button {
	display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 35px;
    border-radius: 5px;
    background-color: #FCE8C2;
    border: 1px solid #F5A802;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    color: #333333;
    cursor: pointer;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}