.purple {
    color: #b10dc9 !important;
}

.text-orange {
    color: orange;
}

.maroon {
    color: #85144b !important;
}

.bg-purple {
    background-color: #b10dc9 !important;
}

.bg-maroon {
    background-color: #85144b !important;
}

html {
    overflow: scroll;
    font-size: 85%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.btn {
    text-decoration: none;
}

.btn-block {
    width: 100%;
}

.btn+.btn,
.btn+g-button {
    margin-left: 1rem;
}

h2,
.h2 {
    color: #0366bc;
    font-weight: normal;
    font-size: 2rem;
}

h3,
.h3 {
    color: #0366bc;
    font-size: 1.7rem;
    font-weight: normal;
}

h4,
.h4 {
    font-weight: normal;
}

.btn {
    border-radius: 0;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 4px 14px;
}

.btn+.btn,
.btn-group+.btn-group {
    margin-left: 16px;
}

.btn-circle {
    border-radius: 50%;
    padding: 6px 11px !important;
}

a.btn {
    color: #fff;
}

a.btn:hover {
    color: #fff;
}

.table th {
    text-align: center;
}

.link {
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}

.error {
    color: red;
}

.bold {
    font-weight: bold;
}

.dropdown-item {
    cursor: pointer;
}

label {
    display: inline-block;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.35rem;
    margin-top: 0.6rem;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    padding-left: 0.3rem;
}

.card-top-border {
    border-top-color: gray;
    border-top-width: 3px;
}

.form-title {
    font-size: 1.2rem;
    font-weight: normal;
    color: #0366bc;
}