body{
    background-color: white !important;
}

.table th{
    background-color: #F6F6F6 !important;
}
.custom-shadow{
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px!important;
}


.user-dashboard-sidebar{
    background-color: #E74524;
    height: 100vh;
    border-radius: 0%;

}
.list-group-item i{
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-right: 5px !important;
}
.list-group-item{

    background-color:transparent !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    box-shadow: none !important;
    padding: 5px 70px 5px 10px !important;
    margin: 4px 4px !important;
    border-radius: 4px !important;
    line-height: 30px !important;
    display: inline-flex;
    text-decoration: none !important;
    width: 100% !important;
}

.list-group-item.active{
    background-color: #F76F4E !important;
    color: white !important;

}
.avatar.avatar-online::after {
    background-color: #28c76f;
}


.avatar.avatar-online::after {
    height: 10px !important;
    width: 10px !important;
    position: absolute;
    border-radius: 100%;
    block-size: 2.5rem;
    box-shadow: 0 0 0 2px #fff;
    content: "";
    inline-size: calc(2.5rem * .2);
    inset-block-end: 0;
    inset-inline-end:3px;
}

.btn.btn-success{
    background-color: #28C66E !important;
    border: none !important;
}

.bg-label-danger {
    background-color:
 color-mix(in sRGB, #ffff 84%, #ff4c51) !important;
    color:#ff4c51 !important;
}
.bg-label-warning {
    background-color:
 color-mix(in sRGB, #fff 84%, #ff9f43) !important;
    color:#ff9f43 !important;
}

.bg-label-primary {
    background-color:
 color-mix(in sRGB, #fff 84%, #7367f0) !important;
    color: #7367f0 !important;
}

.bg-label-info {
    background-color:
 color-mix(in sRGB, #fff 84%, #00bad1) !important;
    color: #00bad1 !important;
}

.bg-label-success {
    background-color:
 color-mix(in sRGB,  #fff 84%, #28c76f) !important;
    color:#28c76f !important;
}

.icon-28px, .icon-28px::before {
   width: 45px;
   align-items: center;
}

.fs-12{
    font-size: 12px;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}
