.error{
    border-color: red !important;
    color:red;
}


div.dataTables_wrapper div.dataTables_filter input {    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
    
}
select.custom-select.custom-select-sm.form-control.form-control-sm {
    background-color: #f5f8fa ;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}

.dt_action_width{
    width: 110.25px;
}
.custimage{
    width: 100%!important;
    height: 100% !important;
}
.hide_input_controll{
    display:none;
}
.logo-190 {
    max-width: 190px;
    height: auto;
}
@media screen and (min-width: 1400px)   {
    .container-xxl {
        max-width: 1650px;
    }
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 50%;
    left: 0;
    height: 1.35rem;
    width: 1.35rem;
    line-height: 1.35rem;
    margin-top: -0.675rem;
    margin-right: 0.675rem;
    display: inline-block;
    position: absolute;
    font-size: 1.05rem;
    border: 0;
    box-shadow: none;
    text-align: center;
    text-indent: 0!important;
    content: "+";
    color: #5e6278;
    font-family: Poppins,Helvetica,sans-serif;
    background-color: #e4e6ef;
    border-radius: 0.475rem;
}

.no-read {
    background-color:#f5f6ff;
    margin-bottom: 2px;
}

.custom-notifications {
    overflow-y: auto
}

.faciltaor-cursor-default {
    cursor: default;
}

.user-cursor-default {
    cursor: default;
}

.group-notify-show-container {
    padding: 0px !important;
}
.notification-indicator{
        width: 16px;
    height: 17px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    flex-shrink: 0;
    margin-left: 6px;
}

.notification-indicator-read{
        width: 16px;
    height: 17px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    flex-shrink: 0;
    margin-left: 6px;
}
.notification-indicator:before{
        content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #009ef8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.notification-indicator-read:before{
        content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d2d7db;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}