html, body {
    height: 100%;
    width: 100%;
    background-color: #16161F;
}
.content {
    color: white;
    margin-top: 100px;
    margin-bottom: 100px;
}
.content .title, .roboto {
    font-family: 'Roboto', sans-serif;
}
.card, .card-body, .card-header, .card-footer {
    background-color: #262636;
}
.hero {
    border-radius: 0;
    background: url('../img/bg-purple-2.png') no-repeat fixed;
    color: #C7C7C8;
    background-color: #1E2020;
    /* #FF3443 */
}
.login-hero {
    border-radius: 0;
    background: url('../img/bg-purple-2.png') no-repeat center center fixed;
    color: #C7C7C8;
    background-color: #1E2020;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero-overlay {
    height: 100%;
    width: 100%;
    background-color: lightblue;
    filter: opacity(0);
    position: absolute;
}
.hero-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 70%;
    padding: 20px;
}
.header-body {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    left: 50%;
    width: 100%;
    padding: 10px;
}
.hero-img {
    width: 120%;
    border-radius: 5px;
}
.hero-text {
    font-size: 20px;
}
.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 0.01em;
}
.hero p {
    color: #C7C7C8;
}
.login-hero h1, .login-hero h2, .login-hero h3, .login-hero h4, .login-hero h5, .login-hero h6 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 0.01em;
}
.login-hero p {
    color: #C7C7C8;
}
.full-height {
    height: 100%;
}
.quarter-height {
    height: 25%;
}
.form-control {
    background-color: #16161F;
    border-color: #16161F;
}
.form-control:focus {
    background-color: #16161F;
    border-color: #16161F;
}
.nav-bg {
    background-color: #262636 !important;
}
.card {
    color: white;
}
.progress {
    background-color: #16161F;
}
.custom-file-input, .custom-file-label, .custom-file-label::after {
    background-color: #16161E;
    border-color: #262635;
}
.item-column {
    padding-right: 0 !important;
    padding-bottom: 15px;
}
table > thead > tr > td {
      border-bottom: 1px solid red !important;
    }
::-webkit-scrollbar {
      width: 6px;
    }
    ::-webkit-scrollbar-thumb {
      background: #7942ed;
      border-radius: 50px;
      filter: opacity(0.3);
    }
    ::-webkit-scrollbar-thumb:hover {
      background: #7942ed;
    }
a:not(button):not(.btn) {
    color: #7942ed !important;
}
a:hover, a.text-primary:hover {
    color: #8f63ea !important;
}