.sidebar {
    height: 100%;
}
.card {
    border: 0;
}

/*-----------------------------*/
.recru-infocount-wrap .total-info-card .card-body .total-info-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-bottom: 0;
}
.recru-infocount-wrap .total-info-card .card-body .total-info-row .item{
padding: 30px 0px;
}
.recru-infocount-wrap .total-info-card .card-body {
    padding: 20px 0px;
}
.recru-infocount-wrap .total-info-card .card-body .total-info-row .item .icon-box{
    width: 65px;
    height: 65px;
    padding: 0;
    font-size: 36px;
    line-height: 65px;
    border-radius: 6px;
}
.recru-infocount-wrap .total-info-card .card-body .total-info-row:last-child .item:nth-child(1) .icon-box {
    background-color: #dde9f9;
    color: #5083d6;
}
.recru-infocount-wrap .total-info-card .card-body .total-info-row:last-child .item:nth-child(2) .icon-box {
    background-color: #e9e5fc;
    color: #784fdc;
}
.recru-infocount-wrap .total-info-card .card-body .total-info-row:last-child .item:nth-child(3) .icon-box {
    background-color: #ebf6ee;
    color: #6dab7a;
}
.recru-infocount-wrap .total-info-card .card-body .total-info-row:last-child .item:nth-child(4) .icon-box {
    background-color: #fceaea;
    color: #e4bcba;
}
.recru-infocount-wrap .total-info-card .card-body .total-info-row:last-child .item:nth-child(5) .icon-box {
    background-color: #e4eef0;
    color: #97a2a4;
}
.recru-infocount-wrap .total-info-card .card-body .total-info-row:last-child .item:nth-child(6) .icon-box {
    background-color: #fef2d8;
    color: #e2bd55;
}
.recru-dtls-wrap, .recru-comp-wrap {
    height: 100%;
    margin: 0;
}
.recru-infocount-wrap {
    margin-top: 30px;
}

.recru-profile {
    margin-bottom: 100px;
}

.recru-details {}

.recru-details h5 {
    color: #16459e;
    font-weight: 600;
    font-size: 30px;
}
span.recru-designation {
    color: #666;
}

.recru-dtls-wrap a.btn.btn-primary.btn-update {
    margin-top: 113px;
}
.cmpy-details .update-profile {
    margin-bottom: 30px;
}

span.cmpy-type {
    margin-bottom: 26px;
    display: block;
    color: #666;
}

.cmpy-details h5 {
    font-size: 22px;
}

.cmpy-details a.btn.btn-primary.btn-update {
    margin-top: 46px;
}
.profile-card .name-info ul li i {
    width: 24px;
    display: inline-block;
}

.profile-card .name-info ul li {
    padding: 0 0 5px 0;
}
.name-info.cmpy-details {
    margin: 0;
}
.name-info.cmpy-details {
    width: 44%;
}


/*-------------------------*/
.comp-data-report {
    width: 56%;
}
.profile-card.recru-comp-wrap .document-report ul li  .prog-report {
    width: 17%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.profile-card.recru-comp-wrap .document-report ul li .prog-report span {
    border-radius: 10px;
    height: inherit;
}

.profile-card.recru-comp-wrap .document-report ul li .text {
    width: 68%;
}

.profile-card.recru-comp-wrap .document-report ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
}

/*----------------*/
.count-up {
    border: 1px solid #abaaaa;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.count-up p {
    font-size: 17px;
    font-weight: 600;
    color: #666;
}

.count-up h3.counter-count {
    font-weight: 600;
    color: #666;
    font-size: 30px;
    line-height: 30px;
    margin: 4px;
}
.card-body .header-area .item-heading h4 {
    color: #16459e;
}
/*-------------------------*/
.card.recru-pstjob-wrap {
    width: 57%;
}
.recru-pj-msg-wrap {
    margin-bottom: 30px;}
.recru-pj-msg-wrap .card{
    padding: 40px 30px;
}
.recru-pj-msg-wrap  .card.recru-msg-wrap{
    width: 43%;
}
.recru-pj-msg-wrap .card .card-body,
.recru-shrtcand-wrap .card .card-body{
    padding: 0;
}
.recru-pj-msg-wrap .header-area,
.recru-shrtcand-wrap .header-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.recru-shrtcand-srch {}

.recru-shrtcand-srch input#exampleDataList {
    width: 300px;
    padding: 10px 10px 10px 48px;
    background-image: url(../images/search.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 12px 11px;
}

/*------------------*/
.msg-area {}

.msg-area-list {}

.msg-area-list ul {
    margin: 0;
    padding: 0;
}

.msg-area-list ul li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.msg-area-list ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.msg-area-list ul li .user-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.msg-user {
    width: 91%;
    padding-left: 15px;
}

.user-nm-dt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000;
    font-size: 15px;
}

.text-truncate.user-msgbox {
    font-size: 14px;
    width: 92%;
}


/*-------------------------------*/
.recru-shrtcand-wrap .header-area{
      padding: 40px 30px 0 !important;
}
.recru-shrtcand-wrap .pstjob-list {
    margin-top: -76px;
}
div#shortlisted-candidate_wrapper {
    font-size: 13px;
}
div#shortlisted-candidate_filter {
    margin-right: 30px;
}

div#shortlisted-candidate_wrapper .row.dt-row{
    padding: 40px 30px !important;
}
div#shortlisted-candidate_wrapper tbody th {
    width: 23%;
}

div#shortlisted-candidate_wrapper  .form-check-input {
    margin-right: 16px;
}
div#shortlisted-candidate_wrapper .table>:not(caption)>*>* {
    padding: 22px 10px;
}
.shrt-list-user{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.shrt-list-user .form-check-input{}
.shrt-list-user .shrt-user-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 10px;
}
.shrt-list-user .shrt-user-dtls{}
.shrt-list-user .shrt-user-dtls .shrt-user-nm{
    color: #16459e;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
.shrt-list-user .shrt-user-dtls .shrt-user-desgn{
    font-weight: 400;
}
div#shortlisted-candidate_wrapper .row:last-child {
    background: #eee;
    margin: 0;
    padding: 16px 20px;
    border-radius: 0 0 10px 10px;
}

div#shortlisted-candidate_info {
    font-size: 14px;
    color: #444;
}

li#shortlisted-candidate_previous a, li#shortlisted-candidate_next a {
    border: 0 !important;
    width: 48px !important;
    height: 30px !important;
    display: block !important;
    padding: 0;
    font-size: 20px;
    text-align: center;
    color: #666;
    border-radius: 6px;
}

li#shortlisted-candidate_previous , li#shortlisted-candidate_next {
    padding: 0;
    display: block;
    margin: 0 8px;
}
.dataTables_paginate .pagination li {
    display: none;
}
