.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.navbar-light .navbar-brand {
    color: #d4152f;
    display: flex;
    align-items: center;
}
.navbar-light .navbar-brand>img {
    width: 48px;
    height: auto;
}
.auth-layout .card-title {
    color: #58595b;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
    color: #343a40;
    font-weight: 700;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form-control {
    padding: .5rem 1rem;
    height: calc(1.5em + 1rem + 2px);
}
.dropdown-menu, .form-control {
    font-size: .875rem;
}
.text-muted {
    color: #6c757d!important;
}
.form-text {
    display: block;
    margin-top: .25rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f27788;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(212 21 47 / 25%);
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #d4152f;
    border-color: #d4152f;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #b11227;
    border-color: #a61025;
}
a:hover {
    color: #b11227;
}
a {
    color: #b11227;
    text-decoration: none;
}
.text-primary {
    color: #d4152f!important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #e3342f;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZTMzNDJmJz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNlMzM0MmYnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.invalid-loi {
    width: 100%;
    margin-top: 2.25rem;
    font-size: .875em;
    color: #dc3545;
}
.fixed-top {
    top: 0;
}
.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.user-action-header .avatar-image {
    width: 1.5rem;
    border-radius: 50%;
    margin-right: .25rem;
}
.left-menu {
    position: fixed;
    width: 15rem;
    height: auto;
    font-size: 1rem;
    overflow-y: auto;
    z-index: 200;
    background-color: #fff;
    transition: transform .3s;
    transform: translateX(0);
    padding-top: 1rem;
}
.left-menu .nav .nav-link:hover {
    background-color: #fafafa;
    color: #212529;
}
dashboard-menu-left .dropdown-menu{
	position:relative!important;
	transform:none!important;
	width:100%;
	border:none;
	background:rgba(212,21,47,.05);
	margin:0;
	font-size:.75rem
}
.dashboard-menu-left .dropdown-menu .dropdown-item{
	color:#888;
	padding-left:2.5rem;background:0 0
}
.dashboard-menu-left .dropdown-menu .dropdown-item.active{
	color:#d4152f;font-weight:600
}
.dashboard-menu-left .dropdown-menu .dropdown-item:hover{
	color:#343a40
}
.main
{
	margin-left:15rem;position:relative;margin-bottom:2rem
}
.account-container{padding-right:0;padding-left:0}
.left-menu .nav .nav-link {
    padding: .75rem 1.25rem;
    color: #6c757d;
    font-size: 1rem;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.left-menu .nav .nav-link.active {
    color: #d4152f;
    font-weight: 600;
}
.settings .settings-list strong.content {
    color: #888;
}
.settings .settings-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.settings .settings-list li {
    padding: .75rem 1rem;
}
.settings .settings-list .setting-item {
    cursor: pointer;
}
.settings .settings-list li:not(:last-child) {
    border-bottom: 1px solid #f8f9fa;
}
.settings .settings-list li:hover {
    background-color: rgba(116,127,141,.08);
}
.settings .settings-list strong {
    font-weight: 400;
}
i.fa.fa-edit {
    color: #d4152f;
}
.text-right {
    text-align: right!important;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d995b;
    border-color: #2a9055;
}
.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: none;
}
.btn-success {
    color: #fff;
    background-color: #38c172;
    border-color: #38c172;
}
.card-header.py-3.bg-primary {
    background: #b11227 !important;
    color: white;
}