.services-edit > form {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	gap: 20px;
}


.services-edit > form > label {
	font-size: 25px;
	font-weight: bold;
}

.services-edit > form > textarea {
	font-weight: bold;
}


.banner-edit {
	width: 70%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.banner-edit > form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.banner-edit > form .btn {
	width: 10%;
}

.banner-edit > form .banner-fields {
	width: 100%;
}


.banner-edit > form .banner-fields .row {
	width: 100%;
	display: flex;
	flex-direction: column;
}


.banner-edit > form .banner-fields .row > img {
	margin-bottom: 5%;
	margin-top: 1%;
	width: 150px;
	height: 150px;
}


.banner-list .banner-page-body .banner-table {
	width: 80%;
}


.banner-list .banner-page-body .banner-table th {
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	text-align: center;
}

.banner-list .banner-page-body .banner-table td > p {

	height: 50px;
	overflow-y: scroll;
}

.banner-list .banner-page-body .banner-table td {

	font-size: 15px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}


.banner-list .banner-list-head {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}


textarea {
	display: grid;
	border-radius: 5px;
	font-weight: bold;
	height: 35px;

}


.seo-edit {
	width: 70%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.seo-edit .seo-fields .row {
	width: 100%;
	display: flex;
	flex-direction: column;
}


.page {
	margin-top: 5%;
}


.page .list-head {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.page .page-body {
	margin: 0 auto;
	display: flex;
}


.page .page-body .body-list {
	border: 1px solid #cccccc;
	width: 90%;
	margin: auto;

}

.page .page-body .body-list th {
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	text-align: center;
}

.page .page-body .body-list td {
	font-size: 12px;
	font-weight: 600;
	padding: 10px;
	text-align: center;
}


.h1 {
	margin-left: 30%;
}


.offer-create {
	display: grid;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-evenly;
}

.offer-create .category-code {
	display: grid;
	width: 320px;
	margin-left: 2px;

}

.original-price {
	display: grid;
	width: 355px;
	margin-left: 350px;
	margin-top: -125px;

}

.submitbtn {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	width: 670px;
	height: 35px;
}

.h1 {
	margin-left: 30%;
}


.pages-list .pages-list-head {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}


.pages-list .pages-list-body .pages-table {
	width: 80%;
}


@media (max-width: 480px) {

	.offer-create {
		display: grid;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: space-evenly;
		margin-left: 20%;
	}

	.category-code {

		display: grid;
		width: 100%;
		margin-left: -4px;


	}

	.original-price {
		margin-left: 0px;
		margin-top: 0;
		display: grid;
		width: 100%;

	}

	.main-container .side-nav {
		height: auto;
		width: 360px;
	}

	.file {
		margin-bottom: 10px;
		margin-top: 10px;
	}


	.from {
		width: 108%;
		display: grid;
	}

	.h1 {
		margin-left: 1%;
	}

	textarea {
		border-radius: 2px;
		font-weight: bold;
		width: 300px;
		margin-right: 60px;
	}

	.main-container .side-nav .yb-logo {
		height: 70px;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		gap: 10px;
		border-bottom: 1px solid #006600;
		box-shadow: 0px 14px 15px -18px #006600;
	}

	.main-container {
		width: 93%;
	}
}

