.logo-hoc{
    width: 220px;
    height: 100px;
}

.hoc{
    
}

.app-brand hr{
    border: 1px solid rgba(0, 0, 0, 0.2)!important;
}

.form-search{
    display: flex;
    align-items: center;
}

.form-search button{
    padding: 12px;
}

.form-search input{
    padding: 12px;
}

.main-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._tb th{
    color: white!important;
}

.item-chat{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.item-chat img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.item-chat div{
    display: flex;
    align-items: center;
}

.item-chat div img{
    margin-right: 20px;
}

.item-chat i{
    color: green;
}

.desfecho{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-desfecho{
    list-style: none;
}

.desfecho i{
    margin-left: 10px;
}

.card-rela{
    border-top: 3px solid #007bff;
}

.loading{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999999999999999;
    background-color: rgba(0, 0, 0, 0.7);
}

.loading img{
    width: 50px;
    height: 50px;
    margin: 20% auto;
    display: flex;
}

.card-stok{
    border-left: 5px solid #007bff;
}

.card-stok h3{
    font-weight: bold;
}

.card-stok i{
    color: #007bff;
}

.card-stok p{
    font-size: 9pt;
    font-weight: bold;
}

.ui-widget.ui-widget-content{
    border: none!important;
    padding: 0;
}

.ui-tabs-panel{
    padding: 0!important;
}

.ui-widget-header{
    background-color: #fff!important;
    border: none!important;
    margin-bottom: 15px!important;
}

.ui-state-active{
    background-color: #fff!important;
    border: none!important;
    border-bottom: 3px solid #007bff!important;
}

.ui-state-active a{
    color: #007bff!important;
}

.ui-state-default{
    background-color: #fff!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
}


