@import url("../../common/font/iconfont.css");

pre {
    width: 100%;
    display: block;
    background: #333 !important;
    color: #fff;
    border-radius: 5px;
	word-wrap: break-word;
	white-space: normal;
}
pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

ul.pagination a,ul.pagination span {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--growim-gray, #ECF8FF);
    border: 1px solid var(--growim-gray, #ECF8FF);
    color: var(--growim-text, #504E4E);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 50%;
    transition: 500ms ease;
}

ul.pagination li.active span {
    font-weight: 800;
    background-color: transparent;
    border-color: var(--growim-primary, #635AD9);
    color: var(--growim-primary, #635AD9);
}

ul.pagination li {
    font-weight: normal;
    margin-right: 5px;
}

ul.pagination li a:hover {
	background-color: var(--growim-primary, #635AD9);
	color:#fff;
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.maxLineTwo {
	text-overflow: -o-ellipsis-lastline;
	max-height: 60px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.padding-top-lg {
	padding-top:30px;
}
.padding-top-xl {
	padding-top:50px;
}
.margin-bottom-lg {
	margin-bottom:30px;
}
.text-center {
	text-align:center;
}
.flex-start-center {
	display: flex; justify-content: start; align-items: center;
}
.flex-center {
	display: flex; justify-content: center; align-items: center;
}


.fact-counter .counter-block:nth-child(3) .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-45deg,#d295ff 0,#6f5bff 100%);
}
.fact-counter .counter-block:last-child .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-45deg,#a3f2b2 0,#41dfcd 100%);
}
.fact-counter .counter-block:nth-child(2) .counter-block-one .icon-box {
    background-image: -webkit-linear-gradient(-45deg,#ffca7f 0,#ff9358 100%);
}
.counter-block-one .icon-box {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 32px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    background-image: -webkit-linear-gradient(-45deg,#9eb1fe 0,#5f7ceb 100%);
}

.banner-sub-title {
	font-size:32px;
}