.report-content-wrapper {
    font-size: calc(17px + (19 - 17) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
    line-height: 1.3;
}

.report-content-wrapper a {
    color: var(--secondary);
}

.report-content-wrapper a:hover {
    color: var(--secondary-dk);
}

.report-title {
    font-size: 135%;
    font-weight: 500;
    margin: 0 auto 1rem;
    color: var(--primary);
}

.report-sub-title {
    font-size: 115%;
    font-weight: 500;
    margin: 0 auto 1rem;
    color: var(--primary);
}

.report-box {
    margin-top: 2rem;
}

.form-gr {
    margin-bottom: 0.5rem;
    position: relative;
}

.your-email {
    padding: 1rem 1.5rem;
    border-radius: 3rem;
}
.your-email:focus {
    border-color: #a397e1;
    -webkit-box-shadow: 0 0 0 4px rgba(163, 151, 255, 0.5);;
    box-shadow: 0 0 0 4px rgba(163, 151, 255, 0.5);;
}

.error {
    color: #E74C3C;
    font-size: 90%;
    font-weight: 400;
    display: none;
    padding: 4px 0;
}

#objection-wrap {
    margin-bottom: 2rem;
    display: none;
}

#objection-wrap label {
    font-weight: 400
}

#objection-select {
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    background-position: calc(100% - 21px) 50%, calc(100% - var(--middle-padding)) 50%, calc(100% - var(--middle-padding))
}

#objection-select:focus {
    background-position: calc(100% - var(--middle-padding)) 50%, calc(100% - 21px) 50%;
}


.objection-extra {
    display: none;
}

.objection-extra p:first-child {
    margin-top: 0;
}

.not-content {
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.additional-comments {
    resize: none;
    height: 100px;
    border-radius: 16px;
    font-weight: 400;
    margin: 0.2rem 0;
}

.additional-comments:focus {
    border-color: #a397e1;
    -webkit-box-shadow: 0 0 0 4px rgba(163, 151, 255, 0.5);;
    box-shadow: 0 0 0 4px rgba(163, 151, 255, 0.5);;
}

.report-button {
    border-radius: 3rem;
    padding: 1rem 3rem;
    margin-top: 1rem;
}
.report-button.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.report-hightlight {
    background-color: rgba(254, 249, 231, 0.3);
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 92%;
    line-height: 1.3;
}

.report-hightlight .report-title {
    margin-top: 0.5rem;
}

.select-objection-content {
    margin-top: 0.5rem;
}

.error-required {
    border: 1px solid #dc3545 !important
}

.error-required:focus {
    box-shadow: 0 0 0 4px rgb(220 53 69 / 25%)
}

.report-item {
    position: relative;
}

.report-item input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.report-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    margin-bottom: 1.3rem;
    line-height: 1;
    cursor: pointer;
}
.report-item .report-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 26px;
    margin-right: 8px;
    display: block;
    border: 1px solid var(--dark);
    position: relative;
}

.input-required.report-item .report-icon {
    border-color: #dc3545;
}

.report-item .report-icon::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: var(--primary-lt);
    border-radius: 20px;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    opacity: 0;
    transition: var(--trans);
}

.report-item input:checked ~ .report-icon {
    border-color: var(--primary-lt);
}
.report-item input:checked ~ .report-icon::before {
    opacity: 1;
}

.report-successful {
    color: #28a745;
    padding: 0.5rem 0;
    display: flex;
}

.report-successful div {
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.report-successful small {
    color: var(--darkness);
}
.report-error {
    color: #dc3545;
    padding: 0.5rem 0;
}

@media (max-width: 760px) {
    .report-content-sidebar {
        margin-top: 1.5rem;
    }

    .report-image {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 768px) {
    .report-content-sidebar {
        width: 300px;
        position: relative;
    }
    .report-content-box {
        width: calc(100% - 300px);
        padding-right: 3rem;
    }


    .report-hightlight  {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1;
        box-shadow: 0 8px 10px -5px rgb(0 0 0 / 10%)
    }
}

@media (min-width: 980px) {
    .report-image {
        width: 360px;
    }

    .report-action {
        width: calc(100% - 360px);
        padding-left: 2rem;
    }

    .form-gr {
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .error {
        position: absolute;
        padding: 0 10px;
        background-color: #fff;
        top: 0;
        font-size: 86%;
        transform: translateY(-50%);
        right: 24px;
    }
}
