:root {
    --text-secondary-dark: #ffffff80;
    --text-secondary-light: #000000a8;
}

.user-panel p {
    color: var(--text-secondary-dark);
}

.user-panel a {
    font-size: 1.1rem;
}

.card-header img {
    width: 52px;
    height: 52px;
}

.image-table {
    width: 52px;
    height: 52px;
}

.card-header p {
    color: var(--text-secondary-light);
}

.card .nav-tabs .nav-item {
    white-space: nowrap;
}

.card .nav-tabs .nav-item .nav-link {
    padding: .75rem 2rem;
}

.btn-back {
    cursor: pointer;
}

.input-group-border .input-group-text {
    background-color: #e9ecef;
    border-color: #fff #fff #ced4da;
    /* border-bottom: 1px solid #ced4da; */
}

.select2-container {
    display: block !important;
}

@media only screen and (max-width: 576px) {
    .card .nav-tabs {
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
}