.report-section {
	background: rgba(6, 8, 15, 0.5);
	backdrop-filter: blur(40px);
	border-top: 1px solid var(--Deep-Steel, #1e2939);
	border-bottom: 1px solid var(--Deep-Steel, #1e2939);

	.container {
		width: 100%;

		@media (min-width: 1025px) {
			max-width: 900px !important;
		}

		.card-report-wrapper {
			@media (max-width: 767px) {
				display: flex;
				flex-direction: column !important;
				justify-content: center;
				align-items: center;
			}

			.card-report-item {
				&:not(:first-child) {
					@media (max-width: 767px) {
						margin-top: 30px;
					}
				}

				img {
					width: 60px;
					height: 60px;
				}

				.total {
					color: var(--alert-red);
					font-size: 36px;
					font-weight: 700;
					line-height: 40px;
				}

				.report-title {
					font-size: 18px;
					color: var(--cool-gray);
				}

				&:nth-child(2) {
					.total {
						color: var(--caution-gold);
					}
				}
			}
		}
	}
}
