.content-wrapper {
    padding-bottom: 1rem;
}

.navbar-website-name,
.login-website-name {
    text-transform: capitalize;
}

.main-footer {
    padding: .7rem;
    font-size: .7rem;
}

.login-card-body .alert {
    padding: .2rem;
    font-size: .7rem;
    text-transform: uppercase;
}

.field-label {
    font-weight: 500;
    font-size: .8rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.login-card-body label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.input-group-append.is-invalid .fa,
.input-group-append.is-invalid .fas,
.input-group-append.is-invalid .far {
    color: var(--red);
}

.table th,
.table td {
    vertical-align: middle;
    font-size: .8rem;
    padding: .3rem;
}

.semaphore-container {
    background-color: #fff !important;
    border-radius: .15rem .25rem .25rem .15rem !important;
    padding: .5rem !important;
}

.semaphore-legend {
    height: 16px;
    background-repeat: no-repeat;
    padding: 0;
    margin-bottom: 10px;
}

.semaphore-legend p {
    text-transform: capitalize;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 20px 0 20px;
    background-position-x: left;
    background-position-y: center;
}

.red-semaphore p {
    background-image: url(../img/red_light.png);
}

.orange-semaphore p {
    background-image: url(../img/yellow_light.png);
}

.green-semaphore p {
    background-image: url(../img/green_light.png);
}

.gift-codes__cart__alert {
    margin-bottom: 40px;
    color: tomato;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.8rem;
    text-transform: uppercase;
}
