body {
    font-size: .875rem;
    background: #2b2828;
}

img,
svg {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.2;
}

.feather {
    width: 16px;
    height: 16px;
}

.rounded-3 {
    border-radius: 0rem!important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid #ccc;
    border-radius: .25rem;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #8a2929;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-left: -1px;
    margin-right: -1px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    padding-top: 30px;
    padding-bottom: 50px;
}

.py-3 {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}


/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.link-secondary {
    color: #ffffff;
}

.sidebar .nav-link {
    font-weight: 700;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid #e5dfdf;
    font-style: normal !important;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #000;
}

.text-muted {
    color: #000!important;
    font-size: 16px !important;
    margin-bottom: 30px !important;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.pt-3 {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}


/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 22px;
    font-weight: 700;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.bg-dark {
    background-color: #d16262!important;
    border-bottom: 1px solid #d16262;
}

.bg-light {
    background-color: #f0f0f3!important;
}

.form-control-dark {
    color: #fff;
    background-color: #681f1f;
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}