:root {
	--svg-white: brightness(0) saturate(100%) invert(100%) sepia(6%)
		saturate(1001%) hue-rotate(138deg) brightness(106%) contrast(106%);
	--svg-dark: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(7495%)
		hue-rotate(319deg) brightness(83%) contrast(102%);
}

.btn-signup {
	background-color: #ee4d30;
	color: #fff;
	padding-left: 18px;
	padding-right: 18px;
}
.btn-signup:hover {
	background-color: #fff !important;
	color: #ee4d30 !important;
	border: 1px solid #ee4d30 !important;
}

.btn-signup-invert {
	background-color: #fff;
	color: #ee4d30;
	padding-left: 18px;
	padding-right: 18px;
}
.btn-signup-invert:hover {
	background-color: #0d6efd !important;
	color: #fff !important;
	border: 1px solid #ee4d30 !important;
}

.btn-cta {
	background-color: #ee4d30;
	font-weight: 700;
	color: #fff;
}
.btn-cta:hover {
	background-color: #cf3b21 !important;
	border-color: #ee4d30 !important;
	color: #fff !important;
}

.btn-lg-cta {
	height: 65px;
	background-color: #ee4d30;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
}
.btn-lg-cta:hover {
	background-color: #cf3b21 !important;
	border-color: #ee4d30 !important;
	color: #fff !important;
}

.btn-lg-cta-black {
	height: 65px;
	background-color: #13151b;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
}
.btn-lg-cta-black:hover {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #fff !important;
}

.btn-white-qw-primary {
	background-color: #fff;
	border: 1px solid #fff;
	color: #ee4d30;
	font-size: 1.25rem;
	font-weight: 700;
}
.btn-white-qw-primary:hover {
	background-color: #0d6efd !important;
	border: 1px solid #0d6efd !important;
	color: #fff !important;
}

.btn-outline-qw-primary {
	background-color: transparent;
	border: 1px solid #ee4d30;
	color: #ee4d30;
	font-weight: 700;
}
.btn-outline-qw-primary:hover {
	background-color: #ee4d30 !important;
	color: #fff !important;
}

@media screen and (max-width: 768px) {
	.carousel-banner {
		margin: 0 1em;
	}
}

.carousel-banner .carousel-inner {
	background-color: #d9d9d9;
	border-radius: 1em;
}
.carousel-banner .carousel-inner .carousel-item {
	height: 320px;
	max-height: 320px;
	overflow: hidden;
	position: relative;
	isolation: isolate;
}
.carousel-banner .carousel-inner .carousel-item .carousel-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.carousel-banner .carousel-inner .carousel-item .carousel-content img {
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.carousel-banner .carousel-control-icon,
.carousel-banner .carousel-control-prev-icon,
.carousel-banner .carousel-control-next-icon {
	background-size: 0.6em;
	background-position: center;
	background-color: #fff;
	padding: 1em;
	width: 48px;
	height: 48px;
	border-radius: 2em;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.carousel-banner .carousel-control-prev-icon {
	background-image: url(../images/icons/leftArrV.svg);
}

.carousel-banner .carousel-control-next-icon {
	background-image: url(../images/icons/rightArrV.svg);
}

.carousel-banner .carousel-control-next,
.carousel-banner .carousel-control-prev {
	width: auto;
	opacity: 1;
}

.carousel-banner .carousel-control-next {
	right: -1.5%;
}

.carousel-banner .carousel-control-prev {
	left: -1.5%;
}

.carousel-banner .carousel-indicators {
	bottom: -25%;
}

.carousel-banner .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	height: 12px !important;
	width: 12px !important;
	margin: 0 0.5em;
	border-radius: 2em;
	border-top: none;
	border-bottom: none;
	background-color: #feecdd;
}
.carousel-banner .carousel-indicators [data-bs-target].active {
	transition: 0.5s ease-in-out;
	background-color: #ee4d30;
	opacity: 1;
}

.text-qw-primary {
	color: #ee4d30;
}

.bg-soft-blue {
	background-color: #e0ebff !important;
}

.bg-qw-primary {
	background-color: #ee4d30 !important;
}

.bg-qw-gradient-primary {
	background: linear-gradient(
		195.06deg,
		#c63015 3.66%,
		#ee4d30 99.12%
	) !important;
}

.bg-qw-banner-gradient-primary {
	background: linear-gradient(180deg, #ffffff 0%, #feecdd 97.66%) !important;
}

.bg-qw-soft-primary-1 {
	background-color: #feecdd !important;
}

.bg-qw-soft-primary-2 {
	background-color: #fff8f3 !important;
}

.bg-qw-soft-primary-3 {
	background-color: #ff896b !important;
}

.bg-qw-soft-primary-4 {
	background-color: #f4d5bb !important;
}

.vh-70 {
	min-height: 70vh !important;
}

.card-discount {
	padding: 0.5em;
	text-align: left;
	background-color: #feecdd;
	border-radius: 8px;
	position: relative;
}
.card-discount:after {
	content: url(../images/shapes/promo.png);
	position: absolute;
	right: 1rem;
	top: 0;
	width: 2rem;
	height: 46px;
}
.card-discount .tld {
	font-size: 1rem;
	font-weight: 700;
}
.card-discount .price {
	font-size: 1em;
}

.card-migration {
	height: 506px;
	padding: 2rem;
	width: 100%;
}
.card-migration .card-thumbnail {
	border-radius: 1em;
	margin-bottom: 1em;
	width: auto;
	max-width: 500px;
}
.card-migration .card-thumbnail img {
	width: 100%;
}
.card-migration .card-description {
	max-height: 90px;
	overflow: scroll;
	text-align: center;
	/* webkit browsers(safari, chrome) */
	scrollbar-color: #404040b3 transparent;
	/*firefox*/
}
.card-migration .card-description::-webkit-scrollbar {
	border: none;
	background-color: transparent;
}

.card-bank .logo-bank {
	max-width: 100px;
}
.card-bank .logo-bank img {
	width: 100%;
}

.card-slider-mobile {
	min-height: 200px;
	display: none;
}

@media screen and (max-width: 1200px) {
	.card-slider-mobile {
		display: block;
	}
}
.card-slider-mobile .carousel-indicators {
	position: inherit;
	top: 28.5em;
}
.card-slider-mobile .carousel-indicators.no-margin-x {
	margin-right: 0;
	margin-left: 0;
	top: 26em;
}
.card-slider-mobile .carousel-indicators.wp {
	margin-right: 0;
	margin-left: 0;
	top: 28em;
}
.card-slider-mobile .carousel-indicators.onsite-tab {
	top: 32em;
}
.card-slider-mobile .carousel-indicators.cloudvps {
	top: 30em;
}
.card-slider-mobile .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	height: 12px !important;
	width: 12px !important;
	margin: 0 0.5em;
	border-radius: 2em;
	border-top: none;
	border-bottom: none;
	background-color: #feecdd;
	opacity: 0.8;
}
.card-slider-mobile .carousel-indicators [data-bs-target].active {
	transition: 0.5s ease-in-out;
	background-color: #ee4d30;
	opacity: 1;
}
.card-slider-mobile .carousel-control-prev-icon {
	background-image: url(../images/icons/leftArr.png);
	width: 48px;
	height: 48px;
}
.card-slider-mobile .carousel-control-next-icon {
	background-image: url(../images/icons/rightArr.png);
	width: 48px;
	height: 48px;
}
.card-slider-mobile .carousel-control-prev,
.card-slider-mobile .carousel-control-next {
	opacity: 1;
	align-items: flex-start;
	top: 20%;
}
.card-slider-mobile .carousel-control-prev.carousel-vps,
.card-slider-mobile .carousel-control-next.carousel-vps {
	top: 22%;
}
.card-slider-mobile .carousel-control-prev.carousel-mtbs,
.card-slider-mobile .carousel-control-next.carousel-mtbs {
	top: 20%;
	height: 10%;
}
.card-slider-mobile .card-slide {
	border: 1px solid #dfdfdf;
	width: 75%;
	min-height: 355px;
	border-radius: 2em;
	overflow: hidden;
}
@media screen and (max-width: 540px) {
	.card-slider-mobile .card-slide {
		width: 100%;
		max-width: 315px;
	}
}
.card-slider-mobile .card-slide.promo {
	border: 2px solid #ee4d30;
}
.card-slider-mobile .card-slide.promo .promo-heading {
	background: #ee4d30;
	color: #fff;
	font-size: 1rem;
	padding: 0.8em;
	font-weight: bold;
}
.card-slider-mobile .card-slide .heading {
	height: 100px;
	max-height: 100px;
	background-color: #e7e7e7;
}
.card-slider-mobile .card-slide .heading:not(.promo) {
	height: 172px;
	max-height: 175px;
}
.card-slider-mobile .card-slide .img-wrapper {
	width: 105px;
}
.card-slider-mobile .card-slide .img-wrapper img {
	width: 100%;
}
.card-slider-mobile .table-mobile tr {
	font-size: 14px;
}
.card-slider-mobile .table-mobile tr :nth-child(1) {
	font-weight: 700;
}
.card-slider-mobile .table-mobile tr :nth-child(2) {
	text-align: right;
}
.card-slider-mobile .table-mobile.no-last-highlight {
	margin-top: 4rem;
}
.card-slider-mobile
	.table-mobile.no-last-highlight
	tr:last-child
	td:first-child {
	background-color: #ffffff;
	color: #000000;
}

.best-seller {
	border: 2px solid #0d6efd !important;
}
.best-seller .best-seller-heading {
	text-align: center;
	background-color: #0d6efd;
	color: #fff;
	font-weight: 700;
}

.nav-custom-qw .nav {
	border-bottom: 1px solid #d9d9d9;
}

.nav-custom-qw .nav-link.active {
	background-color: transparent !important;
	color: #ee4d30;
	font-weight: 700;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #ee4d30;
	border-radius: 0;
}

.nav-custom-qw .nav-link {
	color: #212121;
	font-weight: 600;
}

.nav-custom-qw .btn-order-tabs {
	height: 50px;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 8px;
	color: #fff;
	background-color: #ee4d30;
}
.nav-custom-qw .btn-order-tabs:hover {
	background-color: #cf3b21;
	color: #fff;
}

.nav-custom-qw-btn .nav-link {
	font-weight: 700;
	color: #13151b;
	margin: 0 1.2rem;
	padding: 0.5em 1.2rem;
}

.nav-custom-qw-btn .nav-link.active {
	background-color: #feecdd;
	color: #ee4d30;
}

.nav-custom-border {
	border: 1px solid #ededed;
	border-radius: 8px;
	overflow: hidden;
}
.nav-custom-border .nav-item .nav-link {
	font-weight: 800;
	border-radius: 0;
}
.nav-custom-border .nav-item .nav-link:not(.active) {
	color: #212121;
	border: 1px solid #eee;
}
.nav-custom-border .nav-item .nav-link.active {
	background-color: #ee4d30;
	font-weight: 500 !important;
	border: 1px solid #ee4d30;
}

.accordion-custom-faq .accordion-item {
	border: 1px solid #d9d9d9 !important;
	margin-bottom: 1rem;
	border-radius: 1em;
}
.accordion-custom-faq .accordion-item .accordion-button {
	border-radius: 1em;
	padding: 1.5em;
	font-weight: 800;
	border: none;
}
.accordion-custom-faq .accordion-item .accordion-button:focus {
	box-shadow: none;
}
.accordion-custom-faq .accordion-item .accordion-button:last-of-type {
	border-radius: 1em;
}
.accordion-custom-faq .accordion-item .accordion-button::after {
	background-color: #feecdd;
	padding: 1em;
	border-radius: 50%;
	background-image: url(../images/icons/vcollapse2x.png);
	background-position: center;
}

.accordion-custom-faq .accordion-button:not(.collapsed) {
	color: #212121;
	background-color: transparent;
	color: #212121;
	border: none;
}

.pagination .page-item {
	padding: 4px;
}
.pagination .page-item .page-link {
	padding: 7px 15px;
}

.pagination .page-item > .page-link {
	color: #212121;
	font-weight: 500;
	border: none;
	border-radius: 5px;
}

.pagination .page-item.active > .page-link {
	background-color: #feecdd;
}

.pagination .page-item.disabled > .page-link {
	color: #a0a0a0;
}

.list-check > li {
	padding-left: 1em;
	margin-bottom: 1em;
	font-size: 1rem;
}
.list-check > li::marker {
	content: url(../images/icons/checklist.png);
}

.styled-list > li {
	padding-left: 1em;
	margin-bottom: 0.5em;
	font-size: 1rem;
}

.img-wrapper-null {
	width: auto;
	height: 100%;
	background: #d9d9d9;
}

.icon-wrapper-null {
	width: 50px;
	height: 50px;
	background: #d9d9d9;
	border-radius: 0.8em;
}

.icon-wrapper-null-lg {
	width: 300px;
	height: 300px;
	background: #d9d9d9;
	border-radius: 2em;
}

.icon-wrapper-bank {
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.icon-wrapper-bank img {
	margin: auto 0;
	width: 100%;
	max-width: 90px;
	max-height: 80px;
}

.form-custom-qw input,
.form-custom-qw textarea,
.form-custom-qw select {
	background-color: #f6f6f6;
	border: none;
	font-weight: 700;
}
.form-custom-qw input:focus,
.form-custom-qw textarea:focus,
.form-custom-qw select:focus {
	border-color: #ee4d30 !important;
	box-shadow: 0 0 0 0.25rem #ee4d30;
}

.form-custom-qw .form-check-input:checked {
	background-color: #ee4d30 !important;
	border-color: #ee4d30 !important;
}

.table-loop tbody {
	text-align: center;
}
.table-loop tbody tr:last-of-type td:first-of-type {
	border-bottom: 2px solid #0d6efd !important;
}

/* UTILS */
.section-init {
	padding: 100px 0;
}
@media screen and (min-width: 992px) {
	.section-init {
		padding: 120px 7rem;
	}
}
.section-init .img-wrapper {
	width: auto;
	max-width: 600px;
}
.section-init .img-wrapper img {
	width: 100%;
}

.w-200px {
	width: auto;
}
@media screen and (min-width: 992px) {
	.w-200px {
		width: 200px !important;
	}
}

.mh-200 {
	min-height: 200px !important;
}

.mh-233 {
	min-height: 233px !important;
}

.mh-250 {
	min-height: 250px !important;
	overflow: auto;
	/* webkit browsers(safari, chrome) */
	scrollbar-color: #404040b3 transparent;
	/*firefox*/
}
.mh-250::-webkit-scrollbar {
	border: none;
	background-color: transparent;
}

.mh-265 {
	min-height: 265px !important;
	height: 265px !important;
	overflow: auto;
	/* webkit browsers(safari, chrome) */
	scrollbar-color: #404040b3 transparent;
	/*firefox*/
}
.mh-265::-webkit-scrollbar {
	border: none;
	background-color: transparent;
}

.mh-280 {
	min-height: 280px !important;
	height: 280px !important;
	overflow: auto;
	/* webkit browsers(safari, chrome) */
	scrollbar-color: #404040b3 transparent;
	/*firefox*/
}
.mh-280::-webkit-scrollbar {
	border: none;
	background-color: transparent;
}

.mh-350 {
	min-height: 350px !important;
}

.mh-515 {
	min-height: 515px !important;
}

.mh-580 {
	min-height: 580px !important;
	overflow: auto;
	/* webkit browsers(safari, chrome) */
	scrollbar-color: #404040b3 transparent;
	/*firefox*/
}
.mh-580::-webkit-scrollbar {
	border: none;
	background-color: transparent;
}

.navbar {
	height: 65px;
	max-height: 65px;
	z-index: 1002;
}
.navbar#navCheckout .navbar-collapse {
	flex-grow: 0;
}
.navbar .nav-brand-custom {
	position: relative;
}
@media screen and (min-width: 1280px) {
	.navbar .nav-brand-custom {
		position: absolute;
	}
}
.navbar .nav-link {
	font-weight: 700;
	color: #13151b;
}
.navbar .nav-link.dropdown-toggle::after {
	content: url(../images/icons/blackv.svg);
	border: none;
	vertical-align: 0.055em;
	margin-left: 0.455em;
	filter: var(--svg-dark);
	transition: 0.3s ease;
}
.navbar .nav-link.dropdown-toggle.show::after {
	transition: 0.3s ease;
	transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
	.navbar .navbar-collapse {
		border-bottom: 1px solid #a0a0a0;
		background: #fff;
	}
}

.heading-section {
	font-size: clamp(1rem, 10vw, 2.688rem);
	font-weight: 800;
}

.icon-soft-primary-1 {
	width: 100px;
	height: 100px;
	background: #feecdd;
	box-shadow: 0px 4px 15px rgba(190, 190, 190, 0.1);
	border-radius: 20px;
}

.rp-heading-small {
	font-size: 1rem;
	font-weight: 800;
}

.hide-scrollbar {
	/* webkit browsers(safari, chrome) */
	scrollbar-color: #404040b3 transparent;
}
.hide-scrollbar::-webkit-scrollbar {
	border: none;
	background-color: transparent;
	height: 0;
	width: 0;
}

.grid-panel-licenses .grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1rem;
}
@media screen and (min-width: 1441px) {
	.grid-panel-licenses .grid-container {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		grid-auto-flow: column;
	}
}

.grid-panel-licenses .flex-container {
	display: flex;
	width: auto;
	gap: 1em;
}
.grid-panel-licenses .flex-container.even {
	justify-content: center;
	margin: 0 auto;
}
@media screen and (min-width: 1200px) {
	.grid-panel-licenses .flex-container.even {
		width: 75%;
	}
}
@media screen and (max-width: 1300px) {
	.grid-panel-licenses .flex-container {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.grid-panel-licenses .flex-container .flex-item {
	width: 225px;
	flex: 1 300px;
}
.grid-panel-licenses .flex-container .flex-item.fixed {
	width: 200px;
}

.table-breakpoints {
	display: none;
}
@media screen and (min-width: 1201px) {
	.table-breakpoints {
		display: block;
	}
}

.border-bottom-nav__ {
	border-bottom: 1px solid #e0e0e049;
}

.badge-whois {
	background-color: #dafff5;
	border-radius: 4px;
	padding: 10px;
	color: #000;
	max-width: 144px;
	font-size: 11px;
}

.modal-sm_ {
	--bs-modal-width: 300px;
}

/* custom modal sesuai figma */

.modal{
	--bs-modal-header-border-color: transparent;
	--bs-modal-footer-border-color: transparent;
}

.modal-header{
	padding: 24px 36px;
}

.modal-body{
	padding: 0px 36px 24px 36px;
}

.modal-footer{
	padding: 0px 36px 40px 36px;
}

.modal-content{
	border-radius: 20px;
}

@media (min-width: 576px) {
	.modal-sm {
		--bs-modal-width: 370px;
	}
}

.btn-modal-login{
	border-radius: 32px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 18px;
	font-weight: 700;
	background-color: #ee4d30;
	color: white;
}

.btn-modal-login:hover{
	color: white;
	background-color: #d4361a;
}

.btn-modal-confirmation{
	border-radius: 32px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 18px;
	font-weight: 700;
	background-color: #ee4d30;
	color: white;
}

.btn-modal-confirmation:hover{
	color: white;
	background-color: #ca2609;
}

.btn-modal-outline-google{
	border-radius: 32px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 18px;
	font-weight: 700;
	background-color: white;
	color: #70737A;
	border: 0.5px solid #BEBEBE;
}

.btn-modal-outline-google:hover {
	color: #ee4d30;
	border: 1px solid #ee4d30;
}

.btn-modal-outline-daftar {
	border-radius: 32px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 18px;
	font-weight: 700;
	background-color: white;
	color: #ee4d30;
	border: 1px solid #ee4d30;
}

.btn-modal-outline-daftar:hover {
	color: white;
	border: 1px solid transparent;
	background-color: #ee4d30;
}

.btn-modal-outline-daftar-secondary {
	border-radius: 32px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 18px;
	font-weight: 700;
	background-color: white;
	color: #5f5f5f;
	border: 1px solid #5f5f5f;
}

.btn-modal-outline-daftar-secondary:hover {
	color: white;
	border: 1px solid transparent;
	background-color: #5f5f5f;
}

.input-modal{
	border-radius: 8px;
	padding: 10px;
}

.label-qwords{
	font-weight: 700;
	font-size: 16px;
	color: #000000;
}

.phone-input > .form-control{
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
}

.country-select>.select__control{
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 8px;
}

/* styling mobile order step */

@media screen and (max-width: 355px) {
	.header-order {
		font-size: 5vw;
	}

	.header-peek{
		font-size: 4vw;
	}

	.order-step{
		font-size: 6vw;
	}
}

/* styling domain */
.clickable-package {
	cursor: pointer;
	color: #ee4d30;
	font-weight: 700;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* styling breadcrumb */
.breadcrumb{
	color: #000;
	text-decoration: none;
	font-size: clamp(10px, 2.5vw, 1rem)
}

.breadcrumb ~ p {
	font-size: clamp(10px, 2.5vw, 1rem)
}

.breadcrumb:hover{
	color: #ee4d30;
}

/* styling modal register */
.flag-dropdown{
	background-color: #e6e6e6 !important;
	border: 1px solid #CACACA;
	border-radius: 8px 0px 0px 8px !important;
}

/* END UTILS*/
