body {
  background-color: #2a2a2a;
}

.bg-dark {
  background-color: #2a2a2a !important;
}

.navbar {
  height: 48px;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2a2a2a;
  border-bottom: solid 1px #2a2a2a;
  padding: 0;
}

#navbar-header {
  background-color: #242424;
}

.card-table {
  background: #242424;
  border: 1px solid #242424;
}

.card-table .card-table-header {
  border-radius: 10px;
  background-color: #000000;
}

.lotto_content_page .form-control,
.input-group-text {
  background-color: #ffffff !important;
  border-color: #e7eaec !important;
  color: black !important;
}

.form-control,
.input-group-text {
  background-color: #6b6b6b !important;
  border-color: #6b6b6b !important;
}

#user-bar {
  height: 30px;
  margin-top: 48px;
  background-color: #242424;
}

.tabbar {
  background: #242424;
  border-top: 1px solid #363943;
  position: fixed;
  z-index: 1024;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-service {
  border-radius: 24px 24px 24px 24px;
  background-color: #242424;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.menu-service .menu-service-item .circle {
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid #363943;
  border-radius: 100%;
  background-color: #242424;
  margin: 0 auto 8px auto;
  padding-top: 8px;
}

.item-text {
  color: #ffffff;
}

.custom-select {
  background-color: #242424 !important;
  border-color: #242424 !important;
  color: #fff !important;
}

.modal .modal-content {
  /* background-color: #242424; */
}

.card {
  border: none;
  border-radius: 16px;
  background-color: #242424;
  box-shadow: 0 0 10px #f0b90b;
}

@media only screen and (min-width: 571px) {
  .hm-custom-container {
    border-radius: 24px;
    padding: 24px 0;
    box-shadow: 0 0 24px #f0b90b;
  }
}


.swal2-popup {
  padding: 1em !important;
}
.swal2-content {
  padding: 0 0.5em !important;
}
.swal2-icon {
  margin: 1em auto 1em !important;
}
