@media (min-width: 1400px) {
    .container {
        max-width: calc(1400px - 145px);
    }
}

/** model-dialog **/
.custom-modal .modal-header {
    background: var(--dayLight);
    border: none;
    padding: 0;
    height: 40px;
}

.custom-modal .modal-header .modal-title {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: var(--night);
}

.custom-modal .modal-header .close {
    opacity: 1;
    font-size: 35px;
    font-weight: 200;
    color: var(--night);
    position: absolute;
    right: 15px;
}

.custom-modal .modal-body {
    padding: 30px;
}

.custom-modal .modal-body ul {
    padding: 0;
}

.custom-modal .modal-body p {
    font-size: 16px;
    color: var(--grey20);
    line-height: 24px;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
}

.custom-modal .modal-body p.light-text {
    color: var(--grey55);
}

.custom-modal .modal-body .button-wrapper {
    width: 100%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .custom-modal .modal-body .button-wrapper.fixed-at-bottom {
        background-color: var(--white);
        width: calc(100% - 30px);
        position: fixed;
        bottom: 0;
        left: 15px;
        padding: 15px 0;
        z-index: 9;
    }
}

.custom-modal .modal-body .button-wrapper a.button,
.custom-modal .modal-body .button-wrapper span.button {
    line-height: 38px;
    display: block;
    text-align: center;
    padding: 0 20px;
}

.custom-modal .reset-btn {
    background: url("/static/images/close-circle-fill.svg") no-repeat left center;
    padding-left: 25px;
    padding-right: 0;
    margin-right: 15px;
}

.custom-modal .reset-wrap .reset-btn,
.custom-modal .button-wrap .reset-btn {
    background: none;
}

.custom-modal.apply-job .modal-dialog {
    max-width: 449px;
}

.custom-modal.apply-job .modal-dialog .modal-body {
    padding-top: 0;
    /* ques ans selector CSS */
}

@media (max-width: 767px) {
    .custom-modal.apply-job .modal-dialog .modal-body .tabs .nav-tabs .nav-link {
        font-size: 14px;
    }
}

.custom-modal.apply-job .modal-dialog .modal-body .tabs .nav-tabs.one-tab {
    display: flex;
    justify-content: center;
}

.custom-modal.apply-job .modal-dialog .modal-body .upload-file-block {
    flex-direction: column;
    height: 100px;
    background: transparent;
    padding: 0 20px;
    margin-bottom: 20px;
    float: left;
}

.custom-modal.apply-job .modal-dialog .modal-body .upload-file-block .xy-align-center {
    display: flex;
    align-items: center;
}

.custom-modal.apply-job .modal-dialog .modal-body .upload-file-block .upload-icon img {
    width: 32px;
    cursor: pointer;
}

.custom-modal.apply-job .modal-dialog .modal-body .upload-file-block .file-info {
    font-size: 14px;
    line-height: 20px;
    color: var(--grey55);
    margin-top: 3px;
    -webkit-font-smoothing: antialiased;
}

.custom-modal.apply-job .modal-dialog .modal-body .upload-file-block .browse-btn {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.custom-modal.apply-job .modal-dialog .modal-body .upload-file-block.is-invalid {
    border: 1px dashed var(--errorText);
}

.custom-modal.apply-job .modal-dialog .modal-body .cover-letter {
    width: 100%;
    float: left;
}

.custom-modal.apply-job .modal-dialog .modal-body .cover-letter .optional {
    color: var(--grey55);
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.custom-modal.apply-job .modal-dialog .modal-body .cover-letter .btn {
    color: var(--primary);
    display: flex;
    align-items: center;
    padding: 0;
}

.custom-modal.apply-job .modal-dialog .modal-body .cover-letter .btn:hover {
    color: var(--primaryDark);
}

.custom-modal.apply-job .modal-dialog .modal-body .cover-letter .btn:hover .plus-primary-icon {
    background: url("/static/images/plus-primary-dark.svg") no-repeat center;
    background-size: 20px;
    border: 1px solid var(--primaryDark);
}

.custom-modal.apply-job .modal-dialog .modal-body .cover-letter .btn .plus-primary-icon {
    display: inline-block;
    background: url("/static/images/plus-primary.svg") no-repeat center;
    background-size: 20px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--primary);
    border-radius: 50%;
}

.custom-modal.apply-job .modal-dialog .modal-body .cover-letter .btn .plus-primary-icon.plus-rotate {
    transform: rotate(45deg);
}

.custom-modal.apply-job .modal-dialog .modal-body .cover-letter textarea {
    padding: 15px;
    height: 204px;
    font-size: 14px;
    display: none;
}

.custom-modal.apply-job .modal-dialog .modal-body .ques-ans span {
    font-size: 14px;
}

.custom-modal.apply-job .modal-dialog .modal-body .ques-ans .form-group {
    margin-bottom: 0;
}

.custom-modal.apply-job .modal-dialog .modal-body .ques-ans .selector {
    margin: 20px 0 0;
}

.custom-modal.apply-job .modal-dialog .modal-body .ques-ans .selector label {
    font-size: 16px;
    line-height: 20px;
    color: var(--night);
    font-weight: 600;
}

.custom-modal.apply-job .modal-dialog .modal-body .selector-radio-group {
    margin: auto;
}

.custom-modal.apply-job .modal-dialog .modal-body .selector {
    text-align: center;
}

.custom-modal.apply-job .modal-dialog .modal-body .button-wrapper {
    width: 100%;
    float: left;
    justify-content: space-between;
}

.custom-modal.apply-job .modal-dialog .modal-body .button-wrapper span.btn {
    padding: 0 15px;
}

.custom-modal.apply-job .modal-dialog .yes-no-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    color: var(--night);
    text-align: left;
    display: flex;
    margin-bottom: 16px;
}

.custom-modal.apply-job .modal-dialog .review-profile {
    margin-bottom: 24px;
    text-align: left;
}

.custom-modal.apply-job .modal-dialog .review-profile .heading {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    color: var(--night);
}

.custom-modal.apply-job .modal-dialog .review-profile .text {
    font-size: 14px;
    line-height: 20px;
    color: var(--grey20);
}

.custom-modal.apply-external-job .modal-dialog {
    max-width: 662px;
}

.custom-modal.apply-external-job .modal-dialog .modal-body {
    padding: 24px 32px;
}

.custom-modal.apply-external-job .modal-dialog .modal-body .cv-file {
    background: var(--white) url("/static/images/file-pin.svg") no-repeat 0 15px;
    background-size: 20px;
    background-position: 0px 5px;
    position: relative;
    padding: 0px 0 0px 30px;
    display: flex;
    flex-direction: column;
}

.custom-modal.apply-external-job .modal-dialog .modal-body .cv-file .file-info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.custom-modal.apply-external-job .modal-dialog .modal-body .cv-file .file-name {
    color: var(--primary);
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.custom-modal.apply-external-job .modal-dialog .modal-body .cv-file .file-name:hover {
    color: var(--primaryDark);
}

.custom-modal.apply-external-job .modal-dialog .modal-body .cv-file .replace-btn {
    padding: 0px;
    height: 20px;
    line-height: 20px;
}

.custom-modal.apply-external-job .modal-dialog .modal-body .date {
    color: var(--grey55);
    font-size: 12px;
    font-weight: 400;
}

.custom-modal.candidate-category-role .modal-dialog {
    max-width: 450px;
}

.custom-modal.candidate-category-role .modal-dialog .modal-body {
    padding: 24px 30px;
}

.custom-modal.candidate-category-role .modal-dialog .modal-body p {
    margin-bottom: 16px;
}

.custom-modal.candidate-profile-update .modal-dialog {
    max-width: 612px;
}

.custom-modal.candidate-profile-update .modal-dialog .modal-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.custom-modal.candidate-profile-update .modal-dialog .modal-body .profile-details h3 {
    color: var(--night);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.custom-modal.candidate-profile-update .modal-dialog .modal-body .profile-details p {
    color: var(--grey20);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.custom-modal.candidate-profile-update .modal-dialog .modal-body .profile-details p.grey-text {
    color: var(--grey55);
}

.custom-modal.candidate-profile-update .modal-dialog .modal-body .profile-details a .icon {
    height: 24px;
    width: 24px;
    display: inline-block;
}

.custom-modal.candidate-profile-update .modal-dialog .modal-body .profile-details a .edit-icon {
    background: url("/static/images/mode-edit-fill.svg") no-repeat center;
}

.custom-modal.candidate-profile-update .modal-dialog .modal-body .profile-details a .plus-icon {
    background: url("/static/images/plus-primary.svg") no-repeat center;
    background-size: 28px;
}

.custom-modal.candidate-profile-update .modal-dialog .modal-body .profile-details hr {
    margin-top: 12px;
    margin-bottom: 12px;
    color: var(--grey80);
}

.custom-modal.candidate-profile-update .modal-dialog .modal-body .buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 576px) {
    .custom-modal.candidate-profile-update .modal-dialog .modal-body .buttons .btn {
        width: 100%;
        padding: 0 8px;
    }
}

@media (max-width: 576px) {
    .custom-modal.candidate-profile-update .modal-dialog .modal-body .buttons {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .custom-modal.candidate-profile-update .modal-dialog .modal-body {
        gap: 22px;
    }
}

.custom-modal.add-your-preference .modal-dialog {
    max-width: 452px;
}

.custom-modal.add-your-preference .modal-dialog .modal-body {
    padding: 32px;
}

.custom-modal.add-your-preference .modal-dialog .text {
    color: var(--grey55);
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
}

.custom-modal.add-your-preference .modal-dialog .help-text {
    font-size: 12px;
    color: var(--grey55);
}

.custom-modal.feedback .modal-dialog {
    max-width: 547px;
}

.custom-modal.feedback .modal-dialog .modal-content {
    border: none;
}

.custom-modal.feedback .modal-body {
    padding: 24px;
}

.custom-modal.feedback .modal-body .success-text {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal.feedback .modal-body .success-text span {
    color: var(--night);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.custom-modal.feedback .modal-body .feedback-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.custom-modal.feedback .modal-body .feedback-form .form-group .input-label {
    margin-bottom: 8px;
}

.custom-modal.feedback .modal-body .feedback-form .form-group .input-label .optional {
    color: var(--night);
    font-weight: 400;
}

.custom-modal.feedback .modal-body .feedback-form .form-group .radio-label-group {
    display: flex;
    gap: 8px;
}

@media (max-width: 576px) {
    .custom-modal.feedback .modal-body .feedback-form .form-group .radio-label-group {
        flex-direction: column;
    }
}

.custom-modal.feedback .modal-body .feedback-form .form-group .radio-label-group .radio-button {
    padding-left: 30px;
    margin-bottom: 0;
    color: var(--grey20);
}

@media (max-width: 576px) {
    .custom-modal.feedback .modal-body .feedback-form .form-group .radio-label-group .radio-button {
        margin-bottom: 8px;
    }
}

.custom-modal.feedback .modal-body .feedback-form .form-group .form-control {
    background-color: var(--white);
}

.custom-modal.feedback .modal-body .feedback-form .form-group textarea.form-control {
    height: auto;
    overflow-y: auto;
    scrollbar-width: thin;
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating {
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 0;
    font-size: 0;
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating label {
    margin-bottom: 0;
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating input[type=radio] {
    display: none;
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating .emoji {
    display: inline-block;
    width: 32px;
    height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating .emoji.emoji-1 {
    background-image: url("/static/images/1-star-outline.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating .emoji.emoji-2 {
    background-image: url("/static/images/2-star-outline.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating .emoji.emoji-3 {
    background-image: url("/static/images/3-star-outline.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating .emoji.emoji-4 {
    background-image: url("/static/images/4-star-outline.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating .emoji.emoji-5 {
    background-image: url("/static/images/5-star-outline.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating label:hover .emoji-1 {
    background-image: url("/static/images/1-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating label:hover .emoji-2 {
    background-image: url("/static/images/2-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating label:hover .emoji-3 {
    background-image: url("/static/images/3-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating label:hover .emoji-4 {
    background-image: url("/static/images/4-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating label:hover .emoji-5 {
    background-image: url("/static/images/5-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating input[type=radio]:checked + .emoji.emoji-1 {
    background-image: url("/static/images/1-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating input[type=radio]:checked + .emoji.emoji-2 {
    background-image: url("/static/images/2-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating input[type=radio]:checked + .emoji.emoji-3 {
    background-image: url("/static/images/3-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating input[type=radio]:checked + .emoji.emoji-4 {
    background-image: url("/static/images/4-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .form-group .emoji-rating input[type=radio]:checked + .emoji.emoji-5 {
    background-image: url("/static/images/5-star-filled.svg");
}

.custom-modal.feedback .modal-body .feedback-form .btn.disabled {
    background-color: var(--grey80);
    pointer-events: none;
    border-color: var(--grey80);
}

.custom-modal.feedback .modal-body .feedback-form .captcha-wrapper {
    margin-bottom: 32px;
}

.custom-modal.quick-apply .modal-dialog {
    max-width: 755px;
}

.custom-modal.quick-apply .modal-dialog .modal-body {
    padding: 40px 48px;
}

@media (max-width: 576px) {
    .custom-modal.quick-apply .modal-dialog .modal-body {
        padding: 24px 16px;
    }
}

.custom-modal.quick-apply .modal-dialog .modal-body .auth-wrapper {
    border: none;
}

.custom-modal.quick-apply .modal-dialog .modal-body .title {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: var(--night);
}

@media (max-width: 576px) {
    .custom-modal.quick-apply .modal-dialog .modal-body .title {
        font-size: 20px;
        line-height: 24px;
    }
}

.custom-modal.quick-apply .modal-dialog .modal-body .check-list li {
    color: var(--grey55);
    font-size: 16px;
    line-height: 24px;
    display: flex;
    margin: 24px 0;
}

.custom-modal.quick-apply .modal-dialog .modal-body .check-list li::before {
    content: "";
    background: var(--white) url("/static/images/check-circle.svg") no-repeat top;
    background-size: 20px;
    min-width: 20px;
    min-height: 20px;
    margin: 4px 16px 0 0;
}

@media (max-width: 767px) {
    .custom-modal.quick-apply .modal-dialog .modal-body .check-list li::before {
        margin-top: 2px;
    }
}

.custom-modal.quick-apply .modal-dialog .modal-body .resend-email {
    font-size: 14px;
    text-decoration: underline;
    color: var(--primary);
    padding: 0;
}

.custom-modal.quick-apply .modal-dialog .modal-body .resend-email:hover {
    color: var(--primaryDark);
}

.custom-modal.quick-apply .captcha-wrapper {
    text-align: center;
    margin-bottom: 16px;
    height: 72px;
    display: table;
}

.custom-modal.application-sent {
    /* related search item style */
}

.custom-modal.application-sent .modal-dialog {
    max-width: 650px;
}

.custom-modal.application-sent .alert-success {
    margin-bottom: 24px;
}

.custom-modal.application-sent .what-about-item-wrapper {
    margin-bottom: 30px;
}

.custom-modal.application-sent .what-about-item-wrapper h2 {
    font-size: 20px;
    line-height: 24px;
    color: var(--night);
    font-weight: 700;
}

.custom-modal.application-sent .what-about-item-wrapper .related-job h2 {
    font-size: 16px;
    margin-top: 8px;
}

.custom-modal.application-sent .previous-search-list {
    margin-bottom: 50px;
}

.custom-modal.application-sent .previous-search-list h2 {
    font-size: 20px;
    line-height: 25px;
    color: var(--night);
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.custom-modal.application-sent .related-search-item {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2), -2px -2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 16px;
    height: 100%;
}

.custom-modal.application-sent .related-search-item:hover {
    background-image: url("/static/images/chevron-right.svg"), url("/static/images/chevron-right.svg");
    background-repeat: no-repeat;
    background-position: 96% center, 96.2% center;
}

.custom-modal.application-sent .related-search-item img {
    border: 1px solid var(--grey94);
    height: 62px;
    width: 84px;
    margin-bottom: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-modal.application-sent .related-search-item .job-title {
    font-size: 16px;
    line-height: 20px;
    color: var(--night);
    padding-right: 15px;
}

.custom-modal.application-sent .related-search-item .company-name,
.custom-modal.application-sent .related-search-item .location,
.custom-modal.application-sent .related-search-item .salary {
    font-size: 12px;
    line-height: 20px;
    color: var(--grey29);
    display: block;
}

.custom-modal.application-sent .related-job .job-item {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2), -2px -2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 16px;
    background: var(--white);
    display: block;
    height: 100%;
}

.custom-modal.application-sent .related-job .job-item img {
    border: 1px solid var(--grey90);
    background-color: var(--white);
    padding: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 62px;
    width: auto;
    margin: 0 15px 15px 0;
}

.custom-modal.application-sent .related-job .job-item .job-title {
    font-size: 16px;
    line-height: 20px;
    color: var(--night);
    margin: 0;
}

.custom-modal.application-sent .related-job .job-item .location,
.custom-modal.application-sent .related-job .job-item .salary {
    font-size: 14px;
    line-height: 24px;
    color: var(--grey29);
    display: block;
}

.custom-modal.application-sent .related-job .job-item .company-name {
    font-size: 14px;
    line-height: 24px;
    color: var(--grey29);
}

.custom-modal.application-sent .related-job .job-item .verify {
    margin-left: 8px;
    vertical-align: top;
    margin-top: -2px;
}

.custom-modal.application-sent .related-job .job-item .verify:hover .verify-outline {
    display: none;
}

.custom-modal.application-sent .related-job .job-item .verify:hover .verified {
    display: inline-flex;
    align-items: center;
}

.custom-modal.application-sent .related-job .job-item .verify .verify-outline {
    width: 20px;
    height: 20px;
    display: inline-flex;
    border: 0;
    padding: 0;
    margin: 0;
}

.custom-modal.application-sent .related-job .job-item .verify .verified {
    font-family: "Roboto", sans-serif;
    background-color: #E8F5E9;
    padding: 2px 4px;
    color: #4CAF50;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: none;
    vertical-align: middle;
}

.custom-modal.application-sent .related-job .job-item .verify .verified img {
    width: 16px;
    height: 16px;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.custom-modal.application-sent .related-job .job-item .verify .verified span {
    vertical-align: middle;
}

.custom-modal.application-sent .related-job .job-item.saved-job {
    background: var(--white) url("/static/images/bookmark-fill.svg") no-repeat 95% 16px;
}

.custom-modal.application-sent .related-job .job-item .job-applied-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.custom-modal.application-sent .related-job .job-item .job-applied-info .title,
.custom-modal.application-sent .related-job .job-item .job-applied-info .date {
    font-size: 12px;
    line-height: 14px;
    color: var(--grey55);
    display: block;
    margin-bottom: 6px;
}

.custom-modal.application-sent .related-job .job-item .job-applied-info .title {
    font-weight: 600;
}

.custom-modal.application-sent .related-job .job-item .job-applied-info .date {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.custom-modal.application-sent .related-job .job-item .job-applied-info img {
    margin-bottom: 0;
}

.custom-modal.application-sent .related-job .job-item .saved-job-icon {
    top: 11px;
    position: absolute;
    right: 30px;
}

.custom-modal.application-sent .related-job .job-item .saved-job-icon img {
    border: 0;
    height: auto;
    margin: 0;
}

.custom-modal.application-sent .related-job.owl-carousel .owl-wrapper {
    display: flex !important;
    padding: 5px 0;
}

@media (max-width: 991px) {
    .custom-modal.application-sent .previous-search-list {
        margin-bottom: 30px;
        overflow: hidden;
    }

    .custom-modal.application-sent .previous-search-list .items {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-modal.application-sent .previous-search-list .owl-carousel .owl-wrapper {
        display: flex !important;
    }

    .custom-modal.application-sent .previous-search-list .owl-carousel .owl-wrapper-outer {
        overflow: visible;
        padding: 5px 0;
    }

    .custom-modal.application-sent .previous-search-list .job-list-item .logo img {
        border: 1px solid var(--grey94);
        height: 62px;
        width: auto;
        margin-bottom: 8px;
    }

    .custom-modal.application-sent .previous-search-list .job-list-item .company-name,
    .custom-modal.application-sent .previous-search-list .job-list-item .location,
    .custom-modal.application-sent .previous-search-list .job-list-item .salary {
        -webkit-font-smoothing: antialiased;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
        color: var(--grey29);
    }

    .custom-modal.application-sent .previous-search-list h2 {
        text-align: left;
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .custom-modal.application-sent .related-search-item {
        background-image: url("/static/images/chevron-right.svg"), url("/static/images/chevron-right.svg");
        background-repeat: no-repeat;
        background-position: 96% center, 96.2% center;
    }

    .custom-modal.application-sent .previous-search-list .job-list-item {
        float: left;
        border: none;
        width: calc(100% - 20px);
        margin: 0 8px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
        display: block;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2), -2px -2px 2px 0 rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 16px 16px 20px;
        height: 100%;
    }
}

@media (max-width: 576px) {
    .custom-modal.application-sent .related-job.owl-carousel .owl-wrapper-outer {
        overflow: visible;
    }

    .custom-modal.application-sent .previous-search-list .job-list-item {
        width: calc(100% - 4px);
        margin: 0 2px;
    }
}

.custom-modal.show-all-category .modal-dialog {
    -webkit-font-smoothing: antialiased;
    max-width: 855px;
}

@media (max-width: 767px) {
    .custom-modal.show-all-category .modal-dialog .search-form {
        margin: 50px 0 0;
    }
}

.custom-modal.show-all-category .modal-dialog .search-form .form-control {
    border: 1px solid var(--primary);
    height: 40px;
    border-radius: 5px;
}

.custom-modal.show-all-category .modal-dialog .search-form .form-control:focus {
    border: 1px solid var(--primaryDark);
    border-radius: 5px;
}

.custom-modal.show-all-category .modal-dialog .filter-list {
    width: 100%;
}

.custom-modal.show-all-category .modal-dialog .filter-list .filter-options {
    max-height: 160px;
    min-height: 50px;
    overflow-y: auto;
    scrollbar-color: var(--primary) transparent;
    scrollbar-width: thin;
}

.custom-modal.show-all-category .modal-dialog .filter-list .filter-options::-webkit-scrollbar {
    width: 2px;
}

.custom-modal.show-all-category .modal-dialog .filter-list .filter-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--dayLight);
    border-radius: 2px;
}

.custom-modal.show-all-category .modal-dialog .filter-list .filter-options::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 2px;
}

.custom-modal.show-all-category .modal-dialog .modal-footer.button-wrapper {
    justify-content: space-between;
    width: 100%;
}

.custom-modal.show-all-category .modal-dialog .modal-footer.button-wrapper .btn {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .custom-modal.show-all-category-mobile-modal .modal-dialog .search-form {
        margin: 50px 0 15px;
    }
}

.custom-modal.show-all-category-mobile-modal .modal-dialog .search-form .form-control {
    border: 1px solid var(--primary);
    height: 40px;
    border-radius: 5px;
}

.custom-modal.show-all-category-mobile-modal .modal-dialog .search-form .form-control:focus {
    border: 1px solid var(--primaryDark);
    border-radius: 5px;
}

.custom-modal.show-all-category-mobile-modal .modal-dialog .filter-list {
    width: 100%;
    margin-top: 0;
}

.custom-modal.show-all-category-mobile-modal .modal-dialog .filter-list .filter-options {
    overflow-y: auto;
    scrollbar-color: var(--primary) transparent;
    scrollbar-width: thin;
}

.custom-modal.show-all-category-mobile-modal .modal-dialog .filter-list .filter-options::-webkit-scrollbar {
    width: 2px;
}

.custom-modal.show-all-category-mobile-modal .modal-dialog .filter-list .filter-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--dayLight);
    border-radius: 2px;
}

.custom-modal.show-all-category-mobile-modal .modal-dialog .filter-list .filter-options::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 2px;
}

@media (max-width: 767px) {
    .custom-modal.show-all-category-mobile-modal .modal-dialog .filter-list .filter-options {
        max-height: 30vh;
    }
}

.custom-modal.show-all-location-mobile-modal .filter-list {
    width: 100%;
    margin-top: 25px;
}

.custom-modal.show-all-location-mobile-modal .filter-list .filter-options {
    overflow-y: auto;
    scrollbar-color: var(--primary) transparent;
    scrollbar-width: thin;
}

.custom-modal.show-all-location-mobile-modal .filter-list .filter-options::-webkit-scrollbar {
    width: 2px;
}

.custom-modal.show-all-location-mobile-modal .filter-list .filter-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--dayLight);
    border-radius: 2px;
}

.custom-modal.show-all-location-mobile-modal .filter-list .filter-options::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 2px;
}

@media (max-width: 767px) {
    .custom-modal.show-all-location-mobile-modal .filter-list .filter-options {
        max-height: 75vh;
    }
}

.custom-modal.send-me-jobs .modal-dialog {
    -webkit-font-smoothing: antialiased;
    max-width: 447px;
}

.custom-modal.send-me-jobs .modal-dialog .modal-body .alert-title {
    background: var(--day);
    padding: 8px;
    border-radius: 5px;
    margin: 16px 0px 24px;
    text-align: center;
}

.custom-modal.send-me-jobs .modal-dialog .modal-body .alert-form-wrap .form-group .manage-alerts {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-right: 16px;
    margin-left: auto;
}

.custom-modal.send-me-jobs .modal-dialog .modal-body .alert-form-wrap .form-group .manage-alerts:hover {
    color: var(--primaryDark);
}

@media (max-width: 991px) {
    .custom-modal.send-me-jobs .modal-dialog .modal-body .alert-form-wrap .form-group .manage-alerts {
        margin: auto;
        margin-bottom: 24px;
    }
}

.custom-modal.send-me-jobs .modal-dialog .modal-body .alert-form-wrap .form-group .ga-create-alert {
    width: 100%;
}

@media (max-width: 991px) {
    .custom-modal.send-me-jobs .modal-dialog .modal-body .alert-form-wrap .form-group .ga-create-alert {
        width: auto;
    }
}

@media (max-width: 576px) {
    .custom-modal.send-me-jobs .modal-dialog .modal-body .alert-form-wrap .form-group {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0px;
    }
}

.custom-modal.send-me-jobs .modal-dialog .modal-body .button-wrapper {
    justify-content: center;
    flex-direction: column;
    margin-top: 32px;
}

.custom-modal.send-me-jobs .modal-dialog .modal-body .button-wrapper .button {
    padding: 0 15px;
    margin-bottom: 8px;
}

@media (max-width: 576px) {
    .custom-modal.send-me-jobs .modal-dialog .modal-body .captcha-wrapper iframe {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .custom-modal.send-me-jobs .modal-dialog {
        width: 90%;
    }
}

.custom-modal.send-me-jobs .captcha-wrapper {
    text-align: center;
    margin-bottom: 16px;
    height: 72px;
    display: table;
    width: 100%;
}

.custom-modal.search-form-modal .search-form {
    margin-top: 40px;
}

.custom-modal.search-form-modal .search-form .search input {
    background: url("/static/images/search-icon.svg") no-repeat 13px center;
    background-size: 20px;
    border: 1px solid var(--primary);
    height: 44px;
    padding-right: 40px;
}

.custom-modal.search-form-modal .search-form .select2-selection--single[aria-expanded=true] .select2-selection__arrow {
    background: url("/static/images/chevron-arrow.svg") no-repeat -3px -7px;
    background-size: 100%;
    height: 9px;
}

.custom-modal.search-form-modal .search-form .select2-selection--single[aria-expanded=false] .select2-selection__arrow {
    background: url("/static/images/chevron-arrow.svg") no-repeat -3px -17px;
    background-size: 100%;
}

.custom-modal.search-form-modal .search-form .sub-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--night);
    line-height: 20px;
    margin: 8px 0;
    display: block;
}

.custom-modal.search-form-modal .search-form .form-group {
    margin-bottom: 15px;
}

.custom-modal.search-form-modal .search-form .form-group:first-child {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-modal.search-form-modal .search-form .form-group:last-child {
    padding-right: 15px;
}

.custom-modal.sign-in-modal .modal-dialog {
    max-width: 370px;
}

.custom-modal.sign-in-modal .modal-dialog .auth-wrapper {
    border-top: none;
    margin: auto;
}

.custom-modal.sign-in-modal .modal-dialog .resend-email {
    height: auto;
    line-height: inherit;
    font-size: 14px;
    text-decoration: underline;
    color: var(--primary);
    padding: 0;
}

.custom-modal.before-you-continue-modal .modal-dialog .upload-file-block {
    height: 153px;
    flex-direction: column;
    margin: 20px 0 0;
    background: transparent;
}

.custom-modal.before-you-continue-modal .modal-dialog .upload-file-block .browse-btn {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
}

.custom-modal.before-you-continue-modal .modal-dialog .upload-file-block .file-info {
    font-size: 14px;
    color: var(--grey55);
}

.custom-modal.before-you-continue-modal .modal-dialog .upload-file-block .upload-icon {
    margin-bottom: 10px;
}

.custom-modal.before-you-continue-modal .modal-dialog .button-wrapper button {
    padding: 0 20px;
}

.custom-modal.upload-cv-modal .upload-file-block {
    flex-direction: column;
    height: 153px;
}

.custom-modal.upload-cv-modal .upload-file-block .upload-icon {
    margin-bottom: 15px;
}

.custom-modal.upload-cv-modal .upload-file-block .browse-btn {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 30px;
}

.custom-modal.upload-cv-modal .upload-file-block .file-type {
    font-size: 14px;
    line-height: 20px;
    color: var(--grey55);
}

@media (max-width: 576px) {
    .custom-modal.upload-cv-modal .button-wrapper {
        flex-direction: column;
    }
}

.custom-modal.upload-cv-modal .button-wrapper button {
    margin-bottom: 10px;
    width: 48%;
    padding: 0 20px;
}

@media (max-width: 576px) {
    .custom-modal.upload-cv-modal .button-wrapper button {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .custom-modal.confirm-modal .button-wrapper {
        flex-direction: column;
    }
}

.custom-modal.confirm-modal .button-wrapper button {
    margin-bottom: 10px;
    width: 48%;
    padding: 0 20px;
}

@media (max-width: 576px) {
    .custom-modal.confirm-modal .button-wrapper button {
        width: 100%;
    }
}

.custom-modal.delete-account-modal .modal-dialog {
    max-width: 430px;
}

.custom-modal.job-emails-confirm-modal .modal-dialog {
    max-width: 389px;
}

.custom-modal.job-emails-confirm-modal .modal-dialog .button-wrapper {
    justify-content: space-between;
    display: flex;
    margin: 40px 0 0;
}

.custom-modal.job-emails-confirm-modal .modal-dialog .button-wrapper .button {
    width: 47%;
}

@media (max-width: 576px) {
    .custom-modal.job-emails-confirm-modal .modal-dialog .button-wrapper .button {
        width: auto;
    }
}

.custom-modal.add-new-user-modal .modal-dialog {
    max-width: 389px;
}

.custom-modal.add-new-user-modal .modal-dialog .button-wrapper {
    margin-top: 10px;
}

.custom-modal.delete-user-modal .modal-dialog {
    max-width: 462px;
}

.custom-modal.delete-user-modal .modal-dialog p {
    margin: 0 0 24px 0;
}

.custom-modal.contact-account-management .modal-dialog {
    max-width: 356px;
}

.custom-modal.contact-account-management .modal-body {
    padding: 20px 20px 32px;
}

.custom-modal.contact-account-management .button-wrapper {
    margin-top: 10px;
    justify-content: center;
}

.custom-modal.send-email .modal-dialog {
    max-width: 456px;
}

.custom-modal.send-email .modal-body {
    padding: 24px 32px;
}

.custom-modal.send-email .modal-body .hint-text {
    font-size: 14px;
    line-height: 20px;
}

.custom-modal.send-email .modal-body .hint-text a {
    font-size: 14px;
}

.custom-modal.send-email .modal-body .button-wrapper .btn {
    width: calc(50% - 8px);
}

.custom-modal.how-its-works-modal .modal-dialog {
    max-width: 536px;
}

.custom-modal.how-its-works-modal .modal-dialog .modal-body {
    padding: 15px 30px 30px;
}

.custom-modal.how-its-works-modal .modal-dialog h3 {
    font-size: 16px;
    line-height: 20px;
    color: var(--night);
    font-weight: 600;
    margin-top: 8px;
}

.custom-modal.how-its-works-modal .modal-dialog p {
    font-size: 14px;
    line-height: 20px;
    color: var(--grey20);
}

.custom-modal.how-its-works-modal .modal-dialog .small-heading {
    font-size: 14px;
    line-height: 20px;
    color: var(--grey55);
}

.custom-modal.create-alert-modal .modal-dialog {
    max-width: 348px;
}

.custom-modal.create-alert-modal .modal-dialog .modal-body {
    padding: 24px;
}

.custom-modal.create-alert-modal .modal-dialog .radio-label-group {
    margin-top: 20px;
}

.custom-modal.create-alert-modal .modal-dialog .radio-label-group .radio-button {
    margin-bottom: 12px;
}

.custom-modal.create-alert-modal .button-wrapper {
    margin-top: 0;
}

.custom-modal.status-change-confirm-modal .modal-dialog, .custom-modal.discard-confirm-modal .modal-dialog {
    max-width: 450px;
}

.custom-modal.status-change-confirm-modal .title, .custom-modal.discard-confirm-modal .title {
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.custom-modal.status-change-confirm-modal .button-wrapper, .custom-modal.discard-confirm-modal .button-wrapper {
    justify-content: space-between;
    display: flex;
    margin: 40px 0 0;
}

.custom-modal.status-change-confirm-modal .button-wrapper .button, .custom-modal.discard-confirm-modal .button-wrapper .button {
    width: 47%;
}

@media (max-width: 576px) {
    .custom-modal.status-change-confirm-modal .button-wrapper .button, .custom-modal.discard-confirm-modal .button-wrapper .button {
        width: auto;
    }
}

.custom-modal.subscribe-modal .modal-dialog {
    max-width: 598px;
}

@media (max-width: 767px) {
    .custom-modal.subscribe-modal .modal-dialog {
        width: 100%;
    }
}

.custom-modal.subscribe-modal .header {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .custom-modal.subscribe-modal .header {
        align-items: flex-start;
        flex-flow: column;
    }
}

.custom-modal.subscribe-modal .header img {
    min-width: 60px;
    max-width: 60px;
    margin-right: 30px;
}

@media (max-width: 576px) {
    .custom-modal.subscribe-modal .header img {
        margin-bottom: 8px;
    }
}

.custom-modal.subscribe-modal .header .title {
    color: var(--night);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.custom-modal.subscribe-modal .header .sub-title {
    display: block;
    color: var(--grey55);
    font-size: 16px;
    line-height: 24px;
}

.custom-modal.subscribe-modal .list-group {
    margin-bottom: 30px;
}

.custom-modal.subscribe-modal .list-item {
    font-size: 16px;
    line-height: 24px;
    color: var(--grey20);
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.custom-modal.subscribe-modal .list-item::before {
    content: "";
    background: url("/static/images/check-primary.svg") no-repeat 0 2px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 13px;
    background-size: 25px;
}

.custom-modal.subscribe-modal .button-wrapper {
    justify-content: flex-end;
}

.custom-modal.subscribe-modal .button-wrapper button:first-child {
    margin-right: 15px;
}

.custom-modal.contact-modal .modal-dialog {
    width: 452px;
}

.custom-modal.contact-modal .captcha-wrapper {
    text-align: center;
    margin-bottom: 16px;
    height: 72px;
    display: table;
}

.custom-modal.contact-modal .contact-info {
    margin-top: 24px;
}

.custom-modal.contact-modal .contact-info a {
    color: var(--primary);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal.contact-modal .contact-info a.email::before {
    content: "";
    background: url(/static/images/envelop.svg) no-repeat center;
    width: 20px;
    height: 15px;
    margin-right: 14px;
}

.custom-modal.contact-modal .contact-info a.contact-number::before {
    content: "";
    background: url(/static/images/phone.svg) no-repeat center;
    width: 20px;
    height: 15px;
    margin-right: 14px;
}

.custom-modal.discount-modal .modal-dialog {
    max-width: 670px;
}

.custom-modal.discount-modal .modal-dialog .modal-header {
    position: absolute;
    right: 0;
    background-color: transparent;
}

@media (max-width: 767px) {
    .custom-modal.discount-modal .modal-dialog .modal-header {
        position: static;
    }
}

.custom-modal.discount-modal .modal-dialog .modal-header .close {
    z-index: 9;
}

.custom-modal.discount-modal .modal-dialog .heading {
    font-family: Montserrat;
    font-size: 32px;
    color: var(--night);
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .custom-modal.discount-modal .modal-dialog .heading {
        font-size: 26px;
    }
}

.custom-modal.discount-modal .modal-dialog .text {
    margin-bottom: 24px;
}

.custom-modal.discount-modal .modal-dialog .discount-img img {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .custom-modal.discount-modal .modal-dialog .discount-img img {
        height: 115px;
    }
}

.custom-modal.discount-modal .modal-dialog .discount-details {
    padding: 32px;
}

.custom-modal.discount-modal .captcha-wrapper {
    text-align: center;
    margin-bottom: 16px;
    height: 72px;
    display: table;
}

.custom-modal.discount-modal .captcha-wrapper.w-100 iframe {
    width: 100% !important;
}

.custom-modal.cancel-membership-modal .modal-dialog {
    max-width: 598px;
}

.custom-modal.cancel-membership-modal .modal-dialog ul {
    padding: 22px 0 22px 22px;
}

.custom-modal.unsupported-device-modal .modal-header {
    background-color: transparent;
}

.custom-modal.unsupported-device-modal .modal-header .close {
    color: var(--primary);
}

.custom-modal.unsupported-device-modal .title {
    font-family: "Montserrat", sans-serif;
    color: var(--night);
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin: 48px 0 0;
}

.custom-modal.add-details .modal-dialog {
    max-width: 806px;
}

.custom-modal.add-details .modal-dialog .label {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 2px 0 8px;
    color: var(--night);
    font-weight: 600;
}

.custom-modal.add-details .modal-dialog .trash-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal.add-details .modal-dialog .disabled .select2-selection__rendered {
    color: var(--grey55);
}

.custom-modal.add-details .modal-dialog .input-group-prepend {
    flex: 1;
}

@media (max-width: 991px) {
    .custom-modal.add-details .modal-dialog .input-group-prepend {
        flex: 2;
    }
}

.custom-modal.add-details .modal-dialog .input-group-prepend .select2-container--default .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-modal.add-details .modal-dialog .input-group.custom-input-group input.form-control {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.custom-modal.add-details .modal-dialog .input-group.custom-input-group .is-invalid {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-modal.add-details .modal-dialog .input-group-append {
    flex: 3;
}

.custom-modal.manage-video .modal-dialog {
    max-width: 660px;
}

.custom-modal.cropper-modal .modal-dialog {
    max-width: 497px;
}

.custom-modal.pause-advert .modal-dialog {
    max-width: 456px;
}

.custom-modal.delete-advert .modal-dialog {
    max-width: 456px;
}

@media (max-width: 767px) {
    .custom-modal.gallery-video {
        padding-right: 0;
    }
}

.custom-modal.gallery-video .modal-dialog {
    max-width: 700px;
}

.custom-modal.gallery-video .modal-dialog iframe {
    height: 350px;
}

@media (max-width: 576px) {
    .custom-modal.gallery-video .modal-dialog iframe {
        height: 300px;
    }
}

.custom-modal.gallery-video .modal-body {
    padding: 16px;
}

@media (max-width: 1200px) {
    .custom-modal.full-screen-cover.show-all-category-mobile-modal .button-wrap {
        max-width: 500px;
        position: relative;
    }

    .custom-modal.full-screen-cover .button-wrap {
        z-index: 9;
        position: absolute;
        height: 46px;
        background: var(--white);
        top: 2px;
        width: 100%;
    }

    .custom-modal.full-screen-cover .button-wrap .page-back-btn {
        background: url("/static/images/arrow-left-back.svg") no-repeat left center;
        width: 32px;
        background-size: 32px;
        position: absolute;
        opacity: 1;
        top: 10px;
        left: 20px;
    }

    .custom-modal.profile-preview.full-screen-cover .button-wrap {
        background: var(--grey96);
    }

    .custom-modal.profile-preview.full-screen-cover .modal-body {
        background: var(--grey96);
    }

    .custom-modal.profile-preview.full-screen-cover .modal-dialog {
        margin: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .custom-modal.full-screen-cover {
        margin: 0;
        background: var(--white);
    }

    .custom-modal.full-screen-cover.show-all-category-mobile-modal .button-wrap {
        position: fixed;
        max-width: 100%;
    }

    .custom-modal.full-screen-cover .button-wrap {
        position: fixed;
        top: 0;
    }

    .custom-modal.full-screen-cover .button-wrap .page-back-btn {
        left: 10px;
        top: 0;
    }

    .custom-modal.full-screen-cover .modal-dialog {
        margin: 0;
        max-width: 100%;
    }

    .custom-modal.full-screen-cover .modal-content {
        height: 100vh;
        width: 100%;
        border: none;
        border-radius: 0;
    }

    .custom-modal.full-screen-cover .modal-body {
        padding: 15px;
    }

    .custom-modal.search-form-modal .button-wrap .page-back-btn {
        left: 0;
    }

    .mobile-xy-center {
        height: 65vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 15px;
    }

    .mobile-xy-center .button-wrapper {
        padding: 0;
    }

    .mobile-xy-center .button-wrapper .button {
        width: 100%;
    }
}
