.button--sm {
    font-size: 12px;
}

.help-block.error {
    color: #f00;
    margin-top: 5px;
}

span.required {
    color: #f00;
}

.alert.alert-block.alert-danger {
    background: rgb(214 29 29 / 28%);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #f00;
}

.detail-view th,
.detail-view td {
    line-height: 30px;
}

.alert.alert-block.alert-danger {
    background: rgb(214 29 29 / 28%);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #f00;
    width: 100%;
    display: block;
    float: left;
    grid-column: span 12 / span 12;
}

.text-success {
    color: green;
}

.pos-right {
    float: right;
}

.filters td {
    background-color: transparent !important;
    box-shadow: none !important;
}

.filters td:last-child {
    /* display: none; */
}

.chat__tabs a.active {
    border-bottom-width: 2px;
    --border-opacity: 1;
    border-color: #1C3FAA;
    border-color: rgba(28, 63, 170, var(--border-opacity));
    font-weight: 500;
    background-color: #1c3faa !important;
    color: #fff !important;
}

.dataTables_filter {
    margin-bottom: 7px;
}

button.dt-button.buttons-excel.buttons-html5 {
    background: #ccc;
    padding: 5px 15px;
    border-radius: 5px;
}

@media (max-width:991px){
    .hide-small{
        display: none;
    }

    .hide-large{
        display: block !important;
    }

    .close-mobile{
        position: absolute;
        right: 0px;
        top: 10px;
        font-size: 18px;
    }
}

.hide-large{
    display: none;
}