#message i {
    font-size: 100px;
}

#message h2 {
    font-size: 48px;
    margin-top: 25px;
}

.bs {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

table:not(.no-options) tr td:last-child {
    white-space: nowrap;
    width: 1px;
}

table:not(.no-options) tr td:last-child {
    text-align: right;
}

.form-group label:not(.avg) {
    font-weight: bold;
    margin: 0;
}

span.req {
    color: orangered;
}

.send-or-received {
    color: #25b4af;
    font-size: 26px;
}

.navbar-laravel {
    background-color: #465861;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(255, 255, 255, .9);
    font-weight: bold;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .9);
}

body {
    background-color: #25b4af;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
}

.traffic-light > .light {
    height: 24px;
    width: 24px;
    margin: 0 3px 0 3px;
    display: inline-block;
    border-radius: 50%;
    transition: .3s;
}

.traffic-light > .light:not(.disabled) {
    cursor: pointer;
}

.traffic-light > .light:first-child {
    margin-left: 0;
}

.traffic-light > .light.active,
.traffic-light > .light:not(.disabled):hover {
    border: 4px solid #333;
}

.traffic-light > .red {
    background-color: #e40000;
}

.traffic-light > .orange {
    background-color: #ff6830;
}

.traffic-light > .green {
    background-color: #009e00;
}
