/*Menu Simulasi*/

body{
  margin: 0;
  padding: 0px;
  overflow: hidden;
}

.wrapper-menu {
  padding-top: 2px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}

.wrapper-menu.open {
  transform: rotate(-45deg);  
}

.line-menu {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 4px;
}

.line-menu.half {
  width: 50%;
}

.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}
.label-menu{
    display: inline-flex;
      font-size: 16px;
      font-weight: bold;
      font-family: "Lato", "Helvetica Neue", arial, sans-serif;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      margin-right: 10px;
    }

.listMenuSim{
  display: inline-block;
  padding: 0px;
  background-color: #272727;
  color: #bfbfbf;
  border-radius: 15px;
  font-family: 'Lato', 'Helvetica Neue', 'arial', 'sans-serif';
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.listMenuSim:hover{
  color : #ff3661;
}

.listMenuSim.aktif{
  color : #ff3661;
}

.listMenuSim > img{
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  height: 20px;
  width: 20px;
  filter: invert(86%) sepia(0%) saturate(1114%) hue-rotate(183deg) brightness(98%) contrast(72%);
}

.listMenuSim.aktif > img{
  filter: invert(42%) sepia(92%) saturate(4148%) hue-rotate(326deg) brightness(99%) contrast(105%);
}

.listMenuSim:hover > img{
  filter: invert(42%) sepia(92%) saturate(4148%) hue-rotate(326deg) brightness(99%) contrast(105%);
}

/*Content Menu*/

/* Switch Styles Start */

    input[type="checkbox"].switch_1{
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 40px;
      height: 20px;
      background: #ddd;
      border-radius: 3em;
      position: relative;
      cursor: pointer;
      outline: none;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      margin: 0px;
      -webkit-tap-highlight-color: transparent;
    }
  
    input[type="checkbox"].switch_1:checked{
      background: #ff3661;
      /*#ff3661*/
      /*#0ebeff*/
    }
  
    input[type="checkbox"].switch_1:after{
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
              box-shadow: 0 0 .25em rgba(0,0,0,.3);
      -webkit-transform: scale(.7);
              transform: scale(.7);
      left: 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }
  
    input[type="checkbox"].switch_1:checked:after{
      left: calc(100% - 20px);
    }
  
/* Switch Style End */
.icon-sosmed{
  display: inline-block;
  position: relative;
  height: 18px;
  width: 18px;
  top: 3px;
  left: 0px;
  filter : invert(32%) sepia(0%) saturate(60%) hue-rotate(158deg) brightness(99%) contrast(92%);
  user-select: none;
}
.label-sosmed{
  display: inline-block;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
}
.box-sosmed{
  padding: 5px 10px;
  display: inline-block;
  background-color: #fff;
  border : #555 solid 1.5px;
  color : #555;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}

.box-sosmed:hover,
.InputAddOn:hover>.InputAddOn-item{
  background-color: #333;
  color : #ff3661;
}

.box-sosmed:hover>.icon-sosmed,
.InputAddOn:hover>span>.icon-sosmed{
  filter:invert(39%) sepia(73%) saturate(4041%) hue-rotate(326deg) brightness(99%) contrast(104%);
}

.InputAddOn {
  display: flex;
  margin-bottom: 10px;
  margin-top:16px;
  padding: 0px 8px;
}

.InputAddOn-field {
  flex: 1;
  font-size:14px;
  color:#555;
  overflow: hidden;
}
.InputAddOn-field:not(:first-child) {
  border-left: 0;
}
.InputAddOn-field:not(:last-child) {
  border-right: 0;
}

.InputAddOn-item {
  background-color: #fff;
  color: #555;
  font: inherit;
  font-weight: bold;
}

.InputAddOn-field,
.InputAddOn-item {
  border: 1px solid #555;
  padding: 0.5em 0.75em;
}
.InputAddOn-field:first-child,
.InputAddOn-item:first-child {
  border-radius: 2px 0 0 2px;
}
.InputAddOn-field:last-child,
.InputAddOn-item:last-child {
  border-radius: 0 2px 2px 0;
}

.button-copy{
  cursor: pointer;
}
/*Menu Panel*/
.menu-panel{
	display: flex;position: fixed;top: 0;left: 0px;z-index: 8;height: 25px;background-color: #ff3661;
    padding: 5px 10px;border-bottom-right-radius: 15px; padding-left: 100px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    /*text-decoration: none;*/
}

.menu-panel.active{
  border-bottom-right-radius: 0px;
}

.tabrow{
  position: absolute;
  left: 204px;
  top : 20.5px;
  width: 15px;
  height: 15px;
  content: " ";
  border:1px solid #ff3661;
  border-bottom-left-radius: 15px;
  border-width: 0 0 1px 1px;
  box-shadow:-5px 5px 0 #ff3661;
  z-index: 9;
}

.icon-sosmed.icon-panel{
	height: 20px;
	width: 20px;
	top :0px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(30deg) brightness(100%) contrast(102%);
}

/*Panel Masukkan*/

.panel-masukan{
	position: absolute;
  display: flex;
  flex-direction: column;
	left: 0px;
	z-index: 7;
	width: 360px;
	top:35px;
  bottom: 0px;
	background-color: rgb(240,240,240);
	box-shadow: 0px 5px 7px 1px rgba(0,0,0,0.65);
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 5px 7px 1px rgba(0,0,0,0.65);
  border-top-right-radius: 15px;
}

.raga-panel{
  height: 100%;
  margin-top: 0px;
  flex-grow: 1;
  
  overflow-y: auto;
  
  /* for Firefox */
  min-height: 0;

  -ms-overflow-style :none; /*IE*/
  scrollbar-width: none; /*firefox*/
}
.raga-panel::-webkit-scrollbar{
  display: none;
}

.ikat-panel{
  flex-grow: 1;
  
  display: flex;
  flex-direction: column;
  
  /* for Firefox */
  min-height: 0;
}

.zoom-ikon{
	position: fixed;
	top: 0px;
	right: 0px;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background-color: rgb(250,250,250);
	z-index: 5; 
	margin-top: 45px; 
	margin-right: 15px;  
	text-align: center;
	box-shadow: 9px 9px 10px -11px rgba(0,0,0,0.65);
	cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  /*outline: none !important;*/
}

.zoom-ikon:hover{
	background-color: #ff3661;
}
/*.zoom-ikon:focus{
  outline: none !important;
}*/

.zoom-ikon:hover>img{
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(30deg) brightness(100%) contrast(102%);
}

.cardProp{
  min-height: 50px; background-color: #fff; display: block; margin-bottom: 15px; border-top: 3px solid #ff3661;
}
.childProp{
  padding-top: 3px; padding-left: 3px; padding-right: 3px; padding-bottom: 3px; display: inline-block; font-size:13px; background-color: #ff3661; color :white; cursor: pointer; user-select: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}

.boxMath{
  overflow-x: auto; white-space: nowrap; padding-left: 6px; padding-right: 6px; padding-bottom: 10px;
}
.header-formula{
  background-color: #ff3661; flex-grow: 1; border-top-right-radius: 15px;
}
.propFormula{
  color:#333;
}
.btn-vir{
  color: #333;
  font-family: 'Lato', 'Helvetica Neue', 'arial', 'sans-serif';
  display: flex; height:calc(100% - 4px); 
  margin:0px !important;
  justify-content: center;
  align-items: center;
  font-size: 2.5vh;
  border : 2px solid #ededed;
  border-radius: 5px;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.25), inset 0 -1px rgba(0,0,0,0.02);
  box-shadow: inset 0 1px rgba(255,255,255,0.25), inset 0 -1px rgba(0,0,0,0.02);
  background: -webkit-linear-gradient(#fff, #fafafa);
  background: -moz-linear-gradient(#fff, #fafafa);
  background: -o-linear-gradient(#fff, #fafafa);
  background: -ms-linear-gradient(#fff, #fafafa);
  background: linear-gradient(#fff, #fafafa);
}
.btn-vir.digit{
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.1), inset 0 -1px rgba(0,0,0,0.02);
    box-shadow: inset 0 1px rgba(255,255,255,0.1), inset 0 -1px rgba(0,0,0,0.02);
    background: -webkit-linear-gradient(rgba(0,0,0,0.13), rgba(0,0,0,0.16));
    background: -moz-linear-gradient(rgba(0,0,0,0.13), rgba(0,0,0,0.16));
    background: -o-linear-gradient(rgba(0,0,0,0.13), rgba(0,0,0,0.16));
    background: -ms-linear-gradient(rgba(0,0,0,0.13), rgba(0,0,0,0.16));
    background: linear-gradient(rgba(0,0,0,0.13), rgba(0,0,0,0.16));
}

.btn-vir:hover{
  background: #f5f5f5;
  border-color: #d8d8d8;
}

.btn-vir:active{
  background: #ebebeb;
  border-color: #cfcfcf;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-vir.digit:hover{
  background: rgba(0,0,0,0.16);
}
.btn-vir.digit:active{
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0,0,0,0.19);
}
.warp-vir{
  height: 25%;
  display: flex;
  /*padding: 5px;*/
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  /*margin-right: px;*/
}
.box-virkey{
  /*display: flex;*/
  height: 100%;/*
  margin-bottom: 5px;
  margin-top: 5px;*/
  max-width: 50%; 
  margin-left: auto;
  margin-right: auto;
}

#virKey{
  position: absolute;
  width: 100%;
  /*top:70%; */
  height: 30%;
  z-index: 9;
  background-color: #ededed;
  bottom: 0px;
  display: none;
  text-align: center;
  overflow: auto;
}

.sampleQuad{
  user-select: none; cursor: pointer; -webkit-tap-highlight-color: transparent;
}

.sampleQuad:hover{
  color : #ff3661;
}
.close-modal{
  -webkit-tap-highlight-color: transparent !important;
}

#boxStep{
  display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

#boxStep:before{
  content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.ikat-step{
  display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: rgb(240,240,240);
    padding: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.headerStep{
  display:inline-block; background: #ff3661; width: 100%; 
  box-sizing: border-box; border-top-left-radius: 8px; border-top-right-radius: 8px; padding: 10px;
}

.arrow-bwh {
  display: inline-block;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid #ff3661;
  /*position: relative; top:9px; */
  margin-left: 3px;
  margin-bottom: 2px;
}

.arrow-knn {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff3661;
  margin-left: 3px;
}
.partStep{
  font-size: 16px;
}

.left-prop{
  margin-top: 6px !important; margin-bottom: 2px !important; font-family: 'Lato', 'Helvetica Neue', 'arial', 'sans-serif'; font-size: 14px; color: #ff3661;
}

.right-prop{
  margin-top: -1px !important; margin-bottom: 2px !important; font-family: 'Lato', 'Helvetica Neue', 'arial', 'sans-serif'; text-align: right;
}

.line-section{
  border-top: 1.2px dashed #ff3661; margin:0px; margin-right: 15px; margin-left: 15px; border-right:1px; border-left: 1px;
}

.label-section{
  display:inline-block; margin-right: auto; margin-left: auto; padding-top: 5px; padding-bottom: 5px; padding-right: 15px; padding-left: 15px; background-color: rgb(240,240,240); position: relative; top:-14px; color:#ff3661; font-family: 'Lato', 'Helvetica Neue', 'arial', 'sans-serif'; font-size: 14px;
}

.label-step{
  margin-left: 7px; margin-top: 6px; margin-bottom: 2px; font-family: 'Lato', 'Helvetica Neue', 'arial', 'sans-serif'; font-size: 14px; color: #ff3661;
}
/*.wrapTape {
  text-align: center;
  margin: 20px;
}
.linksTape {
  padding: 0 10px;
  border-top: 1px solid #ff3661;
  height: 1px;
  line-height: 0.1em;
}
.boxTape {
  width: auto;
  height: 32px;
  background: red;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: -10px;
}
*/

/*@media (max-width :840px){
	.panel-masukan{
		width: 240px;
	}
}*/

/*Mobile*/
@media (min-height: 800px){
  #virKey{
    height: 250px !important;
  }
}

@media (max-height: 420px){
  #virKey{
    height: 40% !important;
  }
}
@media(min-width: 1366px){
  .box-virkey{
    width: 684px !important;
    /*margin:0 0;*/
  }
}

@media(max-width: 840px){
  .box-virkey{
    max-width:80% !important;
    /*margin:0 0;*/
  }
}

@media (max-width: 480px) and (orientation: portrait) {
  .label-menu{
    display: None;
  }
  .menu-panel{
  	padding-left: 50px;
  }
  .panel-masukan{
  	width : 100%;
  	top : 40%;
  }
  .panel-masukan.virkey{
    bottom : 30%;
  }
  .wraper-panel{
  	padding: 20px 10px;
  }
  .menu-panel.active{
    border-bottom-right-radius: 15px !important;
  }
  .tabrow{
    display: none !important;
  }
  .header-formula{
    border-top-right-radius: 0px;
  }
  .box-virkey{
    max-width:100% !important;
    /*margin:0 0;*/
  }
}