
.body{
    font-family: 'roboto', 'sans-serif';
}
.d-flex{
    display: flex;
}
.justify-space-between{
    justify-content: space-between;
}
.align-item-center{
    align-items: center;
}
.mr-15{
    margin-right: 15px;
}
.events_new_page hr {
    border-top: 1px solid rgb(128 128 128 / 17%);
    margin: 15px 0px 0px 0px;
}
.events_new_page .card_container .sec_head, .events_new_page .sec_head
{
    margin: 0px !important;
    margin-top: 3px !important;
}
.no-hire{
    background-image: url(../images/attendance/announcement.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 97%;
    height: calc(45vh - 60px);
    padding: 0!important;
}

.event-hire .card_container
{
    height: calc(45vh - 60px);
    overflow: hidden;
    border-radius: 4px;
    /* background-image: url(../images/dashboard/new_hire_bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 97%;
    background-repeat: no-repeat;
}
.event-certifications .card_container
{
    height: calc(50vh - 14px);
}
.titile_row{
    padding: 0px 15px 0px 12px;
}
.titile_row2{
    padding: 10px 27px 10px 12px;
}
.event-holiday .card_container
{
    height: calc(100vh - 102px);
}
.card.mb_20.card_container.cartificate_added_container {
    margin-bottom: 0px;
}
.card.card_container.holiday_added_container {
    margin-bottom: 0px;
}
.events_new_page .card_container .add_icon
{
    float: right;
}
.events_new_page .card_container .add_icon img
{
    width: 19px;
    cursor: pointer;
}

.events_new_page ul 
{
    list-style-type: none;
    padding-inline-start: 0px;
    display: flex;
    float: right;
}
.events_new_page ul img{
    width: 15px;
    cursor: pointer;
}
.events_new_page ul img:hover{
    transform: scale(1.1);
}
.events_new_page ul li
{
    padding: 0px 8px;
}
.events_new_page ul li:first-child 
{
    border-right: 1px solid rgb(128 128 128 / 17%);
}
.events_new_page .qoute_added_container h4 
{
    margin-bottom: 10px;
}
.events_new_page .qoute_added_container p 
{
    margin-bottom: 0px;
}
.events_new_page .new_hire_list_container
{
    height: calc(50vh - 70px);
    overflow: auto;
    overflow-x: hidden;
    margin-right: -7px;
} 
.events_new_page .certified_users_list
{
    height: calc(50vh - 70px);
    overflow: auto;
    overflow-x: hidden;
    margin-right: -7px;
}
.holiday_added_container .holiday_list
{
    height: calc(10vh - -685px);
    overflow: auto;
    overflow-x: hidden;
    margin-right: -7px;
}
.events_new_page .new_hire_list_container .new_hire_inner_wrapper,
.events_new_page .certified_users_list .certified_users_list_wrapper,
.holiday_added_container .holiday_list .holiday_list_wrapper
{
    padding-right: 7px;
}
.events_new_page .new_hire_list_container .new_hire_list_card
{
    border: unset;
    border-bottom: 1px solid #eaeaea;
    border-radius: unset;
    padding: 7px 10px;
}

.events_new_page .new_hire_list_container .new_hire_list_card:last-child
{
    margin: 0;
    /* border: unset; */
    border-radius: unset;
}
.events_new_page .new_hire_list_container .profile_warpper .user_image {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.events_new_page .new_hire_list_container .profile_warpper .user_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.events_new_page .new_hire_list_container .profile_warpper .user_image p{
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0 0px;
}

.events_new_page .cartificate_added_container .certified_users_list_wrapper .row_new .user_image p {
    font-weight: 600;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0 0px;
}

.events_new_page .new_hire_list_container .new_hire_list_card:nth-child(1n) .user_image p,
.events_new_page .cartificate_added_container .certified_users_list_wrapper .row_new:nth-child(1n) .user_image p{
    background: #B0E538;
}

.events_new_page .new_hire_list_container .new_hire_list_card:nth-child(2n) .user_image p,
.events_new_page .cartificate_added_container .certified_users_list_wrapper .row_new:nth-child(2n) .user_image p{
    background: #9AB4FC;
}

.events_new_page .new_hire_list_container .new_hire_list_card:nth-child(3n) .user_image p,
.events_new_page .cartificate_added_container .certified_users_list_wrapper .row_new:nth-child(3n) .user_image p{
    background: #FDD836;
}

.events_new_page .new_hire_list_container .new_hire_list_card:nth-child(4n) .user_image p,
.events_new_page .cartificate_added_container .certified_users_list_wrapper .row_new:nth-child(4n) .user_image p{
    background: #FF9EA2;
}

.events_new_page .new_hire_list_container .new_hire_list_card:nth-child(5n) .user_image p,
.events_new_page .cartificate_added_container .certified_users_list_wrapper .row_new:nth-child(5n) .user_image p{
    background: #86D8FE;
}

.events_new_page .new_hire_list_container .new_hire_list_card:nth-child(6n) .user_image p,
.events_new_page .cartificate_added_container .certified_users_list_wrapper .row_new:nth-child(6n) .user_image p{
    background: #FC9AED;
}

.events_new_page .new_hire_list_container .new_hire_list_card:nth-child(7n) .user_image p,
.events_new_page .cartificate_added_container .certified_users_list_wrapper .row_new:nth-child(7n) .user_image p{
    background: #FECC86;
}

.events_new_page .new_hire_list_container .new_hire_list_card:nth-child(8n) .user_image p,
.events_new_page .cartificate_added_container .certified_users_list_wrapper .row_new:nth-child(8n) .user_image p{
    background: #8CBABB;
}


.events_new_page .new_hire_list_container .profile_warpper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.events_new_page .new_hire_list_container .profile_warpper, .events_new_page .new_hire_list_container .hire_content {
    max-height: calc(50vh - 175px);
    overflow: auto;
    overflow-x: hidden;
    font-family: 'roboto', 'sans-serif';
}
.events_new_page .new_hire_list_container .profile_warpper h4, .events_new_page .new_hire_list_container .profile_warpper p {
    text-align: center;
    margin-bottom: 5px;
    line-height: 16px;
}
.events_new_page .no-data-found
{
    height: calc(50vh - 160px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.events_new_page .no-data-found img
{
    width: 100%;
}
/* ..... */
.events_new_page .certified_users_list .user_image
{
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.events_new_page .certified_users_list .user_image img
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.events_new_page .certified_users_list p {
    margin: 0;
    font-size: 14px;
    margin-top: 4px;
}
.events_new_page .certified_users_list h4 {
    margin: 0;
    margin-top: 4px;
    font-size: 14px;
}
.events_new_page .certified_users_list .row_new
{
    border-bottom: 1px solid rgb(128 128 128 / 17%);
    padding: 10px 0px;
    display: flex;
    align-items: center;
}
.events_new_page .cartificate_added_container .flex_certificate
{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.events_new_page .search-container
{
    position: absolute;
    top: -4px;
    right: 50px;
}
/* ..... */
.holiday_added_container .banner_container
{
    width: 100%;
    height: 100%;
}
.holiday_added_container .banner_container img 
{
    border-radius: 10px;
    border: 1px solid #f0f8ff;
    width: 100%;
    height: 61px;
    object-fit: fill;
    /* width: 100%;
    height: 75px; */
}
.holiday_added_container .table>tbody>tr>td
{
    vertical-align: middle;
    font-weight: 600;
}
.holiday_added_container .table td {
    color: #000000;
    border: 0px solid #f0f8ff;
    padding: 8px 10px;
    font-size: 14px;
    background: #F0F8FF;
}
.holiday_added_container .table {
    border-collapse: separate;
    border-spacing: 0px 8px;
    margin-bottom: 0px;
}
.holiday_added_container .table td:nth-child(1)
{
    border-radius: 6px 0 0 6px;
}
.holiday_added_container .table td:last-child {
    border-radius: 0px 6px 6px 0px;
}
/* ..... */
/* .. Holiday Modal CSS .. */
.add_holiday_modal .profile_upload_div label 
{
    padding-left: 0px;
}
.add_holiday_modal .profile_upload_div input[type="file"],
.add_new_hire_modal .profile_upload_div input[type="file"] {
    display: none;
}
.add_holiday_modal .profile_upload_div .custom-file-upload,
.add_new_hire_modal .profile_upload_div .custom-file-upload {
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    display: inline-block;
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 4px;
}
.add_holiday_modal .profile_upload_div .uploaded_image,
.edit_holiday_modal .profile_upload_div .uploaded_image,
.add_new_hire_modal .profile_upload_div .uploaded_image,
.edit_new_hire_modal .profile_upload_div .uploaded_image
{
    width: 100%;
}
.add_holiday_modal .profile_upload_div .edit_image,
.add_new_hire_modal .profile_upload_div .edit_image
{
    display: block;
    position: absolute;
    right: 23px;
    width: 30px;
    height: 30px;
    background: #fafafa;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    margin-top: -33px;
}
.add_holiday_modal .profile_upload_div .edit_image img ,
.add_new_hire_modal .profile_upload_div .edit_image img 
{
    width: 14px;
}
.add_holiday_modal .profile_upload_div .default_image,
.add_new_hire_modal .profile_upload_div .default_image
{
    padding: 15px;
}
.add_holiday_modal .profile_upload_div .default_image img,
.add_new_hire_modal .profile_upload_div .default_image img
{
    width: 30px;
    margin-bottom: 10px;
}
.hire_profile {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hire_profile .fa-map-marker{
    color: #00aeff;
    margin-right: 5px;
}
.hire_skills {
    width: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    padding: 0 10px 0 30px;
    flex-direction: column;
    align-self: center;
    max-height: 86px;
    margin: 0;
}
/* .hire_skills {
    width: 50%;
    padding: 0 10px 0 30px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    height: 34px;
} */
.hire_skills p{
    margin: 0;
}
.hire_reporting {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hire_actions{
    width: 10%;
    text-align: center;
}
.hire_reporting p{
margin: 0;
}
.hire_profile_img{
    width: 100%;
    display: flex;
    justify-content: center;
}
.hire_profile_img img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.hire_profile p{
    margin: 0;
    width: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    height: 16px;
}
.new-hire-container{
    font-size: 12px; 
}
.events_new_page .new_hire_list_card h4 {
    margin: 5px 0 0 0;
    text-align: center;
    font-size: 12px;
    width: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    height: 15px;  
}


@media screen and (min-width: 320px) and (max-width: 480px) {}
@media screen and (min-width: 481px) and (max-width: 767px) {}
@media screen and (min-width: 768px) and (max-width: 991px) {}
@media screen and (min-width: 768px) and (max-width: 1024px) {}
@media screen and (min-width: 992px) and (max-width: 1199px) {}
@media screen and (min-width: 992px) and (max-width: 1440px) {}
@media screen and (min-width: 1400px) and (max-width: 1440px) {

}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .hire_content p {
        margin: 0 0 5px;
        font-size: 12px;
    }
    .events_new_page .new_hire_list_container {
        height: calc(50vh - 0px);
    }
    .event-hire .card_container {
        height: calc(50vh - -40px);
    }
    .event-certifications .card_container {
        height: calc(50vh - 0px);
    }
    .event-holiday .card_container {
        height: calc(100vh - -60px);
    }
    .events_new_page .new_hire_list_container .profile_warpper, .events_new_page .new_hire_list_container .hire_content {
        max-height: calc(50vh - 85px);
    }

    .events_new_page .new_hire_list_container .profile_warpper {
        height: calc(50vh - 160px);
    }
    .events_new_page .certified_users_list .row_new {
        padding: 5px 0px;
    }
    .events_new_page .certified_users_list .user_image {
        width: 35px;
        height: 35px;
    }
    .holiday_added_container .table td {
        padding: 4px 10px;
    }
    .events_new_page .new_hire_list_container .profile_warpper .user_image {
        width: 75px;
        height: 75px;
    }
    .holiday_added_container .banner_container img {
        height: 65px;
    }
    .events_new_page .new_hire_list_container .hire_content {
        max-height: calc(50vh - 10px);
    }
    .events_new_page .new_hire_list_container .profile_warpper h4, 
    .events_new_page .new_hire_list_container .profile_warpper p {
        font-size: 13px!important;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
    .events_new_page .new_hire_list_container {
        height: calc(50vh - 35px);
    }
    .event-hire .card_container {
        height: calc(50vh - 0px);
    }
    .event-certifications .card_container {
        height: calc(50vh - 0px);
    }
    .event-holiday .card_container {
        height: calc(100vh - -20px);
    }
    .events_new_page .new_hire_list_container .profile_warpper, .events_new_page .new_hire_list_container .hire_content {
        max-height: calc(50vh - 85px);
    }
}
@media screen and (min-width: 1441px) {}