.sticky-icon {
    position: fixed;
  width: 75px;
  bottom: calc(20% - 0px);
  z-index: 1049;
  right: 38px;
}
.sticky-icon-chat {
    position: fixed;
  bottom: calc(18% - 49px);
  z-index: 1000000;
  right: 36px;
}

.sticky-icon a {
    position: absolute;
    height: 100%;
    width: 100%;
}

.ilang{
    display: none!important;
  }

.sti{
  right: 124px!important;
}


@media (max-width: 575.98px) {
  .sticky-icon {
    width: 61px;
    right: 37px;
    bottom: 138px;
  }
  .sticky-icon-chat {
    width: 190px;
    height: 104px;
    right: 2px;
    bottom: 16px;
  }
  .sti{
  right: 0px!important;
 }
}
.sticky-icon p {
    font-size: .546rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    margin: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
}

.sticky-icon p span {
    font-weight: 500;
}  
/* ===== Sticky Icons  End===== */
.overlay-txt table.table-sm td,
.overlay-txt table.table-sm th {
  padding-top: .23rem;
  padding-bottom: .23rem;
}

.overlay-txt table td,
.overlay-txt table th,
.overlay-txt .bg-light-orange p {
  font-size: .8rem;
}

.megafirst-warna {
background-color: #004b8d;

}