@import url('graphik.css');

/* #f2d19f */
body {
	font-family: 'Graphik', sans-serif;
	color: #333 !important;
	letter-spacing: inherit;
	font-size: 15px;
}
a{
	color:#1b6b6a;
}

a:hover {
	text-decoration: none;
}

.bg-light {
	background-color: #eef8f8 !important;
}

.s-top {
	margin-top: 120px;
}

.bulat{
	aspect-ratio: 1/1;
	object-fit: cover;
}

.banner{
	aspect-ratio: 1.6/1;
	object-fit: cover;
}

p{
	    letter-spacing: 0.5px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
	margin: 0px 8px 0px 8px;
	font-size: 16px;
}
.navbar-light .navbar-nav .active{
	margin: 0px 8px 0px 8px;
	font-size: 16px;
	font-weight: bold;
}

.dom {
	display: flex;
	align-items: center;
	background-color: rgb(228, 228, 228);
	border-radius: 5px;
}

.dom div {
	padding: 7px;
}

.dom input {
	border-radius: 0px !important;
	box-shadow: none !important;
	border-color: #cfcfcf !important;
}

.logo-domain{
	width: 100px;
}
.logo-domain img{
	width: 100%;
}

/* CREATE */
.wizard-steps {
	list-style: none;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.wizard-steps li {
	display: table-cell;
	text-align: center;
	width: 1%
}

.wizard-steps li .step {
	border: 5px solid #ced1d6;
	color: #546474;
	font-size: 15px;
	border-radius: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
}

.wizard-steps li:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	border-top: 4px solid #CED1D6;
	position: relative;
	top: 21px;
	z-index: 1;
}

.wizard-steps li:last-child:before {
	max-width: 50%;
	width: 50%
}

.wizard-steps li:first-child:before {
	max-width: 51%;
	left: 50%
}

.wizard-steps li.active .step,
.wizard-steps li.active:before,
.wizard-steps li.complete .step,
.wizard-steps li.complete:before {
	border-color: #5293c4;
}

.wizard-steps li.complete .step {
	cursor: default;
	color: #FFF;
	-webkit-transition: transform ease .1s;
	-o-transition: transform ease .1s;
	transition: transform ease .1s;
}

.wizard-steps li.complete .step:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	content: "\f00c";
	background-color: #FFF;
	z-index: 3;
	font-family: FontAwesome;
	font-size: 17px;
	color: #87ba21;
}

.wizard-steps li.complete:hover .step {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	border-color: #80afd4;
}

.wizard-steps li.complete:hover:before {
	border-color: #80afd4;
}

.wizard-steps li .title {
	display: block;
	margin-top: 4px;
	max-width: 100%;
	color: #949ea7;
	z-index: 104;
	text-align: center;
	table-layout: fixed;
	word-wrap: break-word;
}

.wizard-steps li.active .title,
.wizard-steps li.complete .title {
	color: #2b3d53;
}

.step-content {
	position: relative;
}

.step-content .step-pane {
	display: none;
	min-height: 200px;
	padding: 4px 8px 12px;
}

.step-content .step-pane.active {
	display: block;
}

.wizard-actions {
	text-align: right;
}

@media only screen and (max-width:767px) {
	.wizard-steps li .step {
		width: 30px;
		height: 30px;
		line-height: 24px;
		border-width: 3px;
	}

	.wizard-steps li:after,
	.wizard-steps li:before {
		border-width: 3px;
	}

	.wizard-steps li.complete .step:before {
		line-height: 24px;
		font-size: 13px;
	}

	.wizard-steps li:before {
		top: 16px;
	}

	.step-content .step-pane {
		padding: 4px 4px 6px;
		min-height: 150px;
	}
}

.step-content .step-pane.active .form-inline .form-group {
	vertical-align: top !important;
}



.menu a{
	display: block;
}

.menu a.active{
	font-weight: normal;
	color: #1b6b6a;
}

.text-black {
	color: black !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold !important;
}

.text-primary {
	color: #1b6b6a !important;
}

a.text-primary:hover {
	color: #1b6b6a !important;
}

header nav .navbar-nav .nav-link.active {
	color: #1b6b6a !important;
}

.crop-foto {
	height: 200px;
	overflow: hidden;
}

.crop-content {
	height: 70px;
	overflow: hidden;
}

.isi-content img {
	background-size: cover;
	width: 100%;
	height: auto;
}

footer h5 {
	color: #000 !important;
}

footer a {
	color: #6c757d !important;
}

.form-control {
	border-radius: 10px !important;
	color: #666;
}
label{
	font-weight: 500;
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.form-group div, .form-group span, .form-group em,.help-block{
	font-size: 14px;
	color: #666;
}

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

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07) !important;
}

.card {
	border-radius: 10px;
}

.card figure {
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
	border-radius: 10px;
}

.card figure:before {
	z-index: 2;
	-webkit-transition: .4s all ease;
	-o-transition: .4s all ease;
	transition: .4s all ease;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	position: absolute;
	content: "";
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
}

.card figure img {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.card:hover figure:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.card:hover figure img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.bg-primary {
	background-color: #1b6b6a !important;
}

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

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

.btn-primary {
	background-color: #1b6b6a !important;
	border-color: #1b6b6a !important;
	color: white !important;
}

.btn-primary:hover {
	background-color: #1b6b6a !important;
	border-color: #1b6b6a !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-primary:focus {
	background-color: #1b6b6a !important;
	border-color: #1b6b6a !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.pr{
	position: absolute;
	width: 100px;
}

.fitur .fal,.fitur .fab {
	font-size: 40px;
	color: #1b6b6a !important;
}

.fiitur{
	border-left: 4px solid #1b6b6a !important;
}

.fiitur .icon {
	width: 50px;
	height: 50px;
	background-color: #eef8f8 !important;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1b6b6a !important;
}

.radius-10 {
	border-radius: 10px;
}

.radius-20 {
	border-radius: 20px;
}

/* footer .atas{
	background-color: #e0dfdf !important;
	color: #000 !important;
}

footer .bawah{
	background-color: #bab9b9 !important;
	color: #000 !important;
}

footer a{
	color: #000 !important;
} */

.logo img{
	max-width: 200px;
}

.testi{
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
}

.f-so i{
	font-size: 30px;
}

#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  animation-name: showchat;
  animation-duration: 0.5s;
  transform: scale(1);
}
a.blantershow-chat:link,
a.blantershow-chat:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a.blantershow-chat {
  background: #1b6b6a;
  color: #fff;
  position: fixed;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  text-decoration: none;
}
a.blantershow-chat i {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  background: #f5f5f5;
  color: #333;
  padding: 15px 20px;
  border: 1px solid #eee;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color:#333;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.75s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
.blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  min-height: 20px;
}
a#send-it {
  color: #555;
  margin: -5px 0 0 5px;
  font-weight: 700;
  padding: 8px 15px;
  background: #eee;
  border-radius: 10px;
}
.first-msg {
  background: url('/themes/website/assets/img/wa-background.png');
  padding: 30px 15px;
  text-align: left;
  position: relative;
}

.first-msg::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 30px;
  left: 3px;
  width: 12px;
  height: 19px;
}

.first-msg span {
  background: #ffffff;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 0 4px 4px 4px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent none medium;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
}

a.close-chat:hover {
  opacity: 0.8;
}



@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;

  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.showw {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.icon{
	width: 50px !important;
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eef8f8;
	color: #1b6b6a;
	border-radius: 50px;
}

.icon i{
	font-size: 18px;
}

.asd{
	background-image: url(../assets/img/asd.jpg);
	background-size: cover;
	background-position: center;
}

.btn {
	font-size: 15px;
}
.zxc{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	background-color: white;
	color: #1b6b6a !important;
	border-radius: 50px;
}

.menu li{
	padding: 10px 20px 10px 20px;
	color: #000;
}
.menu li a{
	color: #000;
}
.menu li:hover{
	padding: 10px 20px 10px 20px;
	border-radius: 15px;
	overflow: hidden;
	color: #1b6b6a;
}
.menu li a:hover{
	color: #1b6b6a;
}
/*submenu*/
.menu .submenu{
	padding-left: 50px;
	font-size: 14px;
}
/*submenu*/
.menu .submenu:hover{
	padding-left: 50px;
}
.aksi{
	background: #f5f5f5;
	padding: 20px;
	border-radius: 10px;
	color: #666;
	margin-bottom: 20px;
}
.form-group div{
	color: #999;
}
.ck-editor__editable_inline {
    min-height: 150px;
	color: #000;
 }
 #cke_editor1{
	border:1px solid #ccc;
 }




 




 
        /* #container {
            height: 800px;
        } */

        #datatable {
            font-family: Verdana, sans-serif;
            border-collapse: collapse;
            border: 1px solid #ebebeb;
            margin: 10px auto;
            text-align: center;
            width: 100%;
            max-width: 500px;
        }

        #datatable caption {
            padding: 1em 0;
            font-size: 1.2em;
            color: #555;
        }

        #datatable th {
            font-weight: 600;
            padding: 0.5em;
        }

        #datatable td,
        #datatable th,
        #datatable caption {
            padding: 0.5em;
        }

        #datatable thead tr,
        #datatable tr:nth-child(even) {
            background: #f8f8f8;
        }

        #datatable tr:hover {
            background: #f1f7ff;
        }
        

    /* #container {
        height: 400px;
    } */

    .highcharts-data-table table {
        font-family: Verdana, sans-serif;
        border-collapse: collapse;
        border: 1px solid #ebebeb;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        max-width: 500px;
    }

    .highcharts-data-table caption {
        padding: 1em 0;
        font-size: 1.2em;
        color: #555;
    }

    .highcharts-data-table th {
        font-weight: 600;
        padding: 0.5em;
    }

    .highcharts-data-table td,
    .highcharts-data-table th,
    .highcharts-data-table caption {
        padding: 0.5em;
    }

    .highcharts-data-table thead tr,
    .highcharts-data-table tr:nth-child(even) {
        background: #f8f8f8;
    }

    .highcharts-data-table tr:hover {
        background: #f1f7ff;
    }
	.paket-harga li{
		border-bottom: 1px solid #ccc;
		margin: 5px 20px 5px 20px;
		padding: 2px 0px 2px 0px;
	}

#mainmenu{
	margin: 0px 0;
}

#mainmenu #faq .card {
	margin-bottom: 10px;
	border: 0;
}

#mainmenu #faq .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	border-radius: 2px;
	padding: 0;
	background: none;
}

#mainmenu #faq .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #f5f5f5;
	color: #222;
	padding: 10px;
	border-radius: 8px !important;
}

#mainmenu #faq .card .card-header .btn-header-link:after {
	content: "\f067";
	font-family: 'FontAwesome';
	font-weight: 500;
	float: right;
	color: #666;
	font-size: 10px;
}

#mainmenu .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px;
}

#mainmenu .btn.focus, #mainmenu .btn:focus {
    outline: 0;
    box-shadow: none;
}

#mainmenu #faq .card .card-header .btn-header-link.collapsed {
	background: #f5f5f5;
	color: #333;
}

#mainmenu #faq .card .card-header .btn-header-link.collapsed:after {
	content: "\f068";
}

#mainmenu #faq .card .collapsing {
	background: #f5f5f5;
	line-height: 24px;
}

#mainmenu #faq .card .collapse {
border: 0;
}

#mainmenu #faq .card .collapse.show {
	background: #fff;
	line-height: 24px;
	color: #222;
}

#mainmenu ul{
	margin-left: -40px;
}

#mainmenu li{
	font-size: 14px;	
	list-style: none;
	
}
#mainmenu li a{
	color: #333;
	width: 100%;
	float: left;
	padding: 8px;
	padding-left: 30px;
	border-bottom: 1px solid #f5f5f5;	
}
#mainmenu li a:hover{
	background: #f5f5f5;	
}

.table th  { background-color:#fff; }
.table tr:nth-child(odd)   { background-color:#f5f5f5; }
.table tr:nth-child(even)    { background-color:#fff; }
.table tr:hover    { background-color:#f9f1f2; }


.submenu2{
	width: 100%;
	background: #3F8382;
	float: left;
	margin-top: 5px;
	padding: 10px;
}
.submenu2 a{
	padding: 5px 20px 5px 20px;
	color: #fff;
}
.submenu2 a:hover{
	padding: 5px 20px 5px 20px;
	color: #75BDBC;
}
