/* Copyright 1999-2018. Plesk International GmbH. All rights reserved. */
html {
    font: normal 13px/1.4 "-apple-system", "system-ui", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.page-header-wrapper,
.page-content-wrapper,
.page-footer-wrapper {
    box-sizing: border-box;
    display: table-row;
}
.page-content-wrapper { height: 100%; }
.page-header {
    padding: 0 10px;
    min-height: 50px;
    border-bottom: 1px solid #1c2229;
    background: #222a32;
}
.page-header:before,
.page-header:after {
    display: table;
    content: "";
}
.page-header:after { clear: both; }
.page-content {
    margin: auto;
    padding: 20px 10px;
    max-width: 960px;
}
.page-footer {
    padding: 5px 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #38444f;
    background: #222a32;
    font-size: 12px;
    line-height: 24px;
}
.page-footer a,
.page-footer a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}
.page-footer .separator {
    width: 1px;
    display: inline-block;
    height: 12px;
    vertical-align: -2px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.6);
}
.product-logo { float: left; }
.product-logo img { height: 50px; }
.company-logo {
    float: right;
    margin-top: 9px;
}
.company-logo img { height: 31px; }
.page-info-wrapper { margin-bottom: 15px; }
.page-info {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ccc;
    background: #f2f2f2;
}
.page-info-heading {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 24px;
}
.page-info p,
.page-info ul { margin: 15px 0; }
.page-info ul { padding-left: 20px; }
.product-info-wrapper p {
    margin: 0 0 15px;
    padding: 0;
}
.product-info-wrapper { margin: 0 -10px; }
.product-info-wrapper:before,
.product-info-wrapper:after {
    display: table;
    content: "";
}
.product-info-wrapper:after { clear: both; }
.product-info-wrapper .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 10px;
}

.product-info-wrapper ul.links {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    text-align: center;
}
.links > li {
    float: left;
    vertical-align: top;
    width: 50%;
    margin-top: 15px;
}
.links > li > a {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}
.links > li > a:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
.blog:before { background-image: url(../img/blog.png); }
.forum:before { background-image: url(../img/forum.png); }
.knowledge-base:before { background-image: url(../img/knowledge-base.png); }
.facebook:before { background-image: url(../img/facebook.png); }
.twitter:before { background-image: url(../img/twitter.png); }
.linkedin:before { background-image: url(../img/linkedin.png); }

.fastcgi:before { background-image: url(../img/fastcgi.png); }
.php:before { background-image: url(../img/php.png); }
.ssi:before { background-image: url(../img/ssi.png); }

.product-info {
    border: 1px solid #bebebe;
    background: #fafafa;
}
.product-info-heading {
    margin: -1px;
    padding: 5px 11px;
    font-size: 16px;
    color: #fff;
    background: #09729f;
}
.product-info-content { padding: 10px; }

@media (max-width: 767px) {
    .page-header-wrapper { height: auto !important; }
}
@media (min-width: 480px) {
    .links > li { width: 33.33%; }
}
@media (min-width: 768px) {
    .page-header-wrapper { height: 51px; }
    .page-header {
        box-sizing: border-box;
        position: fixed;
        z-index: 300;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 51px;
    }
    .page-header,
    .page-content,
    .page-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-info {
        box-sizing: border-box;
        min-height: 240px;
        padding: 20px 40px 20px 313px;
        border: 1px solid #ccc;
        background: #f2f2f2 url(../img/globe.png) no-repeat;
        background-size: 273px 240px;
    }
    .links > li { width: 33.33%; }
    .product-info-wrapper .col {
        width: 50%;
    }
}

.pathbar {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.pathbar a {
    color: #2c2c2c;
    text-decoration: none;
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 0 5px 0 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ebebeb;
}
.pathbar a:before {
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
    content: "";
}
.pathbar a:after {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ebebeb;
    content: "";
}
.pathbar a:hover { background: #2298cb; color: #fff; }
.pathbar a:hover:after { border-left-color: #2298cb; }
.pathbar a:first-child { padding-left: 10px; }
.pathbar a:first-child:before { display: none; }
.test h1 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #444;
}
.test h2 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #444;
}
.test p { margin: 12px 0; }
iframe { border: 1px solid #bebebe; }
.test-data table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.test-data td,
.test-data th { padding: 0; }
.test-data table > thead > tr > th,
.test-data table > tbody > tr > th,
.test-data table > tfoot > tr > th,
.test-data table > thead > tr > td,
.test-data table > tbody > tr > td,
.test-data table > tfoot > tr > td {
    padding: 6px 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #d6d6d6;
}
.test-data table > thead > tr:first-child > th,
.test-data table > tbody > tr:first-child > th,
.test-data table > tfoot > tr:first-child > th,
.test-data table > thead > tr:first-child > td,
.test-data table > tbody > tr:first-child > td,
.test-data table > tfoot > tr:first-child > td {
    border-top: 0;
}
.test-data table th {
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    background: #fafafa;
}
/* Passwort-Schutz */
.password-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c3002f, #a80028);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: #fff;
}

.password-form {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.password-form h1 {
    color: #c3002f;
    margin-bottom: 20px;
    font-size: 2em;
}

.password-form p {
    color: #666;
    margin-bottom: 30px;
    font-size: 1.1em;
}

.password-input {
    width: 100%;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.password-input:focus {
    outline: none;
    border-color: #c3002f;
}

.password-submit {
    background: #c3002f;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
}

.password-submit:hover {
    background: #a80028;
}

.password-error {
    color: #dc3545;
    margin-top: 15px;
    font-size: 14px;
    display: none;
}

.fj-feedback {
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fj-feedback-success {
    background: #dcfce7;
    color: #15803d;
}

.fj-feedback-error {
    background: #fee2e2;
    color: #b91c1c;
}

/* FokusJOB Firmennetzwerk */
.fj-body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: #f8f9fb;
    color: #1a1f36;
    min-height: 100vh;
    margin: 0;
    padding: 24px;
}

.fj-header {
    background: #fff;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    margin-bottom: 24px;
}

.fj-header h1 {
    font-size: 1.9rem;
    margin-bottom: 6px;
}

.fj-subtitle {
    color: #4b5563;
    font-size: 1rem;
}

.fj-header-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.fj-btn {
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.fj-btn-primary {
    background: linear-gradient(135deg, #c3002f, #9a0225);
    color: #fff;
    box-shadow: 0 10px 20px rgba(195, 0, 47, 0.25);
}

.fj-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(195, 0, 47, 0.32);
}

.fj-btn-secondary {
    background: #f1f5f9;
    color: #0f172a;
}

.fj-btn-secondary:hover {
    background: #e2e8f0;
}

.fj-btn-danger {
    background: #fee2e2;
    color: #b91c1c;
}

.fj-layout {
    display: grid;
    grid-template-columns: minmax(420px, 5fr) minmax(320px, 4fr);
    gap: 24px;
}

.fj-panel {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.fj-panel-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.fj-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fj-input {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.95rem;
    background: #f8fafc;
    min-width: 140px;
}

select.fj-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f8fafc;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23565c6b' d='M6 8a1 1 0 0 1-.707-.293l-5-5A1 1 0 0 1 1.707 1.293L6 5.586l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5A1 1 0 0 1 6 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
    padding-right: 36px;
    color: #111827;
}

.fj-input:focus {
    border-color: #c3002f;
    box-shadow: 0 0 0 4px rgba(195, 0, 47, 0.15);
    outline: none;
}

.fj-input-search {
    flex: 1 1 220px;
}

.fj-input-small {
    flex: 1 1 140px;
}

.fj-multiselect {
    position: relative;
    flex: 1 1 180px;
    min-width: 180px;
}

.fj-multiselect-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.95rem;
    color: #111827;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.fj-multiselect-trigger:focus-visible {
    outline: none;
    border-color: #c3002f;
    box-shadow: 0 0 0 4px rgba(195, 0, 47, 0.15);
}

.fj-multiselect.open .fj-multiselect-trigger {
    border-color: #c3002f;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
    background: #fff;
}

.fj-multiselect-icon {
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23565c6b' d='M6 8a1 1 0 0 1-.707-.293l-5-5A1 1 0 0 1 1.707 1.293L6 5.586l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5A1 1 0 0 1 6 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease;
}

.fj-multiselect.open .fj-multiselect-icon {
    transform: rotate(180deg);
}

.fj-multiselect-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
    padding: 12px;
    display: none;
    z-index: 20;
}

.fj-multiselect.open .fj-multiselect-dropdown {
    display: block;
}

.fj-multiselect-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #475569;
}

.fj-multiselect-clear {
    border: none;
    background: transparent;
    color: #c3002f;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.fj-multiselect-clear:hover,
.fj-multiselect-clear:focus-visible {
    background: rgba(195, 0, 47, 0.08);
    outline: none;
}

.fj-multiselect-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fj-multiselect-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #1f2937;
    padding: 6px 8px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.fj-multiselect-option:hover {
    background: #f8fafc;
}

.fj-multiselect-option input {
    accent-color: #c3002f;
}

.fj-table-wrapper {
    flex: 1;
    overflow: auto;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

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

.fj-table thead {
    background: #f9fafb;
}

.fj-table th,
.fj-table td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}

.fj-table th {
    font-weight: 600;
    color: #475569;
}

.fj-table tbody tr:hover {
    background: rgba(195, 0, 47, 0.06);
    cursor: pointer;
}

.fj-table-row-active {
    background: rgba(195, 0, 47, 0.08);
}

.fj-table-empty {
    text-align: center;
    color: #64748b;
    padding: 24px;
}

.fj-table-error {
    color: #b91c1c;
}

.fj-table-error-detail {
    margin-top: 8px;
    font-size: 0.85rem;
}

.fj-panel-detail {
    position: relative;
}

.fj-detail-placeholder {
    margin: auto;
    text-align: center;
    color: #6b7280;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fj-detail-suggestion {
    font-size: 0.85rem;
}

.fj-detail {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hidden {
    display: none !important;
}

.fj-detail-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.fj-detail-header h2 {
    margin: 0;
    font-size: 1.5rem;
}

.fj-detail-meta {
    color: #6b7280;
}

.fj-detail-actions {
    display: flex;
    gap: 10px;
}

.fj-detail-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.fj-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fj-detail-list li .fj-detail-text,
.fj-detail-text {
    display: block;
    margin-top: 4px;
    color: #475569;
    white-space: pre-wrap;
}

.fj-detail-list a {
    color: #c3002f;
    text-decoration: none;
}

.fj-link-disabled {
    color: #9ca3af;
    pointer-events: none;
}

.fj-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.fj-status-aktiv {
    background: #dcfce7;
    color: #15803d;
}

.fj-status-in_kontakt {
    background: #e0f2fe;
    color: #0369a1;
}

.fj-status-ruhend {
    background: #fef3c7;
    color: #b45309;
}

.fj-status-abgelehnt {
    background: #fee2e2;
    color: #b91c1c;
}

.fj-status-default {
    background: #e2e8f0;
    color: #475569;
}

.fj-map-placeholder {
    background: #f1f5f9;
    border-radius: 16px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 6px;
    color: #64748b;
}

.fj-note-list,
.fj-reminder-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fj-note-list li,
.fj-reminder-list li {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px;
}

.fj-note-list header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    color: #475569;
}

.fj-note-empty {
    text-align: center;
    color: #94a3b8;
    font-style: italic;
}

.fj-reminder-list li {
    display: flex;
    gap: 14px;
    align-items: center;
}

.fj-reminder-date {
    min-width: 100px;
    font-weight: 600;
    color: #0f172a;
}

.fj-reminder-completed {
    opacity: 0.7;
}

.fj-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
}

.fj-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
}

.fj-modal-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    max-width: 720px;
    margin: 40px auto;
    padding: 0;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 80px);
}

.fj-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fj-modal-close {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
    color: #64748b;
}

.fj-form {
    padding: 24px;
    overflow-y: auto;
}

.fj-form-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.fj-form-section {
    margin-bottom: 20px;
}

.fj-form-section h3 {
    margin-bottom: 12px;
}

.fj-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.fj-form-grid label,
.fj-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.9rem;
    color: #475569;
}

.fj-form input,
.fj-form select,
.fj-form textarea {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 0.95rem;
    background: #fff;
}

.fj-form textarea {
    resize: vertical;
}

.fj-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
}

.fj-modal-open {
    overflow: hidden;
}

.fj-inline-form {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fj-inline-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.fj-inline-form.reminder .fj-input {
    flex: 1 1 180px;
}

.fj-inline-form label {
    font-weight: 600;
    color: #475569;
}

.fj-stacked-form {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fj-form-grid.single {
    grid-template-columns: 1fr;
}

.fj-form-actions {
    display: flex;
    justify-content: flex-end;
}

.fj-note-list li button,
.fj-reminder-list li button {
    border: none;
    background: #f1f5f9;
    color: #0f172a;
    border-radius: 999px;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s ease;
}

.fj-note-list li button:hover,
.fj-reminder-list li button:hover {
    background: rgba(195, 0, 47, 0.12);
}

.fj-note-list li footer,
.fj-reminder-list li footer {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
}

.fj-reminder-list li.completed {
    opacity: 0.6;
}

.fj-import-hint {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    background: #f8fafc;
    border: 1px dashed #cbd5f5;
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.fj-import-label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 600;
    color: #475569;
}

.fj-import-label input[type="file"] {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
}

.fj-import-results {
    border-top: 1px solid #e2e8f0;
    padding: 20px 24px;
    font-size: 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fj-import-results ul {
    margin: 0;
    padding-left: 18px;
    color: #475569;
}

@media (max-width: 1024px) {
    .fj-layout {
        grid-template-columns: 1fr;
    }

    .fj-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .fj-header-actions {
        width: 100%;
    }

    .fj-panel {
        padding: 20px;
    }

    .fj-modal-card {
        margin: 20px;
        max-height: calc(100vh - 40px);
    }

    .fj-inline-group {
        flex-direction: column;
        align-items: stretch;
    }

    .fj-inline-form.reminder .fj-input {
        width: 100%;
    }
}