html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.gamble-icon {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
}
    .gamble-icon.selected, .gamble-icon.selected:hover {
        background-color: var(--bs-primary);
        color: var(--bs-light)
    }

    .gamble-icon:hover  {
        background-color: var(--bs-secondary);
        color: var(--bs-light)
    }



.gamble-icon i:before {
    font-size: 2rem;
}



.tabulator-row .tabulator-cell.tabulator-validation-fail {
    border: 1px solid #dd0000;
    background-color:#dd000020;
    border-radius: 5px;

}

.tabulator-tableholder {
    height: auto !important;
}

.toastify {
    border-radius:0.3rem;
}

.toastify.danger {
    background: var(--danger) !important;
    color: var(--white);
}

.toastify.primary {
    background: var(--primary) !important;
    color: var(--white);
}

    .toastify.success {
        background: var(--success) !important;
        color: var(--white);
    }

    .toastify.info {
        background: var(--info) !important;
        color: var(--white);
    }

    .toastify.warning {
        background: var(--warning) !important;
        color: var(--black);
    }
    .toastify.light {
        background: var(--light) !important;
        color: var(--black);
    }
    .toastify.dark {
        background: var(--dark) !important;
        color: var(--white);
    }
    .toastify.secondary {
        background: var(--secondary) !important;
        color: var(--white);
    }

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.selectfile {
    border: solid 1px black;
    padding: .375rem .75rem;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 0.5rem;
    flex:auto;
    justify-content:end;
}

.selectfile:hover {
    background-color:black;
    color:white;
}

