/* *{
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} */

html {
	scroll-behavior: smooth;
}

body {
	/* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
	font: 400 18px/1.5 system-ui, -apple-system, sans-serif;
	color: #424242;
	/* max-width: 1920px; */
	margin: 0px auto;
}

a {
	color: #2b73e3;
}

/* .lead {
	font: 400 18px/1.7777777778  system-ui, -apple-system, sans-serif;
	opacity: 0.85;
	font-size: clamp(0.85rem, 4vw, 18px);
} */

.lead {
	font-size: 22px;
	line-height: 1.33341;
	font-weight: 500;
	letter-spacing: .009em;
	max-width: 900px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #013a51;
	line-height: 1.3;
}

h1,
.h1 {
	font-size: calc(1.5rem + 1.6vw);
}

h2,
.h2 {
	font-size: calc(1.4rem + 0.5vw);
}

h3,
.h3 {
	font-size: clamp(1.25rem, 1.11rem + 0.71vw, 1.75rem);
}

.h4,
h4 {
	font-size: clamp(1rem, 1.11rem + 0.71vw, 1.75rem);
}

.font-weight-bold {
	font-weight: 700 !important;
	/* letter-spacing: -0.06px; */
}

h2.font-weight-bold,
h3.font-weight-bold,
h4.font-weight-bold {
	font-weight: 700 !important;
	letter-spacing: -0.1px;
	max-width: 40ch;
}

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

	h2.font-weight-bold,
	h3.font-weight-bold,
	h4.font-weight-bold {
		max-width: 100ch;
	}
}

ol li,
p {
	max-width: 70ch;
	margin-bottom: 1rem;
}

p.text-center,
h1.text-center,
h2.text-center,
h3.text-center,
h4.text-center,
h5.text-center,
h6.text-center,
.text-center:not(.text-lg-left):not(.text-md-left):not(.text-sm-left):not(.text-left) h1,
.text-center:not(.text-lg-left):not(.text-md-left):not(.text-sm-left):not(.text-left) h2,
.text-center:not(.text-lg-left):not(.text-md-left):not(.text-sm-left):not(.text-left) h3,
.text-center:not(.text-lg-left):not(.text-md-left):not(.text-sm-left):not(.text-left) h4,
.text-center:not(.text-lg-left):not(.text-md-left):not(.text-sm-left):not(.text-left) h5,
.text-center:not(.text-lg-left):not(.text-md-left):not(.text-sm-left):not(.text-left) h6,
.text-center:not(.text-lg-left):not(.text-md-left):not(.text-sm-left):not(.text-left) p {
	margin-left: auto !important;
	margin-right: auto !important;
}

.bg-transparent.not-infected .h1,
.bg-transparent.not-infected .h2,
.bg-transparent.not-infected .h3,
.bg-transparent.not-infected .h4,
.bg-transparent.not-infected .h5,
.bg-transparent.not-infected .h6,
.bg-transparent.not-infected h1,
.bg-transparent.not-infected h2,
.bg-transparent.not-infected h3,
.bg-transparent.not-infected h4,
.bg-transparent.not-infected h5,
.bg-transparent.not-infected h6,
.bg-transparent.not-infected {
	color: #013a51;
}

.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark,
.bg-midnight .h1,
.bg-midnight .h2,
.bg-midnight .h3,
.bg-midnight .h4,
.bg-midnight .h5,
.bg-midnight .h6,
.bg-midnight h1,
.bg-midnight h2,
.bg-midnight h3,
.bg-midnight h4,
.bg-midnight h5,
.bg-midnight h6,
.bg-midnight {
	color: #fff;
}

.bg-midnight .not-infected {
	color: #111;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

/* general */
.w30 {
	width: 30px;
	height: 30px;
}

.filter-option-inner-inner img,
.dropdown-item span.text img {
	height: 30px;
	width: auto;
}

.w50 {
	width: 50%;
	height: auto;
}

.w70 {
	width: 70px;
	height: auto;
}

.w100 {
	width: 100px;
	height: auto;
}

.w200 {
	width: 200px;
	height: auto;
}

.h30 {
	width: auto;
	height: 30px;
}

.h100 {
	width: auto;
	height: 100px;
}

.h200 {
	width: auto;
	height: 200px;
}

.media-post img,
.card-body img.h20 {
	height: 29px;
}

@media (max-width: 768px) {

	.media-post img,
	.card-body img.h20 {
		height: 10px;
	}
}

.bg-orange {
	background: #ff5722;
}

/* .icon-light {
    filter: invert(50%);
} */
.icon-white {
	filter: invert(100%);
}

.navbar {
	padding: 0rem 1rem;
}

.navbar-dark .navbar-toggler {
	border-color: transparent;
}

.navbar-brand {
	line-height: normal;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgb(255 255 255);
}

.badge-success {
	color: #104454;
	background-color: #12eb82;
}

.ls-2 {
	letter-spacing: 2px;
}

.bg-midnight {
	/* background: #203F7F; */
	background-color: #003580;
}

@media (min-width: 768px) {
	.bg-dot {
		background-image: url(../img/bg-dot.png);
		background-size: cover;
		background-position: center;
	}
}

.card img[width^="18"] {
	display: inline;
}

.text-midnight {
	color: #fff;
}

.text-muted {
	color: #52585e !important;
}

.text-grad {
	background-clip: text;
	background-image: linear-gradient(90deg, #003580 0%, #2948b1 40%, #3153c6 55%, #2469d5 60%);
	color: transparent;
	-webkit-background-clip: text;
}

.bg-grad {
	background-image: linear-gradient(90deg, #003580 0%, #2948b1 40%, #3153c6 55%, #2469d5 60%);
}

.rounded-pill {
	border-radius: 33px !important;
}

.text-black {
	color: #222;
}

.bg-black {
	background: #222 !important;
}

.shadow-xs {
	box-shadow: 0 0.07rem 0.01rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-highlight {
	box-shadow: 0 0rem 30px 2px rgb(42, 78, 208) !important;
	transition: all 1s ease-out;
}

.shadow-left {
	box-shadow: -0.07rem -0.07rem 0.01rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-right {
	box-shadow: 0.07rem 0.07rem 0.01rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-md {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075) !important;
}

header .badge {
	display: inline-block;
	padding: 0.5em 0.6em;
	font-size: 50%;
}

[class*="col-"].slider-mobile .slick-dots {
	margin-left: -15px !important;
}

.slick-next:before,
.slick-prev:before {
	opacity: 1 !important;
	color: #ffd201 !important;
}

.what-need .bg-grad:nth-child(1) {
	background: linear-gradient(to right, red, orange);
}

.what-need .bg-grad:nth-child(2) {
	background: linear-gradient(to right, purple, red);
}

.what-need .bg-grad:nth-child(3) {
	background: linear-gradient(to right, blue, #07d3f4);
}

.filter-grey {
	filter: grayscale(100%);
	opacity: 0.5;
}

.filter-grey:hover {
	filter: grayscale(0%);
	opacity: 1;
}

.filter-white {
	filter: brightness(100%);
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-x {
	border-radius: 15px;
}

.rounded-xxl {
	border-radius: 0px 0px 35vw 0px;
	overflow: hidden;
}

#navbarSupportedContent ul li a {
	/* font-size: 16px; */
	/* letter-spacing: .5px; */
}

#navbarSupportedContent ul.navbar-nav:first-child li a.nav-link,
#navbarSupportedContent ul.navbar-nav:first-child li span.nav-link {
	padding: 1rem .8rem;
}

.nav-link:hover {
	cursor: pointer;
}

.menu-hover:hover {
	background: #0000000f;
}

/* megamenu */
.navbar .megamenu {
	padding: 15px;
	border-radius: 0;
	background: rgba(255, 255, 255, 1);
	--globalnav-backdrop-filter: saturate(180%) blur(20px);
	font-weight: 400;
	transition: all .2s ease-out;
	max-width: 1112px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	margin-top: -1px !important;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0;
		z-index: 1025;
	}

	.navbar .megamenu {
		border-radius: 0px 0px 15px 15px;
	}
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px;
	}
}

/* ============ mobile view .end// ============ */

@media (max-width: 991px) {

	/* .navbar-collapse:after {
    height: 100vh;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
} */
	.feather.feather-chevron-down {
		float: right;
		margin-top: 5px;
		margin-right: 15px;
	}
}

.show-menu main::before {
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: opacity 0.7s;
}

main::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1021;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
	transition: opacity 0.5s, transform 0s 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

pre {
	color: inherit;
}

@media (min-width: 991px) and (max-width: 1250px) {
	.box-logo {
		width: 30px;
		overflow: hidden;
	}
}

@media (min-width: 1200px) {
	.t260 {
		top: 260px;
	}
}

@media (max-width: 992px) {
	.bg-grad-purple-white {
		background: rgb(70, 50, 158);
	}
}

.order-now .form-check input[type="radio"] {
	position: absolute;
	margin-top: 23px;
	margin-left: 15px;
}

.order-now .form-check input[type="radio"]+label {
	border: 2px solid #ced4da;
	background: #fff;
	cursor: pointer;
}

.order-now .form-check input[type="radio"]:focus+label {
	border: 2px solid #2b1d69;
}

.order-now .form-check input[type="radio"]:checked+label {
	border-color: #007bfe;
}

.blue-white {
	background: rgb(0, 53, 128);
	background: linear-gradient(180deg, rgba(0, 53, 128, 1) 70%, rgba(255, 255, 255, 1) 70%);
}

.e3d {
	box-shadow: -6px -6px 6px rgba(255, 255, 255, 0.83), 5px 4px 5px rgba(0, 0, 0, 0.05), 5px 2px 5px rgba(0, 0, 0, 0.1), inset -2px -2px 2px rgba(0, 0, 0, 0.1), inset -1px -1px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 8px rgba(255, 255, 255, 0.2), inset 1px 1px 8px rgba(255, 255, 255, 0.2), -6px -6px 26px rgba(255, 255, 255, 0.8);
}

/* header */

header.sticky-top {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.85);
	/* box-shadow: 0px 9px 10px 3px rgba(0, 0, 0, .03); */
	z-index: 1030;
}

/* main */

.btn-link {
	color: #0072ec;
}

main .display-4 {
	font-size: 3rem;
}

main .for a.btn-link {
	text-decoration: underline;
}

main .for a.btn-link:hover {
	opacity: 0.8;
}

.overflow-scroll {
	overflow: scroll;
}

.ribbon {
	position: absolute;
	width: 47px;
	height: 16px;
	z-index: 2;
	background: #ee9d0d;
	border-radius: 4px 0px;
	text-align: left;
	right: 0;
	bottom: 0;
}

/* position 'new' label */
.ribbon>span {
	position: absolute;
	padding: 1px 4px;
	color: white;
	font-size: 10px;
}

@media (min-width: 520px) {
	.mh-92 {
		min-height: 92px;
	}
}

@media (min-width: 768px) {
	main .display-4 {
		font-size: 5vw;
	}

	.f3 {
		font-size: 3vw;
	}
}

@media (min-width: 1600px) {
	main .display-4 {
		font-size: 82px;
	}
}

/* @media (max-width: 768px) {
    .sticky-top {
        position: relative;
        position: relative;
        top: 0;
        z-index: 1020;
    }
} */
@media (max-width: 576px) {
	.py-5 {
		padding-top: 1.4rem !important;
		padding-bottom: 1.4rem !important;
	}

	.pt-5 {
		padding-top: 1.4rem !important;
	}

	.pb-5 {
		padding-bottom: 1.4rem !important;
	}

	.my-5 {
		margin-top: 1.4rem !important;
		margin-bottom: 1.4rem !important;
	}

	.mt-5 {
		margin-top: 1.4rem !important;
	}

	.mb-5 {
		margin-bottom: 1.4rem !important;
	}

	.btn-sm-block {
		width: 100%;
		display: block;
	}

	.table-domain tr td,
	.table-domain tr th {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
	}

	.table-domain tr td.text-right {
		text-align: center !important;
	}

	.table-domain tr td a.btn {
		display: block;
	}

	.table-domain tr td {
		border-color: rgba(255, 255, 255, 0);
	}

	.slider-mobile {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.mh-xl-50 {
		min-height: 50vh;
		overflow: hidden;
	}
}

@media (max-width: 768px) {
	.mh-xl-50 {
		min-height: 20vh;
	}
}

main .slick-arrow {
	cursor: pointer;
}

main span.prevArrow {
	background: #ffffff;
	padding: 5px 9px 9px;
	left: 10px;
	position: absolute;
	top: 45%;
	z-index: 999;
}

main span.nextArrow {
	background: #ffffff;
	padding: 5px 9px 9px;
	right: 10px;
	position: absolute;
	top: 45%;
	z-index: 999;
}

main .card {
	border-radius: 20px !important;
	/* overflow: hidden; */

	transition: all 1s ease-out;
}

main .card .card-header {
	border-radius: 15px 15px 0px 0px;
}

main .feature-item .border-top {
	border-width: 3px;
}

.card-hover .card.active,
.card-hover .card:hover {
	border: 4px solid #007bff;
	transition: all 0.2s;
}

.card-hover .card {
	border: 4px solid transparent;
	transition: all 0.2s;
}

.rounded-15-top {
	border-radius: 15px 15px 0px 0px;
}

/* footer */
footer .lh-2 {
	line-height: 2em;
}

.feather-50 {
	width: 50px;
	height: 50px;
}

.wh30 {
	width: 30px;
	height: 30px;
	line-height: 25px;
	padding: 5px;
}

.wh40 {
	width: 40px;
	height: 40px;
	line-height: 25px;
	padding: 6px;
}

.wh60 {
	width: 60px;
	height: 60px;
}

.fs-5 {
	font-size: clamp(0.85rem, 4vw, 18px);
}

.wh80 {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.ofc {
	object-fit: cover;
}

ol.rounded-counter {
	counter-reset: rounded-counter;
	list-style: none;
	padding-left: 40px;
}

ol.slider-mobile.rounded-counter {
	padding-left: 0;
}

.slider-mobile .slick-track .slick-slide {
	padding: 20px;
	height: auto;
}

.slider-mobile.add-bg .slick-track .slick-slide {
	background: rgba(0, 0, 0, 0.04);
	border-radius: 5px;
}

ol.rounded-counter>li {
	margin: 0 0 0.5rem 0;
	counter-increment: rounded-counter;
	position: relative;
}

ol.rounded-counter>li::before {
	content: counter(rounded-counter);
	color: #000000;
	position: absolute;
	--size: 32px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: -5px;
	background: #ffc108;
	border-radius: 50%;
	text-align: center;
}

ul.pagination li a {
	padding: 7px 14px;
	background: white;
	min-width: 40px;
	display: block;
	border-radius: 15px !important;
	text-align: center;
	margin-right: 5px;
}

.pagination li.active a {
	background: #007bff;
	color: #fff;
}

.pagination li.disabled a {
	color: #ddd;
	cursor: not-allowed;
}

.pagination {
	flex-wrap: wrap;
}

.pagination li {
	margin-bottom: 5px;
}

/* icon */
.dropdown-toggle::after {
	font-size: 12px;
}

.content-text-editor {
	font: 400 18px/1.7777777778 Segoe UI, system-ui, -apple-system, sans-serif;
	margin-top: 36px;
	margin-bottom: 36px;
}

.content-text-editor img,
.content-text-editor figure {
	max-width: 100%;
	height: auto;
	display: block;
}

.has-line:after {
	content: "";
	width: 200px;
	height: 100px;
	border: solid 5px #ffc108;
	border-color: #ffc108 transparent transparent transparent;
	border-radius: 100%/80px 40px 0 0;
	transform: rotate(-5deg);
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	margin: -10px auto;
}

a.btn.btn-primary.rounded-pill.wh40:hover,
a.btn.btn-danger.rounded-pill.wh40:hover {
	opacity: 0.8;
}

a.btn.btn-primary.rounded-pill.wh40,
a.btn.btn-danger.rounded-pill.wh40 {
	opacity: 1;
}

a.dropdown-item:hover {
	background: rgba(0, 0, 0, 0.05);
}

.btn-light-green {
	background: #12eb82;
	border: #12eb82;
}

.btn-light-green:hover {
	background: #10c16c;
	border: #10c16c;
}

/* slick */
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

.prevArrow.rounded-pill,
.nextArrow.rounded-pill {
	border-radius: 1rem !important;
}

.prevArrow.rounded-pill.bg-secondary,
.nextArrow.rounded-pill.bg-secondary {
	background: #ffffff3d !important;
}

/* popup */
/* #popup-hosting:hover img {
    transform: translate(0px, -20px);
    transition: all 0.5s;
}

#popup-hosting img {
    transition: all 0.5s;
} */
/* order */
.alert-info .border-bottom {
	border-color: #cae5e9 !important;
}

input[type="radio"]+label {
	border-top: 1px solid #7777772e;
	margin-top: -1px;
}

@media (min-width: 768px) {
	input[type="radio"]+label {
		border-radius: 0.3rem;
		border: 1px solid #ddd;
		margin-top: 0;
	}
}

.opacity-80 {
	opacity: 0.8;
}

.img-white {
	filter: brightness(200%) saturate(0) contrast(100);
}

.bg-midnight .border-top {
	border-color: #769ace !important;
}

/* input[type="radio"]:checked+label {
    background: #18a2b838 !Important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
} */
input[type="radio"]:checked+label p,
input[type="radio"]:checked+label {
	color: #fff !important;
}

input[type="radio"]:checked+label .text-secondary,
input[type="radio"]:checked+label .text-muted {
	color: #fff !important;
}

input[type="radio"]:checked+label {
	background: #007bff !important;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	border-color: #007bff !important;
}

input[type="radio"]:checked+label img {
	filter: invert(99%) sepia(21%) saturate(4%) hue-rotate(296deg) brightness(123%) contrast(100%);
}

.rating input[type="radio"]:checked+label {
	background: transparent !important;
}

.radio-right.custom-control-label::before {
	top: 15px;
	right: 15px;
	left: auto;
	border: #848484 solid 2px;
}

.radio-right.custom-control-label::after {
	top: 15px;
	right: 15px;
	left: auto;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") !important;
}

/* i[data-feather],
svg.feather {
    width: 18px;
    height: 18px;
} */
.arrow-bottom {
	width: 0;
	position: absolute;
	left: 15px;
	top: 27px;
	z-index: 2;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #12eb82;
}

a:-webkit-any-link {
	cursor: pointer;
}

.ssl-table .h6 {
	color: #013a51;
}

.table.table-domain th,
.table td {
	padding: 1rem 0.75rem;
	vertical-align: middle;
	border-color: #8a8a8a69;
}

.accordion p {
	line-height: 1.7;
}

#order-paket-hosting .custom-control-label,
#order-kontrak-hosting .custom-control-label {
	/* background: rgba(0, 0, 0, .05); */
	border: 1px solid #ccc;
}

/* chat */
#chatonomy-widget .btn,
#chatonomy-widget .chat-stat-word {
	background: #203f7f;
}

@media (min-width: 768px) {
	#chatonomy-widget .chat-title-2 {
		position: relative;
		background: #ffc108;
	}
}

.filter-white {
	filter: brightness(100);
}

.filter-warning {
	filter: invert(100) sepia(100%) saturate(300) hue-rotate(-46deg) brightness(100%) contrast(104%);
}

.tab-content {
	display: flex;
	flex-direction: column;
}

.tab-content>.tab-pane {
	/* display: block !important; */
	height: 0;
}

.tab-content>.active {
	display: block !important;
	height: auto;
}

.dropdown-menu {
	padding: 0.5rem;
}

.dropdown-item {
	border-radius: 5px;
}

.dropdown-menu .feather {
	stroke: #0073fb;
}

.input-group .form-control:first-child {
	border-radius: 30px 0px 0px 30px !important;
}

.input-group .input-group-append .custom-select {
	border-radius: 0px 30px 30px 0px !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;
	max-width: 270px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) img {
	display: block;
	margin-bottom: 10px;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: grid !important;
	margin: 0px;
	font-size: 14px;
	padding: 10px 0px;
	border-radius: 7px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden;
	font-size: 14px;
}

.bootstrap-select .dropdown-menu.show {
	height: 300px;
}

@media (min-width: 768px) {
	.cat-domain a.nav-link.active:before {
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #007bff;
		border-bottom: 10px solid transparent;
		content: "";
		position: absolute;
		left: -10px;
		margin-top: 3px;
	}
}

.cat-domain a.nav-link:first-child {
	border-radius: 15px 15px 0px 0px !important;
}

.cat-domain a.nav-link:last-child {
	border-radius: 0px 0px 15px 15px !important;
}

.badge:empty {
	display: inline-block;
}

.badge-font-small {
	font-size: 55%;
	line-height: 22px;
}

ul.dropdown-menu.inner.show li {
	box-shadow: 0 0.07rem 0.01rem rgba(0, 0, 0, 0.075) !important;
}

.slick-initialized {
	visibility: visible;
}

.slider .slide:nth-child(n + 2) {
	display: none;
}

.slider.slick-initialized .slide {
	display: block;
}

[data-toggle="collapse"].collapsed .if-show {
	display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-hide {
	display: none;
}

.most-popular:after {
	content: "";
	position: absolute;
	left: 42%;
	top: 90%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #dc3545;
	clear: both;
	border-radius: 14px;
}

.hot-promo:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0px;
	width: 0;
	height: 0;
	border-left: 10px solid #dc3545;
	border-right: 11px solid transparent;
	border-top: 14px solid transparent;
	border-bottom: 12px solid transparent;
	clear: both;
	margin-left: -2px;
}

.nav-pills .nav-link {
	transition: all 0.2s;
	background: #007bff1f;
}

.nav-pills .nav-link:hover {
	box-shadow: 0 5px 10px #00348042;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	box-shadow: 0 5px 10px #00348042;
	transition: all 0.2s;
}

.nav-warning.nav-pills .nav-link.active {
	background: #ffc107;
}

.card-header .btn[aria-expanded="true"] {
	color: #007bff;
}

.card-header .btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.pill-box {
	box-shadow: inset 2px 2px 4px #2e333817;
	background: #00000008;
}

.content-text-editor .card-body {
	padding: 2.25rem;
}

.media-post img,
.card-body img {
	height: auto;
	max-width: 100%;
}

@media (max-width: 768px) {
	a {
		line-height: 32px;
		display: inline-block;
		min-height: 32px;
	}
}

.cara-kerja-item img {
	transition: all 0.5s;
}

.cara-kerja-item:hover img {
	transform: translate(0px, -3vw);
	transition: all 0.5s;
}

.qna .row .col-md-6:first-child:before {
	content: "Q";
	position: absolute;
	background: #4fc3f7;
	padding: 5px 11px;
	border-radius: 10px;
	font-size: 12px;
	left: 20px;
	color: #000;
	margin-top: -35px;
}

.qna .row .col-md-6:last-child:before {
	content: "A";
	position: absolute;
	background: #ffc107;
	padding: 5px 12px;
	border-radius: 10px;
	font-size: 12px;
	margin-top: -35px;
	left: 20px;
	color: #000;
}

.img-handle {
	max-height: 255px;
	overflow: hidden;
}

img.img-fit {
	object-fit: cover;
}

.img-handle img {
	transition: all 0.2s;
}

.img-handle:hover img {
	transform: scale(1.05);
	transition: all 0.2s;
}

.content-text-editor h1,
.content-text-editor h2,
.content-text-editor h3,
.content-text-editor h4,
.content-text-editor h5,
.content-text-editor h6 {
	margin: 2rem 0;
	font-weight: 700;
	letter-spacing: -0.6px;
	transform-origin: left;
}

.popover.show {
	z-index: 1020;
}

/* cupon */
.tooltipped {
	position: relative;
}

.tooltipped:after {
	position: absolute;
	z-index: 1000000;
	display: none;
	padding: 5px 8px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: break-word;
	white-space: pre;
	pointer-events: none;
	content: attr(aria-label);
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.tooltipped:before {
	position: absolute;
	z-index: 1000001;
	display: none;
	width: 0;
	height: 0;
	color: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	content: "";
	border: 5px solid transparent;
}

.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
	display: inline-block;
	text-decoration: none;
}

.tooltipped-multiline:hover:after,
.tooltipped-multiline:active:after,
.tooltipped-multiline:focus:after {
	display: table-cell;
}

.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
	top: 100%;
	right: 50%;
	margin-top: 5px;
}

.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
	top: auto;
	right: 50%;
	bottom: -5px;
	margin-right: -5px;
	border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-se:after {
	right: auto;
	left: 50%;
	margin-left: -15px;
}

.tooltipped-sw:after {
	margin-right: -15px;
}

.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
	right: 50%;
	bottom: 100%;
	margin-bottom: 5px;
}

.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
	top: -5px;
	right: 50%;
	bottom: auto;
	margin-right: -5px;
	border-top-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-ne:after {
	right: auto;
	left: 50%;
	margin-left: -15px;
}

.tooltipped-nw:after {
	margin-right: -15px;
}

.tooltipped-s:after,
.tooltipped-n:after {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.tooltipped-w:after {
	right: 100%;
	bottom: 50%;
	margin-right: 5px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.tooltipped-w:before {
	top: 50%;
	bottom: 50%;
	left: -5px;
	margin-top: -5px;
	border-left-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-e:after {
	bottom: 50%;
	left: 100%;
	margin-left: 5px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.tooltipped-e:before {
	top: 50%;
	right: -5px;
	bottom: 50%;
	margin-top: -5px;
	border-right-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-multiline:after {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 250px;
	word-break: break-word;
	word-wrap: normal;
	white-space: pre-line;
	border-collapse: separate;
}

.has-domain,
.paket-based {
	display: none;
}

.tooltipped-multiline.tooltipped-s:after,
.tooltipped-multiline.tooltipped-n:after {
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltipped-multiline.tooltipped-w:after,
.tooltipped-multiline.tooltipped-e:after {
	right: 100%;
}

@media screen and (min-width: 0\0) {
	.tooltipped-multiline:after {
		width: 250px;
	}
}

.tooltipped-sticky:before,
.tooltipped-sticky:after {
	display: inline-block;
}

.tooltipped-sticky.tooltipped-multiline:after {
	display: table-cell;
}

.fullscreen-overlay-enabled.dark-theme .tooltipped:after {
	color: #000;
	background: rgba(255, 255, 255, 0.8);
}

.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
	border-bottom-color: rgba(255, 255, 255, 0.8);
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
	border-top-color: rgba(255, 255, 255, 0.8);
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
	border-right-color: rgba(255, 255, 255, 0.8);
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
	border-left-color: rgba(255, 255, 255, 0.8);
}

/****** Style Star Rating Widget *****/
.rating {
	border: none;
	float: left;
}

.rating>input {
	display: none;
}

.rating>label:before {
	margin: 2px;
	font-size: 1em;
	font-family: FontAwesome;
	display: inline-block;
	content: "★";
}

.rating>.half:before {
	content: "★";
	position: absolute;
}

.rating>label {
	color: #ddd;
	float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating>input:checked~label,
/* show gold star when clicked */
.rating:not(:checked)>label:hover,
/* hover current star */
.rating:not(:checked)>label:hover~label {
	color: #ffc107;
}

/* hover previous stars in list */
.rating>input:checked+label:hover,
/* hover current star when changing rating */
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */
.rating>input:checked~label:hover~label {
	color: red;
}

.wiggling {
	animation: wiggle 2s infinite;
}

.img-muted {
	filter: grayscale(100%);
	opacity: 0.7;
}

.img-muted:hover {
	filter: grayscale(0%);
	opacity: 1;
}

.invert {
	filter: invert(99%) sepia(21%) saturate(4%) hue-rotate(296deg) brightness(523%) contrast(100%);
}

.img-blue {
	filter: invert(28%) sepia(74%) saturate(3450%) hue-rotate(204deg) brightness(109%) contrast(104%);
}

.btn-wa {
	position: fixed;
	right: 15px;
	line-height: 52px !important;
	border-radius: 50%;
	bottom: 10px;
	width: 58px;
	height: 58px;
	text-align: center;
	border: 0;
	background: #20b53b;
	background: linear-gradient(0deg, #20b53b 0, #55ff79 100%);
	z-index: 5;
}

#vps-licence .card img {
	height: 70px;
	width: auto;
}

/* blog */
.card-img.card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	height: 20vh;
	object-fit: cover;
}

.blog-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.floating {
	animation: animate 3s ease infinite;
}

label.custom-control-label .tooltip {
	display: none;
}

.has-plus-exp[aria-expanded="false"]::after {
	content: "+";
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	margin-right: 10px;
	color: #000;
	position: absolute;
	right: 20px;
}

.has-plus-exp[aria-expanded="true"]::after {
	content: "-";
	font-size: 20px;
	line-height: 20px;
	text-align: right;
	margin-right: 10px;
	color: #000;
	position: absolute;
	right: 20px;
}

.has-plus[aria-expanded="false"]:after {
	content: "+";
	font-size: 20px;
	line-height: 44px;
	text-align: right;
	margin-right: 10px;
	color: rgb(136, 136, 136);
}

.has-plus[aria-expanded="true"]:after {
	content: "-";
	font-size: 20px;
	line-height: 44px;
	text-align: right;
	margin-right: 10px;
	color: rgb(136, 136, 136);
}

.navbar-collapse.collapse.show {
	overflow-y: scroll;
	max-height: calc(100vh - 72px);
}

.navbar-collapse.collapse.show::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navbar-collapse.collapse.show {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

li.item-check {
	margin-left: 1.5rem;
	position: relative;
}

h4.item-check {
	padding-left: 2rem;
}

h4.item-check:before {
	left: 1rem;
	position: absolute;
	border-radius: 50%;
	color: #fff;
	top: 0.25rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") !important;
	background-color: #05a863;
	background-repeat: no-repeat;
	background-position: center;
}

li.item-check:before {
	left: -1.5rem;
	position: absolute;
	border-radius: 50%;
	color: #fff;
	top: 0.25rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") !important;
	background-color: #05a863;
	background-repeat: no-repeat;
	background-position: center;
}

li.item-x {
	margin-left: 1.5rem;
	position: relative;
}

li.item-x:before {
	left: -1.5rem;
	position: absolute;
	border-radius: 50%;
	color: #fff;
	top: 0.25rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "+";
	background-color: #dc3545;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 14px;
	transform: rotate(45deg);
	font-weight: bolder;
	font-size: 16px;
}

.item-info:after {
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "!";
	background-color: rgba(134, 134, 134, 0.43);
	text-align: center;
	line-height: 14px;
	font-weight: bolder;
	font-size: 11px;
	cursor: pointer;
	float: right;
	margin-top: 2px;
}

.item-q:after {
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "?";
	background-color: rgba(134, 134, 134, 0.43);
	text-align: center;
	line-height: 14px;
	font-weight: bolder;
	font-size: 11px;
	cursor: pointer;
	float: right;
	margin-top: 2px;
	margin-left: 10px;
}

li.item-x.position-relative.m-0::before,
li.item-check.position-relative.m-0::before {
	position: relative;
	left: 0;
}

.h4.item-info::after {
	margin-top: 8px;
}

.item-info:hover {
	background: rgba(0, 0, 0, 0.02);
}

.mo:after {
	content: "/bln";
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	margin-top: 2%;
}

.th:after {
	content: "/thn";
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	margin-top: 2%;
}

.th,
.mo {
	margin-right: 20px;
}

form div[id*="-error"],
.text-red {
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.wh-18 {
	width: 18px;
	height: 18px;
}

@media only screen and (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	#navbarSupportedContent .dropdown-menu {
		/* margin: 0; */
	}

	#collapseSearch {
		right: 100%;
		position: absolute;
		width: 100px;
	}

	.sosmed-top {
		justify-content: end;
	}
}

@media screen and (max-width: 576px) {
	.to-btn {
		border-top: 1px solid #ddd;
		padding: 10px 0px 5px;
		line-height: 24px;
	}

	.h-xs-100 {
		min-height: calc(100vh - 72px);
	}
}

@media screen and (min-width: 480px) {
	[role="tooltip"].tooltip {
		display: block;
	}

	.desc-limit {
		min-height: 100px;
	}
}

/* untuk blog saja */
/* @media only screen and (min-width:1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position: relative !important;
  }
  .dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
  }
 } */

@keyframes animate {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: rotate(10deg);
	}

	25% {
		-webkit-transform: rotate(-10deg);
	}

	50% {
		-webkit-transform: rotate(20deg);
	}

	75% {
		-webkit-transform: rotate(-5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

@-ms-keyframes wiggle {
	0% {
		-ms-transform: rotate(1deg);
	}

	25% {
		-ms-transform: rotate(-1deg);
	}

	50% {
		-ms-transform: rotate(1.5deg);
	}

	75% {
		-ms-transform: rotate(-5deg);
	}

	100% {
		-ms-transform: rotate(0deg);
	}
}

@keyframes wiggle {
	0% {
		transform: rotate(10deg);
	}

	25% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(20deg);
	}

	75% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.content-text-editor blockquote {
	background: #f2f2f2;
	padding: 20px;
	font-size: 14px;
}

.content-text-editor blockquote pre {
	white-space: pre-wrap;
}

.btn {
	border-radius: 30px !important;
}

.custom-control-input:checked~[for="hosting-switch"].custom-control-label {
	color: #007bff;
}

/* inp */
.collapsing {
	-webkit-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

/* btn-top */
.btn-top {
	position: fixed;
	right: 15px;
	line-height: 52px !important;
	border-radius: 50%;
	bottom: 80px;
	width: 58px;
	height: 58px;
	text-align: center;
	border: 0;
	background: #fff;
	color: #222;
	z-index: 10;
	border: 0 solid #ddd
}

.btn-top:focus {
	outline: 0 solid #ddd
}

.btn-top:hover {
	background: #ddd

/* tooltip */
}.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 170px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 120%;
}

.hover-text {
  position: relative;
  display: inline-block;
  margin: 100px;
  font-family: Arial;
  text-align: center;
}


/*
 * Untuk faq
 */

.\!font-bold{
  font-weight: 700 !important;
}

.font-bold{
  font-weight: 700;
}

.lg\:font-bold{
    font-weight: 700;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.inline-flex{
  display: inline-flex;
}

.items-center{
  align-items: center;
}

.justify-between{
  justify-content: space-between;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.w-full{
  width: 100%;
}

.max-w-3xl{
  max-width: 48rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.hs-accordion.active.hs-accordion-active\:block{
  display: block;
}

.hs-accordion.active.hs-accordion-active\:hidden{
  display: none;
}

.hs-accordion.active.hs-accordion-active\:bg-white{
  background-color: rgba(255,255,255,1);
  border-bottom: inset;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:block{
  display: block;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:hidden{
  display: none;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:bg-white{
  background-color: rgba(240,240,240,1);

}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:block{
  display: block;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:hidden{
  display: none;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:bg-white{
  background-color: rgba(240,240,240,1);
}

.hidden{
  display: none;
}

.w-5{
  width: 1.25rem;
}

.block{
  display: block;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[opacity\2c margin\]{
  transition-property: opacity,margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-50{
  transition-duration: 50ms;
}


/*
 * Untuk figure image
 */
.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.rounded-md {
    border-radius: .375rem;
}

/*
 * Untuk shortcode alert
 */

.alert-box {
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  margin: 1em 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.alert-icon {
  font-size: 24px;
  margin-right: 14px;
  display: flex;
  align-items: center;
}

.alert-message {
  font-size: 16px;
  line-height: 1.5;
}

.icon svg {
  height: 1em;
  width: 1em;
}
.relative {
  position: relative;
}

/*
 * Untuk button
 */

.button-faq {
	background-color: rgba(255,255,255,1);
}