@font-face {
	font-family: 'Inter';
	src: local('Inter'),
	url('../../../../../assets/fonts/inter/Inter.ttf') format('truetype');
	font-weight: 100 900;
	font-display: swap;
}

.btn-group > .btn:not(:last-child):not(:has(+ .btn:not(.hidden))) {
	border-top-right-radius: var(--btn-sm-border-radius);
	border-bottom-right-radius: var(--btn-sm-border-radius);
}

@media only screen and (max-width: 990px) {
	.app-nav-header .logo {
		margin-bottom: -14px;
	}
}

body {
	position: relative;
}

body:not(.page-order) {
	--container-xl-max-width: 1440px;
}

.app-main {
	position: relative;
}

.app-nav-header .logo img {
	max-width: none !important;
}

.main-header {
	position: relative;
}

.main-footer {
	background: transparent;
}

.jethost-cloud-header-image {
	position: absolute;
	right: 10vw;
	top: 0;
	opacity: 0.5;
	width: 200px;
}

.ellipse-blur-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden; /* clip children like the blur */
	pointer-events: none;
	z-index: 0;
}

.ellipse-blur {
	position: absolute;
	bottom: -20%;
	right: -10%;
	width: 998px;
	height: 998px;
	background: radial-gradient(circle, #92ADCE 0%, transparent 70%);
	filter: blur(200px);
	z-index: 0;
	pointer-events: none;
	opacity: 0.6;
}

#registerDomainPanel {
	min-height: 333px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.panel-sidebar.panel-sidebar-primary.panel-client-details strong,
.panel-sidebar.panel-client-details {
	background: white;
	color: var(--brand-primary)
}

.product-details .product-icon:not(.panel-default) .product-footer {
	font-size: 20px;
	padding: 15px 0;
}

.page-domaintransfer #btnTransferDomain {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 990px) {

	.bottom-action-sticky:not(.is-fixed) .container {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		width: 100%;
		gap: 10px;
	}

	.bottom-action-sticky:not(.is-fixed) .sticky-actions {
		margin: 0 auto;
	}
}

.panel-summary #btnPayNow {
	margin-top: 20px !important;
}

.transfer-eligible .domain-price .price {
	margin-top: 10px;
}

/* FOOTER COPY */
.jet-copy {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-top: 20px;
	margin-bottom: 20px;
	gap: 0;
}

.jet-copy ul {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jet-copy ul li:not(:last-of-type) {
	margin-right: 12px;
}

.jet-copy p, .jet-copy ul a {
	text-decoration: none;
	color: var(--brand-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.jet-copy p {
	margin: 0 0 0 12px;
	padding: 0;
	display: flex;
	align-items: center;
}

.jet-copy p:before, .jet-copy ul li:not(:first-of-type):before {
	content: "";
	display: inline-block;
	height: 13px;
	width: 1px;
	border-radius: 5px;
	background-color: #bababa;
	margin-right: 12px;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.jet-copy {
		margin-top: 45px;
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}

	.jet-copy p {
		margin-left: 0;
	}

	.jet-copy p:before {
		display: none;
	}
}

/* FOOTER COPY END */

.jet-server-location .check-subtitle {
	display: none;
}

.jet-location-flag {
	border-radius: 7px;
	max-width: 60px;
	margin-bottom: 20px;
}

/* CHECKOUT BEGIN*/
.panel-summary:not(.panel-summary-primary) .list-item-promo .item-value {
	white-space: nowrap;
}

.panel-cart .cart-item-pricing .btn {
	max-width: 100%;
}

.btn-primary.focus:not(:hover), .btn-primary:focus:not(:hover) {
	color: var(--btn-primary-color);
	background-color: var(--btn-primary-bg);
	border-color: var(--btn-primary-border);
}

.btn-primary:focus:not(:hover) .spinner > div {
	background-color: var(--btn-primary-color);
}

#paymentGatewaysContainer .panel-check .check > label > .checkbox-styled, .panel-check .check > label > .icheck-control, .panel-check .check > label > .radio-styled {
	top: 50%;
	transform: translateY(-50%);
}

#paymentGatewaysContainer .panel-check .check > :last-child {
	align-items: center;
}

/* CHECKOUT END*/


.input-group .form-control:has(+ .input-group-addon, + .input-group-append) {
	border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm);
}

.jet-cla-ns-container {
	flex-direction: column;
	gap: 24px;
}

.jet-cla-ns-container > div {
	margin-bottom: 0;
}

.jet-cla-ns {
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: left;
	max-width: 310px;
	margin: 0 auto;
}

.transfer-eligible .price-left {
	display: inline-flex;
	margin-top: 0;
}

.gateway-icon .cards-group {
	border: 1px solid #E4E4E4;
	padding: 6px 10px 3px;
	border-radius: 7px;
	position: relative;
	display: flex;
	gap: 6px;
	align-items: center;
	width: 200px;
}

.gateway-icon svg {
	height: 25px !important;
}

.gateway-icon .payment-group-heading {
	position: absolute;
	top: -9px;
	height: 18px !important;
	width: 50px !important;
	left: 10px;
	padding: 0 5px;
	background: white;
}

#paymentGatewaysContainer .check-icon[data-gateway-icon-name="stripe"] {
	max-width: 200px;
}

.lagom-dark-mode .gateway-icon .payment-group-heading {
	background-color: #242424;
}
@media only screen and (max-width: 500px) {

	#paymentGatewaysContainer .check-icon[data-gateway-icon-name="stripe"] {
		max-width: 110px;
	}

	.gateway-icon .cards-group {
		max-width: 110px;
		flex-wrap: wrap;
	}

	.gateway-icon svg {
		width: 40px !important;
	}

	.gateway-icon .payment-group-heading {
		display: none;
	}
}