body {
    background-color: #292C31;
    color: #fff;
    font-size: 16px;
}

::selection {
    background: #00E0FF;
    color: #292C31;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: #1E2024;
}

::-webkit-scrollbar-thumb {
    background: #292C31;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    height: 30px;
}

.content {
    margin-top: 100px;
    margin-bottom: 100px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #00E0FF;
}

img {
    max-width: 100%;
    height: auto;
}

.text-primary {
    color: #00E0FF !important;
}

.table {
    overflow: auto;
}

.progress-bar {
    background-color: #00E0FF;
}

.bg-primary,
.form-check-input:checked,
.form-check-input:focus:not(:checked),
table thead tr th {
    background-color: #00E0FF !important;
}

table td,
table th {
    border-top: none !important;
    color: #fff !important;
}

table thead {
    text-transform: uppercase;
}

table thead th {
    border-bottom: none !important;
    font-weight: bold;
    color: #1E2024 !important;
}

table tbody {
    background-color: #1E2024;
}

.card, .accordion-item {
    background-color: transparent;
    border: none;
}

.card .card-header,
.accordion .accordion-button:not(.collapsed) {
    background-color: #00E0FF;
    color: #292C31;
    border-radius: 0;
    border-bottom: none;
    font-weight: bold;
}

.btn-link,
.editor-toolbar i {
    color: #00E0FF;
    transition: color 0.3s ease-in-out;
}

.CodeMirror {
    background-color: #292C31 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}


.form-control, .form-select {
    background-color: transparent !important;
    border: 2px solid #DDDDDD !important;
    color: #fff !important;
    outline: 0 !important;
}

.form-control:focus, .form-select:focus {
    border-color: #00E0FF !important;
    box-shadow: none !important;
}

.btn-primary {
    background-color: #00E0FF;
    font-weight: bold;
    color: #1E2024;
    transition: all 0.3s ease-in-out;
    border: none;
    padding: 6px 20px;
}

.btn-primary:hover {
    background-color: #00cae6;
    color: #1E2024;
    border: none;
}

.modal-content {
    background-color: #1E2024;
    color: #fff;
}

.card-body {
    background-color: #1e20249f;
}

.tab-content {
    padding: 15px;
    background-color: #1E2024 !important;
}

.nav-tabs {
    border: none;
}

.nav-tabs .active {
    color: #00E0FF !important;
    background-color: #1E2024 !important;
    border-color: transparent !important;
}

.nav-tabs .nav-link {
    color: #fff;
}

.list-group-item,
.accordion .accordion-button.collapsed {
    color: #fff;
    background-color: #1E2024;
    border: none;
}

.accordion .accordion-body {
    background-color: rgba(108, 117, 125, 0.25);
}

.list-group a {
    background-color: #1E2024;
    border: none;
}

.list-group-item.active {
    background-color: #00E0FF;
    color: #1E2024;
}

.home-header {
    position: relative;
    z-index: 40;
    height: 100vh;
    min-height: 500px;
    background-position: center;
    background-size: cover;
}

.home-header::after {
    background-color: #1e20249f;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
    content: "";
    border-bottom: 3px solid #00E0FF;
}

.home-header-title {
    position: relative;
    z-index: 2;
    min-height: 375px;
    height: calc(100vh - 80px - 45px);
}

.home-header-title h1 {
    color: #00E0FF;
    font-weight: bold;
    font-size: 35px;
}

.home-header-title p {
    font-weight: bold;
    font-size: 18px;
}

.navbar {
    background-color: #1E2024;
    z-index: 10;
}

.navbar-brand img {
    max-height: 75px;
    max-width: 150px;
}

.navbar .nav-item {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.navbar .nav-item .nav-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.navbar .nav-item .nav-link.active,
.navbar-socials .nav-link {
    color: #00E0FF !important;
}

.navbar .nav-item .dropdown-toggle::after {
    border-top: 0.3em solid #00E0FF;
}

.navbar-socials .nav-link {
    font-size: 24px;
}

.top-navbar {
    position: relative;
    z-index: 100;
    line-height: 45px;
    font-size: 19px;
}

.top-navbar,
.top-navbar .navbar {
    background-color: #292C31;
}

.top-navbar .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}

.top-navbar .dropdown-toggle::after {
    border-top: 0.3em solid #00E0FF;
}

.top-navbar .online-count {
    line-height: 20px;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    text-transform: uppercase;
}

.top-navbar .user-nav-link {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.top-navbar .user-nav-link img {
    width: 22px;
    height: auto;
    margin-right: 8px;
}

.footer {
    position: relative;
}

.footer .top-footer {
    color: #fff;
    background-color: #1E2024;
    padding: 4rem 0;
}

.footer .top-footer h3 {
    text-align: center;
}

.footer .top-footer .social-links i {
    color: #66ecff;
}

.footer .top-footer .links a {
    display: block;
    color: #66ecff;
}

.footer .copyright {
    background-color: #15171A;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #F4F4F8;
}

.footer .copyright a[href="https://azuriom.com"] {
    color: #66ecff;
}

.footer a:hover {
    color: #39858f !important;
}

.posts .post {
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.posts .post img {
    float: left;
}

.posts .post .post-body {
    position: relative;
    background-color: #1E2024;
    padding: 20px;
    width: 100%;
}

@media screen and (max-width: 1198px) {
    .posts .post .post-body {
        width: 100%;
        padding-bottom: 70px;
    }
}

.posts .post .post-body .post-title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.posts .post .post-body .post-text {
    text-align: justify;
    font-size: 16px;
}

.posts .post .post-body .post-link {
    float: right;
    color: #00E0FF;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.posts .post .post-body .post-link:hover {
    background-color: #1E2024;
    color: #66ecff;
}
