.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;
}
.pointer{
    cursor: pointer;
}
.mr-5{
    margin-right: 5px;
}
.container input:disabled{
    background-color: #e4e6ef !important;
}
.container input:read-only{
    background-color: #e4e6ef !important;
}

.aside.aside-dark .aside-logo {
    background-color: #1c1468 !important;
}
.aside-dark .menu .menu-item .menu-link.active {
    background-color: #1c1468 !important;
}
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active), .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) {
    background-color: #1c1468 !important;
}
.aside-dark .menu .menu-item.here>.menu-link, .aside-dark .menu .menu-item.show>.menu-link {
    background-color: #1c1468 !important;
}
.aside.aside-dark
{
    background-color: #20167e !important;
}
.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #a7a9c2;
}
.aside-dark .menu .menu-item .menu-link .menu-icon i {
    color: #8689bb;
}
@media (min-width: 992px) {
    .aside .aside-logo {
        height: 85px;
    }
}

.content{
    background-color: #009ef7 !important;
}
