.navbar {
    z-index: 100;
  }

  #badge {
    padding-top: 0.15em !important;
    padding-right: 0.3em !important;
    padding-bottom: 0.15em !important;
    padding-left: 0.3em !important;
    font-size: 60% !important;
    background-color: red;
    color: white;
  }

  .btn-custom {
    width: 80px;
    background-color: #ffffff;
    border-bottom: 2px solid #285698;
    border-right: 0.1px solid #dee2e6;
    border-top: 0.1px solid #dee2e6;
    border-left: 0.1px solid #dee2e6;
  }

  .btn-custom:hover {
    opacity: 0.8;
    border-bottom: none;
    box-shadow: 2px 2px 5px #196281 !important;
  }

  .text-custom {
    color: #285698;
  }

  /* JENIS ORDER & DAFTAR ORDER */
  .btn-navbar-order-type,
  .btn-navbar-order-list {
    border-radius: 0;
    border: none;
    background-color: #fff;
    font-weight: 600;
    font-size: 15px;
  }

  .btn-navbar-order-type:hover,
  .btn-navbar-order-list:hover {
    /* background: linear-gradient(119.35deg, #6a40bfab -4.92%, #d1339780 113.44%); */
    background: linear-gradient(119.35deg, #3c74c4 -4.92%, #64b8d6 113.44%);
    color: white !important;
  }

  .btn-wrap-text {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
  }