@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    to {
        box-shadow: 0 0 0 20px transparent;
    }
}
.green {
    background: #00be5a;
}
.red {
    background: #e13838;
}
.blue {
    background: #005fec;
}
.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #0000001a;
}
.pulse {
    animation: pulse-animation 2s infinite;
}
.carcheck-report-section__item {
    display: flex;
    grid-gap: 16px;
    gap: 16px;
    align-items: center;
}
.carcheck-report-section__item p {
    color: #1f2937;
    font-size: 1.06667rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .carcheck-report-section__item p {
        font-size: 0.93333rem;
    }
}
.carcheck-report-section__item span {
    color: #0a2540;
    opacity: 0.5;
    font-size: 0.8rem;
    display: block;
}
@media (max-width: 767.98px) {
    .carcheck-report-section__item span {
        font-size: 0.8rem;
        line-height: 13px;
    }
}
.carcheck-report-section__item:hover p {
    color: #005fec;
}
.carcheck-report-section__item:hover img {
    filter: invert(24%) sepia(100%) saturate(4705%) hue-rotate(211deg) brightness(97%) contrast(101%);
}
.carcheck-report-section__item-image {
    padding: 12px;
    border-radius: 16px;
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
}
.carcheck-report-section__item-image img {
    fill: #0a2540;
    color: #0a2540;
}
@media (max-width: 767.98px) {
    .carcheck-report-section__item-image {
        padding: 8px;
        border-radius: 10px;
        width: 36px;
        height: 36px;
    }
    .carcheck-report-section__item-image img {
        width: 20px;
    }
}
.carcheck-report-section__item_red {
    display: flex;
    grid-gap: 16px;
    gap: 16px;
    align-items: center;
}
.carcheck-report-section__item_red p {
    color: #1f2937;
    font-size: 1.06667rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .carcheck-report-section__item_red p {
        font-size: 0.93333rem;
    }
}
.carcheck-report-section__item_red span {
    color: #0a2540;
    opacity: 0.5;
    font-size: 0.8rem;
    display: block;
}
@media (max-width: 767.98px) {
    .carcheck-report-section__item_red span {
        font-size: 0.8rem;
        line-height: 13px;
    }
}
.carcheck-report-section__item-image_red {
    padding: 12px;
    border-radius: 16px;
    background-color: rgba(234, 146, 99, 0.12);
    display: flex;
    align-items: center;
}
.carcheck-report-section__item-image_red img {
    fill: #0a2540;
    color: #0a2540;
}
@media (max-width: 767.98px) {
    .carcheck-report-section__item-image_red {
        padding: 8px;
        border-radius: 10px;
        width: 36px;
        height: 36px;
    }
    .carcheck-report-section__item-image_red img {
        width: 20px;
    }
}
.carcheck-report-section__item_green {
    display: flex;
    grid-gap: 16px;
    gap: 16px;
    align-items: center;
}
.carcheck-report-section__item_green p {
    color: #1f2937;
    font-size: 1.06667rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .carcheck-report-section__item_green p {
        font-size: 0.93333rem;
    }
}
.carcheck-report-section__item_green span {
    color: #0a2540;
    opacity: 0.5;
    font-size: 0.8rem;
    display: block;
}
@media (max-width: 767.98px) {
    .carcheck-report-section__item_green span {
        font-size: 0.8rem;
        line-height: 13px;
    }
}
.carcheck-report-section__item-image_green {
    padding: 12px;
    border-radius: 16px;
    background-color: rgba(73, 182, 78, 0.1);
    display: flex;
    align-items: center;
}
.carcheck-report-section__item-image_green img {
    fill: #00be5a;
    color: #00be5a;
}
@media (max-width: 767.98px) {
    .carcheck-report-section__item-image_green {
        padding: 8px;
        border-radius: 10px;
        width: 36px;
        height: 36px;
    }
    .carcheck-report-section__item-image_green img {
        width: 20px;
    }
}
.getreport {
    background-color: #00be5a;
    border: 0;
    color: #fff;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
