/*https://loading.io/css/*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
	transform: scale(0);
  }
  100% {
	transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
	transform: scale(1);
  }
  100% {
	transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
	transform: translate(0, 0);
  }
  100% {
	transform: translate(24px, 0);
  }
}















.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FF8C00;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}




.centered .ui-tabs-nav {
	height: 2.35em;
	text-align: center;
}
.centered .ui-tabs-nav li {
	display: inline-block;
	float: none;
	margin: 0em;
}


.ui-tabs .ui-tabs-nav {
		text-align: center;
}

.ui-tabs .ui-tabs-nav li {
		float: none !important;
		display: inline-block;
}

.grahalogam_ot-mb-15{
  margin-bottom:15px;
}

.grahalogam_ot-row {
  display: flex;
  flex-wrap: wrap;
}

.grahalogam_ot-col-100 {
  flex: 1 0 100%; /* explanation below */
  width:100%;
}

.grahalogam_ot-col-50 {
  flex: 1 0 50%; /* explanation below */

}

.grahalogam_ot-col-75 {
  flex: 1 0 50%; /* explanation below */

}

.grahalogam_ot-col-25 {
  flex: 1 0 25%; /* explanation below */

}

.grahalogam_ot-card{
  padding:5px;
  margin-bottom:15px;
}
.grahalogam_ot-card .grahalogam_ot-avatar {
  width:80px;float:left;
  position: relative;
}

.grahalogam_ot-card .grahalogam_ot-content {
  padding-left:25px;
  margin-left:81px;
  text-align: left;
  font-size:11px;
  line-height:14px;
}

.grahalogam_ot-card .grahalogam_ot-content h5 {
  font-size:16px;
  line-height:16px;
  font-weight:bold;
}


.grahalogam_ot-card .grahalogam_ot-avatar img{
  width:80px;height:80px;border-radius:100px;border:6px solid white;
}

.grahalogam_ot-field{
  border: 1px solid #aaa !important;
  width:100%!important;
  padding: 15px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="grahalogam_ot-col-"] {
	/*width: 100%;*/
	flex: 1 0 100%; /* explanation below */
  }
}


.select2-container {
	display: block!important;
}

.select2-container .select2-selection--single {
	height: 40px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px!important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px!important;
}

span.select2.select2-container.select2-container--default {
	max-width: 100%!important;
}


.ui-tabs .ui-tabs-nav li {
	top: 6px !important;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #fff!important;
	border: 1px solid #aaa!important;
	border-bottom: 0px!important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #444!important;
}

.ui-widget-header {
	background: yellow!important;
}




  .swiper {
	  width: 100%;
	  height: 100%;
	}

	.swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	.swiper-slide img {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}

	.swiper-slide {
	  width: 80%;
	}

	.swiper-slide:nth-child(2n) {
	  width: 60%;
	}

	.swiper-slide:nth-child(3n) {
	  width: 40%;
	}



  .button__badge {
  background-color: #fa3e3e;
  border-radius: 20px;
  color: white;

  padding: 1px 3px;
  font-size: 10px;

  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
  width:16px;
  height:16px;
  text-align:center;
}



.grahalogam_ot-result table td, table th {
	padding: 5px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid hsla(0,0%,50.2%,.5019607843137255);
}

.grahalogam_ot-result h5 {
	font-weight:bold;
	font-size:18px;
}
/*
.grahalogam_ot-button{
  background:yellow;
  border:1px solid yellow;
  color:white;
}




button.grahalogam_ot-button {
	color: #444;
	background-color: yellow;
	border: 1px solid yellow;

}

button.grahalogam_ot-button:focus, button.grahalogam_ot-button:hover {
	color: #fff;
	background-color: #444;
	text-decoration: none;
}*/


/*Baru*/


.grahalogam_ot_tabs {
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  position: relative;
  background: white;
  /*padding: 50px;*/
  /*padding-bottom: 80px;*/
  /*width: 70%;*/
  /*height: 250px;*/
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 240px;
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control] {
  display: none;
}
.grahalogam_ot_tabs .content section h2,
.grahalogam_ot_tabs ul li label {
/*  font-family: "Montserrat";*/
  font-weight: bold;
  font-size: 16px;
  color: #ffbe00;
}
.grahalogam_ot_tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0px!important;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  background:#222;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.grahalogam_ot_tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 5px;
  text-align: center;
}
.grahalogam_ot_tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #666;
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.grahalogam_ot_tabs ul li label br {
  display: none;
}
.grahalogam_ot_tabs ul li label svg {
  fill: #666;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.grahalogam_ot_tabs ul li label:hover, .grahalogam_ot_tabs ul li label:focus, .grahalogam_ot_tabs ul li label:active {
  outline: 0;
  color: #222;
}
.grahalogam_ot_tabs ul li label:hover svg, .grahalogam_ot_tabs ul li label:focus svg, .grahalogam_ot_tabs ul li label:active svg {
  fill: #222;
}
.grahalogam_ot_tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.grahalogam_ot_tabs .slider .indicator {
  position: relative;
  /*width: 50px;*/
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #ffbe00;
  border-radius: 1px;
  top:-4px;
}
.grahalogam_ot_tabs .content {
  /*margin-top: 30px;*/
  padding: 30px 60px;
}
.grahalogam_ot_tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.grahalogam_ot_tabs .content section h2 {
  color: #ffbe00;
  display: none;
}
.grahalogam_ot_tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  /*width: 30px;*/
  height: 3px;
  background: #ffbe00;
  margin-top: 5px;
  left: 1px;
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #ffbe00;
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #ffbe00;
}
@media (max-width: 600px) {
  .grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #ffbe00;
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #ffbe00;
}
@media (max-width: 600px) {
  .grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #ffbe00;
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #ffbe00;
}
@media (max-width: 600px) {
  .grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #ffbe00;
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #ffbe00;
}
@media (max-width: 600px) {
  .grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.grahalogam_ot_tabs input[name=grahalogam_ot_tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .grahalogam_ot_tabs ul li label {
    white-space: initial;
  }
  .grahalogam_ot_tabs ul li label br {
    display: initial;
  }
  .grahalogam_ot_tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .grahalogam_ot_tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .grahalogam_ot_tabs ul li label span {
    display: none;
  }
  .grahalogam_ot_tabs .slider {
    display: none;
  }
  .grahalogam_ot_tabs .content {
    margin-top: 0px;
  }
  .grahalogam_ot_tabs .content section h2 {
    display: block;
  }
}


/*Baru card*/

.grahalogam_ot-card-v{
    padding: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.grahalogam_ot-card-v .grahalogam_ot-avatar-v {
  /*width:80px;float:left;*/
  position: relative;
}

.grahalogam_ot-card-v .grahalogam_ot-content-v {
    /*padding-left: 25px;*/
    /* margin-left: 81px; */
    text-align: center;
    font-size: 11px;
    line-height: 14px
}

.grahalogam_ot-card-v .grahalogam_ot-content-v h5 {
  font-size:16px;
  line-height:16px;
  font-weight:bold;
}


.grahalogam_ot-card-v .grahalogam_ot-avatar-v img{
  width:120px;height:120px;border-radius:100px;border:6px solid white;
}






/*TIMELINE*/

.hide {
    display: none;
}

.otfw_timeline {
	display: flex;
	padding: 40px 30px 60PX;
	background-color: #f5f5f5;
	flex-direction: column;
	border-radius: 5px;
}

.timeline__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 34px 70px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 1px 0px #11111130;
}

.timeline__header::after {
    content: "";
    width: 100%;
    height: 70px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
    background-color: #eaeaea;
}

.timeline__header span {
    margin-bottom: 5px;
    text-align: center;
    color: gray;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.timeline__header h1 {
    margin-bottom: 50px;
    font-size: 20px;
    color: #262245;
    text-align: center;
}

.line .content h1::before {
	margin: 8px 0px;
}

.timeline__header .process {
    height: 8px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 4;
}

.timeline__header .process .xd {
    width: 50%;
    border-radius: 3px;
    height: 8px;
    background-color: #4d4d4d;
}

.line {
	padding: 15px 40px;
	position: relative;
}

.line::before {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 40px;
    background-color: #4d4d4d;
    content: "";
}

.line .content {
    position: relative;
    padding-left: 30px;
}

.line .content+.content {
    margin-top: 40px;
}

.line .content h4 {
	font-size: 12px;
	color: #868686;
	margin-bottom: 5px;
	margin-top: 0px;
}

.line .content h1 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}

.line .content p {
	font-size: 16px;
	margin: 10px 0;
}

.otfw_timeline .line .content > div {
	position: absolute;
	width: 24px;
	height: 24px;
	left: -11px;
	border-radius: 50%;
    background: #11acdd;
}

.otfw_timeline .line .content div > span {
	font-size: 14px;
	text-align: center;
	display: block;
	overflow: hidden;
	line-height: 24px;
}

.otfw_timeline .line .content::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
}


/*timeline revision*/
.grahalogam_ot_timeline {
  position: relative;
  display: table;
  height: 100%;
/*  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;*/
width:100%;
}
.grahalogam_ot_timeline div:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0.5rem;
  bottom: 0rem;
  left: 88px;
  z-index: 1;
  background: #C5C5C5;
}
.grahalogam_ot_timeline h3 {
/*  position: -webkit-sticky;
  position: sticky;*/
  top: 5rem;
  color: #888;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  width:70px;
  text-align:right;
}
@media (min-width: 62em) {
  .grahalogam_ot_timeline h3 {
    font-size: 1.1em;
  }
}
.grahalogam_ot_timeline section.year {
  position: relative;
}
.grahalogam_ot_timeline section.year:first-child section {
  margin-top: -1.3em;
  padding-bottom: 0px;
}

/*.grahalogam_ot_timeline div:first-child ul:first-child:after {
background:#0092ff!important;
}*/


.grahalogam_ot_timeline section.year section {
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}
.grahalogam_ot_timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 89px;
  color: #C5C5C5;
}
@media (min-width: 62em) {
  .grahalogam_ot_timeline section.year section h4 {
    font-size: 1em;
  }
}
.grahalogam_ot_timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 100px;
  margin: -1.35rem 0 1em;
  max-width: 32rem;
  font-size: 1em;
}
@media (min-width: 62em) {
  .grahalogam_ot_timeline section.year section ul {
    font-size: 1.1em;
    padding: 0 0 0 100px;
  }
}
.grahalogam_ot_timeline section.year section ul:last-child {
  margin-bottom: 0;
}
.grahalogam_ot_timeline section.year section ul:first-of-type:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #555;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 80px;
  top: 3px;
  z-index: 2;
}
.grahalogam_ot_timeline section:first-child ul:first-of-type:after {
    background: var(--e-global-color-accent)!important;
}

.grahalogam_ot_timeline section.year section ul li {
  margin-left: 0.5rem;
}
/*.grahalogam_ot_timeline section.year section ul li:before {
  content: "·";
  margin-left: -0.5rem;
  padding-right: 0.3rem;
}*/
.grahalogam_ot_timeline section.year section ul li:not(:first-child) {
  margin-top: 0.5rem;
}
.grahalogam_ot_timeline section.year section ul li span.price {
  color: mediumturquoise;
  font-weight: 500;
}

.grahalogam_ot_timeline section.year .title{
margin-top:0;
margin-bottom:5;
}

