html,
.body {
    overflow-x: hidden !important;
}

.copyright-links a {
    color: #fff;
}

.imgpartner {
    width: 130px;
    height: auto;
    filter: grayscale(100%);
}

.imgpartner:hover {
    cursor: pointer;
    filter: grayscale(0);
    transition: .5s ease-in-out;
}

.searchtrack {
    background-image: url(https://res.cloudinary.com/bintangtobing-com/image/upload/v1603353927/webpublic/searchv2-i.png);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.entry-content p {
    margin-bottom: 0;
}

.searchtrack h1 {
    color: #292562;
}

.headresult {
    background-color: #fff;
    padding-top: 2rem;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.75);
}

.headresult h4 {
    margin-bottom: -11px;
    font-weight: 400;
}

.headresult h2 {
    color: #292562;
}

.toggle-custom .toggle-header {
    padding: 2rem;
}

.toggle-title #title-toggle {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
}

.toggle-title #desc-toggle {
    color: #000;
    margin-left: 14px;
}

.toggle-custom .table-responsive {
    background-color: rgba(176, 175, 183, .15);
}

.entry {
    border-radius: .75rem;
    border: 1px solid #222;
    padding: 1rem;
    position: relative;
    margin: 0px 6px;
    -webkit-box-shadow: -1px 28px 12px -21px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 28px 12px -21px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 28px 12px -21px rgba(0, 0, 0, 0.15);
}

.about-title {
    font-size: 1.5rem;
}

.career .card {
    border-radius: 1rem;
}

.career h2 {
    font-size: 1.6rem;
}

.btn-gradient-blue-btsa {
    padding: 1rem;
    color: #fff;
    background: #292562;
    background: -webkit-linear-gradient(to right, #363180, #292562);
    background: linear-gradient(to right, #363180, #292562);
    border: 0 !important;
    border-radius: 40px !important;
}

.btn-gradient-blue-btsa:hover {
    color: #fff;
    background: #292562;
    transition: 2s ease !important;
    background: -webkit-linear-gradient(to left, #363180, #292562);
    background: linear-gradient(to left, #363180, #292562);
    cursor: pointer;
}

.supportfile small {
    background-color: #ccff00;
    color: #000 !important;
}

.imgserved-done {
    width: 200px;
}

@-webkit-keyframes come-in {
    0% {
      -webkit-transform: translatey(100px);
              transform: translatey(100px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateX(-50px) scale(0.4);
              transform: translateX(-50px) scale(0.4);
    }
    70% {
      -webkit-transform: translateX(0px) scale(1.2);
              transform: translateX(0px) scale(1.2);
    }
    100% {
      -webkit-transform: translatey(0px) scale(1);
              transform: translatey(0px) scale(1);
      opacity: 1;
    }
  }
  @keyframes come-in {
    0% {
      -webkit-transform: translatey(100px);
              transform: translatey(100px);
      opacity: 0;
    }
    30% {
      -webkit-transform: translateX(-50px) scale(0.4);
              transform: translateX(-50px) scale(0.4);
    }
    70% {
      -webkit-transform: translateX(0px) scale(1.2);
              transform: translateX(0px) scale(1.2);
    }
    100% {
      -webkit-transform: translatey(0px) scale(1);
              transform: translatey(0px) scale(1);
      opacity: 1;
    }
  }
  * {
    margin: 0;
    padding: 0;
  }
  
  html, body {
    background: #eaedf2;
    font-family: 'Roboto', sans-serif;
  }
  
  .floating-container {
    position: fixed;
    width: 130px;
    height: 100px;
    bottom: 0;
    right: 40px;
    margin: 35px 25px;
    z-index: 599;
  }
  .floating-container:hover {
    height: 300px;
  }

  .floating-container:hover .element-container .float-element:nth-child(1) {
    -webkit-animation: come-in 0.4s forwards 0.2s;
            animation: come-in 0.4s forwards 0.2s;
  }
  .floating-container:hover .element-container .float-element:nth-child(2) {
    -webkit-animation: come-in 0.4s forwards 0.4s;
            animation: come-in 0.4s forwards 0.4s;
  }
  .floating-container:hover .element-container .float-element:nth-child(3) {
    -webkit-animation: come-in 0.4s forwards 0.6s;
            animation: come-in 0.4s forwards 0.6s;
  }
  .floating-container .floating-button {
    position: absolute;
    width: 89px;
    height: 102px;
    /* background: url(https://btsa.co.id/webpage/css/whatsapp.png); */
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    line-height: 169px;
    text-align: center;
    font-size: 23px;
    z-index: 100000000!important;
    /* box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6); */
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .floating-container .float-element {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    color: white;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  .floating-container .float-element .material-icons {
    vertical-align: middle;
    font-size: 16px;
  }
  .floating-container .float-element:nth-child(1) {
    background: #42A5F5;
    box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
  }
  .floating-container .float-element:nth-child(2) {
    background: #4CAF50;
    box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
  }
  .floating-container .float-element:nth-child(3) {
    background: #FF9800;
    box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
  }
  
  