#cubatasador-form label { font-weight:bold; margin-top:10px; }
#cubatasador-form select, #cubatasador-form input {
    width:100%; padding:6px; margin-bottom:12px; border:1.5px solid #8000ff; border-radius:4px;
}
#cubatasador-form button {
    background:#8000ff; color:white; padding:12px 24px;
    border:none; border-radius:4px; font-size:18px; font-weight:bold;
}
.tasacion-resumen { background:#faf5ff; border:1.5px solid #8000ff; border-radius:10px; padding:18px; margin-top:15px;}
.tasacion-resumen h4 { margin-top:0; color: #8000ff;}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1.5px solid #8000ff;
    border-radius: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e0c9fa !important;
    color: #4B006E;
    border: 1.5px solid #8000ff;
}
