.btn-red { background-color: #E56161 !important; }
.btn-blue { background-color: #4263BB !important; }

.primary {
    background-color: #8b6655 !important;
    border: 1px solid #8b6655 !important;
    color: white !important;
}
.primary:hover {
    background-color: #8b6655dd !important;
}
.primary i {
    color: white;
}

.secondary {
    background-color: white !important;
    border: 1px solid #8b6655 !important;
    color: #8b6655 !important;
}
.secondary i {
    color: #8b6655;
}
.secondary:hover {
    background-color: #8b665511 !important;
}

button.disabled {
    border: none !important;
}

.warning-red {
    background-color: #E5616133 !important;
    border: 1px solid #E56161 !important;
    color: #E56161 !important;
    padding: 10px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
}

.warning-normal {
    background-color: #8b665533 !important;
    border: 1px solid #8b6655 !important;
    color: #8b6655 !important;
    padding: 10px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
}

.warning-container {
    border: 1px solid #C27803;
    color: #C27803;
    background: #FDFDEA;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
}
