body {
    font-family: 'Montserrat', sans-serif;
}
html, body{
    overflow-x:hidden;
}
.form-step-fields-section {
    min-height: 422px;
}
.form-step-1-row {
    margin-bottom: 16px;
}
.main-upload-cv-field i.bi.bi-cloud-upload
 {
    font-size: 25px;
}
.form-step-fields-section-success {
    min-height: 510px;
    margin-top: 25px;
}
.cv-actual-info-div{
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-login-form-p{
    font-size: 18px;
    color: black;
}
.nav-logo-login {
    width: 163px;
}
button#backButton img
 {
    margin-bottom: 4px;
    height: 23px;
}
.pf-setup-progress-container {
    width: 100%;
    /* max-width: 700px; */
    max-width: 637px;
    margin: 18px auto;
}

.pf-setup-progress-steps {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 8px;
    align-items: center;
}

.pf-setup-step {
    flex: 1;
    height: 6px;
    background-color: #ccc;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pf-setup-step.active {
    background-color: #365830;
    height: 9px;
}

.pf-setup-progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pf-setup-progress-info .pf-setup-label {
    font-size: 18px;
    font-weight: normal;
    color: black;
}

.pf-setup-progress-info .pf-setup-count {
    font-size: 18px;
    color: #766B6B;
}

.btn-cont-profile-setup:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.selectable-area-box-v2 {
    background: #DFE2F0;
    border: none;
    border-radius: 4px;
    padding: 8px 25px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    opacity: 1;
    color: black;
}

.selectable-area-box-v2.area-box-disabled-state {
    opacity: 0.5;
    cursor: not-allowed;
}

.selectable-area-box-v2:hover {
    transform: translateY(-2px);
}

.selectable-area-box-v2.area-box-active-selected {
    background: #06155E;
    color: white;
    opacity: 1;
}

.selectable-area-box-v2 .area-icon-emoji-display {
    font-size: 24px;
    margin-right: 12px;
}

.areas-grid-container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
textarea#work_experience
{
    border-color: #06155E;
}
.form-checkbox-label{
    font-size: 16px;
    font-weight: normal;
}
    .upload-cv-hidden {
    display: none !important;
}
form#profile-setup-form .form-check-input[type=checkbox] {
    border: 1px solid !important;
}
form#profile-setup-form .form-check-input[type=checkbox] {
    accent-color: #06155E;
}
form#profile-setup-form .form-check-input[type=checkbox]:checked  {
    background-color: #06155E;
}
.small-text-field-profile
{
    font-style: italic;
    font-size: 14px;
    margin-top: -20px;
}
.selection-instructions-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
}

.user-feedback-alert-msg {
    margin-top: 20px;
}
.english-level-slider-container {
    position: relative;
    padding: 10px 0;
    margin: 0 auto;
}
.english-level-track {
    position: absolute;
    top: 20%;
    left: calc(10px + 10px);
    right: 40px;
    height: 4px;
    background: #DFE2F0;
    border-radius: 2px;
    transform: translateY(-50%);
    z-index: 1;
}
.english-level-track::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #06155E;
    border-radius: 2px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: var(--track-progress, 0%);
}
.english-level-flag {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 3px solid #06155E;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    box-shadow: 0 4px 12px rgba(0,123,255,0.3);
    overflow: hidden;
}
.flag-image {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}
.english-level-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    /* padding: 0 10px; */
}
.english-level-option {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.english-level-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.english-level-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.english-level-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 3px solid #DFE2F0;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.english-level-text {
    font-size: 16px;
    color: black;
    margin-top: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.english-level-input:checked + .english-level-label .english-level-dot {
    background: #06155E;
    border-color: #06155E;
    transform: scale(1.3);
}
.english-level-input:checked ~ .english-level-label .english-level-dot {
    background: #06155E;
    border-color: #06155E;
}
.english-level-input:checked + .english-level-label .english-level-text {
    color: #06155E;
    font-weight: 600;
}
.english-level-label:hover .english-level-dot {
    border-color: #06155E;
    transform: scale(1.1);
}
.english-level-label:hover .english-level-text {
    color: #06155E;
}
@media (max-width: 576px) {

    .english-level-track {
        top: 18%;
    }
    
    .english-level-flag {
        width: 35px;
        height: 35px;
    }
    
    .flag-image {
        width: 30px;
        height: 30px;
    }
    
    .english-level-dot {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }
    
    .english-level-text {
        font-size: 14px;
        margin-top: 20px;
    }
}
.gender-selection{
    display: flex;
    gap: 1rem;
}
.residence-municipality-selection, .nationality-selection, .work_permit-selection, .education-level-selection, .currently_working-selection, .immediate_availability-selection {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.english_level_slider_small{
    font-size: 16px;
    color: #0D0D0D !important;
}
div#work_permit_section hr {
    background-color: black !important;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.pf-setup-field-option {
    flex: 1;
    cursor: pointer;
    margin: 0;
}
.pf-setup-field-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0px;
    border-radius: 4px;
    background-color: #DFE2F0;
    transition: all 0.3s ease;
    justify-content: center;
}
.pf-setup-field-card-i {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 15px;
    border-radius: 4px;
    background-color: #DFE2F0;
    transition: all 0.3s ease;
    justify-content: flex-start;
}
.pf-setup-field-card-ii {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 85px;
    border-radius: 4px;
    background-color: #DFE2F0;
    transition: all 0.3s ease;
    justify-content: flex-start;
}
.gender-card:hover, .pf-setup-field-card:hover, .pf-setup-field-card-i:hover, .pf-setup-field-card-ii:hover {
    transform: translateY(-2px);
      background-color: #06155E;
    border-color: #06155E;
    color: white;
}
.pf-setup-field-option input[type="radio"]:checked + .pf-setup-field-card, .pf-setup-field-option input[type="radio"]:checked + .pf-setup-field-card-i, .pf-setup-field-option input[type="radio"]:checked + .pf-setup-field-card-ii {
       background-color: #06155E;
    border-color: #06155E;
    color: white;
}

.pf-setup-field-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.pf-setup-field-label {
    font-size: 18px;
}
.pf-setup-field-main-label {
    font-size: 20px;
}
.phone-profile-setup-ll {
    border-bottom: 1px solid #365830;
    padding: 0px;
}
.btn-cont-profile-setup {
    color: white;
    background-color: #006341;
    padding: 7px 25px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    min-width: 290px;
}
button.msf-back-btn {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #636363;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .gender-selection {
        flex-direction: row;
    }
}

         .birthdate-picker-wrapper {
                background: white;
                border-radius: 8px;
                padding: 20px;
                max-width: 600px;
            }

            .birthdate-header-section {
                display: flex;
                align-items: center;
                gap: 12px;
                font-size: 20px;
                font-weight: 400;
            }

            .birthdate-calendar-icon {
                width: 40px;
                height: 40px;
                background: #8B4C4C;
                border-radius: 4px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
                font-size: 18px;
            }

            .birthdate-columns-wrapper {
                display: flex;
                gap: 35px;
                justify-content: center;
                position: relative;
            }

            .birthdate-single-column {
                flex: 1;
                max-width: 180px;
                position: relative;
            }

            .birthdate-scroll-area {
                /* height: 240px; */
                height: 160px;
                overflow-y: auto;
                border-radius: 8px;
                position: relative;
                scroll-behavior: smooth;
                -webkit-overflow-scrolling: touch;
                /* padding: 92px 0; */
                padding: 60px 0;
            }

            .birthdate-scroll-area::-webkit-scrollbar {
                width: 0px;
                background: transparent;
            }

            .birthdate-option-item {
                padding: 16px;
                text-align: center;
                font-size: 16px;
                cursor: pointer;
                transition: all 0.3s ease;
                color: #999;
                user-select: none;
                padding: 5px;
            }

            .birthdate-option-item.birthdate-selected {
                background: #06155E;
                color: white;
                font-weight: 500;
                font-size: 16px;
                border-radius: 4px;
                margin: 0 8px;
                transform: scale(1.05);
                padding: 5px;
            }

            .birthdate-option-item:hover:not(.birthdate-selected) {
                color: #333;
                background: #f5f5f5;
                border-radius: 8px;
                margin: 0 8px;
            }

            .birthdate-selection-overlay {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                /* height: 56px; */
                height: 36px;
                transform: translateY(-50%);
                pointer-events: none;
                /* border-top: 1px solid #e0e0e0;
                border-bottom: 1px solid #e0e0e0; */
                z-index: 1;
            }

            .birthdate-hidden-field {
                display: none;
            }

            .birthdate-error-msg {
                color: #dc3545;
                font-size: 14px;
                margin-top: 10px;
                display: none;
            }

            .birthdate-fade-top,
            .birthdate-fade-bottom {
                position: absolute;
                left: 0;
                right: 0;
                /* height: 60px; */
                height: 40px;
                pointer-events: none;
                z-index: 2;
            }

            .birthdate-fade-top {
                top: 0;
                background: linear-gradient(to bottom, white, transparent);
            }

            .birthdate-fade-bottom {
                bottom: 0;
                background: linear-gradient(to top, white, transparent);
            }



.new-registration-form-login input, .new-registration-form-login select, .new-registration-form-login select option, form#profile-setup-form input {
    border-radius: 0px;
    border-color: #000000;
    border-top: none;
    border-right: none;
    border-left: none;
}
input#phone-profile-setup {
    border-bottom: none;
}
.phone-profile-setup-ll .iti--separate-dial-code .iti__selected-flag {
    background-color: white;
    border: 1px solid #766B6B;
    height: auto;
    margin-top: 5px;
}
.new-registration-form-login .form-control:focus, form#profile-setup-form input:focus {
    border-color: black;
    box-shadow: none;
}
.new-registration-form-login input::placeholder, form#profile-setup-form input::placeholder {
  color: black;
}
.btn-cont-login:hover, .btn-cont-login:active {
    color: white;
    background-color: #006341;
    padding: 7px 25px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    min-width: 290px;
}
.btn-cont-login {
    color: white;
    background-color: #006341;
    padding: 7px 25px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    min-width: 290px;
}
.login-google-a {
    font-size: 18px;
    color: black;
    text-decoration: none;
}
.form-link-login a {
    color: #06155E;
    font-weight: 500;
}
.new-login-form-row{
    height: 100vh;
}
.container-login-bottom.py-3 {
    border-top: 1px solid #DFE2F0;
}
p.not-pass-login {
    font-size: 16px;
    font-style: italic;
    margin-top: 6px;
    margin-bottom: auto;
    color: #454545;
}
button#toggle-password-login, button#toggle-password-repeat-login {
    border-left: none;
    background-color: white;
    color: black;
    border-color: black;
    border-right: none;
    border-top: none;
}
button#toggle-password-login:hover, button#toggle-password-repeat-login:hover {
    color: black;
}

.f-text {
    font-size: 18px;
}
.home-main-hhh{
    font-size: 25px;
    margin-bottom: 0px;
}
.mobile-footer-st {
    display: none;
}
.footer-main-h {
    min-height: 356px; 
}
.home-social-icon img {
    /* width: 29px;
    height: 29px; */
    border-radius: 5px;
}
.home-social-icon {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}
.home-social-icon:hover {
    transform: scale(1.1);
}
.h-social-icon{
    margin-right: 4px;
    margin-left: 4px;
}
.h-social-icon-i{
    margin-right: 4px;
}
.clock-icon
{
    color: #006341;
    font-size: 18px;
    margin-right: 10px;
}
.modal-open{
    padding-right: 0px !important;
}
.back-arrow-icon-sjv {
    font-size: 16px;
    color: #363434;
}
.back-arrow-icon-sjv:hover {
    color: #363434;
}
.back-arrow-icon-sjv img
{
    width: 16px;
}
.job-header-show img
 {
    height: 55px;
    padding: inherit;
}
h2.job-title-show
 {
    font-size: 22px;
    color: #363434;
}
h3.job-business-name-show
 {
    color: #264FB8;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
}
p.job-description-show
 {
    font-size: 16px;
    color: #363434;
    line-height: 1.5;
    text-align: justify;
}
span.hours-job-show
 {
    font-size: 16px;
}
.jc-amount-show .fa-regular {
    padding: 1px 4px;
    border: 2px solid;
    border-radius: 15px;
    margin-right: 10px;
        color: #006341;
}
button.apply-link-show {
    font-size: 20px;
    color: white;
    background-color: #006341;
    border-radius: 5px;
    padding: 11px 10px;
    transition: transform 0.3s ease;
    border: none;
    line-height: 25px;
    width: 160px;
}
button.apply-link-show:hover{
    transform: scale(0.95);
    /* border-radius: 5px;
    padding: 11px 10px;
    border: none;
    line-height: 25px; */
}
/* .job-save-icon-show img, .job-share-icon-show img, .job-unsave-icon-show img
 {
    width: 45px;
    transition: transform 0.3s ease;
} */
.job-save-icon-show, .job-share-icon-show, .job-unsave-icon-show {
    border: none;
    padding: 0px;
    background-color: transparent;
    font-size: 11px;
    text-decoration: none;
    color: #363434;
    transition: transform 0.3s ease;
}
.job-save-icon-show img, .job-share-icon-show img, .job-unsave-icon-show img {
    height: 28px;
    margin: auto;
    margin-bottom: 4px;
}
.job-save-icon-show:hover, .job-share-icon-show:hover, .job-unsave-icon-show:hover
 {
    transform: scale(0.95);
}
.main-job-save-icon-show img, .main-job-copy-link-icon-show img, .main-job-share-icon-show img, .main-job-unsave-icon-show img
{
    height: 28px;
    margin: auto;
    margin-bottom: 4px;
}
.main-job-save-icon-show, .main-job-copy-link-icon-show, .main-job-share-icon-show, .main-job-unsave-icon-show
{
    border: none;
    padding: 0px;
    background-color: transparent;
}
.sjp-carou-heading{
    font-size: 22px;
    color: #363434;
}
.main-job-save-icon-show, .main-job-share-icon-show, .main-job-copy-link-icon-show, .main-job-unsave-icon-show
 {
    font-size: 11px;
    text-decoration: none;
    color: #363434;
    transition: transform 0.3s ease;
}
.main-job-save-icon-show:hover, .main-job-share-icon-show:hover, .main-job-copy-link-icon-show:hover, .main-job-unsave-icon-show:hover{
    transform: scale(0.95);
        color: #363434;
}
.job-header-show
 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-job-show-share img
 {
    width: 35px;
    margin: auto;
    margin-bottom: 5px;
}
.main-job-show-share {
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #3F3E3E;
    margin-bottom: 5px;
}
.sjs-share-icons{
    grid-template-columns: repeat(3, 1fr);
}
/* .sj-modal-close {
    position: absolute;
    right: 5px;
    top: 2px;
} */
.sjs-show
 {
    max-width: 412px;
    margin-right: auto;
    margin-left: auto;
}
#shareFavouriteButtonModal .modal-header, #shareButtonModal .modal-header, #shareButtonModalTop .modal-header, #shareButtonSearchModal .modal-header {
    border: none;
}
.sjs-show-nav-logo
 {
    width: 158px;
}
.will-icons {
    margin-right: 10px;
}

.job-showswiper-button-next, .job-showswiper-button-prev{
    top: 53%;
    width: 44px !important;
    height: 44px !important;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    background-color: #B3B3B3 !important;
    border-radius: 50%;
    z-index: 1 !important;
    color: white !important;
}
.job-showswiper-button-next:after, .job-showswiper-button-prev:after{
    font-size: 30px !important;
}
.job-title-modal-show{
    font-size: 18px;
    color: #363434;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.business-name-modal-show{
    font-size: 14px;
    color: #264FB8;
    font-style: italic;
    font-weight: normal;
    
}
.sjs-job-logo{
    height: 55px;
    padding: inherit;
}
.sjs-jobs
 {
    border: 1px solid #BABABA;
    border-radius: 10px;
}
.sjs-jobs .col-9
 {
    border-left: 1px solid #BABABA;
}
.sjs-jobs
 {
    grid-template-columns: repeat(2, 1fr);
}
#loginRegisterModal button.close, #loginRegisterSaveJobModal button.close, .modal-header .close {
    position: absolute;
    top: 0;
    right: 5px;
    /* padding: 0px; */
    z-index: 1;
    /* background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 700; */
}
#loginRegisterModal .modal-body, #loginRegisterSaveJobModal .modal-body{
        margin-top: 14px;
}
#loginRegisterModal h4, #loginRegisterSaveJobModal h4 {
    font-size: 18px;
    color: #3F3E3E;
}
#loginRegisterModal .modal-header, #loginRegisterSaveJobModal .modal-header {
    border-bottom: none;
    display: block;
    text-align: end;
}
#loginRegisterModal .jv-modal-p-i, #loginRegisterModal .jv-modal-p-iii, #loginRegisterSaveJobModal .jv-modal-p-i, #loginRegisterSaveJobModal .jv-modal-p-iii{
    font-size: 16px;
    color: #3F3E3E;
}
#loginRegisterModal .jv-modal-p-i, #loginRegisterSaveJobModal .jv-modal-p-i{
    margin-bottom: -5px;
}
#loginRegisterModal .jv-modal-p-i a, #loginRegisterModal .jv-modal-p-iii a, #loginRegisterSaveJobModal .jv-modal-p-i a, #loginRegisterSaveJobModal .jv-modal-p-iii a
 {
    color: #0053A6;
}
#loginRegisterModal .jv-modal-p-ii, #loginRegisterSaveJobModal .jv-modal-p-ii
 {
    font-style: italic;
    font-size: 12px;
}
.jv-modal-p-iv
 {
    color: #3F3E3E;
    font-style: italic;
    font-size: 12px;
}

.sticky-tabs {
    position: static;
}
.sticky-tabs.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 9px 0px;
    z-index: 1031;
    border-bottom: 1px solid #ddd;
}
.sticky-tabs-placeholder {
    height: 80px; 
    display: none;
}
.custom-toast-show {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    color: #000;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 9999;
    min-width: 300px;
    width: 300px;
    border-left: 6px solid #006341; /* Green vertical bar */
}

.custom-toast-show .toast-check {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.custom-toast-show .toast-message {
    flex-grow: 1;
    font-size: 17px;
}
    .job-box .salary-amount-job-st {
        font-weight: 600;
    }
.custom-toast-show .toast-close {
    background: transparent;
    border: none;
    font-size: 22px;
    color: #000;
    cursor: pointer;
    font-weight: bold
}
.custom-toast.animate {
    animation: slideUp 0.4s ease-out, fadeOut 0.4s ease-in 2.6s forwards;
}

@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeOut {
    to { opacity: 0; transform: translateY(20px); }
}




.ui-autocomplete {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Autocomplete dropdown */
.ui-autocomplete {
    max-height: 230px;
    border: 1px solid #dddddd !important;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    font-size: 16px !important;
    color: black !important;
    font-family: 'Montserrat' !important;
    border-radius: 10px;
    padding: 0px !important;
        z-index: 99;
}

.ui-autocomplete .ui-menu-item-wrapper:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 18px;
    background-image: url(/frontend/images/dark-green-search-icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;

}   

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding: 10px 20px !important;
    cursor: pointer;
    margin: 0; 
    transition: background-color 0.2s ease;
    border: none !important; 
    color: black !important;   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;      
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
    background-color: #f1f3f4 !important; 
    /* padding: 10px 20px !important; */
    cursor: pointer;
    /* margin: 0;  */
    transition: background-color 0.2s ease;
    border: none !important;
    color: black !important;
}

.ui-autocomplete .ui-menu-item .ui-state-active{
  background-color: #f1f3f4 !important; 
  color: black !important;
}


    .price-ppp {
      font-size: 25px;
      color: #000;
    }
    .price-ppp small {
      font-size: 18px;
      color: #000;
    }
    .feature-icon-ppp {
      height: 26px;
    }
    .feature-text-ppp {
        margin-left: 15px;
    }
    .feature-ppp {
      display: flex;
      align-items: flex-start;
    }
    .feature-text-ppp h6 {
      font-size: 18px;
      margin-bottom: 3px;
      font-weight: 500;
      color: #000;
    }
    .feature-text-ppp p {
      font-size: 16px;
      color: #211717;
    }



#job-sort-options .sort-option:hover {
    cursor: pointer;
}
.hh-b2b-store-icon {
    /* height: 50px; */
    transition: transform 0.3s ease;
}
.hh-b2b-store-icon:hover
{
    transform: scale(0.95);
}
.apply-clickable {
    cursor: pointer;
}

.vacancy-fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: vacancyFadeIn 0.5s ease forwards;
}

@keyframes vacancyFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.sort-option.disabled {
    pointer-events: none;
    color: #999;
    opacity: 0.5;
}



.four-of-four {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px;
}
.cer-color{
    color: #e74c3c !important;
}
.pr-color{
    color: yellow !important;
}
.four-of-four .error-code {
    font-size: 2em;
    font-weight: 500;
    color: #e74c3c;
}
.four-of-four .error-message {
    margin: 20px 0;
    font-size: 1em;
}
.four-of-four a.back-link {
    color: #006341;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #006341;
    outline: 0;
    box-shadow: 0 0 0 .25rem #19875430;
}
.no-chats-message{
    width: 65%;
}
.tab-sect-title{
    font-size: 18px;
}
.sidenav-main {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #E6E6E6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding: inherit;
  }
  
  .sidenav-main a.links-styl {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 30px;
    color: #000000;
    display: block;
    transition: 0.3s;
  }

  .sidenav-main a:hover {
    color: #f1f1f1;
  }
  
  .sidenav-main .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 99;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav-mian {padding-top: 15px;}
    .sidenav-mina a {font-size: 18px;}
  }




/* .footer-logo {
    width: 230px;
} */
.mt-one-sec {
    margin-top: 7rem;
}
div#freeTrialModal .alert.alert-danger {
    padding: 10px;
    font-size: 14px;
}
#chatApp .received .message-mark-as-read {
    display: none;
}
form#custom-form-styling input[type="text"], form#custom-form-styling textarea[type="textarea"], form#custom-form-styling input[type="file"], form#custom-form-styling input[type="tel"], form#custom-form-styling select, form#custom-form-styling input[type="email"], form#custom-form-styling input[type="number"] {
    border-radius: inherit;
}
.pl-h1 {
    font-weight: 600;
}
.uj-jd-the-count-div-250, .sj-jd-the-counter-250, .bps-bd-the-counter-250, .bpu-bd-the-counter-250, .jsps-we-the-counter-250, .jspu-we-the-counter-250, .uj-jt-the-count-div-25, .uj-bn-the-count-div-25, .sj-bn-the-counter-25, .sj-jt-the-counter-25, .bps-bng-the-counter-25, .bps-bn-the-counter-25, .bpu-bng-the-counter-25, .bpu-bn-the-counter-25    {
    font-size: small;
}
.uj-jd-the-counter-250 textarea, .sj-jd-the-counter-250 textarea, .bps-bd-the-counter-250 textarea, .bpu-bd-the-counter-250 textarea, .jsps-we-the-counter-250 textarea, .jspu-we-the-counter-250 textarea{
    height: 85px;
}
.iframe-payment-st {
    margin-top: -20px;
}
.pricing-tabs {
    margin-bottom: 20px;
}
.tab-btn.active {
    color: black;
    font-weight: bold;
    border-bottom: 3px solid #006847;
}
.pricing-tabs .an-badge {
    font-size: 12px;
    padding: 4px;
    border-radius: 5px;
}
.badge-stl {
    margin-top: -20px;
    font-size: 16px;
    border-radius: 8px;
    width: auto !important;
    max-width: fit-content;
    z-index: 99999;
    text-align: start;
    background-color: #006847;
    color: white;
    font-weight: 500;
    border: 1px solid #006847;
}
.tab-btn {
    border: none;
    background: none;
    font-weight: medium;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
    width: 50%;
}
.pricing-card {
    background-color: #F2F7F5;
    padding: 20px;
    border: 3px solid #F2F7F5;
}
.pricing-title {
    font-size: 30px;
    font-weight: bold;
}
.pricing-price {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pricing-price span.p-1st, .pricing-price span.p-3rd {
    font-size: 21px;
    font-weight: 500;
}
.pricing-card-header .small-txt {
    font-size: 14px;
}
ul.annul-list {
    height: 220px;
}
.pricing-card:hover, .pricing-card.active {
    border: 3px solid #006341;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
ul.annul-list {
    height: 220px;
}
ul.monthly-list {
    height: 245px;
}
button.btn.btn-sol {
    color: black;
    background-color: #FFF659;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: none;
    font-weight: normal;
}
.picons-img {
    grid-template-columns: repeat(6, 1fr);
}
.picons-img .picons-logo {
    width: 33%;
}
.picons-img h4 {
    font-size: 18px;
}
.picons-logo {
    padding: 30px 0;
}
.picons-img .col {
    padding: initial;
}


.selected-plan-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 0px 20px;
    background-color: #F2F7F5;
}
.selected-plan-info .plan-input-field {
    margin: 0px !important;
    border: 0px !important;
    outline: none !important;
    background: transparent !important;
    font-size: 16px;
    font-weight: bold;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-text-fill-color: #000 !important;
    pointer-events: none !important;
    width: 40%;
}
.selected-plan-info label {
    margin-bottom: 0px;
}
.selected-plan-info a.change-plan-btn {
    color: #006341;
    font-size: 14px;
    transform: translate(0, -50%);
    text-decoration: underline;
}
.new-registration-form {
    padding: 20px 40px;
    background-color: #F2F7F5;
    margin-top: 3px;
}



.head-en-img p, .head-p-img p {
    font-size: 18px;
}
.head-en-img img, .head-p-img img {
    width: 25px;
    margin-bottom: 3px;
}
.sp-nav-logo{
    width: 150px;
}
.n-login-form {
    padding: 35px 40px;
    background-color: #F2F7F5;
}
.n-login-form .service-subheading {
    font-size: 18px;
}
.n-log-form {
    margin-top: 10px;
}
.new-registration-form-st input, .new-registration-form-st select, .new-registration-form-st select option {
    border-radius: 0px;
    border-color: #006341;
}
.new-registration-form-st label, .n-login-form label {
    color: black;
    font-weight: 500;
    padding-bottom: 2px;
    margin-bottom: auto;
}
.new-registration-form-st span.required-red {
    color: red;
    padding-left: 5px;
}
.btn-cont {
    color: white;
    background-color: #006341;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: none;
    font-weight: 500;
}
.btn-cont:hover, .btn-cont:active {
    color: white !important;
    background-color: #006341 !important;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: none;
    font-weight: 500;
}
.shrink-fun-btn {
    transition: transform 0.5s;
}
.shrink-fun-btn:hover, .shrink-fun-btn:active, .shrink-fun-btn:focus {
    transition: transform 0.5s;
    transform: scale(0.95);
}
.toggle-password, .toggle-password:hover {
    transition: none;
    border-radius: 0px;
    box-shadow: none !important;
}
p.not-pass {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: auto;
}
button#toggle-password, button#toggle-password-repeat {
    border-left: none;
    background-color: white;
    color: black;
    border-color: #006341;
    padding: revert;
}
button#toggle-password:hover, button#toggle-password-repeat:hover {
    color: black;
}
input#password, input#cpassword {
    border-right: none;
}


div#closeAccountModal .modal-body, div#reasonModal .modal-body, div#successModal .modal-body, div#freeTrialModal .modal-body, div#successMessageFreeTrialModal .modal-body   {
    padding: 20px 30px;
}
div#closeAccountModal .modal-header .close, div#reasonModal .modal-header .close, div#successModal .modal-header .close, div#freeTrialModal .modal-header .close, div#successMessageFreeTrialModal .modal-header .close{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #FF0000;
    border-radius: 50%;
    padding: 2px !important;
    opacity: inherit;
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
div#closeAccountModal .modal-header .close span, div#reasonModal .modal-header .close span, div#successModal .modal-header .close span, div#freeTrialModal .modal-header .close span, div#successMessageFreeTrialModal .modal-header .close span{
    padding: 5px;
}
div#freeTrialModal button.btn-close {
    padding: 0.9rem 0.9rem;
}

.p-14 {
    font-size: 14px;
}
.c-acc-st{
    font-size: 16px;
    color: #7A7979;
    cursor: pointer;
}
.c-acc-st:hover{
    color: black;
}

h5#closeAccountModalLabel {
    font-size: 18px;
    margin-bottom: 5px;
}
p.modal-p-st {
    font-size: 16px;
    color: #696565;
    margin-bottom: 5px;
    text-align: justify;
}
p.modal-p-title {
    font-size: 16px;
    color: black;
    margin-bottom: 5px;
    font-weight: 500;
}
.form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: inherit !important;
    appearance: auto !important;
}
form#step1Form label.form-check-label{
    color: black;
    font-weight: normal !important;
}
button#continueToStep2, .reasonForm-footer .btn-mmca {
    background-color: #006341;
    border-color: #006341;
}
.modal-p-stb{
    font-size: 16px;
    margin-bottom: 5px;
}
.step1Form-footer .pagination-indicator, .reasonForm-footer .pagination-indicator {
    font-size: 12px;
}

.table.table-email tr td {
    padding: 1.25rem 0.625rem;
    white-space: nowrap;
    vertical-align: middle;
}
.table.table-email tr td .text-default {
    width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#ctrlMyTab .badge-primary {
    background-color: red;
    /* border-radius: 50%;
    font-weight: 600;
    padding: 5px; */
}
#chatApp .badge-secondary {
    background-color: #006341;
    /* border-radius: 50px;
    font-weight: 600;
    padding: 5px; */
}
.navbar-nav.noti-mes-btn i.fa-solid {
    font-size: 24px;
    color: black;
}
.alert.alert-danger ul li {
    font-size: 12px;
}
.alert.alert-danger{
    padding: 10px;
}
span.invalid-feedback {
    font-size: 12px;
}
.alert.alert-danger {
    padding: 10px;
}
.alert.alert-danger ul {
    margin-bottom: 0px;
}
.text-blue {
    color: blue; /* Color for read messages */
}
.text-gray {
    color: gray; /* Color for unread messages */
}
.noti-mes-btn a.nav-link {
    position: relative;
    border: none;
    margin: 0px 10px;
    margin-top: 5px;
}
.noti-mes-btn a.nav-link {
    position: relative;
    border: none;
    margin: 0px 10px;
    margin-top: 5px;
}
.navbar-nav.noti-mes-btn i.fa-solid:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.navbar-nav.noti-mes-btn span.badge {
    position: absolute;
    top: 0px;
    right: -8px;
    background-color: #006341;
    min-width: 18px;
    min-height: 18px;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 5px;
}
.email-header .text-default:hover, .email-header span.subject:hover {
    color: #006341;
    transition: color 0.3s ease;
}
.card-header .delete .fa-trash {
    color: red;
}
.card-header .delete .fa-trash:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.email-header .text-default {
    color: #000;
    width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.email-header .badge {
    margin-right: 0.625rem;
    text-transform: uppercase;
}
.email-header h4.sender-name, .email-header .subject, .email-header .date{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
} 



#chatApp .candidate-list .candidate-item .info {
    flex: 1;
}
.table.table-email tr.unread td {
    background-color: transparent;
}
.table.table-email tr td .badge {
    margin-right: 0.625rem;
    text-transform: uppercase;
}

.email-details, .table.table-email{
    color: black;
}
.email-details-header {
    border-bottom: 1px solid #e5e9f2;
    padding: 1rem;
}
.email-details-content {
    padding: 10px 0px 0px 0px;
}
.email-details-content-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.email-details img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: #f5f6fa; */
    margin-right: 8px;
}
.email-header .read-email {
    display: none;
}
.card-header.unread-email {
    background: #f5f6fa;
}
.card-header.read-email {
    background-color: white;
}

.sidebar-header h4{
    font-size: 22px;
}
#chatApp .closed-default-msg {
    padding: 20px;
    font-size: 14px;
    text-align: center;
}
#chatApp div#accept-request-button button#closed-request {
    padding: 5px 10px;
    font-size: 14px;
    background-color: red;
    margin-right: 5px;
    color: white;
}
#chatApp div#accept-request-button button#accept-request {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #006341;
    color: white;
    margin-left: 5px;
}
.candidate-item.active {
    background-color: #EBF4F9;
}
.user-status.online { color: green; }
.user-status.offline { color: gray; }
.unread-counter { color: red; font-weight: bold; }

  #chatApp * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  #chatApp {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 100vh; */
  }
  #chatApp .job-seeker-default-msg {
    padding: 20px;
    font-size: 14px;
    }
    #chatApp div#accept-request-button {
        padding: 20px;
        font-size: 14px;
        background-color: #f5f5f5;
    }
  
  #chatApp .candidates-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  
  #chatApp .candidate-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #FF6C6C;
  }
  
  #chatApp .main-content {
    display: flex;
    flex-grow: 1;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  
  #chatApp .sidebar {
    width: 20%;
    padding: 10px 0px;
    border-right: 1px solid #ddd;
  }
  #chatApp .sidebar h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #chatApp .candidate-list .candidate-item {
    display: flex;
    align-items: center;
    padding: 10px;
    /* border-bottom: 1px solid #ddd; */
    cursor: pointer;
  }
  #chatApp .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #FF6C6C;
    background-color: #D9D9D9;
    object-fit: contain;
  }
  #chatApp .candidate-list .candidate-item .info .badge {
    margin: inherit;
    padding: 0.35em 0.65em;
    }
  #chatApp .info h4 {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
  }
  
  #chatApp .info p {
    font-size: 14px;
    color: #000;
  }
  div#telphone-field-js .iti--allow-dropdown, #bpu-telphone-field-js .iti--allow-dropdown, #bps-telphone-field-js .iti--allow-dropdown, #one-m-r-telphone-field-js .iti--allow-dropdown{
    width: 100%;
  }
  #chatApp .chat-window {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    width: 80%;
  }
  .no-chats-message {
    width: 80%;
    }
  
  #chatApp .chat-header {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
  }
  
  #chatApp .chat-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    border: 2px solid #FF6C6C;
  }
  
  #chatApp .chat-info h4 {
    font-size: 18px;
    font-weight: 600;
  }
  
  #chatApp .chat-info p {
    font-size: 14px;
    color: #666;
  }
  
  #chatApp .call-icon {
    margin-left: auto;
    font-size: 20px;
  }
  
  #chatApp .chat-messages {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  
  #chatApp .day-divider {
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
    color: #666;
  }
  
  #chatApp .day-divider span {
    background-color: #e0e0e0;
    padding: 5px 10px;
    border-radius: 10px;
  }
  
  #chatApp .message {
    max-width: 60%;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
  }
  
  #chatApp .message p {
    margin: 0;
  }
  
  #chatApp .received {
    background-color: #e0e0e0;
    align-self: flex-start;
  }
  
  #chatApp .sent {
    background-color: #AAD5A2;
    align-self: flex-end;
  }
  
  #chatApp .time {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
  }
  
  #chatApp .tick {
    font-size: 12px;
    color: #4caf50;
    margin-left: 5px;
  }
  
  #chatApp .message-input {
    display: flex;
    padding: 20px;
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
  }
  .sidebar-header {
    border-bottom: 1px solid #ddd;
    }
  
  #chatApp .message-input input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    /* background-color: #D9D9D9; */
    outline: none;
  }
  
  #chatApp .send-button {
    width: 40px;
    height: 40px;
    background-color: #006341;
    border: none;
    border-radius: 50%;
    color: white;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
  }
  

  #chatApp .chat-messages, #chatApp .sidebar .candidate-list {
    min-height: 350px;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* width */
#chatApp .chat-messages::-webkit-scrollbar, #chatApp .sidebar .candidate-list::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  #chatApp .chat-messages::-webkit-scrollbar-track, #chatApp .sidebar .candidate-list::-webkit-scrollbar-track  {
    box-shadow: inset 0 0 5px rgb(139, 138, 138); 
    border-radius: 10px;
  }
   
  /* Handle */
  #chatApp .chat-messages::-webkit-scrollbar-thumb, #chatApp .sidebar .candidate-list::-webkit-scrollbar-thumb {
    background: #006341; 
    border-radius: 10px;
  }
  a.btn-connector {
    font-size: 20px;
    font-weight: 500;
}
#swal2-title {
    font-size: 26px;
}
.swal2-icon-show{
    display: none !important;
}
.swal2-container {
    background-color: rgba(0, 0, 0, 0.884); /* Modify the RGBA values to your desired color */
}
.swal2-confirm {
    font-family: 'Montserrat', sans-serif;
    background-color: #006341 !important;
    border: none !important;
    color: white;
    border-radius: 5px;
    padding: 10px 24px;
}
.header-main-style {
    position: fixed;
    background-color: white;
    z-index: 999;
}
.header-main-style{
    border-bottom: solid #BDBDBD 1px;
}

.application-buttons-box{
    margin-right: -110px;
    margin-left: 15px;
}

.service-border-line1 {
    margin-top: 80px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.dashboard-container-styling {
    margin-top: 60px !important;
}
.right-navbar li:nth-child(1) a {
    color: #006341 !important;
}
.right-navbar li a:hover, .right-navbar li.nav-item.active a {
    font-weight: 600 !important;
    width: 300px;
}
.custom-alert {
    position: absolute;
    top: 85px;
    z-index: 9999;
    width: fit-content;;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.job-box .withdraw-link {
    font-size: 14px;
    color: red;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid red;
    transition: color 0.3s ease, border-color 0.3s ease;
    padding: 0px;
    width: max-content;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: normal;
}
.custom-alert i, .custom-alert svg {
    margin-right: 10px; /* Add some spacing between icon and text */
    font-size: 1.5em;
}
.custom-alert .close {
    position: absolute;
    top: 5px;
}
div#success-alert svg {
    color: #006341;
}
img.main-logo, img.main-logo-default {
    height: 75px;
    margin: 0px 0px 15px 0px;
}
.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
}
button.load-more-btn {
    font-weight: 600;
    background-color: transparent;
    border: none;
    font-size: 19px;
    text-decoration: underline;
    color: #006341;
}
.accordion-button .icon {
    font-size: 40px;
    margin-left: 20px; 
    padding-bottom: 5px;
}
a.accordion-button.collapsed {
    font-weight: normal;
    font-size: 24px;
}
a.accordion-button {
    font-weight: bold;
    font-size: 28px;
}
.app-dt-styling {
    font-size: 13px;
    font-weight: 600;
    color: #006341;
}
.accordion-button:hover {
    text-decoration: none;
}
div#accordion .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: inherit;
}
div#accordion .card{
    border: none;
}
form .form-control{
    color: #000;
}
/* form#custom-form-styling input[type=text], form#custom-form-styling input[type=textarea], form#custom-form-styling input[type=file], form#custom-form-styling select, form#custom-form-styling select option {
    border-radius: 0px;
    border-color: #006341;
} */
div#accordion .card-body li strong, .card-body li::marker {
    font-weight: 500;
    font-size: 20px;
}
div#accordion .card-body li ul li, .card-body li ul li::marker {
    font-size: 20px;
}
div#accordion .card-body ol .heading-li{
    margin-bottom: 10px;
}
div#accordion .card-body ol .heading-li ul {
    padding-top: 10px;
}

img.ayuda-img-styling {
    width: -webkit-fill-available;
    box-shadow: 5px 5px 5px 0 #7570709e;
}
.filter-container {
    display: flex;
    align-items: center;
}
.filter-icon {
    margin-right: 5px;
}
span.filter-icon img.filter-icon-img {
    width: 25px;
}
.delete-link, .delete-link:hover{
    color: #D93F21;
}
.filter-text {
    margin-right: 5px;
    font-weight: 600;
    color: #000;    
    font-size: 18px;
}
.filter-dropdown {
    font-size: 15px;
    padding: 5px;
    border: none;
    color: #006341;
    font-weight: bold;
    outline: none;
    appearance: none; 
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"%3E%3Cpath fill="%23004d33" d="M12 16.5l-8-8h16z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}
select#filter-select:focus > option:checked {
    background-color: #006341;
    color: white;
  }
select option:checked, select option:hover{
    background-color: #006341;
    color: white;;
}
.filter-dropdown:focus {
    border-color: #006341;
}
.filter-dropdown option:hover,  .filter-dropdown option:focus{
    background-color: #006341 !important;
    color: white;
}
.filter-dropdown option {
    color: #000; 
}
.ctrl-sidebar {
    background-color: #E6E6E6;
    padding: 30px;
}
.ctrl-sidebar img.business-logo {
    max-width: 150px;
    margin-bottom: 15px;
}
.profile-img-bg {
    width: 145px;
    height: 145px;
    background-color: #D9D9D9;
    border-radius: 100px;
    padding: 15px;
}
h4.heading-business {
    font-size: 25px;
}
ul#ctrlMyTab .nav-item a.nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    color: black;
    background-color: transparent;
    border: none;
}
ul#ctrlMyTab .nav-item a.nav-link:hover{
    text-decoration: underline;
    color: black !important;
}
ul#ctrlMyTab .nav-item a.nav-link.active{
    text-decoration: underline;
    color: black;
    font-weight: bold;
}
img.logout-icon {
    width: 15px;
    margin-right: 5px;
}
.ctrl-sidebar a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
}
.ctrl-sidebar a.active {
    font-weight: bold;
}
.ctrl-sidebar a:hover {
    text-decoration: underline;
}
.main-content {
    padding: 30px;
}
.btn-primary {
    background-color: #006341;
    border: none;
}
.btn-primary:hover {
    background-color: #00693e;
}
a#salir-tab{
    display: flex;
    align-items: center;
}
#home-page-owl-car-desk .job-card {
    cursor: pointer;
    background: white;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
    transition: background-color 0.5s ease, color 0.5s ease, transform 0.3s ease; 
}
/* #home-page-owl-car-desk .job-card:hover, #home-page-owl-car-desk .job-card.active {
    background-color: #006341; 
    color: white;
    border-color: #006341; 
} */
#home-page-owl-car-desk .job-card:hover, #home-page-owl-car-desk .job-card.active {
    border: 3px solid #006341;
    padding: 12px;
}
#home-page-owl-car-desk .job-card .job-cat-img {
    background-color: #ECECEC;
    margin-right: 15px;
    border-radius: 3px;
    padding: 7px;
}
#home-page-owl-car-desk .job-card img.icon {
    width: 30px;
    height: 30px;
}
#home-page-owl-car-desk .job-card .job-info {
    text-align: left;
}
#home-page-owl-car-desk .job-card h4 {
    font-size: 15px;
    margin: 0;
    color: inherit;
    font-weight: 500;
}
#home-page-owl-car-desk .job-card p {
    font-size: 12px;
    font-weight: 400;
    color: #3c3c3c; 
    margin-top: 5px;
    margin-bottom: auto;
}
/* #home-page-owl-car-desk .job-card:hover h4,
#home-page-owl-car-desk .job-card:hover p, #home-page-owl-car-desk .job-card.active p, #home-page-owl-car-desk .job-card.active h4 {
    color: white; 
} */
#home-page-owl-car-desk .owl-dots {
    text-align: center;
    margin-top: 15px; 
}
#home-page-owl-car-desk .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px 0px; 
}
#home-page-owl-car-desk .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc; 
    display: inline-block;
    transition: background 0.3s ease;
}
#home-page-owl-car-desk .owl-dots .owl-dot.active span, 
#home-page-owl-car-desk .owl-dots .owl-dot:hover span { 
    background: #006341 !important; 
}
#home-page-owl-car-desk .owl-dots .owl-dot.active span{
    width: 38px;
    background: #006341 !important;
}
.job-box {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.job-box:hover {
    transform: translateX(-5px);
    box-shadow: 5px 5px 5px 0 #006341;
}
.job-box .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-box .logo {
    height: 65px;
    padding: inherit;
}
.job-box .logo-default {
    height: 65px;
    padding: inherit;
}
.job-box-single .logo-default-single {
    height: 65px;
    padding: inherit;
}
  
  .job-box .hours {
    font-size: 16px;
    font-weight: 400;
  }
  
  /* Job title styling */
  .job-box .job-title {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 50px;
  }
  
  /* Company name styling */
  .job-box .business-name {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 8px;
  }
  
  /* Job description styling */
  .job-box .job-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: justify;
  }
  .job-box .job-description-home {
        min-height: 126px;
    }
    .job-box .job-description-both-role {
        min-height: 150px;
    }

  
  /* Salary section */
  .job-box .salary {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  
  .job-box .salary-icon {
    font-size: 20px;
    margin-right: 5px;
    color: #006341; /* Dark green color */
  }
  
  .job-box .salary-amount {
    font-size: 14px;
  }

  .salary.jc-amount {
    min-height: 42px;
}

.salary-show.jc-amount-show .salary-amount {
    font-size: 14px;
}

  .working-hours-job {
    height: 23px;
}
  
  /* Apply link styling */
  .job-box .apply-link {
    /* display: inline-block; */
    font-size: 16px;
    color: #006341;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #006341;
    transition: color 0.3s ease, border-color 0.3s ease;
    padding: 0px;
    width: max-content;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: normal;
  }
  
  .job-box .apply-link:hover {
    color: #008060;
    border-color: #008060; /* Lighter green on hover */
  }
  



.profile-right-menu ul.dropdown-menu.dropdown-menu-right {
    width: 210px;
    border-radius: 5px;
    padding: inherit;
    top: 52px;
}
.profile-right-menu ul.dropdown-menu.dropdown-menu-right li:first-child a {
    padding-top: 20px;
    padding-bottom: 5px;
}
.bg-candidate-job-title.text-white {
    background-color: #006341;
}
.profile-right-menu ul.dropdown-menu.dropdown-menu-right .dropdown-link-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.profile-right-menu ul .li-first span {
    font-weight: bold;
    color: black;
    font-weight: bold;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;

}
.profile-right-menu ul .li-first span:hover{
    text-decoration: underline;
}
.profile-right-menu .dropdown-menu > li a, .profile-right-menu ul.dropdown-menu.dropdown-menu-right .dropdown-link-item {
    color: #8a909d;
    font-size: 0.88rem;
    padding: 0.25rem 1.25rem;
    text-decoration: none;
}
.profile-right-menu .dropdown-menu > li a > i {
    margin-right: 0.625rem;
    font-size: 1rem;
}
.profile-right-menu ul li a span.nav-text{
    margin-right: auto;
}
.profile-right-menu .dropdown-menu li.dropdown-footer > a {
    padding: 0.94rem 1.25rem !important;
}
.profile-right-menu ul li.dropdown-footer {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #ffffff;
    border-top: 1px solid #e5e9f2;
    margin-top: 0.625rem;
}
.profile-right-menu ul.dropdown-menu.dropdown-menu-right li {
    margin: 0px !important;
}
.profile-right-menu ul.dropdown-menu.dropdown-menu-right .li-last .dropdown-link-item {
    padding-bottom: 20px;
    padding-top: 5px;
}
li.dropdown.user-menu:hover {
    background-color: #f3f2f1;
    color: #2d2d2d;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.profile-right-menu .dropdown-menu > li a:hover{
    color: #2d2d2d !important;
}
.user-menu button.dropdown-toggle.nav-link {
    color: black;
    display: flex;
    align-items: center;
}
.user-menu button.dropdown-toggle.nav-link .fa-user {
    font-size: 24px;
}
.profile-right-menu .dropdown-toggle > span{
    color: #31343d;
    text-overflow: ellipsis;
    max-width: 185px;
    overflow: hidden;
    padding: 0 0.6rem;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
  }
div#navbarText .left-navbar .nav-item.active:before {
    position: absolute;
    content: "";
    bottom: 4px;
    left: 9%;
    width: 80%;
    height: 1.5px;
    background: linear-gradient(to left, #ffffff, #006341, #ffffff);
}
div#navbarText ul .nav-item {
    position: relative;
}
.ecceder-form .invalid-feedback {
    display: block;
    color: red;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 12px;
}
.ecceder-form .input-field {
    margin-bottom: 5px;
}
a{
    color: #006341;
}
a:hover{
    color: #006341;
}
.serv-col {
    border-radius: 25px;
    border: 1px solid black;
}
.serv-col-img img{
    border-radius: 25px 0px 0px 25px;
}
.serv-col-detail .serv-name {
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.required-red{
    color: red;
    padding-left: 5px;
}
.btn-job-style{
    background-color: #006341;
    border-color: #006341;
}
.btn-job-style:hover, .btn-job-style:active, .btn-job-style:focus, .btn-job-style:visited, .btn-job-style:target{
    background-color: #006341;
    opacity: 0.7;
}
.number_style input[type=number]::-webkit-inner-spin-button, 
.number_style input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.service-border-lines1 {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px 100px;
}
.serv-col-detail .serv-subname {
    font-size: 16px;
    position: relative;
    z-index: 2;
}
.status-active {
    color: darkgreen;
    font-weight: 500;
}
.status-closed {
    color: red;
    font-weight: 500;
}
.status-styling{
    color: black;
    font-weight: 500;
}
.bcp-applied {
    padding: 5px 15px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 5px;
    border: none;
    line-height: normal;
    background-color: transparent;
    cursor: text !important;
    color: #212529 !important;
    font-weight: 500 !important;
  }
/* .bcp-edit{
    color: white;
    background-color: #006341;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: none;
} */
.bcp-edit {
    color: black;
    padding: 0px;
    text-decoration: none;
    font-size: 14px;
    border: none;
    font-weight: 600;
    background-color: transparent;
} 
.my-apli-btn{
    margin-bottom: -15px;
}
.bcp-edit:hover, .bcp-delete:hover {
    text-decoration: none;
    opacity: 0.7;
}
.bcp-delete{
    color: #D93F21;
    padding: 0px;
    text-decoration: none;
    font-size: 14px;
    border: none;
    font-weight: 600;
    background-color: transparent;
}
#custom-form-styling label {
    font-weight: bold;
    padding-bottom: 2px;
    font-family: 'Montserrat';
    color: black;
    font-size: 15px;
}
label.form-check-label {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.form-heading {
    font-size: 20px;
    font-weight: 700;
}
.form-heading-subtitle {
    font-size: 14px;
}
#agregar-vacante-tab {
    width: fit-content;
    text-decoration: none;
    font-weight: 400;
}
#agregar-vacante-tab:hover, .jc-btn.active {
    background-color: white;
    color: #006341;
}
form#custom-form-styling hr {
    margin: 10px 0px;
}
.form-control {
    -webkit-appearance: listbox !important;
    -moz-appearance: none;
    appearance: none;
}
#custom-form-styling .small-text-field {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: auto;
    margin-top: 10px;
}
.serv-col-detail{
    align-content: center;
}
.serv-col-detail p.sub-para-a {
    font-size: 18px;
    font-style: italic;
    position: relative;
    z-index: 2;
    color: #000;
}
.serv-col-detail p.sub-para-b {
    font-size: 18px;
    position: relative;
    z-index: 2;
    color: #000;
}
.serv-col-go{
    align-content: center;
    border-radius: 0px 24px 24px 0px;
    background: linear-gradient(90deg, rgb(255 255 255) -10%, rgba(54, 88, 48, 1) 100%);
  }
  .serv-col .serv-col-detail{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .serv-col .serv-col-detail:hover::after{
    background-color: white;
  }
  .serv-col .serv-col-detail::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0%);
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
    transition: background-color 0.3s ease;
}
.serv-col-go img:hover {
    height: 50px;
}  
.serv-col-go .fa-chevron-right {
    font-size: 45px;
    color: white;
}  
.serv-col:hover > .serv-col-go .fa-chevron-right{
    color: #006341;
  }

ul.navbar-nav.right-navbar li:nth-child(2) a{
    padding-right: 0px !important;
}
ul.navbar-nav.right-navbar li:nth-child(2) a{
    border-left: 3px solid black;
    color: #180F80;
}
.left-navbar .navbar-nav li.nav-item.active a{
    color: black !important;
    font-weight: 600 !important;
}
.right-navbar a.nav-link:hover, li.nav-item.active a{

    border-radius: 0px;
}
.right-navbar li a {
    padding: 0.1rem 1.8rem !important;
    color: #180F80;
    font-size: 18px !important;
    width: 300px;
}
.right-navbar li a:hover{
    text-shadow: 0px 2px 4px #180f802e;
}
ul .nav-item a.nav-link {
    font-size: 18px;
    font-weight: 500;
}    
nav.navbar.navbar-expand-lg, .header-rnb {
    border-bottom: 0.5px solid #8080808c;
}
.banner-first{
    width: 100%;
    height: max(100vh, 50%);
}
.banner-first-content {
    width:500px;
    top: 50%;
    left: 10%;
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
}
p.banner-first-desc {
    font-size: 26px;
}
button.banner-first-btn {
    background: #006341;
    color: white;
    border: 0px;
    border-radius: 18px;
    font-size: 26px;
    padding: 7px 15px;
}
.banner-underline-text-reg, .banner-underline-text-reg:hover {
    color: #006341;
    text-decoration: none;
}
.banner-underline-text-guest {
    color: #006341;
    cursor: pointer;
}
p.banner-second-text {
    font-size: 20px;
    color: black;
    /* font-weight: 500; */
}
span.banner-text-headline {
    font-size: 22px;
    font-weight: 600;
}
span.banner-text-headline i {
    transform: rotate(336deg);
    margin-right: 10px;
}
p.banner-text-desc {
    /* margin-left: 30px; */
    font-weight: 500;
}
span.banner-text-desc-textcolor {
    margin-left: 30px;
    color: #180F80;
    text-decoration: underline;
}
datalist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    writing-mode: lr-tb;
    font-size: 13px;
    margin: auto;
}
datalist option {
    font-weight: 600;
}
input.form-control.searchtext {
    font-size: 22px;
    font-weight: 500;
    color: black;
    height: 80px;
    border: 1px solid black;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px #00000069;
    padding: 20px 30px;
}
#range-temp3 {
    border-radius: 8px;
    height: 4px;
    width: 150px;
    outline: none;
    background-color: #002060;
    /* -webkit-appearance: none; */
}  
#range-temp3::-webkit-slider-thumb {
    width: 12px;
    -webkit-appearance: none;
    height: 12px;
    background: white;
    border-radius: 50%;
    margin-top: -15px;
    border: 1px solid #180F80;
}
.category-page-tab div#v-pills-tab button {
    color: black;
    border-radius: initial;
    border: 1px solid #0063411a !important;
    text-align: left;
}
.category-page-tab .nav-pills, .category-page-tab .nav-pills button:hover {
    border-radius: 15px 0px 0px 15px;
    border: 3px solid #006847 !important;
    margin:0px !important;
}
.category-page-tab #v-pills-tabContent {
    border: 3px solid #006847;
    margin-left: -3px;
}
.category-page-tab #v-pills-tabContent
.category-page-tab div#v-pills-tab button:hover{
    transition: none;
    border: none;
}
.container.py-2.jc-main {
    border-bottom: 1px solid #006341fa;
}
.category-page-tab div#v-pills-tab button:first-child.active{
    border-radius: 8px 0px 0px 0px;
}
.category-page-tab div#v-pills-tab button:last-child.active{
    border-radius: 0px 0px 0px 8px;
}
.category-page-tab div#v-pills-tab button.active, .category-page-tab div#v-pills-tab button.active:hover {
    font-style: italic;
    background-color: #006341;
    color: white !important;
}
#v-pills-tabContent .jtc-pan::-webkit-scrollbar, .bcp-main-sec::-webkit-scrollbar {
    width: 15px; 
}
#v-pills-tabContent .jtc-pan::-webkit-scrollbar-track, .bcp-main-sec::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px white; 
background-color: #F2F2F2;
border: 1px solid;
height: 200px
}

#v-pills-tabContent .jtc-pan::-webkit-scrollbar-thumb, .bcp-main-sec::-webkit-scrollbar-thumb {
background: #766B6B; 
}
#v-pills-tabContent .jtc-pan::-webkit-scrollbar-thumb:hover, .bcp-main-sec::-webkit-scrollbar-thumb:hover {
background: #766b6b91; 
}
.mobile_acceder_banner, .mobile_empresas_banner  {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px !important;
    border-radius: 0px 0px 15px 15px;
}
.mobile_acceder_banner::after, .mobile_empresas_banner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 62%);
    pointer-events: none; 
    z-index: 1; 
    border-radius: inherit;
}
.service-heading, .service-subheading{
    position: relative;
    z-index: 2; 
}
.p-13{
    font-size: 13px;
}
.p-18{
    font-size: 18px;
}
.p-20{
    font-size: 20px;
}
.p-25{
    font-size: 25px;
}
.service-heading{
    color: #006341;
    font-size: 30px;
}
.services-col, .main-banner-col {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.services-col::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 45%);
    pointer-events: none; 
    z-index: 1; 
    border-radius: inherit;
    transition: background-color 0.3s ease; 
}
.services-col:hover::after {
    background-color: rgb(0 0 0 / 80%);
}
.main-banner-col::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 0%) 100%);
    left: 0;
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
}
.service-name,
.service-subname,
.services_sub_desc1,
.services_sub_desc2,
.services_b_btn, .banner-first-text, .banner-first-desc, .banner-first-content, .banner-first-text, .banner-first-desc, .banner-first-btn {
    position: relative;
    z-index: 2; 
}
.jc-name {
    font-size: 16px;
    color: #3E34B5;
    font-weight: 500;
}
.jc-loc, .jc-day {
    color: #605C5C;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 30px;
}
.jc-loc i.fa-map-pin {
    transform: rotate(336deg);
    padding-right: 3px;
}
.jc-btn {
    color: white;
    background-color: #006341;
    padding: 7px 18px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: none;
}
.em-rg-btn {
    color: white;
    background-color: #006341;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border: none;
}
.jc-amount .fa-regular{
	padding: 1px 4px;
    border: 2px solid;
    border-radius: 15px;
    margin-right: 10px;
}
.jc-time .fa-regular{
    margin-right: 10px;
}
.jc-time, .jc-amount {
    font-size: 16px;
}
.jc-des p {
    margin-bottom: 10px;
}

.service-name{
    font-size:20px;
}

.services_b_btn{
    text-decoration: underline;
    font-size:20px;
    color: white;    
}
.service-border-line2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
a.service1-btn, .service1-btn {
    font-size: 20px;
    color: #180F80;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
a.service-btn-2{
    color: #006341;
    font-weight: 600;
}
.mobile_sec_section {
    margin-top: -30px;
}
.header-form-p{
    color: #333333;
}
span.header-form-headline {
    font-weight: 600;
    font-size: 16px;
}
span.header-form-textcolor {
    color: #180F80;
    text-decoration: underline;
}
.header-form-headline1 {
    font-size: 22px;
    font-weight: 600;
    color: #006341;
    padding: 0px 38px;
}
p.header-form-p2 {
    padding: 0px 38px;
    font-weight: 500;
    margin-bottom: auto;
}
.header-form-nav.nav-pills {
    width: 100%;
    border: 1px solid #006341 !important;
    border-radius: 25px;
}
.header-form-nav.nav-pills .nav-link.active, .header-form-nav.nav-pills .show>.nav-link {
    background-color: #006341;
    border-radius: 25px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
}
.header-form-nav.nav-pills .nav-link.active{
    color: white !important;
}
.header-form-nav.nav-pills .nav-link{
    width: 100%;
    text-align: center;
    color: #006341;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 12px;
}
.header-form-nav.nav-pills .nav-item{
    width: 50%;
}
.mobile_sec_section.container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 205px;
}
/* .col-12.my-1.jc-name-style {
    margin-top: -15px !important;
} */
h3.pg-heading {
    font-size: 30px;
    color: #006341;
}
p.pg-subheading {
    font-size: 20px;
}
.cir-main-sec .cir-sec, .reg-main-sec .cir-sec{
    background-color: #0063414a;
    border-radius: 50%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cir-main-sec .cir-sec h6, .reg-main-sec .cir-sec h6 {
    color: white;
    font-size: 20px;
    background-color: #006341;
    height: 130px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 130px;
    justify-content: center;
    margin: auto;
}
.cir-main-sec .col-4 {
    padding: 0px 30px;
    position: relative;
}
.reg-main-sec .col-4  {
    padding: 0px 25px;
    position: relative;
}
.right-navbar li {
    margin: 0.5rem 0rem !important;
}
ul.navbar-nav.footer-nav {
    flex-direction: row;
    justify-content: space-between;
}

#navbarsmobile .navbar-nav li.nav-item.active a{
    color: black !important;
    font-weight: 600 !important;
}
.g-header{
    border-bottom: 2px solid black;
}
.address {
    font-size: 18px;
}
.logo {
    padding: 30px 0;
}
.hola {
    font-size: 20px;
}
.menu {
    margin-top: 80px;
}
.head-1 {
    color: #0070C0;
}
.dropdown-1:hover .dp-menu {
    display: block !important;
}
.spacing {
    padding: 10px 0;
}
.head-2 {
    color: #0070C0;
    font-size: 40px;
}
.service-heading-black{
    font-size: 25px;
}
.search-2 {
    font-size: 16px !important;
    padding-left: 4rem;
    padding-right: 1rem;
    width: 74%;
    height: 51px;
    border: none;
    border-radius: 20px !important;
    box-shadow: none !important;
    outline: none;
    background-color: white !important;
}
.search-loc-text .text-a {
    font-size: 16px;
    color: black;
}
.search-loc-text .text-b {
    font-size: 14px;
    font-style: italic;
}
.search-loc-text img {
    margin-right: 5px;
}
img.s-icon {
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 0;
    left: 20px;
    pointer-events: none;
}
.price {
    background-color: #006847;
}
.contact {
    color: #006847;
    border: 1px solid #006847;
}
.contactos{
    text-align: end;
}
.heading-22 {
    margin: 2px auto;
    text-shadow: 0px 0px 20px #10101085;
    border-radius: 20px;
    padding: 5px 0px;
    font-size: 2.2rem;
}
.input-group-search input {
    height: 50px;

}
button.search.btn {
    font-size: 16px;
    color: white;
    background-color: #006341;
    border-radius: 10px;
    /* margin-right: 20px; */
}
.heading-2 {
    width: 50%;
    margin: 6px auto 10px auto;
    text-shadow: 0px 0px 20px #10101085;
    border-radius: 20px;
    padding: 5px 0px;
}
.profile:hover {
    /* animation: growLink 2s infinite; */
    display: inline-block;
    transform-origin: center;
    cursor: pointer;
    font-weight: 700;
}

@keyframes growLink {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }
}
td {
    font-weight: 600;
}

ul#myTab-detail li {
	font-size: 22px;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}
ul#myTab-detail li:hover{
    cursor: pointer;
}
.icons {
    margin: 0 20px 0 20px;
    font-size: 25px;
    color: #002060;
}
.icon-con {
    text-align: center;
}
.down {
    text-align: center;
}
a.dropdown-item:hover {
    font-weight: 600;
    color: black;
}
a.dropdown-item {
    font-size: 14px;
    font-weight: 500;
}
.tag {
    animation: tag-float 2s ease-in-out infinite;
}

ul#myTab-detail li.active-tab-buttons, ul#myTab-detail li.active-tab-button {
    text-decoration: underline;
}
.nav-link:hover, ul#myTab-detail li:active, ul#myTab-detail li:visited, ul#myTab-detail li:focus, ul#myTab-detail li.active-tab-button, ul#myTab-detail li.active-tab-buttons {
    color: black !important;
    font-weight: 500;
    border-radius: 10px;
}
.nav-link-:hover {
    color: black !important;
    font-weight: 600 !important;
}
.nav-item-2 {
    font-size: 14px;
    padding: 0 10px;
}
hr {
    background-color: #3D6695;
    height: 5px;
}
.column {
    float: left !important;
    width: 25% !important;
    flex-direction: column;
    display: flex;
}
.nav-link-{
    font-weight: 500 !important;
    font-size: 1.125rem;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    font-family: 'Montserrat', sans-serif;
}
.overlay-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0, 104, 71, 0.7);
    padding: 10px 20px;
    cursor: pointer;
}
.overlay-text:hover {
    background-color: rgb(0, 104, 71, 0.9);
}
.modal-close{
    background-color: #006847 !important;
}
.col-lg-6.col-padding li {
    padding: 2px;
}
.col-lg-6.col-padding {
    padding: 0px;
}
#navbarsdektop .dropdown-menu.dp-menu.shadow {
    padding: inherit;
}
.nav-row {
    width: 330px;
    padding: 10px 10px;
}
.badge-3{
    margin-left: 2rem !important;
}
.form{
    background-color: white;
}
.second-nav{
    grid-template-columns: repeat(12, 1fr);
}
.bg-image-2{
    background-image: url('/frontend/images/5308.jpg') !important;
    background-position: center center;
    background-repeat: no-repeat;
}
#footer-info {
    margin: 0px;
    padding: 20px 0px 10px 0px;
    color: white;
}
#footer-info a {
    color: white;
    font-weight: 600;
    text-decoration: none;
}
#footer-info img.myImage {
    max-width: 140px;
    padding-top: 10px;
}
.border-line {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10px;
}
.home-search-form {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border: 1px solid;
    border-radius: 10px;
    position: relative;
}
ul#myTab-detail li:nth-child(1) {
    padding-left: inherit;
}
footer.background {
    background-color: #006341;
}
.banner-first, .banner-first img {
    border-radius: 20px;
}
.stz-text {
    margin-left: 15px;
}
.banner-first, .banner-first img {
    border-radius: 20px;
    height: 650px;
    width: auto;
}
input[type="range"]::-webkit-slider-thumb {
    height: 16px !important;
    width: 16px !important;
    margin-top: -18px !important;
}
.range-loc-col span.banner-text-headline {
    margin-left: -40px;
}
.range-loc-col {
    padding-left: 75px;
}
.placeholder1 {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    margin-right: 20px;
}
.placeholder2 {
    font-size: 20px;
    font-style: italic;
    color: #333333;
}
form.header-form {
    position: relative;
}
form.header-form label {
    position: absolute;
    top: 18%;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}
.hidden-label {
    display: none;
}
.clickable-label {
    cursor: text;
}
.nav-logo {
    width: 190px;
}
#navbarText ul li {
    margin: 0rem 1rem;
}
.cir-main-sec .col-4:nth-child(1):after, .cir-main-sec .col-4:nth-child(2):after {
    content: "";
    width: 100%;
    height: 30px;
    background: url(images/right-arrow.png) no-repeat;
    top: 15px;
    right: 0px;
    left: 275px;
    bottom: 0;
    position: absolute;
    display: inline-block;
    margin: auto;
}
.container.py-2.jc-main:hover {
    background-color: #0063410f;
}
.jc-btn-day {
    z-index: 999;
}
.em-right-col {
    border-right: 3px solid #006341;
    border-left: 3px solid #006341;
    border-bottom: 3px solid #006341;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 2px 4px 0px #00000069;
    background-color: #00634117;
}
.empresas-form .input-field input {
    border: 1px solid #006341;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
.empresas-form .input-field {
    margin: 2rem 0rem;
}
.empresas-form{
    width: 83%;
    margin: auto;
}
.empresas-form ul {
    list-style-type: none;
    padding: 0px 20px;
}
.ecceder-form {
    border: 3px solid #006341;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px #00000069;
    background-color: #00634117;
    padding: 20px 30px;
}
.ecceder-form .input-field {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}
.ecceder-form .input-field input {
    border: 1px solid #006341;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
.ecceder-form .input-field img {
    margin-right: 10px;
}
.form-link a {
    font-size: 14px;
}
.regis-main-banner img {
    box-shadow: 0 4px 8px rgb(0 0 0 / 32%);
}
.reg-main-sec .col-4:nth-child(1):after, .reg-main-sec .col-4:nth-child(2):after {
    content: "";
    width: 100%;
    height: 30px;
    background: url(images/right-arrow.png) no-repeat;
    top: 15px;
    right: 0px;
    left: 250px;
    bottom: 0;
    position: absolute;
    display: inline-block;
    margin: auto;
}
ul.navbar-nav.right-navbar .nav-item.active {
    border-bottom: none;
    text-shadow: none;
}
.bcp-main-sec, .bcp-main-cand-sec {
    border: 3px solid #006847;
}
div#monthly ul li i, div#annual ul li i {
    font-size: 14px;
}
div#monthly, div#annual {
    color: black;
}
.twitter-widget {
    min-height: 250px; /* Adjust based on real widget height */
}

@media only screen and (min-width: 1441px) and (max-width: 2560px)  {
    .border-line {
        height: 10px !important;
    }
    img.ayuda-img-styling {
        width: 50%;
    }
    .job-box .job-description-both-role {
        min-height: 90px;
    }

    .job-box .job-description-home {
        min-height: 126px;
    }
    #chatApp .chat-messages, #chatApp .sidebar .candidate-list {
        max-height: 600px;
        min-height: 400px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px)  {
    .border-line {
        height: 10px !important;
    }
    .job-box .job-description-both-role {
        min-height: 120px;
    }
    .job-box .job-description-home {
        min-height: 106px;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1280px)  {
    .search-2 {
        padding-right: 1rem;
        width: 69%;
    }
}

/* =============Laptop=================== */
/* @media only screen and (min-width: 1025px) and (max-width: 1366px)  {  */
@media only screen and (min-width: 1025px) and (max-width: 1440px)  { 

    .job-box .logo {
        height: 55px;
        padding: inherit;
    }
    .job-box .logo-default {
        height: 55px;
        padding: inherit;
    }
    .job-box-single .logo-default-single {
        height: 55px;
        padding: inherit;
    }

    button.search.btn {
        font-size: 16px;
        border-radius: 10px;
    }
    .picons-img h4 {
        font-size: 16px;
    }
    .picons-logo {
        padding: 20px 0;
    }
    .ctrl-sidebar {
        padding: 25px;
    }
    .job-box .job-description-both-role {
        min-height: 110px;
    }
    .email-header h4.sender-name, .email-header .subject, .email-header .date{
        font-size: 13px;
    } 
    .email-header .text-default {
        width: 480px;
    }
    .profile-img-bg {
        width: 120px;
        height: 120px;
    }
    #chatApp .sidebar {
        width: 33%;
        padding: 10px 0px;
    }
    #chatApp .chat-window{
        width: 67%;
    }
    .no-chats-message {
        width: 67%;
    }
    #chatApp .avatar, #chatApp .chat-avatar {
        width: 50px;
        height: 50px;
    }
    #chatApp .candidate-avatar {
        width: 60px;
        height: 60px;
    }
    #chatApp .avatar {
        margin-right: 15px;
    }
    #chatApp .info h4 {
        font-size: 16px;
    }
    #chatApp .chat-info h4 {
        font-size: 16px;
    }
    form.header-form label {
        top: 20%;
    }
    .placeholder1 {
        font-size: 25px;
    }
    #navbarText ul li {
        margin: 0rem 0.5rem;
    }
    .right-navbar li a {
        padding: 0.1rem 1rem !important;
    }
    .cir-main-sec .cir-sec {
        height: 175px;
    }
    .cir-main-sec .cir-sec h6 {
        height: 120px;
        width: 120px;
    }
    .cir-main-sec .col-4:nth-child(1):after, .cir-main-sec .col-4:nth-child(2):after {
        left: 235px;
    }
    .reg-main-sec .cir-sec {
        height: 175px;
    }
    .reg-main-sec .cir-sec h6 {
        height: 120px;
        width: 120px;
    }
    .reg-main-sec .col-4:nth-child(1):after, .reg-main-sec .col-4:nth-child(2):after {
        left: 210px;
    }
    .reg-main-sec .col-4 {
        padding: 0px 18px;
    }

    
}
/* =============Tablet=================== */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .selected-plan-info .plan-input-field {
        font-size: 12px;
        width: 35%;
    }
    .selected-plan-info label {
        font-size: 12px;
    }
    ul.annul-list {
        height: 355px;
    }
    ul.monthly-list {
        height: 350px;
    }
    .mt-n-sec {
        margin-top: 5.5rem;
    }
    .nav-item:hover .dropdown-2 {
        display: none ;
    }
    .jc-loc, .jc-day {
        margin-left: 20px;
        margin-right: 0px; 
    }
    .col-12.my-1.jc-name-style {
        margin-top: 6px !important;
    }
    .banner-first, .banner-first img {
        height: 400px;
    }
    .banner-first-desc {
        margin: 1rem 0rem;
    }
    .search-2 {
        width: 60%;
    }
    button.search.btn {
        font-size: 22px;
    }
    .navbar-expand-lg .right-navbar {
        flex-direction: row;
    }
    .mobile-navbar button.navbar-toggler span.navbar-toggler-icon {
        background-image: url(images/black-toogle-button-icon.webp) !important;
    }
    button.navbar-toggler {
        padding: initial;
        border: none;
    }
    .tt-one-sec {
        margin-top: 7rem !important;
    }
    .reg-main-sec .col-4, .cir-main-sec .col-4 {
        padding: 0px 15px;
    }
    .cir-main-sec .cir-sec h6, .reg-main-sec .cir-sec h6 {
        height: 120px;
        width: 120px;

    }
    .reg-main-sec .col-4:nth-child(1):after, .reg-main-sec .col-4:nth-child(2):after {
        left: 228px;
    }
    .em-right-col {
        border: 3px solid #006341;
        border-radius: 20px;
        margin-bottom: 4rem;
    }
    .cir-main-sec .cir-sec, .reg-main-sec .cir-sec {
        margin: 10px !important;
    }
    .cir-main-sec .col-4:nth-child(1):after, .cir-main-sec .col-4:nth-child(2):after {
        left: 225px;
    }
    .p-20, .p-18 {
        font-size: 16px;
    }



}
@media only screen and (min-width: 800px) {
    .dropdown-3:hover .dropdown-2 {
        color: #006847 !important;
        position: absolute;
        flex-direction: row;
        display: flex;
        font-weight: 700;
        background-color: white;
        text-decoration: none;
        left: -50px;
    }
}
/* =============Phone=================== */
@media only screen and (max-width: 767px) {
    .form-step-1-row {
        margin-bottom: 12px;
        padding-top: 12px;
    }
    .form-step-fields-section-success {
        min-height: 535px;
        margin-top: 85px;
    }
    .cv-actual-info-div{
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cv-actual-btn{
        margin-left: -22px;
        background-color: white;
    }
    .jsps-we-the-counter-250 textarea{
        height: 85px;
    }
    .main-upload-cv-field i.bi.bi-cloud-upload, .main-upload-cv-field i.bi.bi-file-earmark-pdf
    {
        font-size: 25px;
    }
    .form-checkbox-label {
        font-size: 13px;
    }
    .small-text-field-profile {
        width: 70%;
    }
    .selectable-area-box-v2 {
        margin: 6px;
    }
    .login-back-btn-col{
        min-height: 39px;
    }
    .form-step-fields-section {
        min-height: 450px;
    }
    .pf-setup-field-card-ii {
        padding: 7px 10px;
    }
    .pf-setup-field-card-i {
        padding: 7px 20px;
    }
    .birthdate-header-section {
        font-size: 18px;
    }
    .pf-setup-field-main-label {
        font-size: 17px;
    }
    div#stepMessage {
        max-width: 306px;
        width: 100%;
        margin: auto;
    }
    .english_level_slider_small {
        font-size: 14px;
    }
    button#backButton img
    {
        height: 16px;
    }
    button#backButton {
        margin-bottom: 10px;
    }
    .btn-cont-profile-setup {
        padding: 7px 35px;
        font-size: 18px;
        min-width: 306px;
    }
    .pf-setup-field-icon {
        width: 16px;
        height: 16px;
    }
    .pf-setup-field-label {
        font-size: 16px;
    }
    .new-login-form-nn button.btn-cont-login {
        margin-top: 20px;
    }
    .new-login-form-nn {
        padding: 0px 33px;
    }
    .pf-setup-progress-steps {
        margin-bottom: 4px;
    }
    .pf-setup-progress-info .pf-setup-label, .pf-setup-progress-info .pf-setup-count {
        font-size: 14px;
    }
    .pf-setup-progress-container {
        max-width: 306px;
    }
    .selectable-area-box-v2 {
        padding: 7px 9px;
        align-items: center;
        font-size: 16px;
    }
   .residence-municipality-selection{
        grid-template-columns: repeat(1, 1fr);
    }
    .home-main-hhh-mob {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 5px;
        font-weight: 600;
        line-height: 1.3;
        font-family: 'Montserrat', sans-serif;
    }
    .f-text {
        font-size: 14px;
    }
    .mobile-footer-st {
        display: block;
    }
    .footer-main-h {
        min-height: 480px;
    }
    .search-loc-text img {
        margin-right: 5px;
    }
    #home-page-owl-car-desk .job-card:hover, #home-page-owl-car-desk .job-card.active
    {
        border: 3px solid #006341;
        padding: 8px;
    }
    .h-social-icon-i{
        margin-right: 4px;
        margin-left: 4px;
    }
    /* .home-social-icon img {
        width: 28px;
        height: 28px;
    } */
    .sjs-job-logo {
        height: 45px;
    }

    .job-box .logo, .job-box .logo-default {
        height: 45px;
    }
    
    .app-dt-styling {
        font-size: 11px;
    }
    .main-job-save-icon-show, .main-job-share-icon-show, .main-job-copy-link-icon-show, .main-job-unsave-icon-show{
        font-size: 10px;
    }
    .main-job-save-icon-show img, .main-job-copy-link-icon-show img, .main-job-share-icon-show img, .main-job-unsave-icon-show img{
        height: 28px;
    }
    .job-box-single .logo-default-single {
        height: 45px;
    }
    .job-header-show img
    {
        height: 45px;
    }
    .four-of-four .error-code
    {
        font-size: 22px;
    }
    .four-of-four a.back-link {
        font-size: 16px;
        text-decoration: underline;
    }
    .four-of-four {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    h3.job-business-name-show {
        font-size: 14px;
    }
    .row-sticky-categories-placeholder {
        height: 110px; 
        display: none;
    }
    #home-page-owl-car-desk .owl-dots .owl-dot
    {
        margin: 5px 0px 0px 0px;
    }
    .fixed-category-row {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px 10px 0px;
        z-index: 1031;
        border-bottom: 1px solid #ddd;
    }
    #loginRegisterModal .jv-modal-p-i, #loginRegisterModal .jv-modal-p-iii
    {
        font-size: 15px;
        color: #3F3E3E;
    }
    p.job-description-show {
        font-size: 14px;
    }
    span.salary-amount-show {
        font-size: 14px;
    }
    button.btn.btn-sol {
        font-size: 14px;
    }
    h2.job-title-show {
        font-size: 18px;
    }
    span.hours-job-show
    {
        font-size: 14px;
    }
    .job-save-icon-show img, .job-share-icon-show img, .job-unsave-icon-show img
    {
        height: 28px;
    }
    .main-job-save-icon-show img, .main-job-share-icon-show img, .main-job-unsave-icon-show img
    {
        height: 28px;
    }
    button.apply-link-show {
        font-size: 16px;
        padding: 6px 10px;
    }
    button.apply-link-show{
        width: 135px;
    }
    .sjp-carou-heading {
        font-size: 20px;
    }

    .price-ppp {
        font-size: 14px;
    }
.price-ppp small
 {
    font-size: 12px;
}
.sm-txt
 {
    font-size: 12px;
}
.pricing-card .container
 {
    padding: 5px;
}
.feature-text-ppp {
    margin-left: 6px;
}
.feature-icon-ppp {
    height: 16px;
}
.feature-text-ppp p {
    font-size: 11px;
    margin-bottom: 7px;
}
.feature-text-ppp h6
 {
    font-size: 12px;
}

    .ui-autocomplete .ui-menu-item-wrapper:before {
        width: 20px;
        height: 20px;
        margin-right: 10px;

    }  

    .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
        padding: 6px 6px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
        padding: 6px 6px !important;
    }

    .ui-autocomplete {
        max-height: 150px;
        font-size: 12px !important;
    }
    .hh-b2b-store-icon
    {
        /* height: 27px; */
        transition: none;
    }
    .hh-b2b-store-icon:hover
    {
        transform: none;
    }
    #chatApp .closed-default-msg {
        padding: 10px;
        font-size: 10px;
        text-align: center;
    }
    #chatApp .sidebar {
        width: 40%;
    }
    .sidebar-header h4 {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .sidebar-header img.nav-logo{
        width: 100px;
    }
    #chatApp .avatar {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
    #chatApp .info h4 {
        font-size: 12px;
        font-weight: 500;
    }
    #chatApp .info p {
        font-size: 9px;
    }
    #chatApp .candidate-list .candidate-item {
        padding: 5px;
    }
    .no-chats-message{
        width: 60%;
    }
    .no-chats-message p{
        font-size: 12px;
    }
    #chatApp .chat-window {
        width: 60%;
    }
    #chatApp .chat-header {
        padding: 10px;
    }
    #chatApp .chat-info h4 {
        font-size: 12px;
        font-weight: 500;
        width: 80px;
    }
    #chatApp .message {
        max-width: 70%;
        padding: 5px 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-size: 10px;
    }
    #chatApp .chat-messages {
        padding: 7px;
    }
    #chatApp .message-input {
        padding: 10px;
    }
    #chatApp .message-input input{
        font-size: 12px;
    }
    #chatApp .time {
        font-size: 9px;
        margin-top: 2px;
    }
    div#profile-link-container {
        text-align: end;
    }
    div#profile-link-container a {
        font-size: 10px;
        display: flex;
        align-items: center;
    }
    div#profile-link-container a img {
        height: 10%;
        width: 16%;
    }
    #chatApp .send-button {
        margin-left: 5px;
        font-size: 14px;
        width: 35px;
        height: 35px;
    }
    #chatApp .chat-messages::-webkit-scrollbar, #chatApp .sidebar .candidate-list::-webkit-scrollbar {
        width: 7px;
    }

    .email-details-content-header .media-body span.ctct-mail {
        font-size: 12px;
    }
    .email-details-content-header-right {
        padding-top: 15px;
    }
    .job-box .job-description-both-role {
        min-height: 110px;
    }
    div#accordion .card-body li ul li, .card-body li ul li::marker {
        font-size: 18px;
    }
    div#accordion .card-body li strong, .card-body li::marker {
        font-size: 18px !important;
    }
    div#accordion span.accordion-header {
        font-size: 20px;
    }
    img.main-logo, img.main-logo-default {
        margin: 0px 0px 10px 0px;
    }
    h4.heading-business {
        font-size: 22px;
        margin-bottom: auto;
    }
    .main-content {
        padding: 15px;
    }
    .email-header h4.sender-name, .email-header .subject, .email-header .date {
        font-size: 14px;
        line-height: 25px;
        font-weight: 500;
    }
    .ctrl-sidebar {
        background-color: transparent;
        padding: 30px;
    }
    .mb-footer .vip-pg a {
        font-size: 14px;
    }
    .new-registration-form p.pagination-st {
        padding-left: 12px;
    }
    .new-registration-form {
        padding: 20px 0px;
    }
    .pricing-card:hover, .pricing-card.active {
        border: 2px solid #006341;
    }
    ul.monthly-list{
        height: 250px;
    }
    div#monthly ul li i, div#annual ul li i {
        font-size: 11px;
    }
    .iframe-payment-st {
        margin-top: -10px;
    }
    button#toggle-password, button#toggle-password-repeat {
        height: 35px;
    }
    .form-control {
        font-size: 14px;
    }
    .new-registration-form-login .form-control {
        font-size: 18px;
    }
    #custom-form-styling label {
        font-size: 14px;
    }
    .las {
        font-size: 14px;
    }
    .selected-plan-info {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px 10px;
    }
    .selected-plan-info .plan-input-field {
        font-size: 11px;
        width: 35%;
    }
    .selected-plan-info label {
        font-size: 11px;
        padding-right: 0px !important;
    }
    .selected-plan-info a.change-plan-btn {
        font-size: 11px;
    }
    .tab-btn.active {
        border-bottom: 2px solid #006847;
    }
    .pricing-tabs .an-badge {
        font-size: 10px;
        padding: 3px;
    }
    .tab-btn {
        width: 82%;
        font-size: 18px;
        border-bottom: 2px solid #ddd;
    }
    div#annual .col-6, div#monthly .col-6 {
        padding: 5px;
    }
    .pricing-card {
        padding: 5px;
        border: 2px solid #F2F7F5;
    }
    .pricing-title {
        font-size: 16px;
    }
    .pricing-price {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .pricing-price span.p-1st, .pricing-price span.p-3rd {
        font-size: 12px;
    }
    .pricing-card-header .small-txt {
        font-size: 11px;
    }
    ul.annul-list {
        height: 250px;
    }
    .pricing-card ul {
        padding-left: 1.1rem;
    }
    .pricing-card ul li {
        font-size: 11px;
    }
    a#continue-btn {
        margin-bottom: 18px;
    }
    .picons-img .picons-logo {
        width: 50%;
    }
    .picons-img h4 {
        font-size: 13px;
    }
    .picons-img {
        grid-template-columns: repeat(3, 1fr);
    }
    .picons-logo {
        padding: 10px 10px;
    }
    .mt-n-sec {
        margin-top: 4.3rem;
    }
    .login-logo-col{
        text-align: center;
    }
    p.not-pass-login {
        font-size: 12px;
        margin-top: 4px;
    }
    .service-border-line1{
        margin-top: 45px !important;
    }
    button#toggle-password-login, button#toggle-password-repeat-login
    {
        padding-bottom: 0px;
    }
    .btn-cont-login {
        font-size: 18px;
        padding: 7px 25px;
        min-width: 300px;
    }
    .btn-cont-login:hover, .btn-cont-login:active
    {
        font-size: 18px;
    }
    .new-login-form {
        padding: 0px 30px;
    }
    /* .pro-user-style-main {
        margin-left: -30px;
    } */
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .pro-user-style img {
        float: right;
        /* width: 45%; */
    }
    .job-box {
        border-radius: 6px;
        padding: 20px;
    }
    .job-box .business-name {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .job-box .salary-amount {
        font-size: 12px;
    }
    .job-box .job-description {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .job-box .job-title {
        font-size: 17px;
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .job-box .hours {
        font-size: 12px;
    }
    #home-page-owl-car-desk .owl-dots .owl-dot span {
        height: 10px;
        width: 10px;
    }
    #home-page-owl-car-desk .owl-item.active {
        margin-right: 8px !important;
    }
    #home-page-owl-car-desk .owl-dots {
        margin-top: 0px;
    }
    #home-page-owl-car-desk .job-card {
        padding: 10px;
    }
    #home-page-owl-car-desk .job-card img.icon {
        width: 20px;
        height: 20px;
    }
    #home-page-owl-car-desk .job-card .job-cat-img {
        margin-right: 8px;
    }
    #home-page-owl-car-desk .job-card .job-cat-img {
        padding: 5px;
    }
    #home-page-owl-car-desk .job-card h4 {
        font-size: 12px;
    }
    #home-page-owl-car-desk .job-card p {
        font-size: 10px;
        margin-top: 2px;
    }
    img.s-icon {
        width: 20px;
        top: 15px;
        left: 9px;
    }
    form.home-search-form-mob .form-row-1 {
        border: 1px solid;
        border-radius: 10px;

    }
    .search-2 {
        font-size: 12px !important;
        padding-left: 2.2rem;
        padding-right: 15px;
        width: 100%;
        height: 45px;
        border-radius: 10px !important;
    }
    button.search.btn {
        font-size: 12px;
        border-radius: 6px;
        padding: 10px 20px;
    }
    .search-loc-text .text-a {
        font-size: 12px;
    }
    .service-heading-black {
        font-size: 17px;
    }
    .p-18 {
        font-size: 12px;
    }
    .bg-candidate-job-title.text-white {
        font-size: 13px;
    }
    .ecceder-form .invalid-feedback {
        display: block;
        color: red;
        margin-top: -20px;
        margin-bottom: 10px;
        font-size: 10px;
    }
    .bcp-edit, .bcp-delete, .bcp-applied{
        font-size: 12px;
        padding: 5px 7px;
    }
    .service-heading {
        color: #006341;
        font-size: 20px;
    }
    .cte-col{
        text-align: center;
    }
    .mobile_banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 48px 20px;
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }
    .nav-pills-mob {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border: 3px solid #006341;
        border-radius: 20px;
    }
    .nav-pills-mob button {
        font-size: 12px;
        padding: 3px 12px;
        text-align: center !important;
    }
    .jc-des p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .ab-tab-text p {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .category-page-tab #v-pills-tabContent {
        border: 2px solid #006847;
        margin-left: 0px;
    }
    .jc-heading h5 {
        font-size: 15px;
    }
    .jc-btn {
        padding: 8px 20px;
        font-size: 12px;
        border-radius: 5px;
    }
    .em-rg-btn {
        padding: 4px 12px;
        font-size: 16px;
        border-radius: 5px;
    }
    .jc-name {
        font-size: 14px;
    }
    .jc-loc{
        font-size: 10px;
        margin-left: 0px; 
        margin-right: 0px; 
    }
    .jc-time, .jc-amount {
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    #v-pills-tabContent .jtc-mob-pan::-webkit-scrollbar {
        width: 8px; 
    }
    #v-pills-tabContent .jtc-mob-pan::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white; 
    background-color: #F2F2F2;
    border: 1px solid;
    height: 200px
    }
    #v-pills-tabContent .jtc-mob-pan::-webkit-scrollbar-thumb {
    background: #766B6B; 
    }
    #v-pills-tabContent .jtc-mob-pan::-webkit-scrollbar-thumb:hover {
    background: #766b6b91; 
    }
    form.header-form {
        z-index: 2;
        position: relative;
    }
    input.form-control.searchtext{
        font-size: 20px;
        height: 60px;
        text-align: center;
        border-radius: 20px;
    }
    h1.banner-first-text {
        font-weight: bold;
        font-size: 22px;
    }
    span.header-form-headline img {
        max-width: 22px;
    }
    .mobile_empresas_banner {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 220px !important;
        border-radius: 0px 0px 15px 15px;
    }
    .empresas-form .input-field {
        margin-bottom: 1.5rem;
        margin-top: auto;
    }
    .cir-main-sec .cir-sec h6 {
        font-size: 12px;
        height: 70px;
        width: 70px;
    }
    .cir-main-sec .cir-sec {
        height: 110px;
    }
    .cir-main-sec .col-4:nth-child(1):after, .cir-main-sec .col-4:nth-child(2):after {
        background: url(images/half-right-arrow.png) no-repeat;
        left: 135px;
    }
    .reg-main-sec .cir-sec h6 {
        font-size: 12px;
        height: 70px;
        width: 70px;
    }
    .reg-main-sec .cir-sec {
        height: 110px;
    }
    .reg-main-sec .col-4:nth-child(1):after, .reg-main-sec .col-4:nth-child(2):after {
        background: url(images/half-right-arrow.png) no-repeat;
        left: 135px;
    }
    .mobile_banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 48px 20px;
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }
    .mobile_acceder_banner {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* height: calc(100vh - 300px); */
        display: flex !important;
        align-items: center;
        padding: 0px 20px;
    }
    .mobile_empresas_banner  {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex !important;
        align-items: end;
        padding: 0px 20px;
    }
    .ecceder-form {
        padding: 20px 20px;
    }
    .bg-container {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0px 150px;
    }
    .bg-container-ii {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
    }
    .bcp-main-mob-sec{
        border: 2px solid #006847;
    }
    .nav-logo {
        width: 113px;
    }
    .right-navbar li a {
        padding: 0.1rem 0.7rem !important;
        color: #180F80;
        font-size: 14px !important;
    }
    .navbar-expand-lg .right-navbar {
        flex-direction: row;
    }
    ul.navbar-nav.right-navbar li:nth-child(2) a {
        border-left: 2px solid black;
    }
    ul.navbar-nav.right-navbar li:nth-child(2) a {
        padding: 0.1rem 0.7rem !important;
    }
    nav.navbar.navbar-expand-lg a.navbar-brand.mobile-logo {
        margin: inherit;
    }
    button.navbar-toggler {
        padding: initial;
        border: none;
    }
    .mt-one-sec {
        margin-top: 5rem !important;
    }
    .p-13 {
        font-size: 12px;
    }
    .mobile-navbar button.navbar-toggler span.navbar-toggler-icon {
        background-image: url(images/black-toogle-button-icon.webp) !important;
    }
    .profile-img-bg {
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    .job-box .job-description-home {
        /* min-height: 90px; */
        min-height: auto;
    }

    
}
@media only screen and (max-width: 425px) {
    #home-page-owl-car-desk .job-card h4{
        font-size: 10px;
    }
    .profile-img-bg {
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    #chatApp .badge-secondary {
        font-size: 9px;
    }
    #chatApp .send-button {
        font-size: 12px;
        width: 28px;
        height: 28px;
    }
    #chatApp .message-input input {
        padding: 5px;
        font-size: 12px;
        width: 80%;
    }
    .no-chats-message p {
        font-size: 10px;
    }
    #chatApp .chat-info h4 {
        font-size: 10px;
    }
    #chatApp .chat-header {
        padding: 7px;
    }
    #chatApp .message {
        font-size: 9px;
        padding: 5px 5px;
    }
    #chatApp .info p {
        font-size: 8px;
    }
    #chatApp .info h4 {
        font-size: 11px;
    }
    #chatApp .avatar {
        width: 25px;
        height: 25px;
    }
    .sidebar-header img.nav-logo {
        margin-top: 4px !important;
        width: 100px;
    }
    .sidebar-header h4 {
        font-size: 10px;
    }
    #chatApp .sidebar {
        padding: 0px 0px;
    }
    .job-box .job-description-home {
        /* min-height: 95px; */
        min-height: auto;
    }
    .btn-cont {
        font-size: 14px;
    }
    button.btn.btn-sol {
        font-size: 14px;
    }
    ul.annul-list {
        height: 300px;
    }
    ul.monthly-list {
        height: 300px;
    }
    ul.navbar-nav.right-navbar li:nth-child(2) a {
        border-left: 2px solid black !important;
    }
    .banner-first-content {
        width: 400px !important;
    }
    p.banner-first-desc {
        font-size: 16px;
    }
    button.banner-first-btn {
        font-size: 16px !important;
    }
    input.form-control.searchtext {
        font-size: 22px !important;
        height: 50px;
        font-weight: 400;
        text-align: center;
    }
    .foott p {
        font-size: 14px;
    }
    #footer-info {
        padding-top: inherit;
    }

}
@media only screen and (max-width: 375px) {
    h1.banner-first-text {
        font-size: 22px;
    }
    .banner-first-content {
        width: 300px !important;
    }
    .mobile_banner {
        padding: 41px 20px;
    }

}
@media only screen and (max-width: 320px) {
    .banner-first-content {
        width: 250px !important;
    }
    button.banner-first-btn {
        font-size: 14px !important;
    }
    h1.banner-first-text {
        font-size: 16px;
    }
    p.banner-first-desc {
        font-size: 15px;
    }
    .services_b_btn {
        font-size: 16px !important;
    }    
    .services_sub_desc2.text-center, .services-col row{
        padding-bottom:0px !important;
    }
    p.banner-text-desc {
        margin-left: 0px !important;
    }    
    .address {
        font-size: 16px !important;
    }
    .mobile_banner {
        padding: 35px 20px;
    }
    .header-form-headline1 {
        font-size: 26px !important;
    }
    #pills-home .row .col-12 {
        margin: 5px 0px !important;
        padding: 0px !important;
    }
    .mobile_acceder_banner {
        height: calc(100vh - 355px) !important;
    }
    
}



