/* DOMAIN PAGE */
/* Check domain section */
.check-domain > .section-content {
	padding: 6rem 0;
}

.check-domain > .section-content #checking-domain {
	display: flex;
	justify-content: center;
}

.check-domain > .section-content #checking-domain .form-group {
	display: flex;
	flex-flow: row nowrap;
	width: 60%;
}

@media (max-width: 550px) {
	.check-domain > .section-content #checking-domain .form-group {
		width: 90%;
	}

	.check-domain > .section-content #checking-domain .form-group button span {
		display: none;
	}
}

.check-domain > .section-content #checking-domain .form-group input[type='search'] {
	font-size: 1.6rem;
	line-height: 1;
	padding: 2.5rem 3rem;
	margin: 0;
	border-radius: 99rem 0 0 99rem !important;
}

.check-domain > .section-content #checking-domain .form-group button {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	font-size: 1.6rem;
	line-height: 1;
	flex: 0 0 auto;
	margin: 0;
	padding: 0 2rem 0 2rem;
	border-radius: 0 99rem 99rem 0 !important;
}

.check-domain > .section-content #checking-domain .form-group button:before {
	background-image: url("https://giaiphapweb.vn/wp-content/uploads/2023/09/search_icon.png");
	display: block !important;
	content: '';
	width: 20px;
	height: 21px;
}

.check-domain > .section-content .popular-domains {
	margin-top: 4rem;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 2rem;
}

@media screen and (max-width: 849px) {
	.check-domain > .section-content .popular-domains {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (max-width: 549px) {
	.check-domain > .section-content .popular-domains {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 390px) {
	.check-domain > .section-content .popular-domains {
		grid-template-columns: repeat(2, 1fr);
	}
}

.check-domain > .section-content .popular-domains .popular-domain-card {
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1rem;
	cursor: pointer;
	padding: 3rem 5rem;
	background-color: var(--primary-lighter);
}

.check-domain > .section-content .popular-domains .popular-domain-card:hover {
	background-color: var(--primary-medium);
}

.check-domain > .section-content .popular-domains .popular-domain-card:hover .domain-name {
	color: var(--primary-lightest);
}

.check-domain > .section-content .popular-domains .popular-domain-card:hover .global-domain, .check-domain > .section-content .popular-domains .popular-domain-card:hover .vn-domain {
	box-shadow: 0 0 1rem var(--primary-lighter);
}

.check-domain > .section-content .popular-domains .popular-domain-card .global-domain, .check-domain > .section-content .popular-domains .popular-domain-card .vn-domain {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -1rem;
	right: -1rem;
	display: flex;
	width: 5rem;
	aspect-ratio: 1;
	border-radius: 50%;
}

.check-domain > .section-content .popular-domains .popular-domain-card .global-domain {
	background-color: var(--blue-medium);
}

.check-domain > .section-content .popular-domains .popular-domain-card .global-domain:before {
	content: '';
	width: 24px;
	height: 25px;
	background-image: url("https://giaiphapweb.vn/wp-content/uploads/2023/09/global.png");
}

.check-domain > .section-content .popular-domains .popular-domain-card .vn-domain {
	background-color: red;
}

.check-domain > .section-content .popular-domains .popular-domain-card .vn-domain:before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url("https://giaiphapweb.vn/wp-content/uploads/2023/09/vn-star.png");
}

.check-domain > .section-content .popular-domains .popular-domain-card .domain-name {
	color: var(--primary-dark);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 3rem;
}

.check-domain > .section-content .popular-domains .popular-domain-card .domain-price {
	line-height: 1.4;
	display: flex;
	flex-flow: column nowrap;
}

.check-domain > .section-content .popular-domains .popular-domain-card .sale-price {
	font-size: 1.6rem;
	font-weight: 700;
}

.check-domain > .section-content .popular-domains .popular-domain-card .regular-price {
	color: var(--gray-medium);
	font-size: 1.5rem;
	font-style: italic;
	text-decoration: line-through;
}

/* BENEFITS */
.domain-benefits .section-content {
	padding: 6rem 0;
	background-color: var(--gray-lighter);
}

.domain-benefits .section-content .row:first-child {
	padding-bottom: 4rem;
}

.domain-benefits .section-content .row:first-child p {
	font-size: 1.8rem;
	text-align: center;
}

@media screen and (max-width: 549px) {
	.domain-benefits .section-content .row:last-child > .col {
		padding: 0 1rem 1rem !important;
	}
}

@media screen and (min-width: 550px) and (max-width: 850px) {
	.domain-benefits .section-content .row:last-child > .col {
		padding: 0 1rem 2rem !important;
	}
}

@media screen and (min-width: 851px) {
	.domain-benefits .section-content .row:last-child > .col:not(:first-child, :last-child, :nth-child(4), :nth-child(3)) {
		padding: 0 1.5rem 3rem !important;
	}

	.domain-benefits .section-content .row:last-child > .col:is(:first-child, :nth-child(4)) {
		padding: 0 1.5rem 3rem 0 !important;
	}

	.domain-benefits .section-content .row:last-child > .col:is(:last-child, :nth-child(3)) {
		padding: 0 0rem 3rem 1.5rem !important;
	}
}

.domain-benefits .section-content .row:last-child > .col > .col-inner {
	display: flex;
	flex-flow: column nowrap;
}

.domain-benefits .section-content .row:last-child > .col > .col-inner .domain-benefit-card {
	background-color: #fff;
	flex: 1 0 auto;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	padding: 2rem;
	border: 0.1rem solid var(--primary-medium);
	border-radius: 1.6rem;
	transition: all 0.35s ease-out;
	cursor: pointer;
}

.domain-benefits .section-content .row:last-child > .col > .col-inner .domain-benefit-card:hover {
	box-shadow: 0 0 2rem 0.5rem var(--primary-light);
}

.domain-benefits .section-content .row:last-child > .col > .col-inner .domain-benefit-card h4 {
	text-transform: capitalize;
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: var(--gray-darker);
}

.domain-benefits .section-content .row:last-child > .col > .col-inner .domain-benefit-card p {
	font-size: 1.5rem;
	line-height: 2rem;
}

/* 
 * PRICE TABLE
 *  */

.price-table .section-content {
	padding: 6rem 0;
}

#domain-pricetables .tab-nav {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
}

#domain-pricetables .tab-nav__item {
	flex: 1;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.2rem;
	text-transform: uppercase;
	background-color: var(--gray-lighter);
	border-bottom: 1px solid var(--primary-medium);
	transition: all 500ms;
	cursor: pointer;
}

#domain-pricetables .tab-nav__item.active {
	background-color: var(--primary-medium);
	color: #fff;
}

#domain-pricetables .tab-content__item {
	display: none;
}

#domain-pricetables .tab-content__item.active {
	display: block;
}

#domain-pricetables .dataTables_wrapper {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

#domain-pricetables .dataTables_filter {
	width: 40rem;
}

#domain-pricetables .dataTables_filter label {
	font-size: 0;
}

#domain-pricetables .dataTables_filter input {
	font-size: 1.6rem;
	font-weight: 400;
	border-radius: 3rem !important;
	padding: .5rem 1.5rem;
}

#domain-pricetables .dataTables_info,
#domain-pricetables .dataTables_paginate {
	font-size: 1.4rem;
}

#domain-pricetables .dataTable .regular-price {
	text-decoration: line-through;
	color: var(--gray-dark);
}

#domain-pricetables .dataTable .even td {
	background-color: var(--gray-lighter);
}

#domain-pricetables .dataTable tr td:last-child {
	text-align: center;
}

#domain-pricetables .info-wrapper {
	display: grid;
	place-items: center;
}

#domain-pricetables .table-responsive {
	width: 100%;
}

#domain-pricetables .dataTables_paginate {
	display: flex;
	align-items: center;
}

#domain-pricetables a:is(.previous, .next) {
	display: grid;
	place-items: center;
	padding: .5em;
}

#domain-pricetables a:is(.previous, .next) span {
	line-height: 1;
	font-size: 2.2rem;
}

#DataTables_Table_0_wrapper tbody tr:is(:first-child) {
	font-style: italic;
}

#DataTables_Table_0_wrapper tbody tr:not(:first-child) td:is(:nth-last-child(-n+2)) {
	font-weight: 700;
}

#domain-pricetables thead th {
	font-size: 1.2rem;
	line-height: 1.4;
	background-color: var(--primary-medium);	
	color: #fff;
	text-align: center;
}

#domain-pricetables td {
	font-size: 1.5rem;
	line-height: 1.5;
	color: var(--gray-darkest-txt);
	text-align: center;
}

#domain-pricetables tbody tr td:first-child {
	font-weight: 700;
	text-align: left;
}

@media (min-width: 850px) {
	#domain-pricetables .dataTable {
		width: 100% !important;
	}
}

@media (max-width: 849px) {
	#DataTables_Table_0_wrapper .dataTable {
		width: 1280px !important;
	}
	
	#DataTables_Table_1_wrapper .dataTable {
		width: 100% !important;
	}

	#domain-pricetables .table-responsive {
		overflow: auto;
	}	
}

@media (max-width: 390px) {
	#DataTables_Table_0 thead tr th:first-child,
	#DataTables_Table_0 tbody tr td:first-child {
		width: 150px !important;
	}
}