
#people-directory-link { display: none; }
#ideation-header-action { display: none; }


 .switchlabel {
  position: absolute;
  display: block;
  right: -2px;
  top: -2px;
  width: 60px;
  height: 30px;
  margin-bottom: 15px;
  cursor: pointer;
}

.switchlabel input {
  display: none;
}

.itext-switch {
  position: absolute;
  display: block;
  right: 70px;
  top: 7px;
  width: 50px;
  height: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 99;
}

.toggle {
  position: relative;
      margin-top: 2rem;
}

 .slidinggroove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F99D25;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slidinggroove:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  top: 0px;
  left: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input:checked + .slidinggroove {
  background: #084975;
}

input:checked + .slidinggroove:after {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.active-lang.active {
  font-weight: bold;
  color: #F99D25;
}

.labelterm {
  position: absolute;
  top: -13px;
  margin-left: 0px;
  left: 60px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  width: 25px;
}

.labeltermleft {
  color: #fff;
  font-weight: bold;
     right: 53px;
    top: -14px;
  font-size: 12px;
  position: absolute;
}

.switch-c {
  display: none;
}

.hidden {
  display: none;
}

.copyBtn{
    position: absolute;
    right: 1px;
    z-index: 99;
    top: 1px;
    border: none;
    background: #F99D25;
    font-size: 20px;
  padding: 5px;}

/* for block of numbers */
.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #ccc;
    border-right: 1px solid #CCC;
    vertical-align: top;
    padding-right: 5px !important;

  
}
.hljs-ln-numbers .hljs-ln-n{
      padding-left: 10px;
  color:#fff;
}
pre{
position:relative;
}
/* for block of code */
.hljs-ln-code {
    padding-left: 5px !important;
}

code table{
  margin-bottom: 0;
}
code table tbody tr:nth-child(even){
  background-color:transparent !important;
}


code table tbody tr:nth-child(1) td{
  padding-top: 2rem;
}


