.bg-login-image {
    background: url("../../assets/images/iStock_000058683730_Large.jpg");
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
}

.logo-icon i {
    font-size: 2rem;
}

.rotate-15 {
    transform: rotate(15deg);
}

.rotate-n-15 {
    transform: rotate(-15deg);
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
}

.avatar {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    border: 0.1px solid #f8f9fa;
    background: #f8f9fa;
    color: #fff;
}

.avatar.bg-primary,
.avatar.bg-success,
.avatar.bg-warning,
.avatar.bg-danger,
.avatar.bg-dark,
.avatar.bg-info,
.avatar.bg-tech,
.avatar.bg-cs,
.avatar.bg-ct,
.avatar.bg-sup,
.avatar-bg-dk {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar.bg-primary i,
.avatar.bg-success i,
.avatar.bg-warning i,
.avatar.bg-danger i,
.avatar.bg-info i,
.avatar.bg-dark i,
.avatar.bg-tech i,
.avatar.bg-cs i,
.avatar-bg-ct i .avatar.bg-sup i,
.avatar-bg-dk i {
    font-size: 1rem;
}

.avatar.avatar-lg {
    width: 3rem;
    height: 3rem;
}

.avatar.avatar-sm {
    width: 1.5rem;
    height: 1.5rem;
}

@media (min-width: 992px) {
    .avatar.avatar-lg {
        width: 4.5rem;
        height: 4.5rem;
    }
}

.card .avatar {
    border-color: #fff;
    background: #fff;
}

.avatars {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.avatars>li {
    display: inline-block;
}

.avatars>li+li {
    margin-left: -0.75rem;
}

.bg-dark .avatar {
    border-color: #343a40;
}

.text-xs {
    font-size: .7rem;
}

.text-lg {
    font-size: 1.2rem;
}

.text-gray-100 {
    color: #f8f9fa !important;
}

.text-200 {
    color: #e9ecef !important;
}

.text-gray-300 {
    color: #dee2e6 !important;
}

.text-gray-400 {
    color: #ced4da !important;
}

.text-gray-500 {
    color: #adb5bd !important;
}

.text-gray-600 {
    color: #6c757d !important;
}

.text-gray-700 {
    color: #495057 !important;
}

.text-gray-800 {
    color: #343a40 !important;
}

.text-gray-900 {
    color: #212529 !important;
}

.hidden {
    display: none !important;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 99999999 !important;
}

.datepicker {
    padding-left: 15px !important;
}

fieldset.panel {
    padding: 10px;
    border: 1px solid #eaecee;
    background: rgba(238, 238, 238, 0.4);
    margin: 10px 15px;
}

fieldset.panel h6 {
    padding: 10px;
    border-bottom: 1px solid #eaecee;
}