body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

img{
    object-fit: cover;
}

/* start::password plugin css*/
.password-strength-group .password-strength-meter {
    width: 100%;
    transition: height 0.3s;
    display: flex;
    justify-content: stretch;
}

.password-strength-group .password-strength-meter .meter-block {
    height: 4px;
    background: #ccc;
    margin-right: 6px;
    flex-grow: 1;
}

.password-strength-group .password-strength-meter .meter-block:last-child {
    margin: 0;
}

.password-strength-group .password-strength-message {
    font-weight: 20px;
    height: 1em;
    text-align: right;
    transition: all 0.5s;
    margin-top: 3px;
    position: relative;
}

.password-strength-group .password-strength-message .message-item {
    font-size: 12px;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s;
}

.password-strength-group[data-strength="1"] .meter-block:nth-child(-n+1) {
    background: #cc3d04;
}

.password-strength-group[data-strength="1"] .message-item:nth-child(1) {
    opacity: 1;
}

.password-strength-group[data-strength="2"] .meter-block:nth-child(-n+2) {
    background: #ffc43b;
}

.password-strength-group[data-strength="2"] .message-item:nth-child(2) {
    opacity: 1;
}

.password-strength-group[data-strength="3"] .meter-block:nth-child(-n+3) {
    background: #9ea60a;
}

.password-strength-group[data-strength="3"] .message-item:nth-child(3) {
    opacity: 1;
}

.password-strength-group[data-strength="4"] .meter-block:nth-child(-n+4) {
    background: #289116;
}

.password-strength-group[data-strength="4"] .message-item:nth-child(4) {
    opacity: 1;
}

.password-strength-group[data-strength="5"] .meter-block:nth-child(-n+5) {
    background: #006400; /* Deep green for the strongest password */
}

.password-strength-group[data-strength="5"] .message-item:nth-child(5) {
    opacity: 1;
}

/* end::password plugin css*/

/* start::ck editor */
.ck-content .table {
    width: unset;
}

.container .ck.ck-content {
    padding: 0 1em;
}

.ck.ck-editor {
    width: 100% !important;
}

.ck-content ul {
    padding-left: 20px;
}

.ck-content ul li {
    list-style: disc !important;
}

/* end::ck editor */

.hero-single .hero-img img {
    height: 86% !important;
    width: 40% !important;
    object-fit: contain;
}

.custom-btn {
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    color: black;
}

.custom-btn.selected {
    color: white !important;
    background: #3C65F5 !important;
}

.ui-datepicker-calendar {
    display: none;
}

.btn-close:hover:after, .btn-close:hover:before {
    background: #FF8CB4;
}

.link_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-form .nice-select {
    margin-bottom: 0 !important;
}

.edit_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.employer.user-profile-card-title {
    padding: unset;
    border: unset !important;
    margin: unset;
}

.editBtn {
    margin: unset !important;
}

.add_social {
    cursor: pointer;
}

.customSelect {
    border-radius: 12px;
    height: 55px;
    line-height: 53px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #ced4da;
    width: 100% !important;
}

.customSelect .dropdown-menu.show {
    width: 100% !important;
    min-width: unset !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: unset !important;
    background: unset !important;
    border: unset !important;
}

.bootstrap-select > .dropdown-toggle {
    width: max-content!important;
    background: unset !important;
    outline: unset !important;
    border: unset !important;
}

/*.searchJobInput{*/
/*    margin: unset!important;*/
/*}*/

.select .list {
    height: auto!important;
    max-height: 200px!important;
    overflow-y: auto !important;
    /*overflow-x: auto!important;*/
}

.modal-backdrop {
    z-index: 999999 !important;
}

.modal-open .modal-backdrop {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
    z-index: 999 !important;
}

.btn-close::before, .btn-close::after {
    display: none;
}

.add_experience, .add_study, .add_language {
    background: #3c65f5;
    color: white;
}

.delete_experience, .delete_study, .delete_language {
    color: white;
}

.experience-item, .study-item, .language-item {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Even shadow on all sides */
}

.line {
    width: 100%;
    height: 1px;
    background: black;
}

.status_type .active {
    background: #3C65F5 !important;
    color: white !important;
}

.ui_selectpicker .dropdown-menu.show{
    width: 100%;
}

.ui_selectpicker .dropdown-menu.show .inner.show{
    overflow-x: hidden !important;
}

.ui_selectpicker .dropdown-menu.show .inner.show a{
    text-wrap: wrap;
}

.custom_select ul li{
    text-wrap: wrap;
}

.ui_selectpicker .dropdown-menu.show .inner.show a span{
    font-size: 14px;
}

.ui_selectpicker .bootstrap-select>.dropdown-toggle{
    padding: 0;
}

.employer-item{
    cursor: pointer;
}

.blog-item-img{
    width: 100%;
    height: 200px;
}

.truncate-text {
    display: -webkit-box!important;
    -webkit-line-clamp: 3 !important;      /* Limit to 3 lines */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis!important;
}

.job-info-list{
    display: -webkit-box!important;
    -webkit-line-clamp: 2 !important;      /* Limit to 3 lines */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis!important;
}



.employer-heading-content img{
    object-fit: cover;
}

.applicant_filter li{
    text-wrap: wrap!important;
}

.nice-select.select.applicant_filter{
    width: 100%;
}

.header-account img{
    height: 60px;
}

.candidate-img img{
    width: 70px;
    height: 70px;
}

.candidate-img{
    width: 70px;
    height: 70px;
}

.counter-box .title{
    font-size: 18px;
}

.candidate-bio-content > div{
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.candidate-heading-content img {
    width: 155px;
    height: 155px;
    border-radius: 15px;
}

.card-container::-webkit-scrollbar {
    display: none;
}

.card-container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;    /* Firefox */
}


.work-card{
    line-height: normal;
    cursor: pointer;
    color: #3C65F5!important;
    background: unset;
    border: 1px solid #3C65F5!important;
}

.work-card i {
    color: #3C65F5;
}

.work-card.selected-work-card{
    background: #3C65F5;
    color: white!important;
}

.work-card.selected-work-card i{
    color: white;
}

button.btn.dropdown-toggle.btn-light{
    width: 100%!important;
}

.candidate-bio-content, .job-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.candidate-bio-content span, .job-title a{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}


.candidate-skill{
    height: 50px;
    max-height: max-content;
    display: flex;
    max-width: 98.5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: revert;
    vertical-align: bottom;
}

.candidate-item{
    height: min-content !important;
}
/*.candidate-skill a {*/
/*    width: 23.5%!important;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.concat{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}