nav {
  height: 70px;
  font-family: Verdana,Geneva,sans-serif; }
  nav .nav-item {
    font-size: 14px; }
  nav .current_time {
    font-size: 14px; }

body {
  font-family: Verdana,Geneva,sans-serif;
  height: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 300px;
  box-sizing: border-box; }

footer {
  background: #BFBFBF;
  color: #000;
  font-family: Verdana,Geneva,sans-serif;
  position: sticky;
  width: 100%;
  position: absolute;
  bottom: 0; }

.bg_yellow {
  background: #FFC000;
  color: #000; }

.btn-yellow {
  font-size: 16px;
  background: #FFC000;
  color: #000;
  font-weight: bold; }
  .btn-yellow:hover {
    opacity: 0.8; }

.square {
  border-radius: 0; }

.bg_gray2 {
  background: #BFBFBF; }

.search_widget {
  width: 80%; }

#delivery_status_table {
  font-size: 15px; }
  #delivery_status_table .badge {
    font-size: 15px;
    font-weight: normal;
    padding: 0.5rem 1rem; }
  #delivery_status_table tbody td:nth-child(1) {
    text-align: center; }
  #delivery_status_table tbody td:nth-child(2) {
    text-align: center; }
  #delivery_status_table tbody td:nth-child(3) {
    text-align: center; }
  #delivery_status_table tbody td:nth-child(4) {
    text-align: left; }
  #delivery_status_table tbody td:nth-child(5) {
    text-align: center; }

#page-loader {
  background-color: #000;
  opacity: 0.3; }
  #page-loader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #FFC000;
    content: "";
    z-index: 999999;
    -webkit-animation: page-loader 0.9s infinite ease-in-out;
    animation: page-loader 0.9s infinite ease-in-out; }

/*# sourceMappingURL=custom.css.map */
