/* Matching Portal - CSS definitions. */

/* montserrat-regular - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v29-latin_latin-ext-regular.woff2') format('woff2');
}

/* montserrat-600 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v29-latin_latin-ext-600.woff2') format('woff2');
}

/* montserrat-700 - latin_latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v29-latin_latin-ext-700.woff2') format('woff2');
}

/*********************** Body */
/* Show footer at the bottom of the browser window. */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main,
div.elementor {
    flex-grow: 1;
}

/*********************** Header */
/* Header navigation menu. */
.nav-header a {
    column-gap: 10px;
}

.nav-header a::before {
    font-family: 'Font Awesome 5 Free';
    position: relative;
    font-weight: 600;
}

.nav-header .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted)::before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .nav-header .elementor-item::before {
    opacity: inherit;
    background-color: inherit;
    transform: none;
    transition: none;
}

.nav-header.nav-header-chats a::before {
    content: '\f086';
    font-weight: 400;
}

.elementor-nav-menu--main .elementor-nav-menu .nav-header-chats a {
    padding: 13px 26px 13px 20px;
}

.mp-mobile-new-messages .fa-comments::before {
    font-size: 20px;
}

.nav-header.nav-header-chats.menu-item.menu-item-type-post_type a i.new-messages {
    position: relative;
    top: -5px;
    display: flex;
    right: 6px;
    justify-content: center;
    align-items: center;
    padding: 3px 4px 2px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    color: #ffffff;
    background-image: linear-gradient(45deg, #ebd4bb, #865f42);
}

.nav-header.nav-header-events a::before {
    content: '\f783';
}

.nav-header.nav-header-network a::before {
    content: '\f6ff';
}

.nav-header.nav-header-news a::before {
    content: '\f1ea';
}

.nav-header.nav-header-profile a::before {
    content: '\f007';
    font-weight: 400;
}

.nav-header.nav-header-register a::before {
    content: '\f4ff';
}

.nav-header.nav-header-login a::before {
    content: '\f2f6';
}

.nav-header.nav-header-logout a::before {
    content: '\f2f5';
}

.nav-header.nav-header-personal-profiling a::before,
.nav-header.nav-header-personality-analysis a::before {
    content: '\f201';
}

.elementor-shortcode .mp-mobile-new-messages {
    position: relative;
    top: -3px;
    color: #ffffff;
}

.mp-mobile-new-messages i {
    position: relative;
    top: 5px;
}

.mp-mobile-new-messages:hover i {
    color: #a7876b
}

.mp-mobile-new-messages span {
    position: absolute;
    top: 0;
    right: -3px;
    padding: 2px 4px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    border-radius: 5px;
    background-image: linear-gradient(45deg, #ebd4bb, #865f42);
}

/*********************** Content */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

[type="button"]:focus,
[type="submit"]:focus,
button:focus {
    outline: 0;
}

.mp-loading {
    text-align: center;
    font-size: 1rem;
}

.nf-fu-progress-bar {
    background: linear-gradient(45deg, #ebd4bb, #865f42);
}

div.nf-form-content {
    padding: 0;
}

div.nf-field-container {
    margin-bottom: 12px;
}

.nf-form-content .nf-pass.field-wrap .nf-field-element:after {
    display: none;
}

a.mp-link-button,
.nf-form-content .nf-element[type="button"],
.nf-form-content .nf-element[type="submit"],
.nf-form-content .nf-next-item .nf-next,
.nf-form-content .nf-previous-item .nf-previous {
    height: 40px;
    padding: 12px 24px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 50px;
    background-image: linear-gradient(45deg, #ebd4bb, #865f42);
}

a.mp-link-button:hover,
.nf-form-content .nf-element[type="button"]:hover,
.nf-form-content .nf-element[type="submit"]:hover,
.nf-form-content .nf-next-item .nf-next:hover,
.nf-form-content .nf-previous-item .nf-previous:hover {
    color: #ffffff;
    background-image: linear-gradient(45deg, #d3bea8, #78553b);
}

.nf-form-content .nf-element[type="button"]:focus,
.nf-form-content .nf-element[type="submit"]:focus,
.nf-form-content .nf-next-item .nf-next:focus,
.nf-form-content .nf-previous-item .nf-previous:focus {
    outline: none;
}

.nf-form-content .nf-element[type="tel"],
.nf-form-content .nf-element[type="email"],
.nf-form-content .nf-element[type="number"],
.nf-form-content .nf-element[type="text"],
.nf-form-content .nf-element[type="password"],
.nf-form-content textarea.nf-element {
    min-height: 47px;
    padding: 6px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2f2f2e;
    border: 1px solid #69727d;
    border-radius: 4px;
    background-color: #ffffff;
}

.nf-form-content .nf-element[type="tel"]:focus,
.nf-form-content .nf-element[type="email"]:focus,
.nf-form-content .nf-element[type="number"]:focus,
.nf-form-content .nf-element[type="text"]:focus,
.nf-form-content .nf-element[type="password"]:focus,
.nf-form-content textarea.nf-element:focus,
.nf-form-content select.nf-element.ninja-forms-field:focus {
    border: 1px solid #333333;
    color: #2f2f2e;
}

.nf-form-content textarea.nf-element {
    height: 125px;
}

.mp-toggle-password-visibility {
    position: absolute;
    top: 17px;
    right: 5px;
    cursor: pointer;
}

.nf-field-element .mp-toggle-password-visibility.fa-eye,
.nf-field-element .mp-toggle-password-visibility.fa-eye-slash {
    top: 1px;
    right: 1px;
    padding: 16px;
}

.nf-error .nf-field-element .mp-toggle-password-visibility {
    right: 50px;
}

.nf-form-content select.nf-element.ninja-forms-field {
    min-height: 47px;
    padding: 6px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2f2f2e;
    border: 1px solid #69727d;
    border-radius: 4px;
    background: transparent;
}

.nf-form-cont .listselect-container .nf-field .nf-field-element div {
    background: 0;
    border: 0;
    color: transparent;
}

.nf-form-content hr.ninja-forms-field {
    border: 1px solid #a7876b;
    margin: 0 0 20px;
}

.nf-form-cont .nf-form-title h3,
.nf-form-cont .nf-field-element h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.nf-form-content .nf-cell .nf-field .nf-field-label {
    margin: 0 0 4px;
}

.nf-form-content .nf-field-label label,
.nf-form-content .nf-field-label span:not(.nf-help) {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.jBox-content {
    max-width: 300px;
    font-size: 14px;
}

.nf-form-content .checkbox-container .nf-field-label label::before {
    top: -3px;
}

.nf-form-fields-required {
    display: none;
}

span.ninja-forms-req-symbol {
    color: #d0bc82;
}

.nf-field-description {
    margin: -4px 0 4px;
}

#nf-form-5-cont .nf-mp-footer,
#nf-form-8-cont .nf-mp-footer {
    margin: 40px 0 0;
    border-top: 2px solid #a7876b;
}

/* Forms: login, lost password, passwort reset. */
.mp-form {
    font-family: 'Roboto', sans-serif;
}

.mp-form p {
    position: relative;
    margin: 0 0 15px;
}

.mp-form label {
    margin: 0 0 6px;
}

.mp-form label[for="remember"] {
    margin: 0;
}

.mp-form .mp-required {
    color: #d0bc82;
}

.mp-form input[type="text"],
.mp-form input[type="password"] {
    min-height: 47px;
    height: 50px;
    padding: 6px 16px;
    border-radius: 4px;
}

.mp-form input:focus-visible {
    outline: none;
}

.mp-form .mp-toggle-password-visibility.fa-eye {
    top: 26px;
    right: 1px;
    padding: 16px;
}

.mp-form .mp-toggle-password-visibility.fa-eye-slash {
    top: 26px;
    right: 0;
    padding: 16px;
}

.mp-form .mp-status-message.error-message {
    color: #e80000;
}

.mp-form .mp-status-message.success.message {
    color: #008000;
}

.mp-form .lost-password {
    margin: 0;
}

/* 2FA Form. */
#content.post-2017 {
    display: block;
}

.wpdef-2fa-form {
    padding: 26px 24px 34px;
    background: #ffffff;
    box-shadow: 2px 2px 10px 3px #00000080;
}

.wpdef-2fa-form input[name="otp"]:focus {
    border-color: #333333;
    box-shadow: none;
    outline: none;
}

.wpdef-2fa-form .button,
#wpdef-2fa-form-fallback-email .wpdef-2fa-email-resend input[type="submit"].button {
    display: block;
    margin: 0 auto;
    float: none;
    padding: 12px 24px 12px 24px;
    background-color: #A7876B;
    background-image: linear-gradient(45deg, #EBD4BB 0%, #865F42 100%);
    border-style: none;
    border-radius: 100px 100px 100px 100px;
    color: #ffffff;
}

.wpdef-2fa-form .button:hover {
    background-image: linear-gradient(45deg, #D3BEA8 0%, #78553B 100%);
}

.wpdef-2fa-email-resend {
    margin-top: 15px;
}

/* Page 'Network - Profile'. */
#mp-network-profile-container {
    margin: -10px;
}

#mp-network-profile-container .mp-loading {
    margin: 20px 0;
}

#mp-network-profile-container .company-banner {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1b3a36;
}

img.company-logo {
    box-shadow: 1px 1px 1px #000000;
    border-radius: 50%;
    max-width: 200px;
    position: initial;
}

.key-info {
    display: flex;
    justify-content: space-between;
}

.company-profile-content {
    padding: 25px;
    background: #d4d8d7;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.company-profile-content::-webkit-scrollbar {
    display: none;
}

.network-company-profile-button-container {
    text-align: center;
}

.company-profile-link-with * {
    text-align: center;
}

.company-profile-link-with i {
    margin-right: 5px;
}

.company-profile-link-with.status-1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.company-profile-link-with.status-1 .btn-link-with,
.company-profile-link-with.status-1 .btn-not-link-with {
    width: 100%;
}

.company-profile-link-with.status-1 h5 {
    margin: unset;
}

.mp-decline-company-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mp-decline-company-link #mp_reason_info {
    display: none;
}

.mp-decline-company-link button {
    align-self: center;
}

.mp-network-talent-profile-container {
    display: flex;
    height: 700px;
}

.network-talent-profile-sidebar {
    background: #1b3a36;
    padding: 35px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.network-talent-profile-sidebar-data,
.network-talent-profile-sidebar-connect p {
    text-align: center;
}

.network-talent-profile-sidebar-data .network-talent-profile-picture {
    max-width: 175px;
}

.network-talent-profile-sidebar-connect > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.network-talent-profile-content-info-icon,
.network-company-profile-icon {
    color: #ad9079;
    width: 20px;
    text-align: center;
}

.network-company-profile-icon {
    width: 30px;
}

.network-talent-profile-content {
    padding: 25px;
    flex-grow: 1;
    background: #d4d8d7;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.network-talent-profile-content::-webkit-scrollbar {
    display: none;
}

.network-talent-profile-content-info,
.network-talent-profile-content-summary,
.network-talent-profile-content-employer-wish {
    padding-bottom: 10px;
}

table.network-talent-profile-table {
    cursor: default;
}

.network-talent-profile-table tr:hover th,
.network-talent-profile-table tr:hover td {
    background-color: transparent;
}

table.network-talent-profile-table tbody>tr:nth-child(odd)>td,
table.network-talent-profile-table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.network-talent-profile-table td,
.network-talent-profile-table th {
    border: 0;
    padding: 3px 0;
}

.network-talent-profile-table th {
    text-align: left;
    width: 155px;
}

button.btn-link-with-disabled {
    background-image: linear-gradient(90deg, #e0ddd8 0%, #98928d 100%);
}

button.btn-link-with-disabled:hover {
    color: #ffffff;
    background-color: unset;
    background-image: linear-gradient(90deg, #e0ddd8 0%, #98928d 100%);
}

i.eicon-close:focus-visible {
    outline: unset;
}

/* Single Posts. */
.post-comment-box {
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    margin-bottom: 30px;
}

p.logged-in-as,
input.post-comment-submit {
    display: none;
}

.like-button-container {
    flex-grow: 1;
    text-align: center;
    padding: 0 10px ;
}

.comment-input-container {
    flex-grow: 9;
    padding: 0 25px;
}

.like-button-container .pld-like-dislike-wrap.pld-template-1 {
    border-radius: 65px;
    border: 1px solid #efefef;
    margin-bottom: unset;
    padding: 5px 10px;
    text-align: end;
}

.comment-form-comment input[type="text"] {
    border: 1px solid #bebbbb;
}

.comment {
    background: #ffffff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.comment-author-meta {
    display: flex;
    padding: 5px 0 0 10px;
}

.comment-details {
    align-items: center;
    display: flex;
    margin-right: 10px;
}

.comment-date {
    margin: unset;
}

.comment-text {
    padding: 0 25px 5px;
}

#comments .comment .avatar {
    position: unset;
}

/* Elementor Popups. */
.elementor-popup-modal .dialog-close-button:focus-visible,
.elementor-popup-modal .dialog-close-button:focus {
    outline: 0;
}

.elementor-popup-modal .elementor-button:focus-visible ,
.elementor-popup-modal .elementor-button:focus {
    outline: 0;
    color: #ffffff;
}

/* Page 'Chat'. */
.mp-chat {
    display: flex;
    flex-flow: row nowrap;
    min-height: 70vh;
    padding: 0 10px;
}

.mp-chat-contact-list {
    display: flex;
    flex-flow: column nowrap;
    flex-shrink: 1;
    width: 20%;
}

.mp-chat-contact-list ul {
    padding: 0;
}

.mp-chat-new-messages-container {
    position: absolute;
    display: inline-block;
}

.mp-chat-new-messages {
    position: absolute;
    top: 12px;
    left: 25px;
    padding: 3px 8px 5px;
    font-size: 0.7rem;
    line-height: 1;
    color: #ffffff;
    border-radius: 40px;
    background: linear-gradient(45deg, #ebd4bb, #865f42);
}

.mp-chat-contact-item {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 15px 10px 5px;
    border-right: 1px solid #616161;
    cursor: pointer;
}

.mp-chat-contact-item.mp-chat-active {
    border-right: 0;
    border-radius: 10px;
}

.unactive-before {
    border-bottom: 1px solid #616161;
    border-bottom-right-radius: 10px;
}

.unactive-after {
    border-top: 1px solid #616161;
    border-top-right-radius: 10px;
}

.mp-chat-contact-item img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
}

.mp-chat-contact-item .mp-chat-contact-item-name {
    font-weight: 400;
    margin-left: 10px;
}

.mp-chat-partner-container {
    display: flex;
    flex-grow: 0;
    justify-content: center;
    margin: 0 0 20px;
}

.mp-chat-partner {
    padding: 0 10px 2px;
    align-self: center;
    color: #ffffff;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #e3c6a4 0%, #876043 100%);
    background-color: transparent;
}

.mp-chat-contact-messages {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    width: 70%;
    padding: 0 10px;
    word-wrap: break-word;
}

.mp-chat-contact-messages p {
    text-align: center;
}

.mp-chat-messages {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1;
    align-items: stretch;
}

.mp-chat-messages .mp-chat-message-deleted {
    font-size: 0.7rem;
    font-weight: 500;
    font-style: italic;
}

.mp-chat-source {
    padding-left: 40px;
}

.mp-chat-target {
    padding-right: 40px;
}

.mp-chat-message {
    width: 45%;
    margin: 5px;
    padding: 15px 15px 10px;
    border-radius: 15px;
    background-color: #e4e4e4;
}

.mp-chat-target {
    align-self: flex-start;
    border-bottom-left-radius: 5px;
}

.mp-chat-source {
    align-self: flex-end;
    border-bottom-right-radius: 5px;
}

.mp-chat-message-data {
    font-size: 0.8rem;
    font-weight: 500;
    font-style: italic;
    text-align: end;
}

.mp-chat-message-delete {
    cursor: pointer;
}

.mp-chat-message-delete::after {
    content: '\f1f8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
}

.mp-chat-input {
    display: flex;
    flex-grow: 0;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-top: 20px;
}

.mp-chat-message-content:focus {
    padding-bottom: 75px;
}

.mp-chat-message-content {
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    outline: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mp-chat-message-content::-webkit-scrollbar {
    display: none;
}

button.mp-chat-send-message-button {
    padding: 15px 25px;
    font-size: 1.4rem;
    border-radius: 25px;
}

.mp-chat-send-message-button::before {
    content: '\f1d8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

/* Page 'Network - Filter'. */
.mp-filter-content h2 {
    text-align: center;
}

.mp-filter-content b {
    font-size: 18px;
}

.mp-filter {
    max-height: 310px;
    overflow: auto;
    margin-top: 4px;
}

.mp-filter-content .fa-spinner {
    margin-right: 5px;
}

.mp-filter-content h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.mp-filter-content h3:nth-child(n+1) {
    margin-top: 10px;
}

.mp-rb-container,
.mp-cb-container {
    display: block;
    padding-left: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    user-select: none;
}

.mp-rb-container input,
.mp-cb-container input {
    cursor: pointer;
}

/* Page 'Network - Filter Configuration'. */
.mp-filter-selection {
    display: flex;
    justify-content: right;
    flex-flow: row wrap;
    gap: 3px;
}

.mp-filter-selection-all-item,
.mp-filter-selection-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 2px 10px 5px;
    line-height: 1;
    color: #ffffff;
    border: 1px solid #1d3d37;
    border-radius: 100px;
    background-color: #1d3d37;
}

.mp-filter-selection-all-item {
    pointer-events: none;
}

.mp-filter-selection-item {
    cursor: pointer;
}

.mp-filter-selection-item:hover {
    background-color: #33504b;
    border-color: #33504b;
}

.mp-filter-selection-item::after {
    content: '\f00d';
    padding: 0 0 0 6px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
}

/* Page 'Profile Approval'. */
img.mp-approval-user-icon {
    width: 60px;
    height: 60px;
    max-width: 60px;
    border-radius: 50%;
}

#mp-profile-approval-overview {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    gap: 0 30px;
}

#mp-profile-approval-overview div button {
    display: block;
    margin: 0 0 5px;
}

#mp-profile-approval-content {
    flex-grow: 1;
}

#mp-profile-approval-list tr th,
#mp-profile-approval-list tr td {
    border: 0;
    vertical-align: middle;
    text-align: left;
}

#mp-profile-approval-list tr td {
    cursor: pointer;
}

#mp-profile-approval-list tr td:first-of-type {
    align-items: center;
    column-gap: 15px;
    display: flex;
    flex-direction: row;
}

.mp-approval-no-outstanding {
    text-align: center;
}

.mp-tag {
    padding: 1px 6px 3px;
    margin-top: 3px;
    border-radius: 5px;
    line-height: 15px;
    font-size: 12px;
    color: #ffffff;
    user-select: none;
}

.elementor-heading-title .mp-tag {
    margin: 0;
    padding-top: 3px;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    user-select: none;
}

.mp-tag-inactive {
    background-color: #616161;
}

.mp-tag-hired,
.mp-tag-new {
    background-color: #96765a;
}

.mp-tag-new::after {
    content: "NEU";
}

.mp-approval-outstanding-button,
.mp-approval-lastchecked-button {
    margin: 5px;
}

#mp-approval-sort-amount-button {
    width: 186px;
}

#mp-approval-sort-amount-button i {
    padding: 0 5px 0 0;
}

/* Page 'Profile Approval - Entry'. */
#mp-profile-approval-item-details {
    margin: 0 auto;
    width: 75%;
}

.mp-card-element {
    -webkit-box-shadow: 0px 5px 5px #00000033;
    background-color: #ffffff;
    box-shadow: 0px 5px 5px #00000033;
    padding: 50px;

    .italic {
        font-style: italic;
    }
}

.mp-card-element > div {
    margin: 0 0 15px 0;
}

.mp-card-element:not(:last-of-type) {
    margin-bottom: 50px;
}

.mp-card-element a {
    word-wrap: break-word;
}

.mp-profile-approval-item-key-data {
    column-gap: 5px;
    display: flex;
}

.mp-profile-property {
    color: #676767;
}

.mp-profile-approval-item-details {
    display: flex;
    flex-direction: column;
    flex-grow: 4;
}

.mp-profile-approval-score {
    display: flex;
    justify-content: center;
    margin: 0;
}

#mp-fit-test-score-button .fa-spinner {
    margin-right: 5px;
}

.mp-profile-approval-actions {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    justify-content: space-between;
    margin-top: 26px;
}

/* Page 'Profile Approval - Status Message'. */
.mp-profile-approving-message,
.mp-profile-deleting-message,
.mp-status-message-card {
    display: flex;
    gap: 20px;
}

.mp-profile-approving-message i,
.mp-profile-deleting-message i,
.mp-status-message-card i {
    margin: auto 0;
    font-size: 32px;
}

.mp-profile-approving-successful i,
.mp-profile-deleting-successful i,
.mp-status-message-success-card i {
    color: #5b8c45;
}

.mp-profile-approving-fail i,
.mp-profile-deleting-fail i,
.mp-status-message-fail-card i {
    color: #9e3030;
}

.mp-profile-approving-message p,
.mp-profile-deleting-message p,
.mp-status-message-card p {
    margin: auto 0;
}

#mp-profile-approval-overview div.mp-profile-approval-actions button {
    display: inline;
    margin-bottom: 5px;
}

/* Page 'Profile Approval - Delete Confirmation'. */
.mp-profile-approval-delete-confirm form {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.mp-profile-approval-delete-confirm dialog {
    padding: 25px 50px;
    box-shadow: 0px 5px 5px #00000033;
    border: 0;
}

/* Page 'Network - Talent Hire'. */
.hire-talent-shortcode {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hire-talent-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15%;
    padding: 25px;
    background: #ffffff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.hire-talent-page-content {
    text-align: center;
}

.hire-talent-text {
    padding: 25px;
}

.hire-talent-page-actions {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

button.btn-mp-disabled,
button.btn-mp-disabled:hover {
    background-image: linear-gradient(90deg, #e0ddd8 0%, #98928d 100%);
}

/* Page 'Network - Not Approved'. */
.mp-not-approved-user-info.mp-card-element {
    max-width: 80%;
}

.mp-not-approved-user-info {
    margin: auto;
    display: flex;
    column-gap: 5px;
}

.mp-not-approved-user-info i {
    font-size: 32px;
    color: #1d3d37;
    margin: auto 15px auto 0;
}

.mp-not-approved-user-info p {
    margin: auto 0;
}

.mp-not-approved-user-info .mp-to-profile {
    display: block;
    margin-top: 5px;
}

/* Page 'Network'. */
.mp-open-network-employed-talents,
.mp-open-network-profile {
    cursor: pointer;
}

.mp-employed-talents-list-name {
    flex: 1;
}

/* Page 'Network' - Table view. */
#network-table > div:not(:last-of-type) {
    margin: 40px auto 60px;
}

#mp-network-table-header {
    display: flex;
    justify-content: center;
}

#mp-network-connection-list {
    display: flex;
    flex-flow: row wrap;
    gap: 45px 15px;
    justify-content: center;
}

#mp-network-table-header > span,
.mp-network-table-item {
    position: relative;
    border-radius: 50px;
}

#mp-network-table-header .mp-open-network-employed-talents,
.mp-network-table-item {
    cursor: pointer;
}

#mp-network-table-header .mp-open-network-employed-talents:hover .mp-network-table-employed-talents,
.mp-network-table-item:hover .mp-network-connection-name {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
}

#mp-network-table-header img {
    position: absolute;
    left: 30px;
    top: -32px;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    box-shadow: 1px 1px 1px #00000077;
    user-select: none;
}

.mp-network-table-item img {
    position: absolute;
    left: 18px;
    top: -18px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 1px 1px 1px #00000077;
    user-select: none;
}

.mp-open-network-employed-talents > span {
    display: flex;
}

.mp-network-table-item > span {
    display: flex;
    background: linear-gradient(45deg, #ebd4bb 70%, #865f42 100%);
    border-radius: 50px;
}

.mp-network-connection-status-chat,
.mp-network-connection-status-linked {
    order: 2;
    align-self: center;
}

.mp-network-connection-status::after {
    position: relative;
    top: -1px;
    margin: 0 14px 0 10px;
    color: #ffffff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
}

.mp-network-connection-status-chat::after {
    content: '\f075';
}

.mp-network-connection-status-linked::after {
    content: '\f164';
}

.mp-network-connection-name {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px 25px 5px 100px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #865f42;
    align-self: center;
    border: 1px solid #ffffff;
}

#mp-network-table-header .mp-network-connection-name {
    display: flex;
    align-items: center;
    padding: 3px 32px 3px 156px;
    font-size: 28px;
    color: #ffffff;
    background-image: linear-gradient(45deg, #ebd4bb, #865f42);
    border: 0;
}

.mp-network-table-employed-talents {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    font-size: 16px;
    color: #865f42;
    text-align: center;
    border-radius: 100%;
    background-color: #ffffff;
}

.mp-network-table-btns {
    display: flex;
    justify-content: center;
}

.mp-pulse {
    animation: mp-pulse 2s infinite;
}

@keyframes mp-pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
}

/* Page 'Network - Employed Talents'. */
#mp-network-employed-talents-content h2 {
    text-align: center;
}

.mp-network-employed-talents-list > div {
    display: flex;
    justify-content: space-between;
}

.mp-remove-employed-talent {
    cursor: pointer;
    color: #a7876b;
}

.mp-network-employed-talents-list {
    max-height: 400px;
    overflow: auto;
}

.mp-network-employed-talents-list > div {
    margin-bottom: 5px;
}

.mp-network-employed-talents-list > div:last-of-type {
    margin-bottom: 0;
}

#close-hired-talents:focus-visible {
    outline: unset;
}

/* Page 'Personality analysis'. */
#mp-personality-analysis,
#mp-personal-profiling {
    font-family: 'Roboto', sans-serif;
}

#mp-personality-analysis .mp-tag-new {
    margin-right: 9px;
}

#mp-personality-analysis .mp-loading i,
#mp-personality-analysis .btn-mp-disabled i {
    margin-left: 5px;
}

body:not(.elementor-editor-active) .mp-hidden {
    display: none !important;
}

.mp-progress-bar {
    height: 8px;
    width: 100%;
    background-color: #d4d8d7;
}

.mp-progress-bar div {
    height: 8px;
    width: 10%;
    background-color: #96765a;
}

.mp-personality-analysis-container {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}

.mp-personality-analysis-div-step-label {
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(45deg, #ebd4bb 0%, #78553b 100%);
    border-style: none;
    flex: 1;
    width: 100%;
    padding: 12px 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    border-radius: 5px;
}

.mp-personality-analysis-div-step-label-wrapper {
    position: relative;
    flex: 1;
    max-width: 23%;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.mp-personality-analysis-div-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed #abb8c3;
    border-radius: 5px;
    background-color: transparent;
    z-index: 1;
    display: none;
    box-sizing: border-box;
}

.mp-very-apt,
.mp-rather-apt,
.mp-less-apt,
.mp-hardly-accurate {
    color: #abb8c3;
    border-style: dashed;
    border-width: 2px;
    border-color: #abb8c3;
    flex: 1;
    max-width: 23%;
    height: 100%;
    padding: 12px 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    border-radius: 5px;
}

.mp-personality-analysis-div-step-label p,
.mp-very-apt p,
.mp-rather-apt p,
.mp-less-apt p,
.mp-hardly-accurate p {
    margin: 0;
}

.draggable {
    cursor: grab;
    z-index: 10;
    user-select: none;
}

.draggable:hover {
    background-image: linear-gradient(45deg, #d3bea8 0%, #78553b 100%);
}

.ui-draggable-dragging {
    -webkit-box-shadow: 0px 5px 5px #00000033;
    box-shadow: 0px 5px 5px #00000033;
    z-index: 20;
}

.mp-dropzone {
    border: 2px dashed #abb8c3;
    padding: 10px 20px;
    user-select: none;
}

.ui-droppable-hover {
    background-color: #00000011;
}

.mp-personality-analysis-test-btns {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.mp-result-icon {
    color: #00bf02;
}

.mp-result-icon,
.mp-personality-share-result {
    margin-right: 5px;
}

.mp-personality-grapic {
    width: 500px;
    display: block;
    margin: auto;
}

/* Page 'Personal profiling'. */
#mp-personal-profiling .mp-tag-new {
    margin-right: 9px;
}

.mp-personal-profiling-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mp-profiling-slider-label {
    flex-grow: 1;
    flex-wrap: nowrap;
    min-width: 20%;
    display: flex;
    gap: 5px;
}

.mp-save-status {
    flex-grow: 1;
    min-width: 2.5%;
}

.mp-profiling-color-square {
    display: flex;
}

.mp-profiling-color {
    width: 20px;
    height: 20px;
    align-self: center;
}

.mp-profiling-color-comfy {
    background-color: #aedbb0;
}

span.mp-profiling-color-keeper {
    background-color: #8dddf6;
}

.mp-profiling-color-innovation {
    background-color: #fde899;
}

.mp-profiling-color-performance {
    background-color: #eb9097;
}

.mp-profiling-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.mp-profiling-slider {
    display: flex;
    flex-shrink: 1;
    width: 100%;
    white-space: nowrap;
    align-items: center;
}

.mp-profiling-slider-value {
    font-size: 16px;
    margin-right: 10px;
    white-space: nowrap;
}

.mp-profiling-slider-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    background: #ddd;
    outline: none;
    opacity: 0.7;
    transition: opacity .15s ease-in-out;
    cursor: pointer;
}

.mp-profiling-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 30px;
    background-image: linear-gradient(45deg, #d3bea8 0%, #78553b 100%);
    border-radius: 5px;
    border: 0;
    cursor: grab;
}

.mp-profiling-slider-input::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 30px;
    background-image: linear-gradient(45deg, #d3bea8 0%, #78553b 100%);
    border-radius: 5px;
    border: 0;
    cursor: grab;
}

.mp-profiling-slider-input::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 30px;
    background-image: linear-gradient(45deg, #d3bea8 0%, #78553b 100%);
    border-radius: 5px;
    border: 0;
    cursor: grab;
}

.mp-profiling-slider-input::-moz-range-thumb:active {
    -webkit-box-shadow: 0px 1px 1px #00000033;
    box-shadow: 0px 1px 1px #00000033;
    cursor: grabbing;
}

.mp-profiling-slider-input::-moz-range-thumb:active {
    -webkit-box-shadow: 0px 1px 1px #00000033;
    box-shadow: 0px 1px 1px #00000033;
    cursor: grabbing;
}

.mp-profiling-slider-input::-ms-thumb:active {
    -webkit-box-shadow: 0px 1px 1px #00000033;
    box-shadow: 0px 1px 1px #00000033;
    cursor: grabbing;
}

.mp-profiling-slider-input::-webkit-slider-runnable-track {
    height: 30px;
    cursor: pointer;
}

.mp-profiling-slider-input::-moz-range-track {
    height: 30px;
    cursor: pointer;
}

.mp-profiling-slider-input::-ms-thumb {
    height: 30px;
    cursor: pointer;
}

.mp-profiling-slider-input:hover {
    opacity: 1;
}

/* Matching portal banner messages. */
.mp-banner-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.mp-banner div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 8px 22px 10px 26px;
    gap: 10px;
    border-radius: 25px;
    background-color: #ffffff;
}

.mp-banner div span {
    display: inline-block;
    text-align: center;
}

.mp-banner .mp-banner-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    min-width: 29px;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #d6c4ab, #865f42);
    cursor: pointer;
}

/* ---------------------------------- 1024px ---------------------------------- */
@media screen and (max-width: 1024px) {
    footer.elementor .elementor-nav-menu {
        justify-content: center;
        margin: 0 auto;
    }

    /* Page 'Personal profiling'. */
    .mp-profiling-slider-label {
        min-width: 27%;
    }
}

/* ---------------------------------- 767px ---------------------------------- */
@media screen and (max-width: 767px) {
    /* Page 'Network'. */
    i.network-talent-profile-content-info-icon {
        display: none;
    }

    .network-talent-profile-sidebar {
        padding: 15px;
    }

    .network-talent-profile-table th {
        width: 145px;
    }

    .mp-not-approved-user-info.mp-card-element {
        padding: 25px;
    }

    .mp-filter-selection {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .mp-filter-selection-all-item,
    .mp-filter-selection-item {
        text-align: left;
    }

    /* Page 'Profile Approval'. */
    #mp-profile-approval-overview {
        flex-flow: row wrap;
    }

    #mp-profile-approval-content {
        order: 3;
    }

    /* Page 'Profile Approval - Entry'. */
    #mp-profile-approval-item-details {
        width: 98%;
    }

    .mp-card-element {
        padding: 20px 25px 25px;
    }

    /* Page 'Chat'. */
    .mp-chat-contact-list {
        flex-grow: 1;
    }

    .mp-chat-message {
        width: 65%;
    }

    /* Page 'Personality analysis'. */
    .mp-personality-analysis-container > div {
        width: 48%;
        max-width: 48%;
        flex: unset;
    }

    /* Page 'Personal profiling'. */
    .mp-profiling-slider {
        order: 3;
    }

    .mp-profiling-slider-label {
        flex-shrink: 1;
        flex-grow: 0;
        min-width: 0;
    }

    .mp-personal-profiling-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px;
    }

    .mp-save-status {
        flex-grow: 0;
    }
}

/* ---------------------------------- 576px ---------------------------------- */
@media screen and (max-width: 576px) {
    .entry-title {
        font-size: 28px;
    }

    /* Page 'Network'. */
    .mp-network-talent-profile-container {
        flex-direction: column;
    }

    .network-talent-profile-sidebar{
        align-items: center;
    }

    .network-talent-profile-sidebar-data .network-talent-profile-picture {
        max-width: 150px;
    }

    .network-talent-profile-table th {
        width: auto;
    }

    /* Page 'Profile Approval - Entry'. */
    .mp-card-element {
        padding: 20px 10px 25px;
    }

    /* Page 'Chat'. */
    .mp-chat-message {
        width: 95%;
    }

    .mp-chat-contact-item .mp-chat-contact-item-name {
        display: none;
    }

    .mp-chat-input {
        flex-direction: column;
    }

    button.mp-chat-send-message-button {
        width: 120px;
    }

    /* Page 'Personality analysis'. */
    .mp-personality-analysis-container {
        column-gap: 0;
    }

    .mp-personality-analysis-container > div,
    .mp-personality-analysis-div-step-label {
        font-size: 12px;
    }
}
