.tab-titles {
	display: flex;
	align-items: end;
}

.tab-title {
	background-color: #1b2947;
	color: #fff;
	height: fit-content;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.tab-title .title {
	font-weight: 600;
}

.tab-title.active {
	background-color: #fff;
	border-color: #000;
	color: #1b2947;
}

.tab-title.active .title {
	color: #1b2947;
}

.tab-content {
	display: none;
}

.tab-content:not(.hidden) {
	display: block;
}

.donation-page-description p {
	font-weight: 300;
}

@media (max-width: 768px) {
	.tab-title.active {
		padding: 12px 16px;
	}
	.donation-page-description {
		margin-bottom: 40px;
	}
	.donation-page-description p {
		text-align: center;
	}
}

.slick-prev {
	z-index: 99 !important;
	background: #11111191 !important;
	left: 16px !important;
	border-radius: 100% !important;
	width: 32px !important;
	height: 32px !important;
}

.slick-next:before{
    center !important;
    color: transparent !important;
    background: url("../assets/images/arrow-right.svg") no-repeat center
}

.slick-prev:before {
    background: url("../assets/images/arrow-left.svg") no-repeat center
		center !important;
	color: transparent !important;
}

.slick-next {
	right: 16px !important;
	z-index: 99 !important;
	background: #11111191 !important;
	border-radius: 100% !important;
	width: 32px !important;
	height: 32px !important;
}

.thank-you-icon {
    width: 100%;
}

.rotate-90 {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}
