.m_b-30{
	margin-bottom: 30px;
}
.my-profile-page-wrapper {
    margin-top: 6rem !important;
}
.candidate360__container {
    width: 100%;
    background: #F5F5F5;
    max-width: 1920px;
    margin: 0 auto;
}
.candidate360__header {
    width: 100%;
    padding: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
}
.candidate360__header__left {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.candidate360__header__right {
	width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    position: relative;
}
.candidate360__header__profile {
    width: 100%;
    display: flex;
}
.candidate360__header__profile__box {
	width: 132px;
    height: 132px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
.candidate360__header__profile__info {
    width: calc(100% - 152px);
}
.candidate360__header__profile__info-details {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.candidate360__header__profile__info-header {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 4px;
}
.candidate360__header__profile-status {
    display: inline-flex;
    align-items: center;
}
.candidate360__header__profile__initails {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.candidate360__profile__initials-name {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    line-height: 52px;
    text-align: center;
}
.candidate360__profile-picture {
    border-radius: 16px;
    width: 100%;
}
.profile-shadow{
	position: relative;
}
.profile-shadow:after {
    content: '';
    background: rgb(2, 0, 36);
    background: -moz-linear-gradient(360deg, rgba(2, 0, 36, 0.33) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(360deg, rgba(2, 0, 36, 0.33) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(360deg, rgba(2, 0, 36, 0.33) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024");
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.candidate360__profile-story-upload-button {
    position: absolute;
    bottom:10px;
    width: 100%;
    left: 0;
    z-index: 2;
}
.candidate360__profile-video-icon, 
.candidate360__profile-upload-icon {
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
}
.candidate360__profile-video-icon img, 
.candidate360__profile-upload-icon img{
	width: 26px;
}
.candidate360__profile-video-icon {
    left: 10px;
    position: absolute;
    bottom:0;
    cursor: pointer;
    z-index: 1;
}
.candidate360__profile-upload-icon {
    right: 10px;
    position: absolute;
    bottom: 0;
}
.candidate360__profile-delete-button {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    display: none;
}
.candidate360__header__profile__box:hover .candidate360__profile-delete-button {
    display: block;
}
.candidate360__header__profile-user-name {
    color: #212121;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    margin-right: 14px;
    font-weight: 600;
}
.candidate360__header__profile-favorite-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.favourite-action {
    width: 20px;
    display: block;
    height: 20px;
}
.favourite-action .favourite-icon {
    display: block;
    background-image: url(/resources/newStaffingAssets/images/icons/heart_outline.svg);
}
.favourite-action .favourite-icon-active{
	background-image: url(/resources/newStaffingAssets/images/icons/favourite-filled-icon.svg);
}
.candidate360__header__profile-id-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    display: block;
}
.candidate360__header__profile-id-icon img {
    max-width: 20px;
}
.candidate360__header__profile-edit-popup {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.candidate360__header__profile-edit-popup img {
    width: 20px;
}
.candidate360__contact-location,
.candidate360__contact-phone,
.candidate360__contact-email {
    color: #212121;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 8px;
}
.candidate360__contact-id {
    color: #757575;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
.candidate360__contact-id-label {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    margin-left: 4px;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.show > .btn-info, .candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select .btn-info {
    border: 0;
    padding: 12px 20px 12px 35px;
    background: #fff !important;
    color: var(--blackColor) !important;
    font-size: 14px;
    border-radius: 4px;
    height: 42px;
    font-weight: 500;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-color > .dropdown-menu .inner li a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--high);
    left: 18px;
    border-radius: 10px;
    top: 18px;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-color > .dropdown-menu .inner li a {
    position: relative;
    padding: 1rem 3.2rem 1rem 3.6rem;
    font-size: 13px;
    color: var(--blackColor) !important;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-color > .dropdown-menu .inner li:nth-child(1) a:before{
	background-color: var(--assessment-1);
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-color > .dropdown-menu .inner li:nth-child(2) a:before{
	background-color: var(--assessment-2);
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-color > .dropdown-menu .inner li:nth-child(3) a:before{
	background-color: var(--assessment-3);
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-color > .dropdown-menu .inner li:nth-child(4) a:before{
	background-color: var(--assessment-4);
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-color > .dropdown-menu .inner li:nth-child(5) a:before{
	background-color: var(--assessment-5);
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-color > .dropdown-menu .inner li:nth-child(6) a:before{
	background-color: var(--assessment-6);
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-color > .dropdown-menu .inner li:nth-child(7) a:before{
	background-color: var(--assessment-7);
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select {
    width: auto !important;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select .btn-info,
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select .btn-info {
    border: 0;
    background: #fff !important;
    font-size: 14px;
    border-radius: 4px;
    height: 42px;
    font-weight: 500;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select .btn-info:after {
    width: 1.1rem;
    height: 1.1rem;
    min-width: 1.1rem;
    min-height: 1.1rem;
    background-size: 100% 100%;
    background-image: url(/resources/newStaffingAssets/images/icons/down-arrow-icon.svg);
    border: 0;
    transform: rotate(0deg);
    margin: 0;
    position: absolute;
    left: 0;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select > .dropdown-menu,
.new-job-order-select .dropdown.bootstrap-select > .dropdown-menu {
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    border: 1px solid #E0E0E0 !important;
    width: 25rem;
    padding: 0 !important;
    margin-top: 2px;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select .dropdown-menu .inner a.dropdown-item,
.new-job-order-select .dropdown.bootstrap-select .dropdown-menu .inner a.dropdown-item {
    padding: 1rem 3.2rem 1rem 1.8rem;
    margin: 1px 0;
    color: var(--blackColor);
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select .dropdown-menu .inner .selected.active a.dropdown-item,
.new-job-order-select .dropdown.bootstrap-select .dropdown-menu .inner .selected.active a.dropdown-item {
    background-image: url(/resources/newStaffingAssets/images/icons/select-tick.svg);
    background-repeat: no-repeat;
    background-position: center right 13px;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select .dropdown-menu .inner .selected.active a.dropdown-item .text,
.new-job-order-select .dropdown.bootstrap-select .dropdown-menu .inner .selected.active a.dropdown-item .text{
    font-weight: 500;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.high-color .btn-info:before,
.new-job-order-select .dropdown.bootstrap-select.high-color .btn-info:before,
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select .btn-info:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--high);
    left: 20px;
    border-radius: 10px;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-1 .btn-info:before{
	 background-color: var(--assessment-1) !important;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-2 .btn-info:before{
	 background-color: var(--assessment-2) !important;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-3 .btn-info:before{
	 background-color: var(--assessment-3) !important;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-4 .btn-info:before{
	 background-color: var(--assessment-4) !important;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-5 .btn-info:before{
	 background-color: var(--assessment-5) !important;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-6 .btn-info:before{
	 background-color: var(--assessment-6) !important;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.assessment-7 .btn-info:before{
	 background-color: var(--assessment-7) !important;
}
.candidate360__ideal__candidate-dropdown .dropdown.bootstrap-select.show .btn-info:after {
    transform: rotate(-180deg);
}
.candidate360__actions-dropdown {
    width: 100%;
    display: flex;
    margin-top: 0;
}
.dropdown-label {
    border: 0;
    background: #fff !important;
    font-size: 14px;
    border-radius: 4px;
    height: 42px;
    font-weight: 500;
    padding: 12px 20px 12px 25px;
    position: relative;
    cursor: pointer;
    line-height: 18px;
}
.dropdown-label:before {
    content: '';
    width: 1.1rem;
    height: 1.1rem;
    min-width: 1.1rem;
    min-height: 1.1rem;
    background-size: 100% 100%;
    background-image: url(/resources/newStaffingAssets/images/icons/down-arrow-icon.svg);
    border: 0;
    transform: rotate(0deg);
    margin: 0;
    position: absolute;
    left: 0;
    top: 16px;
    transition: all .3s;
}
.candidate360__actions-dropdown .dropdown.show .dropdown-label:before{
	transform: rotate(-180deg);
}
.dropdown-submenu {
    width: 100%;
    position: relative;
}
.candidate360__actions-dropdown .dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translate(-50%, 0);
}
.candidate360__actions-dropdown .sub-dropdown-item {
    padding: 12px 14px 12px 20px;
    display: flex;
    justify-content: space-between;
    height: 42px;
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
.candidate360__actions-dropdown .sub-dropdown-item:hover{
	color: #212121;
}
.sub-dropdown-arrow-icon {
    transform: rotate(-90deg);
    transition: all .3s;
    width: 16px;
}
.sub-dropdown-menu-inner {
    position: absolute;
    left: -260px;
    top: -1px;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    width: 260px;
    display:none;
    overflow: hidden;
}
.candidate360__share-resume-label {
	width: 100%;
    display: flex;
    padding: 10px 20px;
    align-items: center;
}
.resume-share-link {
    width: 22px;
    height: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.candidate360__share-resume-label-flex {
    width: calc(100% - 32px);
}
.candidate360__share-resume-label-flex h6 {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 2px;
    word-wrap: break-word;
}
.candidate360__share-resume-label-flex span {
    color: #757575;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}
.sub-dropdown-menu-list li:hover {
    background-color: #F5F5F5;
}
.dropdown-submenu:hover .sub-dropdown-arrow-icon {
    transform: rotate(0deg);
}
.dropdown-submenu:hover .sub-dropdown-menu-inner {
    display: block;
}
.dropdown-submenu:hover {
    background-color: #f5f5f5;
}
.candidate360__ideal__candidate-dropdown {
    width: 100%;
}
.candidate360__ideal__candidate-dropdown:last-child{
	margin-bottom:0;
}
.candidate360__header__contact-options {
    width: 140px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}
.candidate360__header__dropdowns {
    padding-right: 10px;
    /* border-right: 1px solid #EEEEEE; */
    position: relative;
}
.right_ver_line:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    border-right: 1px solid #eee;
    right: 0;
}
.candidate360__contact-link {
	width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-right: 16px;
}
.candidate360__contact-link-row{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    height: 42px;
}
.candidate360__contact-link-row:last-child {
    margin-bottom: 0;
}
.candidate360__contact-link-text {
    color: #424242;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}
.candidate360__contact-link-row:hover .contact-email-icon {
    background-color: #2E8CFF;
}
.candidate360__contact-link-row:hover .contact-call-icon {
    background-color: #0BBE29;
}
.candidate360__contact-link-row:hover .contact-text-icon {
    background-color: #516FFF;
}
.contact-email-icon{
	background-image: url(/resources/newStaffingAssets/images/icons/email-icon-grey.svg);
}
.contact-call-icon{
	background-image: url(/resources/newStaffingAssets/images/icons/call-icon-grey.svg);
}
.contact-text-icon{
	background-image: url(/resources/newStaffingAssets/images/icons/text-icon-grey.svg);
}
.candidate360__contact-link-row:hover .contact-email-icon{
	background-image: url(/resources/newStaffingAssets/images/icons/email-icon-white.svg);
}
.candidate360__contact-link-row:hover .contact-call-icon{
	background-image: url(/resources/newStaffingAssets/images/icons/call-icon-white.svg);
}
.candidate360__contact-link-row:hover .contact-text-icon{
	background-image: url(/resources/newStaffingAssets/images/icons/text-icon-white.svg);
}
.candidate360__body {
    width: 100%;
    position: relative;
    min-height: 640px;
}
.candidate360__tab-container {
    width: calc(100% - 420px);
    height: 100%;
    position: relative;
    min-height: 640px;
}
.candidate360__tabs {
	width: 100%;
    display: flex;
    padding: 0px 30px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    justify-content: flex-start;
    gap: 12px;
}
.candidate360__tab {
    margin: 0;
    padding: 12px 10px 10px;
    color: #424242;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-bottom: 3px solid transparent;
}
.candidate360__tab.active {
    color: #1D6BE5;
    border-color: #1D6BE5;
}
.candidate360__notes_documents {
    background-color: #FFFFFF;
    box-shadow: -10px 0 20px 0 #EEEEEE;
    width: 420px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.candidate360__tab-content {
    width: 100%;
    padding: 20px 30px 40px;
    height: calc(100% - 42px);
    position: relative;
    min-height: 597px;
}
.candidate360__tab-section {
	display: none;
    width: 100%;
    padding: 30px;
    height: 100%;
    min-height: 535px;
    position: relative;
}
.candidate360__resume_company_empty {
	width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.candidate360__tab-section.active {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
}
.candidate360__general__section {
    width: 100%;
}
.section__title__h2 {
    color: #212121;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    margin-bottom: 30px;
}
.candidate360__profile-snapshots {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
/**/
.candidate360__title {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
}
.candidate360__snapshot-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
}
.candidate360__snapshot-value,
.candidate360__snapshot-value span {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
  line-height: 30px;
}
.candidate360__snapshot-label {
  color: #888;
  font-size: 14px;
  margin-top: 4px;
}
.candidate360__green {
  color: #04AE7A;
}
.candidate360__checkmark {
    color: #757575;
    font-size: 13px;
    margin-top: 4px;
}
.candidate360__checkmark img {
    width: 16px;
    margin-left: 5px;
}
.candidate360__header__profile-bgId-check {
    display: flex;
    align-items: center;
}
/**/
.candidate360__address-details {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.candidate360__address-details-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.candidate360__details-body {
    width: 100%;
    margin-bottom: 22px;
}
.candidate360__details-body p {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}
.candidate360__contact-number {
    width: 100%;
    display: flex;
    gap: 40px;
    margin-bottom: 25px;
}
.candidate360__contact-number-row {
    display: flex;
    align-items: flex-start;
}

.candidate360-number-label {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.candidate360__contact-number-row img {
    width: 16px;
}
.candidate360-skills-div ul li {
    border: 0;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    background-color: #F5F5F5;
    border-radius: 4px;
}
.candidate360-skills-option {
    width: 100%;
    display: flex;
    align-items: center;
    color: #424242;
    font-size: 13px;
}
.candidate360-preferences-row h6 {
    color: var(--grayColor);
    font-size: 13px;
    margin-bottom: 6px;
}
.candidate360-label-ans {
    color: var(--blackColor);
    font-size: 13px;
    font-weight: 400;
}
.candidate360-preferences-row {
    width: 100%;
    margin: 0 0 22px;
}
.candidate360__work-status{
	width: 100%;
}
.candidate360-title-heading-h6 {
    color: var(--blackColor);
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}
.candidate360-title-ans-h6 {
    color: var(--blackColor);
    font-size: var(--x-smallFontSize);
    display: block;
    margin: 0 0 6px 0;
}
.candidate360-document-file {
    border-radius: 3px;
    background-color: transparent;
    padding: 0 30px 0 0;
    background-image: url(/resources/newStaffingAssets/images/candidate360/link-arrow-icon.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    font-size: 13px;
}
.candidate360__salary-details-left {
    width: calc(100% - 20px);
}
.candidate360-number-label span {
    color: var(--grayColor);
    font-size: 13px;
    margin-bottom: 6px;
}
.candidate360-number-label label {
    color: var(--blackColor);
    font-size: 13px;
    margin-right: 5px;
}
.candidate360-details-row {
    width: 100%;
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 0;
}
.candidate360__tab-resume-menu {
    position: absolute;
    left: 0;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    width: 280px;
    top: 29px;
    z-index: 2;
    display: none;
}
.candidate360__tab-resume {
    width: 100%;
    position: relative;
}
.candidate360__tab-resume-label {
    color: #424242;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}
.candidate360__tab-resume-menu ul li {
    width: 100%;
    padding: 10px 20px;
}
.candidate360__tab-resume-menu ul li h5 {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 2px;
}
.candidate360__tab-resume-menu ul li span {
    color: #757575;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}
.candidate360__tab:hover .candidate360__tab-resume-menu {
    display: block;
}
.candidate360__tab.active .candidate360__tab-resume-label {
    color: #1D6BE5;
    border-color: #1D6BE5;
}
.candidate360__tab-resume-label img {
    margin-left: 6px;
    width: 12px;
    transition: all .3s;
}
.candidate360__tab:hover .candidate360__tab-resume-label img {
    transform: rotate(-180deg);
}
.candidate360__resume-preview-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.candidate360__resume-header-title h4 {
    color: #212121;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
}
.candidate360__resume-header-title span {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}
.candidate360__resume-empty-condition {
    width: 100%;
    padding: 40px 30px 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.candidate360__resume-empty-condition img {
    width: 84px;
    margin-bottom: 30px;
}
.candidate360__resume-empty-condition h2 {
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.candidate360__resume-empty-condition span {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 30px;
}
.candidate360__resume-empty-condition p {
    color: #757575;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    margin-top: 10px;
}
.candidate360__button {
    background-color: #1D6BE5;
    border-radius: 3px;
    padding: 12px 36px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}
.mini-tabs {
	width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
.mini-tabs .mini-tab {
    margin: 0;
    padding: 12px 40px 10px;
    color: #424242;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-bottom: 3px solid transparent;
}
.mini-tabs .mini-tab.active{
	color: #1D6BE5;
    border-color: #1D6BE5;
}
.mini-tab-content {
    width: 100%;
    height: calc(100% - 42px);
}
.mini-tab-section {
    width: 100%;
    padding: 20px;
    display: none;
    height: 100%;
}
.mini-tab-section.active{
	display:block;
}
.candidate360__notes-title {
    color: #212121;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
.candidate360__notes-data-list {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eee;
}
.candidate360-activities-data-row {
    width: 100%;
}
.candidate360__notes-section-row {
    width: 100%;
    margin-bottom: 12px;
}
.candidate360__notes-section-row p {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    text-align: left;
    word-wrap: break-word;
}
.candidate360__notes-section-user-date {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}
.candidate360__notes-section-user-date label {
	color: #757575;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding-right: 0;
    position: relative;
}
.candidate360__notes-section-user-date label span {
    color: #212121;
    font-size: 12px;
}
/* .candidate360__notes-section-user-date label:after {
    content: '';
    background-color: #9E9E9E;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    position: absolute;
    right: 6px;
    top: 6px;
} */
.candidate360__notes-section-user-date label:last-child::after {
	display:none;
}
.candidate360__notes-button-icon {
    color: #212121;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.candidate360__notes-button-icon span {
    margin-right: 8px;
}
.delete_icon{
	background-image:url('/resources/newStaffingAssets/images/icons/delete-icon.svg');
}
.edit_icon{
	background-image:url('/resources/newStaffingAssets/images/icons/new-edit-icon.svg');
}
.candidate360__notes-button-icon:hover {
    color: #212121;
}
.candidate360__notes_button-section {
    background-color: #FFFFFF;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
}
.candidate360-activities-data-list {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.candidate360__documents-header-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.candidate360__documents-header-filters {
    position: relative;
    margin-right: 10px;
}
.candidate360__documents_filters_menu {
    border: 1px solid #E0E0E0;
    width: 340px;
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    border-radius: 6px;
    display: none;
    top: 100%;
    right: -58px;
    height: 320px;
}
.candidate360__documents-header-right {
    display: flex;
    align-items: center;
}
.doc_filters_button {
    background-color: #F5F5F5;
    border-radius: 3px;
    height: 42px;
    padding: 10px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #424242;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    border: 0;
}
.doc_filters_button img {
    margin-right: 10px;
}
.candidate360__documents_filters_header {
    width: 100%;
    display: flex;
    padding: 14px 12px 14px 20px;
    border-bottom: 1px solid #EEEEEE;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
}
.candidate360__documents_filters_header h4 {
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}
.candidate360__documents_filters_menu-form {
    width: 100%;
    height: calc(100% - 53px);
    position: absolute;
    top: 53px;
    left: 0;
}
.candidate360__documents_filters-list-fields {
    width: 100%;
    padding: 20px 20px 10px;
    display: flex;
    flex-wrap: wrap;
}
.candidate360__documents_filters-list-fields .job-order-search-field {
    width: 100%;
    margin: 0 0 20px 0;
}
.candidate360__documents_filters-list-fields .job-order-select-field.doc-filter-field {
     width: 100% !important;
    margin: 0 0 20px 0 !important;
}
.top-all-filter-search-btn {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #EEEEEE;
    position: absolute;
    bottom: 0;
    left: 0;
}
.candidate360__documents_clear-btn {
    color: #1D6BE5;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    padding: 10px 0px;
    border: 0;
    background-color: transparent;
}
.candidate360__documents_apply-btn {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    padding: 10px 20px;
    background-color: #1D6BE5;
    border-radius: 4px;
}
.candidate360__notes-button-icon {
    width: auto !important;
    height: auto;
    display: flex !important;
}
.candidate360__doc_button-section {
    display: flex;
    align-items: center;
}
.candidate360__documents-data-list--wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.candidate360__documents-data-list-bottom {
    width: 100%;
    position: relative;
    padding: 10px 0px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.candidate360__documents-data-list {
    width: 100%;
    margin-bottom: 20px;
}
.candidate360__documents-data-list-head {
    width: 100%;
    margin-bottom: 16px;
}
.candidate360__documents-data-list-head {
    width: 100%;
    margin-bottom: 16px;
}
.candidate360-documents-comments-div p {
    padding: 10px 20px;
    color: #212121;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
.candidate360__documents-comment-btn {
    color: #1D6BE5;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    padding: 0;
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
}
.candidate360__documents-comment-btn img {
    width: 10px;
    margin-left: 4px;
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.candidate360__documents-comment-btn.active img {
    transform: rotate(-90deg);
}
.candidate360-documents-comments-div.doc-btn-bottom-toggle.expanded {
    max-height: 370px;
}
.mini-tab-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.candidate360__notes-section-row-repeat {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.candidate360__contact-number-row img {
    margin-top: 2px;
}
.candidate360_title_ex_date_span {
    color: #757575;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-right: 4px;
}
.candidate360__salary-details-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.candidate360__salary-details-col {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    margin-bottom: 6px;
}
.candidate360__salary-details-col:after {
    content: '';
    border-right: 1px solid #E0E0E0;
    width: 0;
    height: 13px;
    right: 0;
    position: absolute;
}
.candidate360__salary-details-col:last-child::after{
	display: none;
}
.candidate360__salary-details-col span {
    color: #757575;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-right: 4px;
}
.candidate360__salary-details-col label {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.candidate360__address-details:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.close_icon{
	background-image:url('/resources/newStaffingAssets/images/icons/new_close_black_icon.svg')
}
.candidate360-skills-option-close img {
    max-width: 10px;
}
.add_data_buttons {
    border-radius: 3px;
    background-color: var(--blueColor);
    padding: 10px 24px;
    color: #FFFFFF;
    font-size: var(--x-smallFontSize);
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    margin-top: 3rem;
    height: 42px;
}
.right-upload-doc-div {
    display: flex;
}
.candidate360_general_screening-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}
.candidate360_general_screening-head h4 {
    color: #212121;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}
.specific_screening_btn {
    display: flex;
    align-items: center;
    color: var(--blueColor);
    font-size: var(--x-smallFontSize);
    font-weight: 500;
    padding: 5px 0;
}
.candidate360-general-screening-list {
    width: 100%;
    padding: 20px 20px 0;
}
.candidate360_general_screening_list {
    width: 100%;
    padding: 20px 20px 0;
    display: none;
}
.candidate360_general_section-show.active {
    display: flex;
}
.healthcare-screening.active {
    display: flex;
}
.candidate360_general_screening {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 20px;
}
.candidate360_screening_accordion_row {
    width: 100%;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 20px;
}
.candidate360-screening-accordion {
    background-color: #F5F5F5;
    border-radius: 4px;
    width: 100%;
    padding: 8px 20px;
    margin: 0;
}
.candidate360-screening-accordion-cont {
    width: 100%;
    padding: 20px 20px 0;
}
.candidate360-general-screening-row h6 {
    color: var(--grayColor);
    font-size: 13px;
    margin-bottom: 6px;
}
.candidate360-label-data {
    color: var(--blackColor);
    font-size: 13px;
}
.arrow-bl img {
    max-width: 20px;
}
.arrow-bl {
    border-radius: 4px;
    background-color: transparent !important;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.candidate360-screening-left.active .arrow-bl {
    transform: rotate(180deg);
}
.candidate360-general-screening-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    padding: 8px 20px;
    background-color: #F5F5F5;
}
.candidate360-general-screening-row p {
    color: var(--blackColor);
    font-size: 13px;
}
.candidate360_screening_accordion_row:last-child {
    margin-bottom: 0;
}
.candidate360_general_screening-list {
    width: 100%;
    margin-top: 20px;
}
.candidate360_general_first_head {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.candidate360-general-screening {
    width: 100%;
    margin-top: 2rem;
}
.arrow_sc {
    border-radius: 4px;
    background-color: transparent !important;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.candidate360_general_first_head.active .arrow_sc {
    transform: rotate(180deg);
}
.specific-screening-btn img {
    margin-right: 0;
}
.candidate360__employment-header-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.candidate360-employment-title-h4 {
    color: var(--blackColor);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0px;
}
.candidate360-employment-head {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.candidate360-emp-container {
	width: 100%;
}
.candidate360-educ-container{
	width: 100%;
}
.candidate360-employment-picture {
    width: 48px;
    height: 48px;
    display: flex;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    justify-content: center;
}
.candidate360-employment-content-div {
    width: calc(100% - 68px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.candidate360-employment-initials span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
}
.candidate360-employment-picture-ini {
      width: 100%;
}
.candidate360-employment-initials span{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
}
.candidate360-employment-verify-btn {
    display: flex;
    align-items: center;
    padding-left: 68px;
    margin-top: 18px;
}
.candidate360-employment-main-row {
    width: 100%;
    margin-top: 4rem;
}
.candidate360-employment-content-details h6 {
    color: var(--blackColor);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}
.candidate360-employment-content-details label {
    color: #212121;
    font-size: 13px;
    margin-bottom: 8px;
}
.candidate360-employment-content-details span {
    color: #414141;
    font-size: 13px;
}
.candidate360-employee-reference-inner {
    width: calc(100% - 68px);
    margin-left: 68px;
    border-radius: 4px;
    background-color: #FAFAFA;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}
.candidate360-emp-reference-check-btn{
    text-align: center;
    height: auto;
    background-color: transparent;
    display: inline-block;
    border: none;
    border-radius: 0;
    color: var(--blueColor);
    text-transform: capitalize;
    padding: 0px;
    font-size: 13px;
    line-height: 16px;
    text-decoration: underline;
}
.candidate360-emp-reference-check-btn:hover{
	text-decoration: underline;
}
.candidate360-screening-edit {
    display: flex;
    padding: 5px 0;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    cursor: pointer;
    margin-left: 20px;
}
.candidate360-employment-edit-verify {
    display: flex;
    align-items: center;
    width: 210px;
    justify-content: flex-end;
}
.candidate360_education_section-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 12px 0px;
}
.candidate360_education_section-header h4 {
    color: #212121;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}
.candidate360_edu-year b {
    font-size: 13px;
    line-height: 16px;
    color: #757575;
}
.candidate360_edu-year {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #E0E0E0;
    display: inline-block;
    height: 20px;
}
.candidate360-education-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.candidate360_education_row {
    width: 100%;
    margin-bottom: 40px;
}
.candidate360-employment-initials {
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #015E87;
}
.candidate360_courses_section-row {
    width: 100%;
    display: flex;
    margin-bottom: 32px;
}
.candidate360_courses_section-row:last-child{
	 margin-bottom: 0;
}
.candidate360-course-content-delete {
    width: 40px;
    text-align: right;
}
.candidate360-course-content-details {
    width: calc(100% - 40px);
}
.candidate360-course-content-details h5 {
    color: #212121;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    margin-bottom: 6px;
}
.enrollment-date-span {
    color: #757575;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    display: block;
}
.enrollment-date-span b{
	color: #212121;
	font-size: 13px;
}
.course-progress-bar {
    background-color: #24A4E5;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    padding: 1px 6px;
    margin-right: 10px;
}
.progress-status-bar {
    margin-top: 10px;
    display: flex;
}
.course-completed{
	  background-color: #04AE7A;
}
.course-pending{
	 background-color: #E9800A;
}
.course_empty{
	background-image: url(/resources/newStaffingAssets/images/icons/course-empty-icon.svg);
}
.add_data_buttons:hover {
    color: #fff;
}
.modal-body.enroll_candidate_modal_body {
    background: #fff;
    min-height: 220px;
    padding: 20px 20px 70px;
    max-height: 560px;
    overflow: auto;
}
.enroll-check-box-label {
    width: 100%;
    display: flex;
    align-items: center;
}
.enroll-check-box-label input {
    display: none;
}
.enroll-check-box-label input ~ label {
    position: relative;
    font-size: 13px;
    color: #212121;
    padding: 10px 20px 10px 40px;
    display: block;
    width: 100%;
    cursor: pointer;
}
.enroll-check-box-label input ~ label:before {
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(/resources/assets/images/common/checkbox.svg);
    position: absolute;
    left: 10px;
}
.enroll-check-box-label input:checked ~ label:before {
    background-image: url(/resources/framework/theme/cr/icons/checkbox-filled.svg);
}
.enroll-check-box-label label:hover {
    background-color: #fafafa;
}
.candidate360-employment-list-row {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.candidate360-courses-container {
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 18px;
    margin-bottom: 10px;
}
.candidate360-employment-list-row:last-child{
    border-bottom:0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.candidate360__notes-section {
    width: 100%;
    height: 100%;
}
.candidate360-activities-data-container {
    width: 100%;
    height: 100%;
}
.candidate360-activities-data-view {
    width: 100%;
    height: 100%;
}
.candidate360-activities-data-row {
	width: 100%;
    height: calc(100% - 60px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 6px;
}
.candidate360_comments_container {
    width: 100%;
    position: relative;
}
.activities-notes-paragraph a {
    color: var(--blueColor);
    font-size: 13px;
}
.show-more-notes-data {
    color: var(--blueColor);
    font-size: var(--x-smallFontSize);
    cursor: pointer;
    clear: both;
    margin: 0 auto;
    background: url(/resources/assets/images/icons/drop_down_icon.png) right center no-repeat;
    background-size: 20px;
    width: 102px;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
}
.candidate360-preferences-row:last-child {
    margin-bottom: 0;
}
.candidate360__documents-section {
    width: 100%;
    height: 100%;
}
.candidate360_courses_section-body {
    width: 100%;
}
.course-empty-icon{
	background-image: url(/resources/newStaffingAssets/images/icons/course_empty_icon.svg);
}
.candidate360_employment_address_com {
    display: flex;
    align-items: center;
}
.candidate360_employment_address_com label:after {
    content: '';
    background-color: #9E9E9E;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 8px;
}
.candidate360_employment_address_com label {
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
}
.candidate360_employment_address_com label:last-child::after {
	display:none;
}
.candidate360_employment_job-duties {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 8px;
}
.candidate360_employment_job-duties b{
	color: #757575;
}
.candidate360_course_picture-icon {
    max-width: 24px;
}
.candidate360__applications_filters-wrap {
    position: relative;
    margin-right: 16px;
}
.candidate360__applications-section-filters {
    width: 100%;
    display: flex;
    align-items: center;
}
.candidate360__applications_filters_menu {
    border: 1px solid #E0E0E0;
    width: 340px;
    position: absolute;
    z-index: 2;
    background: #fff;
    box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
    border-radius: 6px;
    display: none;
    top: 100%;
    left: 0;
    height: 320px;
}
.applications_filters_button {
    border-radius: 3px;
    height: 42px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #424242;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}
.applications_filters_button img {
    margin-right: 12px;
}
.jmr-10{
	margin-right:10px;
}
.new-ui-search-input-field {
    font-size: 13px !important;
    font-weight: 500;
    min-width: 24rem !important;
}
.candidate360__applications-head-fields {
    display: flex;
    align-items: center;
}
.candidate360__applications-head-fields .jem-ui-sort-by {
    margin-right: 10px;
}
.candidate360__applications-head-fields .jem-ui-sort-by .bootstrap-select .btn-info {
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    height: 42px !important;
    color: #424242;
}
.candidate360__applications-head-fields .jem-ui-sort-by .bootstrap-select .btn-info .filter-option-inner-inner {
    font-weight: 500;
}
.candidate360__applications-head-fields .jem-ui-sort-by .bootstrap-select .dropdown-toggle::after {
    margin-left: 6px;
}
.candidate360__documents_filters-list-fields .job-order-search-field .search-input-field {
    font-size: 13px;
    font-weight: 500;
    color: #424242;
}
.job-order-select-field.doc-filter-field.doc-type .bootstrap-select .btn.dropdown-toggle .filter-option-inner-inner {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}
.candidate360__documents_filters-list-fields .skill-name-span {
    font-size: 13px;
    font-weight: 500;
    color: var(--blueColor);
    cursor: pointer;
}
.candidate360__applications_updated-group {
    position: relative;
}
.candidate360__applications_updated-date {
    position: relative;
    margin-right: 10px;
}
.candidate360__applications_updated-group .compliance-updated-date-dropdown {
    width: 340px;
}
.compliance-updated-date-dropdown.active {
    display: block;
}
.candidate360__applications_table {
    width: 100%;
    margin-top: 20px;
}
.candidate360__applications_table tr th {
    padding: 20px;
    color: #757575;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
}
.candidate360__applications_table tr td {
    padding: 20px;
    border-top: 1px solid #eee;
    vertical-align: middle;
}
.candidate360__app_job_col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.candidate360__app_job_col h6 {
    color: #212121;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    text-decoration: underline;
    margin-bottom: 6px;
}
.candidate360__app_job_col label {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 6px;
}
.candidate360__app_job_col span {
    color: #757575;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}
.candidate360__app_shift_col span {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}
.candidate360__app_status_col {
    display: flex;
    flex-wrap: wrap;
}
.app_status_date {
    display: block;
    width: 100%;
}
.app_status_tag {
    background-color: #7FB121;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    padding: 3px 6px;
    margin-bottom: 6px;
}
.app_status_view_button {
    padding: 0 0 0 20px;
    display: flex;
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    text-decoration: underline;
    background-image: url(/resources/newStaffingAssets/images/icons/view_grey_icon.svg);
    background-repeat: no-repeat;
    background-position: left 0px;
}
.app_status_view_button:hover{
	background-image:url('/resources/newStaffingAssets/images/icons/view_blue_icon.svg');
	color:#1d6be5;
}
.offer_status{
	  background-color: #7FB121;
}
.apply_status{
	background-color: #E9800A;
}
.offer_accept_status{
	background-color: #04AE7A;
}
.offer_confirm_status{
	background-color: #24A4E5;
}
.offer_employed_status{
	background-color: #5B7CA9;
}
.offer_previously_status{
	background-color: #735BA9;
}
.offer_rejected_status{
	background-color: #E91852;
}
.offer_withdrawn_status{
	background-color: #8A93B1;
}
.applications_screening_header_data {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.applications_screening_header_user {
    display: flex;
}
.applications_screening_header_user_img {
    background-color: #F5F5F5;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.applications_screening_header_date span {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
}
.applications_screening_header_date span b{
	color: #757575;
}
.applications_screening_question {
    width: 100%;
    padding: 12px 0px;
    color: #424242;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    position: relative;
    padding-left: 85px;
}
.applications_screening_body_data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}
.applications_screening_answer {
    width: 100%;
    padding: 12px 0px;
    color: #424242;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    position: relative;
    padding-left: 85px;
}
.applications_screening_body_data:last-child {
    border: 0;
}
.applications_screening_question:before {
    content: 'Question:';
    color: #424242;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    position: absolute;
    left: 0;
}
.applications_screening_answer:before {
    content: 'Answer:';
    color: #424242;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    position: absolute;
    left: 0;
}
.candidate360-empty-condition-left {
    width: 100%;
    padding: 40px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.candidate360-empty-condition-left h4 {
    color: var(--blackColor);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    margin-top: 2rem;
}
.candidate360-empty-condition-left span {
    color: var(--grayColor);
    font-size: var(--x-smallFontSize);
    line-height: 20px;
    text-align: center;
    margin-top: 6px;
}
.candidate360-documents-comments-div.doc-btn-bottom-toggle {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.candidate360-documents-comments-div {
    width: 100%;
    background-color: #FAFAFA;
}
.candidate360-documents-dtls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.documents-icon {
    width: 34px;
    height: 34px;
    display: flex;
    margin-right: 18px;
}
.documents-info-dtls {
    width: calc(100% - 52px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.documents-info-dtls a {
    color: var(--blackColor);
    font-size: var(--x-smallFontSize);
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    max-width: 100%;
    padding-right: 30px;
}
.documents-info-dtls span {
    color: var(--grayColor);
    font-size: var(--x-smallFontSize);
}
.documents-info-dtls a:hover {
    color: var(--blueColor);
}
.candidate360__documents_filters_header button {
    border: 0;
    background-color: transparent;
}
.candidate360__documents-data-view-section {
    width: 100%;
    height: calc(100% - 60px);
    overflow: hidden;
    overflow-y: auto;
    padding-right: 6px;
}
.candidate_360_upload_resume_file {
    width: 100%;
    position: relative;
}
.candidate360__button:hover{
	color: #FFFFFF;
}
.candidate360__resume-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.notes_error {
    top: calc(100% - 0.1rem);
    position: absolute;
    left: 0;
    color: #F33838;
    font-size: var(--xx-smallFontSize);
}
.upload-doc.newErDiv .upload-doc-row-in {
    width: 100%;
    height: 42px;
}
.canLeads-resume {
    width: 100%;
}
.candidate360__resume-preview {
    width: 100%;
}
.candidate360__resume-preview object {
    width: 100%;
}