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;
}

span.gym-pill-positive {
    background-color:green;
    color: white;
    padding: 5px;
    border-radius: 10px
}

span.gym-pill-negative {
    background-color: red;
    color: white;
    padding: 5px;
    border-radius: 10px
}

i.gym-icon {
    color: darkorange; /*#0d6efd;*/
}

.form-group {
    margin-bottom: 15px;
}

.remove-element-from-dom {
    display: none;
}


/*Generated CSS from https://lingtalfi.com/bootstrap4-color-generator*/

/*------------------------------------
- COLOR primary override - Color Generated CSS from https://lingtalfi.com/bootstrap4-color-generator
------------------------------------*/
.alert-primary {
    color: #300e7f;
    background-color: #e3d9fa;
    border-color: #d6c6f8;
}

    .alert-primary hr {
        border-top-color: #c5b0f6;
    }

    .alert-primary .alert-link {
        color: #1f0951;
    }

.badge-primary {
    color: #fff;
    background-color: #5e22e6;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        background-color: #4915bf;
    }

.bg-primary {
    background-color: #5e22e6 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #4915bf !important;
}

.border-primary {
    border-color: #5e22e6 !important;
}

.btn-primary {
    color: #fff;
    background-color: #5e22e6;
    border-color: #5e22e6;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #4e17cd;
        border-color: #4915bf;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(94, 34, 230, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #5e22e6;
        border-color: #5e22e6;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #4915bf;
        border-color: #4414b1;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(94, 34, 230, 0.5);
        }

.btn-outline-primary {
    color: #5e22e6;
    background-color: transparent;
    border-color: #5e22e6;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #5e22e6;
        border-color: #5e22e6;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(94, 34, 230, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #5e22e6;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #5e22e6;
        border-color: #5e22e6;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(94, 34, 230, 0.5);
        }

.list-group-item-primary {
    color: #300e7f;
    background-color: #d6c6f8;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #300e7f;
        background-color: #c5b0f6;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #300e7f;
        border-color: #300e7f;
    }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #d6c6f8;
}

.table-hover .table-primary:hover {
    background-color: #c5b0f6;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #c5b0f6;
    }

.text-primary {
    color: #5e22e6 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #4915bf !important;
}
/*------ END COLOR primary override ------*/