.header {
    padding: 20px 0px;
    transition: all 0.3s ease-in-out !important;
    /* z-index: 1 !important; */
    /* position: fixed !important; */
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
}
/* .header.sticky-top {
    position: fixed !important;
} */
.header.dashboard-header {
    border-bottom: 1px solid #f1f4f8;
    margin-left: 75px !important;
}

.page-title {
    padding-top: 7.3rem !important;
}

.input-group-append, .input-group-prepend {
    display: flex;
}

form .form-group label {
    color: #161c2d;
}
