html {
  overflow-x: hidden;
  height: 100%;
}

body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
pre,
button,
div,
li {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  color: #212121;
}

::-webkit-scrollbar {
  width: 10px;
}


/* Track */

::-webkit-scrollbar-track-piece {
  border-radius: 10px;
  background-color: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-linear-gradient(45deg, #90d2ee 25%, #7ac9eb 25%, #64c0e8 50%, #4eb7e4 50%, #37aee1 75%, #21a5de 75%, #21A3D9)
}


/*CSS FOR DESKTOP OR MOBILE VIEW*/

@media screen and (min-width: 992px) {
  .box-fitur-img-mobile {
    display: none;
  }
  .font-size-18 {
    font-size: 18px;
  }
  .font-size-30 {
    font-size: 26px;
    line-height: 1.40;
  }
}

@media screen and (max-width: 991px) and (min-width: 721px) {
  .box-fitur-img-desktop {
    display: none;
  }
  .font-size-18 {
    font-size: 16px;
  }
  .font-size-30 {
    font-size: 24px;
    line-height: 1.40;
  }
}

@media screen and (max-width: 720px) {
  .box-fitur-img-desktop {
    display: none;
  }
  .font-size-18 {
    font-size: 16px;
  }
  .font-size-30 {
    font-size: 24px;
    line-height: 1.40;
  }
}


/*END OF CSS FOR DESKTOP OR MOBILE VIEW*/


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px #21A3D9;
  cursor: pointer;
}

.large-view {
  display: none;
}

.small-view {
  display: none;
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 426px) {
  .devider-mobile {
    width: 80%;
    height: 2px;
    background-color: #00000010;
  }
  .box-img {
    width: 85%;
    padding: 125px 0;
  }
  .custom-box-liveness div {
    width: 69%;
  }
  .font-size-20 {
    font-size: 20px;
  }
  .box-img-v2 {
    width: 85% !important;
    max-width: 465px !important;
    height: 260px;
  }
  .box-img-v2 .gopay {
    width: 65% !important;
  }
  .box-img-v2 .edc {
    width: auto;
    height: 190px;
  }
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 425px) {
  .custom-box-liveness div {
    width: 85%;
  }
  .img-header {
    width: 65px;
    height: 65px;
  }
  .header-navbar {
    background-color: #fff;
    padding: 1.55rem 1rem;
  }
  .font-size-24 {
    font-size: 18px;
  }
  .font-size-20 {
    font-size: 20px;
  }
  .font-size-19 {
    font-size: 17px;
  }
  .font-size-16 {
    font-size: 16px;
  }
  .font-size-14 {
    font-size: 14px;
  }
  .border-active {
    padding-bottom: 0;
  }
  .box-img {
    width: 100%;
    padding: 125px 0;
  }
  .box-img-acounting {
    width: 50%;
    height: 125px;
  }
  .box-img-2 {
    width: 90%;
    padding: 125px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .border-active-left {
    transform: translateY(3px) translateX(-2px);
  }
  .devider-fitur {
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: #00000020;
  }
  .devider-mobile {
    width: 80%;
    height: 2px;
    background-color: #00000010;
  }
  .box-img-v2 {
    width: 85% !important;
    max-width: 465px !important;
    height: 155px;
  }
  .box-img-v2 p {
    font-size: 30px;
    color: #00000060;
  }
  .custom-box-1 {
    height: 42vh;
  }
  .box-img-v2 .gopay {
    width: 184px;
    height: 122px;
    margin-top: -10px;
  }
  .box-img-v2 .qris {
    width: 184px;
    height: 184px;
  }
  .box-img-v2 .edc {
    width: auto;
    height: 120px;
  }
  .mt-custom {
    margin-top: 380px;
  }
  .custom-box-face {
    max-height: 300px;
  }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  .devider-mobile {
    width: 80%;
    height: 2px;
    background-color: #00000010;
  }
  /*.header-navbar{
    background-color: #fff;
    padding: 1.55rem 1rem;
  }*/
  .font-size-20 {
    font-size: 18px;
  }
  .custom-box-liveness div {
    width: 52%;
  }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .custom-box-liveness div {
    width: 100%;
  }
  .header-navbar {
    background-color: #fff;
    padding: 1.8rem 1rem;
  }
  .font-size-20 {
    font-size: 20px;
  }
  .box-img {
    width: 100%;
    height: 100%;
  }
  .devider-fitur {
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background-color: #00000020;
  }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 426px) {
  .box-img-acounting {
    width: 50%;
    height: 50%;
  }
  .box-img-v2 .gopay {
    width: 264px;
    height: 175px;
    margin-top: -15px;
  }
  .box-img-v2 .qris {
    width: 264px;
    height: 264px;
  }
  .box-img-v2 .edc {
    /*width: 145px;*/
    height: 190px;
  }
  .box-img-v2 .box-hp {
    width: 224px;
    height: 115px;
    margin-top: -15px;
  }
  .box-img-v2 p {
    font-size: 45px;
    color: #00000060;
  }
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 425px) {
  .img-header {
    width: 67px;
    height: 67px;
  }
  .header-navbar {
    background-color: #fff;
    padding: 1.8rem 1rem;
  }
  .font-size-24 {
    font-size: 24px;
  }
  .font-size-20 {
    font-size: 20px;
  }
  .font-size-19 {
    font-size: 19px;
  }
  .font-size-16 {
    font-size: 16px;
  }
  .font-size-14 {
    font-size: 14px;
  }
  .border-active {
    padding-bottom: 3px;
  }
  .box-img-acounting {
    width: 120px;
    height: 120px;
  }
  .box-img-2 {
    width: 100%;
    height: 100%;
  }
  .box-img-v2 p {
    font-size: 26px;
    color: #00000060;
  }
  .border-active-left {
    transform: translateY(3px) translateX(10px);
  }
  .custom-box-1 {
    height: 47vh;
  }
  .box-img-v2 {
    width: 85% !important;
    max-width: 465px !important;
    height: 155px;
  }
  .box-img-v2 img {
    width: 70%;
    height: auto;
  }
  .box-img-v2 .box-hp {
    width: 32%;
    height: auto;
  }
  .box-img-v2 p {
    font-size: 45px;
    color: #00000060;
  }
  .mt-custom {
    margin-top: 0;
  }
  .custom-box-face {
    height: 300px;
  }
  .custom-box-liveness {
    height: 250px;
  }
  .mt-custom {
    margin-top: 370px;
  }
}

@media screen and (max-width: 790px) {
  .row {
    position: relative;
  }
  .bg-container1 {
    position: absolute;
    top: 0;
    left: -20%;
    width: 140%;
    height: 100%;
    background-color: #E5EBED;
    /*background-image: linear-gradient(to bottom, #26AAE220 97%, #eceef1)*/
  }
  .bg-container2 {
    background-color: #fff;
    /*background-image: linear-gradient(to bottom, #eceef1 97%, #26AAE220)*/
  }
  .bg-container3 {
    position: absolute;
    top: 0;
    left: -20%;
    width: 140%;
    height: 100%;
    background-color: #E5EBED;
    /*background-image: linear-gradient(to bottom, #26AAE220 97%, #eceef1)*/
  }
  .bg-container4 {
    background-color: #fff;
  }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (max-width: 768px) and (min-width: 500px) {
  .online-report-img {
    padding: 155px 0;
  }
}

.box-img-v2 {
  box-shadow: 0 0 20px #00000020;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.text-retail {
  color: #26AAE2;
}

.text-black {
  color: #212121
}

.text-grey {
  color: #4A4A4A;
  opacity: 0.87;
}

.text-grey2 {
  color: #797979;
  opacity: 0.87;
}

.cursor-pointer {
  cursor: default;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-11 {
  font-size: 10px;
}

.font-size-10 {
  font-size: 10px;
}

.box-dark {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.btn-trial {
  width: 230px;
  height: 47px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.btn-trial:hover {
  background-color: rgba(39, 169, 224, 0.5);
  transition: 0.3s;
}

.box-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: .2s;
}

.box-img-grab {
  text-align: center;
}

.box-img-acounting {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.box-img-2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.box-img.custom {
  width: 90%;
  height: 90%;
}

.box-option span {
  cursor: pointer;
}

.border-active {
  border-bottom: 4px solid rgba(39, 169, 224, 1);
}

.active {
  position: absolute;
  width: 3px;
  height: 90%;
  border-radius: 20px;
  background-color: #26AAE2;
  left: 0;
  box-shadow: 2px 0 2px #26AAE2;
}

.cursor-default {
  cursor: default;
}

.box-button-fitur {
  max-width: 140px;
  height: 160px;
  border: 3px solid #25AAE1;
  border-radius: 5px;
}


/*.box-button-fitur div{
  width: 100%;
  height: 100%;
}*/

.box-button-fitur div:nth-child(1) {
  width: 100%;
  height: 70%;
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
}

.box-button-fitur div:nth-child(2) {
  width: 100%;
  height: 30%;
}


/*CSS For ATTENDANCE*/

.custom-box-2 {
  height: 38vh;
}

.custom-box-3 {
  height: 55vh;
}

.custom-box-4 {
  height: 53vh;
}

.custom-box-5 {
  height: 65vh;
}

.custom-box-6 {
  height: 50vh;
}

.custom-box-7 {
  height: 40vh;
}

.custom-box-qrcode div {
  width: 90%;
}

.custom-box-8 {
  height: 39vh;
}

.custom-box-9 {
  height: 41vh;
}

.custom-box-10 {
  height: 55vh;
}

.custom-box-11 {
  height: 33vh;
}

.box-link-direct {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 650px;
  transform: translateY(-80px) translateX(-50%);
  /*border: solid green;*/
}

.box-link-direct-v2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateY(-80px) translateX(-50%);
  /*border: solid green;*/
}

.box-link-direct-v3 {
  max-width: 950px;
}

.link-direct {
  width: 100px;
  height: 100px;
  padding: 0 15px;
  border-radius: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 6px 5px 10px #00000036;
  background-color: #fff;
  /*border: solid black;*/
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: 0.2s;
}

.shoppe {
  background-color: #f04d2c;
}

.link-direct:hover {
  border: 3px solid #26AAE2;
  transition: 0.2s;
}

.box-link-direct p,
.box-link-direct-v2 p {
  font-size: 18px;
}

.hp {
  padding: 0 21px;
}

.listrik-pintar {
  padding: 17px 5px;
}

.indihome {
  padding: 0px;
}

.pdam {
  padding: 15px 10px;
}

.link-direct div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.center {
  background-position: center center;
}

.contain {
  background-size: contain;
}

.cover {
  background-size: cover;
}

.background-100 {
  background-size: 100%;
}

.left {
  background-position: left;
}

.custom-bpjs {
  background-size: 50%;
}

.custom-pdam {
  background-size: 65%;
}

.custom-pln {
  background-size: 35%;
}

@media screen and (min-width: 494px) {
  .box-fitur-img-mobile {
    width: 450px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 493px) and (min-width: 345px) {
  .box-fitur-img-mobile {
    width: 310px;
    border-radius: 5px;
  }
  .box-title-features {
    width: 302px;
  }
  .box-title-accounting {
    width: 319px;
  }
}

@media screen and (max-width: 344px) {
  .box-fitur-img-mobile {
    width: 276px;
    border-radius: 5px;
  }
  .box-title-features {
    width: 286px;
  }
  .box-title-accounting {
    width: 256px;
  }
}

.box-title-features,
.box-title-accounting {
  margin-right: auto;
  margin-left: auto;
}

.box-fitur-img-mobile {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 0 20px #00000020;
  margin-top: 20px;
  /*padding: 0 30px 40px 30px;*/
  background-color: #fff;
}


/*.box-fitur-img-mobile div{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-90px) translateX(-50%);
}*/

.box-fitur-img-mobile p:nth-child(2) {
  font-size: 19px;
}

.box-fitur-img-mobile p:nth-child(3) {
  /*word-wrap: break-word;*/
  /*hyphens: auto;*/
}

.box-mobile {
  border: 1px solid #00000020;
  box-shadow: unset;
  width: 95% !important;
}

.box-img-v2>div {
  height: 100%;
}

.box-img-acounting~p {
  margin-top: 30px;
}

.coming-soon {
  position: absolute;
  width: 140px;
  height: 37px;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}

.coming-soon.config-payment {
  left: 202px;
}

.coming-soon.digital-menu {
  left: 112px;
}

.coming-soon.second-display {
  left: 135px;
}

.coming-soon.kitchen-display {
  left: 195px;
}

.coming-soon.online-ordering {
  left: 170px;
}

.coming-soon.multiprice {
  left: 86px;
}

.coming-soon.receipt {
  left: 267px;
}

.coming-soon.member-point {
  left: 130px;
}

.coming-soon.delivery-platform {
  left: 220px;
}

.coming-soon.user {
  left: 140px;
}

.coming-soon span {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
  margin-left: 12px
}


/*.coming-soon{
  position: absolute;
  width: 114px;
  height: 26px;
  background-color: #2DCD3D;
  top: 2px;
  left: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
}
.coming-soon span{
  color: #fff;
  font-size: 14px;
}
.coming-soon:before{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #2DCD3D;
  transform: rotate(45deg);
  top:4px;
  left: -9px;
  z-index: -1;
}
*/

.box-img-grab img {
  width: 80%;
  height: auto;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.link-aja {
  background-color: #e82529;
}

.ovo {
  background-color: #48308d;
}

.ribbon {
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 10px solid #1985b3;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 140px;
  padding: 9px 0 5px 0;
  background-color: #2DCD3D;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font-size: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}


/* top left*/

.ribbon-top-left {
  top: -5px;
  left: -5px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -15px;
  top: 20px;
  transform: rotate(-45deg);
}

#wrapSport .btn-link-direct{
}
#wrapSport .box-link-direct{
  max-width: 1630px;
  padding-bottom: 100px;
}
#wrapSport .box-link-direct > div{
  max-width: 280px;
  width: 100%;
}
.img-entertaint{
  text-align: center;
}
.img-entertaint img{
  max-width: 310px;
  width: 100%;
  height: auto;
}

.img-entertaint img.custom1{
  max-width: 250px;
}

#klien img{
  width: 100%;
  max-width: 160px;
  height: auto;
}