@import url("../reset.css");
@import url("../shared.css");

@import url("../footer.css");
@import url("../header.css");

.app-qoutes {
	border-bottom: 0.5px solid #bcbdc4;
	margin-bottom: 60px;
}

.app-qoutes-header {
	padding: 60px 0 80px;
	border-top: 0.5px solid #bcbdc4;
}

.app-qoutes-header__titile {
	font-size: 25px;
	margin-bottom: 10px;
}

.app-qoutes-header__sub-titile {
	font-size: 20px;
}

.app-qoutes-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.app-qoutes-action-text {
	font-size: 20px;
}

.app-qoutes-table-box {
	margin-bottom: 40px;
}

.app-qoutes-history {
	margin-bottom: 50px;
}

.app-qoutes-history-title {
	margin-bottom: 50px;

	font-weight: 400;
	font-style: Regular;
	font-size: 30px;
}

.app-qoutes-history-card {
	display: flex;
	gap: 120px;
	flex-wrap: wrap;
}

.app-qoutes-history-card-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.app-qoutes-history-card-item-img-box {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #a2b3ad;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.app-qoutes-history-card-item-img-box.app-qoutes-history-card-item-img-box--yellow {
	background: #fefc4a;
	box-shadow: 0px 4px 7.8px 0px #00000026;
	border: 1px solid #333333;
}

.app-qoutes-history-card-item-img {
}

.app-qoutes-history-card-item-text-box {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.app-qoutes-history-card-item-text {
	font-size: 18px;
}

[dir="rtl"] .app-qoutes-history-title,
[dir="rtl"] .app-qoutes-header {
    text-align: right;
}

@media (max-width: 1200px) {
}

@media (max-width: 768px) {
	.app-qoutes-action {
		flex-direction: column-reverse;
		gap: 15px;
		align-items: flex-start;
	}

	.app-qoutes-history-title {
		font-size: 22px;
		text-align: center;
	}

	.app-qoutes-history-card {
		flex-direction: column;
		gap: 40px;
	}

	.app-qoutes-history-card-item-text {
		font-size: 16px;
	}
}
