#vs-bottom-menu {
  display: none !important;
}
.read-carefully {
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
  }
  /* payment-guideline  */
  div#countdown {
    background-color: #ffffff;
    color: #212121;
    padding: 0px 25px;
    font-size: 25px;
    border-radius: 30px;
    width: 250px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: monospace;
    margin-top: 5px;
    min-height: 50px;
  }
  
  .countdownTimer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2f2f2f;
    padding: 30px 10px;
    border-radius: 15px;
    margin-top: 20px;
  }
  
  .bank-account-info {
    width: 100%;
    max-width: 1450px;
    padding: 30px 12px 150px 12px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .text-guideline {
    width: 100%;
    max-width: 650px;
  }
  
  h1.payment-guideline {
    font-size: 45px;
    text-align: center;
    color: #ffffff;
    font-family: 'Gotham';
    line-height: 1.3;
  }
  
  p.important-note {
    padding: 15px 0;
  }
  
  .note {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 8px;
    padding-bottom: 25px;
  }
  
  
  span.sdt {
    font-family: monospace;
    color: #1b1b1b !important;
    background-color: #f5d947;
    padding: 3px 10px;
    margin-left: 10px; 
     letter-spacing: 1px; 
  }
  
  p.noidungck {
    color: #fff !important;
  }
  
  .ct-waiting-text {
    font-family: monospace;
  }
  
  span.italic {
    font-size: 17px;
    color: #d1d1d1;
    font-style: italic;
  }
  
  
  p.if-get-error {
    padding: 15px 0;
    line-height: 2;
  }
  
  .ps {
    text-align: center;
  }
  
  p.team {
    font-family: monospace;
    color: #ccc271;
  }
  
  img.QR {
    width: 450px;
    display: block;
    margin: 0 auto;
  }
  
  a.payment-status {
    color: #fff !important;
    background-color: #0f3c5c69;
    padding: 8px 25px;
    display: block;
    width: 150px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
  }
  
  a.check-payment-status {
    display: flex;
    text-align: center;
    color: #fff;
    background-color: #0069ff;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    padding: 5px 15px;
    width: 170px;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 30px;
  }
  
  a.check-payment-status:hover {
    color: #fff;
  }
  
  a.checking {
    background-color: #5127da;
    padding: 8px 25px;
    color: #fff !important;
    display: block;
    width: 200px;
    margin: 20px auto;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
  }
  
  .qr-code p {
    text-align: center;
    width: 100%;
    max-width: 400px;
  }
  
  /* LOADER */
  .spinner {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    border-width: 3px 2px 3px 2px;
    border-style: solid dotted solid dotted;
    border-color: #e43b3b rgba(255, 255, 255, 0.3) #fff rgba(151, 107, 93, 0.3);
    border-radius: 50%;
    box-sizing: border-box;
    animation: 1.35s rotate linear infinite;
  }
  
  .spinner:before,
  .spinner:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    transform: translate(-10px, 19px) rotate(-35deg);
  }
  
  .spinner:after {
    border-color: #e43b3b #0000 #0000 #0000;
    transform: translate(32px, 3px) rotate(-35deg);
  }
  
  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* LOADER */
  /* Messenger */
  .messengerBnt {
    background-color: #3481fd;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 17px;
    cursor: pointer;
    margin: 10px auto 5px auto;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  /* Messenger */
  
  
  span.num {
    font-family: system-ui;
    line-height: 1;
    padding: 5px;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    color: #ffffff;
    background-color: rgb(22 151 79);
  }
  
  span.num:after {
    content: "";
    position: absolute ;
    top: 20%;
    left: .8125rem;
    width: 1.625rem;
    height: 100%;
    border-left-style: dashed !important;
    border-left: 2px solid rgb(255 255 255 / 51%);
    z-index: -10;
  }
  
  
  