.nh-box-header {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.nh-box-header .btn.btn-primary {
    width: 100%;
    margin-top: 20px;
}

.nh-box-content {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.button-status{
    background: #FFC107;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.nh-box-content-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

.nh-box-content-header .btn.btn-outline-primary {
    border: 1px solid #3B5998;
    color: #3B5998;
    margin-bottom: 15px;
}

.nh-box-content-view th {
    background: #FAFAFA;
    padding: 20px;
}

.nh-box-content-view th {
    background: #fafafa;
    padding: 20px 10px!important;
}

.nh-box-content-view td {
    padding-top: 20px!important;
    padding-bottom: 10px!important;
}
.custom-select2{
    width: 150px;
    display: block;
    float: left;
    /* padding: 4px; */
    border-right: none!important;
    height: 30px;
}
