.default-logo{
    height: 55px;
}
.small-logo{
    height: 22px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-dismissible {
    padding-right: 4rem;
}
.alert {
    position: relative;
    padding: .50rem 0.75rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert span{
    line-height: 1rem !important;
}
.dx-widget input, .dx-widget textarea {
    font-family: Inter, system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1;
    height: 2.3rem;
    background-color: var(--tw-light-active);
    border-radius: 0.375rem;
}

.dx-list-item-icon {
    border-radius: 9999px;
}
