.list-menu-mobile {
  display: flex;
  padding-top: 10px;
}

.list-menu-mobile img {
  padding: 4px;
  line-height: 1.42857143;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .smartb2 {
    padding-top: 7px;
  }
  .results {
        border: solid 1px #d6ad43 !important;
        background-color: rgb(100 85 2 / .25) !important;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 5px;
        padding: 0px !important;
  }

  .panel-blue {
    border: 1px solid #8b7883 !important;
    background: #00000042 !important;
  }

  .pool-date {
        font-size: 8px!important;
        margin-left: 0!important;
        padding-top: 0!important;
        text-align: center!important;
        display: block!important;
        color: #fff!important
    }

  .pool-name {
        color: #e9ce43!important;
        background: linear-gradient(180deg,#666666 5%,#353232 50%,#4d4a4a 95%);
        width: 100%!important;
        font-size: 8px!important;
        font-weight: bold!important;
        text-align: center!important;
        border-bottom: 1px solid #e9ce43!important
    }

    .pool-result {
        color: #e9ce43!important;
        text-align: center!important;
        width: 100%!important;
        font-size: 18px!important;
        line-height: 1.8!important;
        float: none!important
    }

  .header-logo2 {
    margin-top: 0px !important;
    /* margin-left: unset !important; */
    margin-right: unset !important;
    width: 200px;
    height: 40px;
  }

  .slc {
    top: 18px !important;
  }

  .buttonlc.space.smartb3.slc .buttonlc2 {
    background: linear-gradient(
      180deg,
      rgb(102, 102, 102) 5%,
      rgb(53, 50, 50) 50%,
      rgb(77, 74, 74) 95%
    );
    box-shadow: inset 0 -4px 0 transparent !important;
    border: 1px solid #e9ce43;
    color: #e9ce43 !important;
  }

  .page-content {
    background-color: transparent !important;
  }

  .contactField {
    background-color: #fff !important;
    font-size: 13px !important;
    color: #000 !important;
    letter-spacing: 0.5px !important;
    font-weight: 500 !important;
  }

  .inner-wrap {
    background: transparent !important;
  }
  .main {
    background-color: rgb(9 0 28 / 50%) !important;
  }
  .panel-blue a {
    display: none !important;
  }
  .scontent {
    margin-bottom: 0px !important;
  }
  @keyframes spin {
    0% {
      width: 0px;
      height: 0px;
      transform: rotate(360deg);
    }
    25% {
      width: 100px;
      height: 100px;
    }
    50% {
      width: 200px;
      height: 200px;
    }
    75% {
      width: 300px;
      height: 300px;
    }
    100% {
      width: 400px;
      height: 400px;
    }
  }
  .modal-mobile .body {
    /* This section calls the slideInFromLeft animation we defined above */
    animation: spin 1s linear;
  }
}
.buttonWrap.buttons.button-blue.contactSubmitButton {
  background: linear-gradient(
    180deg,
    rgb(102, 102, 102) 5%,
    rgb(53, 50, 50) 50%,
    rgb(77, 74, 74) 95%
  );
  box-shadow: inset 0 -4px 0 transparent;
  border: 1px solid #e9ce43;
  border-radius: 7px;
  appearance: none;
  color: #e9ce43;
}

.buttonWrap.buttong.button-green.contactSubmitButton {
  background: linear-gradient(
    180deg,
    rgb(102, 102, 102) 5%,
    rgb(53, 50, 50) 50%,
    rgb(77, 74, 74) 95%
  );
  border: 1px solid #e9ce43;
  color: #fff;
}

.buttons.button-blue {
  background: linear-gradient(
    180deg,
    rgb(102, 102, 102) 5%,
    rgb(53, 50, 50) 50%,
    rgb(77, 74, 74) 95%
  );
  box-shadow: inset 0 -4px 0 transparent;
  color: #fff;
  border: 2px solid #e9ce43;
}

.buttong.button-blue,
.buttong.button-red,
.buttong.button-green {
  background: linear-gradient(
    180deg,
    rgb(102, 102, 102) 5%,
    rgb(53, 50, 50) 50%,
    rgb(77, 74, 74) 95%
  );
  box-shadow: inset 0 -4px 0 transparent;
  color: #fff;
  border: 2px solid #e9ce43;
}

.buttonWrap.buttong.button-green.contactSubmitButton a,
.buttons.button-blue a {
  color: #e9ce43;
}
/* .wrapper2 {
    padding: 0px 20px !important;
} */
.owl-controls {
  display: none !important;
}
@media screen and (max-width: 1200px) {
    #slider-hasil .slider {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: start;
        justify-items: stretch;
        justify-content: center;
    }
}
.grubsearchPasaran {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 6px;
    background: linear-gradient(180deg,#666666 5%,#353232 50%,#4d4a4a 95%);
    border: 1px solid #e9ce43!important;
    box-shadow: inset 0 0 0 1px #666,inset 0 2px 0 0 #353232,inset 0 0 0 2px #4d4a4a,3px 3px 3px 1px rgb(0 0 0 / .2);
    position: relative
}

.grubsearchPasaran input {
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    letter-spacing: 1px;
    background: #000;
    box-shadow: none
}

.grubsearchPasaran img {
    width: 28px;
    margin-right: 5px;
    filter: brightness(10) drop-shadow(1px 2px 2px rgb(0 0 0 / .3294117647)) contrast(1)
}

.grubsearchPasaran input::-moz-placeholder {
    color: #b3bfc5
}

.grubsearchPasaran input::placeholder {
    color: #b3bfc5
}

@media screen and (max-width: 900px){
    .inner-wrap .bank img:first-child {
      width: 65px !important;
      display: inline-block !important;
      vertical-align: middle !important;
      margin-left: auto !important;
      margin-right: 2px !important;
      margin-top: 6px !important;
      margin-bottom: auto !important;
    }
    .bank {
      border-radius: 10px !important;
      padding: 0px !important;
      height: 40px !important;
      width: 46% !important;
      margin-left: 7px !important;
      border: groove 3px;
    }
    .bank img:last-child {
      width: 35% !important;
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px !important;
      padding: 0;
    }
}