html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a {
    cursor: pointer;
}

.field-validation-error {
    color: red;
}

select option{
    font-size: 1rem;
}

table thead tr th {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.swal-content {
    text-align: left;
}

.swal-button:hover:not(.btn-icon-only) {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
    transform: scale(1.02);
}

.swal-button:hover, .btn.bg-gradient-primary:hover {
    color: #fff;
}

.swal-button:hover, .btn.bg-gradient-primary:hover {
    background-color: #09513b;
    border-color: #09513b;
}

.swal-button:not([disabled]):hover {
    background-color: #09513b;
}