body.submit-page,
body.report-page {
    margin: 0;
    background: #ffffff;
    color: #151d2f;
    font-family: "Segoe UI", Arial, sans-serif;
}

.classa {
    opacity: 0.6;
}

.submit-hero {
    background: linear-gradient(180deg, #1f4e81 0%, #5f8fbe 100%);
    padding: 36px 0 34px;
}

    .submit-hero .container {
        background: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .submit-hero h1 {
        margin: 12px 0 0;
        color: #ffffff;
        font-size: 40px;
        line-height: 1.05;
        font-weight: 700;
        letter-spacing: 0.2px;
    }

.submit-content {
    max-width: 860px;
    margin: 26px auto 0;
    padding: 0 18px 32px;
}

.submit-panel {
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: #ffffff;
}

    .submit-panel .panel-body {
        padding: 0;
    }

.submit-form .form-group {
    margin-bottom: 20px;
}

.submit-form .control-label {
    display: block;
    margin-bottom: 8px;
    color: #101a2d;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    text-align: left;
    padding-right: 0;
}

.control-header {
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #101a2d;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 4px;
    padding-right: 0;
    background-color: #7c9dcf2d;
    border-radius: 5px 5px 0 0;
}


.required-marker {
    color: #f26d3d;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    margin-left: 8px;
    vertical-align: central;
}

.submit-form .form-control,
.report-page .report-type-picker,
.report-page input.form-control,
.report-page textarea.form-control,
.report-page select.form-control {
    min-height: 44px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #f1f3f6;
    color: #2f3640;
    font-size: 16px;
    padding: 10px 18px;
    margin-left: 12px;
}

.consent-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 8px;
}

    .consent-wrap input[type="checkbox"] {
        width: 26px;
        height: 26px;
        margin-top: 4px;
    }

.consent-text {
    color: #131d30;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0;
}

    .consent-text .emphasis {
        color: #f26d3d;
        font-weight: 700;
    }

.help-text {
    margin: 18px 0 24px;
    color: #121b2d;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
}

    .help-text a {
        color: #121b2d;
        text-decoration: underline;
    }

.submit-actions {
    margin-top: 0;
    text-align: left;
}

    .submit-actions .btn {
        border: 0;
        border-radius: 38px;
        min-width: 220px;
        padding: 13px 28px;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.4px;
        text-transform: uppercase;
    }

    .submit-actions .btn-primary {
        background-color: #0f4074;
    }

    .submit-actions .btn-default {
        display: none;
    }

.report-page .report-nav {
    padding: 12px 16px;
    background: #f7f8fa;
    text-align: center;
    z-index: 999;
    border-bottom: 1px solid #dbe3ee;
}

    .report-page .report-nav .btn {
        border: 0;
        border-radius: 30px;
        min-width: 160px;
        padding: 10px 20px;
        margin: 4px 6px;
        font-size: 14px;
        font-weight: 700;
        background-color: #0f4074;
        color: #ffffff;
    }

        .report-page .report-nav .btn:disabled,
        .report-page .report-nav .btn.disabled,
        .report-page .report-nav .aspNetDisabled {
            background-color: #b9c3d1;
            color: #ffffff;
            opacity: 1;
            cursor: not-allowed;
        }

    .report-page .report-nav input.aspNetDisabled {
        border: 0;
        border-radius: 30px;
        min-width: 160px;
        padding: 10px 20px;
        margin: 4px 6px;
        font-size: 14px;
        font-weight: 700;
    }

.report-page .upload-cta {
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 24px;
    min-width: 220px;
}

.report-page .report-content {
    max-width: 980px;
}

    .report-page .report-content .form-group > .control-label.col-sm-5,
    .report-page .report-content .form-group > .col-sm-5.control-label,
    .report-page .report-content .form-group > .col-sm-7 {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .report-page .report-content .form-group .form-control {
        width: 100%;
    }

    .report-page .report-content .form-group > .control-label.col-sm-12 {
        text-align: center;
    }

    .report-page .report-content .form-group > .control-label.col-sm-5,
    .report-page .report-content .form-group > .col-sm-5.control-label,
    .report-page .report-content .form-group > .col-sm-5.control-label label {
        text-align: left;
    }

    .report-page .report-content input[type="checkbox"],
    .report-page .report-content input[type="radio"] {
        background-color: #f1f3f6;
        border: 1px solid #d9dee8;
    }

    .report-page .report-content .checkbox-row {
        margin-bottom: 10px;
    }


    .report-page .report-content input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        width: 36px;
        min-width: 36px;
        height: 34px;
        margin: 0;
        padding: 0;
        border: 1px solid #cfd5df;
        border-right: 1px solid #cfd5df;
        border-radius: 4px 0 0 4px;
        background-color: #e5e9ef;
        position: relative;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
    }

        .report-page .report-content input[type="checkbox"].form-control {
            width: 36px;
            max-width: 36px;
        }

        .report-page .report-content input[type="checkbox"]:checked {
            background-color: #6c757d;
        }

            .report-page .report-content input[type="checkbox"]:checked::after {
                content: "\2713";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -52%);
                color: #fff;
                font-size: 18px;
                font-weight: 700;
                line-height: 1;
            }

        .report-page .report-content input[type="checkbox"] + label {
            margin: 0;
            min-height: 34px;
            padding: 7px 14px;
            border: 1px solid #cfd5df;
            border-left: 0;
            border-radius: 0 4px 4px 0;
            background-color: #f8fafc;
            color: #334155;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            display: inline-block;
            vertical-align: top;
        }

.report-page .report-content .bootstrap-checkbox-size3 {
    display: inline-flex;
    align-items: stretch;
}

.report-page .report-content .bootstrap-checkboxlist-size3 {
    display: inline-flex;
    flex-direction: column;
    gap: 8px;
}




    .report-page .report-content .bootstrap-checkboxlist-size3 > span {
        display: inline-flex;
        flex-direction: row;
        align-items: stretch;
        white-space: nowrap;
    }

        .report-page .report-content .bootstrap-checkboxlist-size3 > span > input[type="checkbox"] {
            order: 1;
            flex: 0 0 36px;
        }

        .report-page .report-content .bootstrap-checkboxlist-size3 > span > label {
            order: 2;
            margin: 0;
            min-height: 34px;
            padding: 7px 14px;
            border: 1px solid #cfd5df;
            border-left: 0;
            border-radius: 0 4px 4px 0;
            background-color: #f8fafc;
            color: #334155;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
        }

    .report-page .report-content .bootstrap-checkboxlist-size3 > span ~ br {
        display: none;
    }

.report-page .report-content .bootstrap-checkboxlist-size3 > input[type="checkbox"] {
    margin: 0;
    vertical-align: top;
}

.report-page .report-content .bootstrap-checkboxlist-size3 > label {
    margin: 0 0 0 -4px;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid #cfd5df;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #f8fafc;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.report-page .report-content .bootstrap-checkboxlist-size3 > br {
    display: block;
    line-height: 0;
    margin-bottom: 8px;
}

.report-page .report-content #cbl_ReportedTo.bootstrap-checkboxlist-size3,
.report-page .report-content #cbl_ReporttedTo.bootstrap-checkboxlist-size3 {
    display: inline-block;
}

.report-page .report-content #cbl_ReportedTo > input[type="checkbox"],
.report-page .report-content #cbl_ReporttedTo > input[type="checkbox"] {
    margin: 0;
    vertical-align: top;
}

.report-page .report-content #cbl_ReportedTo > label,
.report-page .report-content #cbl_ReporttedTo > label {
    margin: 0 0 0 -4px;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid #cfd5df;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #f8fafc;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    min-width: 140px;
}

.report-page .report-content #cbl_ReportedTo > br,
.report-page .report-content #cbl_ReporttedTo > br {
    display: block;
    line-height: 0;
    margin-bottom: 8px;
}

.report-page .report-content .compact-checkbox-option {
    display: inline-flex;
    align-items: stretch;
    width: calc(50% - 12px);
    margin: 0 12px 10px 0;
    vertical-align: top;
}

.report-page .report-content .form-group.compact-checkbox-option > .control-label.col-sm-5,
.report-page .report-content .form-group.compact-checkbox-option > .col-sm-7 {
    float: none;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.report-page .report-content .form-group.compact-checkbox-option > .control-label.col-sm-5 {
    display: flex;
    flex: 1 1 auto;
}

    .report-page .report-content .form-group.compact-checkbox-option > .control-label.col-sm-5 label {
        margin: 0;
        min-height: 34px;
        padding: 7px 14px;
        border: 1px solid #cfd5df;
        border-right: 0;
        border-radius: 4px 0 0 4px;
        background-color: #f8fafc;
        color: #334155;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        width: 100%;
    }

.report-page .report-content .form-group.compact-checkbox-option > .col-sm-7 {
    display: flex;
    flex: 0 0 36px;
    margin-left: 12px;
}

    .report-page .report-content .form-group.compact-checkbox-option > .col-sm-7 input[type="checkbox"] {
        border-radius: 0 4px 4px 0;
    }

@media (max-width: 767px) {
    .report-page .report-content .compact-checkbox-option {
        width: 100%;
        margin-right: 0;
    }
}



.report-page .report-content .bootstrap-radiobox-size3 {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

    .report-page .report-content .bootstrap-radiobox-size3 > span {
        display: inline-flex;
        align-items: stretch;
    }

    .report-page .report-content .bootstrap-radiobox-size3 input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        width: 36px;
        min-width: 36px;
        height: 34px;
        margin: 0;
        padding: 0;
        border: 1px solid #cfd5df;
        border-right: 1px solid #cfd5df;
        border-radius: 4px 0 0 4px;
        background-color: #e5e9ef;
        position: relative;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
    }

        .report-page .report-content .bootstrap-radiobox-size3 input[type="radio"]:checked {
            background-color: #6c757d;
        }

            .report-page .report-content .bootstrap-radiobox-size3 input[type="radio"]:checked::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                width: 10px;
                height: 10px;
                transform: translate(-50%, -50%);
                border-radius: 50%;
                background-color: #fff;
            }

        .report-page .report-content .bootstrap-radiobox-size3 input[type="radio"] + label {
            margin: 0;
            min-height: 34px;
            padding: 7px 14px;
            border: 1px solid #cfd5df;
            border-left: 0;
            border-radius: 0 4px 4px 0;
            background-color: #f8fafc;
            color: #334155;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            display: inline-block;
            vertical-align: top;
        }

.report-page .sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .report-page .sticky + .content {
        padding-top: 102px;
    }

.report-page .modal-backdrop {
    z-index: auto;
}

.report-page .report-modal-panel {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
}

.report-page .report-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: rgba(8, 20, 38, 0.55);
}

.report-page .report-modal-dialog {
    position: relative;
    z-index: 1;
    width: calc(100% - 32px);
    max-width: 760px;
    margin: 32px auto;
    pointer-events: auto;
}

.report-page .report-modal-card {
    background: #ffffff;
    border: 1px solid #d8e2ef;
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(12, 34, 61, 0.24);
    overflow: hidden;
}

.report-page .report-modal-panel .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 28px 18px;
    border-bottom: 1px solid #e5edf6;
}

.report-page .report-modal-panel .modal-title {
    margin: 0;
}

.report-page .report-modal-title {
    display: block;
    color: #ef5a43;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.report-page .report-modal-panel .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #edf3f9;
    color: #546173;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
}

    .report-page .report-modal-panel .close:hover,
    .report-page .report-modal-panel .close:focus {
        background: #dfe8f2;
        color: #223048;
        outline: none;
    }

.report-page .report-modal-body {
    padding: 24px 28px 12px;
    color: #243047;
    font-size: 18px;
    line-height: 1.7;
}

    .report-page .report-modal-body p {
        margin: 0 0 16px;
    }

.report-page .report-modal-message {
    display: block;
}

.report-page .report-modal-options {
    margin: 20px 0 24px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f6f9fc;
}

    .report-page .report-modal-options table {
        margin: 0 auto;
    }

    .report-page .report-modal-options .report-modal-subscribe-list {
        margin: 12px auto 0;
    }

        .report-page .report-modal-options .report-modal-subscribe-list input {
            margin-right: 0;
        }

#myModalBye .report-modal-subscribe-list td {
    padding: 4px 0;
    vertical-align: top;
    white-space: nowrap;
}

#myModalBye .report-modal-subscribe-list input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 36px;
    min-width: 36px;
    min-height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid #cfd5df;
    border-right: 1px solid #cfd5df;
    border-radius: 4px 0 0 4px;
    background-color: #e5e9ef;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

    #myModalBye .report-modal-subscribe-list input[type="checkbox"]:checked {
        background-color: #6c757d;
    }

        #myModalBye .report-modal-subscribe-list input[type="checkbox"]:checked::after {
            content: "\2713";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -52%);
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            line-height: 1;
        }

#myModalBye .report-modal-subscribe-list label {
    display: inline-flex;
    align-items: center;
    min-width: 250px;
    min-height: 34px;
    margin: 0 0 0 -4px;
    padding: 7px 14px;
    border: 1px solid #cfd5df;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #f8fafc;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.report-page .report-modal-signoff {
    margin-bottom: 0;
    font-weight: 600;
}

.report-page .report-modal-footer {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 28px 28px;
    border-top: 0;
}

.report-page .report-modal-action {
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
}

.report-page .report-modal-action-primary {
    background: #0f4074;
    color: #ffffff;
}

    .report-page .report-modal-action-primary:hover,
    .report-page .report-modal-action-primary:focus {
        background: #0b3159;
        color: #ffffff;
    }

.report-page .report-modal-action-secondary {
    background: #20c4e7;
    color: #07364c;
}

    .report-page .report-modal-action-secondary:hover,
    .report-page .report-modal-action-secondary:focus {
        background: #16b3d5;
        color: #07364c;
    }

.report-page .report-modal-action-tertiary {
    background: #eaf1f7;
    color: #243047;
}

    .report-page .report-modal-action-tertiary:hover,
    .report-page .report-modal-action-tertiary:focus {
        background: #dce6f1;
        color: #243047;
    }

@media (max-width: 991px) {
    .submit-hero {
        padding: 28px 0;
    }

        .submit-hero h1 {
            font-size: 40px;
        }

    .submit-content {
        max-width: 760px;
    }

    .submit-form .control-label {
        font-size: 24px;
    }

    .required-marker {
        font-size: 17px;
    }

    .submit-form .form-control,
    .report-page .report-type-picker,
    .report-page input.form-control,
    .report-page textarea.form-control,
    .report-page select.form-control {
        font-size: 20px;
    }

    .consent-text {
        font-size: 22px;
    }

    .help-text {
        font-size: 24px;
    }

    .submit-actions .btn {
        font-size: 18px;
        min-width: 170px;
    }
}

@media (max-width: 767px) {
    .submit-hero h1 {
        font-size: 32px;
    }

    .submit-content {
        padding-left: 14px;
        padding-right: 14px;
    }

    .submit-form .control-label {
        font-size: 16px;
    }

    .submit-form .form-control,
    .report-page .report-type-picker,
    .report-page input.form-control,
    .report-page textarea.form-control,
    .report-page select.form-control {
        font-size: 18px;
    }

    .consent-wrap {
        gap: 10px;
    }

        .consent-wrap input[type="checkbox"] {
            width: 20px;
            height: 20px;
        }

    .consent-text,
    .help-text {
        font-size: 18px;
    }

    .report-page .report-nav .btn {
        min-width: 135px;
        font-size: 13px;
    }

    .report-page .report-modal-dialog {
        width: calc(100% - 20px);
        margin: 16px auto;
    }

    .report-page .report-modal-panel .modal-header,
    .report-page .report-modal-body,
    .report-page .report-modal-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .report-page .report-modal-title {
        font-size: 20px;
    }

    .report-page .report-modal-body {
        font-size: 16px;
        line-height: 1.6;
    }

    .report-page .report-modal-footer {
        flex-direction: column;
    }

    .report-page .report-modal-action {
        width: 100%;
    }
}
