html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.inline {
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center;
}

.form-inline label {
    display: inline-block;
}
.tablespacing {
    border-collapse: separate;
    border-spacing: 10px 0px;
}

.table-center {
    text-align: center;
    vertical-align: middle;
}

table td:empty:before {
    content: "-";
}

body.dark-mode .swal2-modal {
    background-color: #30304d !important;
    color: white;
}

