.border {
    border: 0px solid #e5e9f2 !important;
}

img {
    pointer-events: none;
  }

.linkActive {
    color: #005AAB;
    font-weight: bold;
}

.dropdown-toggle {
    white-space: normal;
}

.dropdown-toggle.nowrap {
    white-space: nowrap;
}

.dropdown-toggle::after {
    float: right;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.menu-item.selected {
    background-color: #005bab2f;
    color: #005AAB;
    font-weight: bold;
    border-radius: 12px;
    width: 95% !important;
}

.hidden {
    display: none;
}

.submenu {
    display: none;
    padding-left: 10px;
    font-weight: normal;
    background-color: #ffffff;
}

.submenu.show {
    display:block;
}

.form-check-input {
    cursor: default;
}

.avatar .avatar-content {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar {
    white-space: nowrap;
    background-color: #c3c3c3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 0.8rem;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
    width: auto;
    height: auto;
}

.bg-rgba-success {
    background: rgba(57, 218, 138, 0.2) !important;
}

.bg-rgba-warning {
    background: rgba(253, 172, 65, 0.2) !important;
}

.bg-rgba-danger {
    background: rgba(255, 91, 92, 0.2) !important;
}

.bg-rgba-primary {
    background: rgba(90, 141, 238, 0.2) !important;
}

.align-items-center {
    align-items: center !important;
}

.mr-xl-2,
.mx-xl-2 {
    margin-right: 1.5rem !important;
}