/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.twz_jobs_manager_recaptcha_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 20px;
    flex-direction: column;
}

body.twz-modal-open {
    overflow: hidden;
}

.twz-jobs-manager-archive,
.twz-jobs-manager-dashboard,
.twz-jobs-manager-panel,
.twz-jobs-manager-form,
.twz-jobs-manager-single {
    font-family: "Open Sans", Arial, sans-serif;
}

.twz-jobs-manager-archive-page {
    background: #f6f8fb;
    padding: 48px 18px;
}

.twz-jobs-manager-archive-wrap {
    margin: 0 auto;
    max-width: 960px;
}

.twz-jobs-manager-filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.twz-jobs-manager-filters input,
.twz-jobs-manager-filters select,
.twz-jobs-manager-form input,
.twz-jobs-manager-form select,
.twz-jobs-manager-form textarea {
    border: 1px solid #c7cdd6;
    border-radius: 4px;
    max-width: 100%;
    padding: 8px 10px;
}

.twz-jobs-manager-form textarea {
    width: 100%;
}

.twz-profile-contact-form {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.twz-profile-contact-form .twz-field-full,
.twz-profile-contact-form .twz_jobs_manager_recaptcha_container {
    grid-column: 1 / -1;
}

.twz-profile-contact-form input[readonly] {
    background: #f8fafc;
    color: #667085;
}

.twz-profile-contact-panel .twz-jobs-manager-notice {
    margin: 0 0 16px;
}

.twz-jobs-manager-list {
    display: grid;
    gap: 14px;
}

.twz-jobs-manager-archive-job .twz-jobs-manager-list {
    gap: 0;
}

.twz-jobs-manager-card,
.twz-jobs-manager-dashboard-card,
.twz-jobs-manager-panel {
    background: #fff;
    border: 1px solid #d8dde6;
    border-radius: 6px;
    padding: 16px;
}

.twz-jobs-manager-card h3 {
    margin: 0 0 8px;
}

.twz-job-row {
    align-items: flex-start;
    border-radius: 0;
    display: grid;
    gap: 14px;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    padding: 16px;
    transition: background-color .15s ease, border-color .15s ease;
}

.twz-job-row + .twz-job-row {
    border-top: 0;
}

.twz-job-row:hover,
.twz-job-row.is-selected {
    background: #eef5ff;
    border-color: #b9d5ff;
}

.twz-job-row-logo {
    align-items: center;
    background: #0f766e;
    border-radius: 7px;
    color: #fff;
    display: flex;
    font-size: 26px;
    font-weight: 800;
    height: 64px;
    justify-content: center;
    overflow: hidden;
    text-transform: uppercase;
    width: 64px;
}

.twz-job-row-logo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.twz-candidate-row {
    align-items: flex-start;
    display: grid;
    gap: 16px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 18px;
}

.twz-employer-row {
    align-items: flex-start;
    display: grid;
    gap: 16px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 18px;
}

.twz-candidate-row-photo {
    align-items: center;
    background: #eef2f7;
    border: 1px solid #d9e1ec;
    border-radius: 50%;
    color: #39506d;
    display: flex;
    font-size: 22px;
    font-weight: 800;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    text-transform: uppercase;
    width: 72px;
}

.twz-employer-row-logo {
    align-items: center;
    background: #eef2f7;
    border: 1px solid #d9e1ec;
    border-radius: 8px;
    color: #39506d;
    display: flex;
    font-size: 22px;
    font-weight: 800;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    text-transform: uppercase;
    width: 72px;
}

.twz-candidate-row-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.twz-employer-row-logo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.twz-jobs-manager-card-main h3 {
    font-size: 19px;
    line-height: 1.3;
    margin: 0 0 4px;
}

.twz-jobs-manager-card-company {
    color: #283241;
    font-weight: 700;
    margin: 0 0 2px;
}

.twz-job-row-location {
    color: #5d6673;
    font-size: 14px;
    margin: 0 0 8px;
}

.twz-job-row-chips {
    align-items: center;
    color: #5d6673;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 7px 12px;
    margin: 0 0 10px;
}

.twz-job-row-chips span {
    align-items: center;
    display: inline-flex;
    line-height: 1.25;
}

.twz-job-row-chips span:before {
    background: #6b7280;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-right: 7px;
    width: 5px;
}

.twz-job-row .twz-jobs-manager-excerpt {
    color: #3f4752;
    font-size: 14px;
    margin: 0;
}

.twz-job-row .twz-jobs-manager-excerpt p {
    margin: 0;
}

.twz-candidate-row .twz-jobs-manager-excerpt,
.twz-employer-row .twz-jobs-manager-excerpt {
    color: #4b5565;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.twz-candidate-row .twz-jobs-manager-excerpt p,
.twz-employer-row .twz-jobs-manager-excerpt p {
    margin: 0;
}

.twz-candidate-row .twz-jobs-manager-card-actions .button,
.twz-employer-row .twz-jobs-manager-card-actions .button {
    align-items: center;
    background: #fff;
    border-color: #cfd8e5;
    color: #253041;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 36px;
    min-width: 112px;
    padding: 0 16px;
    text-align: center;
    white-space: nowrap;
}

.twz-candidate-row .twz-jobs-manager-card-actions .button:hover,
.twz-candidate-row .twz-jobs-manager-card-actions .button:focus,
.twz-employer-row .twz-jobs-manager-card-actions .button:hover,
.twz-employer-row .twz-jobs-manager-card-actions .button:focus {
    background: #f8fafc;
    border-color: #aeb9c8;
    color: #111827;
}

.twz-job-row-tools {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.twz-job-row-tool-icons {
    display: flex;
    gap: 8px;
}

.twz-job-row-save {
    margin: 0;
}

.twz-jobs-manager-meta {
    color: #5d6673;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px 14px;
    margin: 0 0 8px;
}

.twz-jobs-manager-meta span {
    align-items: center;
    display: inline-flex;
}

.twz-jobs-manager-card-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.twz-job-row .twz-jobs-manager-card-actions .button {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    min-height: 32px;
    padding: 0 12px;
}

.twz-jobs-manager-details {
    display: grid;
    gap: 8px 16px;
    grid-template-columns: minmax(120px, 220px) 1fr;
}

.twz-jobs-manager-details dt {
    font-weight: 700;
}

.twz-single-job {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 6px;
    color: #172033;
    font-family: "Open Sans", Arial, sans-serif;
    margin: 0 auto;
    max-width: 980px;
}

.twz-single-job-nav {
    align-items: center;
    border-bottom: 1px solid #edf1f6;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 18px 28px;
}

.twz-single-job-back.button {
    align-items: center;
    background: #fff;
    border: 1px solid #cfd8e5;
    border-radius: 999px;
    color: #253041;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    min-height: 36px;
    padding: 0 16px;
}

.twz-single-job-back.button:hover,
.twz-single-job-back.button:focus {
    background: #f8fafc;
    border-color: #aeb9c8;
    color: #111827;
}

.twz-profile-contact-open.button {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    min-height: 42px;
    padding: 0 22px;
}

.twz-single-job-header {
    align-items: flex-start;
    border-bottom: 1px solid #edf1f6;
    display: grid;
    gap: 18px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    padding: 28px;
}

.twz-single-job-logo {
    align-items: center;
    background: #0f766e;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 30px;
    font-weight: 800;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    text-transform: uppercase;
    width: 72px;
}

.twz-single-job-logo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.twz-single-job-company {
    color: #5c6676;
    font-size: 15px;
    font-weight: 800;
    margin: 0 !important;
}

.twz-single-job-heading h4 {
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.22;
    margin: 0;
}

.twz-single-job-chips {
    align-items: center;
    color: #637083;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px 14px;
    margin-top: 12px;
}

.twz-single-job-chips span {
    align-items: center;
    display: inline-flex;
}

.twz-single-job-chips span:before {
    background: #8a95a5;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-right: 8px;
    width: 5px;
}

.twz-single-job-actions {
    align-self: center;
}

.twz-single-job-actions .button {
    background: #fff;
    border-color: #cfd8e5;
    border-radius: 999px;
    color: #253041;
    font-weight: 800;
    min-height: 42px;
    padding: 0 24px;
}

.twz-single-job-actions .button:hover,
.twz-single-job-actions .button:focus {
    background: #f8fafc;
    border-color: #aeb9c8;
    color: #111827;
}

.twz-single-job-section {
    padding: 26px 28px;
}

.twz-single-job-section + .twz-single-job-section {
    border-top: 1px solid #edf1f6;
}

.twz-single-job-section h3 {
    color: #111827;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 14px;
}

.twz-single-job-content {
    color: #3d4656;
    font-size: 15px;
    line-height: 1.7;
}

.twz-single-job-content > :last-child {
    margin-bottom: 0;
}

.twz-single-job-apply-actions {
    margin-top: 22px;
}

.twz-single-job-apply-actions .button {
    border-radius: 999px;
    font-weight: 800;
    min-height: 42px;
    padding: 0 26px;
}

.twz-single-job-details {
    display: grid;
    gap: 0;
    grid-template-columns: minmax(170px, 240px) minmax(0, 1fr);
    margin: 0;
}

.twz-single-job-details dt,
.twz-single-job-details dd {
    border-top: 1px solid #eef2f7;
    margin: 0;
    padding: 13px 0;
}

.twz-single-job-details dt:nth-of-type(1),
.twz-single-job-details dd:nth-of-type(1) {
    border-top: 0;
}

.twz-single-job-details dt {
    color: #313b4d;
    font-weight: 800;
    padding-right: 22px;
}

.twz-single-job-details dd {
    color: #4a5568;
}

.twz-profile-social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.twz-profile-social-link {
    align-items: center;
    background: #f8fbff;
    border: 1px solid #dbe3ee;
    border-radius: 50%;
    color: #253041;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
    width: 42px;
}

.twz-profile-social-link:hover,
.twz-profile-social-link:focus {
    background: #0f86d9;
    border-color: #0f86d9;
    color: #fff;
    outline: none;
    transform: translateY(-1px);
}

.twz-profile-social-link i {
    font-size: 18px;
    line-height: 1;
}

.twz-profile-social-link-facebook {
    color: #1877f2;
}

.twz-profile-social-link-instagram {
    color: #c13584;
}

.twz-profile-social-link-linkedin {
    color: #0a66c2;
}

.twz-profile-social-link-youtube {
    color: #ff0033;
}

.twz-profile-social-link-x {
    color: #111827;
}

.twz-profile-social-links-card {
    margin-left: auto;
}

.twz-profile-social-links-card .twz-profile-social-link {
    height: 34px;
    width: 34px;
}

.twz-profile-social-links-card .twz-profile-social-link i {
    font-size: 15px;
}

.twz-profile-social-links-header {
    margin-top: 12px;
}

.twz-single-candidate-actions {
    display: grid;
    gap: 0;
    justify-items: end;
}

.twz-single-job-gallery {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.twz-single-job-gallery-item {
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    display: block;
    overflow: hidden;
}

.twz-single-job-gallery-item img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.twz-single-employer {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 6px;
    color: #172033;
    font-family: "Open Sans", Arial, sans-serif;
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
}

.twz-single-employer-cover {
    aspect-ratio: 5 / 1;
    background: #f3f6fa;
    overflow: hidden;
}

.twz-single-employer-cover img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.twz-single-employer-header {
    align-items: flex-start;
    border-bottom: 1px solid #edf1f6;
    display: grid;
    gap: 18px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    padding: 28px;
}

.twz-single-employer-logo {
    align-items: center;
    background: #0f766e;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 30px;
    font-weight: 800;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    text-transform: uppercase;
    width: 72px;
}

.twz-single-employer-logo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.twz-single-employer-heading h4 {
    color: #111827;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.22;
    margin: 0;
}

.twz-single-employer-chips {
    align-items: center;
    color: #637083;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px 14px;
    margin-top: 12px;
}

.twz-single-employer-chips span {
    align-items: center;
    display: inline-flex;
}

.twz-single-employer-chips span:before {
    background: #8a95a5;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-right: 8px;
    width: 5px;
}

.twz-single-employer-actions {
    align-self: center;
}

.twz-single-employer-actions .button {
    background: #fff;
    border-color: #cfd8e5;
    border-radius: 999px;
    color: #253041;
    font-weight: 800;
    min-height: 42px;
    padding: 0 24px;
}

.twz-single-employer-actions .button:hover,
.twz-single-employer-actions .button:focus {
    background: #f8fafc;
    border-color: #aeb9c8;
    color: #111827;
}

.twz-single-employer-jobs {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.twz-single-employer-jobs li {
    border-top: 1px solid #eef2f7;
    display: grid;
    gap: 4px;
    padding: 14px 0;
}

.twz-single-employer-jobs li:first-child {
    border-top: 0;
    padding-top: 0;
}

.twz-single-employer-jobs a {
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.twz-single-employer-jobs a:hover,
.twz-single-employer-jobs a:focus {
    color: #1464d2;
}

.twz-single-employer-jobs span {
    color: #637083;
    font-size: 14px;
}

.twz-single-employer-map-section {
    display: grid;
    gap: 18px;
}

.twz-employer-map {
    background: #f3f6fa;
    border: 1px solid #dbe3ee;
    border-radius: 6px;
    height: 340px;
    overflow: hidden;
    width: 100%;
}

.twz-employer-map-address {
    color: #4b5563;
    font-size: 24px;
    line-height: 1.6;
    margin: 0;
    max-width: 620px;
}

.twz-employer-directions-button {
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    width: max-content;
}

.twz-employer-map-pin {
    background: transparent;
    border: 0;
}

.twz-employer-map-pin span {
    background: #e5332a;
    border: 2px solid #b91c1c;
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.25);
    display: block;
    height: 30px;
    transform: rotate(-45deg);
    width: 30px;
}

.twz-employer-map-pin span:after {
    background: #b91c1c;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}

.twz-single-employer-media-section {
    padding: 0;
}

.twz-single-employer-section-header {
    align-items: center;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    gap: 16px;
    padding: 22px 26px;
}

.twz-single-employer-section-header h3 {
    margin: 0;
}

.twz-single-employer-section-icon {
    align-items: center;
    background: #f3f4f6;
    border-radius: 50%;
    color: #111827;
    display: inline-flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.twz-single-employer-section-icon:before {
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 900;
}

.twz-single-employer-section-icon-video:before {
    content: "\f04b";
}

.twz-single-employer-section-icon-gallery:before {
    content: "\f03e";
}

.twz-single-employer-media-body {
    padding: 26px;
}

.twz-single-employer-media-body iframe {
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    max-width: 100%;
    width: 100%;
}

.twz-employer-video-card {
    align-items: center;
    aspect-ratio: 16 / 9;
    background-color: #111827;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    min-height: 260px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.twz-employer-video-card:before {
    background: rgba(17, 24, 39, 0.18);
    content: "";
    inset: 0;
    position: absolute;
    transition: background 0.18s ease;
}

.twz-employer-video-card:hover:before,
.twz-employer-video-card:focus:before {
    background: rgba(17, 24, 39, 0.3);
}

.twz-employer-video-play {
    align-items: center;
    background: #ff0033;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    display: inline-flex;
    height: 68px;
    justify-content: center;
    position: relative;
    width: 96px;
    z-index: 1;
}

.twz-employer-video-play:before {
    border-bottom: 16px solid transparent;
    border-left: 24px solid #fff;
    border-top: 16px solid transparent;
    content: "";
    margin-left: 6px;
}

.twz-employer-profile-gallery {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    padding: 26px;
    position: relative;
}

.twz-employer-gallery-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.twz-employer-gallery-thumb {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 6px;
    cursor: pointer;
    flex: 0 0 180px;
    height: 128px;
    overflow: hidden;
    padding: 0;
}

.twz-employer-gallery-thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.twz-employer-gallery-scroll {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
    color: #111827;
    cursor: pointer;
    display: inline-flex;
    font-size: 28px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 42px;
}

.twz-employer-gallery-scroll:hover,
.twz-employer-gallery-scroll:focus {
    background: #0f86d9;
    color: #fff;
    outline: none;
}

.twz-employer-gallery-lightbox[hidden] {
    display: none;
}

.twz-employer-gallery-lightbox {
    align-items: center;
    background: rgba(0, 0, 0, 0.82);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 48px 22px 22px;
    position: fixed;
    z-index: 99999;
}

.twz-employer-gallery-lightbox img {
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
    height: auto;
    max-height: 88vh;
    max-width: min(1100px, 96vw);
    object-fit: contain;
    width: auto;
}

.twz-employer-gallery-lightbox-close {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    color: #111827;
    cursor: pointer;
    display: flex;
    font-size: 32px;
    height: 44px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 16px;
    width: 44px;
}

.twz-employer-gallery-lightbox-close:hover,
.twz-employer-gallery-lightbox-close:focus {
    background: #0f86d9;
    color: #fff;
    outline: none;
}

.twz-jobs-manager-dashboard-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin: 16px 0;
}

.twz-jobs-manager-dashboard-card strong {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.twz-jobs-manager-dashboard-card span {
    color: #5d6673;
    display: block;
    margin-top: 6px;
}

.twz-jobs-manager-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

.twz-jobs-manager-packages,
.twz-jobs-manager-user-packages {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
}

.twz-jobs-manager-package {
    display: grid;
    gap: 6px;
}

.twz-application-summary {
    border-bottom: 1px solid #eef1f5;
    display: grid;
    gap: 10px;
    margin: 0 0 16px;
    padding: 0 0 16px;
}

.twz-application-summary div {
    display: grid;
    gap: 6px;
    grid-template-columns: 120px minmax(0, 1fr);
}

.twz-application-summary dt {
    color: #253041;
    font-weight: 800;
}

.twz-application-summary dd {
    color: #5c6676;
    margin: 0;
}

.twz-application-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

.twz-engagement-actions,
.twz-reviews {
    margin: 18px 0;
}

.twz-review {
    border-bottom: 1px solid #d8dde6;
    padding: 10px 0;
}

.twz-review-form textarea {
    width: 100%;
}

.twz-account-reviews-panel h3 {
    margin: 18px 0 10px;
}

.twz-review-panels {
    margin-top: 16px;
}

.twz-review-panel-radio {
    height: 1px !important;
    left: -9999px;
    min-height: 1px !important;
    opacity: 0;
    position: absolute;
    width: 1px !important;
}

.twz-review-panel-tabs {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #dfe6ef;
    display: inline-flex;
    gap: 4px;
    margin-bottom: 14px;
    padding: 4px;
}

.twz-review-panel-tabs label {
    align-items: center;
    color: #526174;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    min-height: 34px;
    padding: 0 14px;
}

#twz-review-panel-received:checked ~ .twz-review-panel-tabs label[for="twz-review-panel-received"],
#twz-review-panel-posted:checked ~ .twz-review-panel-tabs label[for="twz-review-panel-posted"] {
    background: #0b8edc;
    color: #fff;
}

.twz-review-panel {
    display: none;
}

#twz-review-panel-received:checked ~ .twz-review-panel-received,
#twz-review-panel-posted:checked ~ .twz-review-panel-posted {
    display: block;
}

.twz-account-reviews-table {
    margin-bottom: 24px;
    width: 100%;
}

.twz-review-status-form {
    display: inline-flex;
    margin: 0 6px 6px 0;
}

.twz-jobs-manager-account-panel .twz-review-status-form .twz-review-status-button {
    appearance: none;
    background: #ffffff;
    border: 1px solid #d7e0ec;
    border-radius: 999px;
    box-shadow: none;
    color: #526174;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    letter-spacing: 0;
    line-height: 1;
    min-height: 0;
    padding: 0 10px;
    text-transform: none;
}

.twz-jobs-manager-account-panel .twz-review-status-form .twz-review-status-button:hover,
.twz-jobs-manager-account-panel .twz-review-status-form .twz-review-status-button:focus {
    background: #fff7f6;
    border-color: #d52b1e;
    box-shadow: none;
    color: #d52b1e;
}

.twz-jobs-manager-notice {
    border-left: 4px solid #2271b1;
    margin: 0 0 14px;
    padding: 10px 12px;
    transition: opacity .22s ease, transform .22s ease, margin .22s ease, padding .22s ease;
}

.woocommerce-message[data-twz-auto-dismiss],
.woocommerce-error[data-twz-auto-dismiss],
.woocommerce-info[data-twz-auto-dismiss] {
    transition: opacity .22s ease, transform .22s ease, margin .22s ease, padding .22s ease;
}

.twz-jobs-manager-notice.is-dismissing,
.woocommerce-message[data-twz-auto-dismiss].is-dismissing,
.woocommerce-error[data-twz-auto-dismiss].is-dismissing,
.woocommerce-info[data-twz-auto-dismiss].is-dismissing {
    margin-bottom: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0;
    transform: translateY(-4px);
}

.twz-jobs-manager-notice-success {
    border-left-color: #1f8f3a;
}

.twz-jobs-manager-notice-error {
    border-left-color: #b42318;
}

.twz-is-loading {
    opacity: .65;
}

.twz-repeater-field {
    border: 1px solid #d8dde6;
    border-radius: 6px;
    padding: 12px;
}

.twz-repeater-row {
    background: #f7f9fc;
    border: 1px solid #d8dde6;
    border-radius: 6px;
    display: grid;
    gap: 10px;
    margin: 0 0 10px;
    padding: 12px;
}

.twz-repeater-row label {
    display: block;
}

.twz-repeater-row input,
.twz-repeater-row textarea {
    width: 100%;
}

.twz-jobs-manager-account {
    font-family: "Open Sans", Arial, sans-serif;
}

.twz-jobs-manager-account-head h3 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.twz-jobs-manager-account-tabs {
    align-items: center;
    border: 1px solid #e1e6ef;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    white-space: nowrap;
}

.twz-jobs-manager-account-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    justify-content: space-between;
}

.twz-jobs-manager-account-head h3 {
    margin-bottom: 12px;
}

.twz-candidate-ready-badge {
    align-items: center;
    border: 1px solid;
    border-radius: 999px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    line-height: 1.2;
    margin-bottom: 12px;
    padding: 7px 11px;
}

.twz-candidate-ready-badge span {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    height: 18px;
    justify-content: center;
    line-height: 1;
    width: 18px;
}

.twz-candidate-ready-badge.is-ready {
    background: #ecfdf3;
    border-color: #abefc6;
    color: #067647;
}

.twz-candidate-ready-badge.is-ready span {
    background: #12b76a;
}

.twz-candidate-ready-badge.is-not-ready {
    background: #fff1f3;
    border-color: #fecdd6;
    color: #b42318;
}

.twz-candidate-ready-badge.is-not-ready span {
    background: #d92d20;
}

.twz-jobs-manager-account-tab {
    border-bottom: 2px solid transparent;
    color: #253041;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 12px;
    text-decoration: none;
}

.twz-jobs-manager-account-tab:hover,
.twz-jobs-manager-account-tab.is-active {
    border-bottom-color: #1769ff;
    color: #1769ff;
}

.twz-jobs-manager-account-panel {
    border: 1px solid #e1e6ef;
    padding: 14px 16px;
}

.twz-jobs-manager-panel-intro {
    border-bottom: 1px solid #eef1f5;
    margin: 0 0 14px;
    padding: 0 0 12px;
}

.twz-jobs-manager-panel-intro h4 {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 4px;
}

.twz-jobs-manager-panel-intro p {
    color: #687385;
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.twz-jobs-manager-account-gate {
    border: 1px solid #e1e6ef;
    padding: 18px;
}

.twz-jobs-manager-account-gate h3 {
    margin-top: 0;
}

.twz-jobs-manager-account-panel .twz-jobs-manager-form {
    align-items: start;
    display: grid;
    gap: 12px 18px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
}

.twz-jobs-manager-account-panel .twz-jobs-manager-form-field {
    grid-column: span 3;
    margin: 0;
}

.twz-jobs-manager-account-panel .twz-jobs-manager-form label {
    color: #3c434a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 6px;
}

.twz-required-star {
    color: #d92d20;
    font-weight: 800;
}

.twz-field-help {
    color: #687385;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal !important;
}

.twz-field-missing-help {
    color: #b42318;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 6px;
}

.twz-image-upload-error {
    color: #b42318;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 6px;
}

.twz-jobs-manager-account-panel .twz-field-type-file .twz-field-help {
    clear: both;
    display: block !important;
    width: 100% !important;
}

.twz-jobs-manager-account-panel .twz-jobs-manager-form input,
.twz-jobs-manager-account-panel .twz-jobs-manager-form select,
.twz-jobs-manager-account-panel .twz-jobs-manager-form textarea {
    min-height: 36px;
    width: 100%;
}

.twz-jobs-manager-account-panel .twz-jobs-manager-form textarea {
    min-height: 130px;
}

.twz-jobs-manager-account-panel .twz-field-required-missing > label {
    color: #b42318;
}

.twz-jobs-manager-account-panel .twz-field-required-missing input,
.twz-jobs-manager-account-panel .twz-field-required-missing select,
.twz-jobs-manager-account-panel .twz-field-required-missing textarea {
    background: #fffafa;
    border-color: #d92d20;
    box-shadow: 0 0 0 1px rgba(217, 45, 32, .18);
}

.twz-jobs-manager-account-panel .twz-field-required-missing .twz-repeater-row,
.twz-jobs-manager-account-panel .twz-field-required-missing .twz-image-preview,
.twz-jobs-manager-account-panel .twz-field-required-missing .twz-image-preview-item {
    border-color: #d92d20;
}

.twz-jobs-manager-account-panel .twz-field-wide,
.twz-jobs-manager-account-panel .twz-field-type-file,
.twz-jobs-manager-account-panel .twz-field-id-_twz_employer_video_url,
.twz-jobs-manager-account-panel .twz-field-id-_twz_employer_address,
.twz-jobs-manager-account-panel .twz-field-id-_twz_candidate_video_url,
.twz-jobs-manager-account-panel .twz-field-id-_twz_candidate_address,
.twz-jobs-manager-account-panel .twz-repeater-field,
.twz-jobs-manager-account-panel .twz-jobs-manager-form-actions,
.twz-jobs-manager-account-panel .twz-jobs-manager-notice {
    grid-column: 1 / -1 !important;
}

.twz-jobs-manager-account-panel .twz-field-third {
    grid-column: span 2;
}

.twz-jobs-manager-account-panel .twz-field-id-_twz_candidate_languages {
    grid-column: 1 / -1 !important;
}

.twz-language-picker {
    width: 100%;
}

.twz-language-picker-controls {
    align-items: stretch;
    display: flex;
    gap: 8px;
    max-width: 620px;
}

.twz-language-picker-select {
    flex: 1 1 auto;
}

.twz-language-picker-add.button {
    align-items: center;
    background: #0b8edc;
    border: 1px solid #0b8edc;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    min-height: 36px;
    padding: 0 18px;
    text-transform: uppercase;
    width: auto;
}

.twz-language-picker-add.button:hover,
.twz-language-picker-add.button:focus {
    background: #0878ba;
    border-color: #0878ba;
    color: #fff;
}

.twz-language-picker-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    min-height: 0;
}

.twz-language-picker-list.is-empty {
    display: none;
}

.twz-language-chip {
    align-items: center;
    background: #f3f6fb;
    border: 1px solid #d9e1ec;
    color: #243041;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    line-height: 1;
    min-height: 32px;
    padding: 0 6px 0 10px;
}

.twz-language-chip-remove {
    align-items: center;
    background: #d92d20;
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, .18);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
    width: 22px;
}

.twz-language-chip-remove:hover,
.twz-language-chip-remove:focus {
    background: #b42318;
    color: #fff;
}

.twz-language-picker-required {
    height: 1px !important;
    left: -9999px;
    min-height: 1px !important;
    opacity: 0;
    position: absolute;
    width: 1px !important;
}

.twz-jobs-manager-account-panel .twz-field-id-_twz_employer_category {
    grid-column: 1 / span 2 !important;
}

.twz-jobs-manager-account-panel .twz-field-id-_twz_employer_location {
    grid-column: 3 / span 2 !important;
}

.twz-jobs-manager-account-panel .twz-field-id-_twz_employer_show_profile {
    grid-column: 5 / span 2 !important;
}

.twz-jobs-manager-account-panel .twz-field-id-_twz_candidate_availability {
    grid-column: 1 / -1 !important;
}

.twz-availability-toggle-card {
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 18px;
    cursor: pointer;
    display: flex !important;
    gap: 18px;
    justify-content: space-between;
    margin-top: 4px;
    max-width: 720px;
    min-height: 92px;
    padding: 20px 28px;
}

.twz-availability-copy strong {
    color: #2f3337;
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.twz-availability-copy span {
    color: #555b61;
    display: block;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 8px;
}

.twz-availability-toggle-card input {
    height: 1px !important;
    min-height: 1px !important;
    opacity: 0;
    position: absolute;
    width: 1px !important;
}

.twz-availability-toggle {
    background: #fff;
    border: 2px solid #666;
    border-radius: 999px;
    display: block;
    flex: 0 0 auto;
    height: 34px;
    position: relative;
    width: 62px;
}

.twz-availability-toggle span {
    align-items: center;
    background: #3c4043;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 26px;
    justify-content: center;
    left: 3px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left .16s ease, background-color .16s ease;
    width: 26px;
}

.twz-availability-toggle .fa-check {
    display: none;
}

.twz-availability-toggle-card input:checked + .twz-availability-toggle {
    background: #e7f3ff;
    border-color: #0b8edc;
}

.twz-availability-toggle-card input:checked + .twz-availability-toggle span {
    background: #0b8edc;
    left: 29px;
}

.twz-availability-toggle-card input:checked + .twz-availability-toggle .fa-xmark {
    display: none;
}

.twz-availability-toggle-card input:checked + .twz-availability-toggle .fa-check {
    display: block;
}

.twz-jobs-manager-account-panel .twz-field-id-_twz_candidate_cv_attachment > label {
    display: none;
}

.twz-resume-upload-input {
    height: 1px !important;
    left: -9999px;
    min-height: 1px !important;
    opacity: 0;
    position: absolute;
    width: 1px !important;
}

.twz-resume-upload-card {
    align-items: center;
    border: 2px dashed #0b57d0;
    border-radius: 18px;
    color: #0b57d0;
    cursor: pointer;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin: 0;
    min-height: 150px;
    padding: 28px;
    text-align: center;
    width: 100%;
}

.twz-resume-upload-card i {
    font-size: 26px;
    line-height: 1;
}

.twz-resume-upload-card strong {
    color: #0b57d0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.twz-resume-upload-card span {
    color: #737373;
    font-size: 18px;
    line-height: 1.35;
}

.twz-resume-upload-file {
    color: #526173;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.twz-resume-upload-current {
    margin-top: 10px;
}

.twz-jobs-manager-account-panel .twz-field-type-checkbox label {
    align-items: center;
    display: flex;
    gap: 8px;
    min-height: 36px;
}

.twz-jobs-manager-account-panel .twz-field-type-checkbox input {
    min-height: 0;
    width: auto;
}

.twz-jobs-manager-account-panel .twz-jobs-manager-form-actions {
    border-top: 1px solid #eef1f5;
    padding-top: 14px;
}

.twz-public-profile-link {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #eef1f5;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: 160px minmax(0, 1fr) auto;
    padding: 10px 12px;
}

.twz-public-profile-link label {
    margin: 0;
}

.twz-public-profile-url {
    color: #526173;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.twz-posted-jobs-list {
    border-bottom: 1px solid #eef1f5;
    margin-bottom: 18px;
    padding-bottom: 16px;
}

.twz-posted-jobs-list-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.twz-posted-jobs-list h5 {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
}

.twz-posted-jobs-table {
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
}

.twz-posted-jobs-table th,
.twz-posted-jobs-table td {
    border: 1px solid #e1e6ef;
    padding: 9px 10px;
    text-align: left;
    vertical-align: middle;
}

.twz-posted-jobs-table th {
    background: #f8fafc;
    color: #253041;
    font-weight: 600;
}

.twz-posted-jobs-actions {
    text-align: center !important;
    width: 116px;
}

.twz-posted-jobs-actions form {
    display: inline-flex;
    margin: 0;
    vertical-align: middle;
}

.twz-posted-job-status {
    background: #eef3f8;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    color: #253041;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    padding: 4px 8px;
    white-space: nowrap;
}

.twz-status-publish,
.twz-status-accepted {
    background: #ecfdf3;
    border-color: #b7efca;
    color: #067647;
}

.twz-status-pending,
.twz-status-pending_approve,
.twz-status-pending_payment,
.twz-status-preview {
    background: #fff7e6;
    border-color: #ffe0a3;
    color: #8a5700;
}

.twz-status-expired,
.twz-status-denied,
.twz-status-delete {
    background: #fff1f2;
    border-color: #ffc7cf;
    color: #b4232f;
}

.twz-icon-action {
    align-items: center;
    color: #0b7ee8;
    display: inline-flex;
    justify-content: center;
    min-height: 28px;
    min-width: 28px;
    text-decoration: none;
}

.twz-icon-action:hover,
.twz-icon-action:focus {
    color: #075fc9;
}

.twz-application-actions-icons {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.twz-application-icon-form {
    margin: 0;
}

.twz-jobs-manager-account-panel .twz-application-icon-button {
    align-items: center;
    background: #fff;
    border: 1px solid #d7e0ec;
    border-radius: 50%;
    box-shadow: none;
    color: #1464d2;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    line-height: 1;
    min-height: 34px;
    min-width: 34px;
    padding: 0;
    width: 34px;
}

.twz-jobs-manager-account-panel .twz-application-icon-button:hover,
.twz-jobs-manager-account-panel .twz-application-icon-button:focus {
    background: #f8fafc;
    border-color: #aeb9c8;
    box-shadow: none;
    color: #075fc9;
}

.twz-jobs-manager-account-panel .twz-application-icon-button .dashicons {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    width: 17px;
}

.twz-jobs-manager-account-panel .twz-application-actions-icons .twz-application-icon-button.button,
.twz-jobs-manager-account-panel .twz-application-actions-icons button.twz-application-icon-button.button,
.twz-jobs-manager-account-panel .twz-application-actions-icons a.twz-application-icon-button.button {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #d7e0ec !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: #1464d2 !important;
    display: inline-flex !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    text-decoration: none !important;
    width: 34px !important;
}

.twz-jobs-manager-account-panel .twz-application-actions-icons .twz-application-icon-button.button:hover,
.twz-jobs-manager-account-panel .twz-application-actions-icons .twz-application-icon-button.button:focus {
    background: #f8fafc !important;
    border-color: #aeb9c8 !important;
    box-shadow: none !important;
    transform: none !important;
}

.twz-jobs-manager-account-panel .twz-application-actions-icons .twz-application-icon-button-approve.button {
    color: #12805c !important;
}

.twz-jobs-manager-account-panel .twz-application-actions-icons .twz-application-icon-button-reject.button {
    color: #c62828 !important;
}

.twz-jobs-manager-account-panel .twz-application-actions-icons .twz-application-icon-button-meeting.button {
    color: #1464d2 !important;
}

.twz-jobs-manager-account-panel .twz-application-actions-icons .twz-application-icon-button-history.button {
    color: #374151 !important;
}

.twz-jobs-manager-account-panel .twz-application-actions-icons .twz-application-icon-button-undo.button {
    color: #6d5dfc !important;
}

.twz-jobs-manager-account-panel .twz-application-actions-icons .twz-application-icon-button.button .dashicons {
    font-size: 17px !important;
    height: 17px !important;
    line-height: 17px !important;
    margin: 0 !important;
    width: 17px !important;
}

.twz-application-confirm-dialog {
    border-radius: 8px;
    max-width: 620px;
    width: min(620px, 100%);
}

.twz-application-confirm-message {
    color: #5c6676;
    margin: 0 0 16px;
}

.twz-application-confirm-meeting {
    display: grid;
    gap: 16px;
}

.twz-application-confirm-meeting[hidden] {
    display: none;
}

.twz-application-confirm-meeting p {
    margin: 0;
}

.twz-confirm-meeting-date-time {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.twz-application-confirm-meeting label {
    color: #2f3847;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    width: 100%;
}

.twz-application-confirm-meeting input,
.twz-application-confirm-meeting textarea {
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: #1f2937;
    font-size: 15px;
    margin-top: 8px;
    max-width: none;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.twz-application-confirm-meeting input:focus,
.twz-application-confirm-meeting textarea:focus {
    border-color: #0b86d8;
    box-shadow: 0 0 0 2px rgba(11, 134, 216, 0.14);
    outline: none;
}

.twz-application-confirm-meeting textarea {
    min-height: 112px;
    resize: vertical;
}

.twz-confirm-meeting-url-help {
    color: #6f7b8c;
    display: block;
    font-size: 13px;
    margin-top: 8px;
}

.twz-application-confirm-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin: 18px 0 0;
}

@media (max-width: 600px) {
    .twz-confirm-meeting-date-time {
        grid-template-columns: 1fr;
    }

    .twz-invite-candidate-grid {
        grid-template-columns: 1fr;
    }

    .twz-invite-candidate-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .twz-invite-candidate-actions .button {
        justify-content: center;
        width: 100%;
    }
}

.twz-application-history-dialog {
    border-radius: 8px;
    max-width: 620px;
    width: min(620px, 100%);
}

.twz-application-history-summary {
    border-bottom: 1px solid #edf1f6;
    margin: 0 0 18px;
    padding: 0 0 14px;
}

.twz-application-history-summary p {
    margin: 0 0 8px;
}

.twz-application-history-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.twz-application-history-list li {
    align-items: center;
    border-bottom: 1px solid #edf1f6;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 10px 0;
}

.twz-application-history-list li:last-child {
    border-bottom: 0;
}

.twz-application-history-date {
    color: #526173;
    font-size: 13px;
    white-space: nowrap;
}

.twz-application-history-label {
    color: #111827;
    font-weight: 700;
    text-align: right;
}

.twz-application-history-footer {
    align-items: center;
    border-top: 1px solid #edf1f6;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin: 18px 0 0;
    padding: 16px 0 0;
}

.twz-application-history-footer .twz-application-icon-form {
    display: inline-flex;
}

.twz-application-history-footer .twz-application-action-button.button {
    align-items: center;
    border-radius: 6px;
    box-shadow: none;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 40px;
    padding: 10px 16px;
}

.twz-application-history-footer .twz-application-icon-button-approve.button {
    background: #12805c;
    border-color: #12805c;
    color: #fff;
}

.twz-application-history-footer .twz-application-icon-button-reject.button {
    background: #c62828;
    border-color: #c62828;
    color: #fff;
}

.twz-application-history-footer .twz-application-icon-button-meeting.button {
    background: #1464d2;
    border-color: #1464d2;
    color: #fff;
}

.twz-posted-jobs-empty {
    color: #526173;
    font-size: 13px;
    margin: 0;
}

.twz-image-preview-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(116px, 1fr));
    margin-top: 10px;
    padding: 10px 10px 0 0;
}

.twz-image-preview-grid.is-empty {
    display: none;
}

.twz-image-preview-item {
    border: 1px solid #d8dde6;
    color: #526173;
    display: block;
    font-size: 12px;
    line-height: 1.3;
    overflow: visible;
    position: relative;
}

.twz-image-preview-link {
    color: inherit;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.twz-image-preview-link img {
    aspect-ratio: 4 / 3;
    background: #f8fafc;
    display: block;
    object-fit: cover;
    width: 100%;
}

.twz-image-preview-link span {
    display: block;
    overflow: hidden;
    padding: 7px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.twz-image-delete-option {
    background: #d92d20;
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .2);
    color: #fff;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 24px;
    z-index: 2;
}

.twz-image-delete-option input {
    height: 1px !important;
    opacity: 0;
    position: absolute;
    width: 1px !important;
}

.twz-image-delete-option .fa-xmark {
    color: #fff;
    font-size: 15px;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.twz-image-delete-option:hover,
.twz-image-delete-option:focus,
.twz-image-delete-option:has(input:checked) {
    background: #b42318;
}

.twz-image-preview-item:has(.twz-image-delete-option input:checked) img {
    opacity: .35;
}

.twz-logo-file-input {
    height: 1px !important;
    opacity: 0;
    position: absolute;
    width: 1px !important;
}

.twz-logo-upload-ui {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.twz-logo-preview-grid {
    display: block;
    flex: 0 0 96px;
    margin-top: 0;
}

.twz-logo-preview-grid.is-empty {
    display: none;
}

.twz-logo-preview-grid .twz-image-preview-item {
    height: 96px;
    width: 96px;
}

.twz-logo-preview-grid .twz-image-preview-link,
.twz-logo-preview-grid .twz-image-preview-link img,
.twz-logo-preview-grid .twz-image-preview-item.is-local img {
    height: 100%;
    width: 100%;
}

.twz-logo-preview-grid .twz-image-preview-link img,
.twz-logo-preview-grid .twz-image-preview-item.is-local img {
    aspect-ratio: 1 / 1;
}

.twz-logo-preview-grid .twz-image-preview-item span {
    display: none;
}

.twz-logo-upload-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 0;
}

.twz-logo-select-button,
.twz-logo-remove-button {
    align-items: center;
    display: inline-flex !important;
    height: 42px !important;
    justify-content: center;
    line-height: 1 !important;
    min-height: 42px !important;
    padding: 0 20px !important;
    text-decoration: none !important;
    width: auto !important;
}

.twz-logo-select-button {
    color: #fff !important;
}

.twz-logo-remove-button {
    background: #5f6368 !important;
    border-color: #5f6368 !important;
    color: #fff !important;
}

.twz-logo-remove-button:hover,
.twz-logo-remove-button:focus {
    background: #4b5056 !important;
    border-color: #4b5056 !important;
    color: #fff !important;
}

.twz-logo-upload-actions .twz-field-help {
    flex-basis: 100%;
    margin-top: 4px;
}

.twz-logo-remove-button input {
    height: 1px !important;
    opacity: 0;
    position: absolute;
    width: 1px !important;
}

.twz-logo-remove-button:has(input:checked) {
    background: #b42318;
    border-color: #b42318;
    color: #fff;
}

.twz-image-replace-option {
    align-items: center;
    color: #526173;
    display: inline-flex;
    font-size: 13px;
    gap: 7px;
    margin-top: 8px;
}

.twz-jobs-manager-account-panel .button.button-primary {
    min-height: 38px;
    padding: 0 18px;
}

.twz-jobs-manager-account-panel .twz-jobs-manager-panel,
.twz-jobs-manager-account-panel .twz-jobs-manager-alert-form,
.twz-jobs-manager-account-panel .twz-jobs-manager-meeting-form {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.twz-jobs-manager-account-panel .twz-jobs-manager-panel h2,
.twz-jobs-manager-account-panel .twz-jobs-manager-alert-form h2,
.twz-jobs-manager-account-panel .twz-jobs-manager-meeting-form h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 14px;
}

.twz-jobs-manager-account-panel .twz-jobs-manager-panel .twz-jobs-manager-alert-form h2 {
    border-top: 1px solid #eef1f5;
    font-size: 16px;
    margin-top: 14px;
    padding-top: 14px;
}

.twz-viewed-jobs-header {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 0 0 14px;
}

.twz-jobs-manager-account-panel .twz-viewed-jobs-header h2 {
    margin: 0;
}

.twz-clear-viewed-jobs-form {
    flex: 0 0 auto;
    margin: 0;
}

.twz-jobs-manager-account-panel .twz-clear-viewed-jobs-button {
    appearance: none;
    background: #ffffff;
    border: 1px solid #d7e0ec;
    border-radius: 999px;
    box-shadow: none;
    color: #526174;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    letter-spacing: 0;
    line-height: 1;
    min-height: 0;
    padding: 0 10px;
    text-transform: none;
}

.twz-jobs-manager-account-panel .twz-clear-viewed-jobs-button:hover,
.twz-jobs-manager-account-panel .twz-clear-viewed-jobs-button:focus {
    background: #fff7f6;
    border-color: #d52b1e;
    box-shadow: none;
    color: #d52b1e;
}

.twz-viewed-jobs-list {
    margin-top: 0;
}

.twz-viewed-jobs-list li {
    margin: 0 0 9px;
}

.twz-viewed-job-date {
    color: #7b8797;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 3px;
}

.twz-saved-items-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.twz-saved-item-row {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.twz-saved-item-row a {
    min-width: 0;
}

.twz-remove-saved-item-form {
    flex: 0 0 auto;
    margin: 0;
}

.twz-jobs-manager-account-panel .twz-remove-saved-item-button {
    appearance: none;
    background: #ffffff;
    border: 1px solid #d7e0ec;
    border-radius: 999px;
    box-shadow: none;
    color: #526174;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    letter-spacing: 0;
    line-height: 1;
    min-height: 0;
    padding: 0 10px;
    text-transform: none;
}

.twz-jobs-manager-account-panel .twz-remove-saved-item-button:hover,
.twz-jobs-manager-account-panel .twz-remove-saved-item-button:focus {
    background: #fff7f6;
    border-color: #d52b1e;
    box-shadow: none;
    color: #d52b1e;
}

.twz-meeting-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.twz-meeting-action-form {
    margin: 0;
}

.twz-jobs-manager-account-panel .twz-meeting-action-button.button {
    appearance: none;
    background: #ffffff !important;
    border: 1px solid #d7e0ec !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #526174 !important;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 700;
    height: 28px;
    letter-spacing: 0;
    line-height: 1 !important;
    min-height: 0 !important;
    padding: 0 10px !important;
    text-transform: none;
    white-space: nowrap;
}

.twz-jobs-manager-account-panel .twz-meeting-action-button-approved.button:hover,
.twz-jobs-manager-account-panel .twz-meeting-action-button-approved.button:focus {
    background: #effcf6 !important;
    border-color: #8de2bd !important;
    color: #12805c !important;
}

.twz-jobs-manager-account-panel .twz-meeting-action-button-rejected.button:hover,
.twz-jobs-manager-account-panel .twz-meeting-action-button-rejected.button:focus,
.twz-jobs-manager-account-panel .twz-meeting-action-button-cancelled.button:hover,
.twz-jobs-manager-account-panel .twz-meeting-action-button-cancelled.button:focus {
    background: #fff7f6 !important;
    border-color: #d52b1e !important;
    color: #d52b1e !important;
}

.twz-meeting-actions-complete {
    color: #7b8797;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.twz-alert-panel-header {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 0 0 18px;
}

.twz-jobs-manager-account-panel .twz-alert-panel-header h2 {
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

.twz-applicants-panel-header {
    margin-bottom: 18px;
}

.twz-invite-candidate-button {
    align-items: center;
    display: inline-flex !important;
    gap: 8px;
    min-height: 44px;
}

.twz-invite-candidate-button .dashicons {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    width: 17px;
}

.twz-invite-candidate-dialog {
    border-radius: 8px;
    max-width: 760px;
    width: min(760px, 100%);
}

.twz-jobs-manager-account-panel .twz-invite-candidate-form,
.twz-invite-candidate-form {
    display: block;
    margin: 0;
}

.twz-invite-candidate-form p {
    margin: 0;
}

.twz-invite-candidate-form label {
    color: #2f3847;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.twz-invite-candidate-form input,
.twz-invite-candidate-form select,
.twz-invite-candidate-form textarea {
    background: #fff;
    border: 1px solid #d8e0ea;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: #1f2937;
    font-size: 15px;
    margin-top: 8px;
    max-width: none;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.twz-invite-candidate-form textarea {
    min-height: 120px;
    resize: vertical;
}

.twz-invite-candidate-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.twz-invite-candidate-field {
    min-width: 0;
}

.twz-invite-candidate-field-full {
    grid-column: 1 / -1;
}

.twz-invite-candidate-actions {
    align-items: center;
    border-top: 1px solid #e7edf5;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top: 18px;
}

.twz-alert-create-button {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    min-height: 42px;
    padding: 0 20px;
}

.twz-add-job-button {
    flex: 0 0 auto;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    min-height: 30px;
    padding: 0 12px;
}

.twz-alerts-table {
    border-collapse: collapse;
    width: 100%;
}

.twz-alerts-table th,
.twz-alerts-table td {
    border-bottom: 1px solid #eef1f5;
    font-size: 14px;
    padding: 10px 8px;
    text-align: left;
    vertical-align: middle;
}

.twz-alerts-table th {
    color: #3c434a;
    font-weight: 700;
}

.twz-alert-actions {
    align-items: center;
    display: flex;
    gap: 4px;
    white-space: nowrap;
}

.twz-alert-actions .twz-delete-owned-post-form {
    display: inline-flex;
    margin: 0;
}

.twz-icon-button {
    align-items: center;
    display: inline-flex;
    line-height: 1;
    justify-content: center;
    height: 34px;
    min-height: 34px;
    min-width: 34px;
    padding: 0;
    width: 34px;
}

.twz-icon-button .dashicons {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    width: 17px;
}

.twz-jobs-manager-account-panel .twz-alert-actions .twz-icon-button.button {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #d7e0ec !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: #1464d2 !important;
    display: inline-flex !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 1 !important;
    min-height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    text-decoration: none !important;
    width: 34px !important;
}

.twz-jobs-manager-account-panel .twz-alert-actions .twz-icon-button.button:hover,
.twz-jobs-manager-account-panel .twz-alert-actions .twz-icon-button.button:focus {
    background: #f8fafc !important;
    border-color: #aeb9c8 !important;
    box-shadow: none !important;
    color: #075fc9 !important;
    transform: none !important;
}

.twz-icon-button-danger {
    color: #b32d2e !important;
}

.twz-icon-button-danger:hover,
.twz-icon-button-danger:focus {
    border-color: #d7e0ec !important;
    color: #8a2424 !important;
}

.twz-alert-modal,
.twz-jobs-manager-modal {
    display: none;
}

.twz-alert-modal.is-open,
.twz-jobs-manager-modal.is-open {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 18px;
    position: fixed;
    z-index: 100000;
}

.twz-alert-modal-backdrop,
.twz-alert-delete-confirm-backdrop,
.twz-jobs-manager-modal-backdrop {
    background: rgba(17, 24, 39, .48);
    inset: 0;
    position: absolute;
}

.twz-alert-modal-dialog,
.twz-jobs-manager-modal-dialog {
    background: #fff;
    border: 1px solid #d8dde6;
    box-shadow: 0 18px 50px rgba(17, 24, 39, .22);
    max-height: calc(100vh - 48px);
    max-width: 680px;
    overflow: auto;
    position: relative;
    width: min(680px, 100%);
}

.twz-alert-modal-dialog {
    border-radius: 8px;
    max-width: 760px;
    width: min(760px, 100%);
}

.twz-alert-delete-confirm-dialog {
    border-radius: 8px;
    max-width: 460px;
    width: min(460px, 100%);
}

.twz-alert-delete-confirm-message {
    color: #4b5565;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.twz-alert-delete-confirm-actions {
    align-items: center;
    border-top: 1px solid #eef1f5;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin: 20px 0 0;
    padding-top: 16px;
}

.twz-alert-delete-confirm-submit.button-primary {
    background: #b32d2e !important;
    border-color: #b32d2e !important;
    color: #fff !important;
}

.twz-alert-delete-confirm-submit.button-primary:hover,
.twz-alert-delete-confirm-submit.button-primary:focus {
    background: #8a2424 !important;
    border-color: #8a2424 !important;
    color: #fff !important;
}

.twz-job-create-modal-dialog {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    max-width: 940px;
    overflow: hidden;
    width: min(940px, 100%);
}

.twz-job-create-modal-dialog .twz-jobs-manager-modal-header {
    background: #fff;
    flex: 0 0 auto;
}

.twz-job-create-modal-dialog .twz-jobs-manager-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.twz-job-detail-modal-dialog {
    border-radius: 8px;
    max-height: min(760px, calc(100vh - 48px));
    max-width: 760px;
    overflow: hidden;
    width: min(760px, 100%);
}

.twz-job-login-modal-dialog {
    border-radius: 8px;
    max-height: min(720px, calc(100vh - 48px));
    max-width: 520px;
    width: min(520px, 100%);
}

.twz-job-apply-modal-dialog {
    border-radius: 8px;
    max-height: min(760px, calc(100vh - 48px));
    max-width: 640px;
    width: min(640px, 100%);
}

.twz-profile-contact-dialog {
    border-radius: 8px;
    max-height: min(760px, calc(100vh - 48px));
    max-width: 760px;
    width: min(760px, 100%);
}

.twz-alert-modal-header,
.twz-jobs-manager-modal-header {
    align-items: center;
    border-bottom: 1px solid #eef1f5;
    display: flex;
    justify-content: space-between;
    padding: 18px 22px;
}

.twz-job-detail-modal .twz-jobs-manager-modal-header {
    align-items: flex-start;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
}

.twz-alert-modal-title,
.twz-jobs-manager-modal-title {
    color: #111827;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0;
}

.twz-job-detail-modal .twz-jobs-manager-modal-title {
    font-size: 24px;
}

.twz-job-detail-company {
    color: #5d6673;
    font-size: 15px;
    font-weight: 700;
    margin: 6px 0 0;
}

.twz-alert-modal-close:not(.button),
.twz-jobs-manager-modal-close:not(.button) {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    padding: 0 2px;
}

.twz-alert-modal-form,
.twz-jobs-manager-modal-body {
    padding: 22px;
}

.twz-profile-contact-info {
    border-bottom: 1px solid #eef1f5;
    margin: 0 0 20px;
    padding: 0 0 18px;
}

.twz-profile-contact-info h4 {
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 14px;
}

.twz-profile-contact-info .twz-single-job-details {
    margin-bottom: 0;
}

.twz-profile-contact-modal .twz-profile-contact-panel {
    margin: 0;
}

.twz-profile-contact-modal .twz-profile-contact-form {
    margin: 0;
}

.twz-alert-fields-form,
.twz-alert-modal-form {
    display: block;
    margin: 0;
}

.twz-jobs-manager-account-panel .twz-alert-fields-form,
.twz-jobs-manager-account-panel .twz-alert-modal-form {
    display: block;
}

.twz-alert-fields-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.twz-alert-field {
    display: grid;
    gap: 7px;
    margin: 0;
    min-width: 0;
}

.twz-alert-field-wide {
    grid-column: 1 / -1;
}

.twz-alert-field-half {
    grid-column: span 3;
}

.twz-alert-field-third {
    grid-column: span 2;
}

.twz-alert-field label {
    color: #374151;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.twz-jobs-manager-account-panel .twz-alert-field label {
    color: #374151;
    font-size: 13px;
    font-weight: 800;
    margin: 0;
}

.twz-alert-field input,
.twz-alert-field select {
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    min-height: 42px;
    width: 100%;
}

.twz-jobs-manager-account-panel .twz-alert-field input,
.twz-jobs-manager-account-panel .twz-alert-field select {
    width: 100%;
}

.twz-alert-modal-form .twz_jobs_manager_recaptcha_container,
.twz-alert-fields-form .twz_jobs_manager_recaptcha_container {
    grid-column: 1 / -1;
    padding: 6px 0 0;
}

.twz-job-detail-modal .twz-jobs-manager-modal-body {
    max-height: calc(min(760px, 100vh - 48px) - 78px);
    overflow-y: auto;
    padding: 18px 22px 22px;
}

.twz-job-detail-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}

.twz-job-detail-chips span {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    padding: 7px 10px;
}

.twz-job-detail-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    margin: 0 0 18px;
}

.twz-job-detail-actions .button {
    font-weight: 700;
}

.twz-job-detail-section {
    border-top: 1px solid #eef1f5;
    padding: 18px 0 0;
}

.twz-job-detail-section + .twz-job-detail-section {
    margin-top: 18px;
}

.twz-job-detail-section h4 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.twz-job-detail-apply {
    background: #fff;
    bottom: -22px;
    margin-left: -22px;
    margin-right: -22px;
    padding: 16px 22px 22px;
    position: sticky;
}

.twz-job-detail-apply .twz-jobs-manager-apply h3 {
    font-size: 18px;
    margin-top: 0;
}

.twz-job-detail-apply .twz-jobs-manager-form p:last-child {
    margin-bottom: 0;
}

.twz-job-apply-modal .twz-jobs-manager-apply h3 {
    display: none;
}

.twz-job-apply-modal .twz-jobs-manager-form {
    margin: 0;
}

.twz-job-apply-modal .twz-jobs-manager-form p:last-child {
    margin-bottom: 0;
}

.twz-job-login-required-note {
    border-left: 4px solid #0d8bdc;
    color: #3f4957;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 8px 0 8px 14px;
}

.twz-job-login-modal .twz-jobs-manager-auth form {
    margin: 0;
}

.twz-job-login-modal .twz-jobs-manager-auth p {
    margin: 0 0 14px;
}

.twz-job-login-modal .twz-jobs-manager-auth label {
    color: #3f4957;
    font-weight: 700;
}

.twz-job-login-modal .twz-jobs-manager-auth input[type="text"],
.twz-job-login-modal .twz-jobs-manager-auth input[type="password"] {
    margin-top: 6px;
    width: 100%;
}

.twz-job-login-modal .twz-jobs-manager-auth .login-remember label {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    font-weight: 400;
}

.twz-alert-modal-form .twz-jobs-manager-form-actions,
.twz-jobs-manager-modal-body .twz-jobs-manager-form-actions {
    align-items: center;
    display: flex;
    gap: 8px;
}

.twz-alert-modal-form .twz-jobs-manager-form-actions,
.twz-alert-fields-form .twz-jobs-manager-form-actions {
    border-top: 1px solid #eef1f5;
    justify-content: flex-end;
    margin: 22px 0 0;
    padding-top: 18px;
}

.twz-alert-modal-form .twz-jobs-manager-form-actions .button,
.twz-alert-fields-form .twz-jobs-manager-form-actions .button {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    min-height: 40px;
    padding: 0 18px;
}

.twz-alert-modal-form .twz-alert-modal-close.button {
    background: #fff !important;
    border: 1px solid #cfd6df !important;
    color: #253041 !important;
}

.twz-alert-modal-form .twz-alert-modal-close.button:hover,
.twz-alert-modal-form .twz-alert-modal-close.button:focus {
    background: #f8fafc !important;
    border-color: #9aa6b2 !important;
    color: #111827 !important;
}

.twz-jobs-manager-modal-body .twz-jobs-manager-form-actions {
    justify-content: flex-end;
    padding-top: 12px;
}

.twz-profile-contact-modal .twz-jobs-manager-form-actions {
    justify-content: flex-start;
}

.twz-jobs-manager-modal-body .twz-jobs-manager-form-actions .button {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    min-height: 34px;
    padding: 0 14px;
}

.twz-jobs-manager-modal-body .twz-jobs-manager-modal-close.button {
    background: #fff !important;
    border: 1px solid #cfd6df !important;
    color: #253041 !important;
}

.twz-jobs-manager-modal-body .twz-jobs-manager-modal-close.button:hover,
.twz-jobs-manager-modal-body .twz-jobs-manager-modal-close.button:focus {
    background: #f8fafc !important;
    border-color: #9aa6b2 !important;
    color: #111827 !important;
}

.twz-job-create-modal-dialog .twz-jobs-manager-form {
    margin: 0;
}

.twz-job-create-modal-dialog .twz-jobs-manager-form-actions {
    background: #fff;
    border-top: 1px solid #eef1f5;
    bottom: -22px;
    justify-content: space-between;
    margin: 20px -22px 0;
    padding: 16px 22px 22px;
    position: sticky;
    z-index: 2;
}

.twz-job-edit-modal-header {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.twz-job-modal-status-badge {
    background: #f8fafc;
    border: 1px solid #d7dee8;
    border-radius: 999px;
    color: #536174;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 12px;
    white-space: nowrap;
}

.twz-form-actions-left,
.twz-form-actions-right {
    align-items: center;
    display: flex;
    gap: 8px;
}

.twz-form-actions-right {
    margin-left: auto;
}

.twz-job-delete-button.button {
    background: #fff5f5 !important;
    border: 1px solid #fda29b !important;
    color: #b42318 !important;
}

.twz-job-delete-button.button:hover,
.twz-job-delete-button.button:focus {
    background: #fee4e2 !important;
    border-color: #f97066 !important;
    color: #912018 !important;
}

.twz-jobs-manager-archive {
    color: #1f2933;
}

.twz-jobs-manager-archive .twz-jobs-manager-filters {
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(31, 41, 51, .06);
    display: grid;
    gap: 12px;
    margin: 0 0 14px;
    padding: 12px;
}

.twz-jobs-search-main {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(180px, 1.4fr) minmax(140px, 1fr) minmax(140px, 1fr) auto auto;
}

.twz-jobs-manager-archive .twz-jobs-search-main input,
.twz-jobs-manager-archive .twz-jobs-search-main select,
.twz-jobs-filter-modal input,
.twz-jobs-filter-modal select {
    background: #f8fafc;
    border: 1px solid #d9e0ea;
    border-radius: 6px;
    color: #26313f;
    font-size: 14px;
    min-height: 42px;
    padding: 8px 11px;
}

.twz-jobs-manager-archive .twz-jobs-search-main input:focus,
.twz-jobs-manager-archive .twz-jobs-search-main select:focus,
.twz-jobs-filter-modal input:focus,
.twz-jobs-filter-modal select:focus {
    background: #fff;
    border-color: #1464d2;
}

.twz-jobs-manager-archive .twz-jobs-search-main select:disabled {
    color: #8a95a5;
    cursor: not-allowed;
}

.twz-jobs-manager-archive .twz-jobs-manager-filters input[type="checkbox"] {
    accent-color: #1464d2;
    height: 18px;
    min-height: 18px;
    width: 18px;
}

.twz-jobs-manager-archive .twz-jobs-search-submit,
.twz-job-row .twz-jobs-manager-card-actions .button,
.twz-job-detail-actions .button,
.twz-job-apply-modal .button.button-primary,
.twz-job-login-modal .button.button-primary {
    background: #1464d2;
    border: 1px solid #1464d2;
    border-radius: 999px;
    color: #fff;
    letter-spacing: .01em;
    text-transform: none;
}

.twz-jobs-manager-archive .twz-jobs-search-submit:hover,
.twz-jobs-manager-archive .twz-jobs-search-submit:focus,
.twz-job-row .twz-jobs-manager-card-actions .button:hover,
.twz-job-row .twz-jobs-manager-card-actions .button:focus,
.twz-job-detail-actions .button:hover,
.twz-job-detail-actions .button:focus,
.twz-job-apply-modal .button.button-primary:hover,
.twz-job-apply-modal .button.button-primary:focus,
.twz-job-login-modal .button.button-primary:hover,
.twz-job-login-modal .button.button-primary:focus {
    background: #0f55bb;
    border-color: #0f55bb;
    color: #fff;
}

.twz-jobs-filter-toggle.button {
    align-items: center;
    background: #fff;
    border: 1px solid #cfd8e5;
    border-radius: 999px;
    color: #253041;
    display: inline-flex;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
}

.twz-jobs-filter-toggle.button:hover,
.twz-jobs-filter-toggle.button:focus {
    background: #f8fafc;
    border-color: #aeb9c8;
    color: #111827;
}

.twz-jobs-filter-toggle .dashicons {
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    width: 17px;
}

.twz-jobs-filter-toggle strong {
    align-items: center;
    background: #1464d2;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 5px;
}

.twz-jobs-active-filters {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.twz-jobs-filter-chip {
    align-items: center;
    background: #eef5ff;
    border: 1px solid #cfe1fb;
    border-radius: 999px;
    color: #1f3d66;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    line-height: 1;
    min-height: 30px;
    padding: 0 10px 0 12px;
    text-decoration: none;
}

.twz-jobs-filter-chip:hover,
.twz-jobs-filter-chip:focus {
    background: #dcebff;
    color: #102a4c;
}

.twz-jobs-filter-chip strong {
    font-size: 16px;
    line-height: 1;
}

.twz-jobs-filter-clear {
    color: #5d6673;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.twz-jobs-filter-clear:hover,
.twz-jobs-filter-clear:focus {
    color: #111827;
}

.twz-jobs-filter-modal-dialog {
    max-width: 760px;
}

.twz-jobs-filter-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.twz-jobs-filter-field label {
    color: #283241;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 6px;
}

.twz-jobs-filter-range {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.twz-jobs-filter-check {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #dce3ec;
    border-radius: 6px;
    display: flex !important;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
}

.twz-jobs-filter-check span {
    margin: 0;
}

.twz-jobs-filter-modal-actions {
    align-items: center;
    border-top: 1px solid #edf1f6;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 18px;
    padding-top: 16px;
}

.twz-jobs-manager-archive-job .twz-jobs-manager-list {
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(31, 41, 51, .06);
    overflow: hidden;
}

.twz-jobs-manager-archive-job .twz-job-row {
    border: 0;
    border-radius: 0;
    grid-template-columns: 56px minmax(0, 1fr) minmax(92px, auto);
    padding: 18px 18px 16px;
}

.twz-jobs-manager-archive-job .twz-job-row + .twz-job-row {
    border-top: 1px solid #edf1f6;
}

.twz-jobs-manager-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 18px;
}

.twz-jobs-manager-pagination .page-numbers {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    color: #253041;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 36px;
    min-width: 36px;
    padding: 0 13px;
    text-decoration: none;
}

.twz-jobs-manager-pagination .page-numbers.current {
    background: #1464d2;
    border-color: #1464d2;
    color: #fff;
}

.twz-jobs-manager-pagination a.page-numbers:hover,
.twz-jobs-manager-pagination a.page-numbers:focus {
    background: #eef5ff;
    border-color: #bdd5f8;
    color: #102a4c;
}

.twz-jobs-manager-archive-job .twz-job-row:hover,
.twz-jobs-manager-archive-job .twz-job-row.is-selected {
    background: #f0f6ff;
    border-color: #edf1f6;
}

.twz-jobs-manager-archive-job .twz-job-row-logo {
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
    font-size: 22px;
    height: 56px;
    width: 56px;
}

.twz-jobs-manager-archive-job .twz-jobs-manager-card-main h3 {
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 6px;
}

.twz-jobs-manager-archive-job .twz-jobs-manager-card-company {
    color: #253041;
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.twz-jobs-manager-archive-job .twz-job-row-location {
    color: #738093;
    font-size: 14px;
    margin-bottom: 8px;
}

.twz-jobs-manager-archive-job .twz-job-row-chips {
    color: #687385;
    font-size: 13px;
    gap: 6px 11px;
    margin-bottom: 12px;
}

.twz-jobs-manager-archive-job .twz-job-row-chips span:before {
    background: #8a95a5;
    height: 4px;
    width: 4px;
}

.twz-jobs-manager-archive-job .twz-job-row .twz-jobs-manager-excerpt {
    color: #4b5565;
    font-size: 14px;
    line-height: 1.55;
    max-width: 760px;
}

.twz-jobs-manager-archive-job .twz-job-row .twz-jobs-manager-card-actions {
    gap: 8px;
    margin-top: 14px;
}

.twz-jobs-manager-archive-job .twz-job-row .twz-jobs-manager-card-actions .button {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 36px;
    min-width: 112px;
    padding: 0 16px;
    text-align: center;
    white-space: nowrap;
}

.twz-jobs-manager-archive-job .twz-job-row .twz-jobs-manager-card-actions .button:not(.button-primary) {
    background: #fff;
    border-color: #cfd8e5;
    color: #253041;
}

.twz-jobs-manager-archive-job .twz-job-row .twz-jobs-manager-card-actions .button:not(.button-primary):hover,
.twz-jobs-manager-archive-job .twz-job-row .twz-jobs-manager-card-actions .button:not(.button-primary):focus {
    background: #f8fafc;
    border-color: #aeb9c8;
    color: #111827;
}

.twz-jobs-manager-archive-job .twz-job-row-tools {
    align-items: flex-end;
    justify-content: flex-end;
}

.twz-job-row-applied-status {
    align-items: center;
    background: #eafaf1;
    border: 1px solid #9ee6bd;
    border-radius: 999px;
    color: #137b43;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 5px;
    line-height: 1;
    padding: 8px 10px;
    white-space: nowrap;
}

.twz-job-row-applied-status .dashicons {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    width: 16px;
}

.twz-job-applied-badge.button,
.twz-job-applied-badge.button:hover,
.twz-job-applied-badge.button:focus {
    background: #eafaf1;
    border-color: #9ee6bd;
    color: #137b43;
    cursor: default;
    pointer-events: none;
}

.twz-jobs-manager-archive-job .twz-icon-button {
    background: #fff;
    border: 1px solid #d8e0eb;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(31, 41, 51, .05);
    color: #1464d2;
    min-height: 36px;
    min-width: 36px;
}

.twz-jobs-manager-archive-job .twz-icon-button:hover,
.twz-jobs-manager-archive-job .twz-icon-button:focus {
    background: #eef5ff;
    border-color: #aac7f2;
}

.twz-job-detail-modal-dialog,
.twz-job-apply-modal-dialog,
.twz-job-login-modal-dialog {
    border: 0;
    box-shadow: 0 24px 70px rgba(17, 24, 39, .28);
}

.twz-job-detail-modal .twz-jobs-manager-modal-header,
.twz-job-apply-modal .twz-jobs-manager-modal-header,
.twz-job-login-modal .twz-jobs-manager-modal-header {
    padding: 18px 22px;
}

.twz-job-detail-modal .twz-jobs-manager-modal-title,
.twz-job-apply-modal .twz-jobs-manager-modal-title,
.twz-job-login-modal .twz-jobs-manager-modal-title {
    color: #111827;
    font-size: 22px;
    font-weight: 800;
}

.twz-job-detail-modal .twz-jobs-manager-modal-body,
.twz-job-apply-modal .twz-jobs-manager-modal-body,
.twz-job-login-modal .twz-jobs-manager-modal-body {
    padding: 22px;
}

.twz-job-detail-chips span {
    background: #f8fafc;
    border-color: #dce3ec;
    border-radius: 6px;
    color: #344154;
    font-weight: 700;
}

.twz-job-detail-section h4 {
    color: #111827;
    font-size: 16px;
    font-weight: 800;
}

.twz-job-detail-section {
    border-top-color: #edf1f6;
}

@media (max-width: 640px) {
    .twz-alert-modal.is-open,
    .twz-jobs-manager-modal.is-open {
        padding: 10px;
    }

    .twz-jobs-search-main {
        grid-template-columns: 1fr;
    }

    .twz-jobs-manager-archive .twz-jobs-search-submit,
    .twz-jobs-filter-toggle.button {
        width: 100%;
    }

    .twz-jobs-filter-modal-dialog {
        max-height: calc(100vh - 20px);
    }

    .twz-jobs-filter-grid,
    .twz-jobs-filter-range {
        grid-template-columns: 1fr;
    }

    .twz-jobs-filter-modal-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .twz-jobs-filter-modal-actions .button {
        text-align: center;
        width: 100%;
    }

    .twz-job-detail-modal-dialog {
        max-height: calc(100vh - 20px);
    }

    .twz-job-login-modal-dialog {
        max-height: calc(100vh - 20px);
    }

    .twz-job-apply-modal-dialog {
        max-height: calc(100vh - 20px);
    }

    .twz-job-detail-modal .twz-jobs-manager-modal-body {
        max-height: calc(100vh - 98px);
        padding: 16px;
    }

    .twz-job-detail-apply {
        bottom: -16px;
        margin-left: -16px;
        margin-right: -16px;
        padding: 14px 16px 16px;
    }

    .twz-jobs-manager-details {
        grid-template-columns: 1fr;
    }

    .twz-single-job-header {
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 18px;
    }

    .twz-single-job-nav {
        align-items: stretch;
        flex-direction: column;
        padding: 14px 18px;
    }

    .twz-single-job-nav .button {
        justify-content: center;
        width: 100%;
    }

    .twz-single-job-logo {
        font-size: 22px;
        height: 56px;
        width: 56px;
    }

    .twz-single-job-heading h4 {
        font-size: 21px;
    }

    .twz-single-job-actions {
        grid-column: 1 / -1;
    }

    .twz-single-job-actions .button,
    .twz-single-job-apply-actions .button {
        width: 100%;
    }

    .twz-single-job-section {
        padding: 20px 18px;
    }

    .twz-single-job-details {
        grid-template-columns: 1fr;
    }

    .twz-single-job-details dt {
        padding-bottom: 4px;
    }

    .twz-single-job-details dd {
        border-top: 0;
        padding-top: 0;
    }

    .twz-single-employer-header {
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 18px;
    }

    .twz-single-employer-logo {
        font-size: 22px;
        height: 56px;
        width: 56px;
    }

    .twz-single-employer-heading h4 {
        font-size: 21px;
    }

    .twz-single-employer-actions {
        grid-column: 1 / -1;
    }

    .twz-single-employer-actions .button {
        width: 100%;
    }

    .twz-job-row {
        grid-template-columns: 52px minmax(0, 1fr);
        padding: 14px;
    }

    .twz-job-row-logo {
        font-size: 22px;
        height: 52px;
        width: 52px;
    }

    .twz-candidate-row {
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 14px;
    }

    .twz-employer-row {
        grid-template-columns: 56px minmax(0, 1fr);
        padding: 14px;
    }

    .twz-candidate-row-photo {
        font-size: 17px;
        height: 56px;
        width: 56px;
    }

    .twz-employer-row-logo {
        font-size: 17px;
        height: 56px;
        width: 56px;
    }

    .twz-job-row-tools {
        grid-column: 2;
        justify-content: flex-start;
    }

    .twz-jobs-manager-account-tab {
        padding: 10px 12px;
    }

    .twz-jobs-manager-account-panel {
        padding: 14px;
    }

    .twz-jobs-manager-account-panel .twz-jobs-manager-form {
        grid-template-columns: 1fr;
    }

    .twz-profile-contact-form {
        grid-template-columns: 1fr;
    }

    .twz-invite-candidate-grid {
        grid-template-columns: 1fr;
    }

    .twz-invite-candidate-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .twz-invite-candidate-actions .button {
        justify-content: center;
        width: 100%;
    }

    .twz-jobs-manager-account-panel .twz-jobs-manager-form-field,
    .twz-jobs-manager-account-panel .twz-field-third {
        grid-column: 1 / -1 !important;
    }

    .twz-jobs-manager-account-panel .twz-field-id-_twz_employer_category,
    .twz-jobs-manager-account-panel .twz-field-id-_twz_employer_location,
    .twz-jobs-manager-account-panel .twz-field-id-_twz_employer_show_profile {
        grid-column: 1 / -1 !important;
    }

    .twz-public-profile-link {
        grid-template-columns: 1fr;
    }

    .twz-alerts-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .twz-alert-panel-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .twz-alert-create-button {
        width: 100%;
    }

    .twz-alert-modal.is-open {
        align-items: flex-end;
        padding: 12px;
    }

    .twz-alert-modal-dialog {
        max-height: calc(100vh - 24px);
        width: 100%;
    }

    .twz-alert-modal-header,
    .twz-alert-modal-form {
        padding-left: 16px;
        padding-right: 16px;
    }

    .twz-alert-fields-grid {
        grid-template-columns: 1fr;
    }

    .twz-single-employer-section-header,
    .twz-single-employer-media-body,
    .twz-employer-profile-gallery {
        padding-left: 16px;
        padding-right: 16px;
    }

    .twz-employer-video-card {
        min-height: 180px;
    }

    .twz-employer-video-play {
        border-radius: 12px;
        height: 52px;
        width: 74px;
    }

    .twz-employer-video-play:before {
        border-bottom-width: 12px;
        border-left-width: 18px;
        border-top-width: 12px;
    }

    .twz-employer-profile-gallery {
        gap: 8px;
        grid-template-columns: 36px minmax(0, 1fr) 36px;
    }

    .twz-employer-gallery-scroll {
        height: 36px;
        width: 36px;
    }

    .twz-employer-gallery-thumb {
        flex-basis: 126px;
        height: 96px;
    }

    .twz-employer-gallery-lightbox {
        padding: 58px 14px 18px;
    }

    .twz-employer-gallery-lightbox img {
        max-height: 82vh;
        max-width: 96vw;
    }

    .twz-alert-field,
    .twz-alert-field-wide,
    .twz-alert-field-half,
    .twz-alert-field-third {
        grid-column: 1 / -1;
    }

    .twz-alert-modal-form .twz-jobs-manager-form-actions,
    .twz-alert-fields-form .twz-jobs-manager-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .twz-alert-modal-form .twz-jobs-manager-form-actions .button,
    .twz-alert-fields-form .twz-jobs-manager-form-actions .button {
        width: 100%;
    }
}
