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: 0 0 60px 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.dropdown.bootstrap-select.form-control.custom-select {
    border-color: #2f353a !important;
    border: 1px solid;
    background: white;
    color: #495057;
}

.badge {
    background-color: #c000ff;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff !important;
    background-color: #007bff !important;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff !important;
    background-color: #0062cc !important;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff !important;
    background-color: #545b62 !important;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff !important;
    background-color: #28a745 !important;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff !important;
    background-color: #1e7e34 !important;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff !important;
    background-color: #117a8b !important;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #1f2d3d !important;
    background-color: #ffc107 !important;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #1f2d3d !important;
    background-color: #d39e00 !important;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff !important;
    background-color: #bd2130 !important;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #1f2d3d !important;
    background-color: #f8f9fa !important;
}

a.badge-light:hover, a.badge-light:focus {
    color: #1f2d3d !important;
    background-color: #dae0e5 !important;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff !important;
    background-color: #343a40 !important;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff !important;
    background-color: #1d2124 !important;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-bronze {
    color: #fff !important;
    background-color: #a99f85 !important;
}

a.badge-bronze:hover, a.badge-bronze:focus {
    color: #fff !important;
    background-color: #88806c !important;
}

a.badge-bronze:focus, a.badge-bronze.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-fucsia {
    color: #fff !important;
    background-color: #a900ff !important;
}

a.badge-fucsia:hover, a.badge-fucsia:focus {
    color: #fff !important;
    background-color: #c24aff !important;
}

a.badge-fucsia:focus, a.badge-fucsia.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}