.full-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 170px !important;
}

.avatar-nav {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 0 !important;
}

@media (max-width: 960px) {
    .portfolio {
        overflow: auto;
        width: 100%;
        max-width: 200px;
    }

    .dropdown-profile {
        left: 25% !important;
    }
}

.btn-lumos {
    box-shadow: 4.08px -7.35px 11.27px 0px #051b52e5 inset;
    box-shadow: 0px 3.27px 8.99px 0px #0d2e4640 inset;
    box-shadow: 0px 13.07px 10.7px 0px #00a3ff4d inset;
    background-color: #142850;
    color: #fff;
    border-radius: 9999px;
    width: 140px;
}

.btn-lumos:hover,
.btn-solid-lumos:hover {
    background-color: #355974 !important;
    color: #fff !important;
}

.btn-solid-lumos {
    border-radius: 9999px !important;
    background-color: #24394b !important;
    color: #fff !important;
}

.btn-outline-lumos {
    border: 2px solid #142850;
    border-radius: 9999px;
    width: 140px;
}

.btn-outline-lumos:hover {
    background-color: #142850;
    color: #fff;
}

.dropdown-profile {
    background-color: #07286b !important;
    width: 190px !important;
}

.dropdown-profile hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #fff;
    margin: 1em;
    padding: 0;
}

.dropdown-profile li a,
.dropdown-profile li p {
    color: #fff !important;
}

.dropdown-profile li a:hover {
    background-color: #0d2e46 !important;
}

#footer {
    background-color: #142850;
    box-shadow: 5px -9px 13.8px 0px #051b52e5 inset;
    box-shadow: 0px 4px 11px 0px #0d2e4640 inset;
    box-shadow: 0px 16px 13.1px 0px #00a3ff4d inset;
    box-shadow: -7px 12px 8.4px 0px #8f531c40;
    color: #fff;
}

#footer .btn-footer {
    padding: 1rem;
    background-color: #fcc017;
    color: #2c3e62;
    font-weight: bold;
    padding: 0.5rem 2rem;
    border-radius: 9999px;
    margin-bottom: 1rem;
}

.btn-lumos-secondary {
    background-color: #15294e !important;
    color: #fff !important;
    padding: 0.3rem 4rem;
}

.btn-lumos-tertiary {
    background-color: #fcc017 !important;
    color: #142850 !important;
    padding: 0.3rem 4rem;
}

.btn-lumos-info {
    background-color: #d0d4dd !important;
    color: #15294e !important;
    padding: 0.3rem 4rem;
}

.badge-lumos {
    background-color: #15294e;
    border-radius: 999px !important;
}

.badge-lumos-secondary {
    background-color: #f8c212;
    color: #15294e;
    border-radius: 999px !important;
}

.card-timer {
    background-color: #15294e;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 20px;
}

.card-timer p {
    color: rgba(255, 255, 255, 0.7);
}

.card-timer .timer {
    background-color: #0269b0;
    box-shadow: 0px 13.07px 10.7px 0px #00a3ff4d inset;
    padding: 1.2rem 2rem;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.91px solid #142850;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.badge-warning-lumos {
    background-color: #ff79194d !important;
    color: #ff2820 !important;
}
