.admin-header{
    background:#fff;
    z-index:1030;
}

.sidebar-toggle{
    width:46px;
    height:46px;
    border-radius:12px;
}

.header-search{
    width:280px;
}

.header-search .form-control{
    height:46px;
    border-radius:0 12px 12px 0;
    box-shadow:none;
}

.header-search .input-group-text{
    border-radius:12px 0 0 12px;
}

.icon-btn{
    width:46px;
    height:46px;
    border-radius:12px;
}

.avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#2563eb;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:16px;
}

.erp-toast{
    background:#1f2937 !important;
    color:#fff !important;
    border-radius:12px !important;
    padding:10px !important;
    box-shadow:0 10px 25px rgba(0,0,0,.25) !important;
}

.erp-toast-title{
    color:#fff !important;
    font-size:14px !important;
    font-weight:500 !important;
}

.erp-toast-progress{
    background:#3b82f6 !important;
}