.error {
    color: red !important;
}

.hidden {
    display: none !important;
}

.img_display {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    height: 80px;
    width: 90px;
    margin-top: 3px;
    margin-right: 15px;
}

.blue_icon {
    color: blue !important;
}

.red_icon {
    color: red !important;
}

.text-muted {
    color: black !important;
}

.form-control.form-control-solid {
    border-color: #181c323d !important;
}

.form-select.form-select-solid {
    border-color: #181c323d !important;
}

.text-gray-400 {
    color: black !important;
}

.text-right{
    text-align: right !important;
}

.text-center{
    text-align: center !important;
}

.font-20{
    font-size: 20px !important;
}
