main>.container {
    padding: 60px 15px 0;
}

body {
    padding-top: 90px;
}

footer>.container {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

colgroup col.sorted {
    background-color: #F8F8F8;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

table.table thead {
    background-color: #F0F0F0;
}

.typeahead__result {
    display: inline;
    width: unset;
}

.typeahead__container {
    display: inline;
    font: unset;
}

.typeahead__field {
    display: inline;
}

.typeahead__field>* {
    vertical-align: unset;
}

code {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
    color: black;
    white-space: pre-wrap;
    display: block;
}

span.priority-3,
span.priority-2,
span.priority-1,
span.priority-0 {
    color: red;
}

span.priority-4 {
    color: orange;
}

span.priority-5,
span.priority-7 {
    color: grey;
}

.gauge {
    width: 200px;
    align: center;
}

.gauge-background {
    position: relative;
    height: 100px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    text-align: center;
}

.gauge-mask {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    height: 80px;
    background-color: var(--bs-gray-300);
    border-radius: 150px 150px 0 0
}

.gauge-percentage {
    position: absolute;
    top: 100px;
    left: -200%;
    width: 400%;
    height: 400%;
    margin-left: 100px;
    background-color: var(--bs-green);
}

.gauge-percentage {
    transform-origin: top center;
}

.gauge-value {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    font-size: 48px;
    font-weight: 700
}

.form-signin .checkbox {
    font-weight: 400;
}

.pull-right {
    float: right !important;
}

.custom-error {
    width: 100%;
    max-width: 530px;
    padding-top: 120px;
    margin: auto;
}

.form-floating-worker>.form-control:not(:placeholder-shown) {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.form-floating-worker>.form-select {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.form-floating-worker>.form-control {
    padding: 1rem 0.75rem;
}

.form-floating-worker>.form-control,
.form-floating-worker>.form-select {
    height: calc(2.5rem + 2px);
}

.form-signin-worker .checkbox {
    font-weight: 400;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding-top: 120px;
    margin: auto;
}

.form-signin-worker {
    width: 100%;
    max-width: 330px;
    margin: auto;
}

.form-signin-worker input {
    margin-bottom: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-primary {
    background-color: #00c27a;
    border-color: #00c27a;
}

.btn-secondary {
    background-color: #F6A96C;
    border-color: #F6A96C;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card {
    height: 95%;
}

.card-footer {
    margin-top: -1rem;
}

.arrow-left {
    position: absolute;
    top: 1.5rem;
    left: -3.05rem;
    width: 3rem;
    height: 0.2rem;
    background-color: #a7aba7;
    z-index: 1;
}

.arrow-up {
    display: none;
    position: absolute;
    left: 50%;
    top: -4.45rem;
    height: 4.4rem;
    width: 0.2rem;
    background-color: #a7aba7;
    transform: translateX(-50%);
    z-index: 1;
}

@media (max-width: 767.98px) {
    .arrow-up {
        display: block;
    }

    .arrow-left {
        display: none;
    }
}

.btn-cp {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.btn-cp .btn {
    min-width: 126px;
}

.btn-outline-warning {
    color: #e1a902;
    border-color: #e1a902;
}

.btn-outline-info {
    color: #039bba;
    border-color: #039bba;
}
