#zoomMeetingsModal .modal-content {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}

#zoomMeetingsModal .modal-header,
#reportQuestionnaireModal .modal-header {
    align-items: flex-start;
    border: 0;
    color: #fff;
    padding: 10px 26px;
}

#zoomMeetingsModal .modal-header {
    background: var(--greenBiura, #0b5f3e);
}

#reportQuestionnaireModal .modal-header {
    background: #0f71ae;
}

#zoomMeetingsModal .modal-title,
#reportQuestionnaireModal .modal-title {
    color: #fff !important;
    font-size: 26px;
    font-weight: 700;
    margin: 2px 0 0;
}

#zoomMeetingsModal .modal-header .close,
#reportQuestionnaireModal .modal-header .close {
    background: transparent;
    border: 0;
    color: #fff !important;
    font-size: 32px;
    height: auto;
    line-height: 1;
    margin: -4px -4px 0 auto;
    min-width: 0;
    opacity: 0.9;
    padding: 10px;
    text-shadow: none;
}

#zoomMeetingsModal .modal-header .close:hover,
#zoomMeetingsModal .modal-header .close:focus,
#reportQuestionnaireModal .modal-header .close:hover,
#reportQuestionnaireModal .modal-header .close:focus {
    background: transparent;
    color: #fff !important;
    opacity: 1;
}

#zoomMeetingsModal .modal-header .close span,
#reportQuestionnaireModal .modal-header .close span {
    color: #fff !important;
    font-size: 32px;
    line-height: 1;
}

#zoomMeetingsModal .modal-body {
    padding: 24px;
}

#zoomMeetingsModal .table {
    margin-bottom: 0;
}

#zoomMeetingsModal .table thead th {
    background: #f2f7f5;
    border-top: 0;
    color: var(--darkGreyBiura, #292929);
    white-space: nowrap;
}

#zoomMeetingsModal .table td,
#zoomMeetingsModal .table th {
    padding: 12px;
    vertical-align: middle;
}

#zoomMeetingsModal .webinar-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

#zoomMeetingsModal .webinar-step-indicator {
    color: #6c757d;
    min-width: 0;
    position: relative;
    text-align: center;
}

#zoomMeetingsModal .webinar-step-indicator:not(:last-child)::after {
    background: #d8dee3;
    content: "";
    height: 4px;
    left: calc(50% + 22px);
    position: absolute;
    right: calc(-50% + 22px);
    top: 20px;
    transition: background-color 0.2s ease;
    z-index: 0;
}

#zoomMeetingsModal .webinar-step-indicator.is-completed:not(:last-child)::after {
    background: #2e7d32;
}

#zoomMeetingsModal .webinar-step-marker {
    align-items: center;
    background: #eef1f3;
    border: 3px solid #c9d0d5;
    border-radius: 50%;
    color: #6c757d;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease;
    width: 44px;
    z-index: 1;
}

#zoomMeetingsModal .webinar-step-indicator.is-current {
    color: #1c4f80;
}

#zoomMeetingsModal .webinar-step-indicator.is-current .webinar-step-marker {
    background: #e8f1fa;
    border-color: #1c5f91;
    box-shadow: 0 0 0 5px rgba(28, 95, 145, 0.15);
    color: #1c5f91;
}

#zoomMeetingsModal .webinar-step-indicator.is-completed {
    color: #216326;
}

#zoomMeetingsModal .webinar-step-indicator.is-completed .webinar-step-marker {
    background: #2e7d32;
    border-color: #2e7d32;
    color: #fff;
}

#zoomMeetingsModal .webinar-step-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 9px;
    padding: 0 6px;
}

#zoomMeetingsModal .webinar-step-status {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
}

#zoomMeetingsModal .webinar-step-panel[hidden] {
    display: none !important;
}

#zoomMeetingsModal .webinar-step-panel-title {
    color: var(--darkGreyBiura, #292929);
    font-size: 24px;
    margin-bottom: 8px;
}

#zoomMeetingsModal .webinar-step-description {
    color: #586168;
    margin-bottom: 20px;
    text-align: left;
}

#zoomMeetingsModal .webinar-select-button,
#zoomMeetingsModal .webinar-primary-button {
    background: var(--greenBiura, #0b5f3e);
    border: 1px solid var(--greenBiura, #0b5f3e);
    border-radius: 0.25rem;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    height: auto;
    line-height: 1.5;
    margin: 0;
    padding: 1rem;
}

#zoomMeetingsModal .webinar-select-button:hover,
#zoomMeetingsModal .webinar-select-button:focus,
#zoomMeetingsModal .webinar-primary-button:hover,
#zoomMeetingsModal .webinar-primary-button:focus {
    background: #08472f;
    border-color: #08472f;
    color: #fff;
}

#zoomMeetingsModal .webinar-select-button:disabled,
#zoomMeetingsModal .webinar-primary-button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

#zoomMeetingsModal .webinar-meeting-row.is-selected {
    background: #eaf5ee !important;
    box-shadow: inset 4px 0 0 var(--greenBiura, #0b5f3e);
}

#zoomMeetingsModal .webinar-meeting-row.is-unavailable {
    color: #777;
    opacity: 0.65;
}

#zoomMeetingsModal .webinar-meeting-summary {
    background: #f2f7f5;
    border-left: 4px solid var(--greenBiura, #0b5f3e);
    border-radius: 6px;
    margin-bottom: 22px;
    padding: 14px 16px;
}

#zoomMeetingsModal .webinar-meeting-summary span {
    display: block;
}

#zoomMeetingsModal .webinar-form-label {
    color: var(--darkGreyBiura, #292929);
    font-weight: 700;
    text-align: left;
}

#zoomMeetingsModal .webinar-field-error {
    color: #a61b1b;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    min-height: 18px;
    text-align: left;
}

#zoomMeetingsModal .form-control {
    height: auto;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.375rem 0.75rem;
}

#zoomMeetingsModal .webinar-form-control[aria-invalid="true"] {
    border-color: #b42318;
    box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.1);
}

#zoomMeetingsModal .webinar-captcha-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 8px 0 20px;
}

#zoomMeetingsModal .webinar-response-card {
    border: 1px solid #d8dee3;
    border-radius: 10px;
    padding: 28px 22px;
    text-align: center;
}

#zoomMeetingsModal .webinar-response-card.is-success {
    background: #edf8f0;
    border-color: #77b881;
    color: #1c5d25;
}

#zoomMeetingsModal .webinar-response-card.is-error {
    background: #fff1f0;
    border-color: #df918b;
    color: #85211a;
}

#zoomMeetingsModal .webinar-response-card.is-info {
    background: #eef6fb;
    border-color: #8db8d5;
    color: #184e72;
}

#zoomMeetingsModal .webinar-response-icon {
    align-items: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-flex;
    font-size: 24px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    margin-bottom: 12px;
    width: 52px;
}

#zoomMeetingsModal .webinar-response-actions,
#zoomMeetingsModal .webinar-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

#zoomMeetingsModal .webinar-response-actions {
    justify-content: center;
}

#zoomMeetingsModal .webinar-form-actions {
    justify-content: space-between;
}

.webinar-registration-trigger {
    align-items: center;
    background: linear-gradient(0deg, #1c3868, #15479d);
    border: 0;
    border-radius: 10px;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1.35;
    text-decoration: none !important;
    white-space: normal;
}

.webinar-registration-trigger:hover,
.webinar-registration-trigger:focus {
    background: linear-gradient(180deg, #1c3868, #15479d);
    color: #fff !important;
    text-decoration: none !important;
}

.vertical-video-container {
    aspect-ratio: 9 / 16;
    background: #111;
    max-width: 250px;
    position: relative;
    width: 100%;
}

.vertical-video-container::after {
    content: none;
}

.vertical-video-container .cookieconsent-placeholder {
    border: 0;
    border-radius: inherit;
    height: 100%;
    inset: 0;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 100%;
}

.vertical-video-container .vertical-video {
    display: block;
    height: 100%;
    object-fit: contain;
    position: static;
    width: 100%;
}

@media (max-width: 767.98px) {
    #zoomMeetingsModal .modal-body {
        padding: 18px 12px;
    }

    #zoomMeetingsModal .webinar-step-label {
        font-size: 12px;
        padding: 0 2px;
    }

    #zoomMeetingsModal .webinar-step-status {
        font-size: 10px;
    }

    #zoomMeetingsModal .webinar-step-marker {
        height: 38px;
        width: 38px;
    }

    #zoomMeetingsModal .webinar-step-indicator:not(:last-child)::after {
        left: calc(50% + 19px);
        right: calc(-50% + 19px);
        top: 17px;
    }

    #zoomMeetingsModal .webinar-step-panel-title {
        font-size: 21px;
    }

    #zoomMeetingsModal #webinarMeetingsTable,
    #zoomMeetingsModal #webinarMeetingsTable tbody,
    #zoomMeetingsModal #webinarMeetingsTable tr,
    #zoomMeetingsModal #webinarMeetingsTable td {
        display: block;
        width: 100%;
    }

    #zoomMeetingsModal #webinarMeetingsTable thead {
        display: none;
    }

    #zoomMeetingsModal #webinarMeetingsTable tr {
        border: 1px solid #d8dee3;
        border-radius: 8px;
        margin-bottom: 12px;
        overflow: hidden;
        padding: 8px;
    }

    #zoomMeetingsModal #webinarMeetingsTable td {
        background: transparent;
        border: 0;
        padding: 5px 8px;
        text-align: left !important;
    }

    #zoomMeetingsModal #webinarMeetingsTable td:first-child {
        font-weight: 700;
    }

    #zoomMeetingsModal #webinarMeetingsTable .webinar-meeting-time::before {
        content: "Termin: ";
        font-weight: 700;
    }

    #zoomMeetingsModal #webinarMeetingsTable .webinar-meeting-duration::before {
        content: "Czas trwania: ";
        font-weight: 700;
    }

    #zoomMeetingsModal #webinarMeetingsTable td:last-child .btn {
        margin-top: 4px;
        width: 100%;
    }

    #zoomMeetingsModal .webinar-form-actions .btn {
        flex: 1 1 100%;
    }

    .vertical-video-container {
        max-width: 300px;
    }
}


/* Formularze sprawozdań */
#reportQuestionnaireModal .form-control {
    font-size: unset !important;
}

.report-launch-card {
    background: #fff;
    border: 1px solid #dce5eb;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(31, 54, 70, .08);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    text-align: center;
}

.report-launch-card img {
    height: 170px;
    margin: 0 auto 18px;
    object-fit: contain;
    width: 100%;
}

.report-launch-card h5 {
    color: #284E91;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.report-launch-card p {
    color: #536572;
    flex: 1 1 auto;
    font-size: 15px;
}

.report-launch-button,
#reportQuestionnaireModal .report-primary-button {
    background: #284E91;
    border: 2px solid #284E91;
    color: #fff !important;
    font-weight: 700;
}

.report-launch-button:hover,
.report-launch-button:focus,
#reportQuestionnaireModal .report-primary-button:hover,
#reportQuestionnaireModal .report-primary-button:focus {
    background: #1C3868;
    border-color: #1C3868;
}

#reportQuestionnaireModal .modal-content {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
}

#reportQuestionnaireModal .modal-body {
    padding: 24px 28px 30px;
}

.report-progress {
    margin-bottom: 24px;
}

.report-progress-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.report-progress-labels span {
    color: #60717f;
}

#reportQuestionnaireModal .progress {
    background: #e6edf2;
    border-radius: 999px;
    height: 8px;
}

#reportQuestionnaireModal .progress-bar {
    background: #0f71ae;
    border-radius: 999px;
    transition: width .25s ease;
}

.report-intro {
    color: #60717f;
    font-size: 15px;
    margin-bottom: 20px;
}

.report-welcome-card {
    background: linear-gradient(135deg, #f8fbfd 0%, #eef7fc 100%);
    border: 1px solid #cfe2ee;
    border-radius: 14px;
    padding: 28px;
}

.report-welcome-card p {
    font-size: 16px;
    line-height: 1.65;
}

.report-welcome-list {
    color: #324a59;
    margin: 18px 0;
    padding-left: 22px;
}

.report-welcome-list li {
    margin-bottom: 9px;
    padding-left: 4px;
}

.report-welcome-note {
    font-weight: 500;
    margin-bottom: 0;
}

.report-question-card {
    background: #f8fafb;
    border: 1px solid #dce5eb;
    border-radius: 12px;
    padding: 24px;
}

.report-question-number {
    color: #0f71ae;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.report-question-text {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dce5eb;
    padding: 10px;
    color: #253641;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.45;
}

#reportQuestionnaireModal .report-question-note {
    background: #eef7fc;
    border-left: 3px solid #0f71ae;
    border-radius: 6px;
    color: #465a67;
    font-size: 14px;
    line-height: 1.5;
    margin: 12px 0 16px;
    padding: 10px 12px;
}

.report-answer-option {
    align-items: flex-start;
    background: #fff;
    border: 2px solid #d9e2e8;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    padding: 14px 16px;
    transition: border-color .15s ease, background .15s ease;
}

.report-answer-option:hover,
.report-answer-option.is-selected {
    background: #eef7fc;
    border-color: #0f71ae;
}

.report-answer-option input {
    flex: 0 0 auto;
    margin-top: 4px;
}

.report-section-title {
    color: #253641;
    font-size: 24px;
    font-weight: 700;
}

.report-shortened-notice {
    background: #eef7fc;
    border: 1px solid #a9d4eb;
    border-left: 4px solid #0f71ae;
    border-radius: 10px;
    color: #324a59;
    margin-bottom: 18px;
    padding: 16px 18px;
}

.report-shortened-notice strong {
    color: #0f5f91;
    display: block;
    margin-bottom: 5px;
}

.report-shortened-notice p {
    margin: 0;
}

.report-summary-item {
    border: 1px solid #dce5eb;
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
}

.report-summary-question {
    background: #f8fafb;
    padding: 14px 16px;
}

.report-summary-question strong {
    color: #253641;
}

.report-summary-answer {
    color: #0f71ae;
    display: block;
    font-weight: 700;
    margin-top: 6px;
}

.report-summary-recommendation {
    border-left: 4px solid #0f71ae;
    color: #465a67;
    padding: 14px 16px;
}

.report-delivery-box {
    background: #f3f7fa;
    border-radius: 12px;
    margin-top: 24px;
    padding: 20px;
}

.report-field-error {
    color: #b42318;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    min-height: 18px;
}

#reportQuestionnaireModal .form-control[aria-invalid="true"] {
    border-color: #b42318;
    box-shadow: 0 0 0 .15rem rgba(180, 35, 24, .12);
}

#reportQuestionnaireModal .report-delivery-box label {
    color: #253641;
    margin-bottom: 6px;
}

.report-result-card {
    background: #edf8f2;
    border: 1px solid #9fd5b7;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
}

.report-result-card.is-error {
    background: #fff1f0;
    border-color: #efaaa5;
}

.report-result-icon {
    align-items: center;
    background: #228b59;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 28px;
    height: 54px;
    justify-content: center;
    margin-bottom: 14px;
    width: 54px;
}

.report-result-card.is-error .report-result-icon {
    background: #b42318;
}

.report-modal-actions {
    gap: 8px;
}

@media (max-width: 767px) {
    #reportQuestionnaireModal .modal-body {
        padding: 20px 16px 24px;
    }

    .report-question-card,
    .report-welcome-card,
    .report-delivery-box {
        padding: 18px 15px;
    }

    .report-question-text {
        font-size: 18px;
    }

    .report-modal-actions .btn {
        flex: 1 1 calc(50% - 8px);
    }
}
