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

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

.app-profile-title {
	margin-bottom: 86px;
}

.app-profile-box {
	border-top: 0.5px solid #bcbdc4;
	padding: 40px 10px 60px 30px;
	display: flex;
	justify-content: space-between;
}

.app-profile-box__info {
	flex: 1;
}

[dir="rtl"] .app-profile-box__info {
    text-align: right;
}

.app-profile-box-title {
	font-weight: 500;
	font-style: Medium;
	font-size: 28px;
	margin-bottom: 40px;
}

.app-profile-info-box {
	display: flex;
	gap: 65px;
	flex-direction: column;
}

.app-profile-info-box.app-profile-info-box--line {
	gap: 40px;
	padding-left: 15px;
}

.app-profile-info-box-row {
	display: flex;
}

.app-profile-info-box-card {
	flex: 1;
}

.app-profile-info-box-card-name {
	font-weight: 500;
	font-style: Medium;
	font-size: 25px;
	color: #878788;
	margin-bottom: 10px;
}

.app-profile-info-box-card-input:read-only {
	border: none;
	font-size: 25px;
	font-weight: 300;
}

.app-profile-info-box-card-input:focus-visible {
	outline: none;
}

.app-profile-info-box-card-input.app-profile-info-box-card-input--empty:read-only {
	border-bottom: 0.5px solid #000000;
	height: 7px;
	width: 240px;
}

.app-profile-box__action {
}

.app-profile-edit-button {
	background: none;
	display: flex;
	align-items: center;
	border: 1.5px solid #878788;
	border-radius: 38px;
	gap: 20px;
	padding: 6px 15px;
	font-size: 25px;
	color: #878788;
}

.app-profile-info-text {
	font-size: 25px;
}

.app-profile-del-btn {
	margin-top: 30px;
	display: inline-block;
	text-decoration: none;
	color: #0050ff;
	font-size: 25px;
	border: none;
	background: none;
}

.app-profile-del-btn:hover {
	text-decoration: underline;
}

.app-profile-save-btn {
	text-align: center;
	margin-bottom: 20px;
}

.app-profile-edit-button__text {
}

.app-profile-edit-button__img {
}

@media (max-width: 1200px) {
	.app-profile-box-title {
		font-size: 22px;
	}

	.app-profile-info-box-card-name,
	.app-profile-edit-button,
	.app-profile-info-text,
	.app-profile-del-btn,
	.app-profile-info-box-card-input:read-only {
		font-size: 18px;
	}

	.app-profile-title {
		margin-bottom: 40;
	}
}

@media (max-width: 768px) {
	.app-profile-box-title {
		font-size: 18px;
		margin-bottom: 30px;
		padding-left: 5px;
	}

	.app-profile-info-box-row {
		flex-direction: column;
	}

	.app-profile-info-box-row,
	.app-profile-info-box {
		gap: 30px;
	}

	.app-profile-info-box-card-name,
	.app-profile-edit-button,
	.app-profile-info-text,
	.app-profile-del-btn,
	.app-profile-info-box-card-input:read-only {
		font-size: 16px;
	}

	.app-profile-info-box.app-profile-info-box--line {
		padding-left: 0;
	}

	.app-profile-info-box-card-input.app-profile-info-box-card-input--empty:read-only {
		width: 140px;
	}

	.app-profile-edit-button__text {
		display: none;
	}

	.app-profile-box {
		padding: 20px 10px 30px 15px;
	}
}
