.fw-light {
    font-weight: 300;
}

.fw-normal  {
    font-weight: 400;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

label.error{
    color: red;
    margin-bottom: 2px;
}

input.error {
    border: 1px dotted red;
}

.label-required:after {
	content: '*';
	color: red;
}

.select2 {
    width: 100%;
}

.page-item.active .page-link {
    background-color: #28a745;
}

.navbar-badge-environment {
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.45rem 0.8rem;
    position: static;
    text-transform: uppercase;
}

.navbar-user-name {
    color: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
}

.main-header .dropdown-menu .dashboard-navbar-notification-text {
    float: none !important;
    display: block;
    margin-left: 1.75rem;
    margin-top: 0.15rem;
    max-width: 17rem;
    white-space: normal;
}
