.qr-code-container {
      box-shadow: 1px 1px 12px 4px #0000001f;
      background: white;
  }

  .img-flip {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
  }

  .img-invert {
      filter: invert(100%);
  }

  #cumi__loading-small {
      display: none;
  }

  #cumi__loading-small.active {
      display: block;
  }

  .cumi-nav {
      box-shadow: 0px 2px 5px #80808059;
      min-height: 70px;
  }

  #profile-badge {
      margin-left: -10px;
      display: none;
      margin-top: -5px;
      z-index: 9;
  }

  #profile-badge.active {
      display: block;
  }

  .cumi-box {
      box-shadow: 0px 0px 15px 0px #9e9e9e29;
      border-radius: 0px;
  }

  .tabs li.is-active a {
      border-bottom-color: #f27c4e;
      color: #f27c4e;
  }

  .tabs li:hover a {
      border-bottom-color: #f27c4e;
      color: #f27c4e;
  }

  .table {
      width: 100%;
  }

  .table .border-none {
      border: none;
  }

  .border-none {
      border: none;
  }

  .table .border-botom {
      border-bottom: 1px solid #e2dcdc;
  }

  .border-botom-grey {
      border-bottom: 1px solid #e2dcdc;
  }

  .table .border-botom:last-child {
      border-bottom: none;
  }

  #cumi__vendor-list .price {
      color: #b44953;
  }

  .notif-icon {
      margin-left: 20px;
      color: grey;
  }

  .user-icon {
      margin-left: 20px;
      color: grey;
      margin-top: 5px;
  }

  .cumi__nav-desktop-menu {
      border: 2px solid #80808036;
      border-radius: 40px;
      height: 40px;
      margin-top: 15px;
      color: #f48758;
      text-decoration: none;
      font-weight: bold;
      border: none;
  }

  .cumi__nav-desktop-menu:hover {
      color: #f48758 !important;
      background-color: transparent !important;
  }

  .cumi__nav-desktop-menu::after {
      border-color: #9E9E9E !important;
  }

  .input.no-border {
      border: none;
      box-shadow: none;
      border-bottom: 1px solid #8080804d;
      border-radius: 0px;
      padding-left: 0px;
  }

  .textarea.no-border {
      border: none;
      box-shadow: none;
      border-bottom: 1px solid #8080804d;
      border-radius: 0px;
      padding-left: 0px;
  }

  select.no-border {
      border: none;
      box-shadow: none;
      border-bottom: 1px solid #8080804d;
      border-radius: 0px;
      padding-left: 0px;
      width: 100%;
  }

  select.border-round {
      border: 1px solid #e4e4e4;
      padding-left: 10px;

      border-radius: 20px;
      width: 100%;
  }

  select.border-round:focus {
      box-shadow: none;
      border-color: #f27c4e;
  }

  .select::after {
      border: 1px solid #f48758 !important;
      border-right: 0 !important;
      border-top: 0 !important;
      content: " ";
  }

  .label-input-cumi {
      font-weight: bold;
  }

  #cumi__add-item-form {
      padding: 10px;
      padding-right: 20px;
      padding-left: 20px;
  }


  .no-data-info {
      height: 400px;
      padding-top: 150px;
  }



  .menu-mobile-icon {
      position: absolute;
      right: 15px;
      color: #f48758;
      top: 20px;
  }

  #cumi_logo_nav {
      width: 55px;
      max-height: 200px;
  }

  .cumi-nav>.navbar-brand .navbar-item {
      margin-left: 20px;
      margin-right: 20px;
  }

  .tabs li.is-active a {
      border-bottom-color: #f27c4e;
      color: #545454;
      border-bottom: 2px solid #f27c4e;
      padding-bottom: 19px;
  }

  .tabs li a:hover {
      /*border-bottom-color: #f27c4e;*/
      color: #545454;
      border-bottom: 2px solid #f27c4e;
      padding-bottom: 19px
  }

  .tabs li.is-active a:hover {
      /*border-bottom-color: #f27c4e;*/
      color: #545454;
      border-bottom: 2px solid #f27c4e;
      padding-bottom: 19px
  }

  li ol {
      padding-left: 30px;
  }



  /*#cumi__image-profile {
    max-height: 100%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 15px;
}*/

  #cumi__image-profile-container {
      /*width: 35px;
    height: 35px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 15px;*/
  }

  #cumi__image-profile-container img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      /*margin: 20px;*/
      object-fit: cover;
      object-position: center right;
      margin-left: 15px;
  }

  #cumi__image-profile-container-mobile {
      width: 80px;
      height: 80px;
      position: relative;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      margin: auto;
      margin-bottom: 20px;
  }

  #cumi__image-profile-container-mobile img {
      display: inline;
      margin: 0 auto;
      height: 100%;
      width: auto;
      max-width: none;
  }



  /*.cumi__image-profile {
    max-height: 100%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 15px;
}*/

  #cumi__nav-menu-mobile {
      overflow-y: scroll;
      width: 100%;
      height: 100%;
      position: fixed;
      background: #f27c4e;
      z-index: 9999;
      top: 0px;
      display: none;
  }

  #cumi__nav-menu-mobile .bottom {}

  #cumi__nav-menu-mobile.active {
      display: block;
  }

  #cumi__logout-button-mobile {
      background: white;
      width: 80%;
      margin: auto;
      padding: 10px;
      margin-top: 20px;
  }

  #mobile-menu-close {
      position: absolute;
      top: 20px;
      left: 20px;
      color: white;
  }

  #menu-container-mobile {
      /*padding: 20px;*/
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 50px;
      /*min-height: 60%;*/
  }

  .opacity-05 {
      opacity: 0.5;
  }

  .navbar-item:hover {
      background-color: transparent !important;
  }

  #cumi_footer {
      box-shadow: 0px -4px 10px 0px #8080801f;
      margin-top: 100px;
      padding: 20px;

      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
  }

  #cumi_footer .right {
      margin-top: 20px;
  }

  .cursor-pointer {
      cursor: pointer;
  }

  #cumi_footer .right a {
      color: grey;
      padding-right: 10px;
  }

  #cumi_footer .right a:hover {
      color: #b44953;
  }

  #cumi_notification {
      background: #f48758ed;
      ;
      display: none;
      position: fixed;
      right: 10px;
      z-index: 99;
  }

  #cumi_notification.active {
      display: block;
  }

  .social img {
      width: 40px;
      margin: auto;
      margin-right: 20px;
  }

  #cumi_footer .copyright {
      /*margin-left: 10px;*/
  }

  #cumi_footer .social {
      margin-top: 5px;
  }

  .is-highlighted-1 {
      background: #f76b3b1f;
  }

  #cumi_loading {
      position: fixed;
      background: white;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      margin: auto;
      z-index: 9999;
      color: #f27c4e;
  }

  .cumi_badge {
      background-color: #f48757;
      color: #fff;
      padding-left: 8px;
      padding-right: 8px;
      text-align: center;
      border-radius: 50%;
      font-size: 10px;
      margin-left: -10px;
      position: relative;
      top: -10px;
      margin-right: -10px;

      padding-top: 2px;
      padding-bottom: 2px;
      display: none;
  }

  #inquiry-badge.cumi_badge {
      padding-top: 2px;
      padding-bottom: 3px;
      padding-left: 7px;
      padding-right: 7px;
  }

  .cumi_badge.active {
      display: inline;
  }

  #cumi_loading_transparent {
      display: none;
      position: fixed;
      background: #ffffffab;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      margin: auto;
      z-index: 999999;
      color: #f27c4e;
  }

  #verify-notif {
      background: #f5f3f3;
  }

  #verify-notif-container {
      display: none;
  }

  #verify-notif-container.active {
      display: block;
  }

  .img-fit-rectangle {
      width: 100%;
      height: 100px;

      object-fit: cover;
      object-position: center right;
  }

  /*loading*/

  #cumi_loading .loader,
  #cumi_loading_transparent .loader {
      border: 10px solid #f3f3f3;
      border-radius: 50%;
      border-top: 10px solid #f27c4e;
      width: 70px;
      height: 70px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      position: absolute;
      left: 47%;
      top: 45%;
  }

  #small-loading .loader {
      border: 3px solid #f3f3f3;
      border-radius: 50%;
      border-top: 3px solid #f27c4e;
      width: 20px;
      height: 20px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      margin: auto;
  }



  /* Safari */

  @-webkit-keyframes spin {
      0% {
          -webkit-transform: rotate(0deg);
      }

      100% {
          -webkit-transform: rotate(360deg);
      }
  }

  @keyframes spin {
      0% {
          transform: rotate(0deg);
      }

      100% {
          transform: rotate(360deg);
      }
  }

  #cumi_loading i {
      position: absolute;
      left: 50%;
      top: 50%;
  }

  #cumi_loading_transparent i {
      position: absolute;
      left: 50%;
      top: 50%;
  }

  .vendor-navbar {
      background: #4a4a4a !important;
  }

  .modal-card-head {
      background: white;
      border-bottom: 4px solid #f48758;
      text-align: center;
  }

  .modal-card-title {
      font-family: "Lato-Regular";
  }

  .hover_image:hover {
      text-decoration: none
  }



  /* Optional (avoid undesired underscore if a is used as wrapper) */

  .hide {
      display: none
  }



  /* Do the shift: */

  .hover_image:hover img:first-child {
      display: none
  }

  .hover_image:hover img:last-child {
      display: inline-block
  }



  #open-app-container {
      padding: 10px;
      background: #f27c4e;
      color: white;
  }

  #open-app-container i {
      position: absolute;
      right: 10px;
  }

  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

  input[type=number] {
      -moz-appearance: textfield;
  }

  .cumi__list-items-container {
      cursor: pointer;
  }

  .cumi__list-items-container:hover {
      background: #e4e3e32b;
  }

  .gm-style-mtc {
      display: none;
  }


  .margin-top-80 {
      margin-top: 80px;
  }

  #ktp-vefrification-modal i.close-modal {
      top: 10px;
      left: 10px;
  }


  /*404 */

  #fo-oh-fo-top-container {
      /*min-height: 70vh;*/
      background: white;
      background-repeat: no-repeat;
      background-size: cover;
  }

  #fo-oh-fo-top-container .fofo-logo {
      width: 40%;
  }

  #fo-oh-fo-top-container .title {
      color: black;
  }

  #fo-oh-fo-top-container a {
      color: #f27c4e;
  }

  #fo-oh-fo-bottom-container {
      padding-top: 40px;
  }

  .button-outfill-grey {
      background: white !important;
      color: grey !important;
      border-color: grey !important;
  }

  .button-outfill-orange {
      background: white;
      color: #f27c4e;
      border-color: #f27c4e;
  }

  .button-outfill-orange:hover {
      background: #f27c4e;
      color: white;
      border-color: transparent;
  }

  @media only screen and (min-width: 769px) and (max-width: 1024px) {
      #cumi_footer .right {
          margin-top: 10px;
      }

      .social img {
          width: 31px;
      }
  }



  /*index*/

  .hero.login_page {
      background: url('../img/login_background.png');
      background-repeat: no-repeat;
      background-size: cover;
  }

  .cumi-logo {
      width: 25%;
  }

  .menu-mobile-social {
      margin-right: 10px;
      margin-left: 10px;
  }

  .login_page .subtitle_cumi {
      letter-spacing: 1.5;
  }

  #googleplay {
      width: 15%;
  }

  .login-box {
      background: #f4ecec;
      padding: 40px;
  }

  .login-box img {
      width: 50%;
      cursor: pointer;
  }

  .cumi_nav_index {
      box-shadow: 0px 3px 10px #8080802b;
      min-height: 70px;
      position: fixed;
      width: 100%;
      z-index: 9991;
      top: 0px;
  }

  .navbar-item img {
      max-height: initial !important;
  }

  .vertical-divider-nav {
      margin-left: 15px;
      width: 15px;
      height: 25px;
      border-left: 1px solid #b7b7b7;
  }

  .cumi_nav_index h1 {
      font-size: 18px;
  }

  .cumi-index-button-orange {
      /*margin-left: 20px;*/
      background: #f48758;
      color: white;
      border-color: transparent;
      border-radius: 5px;
      /*margin-right: 20px;*/
  }



  .cumi-index-button-white {
      margin-left: 20px;
      background: white;
      color: #f48758;
      border-color: #f48758;
      border-radius: 5px;
      margin-right: 20px;
  }

  .cumi-index-button-white:hover {
      margin-left: 20px;
      background: #f48758;
      color: white;
      border-color: transparent;
      border-radius: 5px;
      margin-right: 20px;
  }

  .test:hover {
      color: white !important;
  }

  .modal-card-body h1 a {
      color: #f48758;
  }

  .cumi-index-button-orange:hover {
      background: #b44953;
      color: white;
      border-color: #b44953;
      /*border-color: #f48758;*/
  }

  .navbar-item.info svg {
      margin-right: 30px;
  }

  .navbar-item.info svg:hover #Facebook-nav,
  .navbar-item.info svg:hover #instagram-nav {
      fill: #b44953;
  }

  #first-container {
      margin-top: 80px;
      padding-top: 60px;
  }

  #first-container .is-6 {
      /*padding-bottom: 0px;*/
  }

  #first-container .left-container {
      position: relative;
  }

  #first-container .left-container .center-vertical-div {
      position: absolute;
      top: 35%;
      transform: translateY(-50%);
  }

  #second-container .left-container {
      position: relative;
  }

  #second-container .left-container .center-vertical-div {
      position: absolute;
      top: 35%;
      transform: translateY(-50%);
  }

  #second-container {
      background: rgba(250, 250, 250, 1);
      padding-top: 40px;
      padding-bottom: 40px;
  }

  #third-container {
      padding-top: 40px;
      padding-bottom: 40px;
  }

  #second-container .item-column img {
      margin-bottom: 20px;
      width: 70%;
  }

  #four-container {
      background: rgba(255, 237, 220, 1);
      padding-top: 40px;
      padding-bottom: 40px;
  }

  #four-container p {
      width: 60%;
      margin: auto;
  }

  #footer-container {
      background: #F76C3B;
      padding-top: 20px;
      padding-bottom: 20px;
  }

  #four-container .social {
      margin-top: 40px;
  }

  #four-container .social img {
      margin-right: 20px;
      width: auto;
      margin-left: 20px;
  }



  /*#footer-container a {
  
}
*/

  #index-menu,
  .full-menu-mobile {
      position: fixed;
      width: 100%;
      height: 100%;
      background: #ffffff !important;
      z-index: 9999;
      top: 0px;
      color: black;
      display: none;
  }

  #index-menu.active,
  .full-menu-mobile.active {
      display: flex;
  }

  #index-menu .link-menu {
      width: 50%;
      margin: auto;

      padding: 20px;
      border-radius: 50px;
      color: black;
      margin-bottom: 10px;
  }

  #index-menu .link-menu:hover {
      background: rgba(255, 237, 220, 1);
      color: black;
  }

  #index-menu-close {
      position: absolute;
      right: 30px;
      top: 20px;
  }

  .cta-menu-index {
      cursor: pointer;
  }

  .fb-btn-bottom {
      width: 20%;
  }

  .playstore-btn-bottom {
      width: 10%;
  }

  .playstore-btn-top {
      width: 20%;
  }

  .fb-btn-top {
      width: 40%;
  }

  .tech-slideshow {
      height: 210px;
      /*max-width: 800px;*/
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      transform: translate3d(0, 0, 0);
  }

  .tech-slideshow>div {
      height: 200px;
      width: 5526px;
      background: url(https://cumi.id/assets/img/index/StackedGroup.png);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      transform: translate3d(0, 0, 0);
  }

  .tech-slideshow .mover-1 {
      -webkit-animation: moveSlideshow 42s linear infinite;
      animation: moveSlideshow 42s linear infinite;
  }



  @keyframes moveSlideshow {
      100% {
          -webkit-transform: translateX(-66.6666%);
      }
  }

  @-webkit-keyframes moveSlideshows {
      100% {
          -webkit-transform: translateX(-66.6666%);
          transform: translateX(-66.6666%);
      }
  }

  .tech-slideshow2 {
      height: 210px;
      /*max-width: 800px;*/
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      transform: translate3d(0, 0, 0);
      margin-top: 20px;
  }

  .tech-slideshow2>div {
      height: 200px;
      width: 5526px;
      background: url(../img/index/StackedGroup2.png);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      transform: translate3d(0, 0, 0);
  }

  .tech-slideshow2 .mover {
      -webkit-animation: moveSlideshow 82s linear infinite;
      animation: moveSlideshows 82s linear infinite;
  }




  @keyframes moveSlideshows {
      100% {
          -webkit-transform: translateX(-66.6666%);
          transform: translateX(-66.6666%);
      }
  }

  @-webkit-keyframes moveSlideshows {
      100% {
          -webkit-transform: translateX(-66.6666%);
          transform: translateX(-66.6666%);
      }
  }

  #how-to-container .link {
      margin-right: 13px;
      color: #717171;
      line-height: 40px;
  }

  #how-to-container .link-container {
      border-right: 2px solid grey;
      margin-right: 30px;
  }

  #how-to-container .link.active {
      border-bottom: 2px solid #f0884e;
      padding-bottom: 10px;
      color: #f0884e;
  }

  #how-to-container img {
      width: 50%;
  }

  .how-to-text {
      display: none;
  }

  .how-to-text.active {
      display: block;
  }

  #footer-container a:hover {
      color: white !important;
  }

  .modal {
      z-index: 99999;
  }

  .login-modal .modal-card-body {
      border-radius: 5px;
      padding-left: 40px;
      padding-right: 40px;
  }

  .login-modal #forgot-password {
      font-size: 14px;
      cursor: pointer;
  }

  .login-modal i.close-modal {
      position: absolute;
      top: 20px;
      left: 20px;
      cursor: pointer;
  }

  .login-modal .button {
      background: #ee7d43;
      /*padding: 20px;*/
      color: white;
      border-color: transparent;
  }

  .login-modal .button.white {
      background: white;
      color: #ee7d43;
      border-color: #ee7d43;
  }

  .login-modal label {
      font-size: 14px;
  }


  #register-modal .info {
      font-size: 12px;
      margin-bottom: 10px;
  }

  .password-container {
      margin-bottom: 0px !important;
  }

  .password-container .is-10 {
      padding-right: 0px;
  }

  .password-container .is-2 {
      padding-left: 0px;
  }

  .password-container .icon-con {
      cursor: pointer;
      border-bottom: 1px solid #8080804d;
      height: 36px;
      padding-left: 0px;
  }

  .login-error {
      display: none;
      margin-top: -10px;
      margin-bottom: 10px;
  }

  .login-error.active {
      display: block;
  }

  .navbar-index-desktop .menu {
      margin-left: 20px;
      display: inline-block;
      margin-top: 5px;
  }

  .navbar-index-desktop .menu:hover {
      color: #f27c4e !important;
  }

  .nav-login {
      display: none;
  }

  .nav-login.active {
      display: block;
  }

  #profile-image {
      width: 200px;
      height: 200px;
      border-radius: 50%;
  }

  #search-form:focus {
      box-shadow: none;
      border-color: #f27c4e;
  }


  .tabs a {
      padding-bottom: 20px;
      font-size: 20px;
  }

  .tabs-container {
      display: none;
  }

  .tabs-container.active {
      display: block;
  }



  /*pagination*/

  .pagination-previous,
  .pagination-next,
  .pagination-link {
      border-color: #dbdbdb;
      min-width: 2.25em;
      color: #f76b3b;
  }

  .pagination-link.is-current,
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover,
  .pagination-link:focus,
  .pagination-previous:focus,
  .pagination-next:focus {
      background-color: #f76b3b;
      border-color: #f76b3b;
      color: #fff;
  }

  .pagination-disable {
      background: #8080803b;
      color: white;
      cursor: no-drop;
  }

  .pagination-disable:hover {
      background: #8080803b;
      color: white;
      cursor: no-drop;
      border-color: transparent;
  }


  /*dotdot*/

  .ellip {
      display: block;
      /*height: 100%;*/
      font-weight: bold !important;
  }

  .ellip-line {
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      font-weight: bold !important;
  }

  .ellip,
  .ellip-line {
      position: relative;
      overflow: hidden;
      max-width: 100%;
  }

  .owl-banner-2 .owl-item img {
      padding: 30px;
  }

  /*mobile style*/

  @media only screen and (max-width: 768px) {
      .owl-banner-2 .owl-item img {
          padding: 0px;
      }

      .owl-banner-2 {
          margin-bottom: 40px !important;
      }

      .cumi_badge {
          background-color: #f48757;
          color: #fff;
          display: inline-block;
          padding-left: 8px;
          padding-right: 8px;
          text-align: center;
          border-radius: 50%;
          font-size: 10px;
          position: relative;
          margin-left: 0px;
          top: 0px;
          padding-top: 3px;
          padding-bottom: 3px;
          display: none;
      }

      .navbar-item {
          max-width: 50%;
      }

      /* #cumi__image-profile {
        max-height: 100%;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-left: 0px;
        margin-bottom: 10px;
    }*/
      #cumi_footer .copyright {
          text-align: center;
          margin-left: 0px;
      }

      #cumi_footer .right {
          text-align: center;
          margin-top: 0px;
      }

      #cumi_footer .right a {
          padding-right: 0px;
      }

      #cumi_footer .social div {
          margin: auto;
      }

      #cumi_loading_transparent i {
          position: absolute;
          left: 42%;
          top: 50%;
      }

      #cumi_loading i {
          position: absolute;
          left: 42%;
          top: 50%;
      }

      /*404 */
      #fo-oh-fo-top-container .fofo-logo {
          width: 100%;
      }

      #fo-oh-fo-bottom-container {
          padding: 40px;
      }

      #how-to-container .link-container {
          border-right: none;
          margin-right: 0px;
      }

      #index-menu {
          overflow-y: scroll;
          /*margin-top: 40px;*/
          z-index: 9999;
      }

      .cumi_nav_index.mobile {
          position: relative;
          z-index: 999999;
      }

      #index-menu .link-menu {
          width: 90%;
          font-size: 20px;
          padding: 10px 0 10px 0;
      }

      .fb-btn-bottom {
          width: 60%;
      }

      .playstore-btn-top {
          width: 40%;
      }

      .fb-btn-top {
          width: 60%;
      }

      .playstore-btn-bottom {
          width: 40%;
      }

      #first-container .left-container .center-vertical-div {
          position: relative;
          top: 0px;
          transform: translateY(0%);
          text-align: center;
      }

      #second-container .left-container .center-vertical-div {
          position: relative;
          top: 0px;
          transform: translateY(0%);
          text-align: center;
      }

      #how-to-container .link {

          line-height: 50px;
          margin-right: 20px;
          margin-left: 20px;
      }

      #first-container {
          padding: 20px;
          padding-top: 40px;
          margin-top: 40px;
          margin-bottom: 0px;
          padding-bottom: 13px;
      }

      #second-container img {
          width: 50%;
      }

      #second-container .item-column {
          margin-bottom: 30px;
      }

      #first-container .right-content {
          padding-bottom: 0px;
      }

      .cumi-index-button-orange {
          /*margin-right: 10px;*/
      }

      #footer-container a {
          display: inherit;
          margin-bottom: 10px;
      }

      #second-container {
          padding: 20px;
      }

      #third-container h1 {
          padding-right: 20px;
          padding-left: 20px;
      }

      #four-container {
          padding: 20px;
      }

      .cumi_nav_index {
          min-height: 3.25rem;
      }

      .login-box img {
          width: 80%;
          cursor: pointer;
      }

      #googleplay {
          width: 50%;
      }

      .tech-slideshow>div {
          height: 125px;
          width: 5526px;
          background: url(https://cumi.id/assets/img/index/StackedGroup.png);
          background-size: 2000px;
          position: absolute;
          top: 0;
          left: 0;
          /* height: 100%; */
          transform: translate3d(0, 0, 0);
      }

      .tech-slideshow {
          height: 140px;
      }

      .tech-slideshow2>div {
          height: 125px;
          width: 5526px;
          background: url(../img/index/StackedGroup2.png);
          background-size: 2400px;
          position: absolute;
          top: 0;
          left: 0;
          /* height: 100%; */
          transform: translate3d(0, 0, 0);
      }

      .tech-slideshow2 {
          height: 140px;
      }

      #four-container p {
          width: 100%;
      }

      .navbar-item {
          max-width: 90%;
      }

      .vertical-divider-nav {
          margin-left: 10px;
          width: 10px;
          height: 25px;
      }

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

      #password-reset-container {
          padding-left: 20px;
          padding-right: 20px;
      }

      #cumi_loading .loader,
      #cumi_loading_transparent .loader {

          left: 40%;
          top: 45%;
      }

      .margin-left-10-mobile {
          margin-left: 10px;
      }
  }

  @media screen and (min-width: 769px) {
      .login-modal .modal-card {
          margin: 0 auto;
          max-height: calc(100vh - 40px);
          width: 400px;
      }