﻿.sidebar .nav-header .nav-link {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #471cbd;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 0.7em;
}

.nav-item > .nav-link[aria-expanded=true]::after, .show > .nav-link.dropdown-toggle::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.title {
    text-transform: uppercase;
    font-weight: bold;
    color: #828282;
    font-size: 0.8em;
    margin-bottom: 0.6em;
}

td.text-warning {
    color: #ff7b07 !important;
}

th {
    border-bottom-width: 2px !important;
    border-bottom-color: #471cbd !important;
}

table a,
nav a {
    color: #471cbd;
}

table a:hover,
nav a:hover {
    color: #7c0aca;
}

.card.profileCard {
    border-bottom: 4px solid #471cbd;
    height: 90px;
    overflow: hidden;
}

.profileCard .btn-im {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ccc;
    color: #000;
    border: none;
}

.profileCard .btn-im:hover {
    background: #471cbd;
    color: #fff;
    border: none;
}

.profileAvatar {
    font-size: 50px;
    margin: 10px;
}

.bg-info-purple {
    background-color: #b207ff !important;
}

.text-purple {
    color: #471cbd
}

.spinner {
    height: 100%;
    height: 100vh;
    align-items: center;
}

.btn-success {
    color: #fff;
    background-color: #471cbd !important;
    border-color: #471cbd !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #3b1f86 !important;
    border-color: #3b1f86 !important;
}

.btn-success:focus {
    box-shadow: 0 0 0 .25rem rgba(63, 60, 153, 0.5) !important;
}