.emp-small-card-view{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.emp-small-card{
    padding: 14px 16px;
    /* background-color: #f9f9f9; */
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 19%;
}
.emp-small-card label{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.emp-small-card span{
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}
.emp-small-card a{
    font-size: 13px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}
.emp-small-card span span{
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: end;
}
.mid-heading{
    margin-bottom: 26px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mid-heading h3{
    font-size: 18px;
    margin: 0px;
    text-align: left;
}
.emp-dash-split{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 30px;
}
.emp-dash-split h3{
    font-size: 18px;
    margin: 0px;
}
.emp-dash-split .col-one,
.emp-dash-split .col-two{
    width: 49%;
    height: 420px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.emp-dash-split .col-two{
    justify-content: center;
}
.depl-count{
    width: 100%;
    height: 77%;
}
.depl-count canvas{
    margin: 0 auto;
}
.status-wise-data,
.dept-wise-salary{
    display: flex;
    justify-content: space-between;
    width: 49%;
}
.status-container {
    width: 200px;
    height: 300px;
    margin: 0 auto;
    position: relative;
}
.insurance-status,
.pf-status{
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 20px 20px;
    width: 48%;
}
.status-container label{
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 30px;
}
.status-container label span{
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.dept-salary{
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 20px 20px;
    width: 48%;
}
.dept-salary ul {
    margin: 0px;
}
.dept-salary ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding: 3px 10px;
}
.dept-salary ul li label{
    font-size: 15px;
    color: #585858;
    line-height: 26px;
}
.dept-salary ul li span{
    font-size: 15px;
    line-height: 26px;
}
.dep-other-salary{
    width: 48%;
}
.dep-other-salary .emp-small-card{
    width: 100%;
    margin-bottom: 26px;
    height: 77px;
    padding: 10px 16px;
}
.dep-other-salary .emp-small-card:last-child{
    margin: 0px;
}
.dep-other-salary .emp-small-card a{
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: end;
}
.emp-dash-split.hike-dash .col-one, 
.emp-dash-split.hike-dash .col-two{
    display: inline;
}
.hike-dash .table thead tr th{
    background-color: #fff;
    color: #000 !important;
}
.last-working-day{
    font-weight: 600;
    color: #ff3636 !important;
}

@media only screen and (max-width: 1150px) {
    .main-container {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
        height: auto;
        margin-top: 60px;
    }
    .sub-container {
        padding: 20px 20px;
    }
}
@media only screen and (max-width: 991px) {
    .emp-small-card-view {
        flex-wrap: wrap;
    }
    .emp-small-card {
        margin-bottom: 16px;
        width: 100%;
    }
    .emp-small-card-view {
        margin-bottom: 0px;
    }
    .emp-dash-split {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .emp-dash-split .col-one, .emp-dash-split .col-two{
        width: 100%;
        margin-bottom: 16px;
        height: auto;
        padding: 10px;
    }
    .insurance-status, .pf-status, .dept-salary, .dep-other-salary {
        width: 100%;
        margin-bottom: 16px;
    }
    .status-wise-data, .dept-wise-salary {
        flex-wrap: wrap;
        width: 100%;
    }
    .table thead tr th {
        font-size: 12px;
        font-weight: 500;
        padding: 6px 5px;
    }
    .table tbody tr td {
        padding: 12px 6px;
        font-size: 12px;
    }
}