@charset "UTF-8";

.dropdown-toggle.font-white.abbreviation {
    color: #333 !important;
}

#navigation-shopping-cart {
    color: #333;
}

.page-hight {
	margin-top: 160px;
	text-align: center;
}
.page-hight-top-subtitle {
	color: rgba(3, 18, 66, 0.4);
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.01em;
}
.page-hight-top-content {
	font-family: 'Swansea-bold';
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 48px;
	text-align: center;
	letter-spacing: -0.01em;
	margin-top: 0;
}
.page-hight-top-context {
	margin: auto;
	margin-top: 30px;
	max-width: 500px;
	min-height: 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: rgba(3, 18, 66, 0.8);
}
.blog-page-button {
	background-image: url(/community/blog_login.png);
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
	min-height: 220px;
	padding: 50px 30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.first-blog-author{
	padding-top: 25px;
}

@media (max-width: 1100px) {
	.blog-page-button {
		display: grid;
		gap: 30px;
	}
}

@media (max-width :397px) {
	.blog-stats-name {
		padding-left: 0px !important;
		padding: unset !important;
		min-height: unset !important;
		max-height: 80px !important;
	}
	.blog-stats-author {
		padding-left: 0px !important;
		margin-top: 20px;
	}
	.changelog{
		min-height: 329px !important;
	}
	.recent-posts span {
		text-align: left !important;
	}
	.recent-posts .title {
		font-weight: 700;
	}
	.popular-posts span {
		text-align: left !important;
	}
	.popular-blog div .blog-div .blog-img {
		max-height: 190px;
	}

}
@media ( max-width :767px) {
	.page-hight-top {
		text-align: center;;
		font-weight: 900;
		font-size: 36px;
	}
	.page-hight-middle {
		text-align: center;
		padding-right: 5%;
		padding-left: 5%;
		margin-top: 10px;
		font-size: 18px;
		color: #81878c;
		margin-bottom: 10px;
	}
	.page-hight-bottom {
		margin-top: 30px;
	}
}

@media ( min-width :768px) {
	.page-hight-top {
		/*padding-left: 15%;*/
		font-weight: 900;
		font-size: 36px;
	}
	.page-hight-middle {
		padding-left: 15%;
		padding-right: 10%;
		margin-top: 10px;
		font-size: 18px;
		color: #81878c;
		margin-bottom: 10px;
	}
}

@media ( min-width :1025px) {
	.page-hight-top {
		/*padding-left: 13%;*/
		font-weight: 900;
		font-size: 36px;
	}
	.page-hight-middle {
		padding-left: 13%;
		padding-right: 10%;
		margin-top: 10px;
		font-size: 18px;
		color: #81878c;
	}
	.page-hight-bottom {
		/*padding-left: 10%;*/
		/*padding-right: 14%;*/
		margin-top: 120px;
	}
}
#category-menu li i {
	margin: 5px;
}

i.fa.fa-search {
	color: #81878C;
	cursor: pointer;
}

.category-menu {
	list-style: none;
	overflow: hidden;
	float: left;
	margin-left: 20%;
}

@media ( max-width :1025px) {
	.category-menu {
		padding-inline-start: 0px;
		list-style: none;
		overflow: hidden;
		float: left;
		margin-left: auto;
	}
	.category-menu>li {
		padding: 10px 20px;
		float: left;
		font-size: 14px;
		color: #81878C;
		cursor: pointer;
	}
}

.category-menu>li {
	padding: 10px 20px;
	float: left;
	font-size: 14px;
	color: #81878C;
	cursor: pointer;
}

.categories {
	font-size: 14px;
	color: #81878C;
	margin: 0 12px;
	position: absolute;
}

.category {
	list-style: none;
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 0.2);
	padding-left: 0px;
	border-radius: 2px;
	min-width: 200px;
	max-width: max-content;
	z-index: 1;
	margin-top: 5px;
}
.categories div i {
	margin-left: 10px;
}

.category>li {
	padding: 10px 20px;
	text-align: left;
}

.category>li>a {
	color: #161E2E;
	font-size: 14px;
}

.category:before {
	width: 0;
	height: 0;
	content: '';
	display: inline-block;
	position: absolute;
	border-color: transparent;
	border-style: solid;
	-webkit-transform: rotate(360deg);
	border-width: 0 6px 6px;
	border-bottom-color: rgba(0, 0, 0, 1);
	top: -6px;
	left: 20px;
}

.category:after {
	width: 0;
	height: 0;
	content: '';
	sdisplay: inline-block;
	position: absolute;
	border-color: transparent;
	border-style: solid;
	-webkit-transform: rotate(360deg);
	border-width: 0 6px 6px;
	border-bottom-color: #FFF;
	top: -6px;
	left: 20px;
}

.search-icon {;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	float: right;
	padding-left: 4px;
	padding-top: 1px;
	margin-top: 12px;
}

.blog-first {
	display: flex;
	margin: 30px auto 60px auto;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.blog-first-style {
	margin: 30px auto;}

.blog-first-tablet-style {
	margin: 30px auto;
}

@media ( min-width :1025px) {
	.blog-first>a img {
		max-width: 676px;
		height: 100%;
		max-height: 366px !important;
	}
	.first-blog-stats {
		width: 38%;
		min-height: 205px;
		height: max-content;
		box-shadow: none !important;
	}
}

.blog-first>a img {
	width: 95%;
	min-height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	object-fit: contain;
}

.arrow_right {
	margin-bottom: 2px;
}

.arrow_up {
	width: 7px;
	border-bottom: 2px solid #7F90A1;
	transform: skewY(42deg);
	margin-left: 10px;
}

.arrow_down {
	width: 7px;
	margin-top: 4px;
	border-top: 2px solid #7F90A1;
	transform: skewY(-42deg);
	margin-left: 10px;
}

@media ( min-width :768px) {
	.arrow_right {
		margin-bottom: 5px;
		display: none !important;
	}
}

@media ( max-width :1024px) {
	.first-blog-stats {
		padding-top: 25px;
		min-height: 205px;
	}

	.blog-first>a img {
		width: 100%;
	}

	.blog-first {
		display: grid;
	}
}

@media ( max-width :767px) {
	.first-blog-stats {
		width: 90%;
		min-height: 180px;
		margin-left: 0px;
	}
}

.first-blog-title .blog-title {
	font-size: 20px;
}

@media ( min-width :767px) {
	.first-blog-title {
		font-size: 30px;
	}
	.first-blog-title .blog-title {
		font-size: 32px;
	}
}

.admin-changelog-categoy-general {
	background-color: #E0F8DF;
	font-size: 14px;
	color: #0D6245;
	border-radius: 10px;
	ont-family: 'proxima-nova', sans-serif;
	text-align: center;
	width: max-content;
	padding: 2px 12px 2px 12px;
	font-weight: 600;
}

.admin-changelog-categoy-product {
	background-color: #E2E1FA;
	font-size: 14px;
	color: #4D2179;
	border-radius: 10px;
	font-family: 'proxima-nova', sans-serif;
	text-align: center;
	width: max-content;
	padding: 2px 12px 2px 12px;
	font-weight: 600;
}

.admin-changelog-categoy-service {
	background-color: #E1EFFD;
	font-size: 14px;
	border-radius: 10px;
	font-family: 'proxima-nova', sans-serif;
	color: #214C79;
	text-align: center;
	width: max-content;
	padding: 2px 12px 2px 12px;
	font-weight: 600;
}

.changelog {
	min-height: 179px;
	padding: 50px 30px;
	font-size: 16px;
	background: #EBF3FF;
	box-shadow: 0px 3px 4px rgba(3, 18, 66, 0.1);
	border-radius: 14px;
}

.changelog-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
}

@media ( min-width : 1320px) {
	.changelog-left {
		padding-right: 100px !important;
	}
	.changelog-content {
		width: 670px !important;
	}
}

@media ( min-width : 1027px) {
	.changelog-content {
		width: 670px !important;
	}
}

@media ( min-width : 768px) {
	.changelog-left {
		padding-right: 50px;
	}
	.changelog-content {
		width: 426px;
	}
	.changelog {
		display: flex;
		padding: 50px 60px;
	}
	.first-blog-stats-change {
		width: 490px;
		height: 205px;
		margin-top: -100px;
	}
}

@media ( max-width :768px) {
	.changelog-right {
		margin-top: 30px;
	}
}

.col-xs-12.col-sm-6.col-md-4 {
	margin-bottom: 20px;
}

@media ( min-width :1025px) {
	.col-md-4:nth-child(3n+1) {
		clear: both !important;
	}
}

@media ( max-width :1024px) {
	.col-md-4:nth-child(2n+1) {
		clear: both !important;
	}
}

.blog-div {
	border-radius: 6px;
	/*box-shadow: 0 5px 15px rgb(0 0 0 / 0.2);*/
}

@media ( max-width :375px) {
	.blog-img>a img {
		height: 140px !important;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
	.page-low {
		width: 1140px;
	}
}

.blog-img>a img {
	width: 100%;
	display: block;
	height: 100%;
	min-height: 200px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	object-fit: contain;
	/*margin: 0 auto;*/
}

@media(min-width:768px){
	.blog-img>a img{
		min-height: 200px;
		max-width: 328px;
	}
}

a.blog-title {
	font-size: 18px;
	color: rgba(3, 18, 66, 1);
	font-weight: 700;
	border-bottom: none !important;
}

.blog-author {
	font-size: 16px;
	color: #161E2E;
}

.title {
	display: block;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 800;
	padding-left: 15px;
	margin-top: 60px;
	text-transform: none;
	letter-spacing: -0.01em;
}

.blog-stats {
	width: 100%;
	max-width: 328px;
	min-height: 147px;
}

.blog-stats-name {
	padding: 10px 0px;
	/*padding-left: 16px;*/
	min-height: 80px;
}

.blog-stats-author {
	padding: 16px 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    min-height: 53px;
}

.signin-right {

}

.go-to-changelog {
	display: block;
	margin-top: 5px;
}
.changelog-content {
	font-family: 'Swansea-bold';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #031242;
}
.changelog-right-content {
	font-family: 'Switzer';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.01em;
	color: rgba(3, 18, 66, 0.9);
	margin-top: 5px;
}
.load-more {
	color: rgba(3, 18, 66, 0.4);
	font-size: 16px;
	border: 1.25px solid rgba(3, 18, 66, 0.4);
	border-radius: 60px;
	background-color: #FFFFFF;
}

a.right-btn {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 60px;
	font-size: 16px;
	color: #EBF3FF;
	background-color: #031242;
}
.signin-left{
	position: unset !important;
	font-size:18px;
	color: rgba(3, 18, 66, 0.8);
}