/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.container,
.container-fluid,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-10,
.col-12,
.col-2,
.col-3,
.col-6,
.col-9,
.col-auto,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-12,
.col-sm-4,
.col-sm-6,
.col-xl-3,
.col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #0000000d;
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file {
    display: block;
    width: 100%;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.is-invalid ~ .invalid-feedback {
    display: block;
}
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
            center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback {
    display: block;
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem #268fff80;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #268fff80;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem #828a9180;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #828a9180;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem #48b46180;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #48b46180;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem #deaa0c80;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #deaa0c80;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
    margin-left: -1px;
}
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple] {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-select {
        transition: none;
    }
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: #000000e6;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #000000e6;
}
.navbar-light .navbar-nav .nav-link {
    color: #00000080;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000b3;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: #0000004d;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #000000e6;
}
.navbar-light .navbar-toggler {
    color: #00000080;
    border-color: #0000001a;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #00000008;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #00000008;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #28a74580;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #dc354580;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #73b5f8;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
@media (min-width: 576px) {
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem #00000013 !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem #00000026 !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-100 {
    height: 100% !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mr-5 {
    margin-right: 3rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.ml-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }
}
@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
}
.text-uppercase {
    text-transform: uppercase !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: #00000080 !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.visible {
    visibility: visible !important;
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body,
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
.megamenu {
    position: static;
}
.megamenu .dropdown-menu {
    background: transparent;
    width: 100%;
    margin-top: 0 !important;
}
.dropdown-menu {
    border: 0px !important;
}
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}
.swal2-popup:focus {
    outline: 0;
}
[class^="swal2"] {
    -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotate(2deg);
    }
    33% {
        transform: translateY(0) rotate(-2deg);
    }
    66% {
        transform: translateY(0.3125em) rotate(2deg);
    }
    to {
        transform: translateY(0) rotate(0);
    }
}
@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotate(2deg);
    }
    33% {
        transform: translateY(0) rotate(-2deg);
    }
    66% {
        transform: translateY(0.3125em) rotate(2deg);
    }
    to {
        transform: translateY(0) rotate(0);
    }
}
@-webkit-keyframes swal2-toast-hide {
    to {
        transform: rotate(1deg);
        opacity: 0;
    }
}
@keyframes swal2-toast-hide {
    to {
        transform: rotate(1deg);
        opacity: 0;
    }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }
    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }
    to {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}
@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }
    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }
    to {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }
    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }
    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }
    to {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}
@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }
    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }
    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }
    to {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}
@-webkit-keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
    }
    to {
        transform: scale(1);
    }
}
@keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
    }
    to {
        transform: scale(1);
    }
}
@-webkit-keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0.5);
        opacity: 0;
    }
}
@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }
    to {
        top: 2.8125em;
        left: 0.8125em;
        width: 1.5625em;
    }
}
@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }
    to {
        top: 2.8125em;
        left: 0.8125em;
        width: 1.5625em;
    }
}
@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }
    to {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}
@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }
    to {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    to {
        transform: rotate(-405deg);
    }
}
@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    to {
        transform: rotate(-405deg);
    }
}
@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }
    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }
    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }
    to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }
    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }
    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }
    to {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    to {
        transform: rotateX(0);
        opacity: 1;
    }
}
@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }
    to {
        transform: rotateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
body {
    font-family: Quicksand, sans-serif;
    background-color: #e9e9e9;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.turbo-progress-bar {
    height: 5px;
    background-color: #e44740;
}
.btn-pink,
.btn-pink:hover {
    color: #fff !important;
    background-color: #e44740 !important;
    border-color: #e44740 !important;
}
.btn-pink-light,
.btn-pink-light:hover {
    color: #e44740 !important;
    background-color: #fff !important;
    border-color: #e44740 !important;
}
.btn-pink-filter,
.btn-pink-filter:hover,
.btn-pink-toc {
    color: #fff !important;
    background-color: #e44740 !important;
    border-color: #e44740 !important;
}
.text-koding {
    background-color: #6c40e4;
    color: #fff;
    padding: 0 13px;
    border-radius: 1rem;
    font-weight: 700;
}
.jumbotron {
    background-color: #e2e6fd !important;
    background-image: url(/assets/images/glow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.form-control-borderless {
    border: none;
}
.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.card-search {
    background-color: #ddd;
    border-radius: 10px;
    border: 2px solid #ddd;
    box-shadow: none;
}
.card-search-2,
.card-search-3 {
    background-color: #fff;
    border-radius: 10px;
    border: 0px;
    box-shadow: 0 1px 3px #939393, 0 1px 2px #0000 !important;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-120 {
    margin-top: 120px;
}
.shadow-custom {
    box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f !important;
}
.bg-gray {
    background-color: #f4f4f5;
}
.bg-light-custom {
    background-color: #fff;
}
.footer-top {
    background: linear-gradient(90deg, #f4f4f5 50%, #fff 50%);
    border-top: 1px solid #ddd;
}
.footer-bottom {
    border-top: 1px solid #dee2e6 !important;
}
.icon-footer {
    width: 30px;
    color: #010101;
    margin-right: 20px;
}
.divider-custom {
    width: 12rem;
    background-color: #556080;
    border-radius: 9999px;
    border: 0 solid #556080;
    height: 0.25rem;
}
.footer-top ul {
    color: #fff;
    list-style-type: none;
    margin-left: -40px;
}
.footer-top li {
    line-height: 2.32142857em !important;
}
.link-footer a {
    color: #404042;
    text-decoration: none;
}
.bg-red {
    background-color: #e44740;
}
.ribbon-popular {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon-popular:before,
.ribbon-popular:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
}
.ribbon-popular span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    -webkit-animation: gradient-card 5s linear infinite;
    animation: gradient-card 5s linear infinite;
    box-shadow: 0 5px 10px #0000001a;
    color: #fff;
    font: 700 14px/1 Quicksand, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}
.ribbon-2 {
    --f: 10px;
    --r: 15px;
    --t: 10px;
    position: absolute;
    inset: var(--t) calc(-1 * var(--f)) auto auto;
    padding: 8px 15px 10px 30px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
    background: linear-gradient(90deg, #833ab4, #fd1d1d, #fcb045);
    box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
    color: #fff !important;
}
.article-avatar {
    white-space: nowrap;
    background-color: #c3c3c3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    font-size: 0.75rem;
    text-align: center;
    vertical-align: middle;
}
.article-avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.topic {
    margin-bottom: 10px;
}
.list-group-item {
    background-color: #f1f1f1;
    padding: 0.3rem 1.25rem;
    border: 0px;
    box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f !important;
    margin-bottom: 10px;
    border-radius: 10px !important;
    color: #2d3748;
}
.list-group-item:hover {
    color: #1a202c;
}
.list-group-item img {
    margin-left: -10px;
    margin-right: 5px;
}
.badge {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.rounded {
    border-radius: 1rem !important;
}
.card-img,
.card-img-top {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.card-img-bottom {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.card-footer:last-child {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.count {
    position: absolute;
    top: -3px;
    right: -1px;
    height: 15px;
    width: 15px;
    overflow: hidden;
    background: #e44740;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
}
.information-unread {
    background: #d3d3d3;
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e8;
    line-height: normal;
    border-radius: 0.5rem;
    margin-bottom: 5px;
}
.information-read {
    background: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e8;
    line-height: normal;
    border-radius: 0.5rem;
    margin-bottom: 5px;
}
.notif-date {
    font-size: 12px;
    color: #a0a0a0;
    margin-top: 5px;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}
.avatar-post img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.author-name {
    font-weight: 700;
}
.author-date {
    font-size: 12px;
    font-weight: 600;
}
pre {
    border-radius: 0.3rem;
}
.list-group-item.active {
    z-index: 2;
    color: #f7f7f7;
    background-color: #e44740;
    border-color: #e44740;
}
.avatar-bottom img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}
.author-data-bottom {
    margin-top: 15px;
}
.author-name-bottom {
    font-weight: 700;
    font-size: 20px;
}
.author-description-bottom {
    font-style: italic;
    font-size: 17px;
    color: #847e7e;
}
.donasi-trakteer {
    width: 150px;
    height: 50px;
    padding: 10px;
    background: #edf2f7;
    border-radius: 0.5rem;
    border: 3px solid #bf1e2f;
    margin-right: 10px;
    margin-left: 10px;
    color: #bf1e2f;
}
.donasi-saweria {
    width: 150px;
    height: 50px;
    padding: 10px;
    background: #edf2f7;
    border-radius: 0.5rem;
    border: 3px solid #fd8f1d;
    margin-right: 10px;
    margin-left: 10px;
    color: #fd8f1d;
}
.donasi-trakteer:hover {
    width: 150px;
    height: 50px;
    padding: 10px;
    background: #edf2f7;
    border-radius: 0.5rem;
    border: 3px solid #bf1e2f;
    margin-right: 10px;
    margin-left: 10px;
    color: #bf1e2f;
}
.donasi-saweria:hover {
    width: 150px;
    height: 50px;
    padding: 10px;
    background: #edf2f7;
    border-radius: 0.5rem;
    border: 3px solid #fd8f1d;
    margin-right: 10px;
    margin-left: 10px;
    color: #fd8f1d;
}
.image-card-custom {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #d1d1d1;
    padding: 7px;
}
.final-price {
    color: green;
    font-weight: 700;
}
.sale-price {
    text-decoration: line-through;
    color: red;
    font-weight: 700;
}
.article-content p {
    line-height: 30px;
    font-size: 18px;
}
.article-content p img {
    border-radius: 1rem;
    border: 1px solid #e8e8e8;
}
.article-content li {
    line-height: 30px;
    font-size: 18px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #4a515b;
    background-color: #f2f6fc;
    border-color: #d4dae3 #d4dae3 #d4dae300;
    border-top: 3px solid #e44740;
}
.nav-tabs {
    border-bottom: 2px solid #f2f6fc;
}
body.modal-search .main-app,
body.modal-search .navbar {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    transition: none;
}
nav.navbar.fixed-top {
    max-height: 100%;
    overflow-y: auto;
}
.blur-background {
    filter: blur(5px);
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000080;
    z-index: 99;
    display: none;
    cursor: not-allowed;
}
.show-overlay {
    display: block;
}
.avatar-profile {
    text-align: center;
}
.avatar-profile img {
    text-align: center;
    width: 150px;
    height: 150px;
    object-fit: cover;
    background-color: #d6d6d6;
    border-radius: 50%;
    padding: 5px;
}
.profile-name {
    font-weight: 700;
}
.profile-setting {
    margin-top: 20px;
}
.theme-button-option {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 40px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 10px 13px -7px #000, 5px 5px 15px 5px #0000;
}
.float-theme-button-option {
    margin-top: 16px;
}
.article-content table {
    font-family: Quicksand, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.article-content table th,
.article-content table td {
    border: 1px solid #d3d3d3;
    padding: 8px;
}
.article-content th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #6c6c6c;
    color: #fff;
}
table code {
    word-wrap: break-word;
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.article-content blockquote {
    margin: 0 0 1rem;
    padding: 6px;
    border-left: 5px solid #cd641a;
    border-radius: 0.5rem;
    background: #f7ebdb;
    color: #5a5858;
}
.article-content blockquote p {
    margin-top: initial;
    margin-bottom: initial;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon:before,
.ribbon:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #f4645e;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    background-color: #f4645e;
    box-shadow: 0 5px 10px #0000001a;
    color: #fff;
    font: 700 14px/1 Quicksand, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}
.ribbon-top-left {
    top: 0;
    left: 0;
}
.ribbon-top-left:before,
.ribbon-top-left:after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left:before {
    top: 0;
    right: 14px;
}
.ribbon-top-left:after {
    bottom: 14px;
    left: 0;
}
.ribbon-top-left span {
    right: -10px;
    top: 30px;
    transform: rotate(-45deg);
}
.float-wa {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.my-float-wa {
    margin-top: 16px;
}
.card-leaderboard {
    background: linear-gradient(90deg, #ff9348, #fff 61%);
    border-left: 5px solid #d25e0e !important;
}
.card-leaderboard-2 {
    background: linear-gradient(90deg, #a6c1e2, #fff 61%);
    border-left: 5px solid #678ab6 !important;
}
.card-leaderboard-3 {
    background: linear-gradient(90deg, #be755c, #fff 61%);
    border-left: 5px solid rgb(126 69 49) !important;
}
@keyframes gradient-card {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
@media (min-width: 992px) {
    nav.navbar.fixed-top {
        overflow-y: visible;
    }
}
@media only screen and (max-width: 480px) {
    .display-4 {
        font-size: 2.5rem;
    }
    .jumbotron-samsoe {
        text-align: center;
    }
    .avatar-bottom,
    .author-data-bottom {
        text-align: center;
    }
    .avatar-profile {
        text-align: center;
    }
    .avatar-profile img {
        text-align: center;
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 50%;
    }
    .profile-name {
        margin-top: 20px;
        text-align: center;
        font-weight: 700;
    }
    .profile-setting {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    .display-4 {
        font-size: 2.3rem;
    }
    .jumbotron-samsoe {
        text-align: center;
    }
    .avatar-bottom,
    .author-data-bottom {
        text-align: center;
    }
    .avatar-profile {
        text-align: center;
    }
    .avatar-profile img {
        text-align: center;
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 50%;
    }
    .profile-name {
        margin-top: 20px;
        text-align: center;
        font-weight: 700;
    }
    .profile-setting {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}
.code-badge-language {
    display: none;
}
.border-right {
    border-right: 1px solid #ddd;
}
.border-left {
    border-left: 1px solid #ddd;
}
.bg-register {
    background-color: #e44740;
}
.table-of-contents li a {
    color: #181b32;
    text-decoration: none;
    background-color: transparent;
}
.table-of-contents a.active {
    font-weight: 700;
    color: #e44740;
    transition: all 0.3s ease-in-out;
}
.table-of-contents li {
    padding-bottom: 10px;
}
.table-of-contents li ul li {
    padding-bottom: 5px;
    padding-top: 5px;
}
.table-of-contents li::marker {
    color: #181b32;
}
.table-of-contents ul ul,
ul ul {
    list-style-type: disc !important;
}
.navbar-toggler {
    padding: 0 !important;
    line-height: 0 !important;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
}
.btn-icon {
    padding: 0;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
    height: calc(2.625rem + 2px) !important;
    width: calc(2.625rem + 2px) !important;
}
.sticky-top {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.filter-hr {
    border: 0.1px solid rgb(174, 174, 174);
}
.card-dashboard {
    background-color: #e1e1e1;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.no-select pre {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
p code {
    box-sizing: border-box !important;
    border-radius: 5px !important;
    padding: 4px 7px !important;
    background: #f0f0fc !important;
    color: #ca473f !important;
}
.modal-search .modal-body {
    background-color: #e9e9e9 !important;
}
.fa-copy {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-clipboard-text' width='20' height='20' style='color:white' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'><path stroke='none' d='M0 0h24v24H0z' fill='none'></path><path d='M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2'></path><path d='M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z'></path><path d='M9 12h6'></path><path d='M9 16h6'></path></svg>");
}
.fa-check {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-clipboard-check' width='20' height='20' style='color:green' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'><path stroke='none' d='M0 0h24v24H0z' fill='none'></path><path d='M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2'></path><path d='M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z'></path><path d='M9 14l2 2l4 -4'></path></svg>") !important;
}
.code-badge {
    display: flex;
    flex-direction: row;
    white-space: normal;
    background: transparent !important;
    background: #333;
    color: #fff;
    font-size: initial !important;
    opacity: 0.5;
    transition: opacity linear 0.7s;
    border-radius: 0 0 0 7px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 10p;
}
.code-badge-copy-icon {
    font-size: 1em !important;
    cursor: pointer;
    padding: 0 9px 0 10px !important;
    margin-top: 2;
}
.text-fb {
    color: #245ce5;
}
.text-tele {
    color: #2db3ee;
}
.text-git {
    color: #333;
}
.text-yt {
    color: #ff1414;
}
.text-ig {
    color: #f769ca;
}
.text-tiktok {
    color: #333;
}
.highlight-line[style] {
    border-left: 3px solid #58bf7e !important;
    padding: 5px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e44740;
    border-color: #e44740;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #e44740;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #e44740;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.filename {
    background-color: #6c6c6c;
    color: #fff;
    padding: 10px 10px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -3px;
    border-bottom: 5px solid #23241f;
    display: flex;
    flex-wrap: no-wrap;
    overflow-x: auto;
    font-size: 16px !important;
}
.bg-navbar-menu {
    background: #fff;
}
.content-preview:after {
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 95%;
    content: "";
    background: linear-gradient(to top, #fff 20%, #fff0 80%);
    pointer-events: none;
    margin-bottom: 330px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.border-popular {
    border: 2px solid #23accf;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
input[type="checkbox"]:before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 0.12s transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: CanvasText;
}
input[type="checkbox"]:checked:before {
    transform: scale(1);
}
input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}
input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
input[type="radio"]:before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.12s transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: CanvasText;
}
input[type="radio"]:checked:before {
    transform: scale(1);
}
input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}
.card-search .form-control[readonly] {
    background-color: #ddd;
    opacity: 1;
}
.card-search-3 .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.text-popular {
    color: #e44740;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: #e44740;
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.hide-code pre {
    opacity: 0.1;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: none;
    z-index: 999;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 1px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.btn-circle.btn-xl {
    width: 40px;
    height: 40px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
@media (min-width: 200px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.blurred {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    z-index: 9999;
    -webkit-backdrop-filter: blur(2px);
    -moz-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.card-review .user-avatar {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 70px;
    width: 70px;
    height: 70px;
    max-height: 70px;
    border-radius: 999px;
}
.card-review .username {
    color: #34364a !important;
    margin-bottom: 0;
    font-size: 18px !important;
}
.card-review .role {
    font-weight: 300;
    font-size: 14px;
    color: #999aa4;
    margin-top: 4px;
    margin-bottom: 0;
}
.badge {
    border-radius: 10px;
}
.btn {
    border-radius: calc(0.5rem - 2px);
}
.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(-180deg);
}
.dropdown-toggle:after {
    transition: 0.7s;
}
.avatar-navbar {
    background-color: #d1d1d1;
    padding: 3px;
}
.modal-header {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.modal-footer {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.search-hover:hover {
    box-shadow: 0 0 0 2px #f4645e inset !important;
}
.scrollable-nav {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
}
.scrollable-nav .nav-link {
    padding: 0.5rem !important;
}
.avatar-leaderboard-2 img {
    text-align: center;
    width: 150px;
    height: 150px;
    object-fit: cover;
    background-color: #d1d1d1;
    border-radius: 50%;
    padding: 3px;
}
.number-leaderboard {
    width: 50px;
    height: 50px;
    background: #e5e9f2;
    border-radius: 100px;
    float: left;
    margin-right: 20px;
}
.number-leaderboard p {
    font-weight: 700;
    color: #34364a;
    font-size: 20px;
    padding-top: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #f3e0e0;
    border-left: 3px solid #e44740 !important;
    color: #e44740 !important;
}
.nav-pills .nav-link {
    border-radius: 0.5rem !important;
    background: #e1e1e1;
}
.user-profile-picture-edit-button {
    position: absolute;
    bottom: 0.2rem;
    right: 6em;
}
.blink {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.disabled {
    text-decoration: none;
    color: #ffffff40;
}
.disabled:hover {
    cursor: not-allowed;
}
.default-avatar {
    background-color: #47d501;
    font-weight: 500;
    color: #fff;
    font-size: 1rem;
}
.default-avatar,
.member-overlap-item {
    height: 40px;
    width: 40px;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
}
.member-overlap-item {
    margin-right: -15px;
    border: 2px solid #fff;
}
.group {
    min-height: 40px;
    height: 66px;
    line-height: 66px;
}
.nav-item.nav-link {
    white-space: nowrap;
}
.nav-item.nav-link .icon-tabler {
    margin-right: 5px;
}
.nav-item.nav-link {
    padding: 10px 15px;
}
.marquee-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.marquee-container:before,
.marquee-container:after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.marquee-container:before {
    left: 0;
    background: linear-gradient(to right, #e9e9e9 0%, transparent 100%);
}
.marquee-container:after {
    right: 0;
    background: linear-gradient(to left, #e9e9e9 0%, transparent 100%);
}
.marquee-container2 {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.marquee-container2:before,
.marquee-container2:after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.marquee-container2:before {
    left: 0;
    background: linear-gradient(to right, rgb(228, 71, 64) 0%, transparent 100%);
}
.marquee-container2:after {
    right: 0;
    background: linear-gradient(to left, rgb(228, 71, 64) 0%, transparent 100%);
}
.marquee-content {
    display: flex;
    animation: marquee 25s linear infinite;
    will-change: transform;
}
.marquee-content-brand-1 {
    display: flex;
    animation: marquee-brand-1 25s linear infinite;
    will-change: transform;
}
.marquee-content-brand-2 {
    display: flex;
    animation: marquee-brand-2 25s linear infinite;
    will-change: transform;
}
.marquee-item {
    flex: 0 0 auto;
    padding: 0 20px;
    font-size: 1.2rem;
    color: #495057;
}
@keyframes marquee {
    0% {
        transform: translate(0);
    }
    to {
        transform: translate(-70%);
    }
}
@keyframes marquee-brand-1 {
    0% {
        transform: translate(0);
    }
    to {
        transform: translate(-100%);
    }
}
@keyframes marquee-brand-2 {
    0% {
        transform: translate(0);
    }
    to {
        transform: translate(100%);
    }
}
.marquee-container {
    overflow: hidden;
}
.marquee-content {
    width: 200%;
}
.marquee-content .marquee-item {
    flex: 0 0 auto;
}
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
.card-category:hover,
.card-category:focus,
.card-category:focus-visible {
    box-shadow: 0 0 0 2px #ca1420 inset !important;
}
.lh-1 {
    line-height: 1 !important;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.menu-item {
    padding: 3px;
}
.menu-item:hover {
    background: linear-gradient(90deg, #d4d4d8, #d4d4d8 0%, #fff0) !important;
    border-radius: 1rem;
}
.wrap-dropdown-item {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0.5rem;
}
.wrap-dropdown-item:hover {
    background-color: #d4d4d8;
    border-radius: 1rem;
}
.wrap-dropdown-item .active {
    background-color: #d4d4d8;
    color: #333;
    border-radius: 1rem;
}
.active-tabs {
    background-color: #e9e9e9;
    border-color: #d4dae3 #d4dae3 #d4dae300;
    border-top: 2px solid #e44740 !important;
}
.parallax {
    position: relative;
}
.parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-layer:first-child {
    position: relative;
}
.parallax-layer > img {
    display: block;
    width: 100%;
}
#navbarContent .navbar-nav .megamenu .nav-link:hover,
#navbarContent .navbar-nav .nav-item .nav-link:hover {
    background: #d4d4d8;
    border-radius: 0.5rem;
}
.pattern-square:after {
    background-image: url(/assets/images/pattern-square.svg);
    background-position: top;
    content: "";
    height: 400px;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
    mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
    padding: 40px 0;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 2;
    pointer-events: none;
    filter: invert(50%) sepia(80%) saturate(500%) hue-rotate(310deg);
}
.bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.bg-pattern:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/assets/images/pattern-white.svg);
    background-position: top;
    opacity: 0.3;
    -webkit-mask-image: linear-gradient(0deg, transparent 55%, #000 75%);
    mask-image: linear-gradient(0deg, transparent 55%, #000 75%);
    pointer-events: none;
    z-index: 1;
}
@keyframes opacity-animation {
    0% {
        opacity: 0;
    }
}
@keyframes pulse-animation {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.8;
    }
    70% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3);
    }
    to {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
}
.pulse:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #90ff6e;
    border-radius: 100%;
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(3);
    animation: pulse-animation 2s infinite;
}
.pulse {
    position: relative;
    display: inline-block;
    vertical-align: -2px;
    width: 13px;
    height: 13px;
    margin: auto;
    background: #90ff6e;
    color: transparent;
    border-radius: 100%;
    flex: 0 0 auto;
    animation: opacity-animation 1s linear;
}
.pulse.green {
    background: #00e600;
}
.btn-outline-dark:hover {
    background-color: transparent;
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    background-color: transparent;
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: none !important;
}
.toc ul {
    padding: 0 20px;
    margin-left: 0 !important;
}
.card-promo {
    background-color: #f9fafc !important;
    border: 1px solid #e5e9f2 !important;
    border-radius: 8px;
    box-shadow: none !important;
}
.number-post-series {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    float: left;
    margin-right: 20px;
    border: 1px solid #adadad;
}
.number-post-series p {
    font-weight: 700;
    color: #34364a;
    font-size: initial;
    padding-top: 2px;
    text-align: center;
    padding-right: 1px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}
.page-item:last-child .page-link {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.bg-dark-vip {
    background-color: #343a40 !important;
}
.list-numbering {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    border: 1px solid rgb(173, 173, 173);
}
.card-text-expand {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.expanded-text {
    -webkit-line-clamp: unset;
}
.custom-tabs {
    display: flex;
    background-color: #6c757d;
    border-radius: 30px;
    padding: 5px;
    width: 100%;
    margin: auto;
}
.custom-tabs .nav-item {
    flex: 1;
}
.custom-tabs .nav-link {
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.custom-tabs .nav-link.active {
    background-color: #fff;
    color: #6a6a6a;
    font-weight: 700;
}
.custom-tabs-profile {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #6c757d;
    border-radius: 30px;
    padding: 5px;
    width: 100%;
    margin: auto;
}
.custom-tabs-profile .nav-item {
    flex: 1;
}
.custom-tabs-profile .nav-link {
    color: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.custom-tabs-profile .nav-link.active {
    background-color: #fff;
    color: #6a6a6a;
    font-weight: 700;
}
@keyframes blink-2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.blink-2 {
    animation: blink-2 1s infinite;
    color: #4aaf75;
    font-weight: 700;
}
.blog-header {
    background-color: #e44740;
    color: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    position: relative;
    background-image: url(/assets/images/glow.svg);
    background-repeat: no-repeat;
}
.blog-header h1 {
    font-weight: 700;
}
.blog-author-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.blog-author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    background-color: #e9e9e9;
    padding: 3px;
}
.blog-meta {
    font-size: 14px;
    margin-bottom: 10px;
}
.blog-author-name {
    font-weight: 600;
    margin-bottom: 2px;
}
.dot-pattern {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(white 2px, transparent 3px);
    background-size: 15px 15px;
    opacity: 0.1;
}
.dot-top-left {
    top: 10px;
    left: 10px;
}
.dot-bottom-right {
    bottom: 10px;
    right: 10px;
}
.sk-article-card .badge-light {
    background-color: #f3f4f6;
    color: #374151;
    font-weight: 500;
}
.sk-article-card .card-title {
    font-size: 1.25rem;
}
.bg-emoji {
    background-color: #f4f4f5;
    border: 1px solid #dee2e6;
}
.bg-emoji-active {
    background-color: #e1f2ff;
    border: 1px solid #dee2e6;
}
.reaction-dropdown {
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.course-description-container {
    position: relative;
    max-width: 100%;
    margin: auto;
}
.course-description-text {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}
.course-description-text.expanded {
    max-height: 3000px;
}
.course-shadow-fade {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, #fff0, #fff);
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.course-description-text.expanded .course-shadow-fade {
    opacity: 0;
}
.course-read-more-btn {
    margin-top: 10px;
    background: none;
    border: none;
    color: #444;
    cursor: pointer;
    font-weight: 700;
}
.course-read-more-btn .icon {
    margin-left: 6px;
    transition: transform 0.3s ease;
    display: inline-block;
    vertical-align: middle;
}
.course-read-more-btn.active .icon {
    transform: rotate(180deg);
}
.gradient-left-right {
    position: relative;
}
.gradient-left-right:before,
.gradient-left-right:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100px;
    height: 100%;
    pointer-events: none;
}
.gradient-left-right:before {
    left: 0;
    background: linear-gradient(to right, #e9e9e9, #fff0);
}
.gradient-left-right:after {
    right: 0;
    background: linear-gradient(to left, #e9e9e9, #fff0);
}
.pulse-button {
    animation: pulseZoom 1.5s ease-in-out infinite;
    transform-origin: center;
}
@keyframes pulseZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(1.03);
    }
    to {
        transform: scale(1);
    }
}
.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.status-open {
    background-color: #28a745;
    animation: pulse-green 1.5s infinite;
}
.status-closed {
    background-color: #dc3545;
    animation: pulse-red 1.5s infinite;
}
@keyframes pulse-green {
    0% {
        box-shadow: 0 0 #28a745b3;
    }
    70% {
        box-shadow: 0 0 0 10px #28a74500;
    }
    to {
        box-shadow: 0 0 #28a74500;
    }
}
@keyframes pulse-red {
    0% {
        box-shadow: 0 0 #dc3545b3;
    }
    70% {
        box-shadow: 0 0 0 10px #dc354500;
    }
    to {
        box-shadow: 0 0 #dc354500;
    }
}
.tag-position {
    background-color: #e7f1ff;
    color: #007bff;
    border-radius: 1.5rem 1.5rem 0.375rem 1rem;
    padding: 0.5rem 0.8rem;
    margin: 0.2rem 0.2rem 0.5rem;
    display: inline-block;
    border-radius: 1.5rem 1.5rem 0.375rem;
}
.badge-level {
    background-color: #a7f3d080;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem 1.5rem 0.375rem;
    margin-bottom: 0.5rem;
}
.badge-skill {
    padding: 0.5em 0.75em;
    margin: 0.2rem 0.2rem 0.5rem;
    background-color: #f1f1f1;
    border-radius: 1rem;
    display: inline-block;
}
@media (min-width: 1400px) {
    .container,
    .container-xl {
        max-width: 1320px;
    }
}
html {
    scroll-behavior: smooth;
}
#darkmode body {
    background: #444a54 !important;
}
#darkmode .turbo-progress-bar {
    height: 5px;
    background-color: #fff !important;
}
#darkmode .btn-dark {
    background: #fff;
    color: #0d1117;
}
#darkmode .text-dark-custom {
    color: #d4973b !important;
}
#darkmode nav.bg-white {
    background-color: #161b22 !important;
}
#darkmode .nav-link {
    color: #fff !important;
}
#darkmode .megamenu .bg-white,
#darkmode .megamenu .bg-gray {
    background-color: #575d68 !important;
}
#darkmode .megamenu h5,
#darkmode .megamenu h6,
#darkmode .megamenu h6 a {
    color: #fff !important;
}
#darkmode .megamenu .dropdown-menu {
    background: none;
    width: 100%;
    margin-top: 0 !important;
    border-top: none !important;
}
#darkmode .border-right {
    border-right: 1px solid #444a54 !important;
}
#darkmode .border-left {
    border-left: 1px solid #444a54 !important;
}
#darkmode .jumbotron {
    background-color: #2a323e !important;
    background-image: url(/assets/images/glow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#darkmode .text-koding {
    background-color: #161b22 !important;
    color: #fff !important;
    padding: 0 13px;
    border-radius: 1rem;
    font-weight: 700;
}
#darkmode .bg-red {
    background-color: #161b22 !important;
}
#darkmode .text-dark {
    color: #fff !important;
}
#darkmode .card {
    background-color: #161b22 !important;
}
#darkmode .card-footer {
    background-color: #161b22 !important;
    border-top: 1px solid rgb(50 55 64);
}
#darkmode .btn-pink-light,
#darkmode .btn-pink-light:hover {
    color: #2a323f !important;
    background-color: #fff !important;
    border-color: #2a323f !important;
}
#darkmode .btn-pink-filter {
    color: #fff !important;
    background-color: #2a323f !important;
    border-color: #fff !important;
}
#darkmode .btn-pink-filter:hover {
    color: #2a323f !important;
    background-color: #fff !important;
    border-color: #2a323f !important;
}
#darkmode .btn-pink,
#darkmode .btn-pink:hover {
    color: #fff !important;
    background-color: #434954 !important;
    border-color: #434954 !important;
}
#darkmode .btn-pink-toc {
    color: #fff !important;
    background-color: #87909e !important;
    border-color: #87909e !important;
}
#darkmode .text-black-50 {
    color: #f1f1f1 !important;
}
#darkmode .list-group-item {
    background-color: #323740 !important;
    padding: 0.3rem 1.25rem;
    border: 0px;
    box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f !important;
    margin-bottom: 10px;
    border-radius: 10px !important;
    color: #2d3748;
}
#darkmode .bg-gray {
    background-color: #161b22 !important;
}
#darkmode .footer-top {
    background: linear-gradient(90deg, #161b22 50%, #2a3240 50%);
    border-top: none !important;
}
#darkmode .bg-light-custom {
    background-color: #2a323f !important;
}
#darkmode .footer-bottom {
    border-top: none !important;
}
#darkmode .bg-register {
    background-color: #161b22 !important;
}
#darkmode .collapse .card {
    background-color: #161b22 !important;
    border: none;
}
#darkmode .table-of-contents li a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
#darkmode .table-of-contents li::marker {
    color: #fff;
}
#darkmode .article-content table {
    font-family: Quicksand, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
#darkmode .article-content th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #616c7e !important;
    color: #fff;
}
#darkmode .article-content table th,
#darkmode .article-content table td {
    border: 1px solid #424a58;
    padding: 8px;
}
#darkmode .hljs {
    display: block;
    overflow-x: auto;
    background: #1f2938;
    font-weight: 100;
    border-radius: 5px;
}
#darkmode .code-badge {
    display: flex;
    flex-direction: row;
    white-space: normal;
    background: transparent !important;
    background: #2c394e;
    color: #fff;
    font-size: 0.875em;
    opacity: 0.5;
    transition: opacity linear 0.5s;
    border-radius: 0 0 0 7px;
    padding: 5px 8px;
    position: absolute;
    right: 0;
    top: 0;
}
#darkmode .article-content blockquote {
    margin: 0px 0px 1rem;
    padding: 6px;
    border-left: 5px solid rgb(127 130 134);
    border-radius: 0.5rem;
    background: #444a54;
    color: #fff;
}
#darkmode .list-group-item.active {
    z-index: 2;
    color: #f7f7f7;
    background-color: #989ea8 !important;
    border-color: #989ea8 !important;
}
#darkmode .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #161b22;
    border-color: #161b22;
}
#darkmode .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #161b22;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
#darkmode .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #4a515b;
    background-color: #161b22;
    border-color: #a1b0c7 #a1b0c7 #2a323f;
    border-top: 3px solid #a1b0c7;
}
#darkmode .nav-tabs {
    border-bottom: 2px solid #a1b0c7;
}
#darkmode .image-card-custom {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #444a54;
    padding: 7px;
}
#darkmode hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(68 74 84);
}
#darkmode .card-office {
    background-color: #a7aeb6 !important;
}
#darkmode .modal-header {
    background-color: #161b22;
    color: #fff;
    border-bottom: none !important;
}
#darkmode .modal-body {
    background-color: #2a323e;
    color: #fff;
}
#darkmode .modal-footer {
    background-color: #161b22;
    color: #fff;
    border-top: none !important;
}
#darkmode .dropdown-menu {
    background-color: #575d68;
    color: #fff;
}
#darkmode .dropdown-item {
    color: #fff;
}
#darkmode .dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
#darkmode .information-unread {
    background: #2a323f;
    padding: 10px 15px;
    border-bottom: 1px solid #2a3240;
    line-height: normal;
    border-radius: 0.5rem;
    margin-bottom: 5px;
}
#darkmode .information-read {
    background: #454646;
    padding: 10px 15px;
    border-bottom: 1px solid #454646;
    line-height: normal;
    border-radius: 0.5rem;
    margin-bottom: 5px;
}
#darkmode .card-body th {
    background-color: transparent;
    color: #fff;
}
#darkmode .navbar-toggler {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
}
#darkmode .filter-hr {
    border: 0.1px solid rgb(106, 106, 106);
}
#darkmode .card-dashboard {
    background-color: #434954 !important;
}
#darkmode p code {
    background: #313f56 !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    color: #ff4b40 !important;
    padding: 4px 7px !important;
}
#darkmode .modal-search .modal-body {
    background-color: #2a323e !important;
    color: #fff;
}
#darkmode .text-fb,
#darkmode .text-tele,
#darkmode .text-git,
#darkmode .text-yt,
#darkmode .text-ig,
#darkmode .text-tiktok {
    color: #fff;
}
#darkmode .filename {
    background-color: #616c7e;
    color: #fff;
    padding: 10px 10px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -3px;
    border-bottom: 5px solid #1f2938;
    display: flex;
    flex-wrap: no-wrap;
    overflow-x: auto;
    font-size: 16px !important;
}
#darkmode .bg-navbar-menu {
    background: #161b22;
}
#darkmode .content-preview:after {
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 95%;
    content: "";
    background: linear-gradient(to top, #161b22 20%, #fff0 80%);
    pointer-events: none;
    margin-bottom: 330px;
}
#darkmode .card-header {
    margin-bottom: 0;
    background-color: #303642;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#darkmode .card-header:first-child {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
#darkmode input[type="checkbox"] {
    border: 0.15em solid #ffffff;
}
#darkmode input[type="checkbox"]:before {
    background-color: #fff;
}
#darkmode input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid #ffffff;
    outline-offset: max(2px, 0.15em);
}
#darkmode input[type="radio"] {
    border: 0.15em solid #ffffff;
}
#darkmode input[type="radio"]:before {
    background-color: #fff;
}
#darkmode input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid #ffffff;
    outline-offset: max(2px, 0.15em);
}
#darkmode .card-search {
    background-color: #b7b7b7;
    border-radius: 10px;
    border: 2px solid #b7b7b7;
    box-shadow: none !important;
}
#darkmode .card-search .form-control[readonly] {
    background-color: #b7b7b7;
    opacity: 1;
    color: #fff !important;
}
#darkmode .card-search-3 .form-control[readonly] {
    background-color: #b7b7b7;
    opacity: 1;
}
#darkmode .card-search-2 {
    background-color: #2a323e;
    border-radius: 10px;
    border: 0px;
    box-shadow: none !important;
}
#darkmode .card-search-2 .form-control {
    background-color: #2a323e;
    color: #fff !important;
}
#darkmode .card-search-3 {
    background-color: #b7b7b7;
    border-radius: 10px;
    border: 0px;
    box-shadow: none !important;
}
#darkmode .text-popular {
    color: #feab47 !important;
}
#darkmode .divider-custom {
    width: 12rem;
    background-color: #fff;
    border-radius: 9999px;
    border: 0 solid #ffffff;
    height: 0.25rem;
}
#darkmode .hide-code pre {
    opacity: 0.1;
}
#darkmode .avatar-navbar {
    background-color: #444a54;
    padding: 3px;
}
#darkmode .search-hover:hover {
    box-shadow: 0 0 0 2px #a1b0c7 inset !important;
}
#darkmode .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #e1e1e1;
    border-left: 3px solid #434954 !important;
    color: #434954 !important;
}
#darkmode .nav-pills .nav-link {
    border-radius: 0.5rem !important;
    background: #434954;
}
#darkmode .card-category {
    background-color: #434954 !important;
}
#darkmode .card-category:hover,
.card-category:focus,
.card-category:focus-visible {
    box-shadow: 0 0 0 2px #b9b9b9 inset !important;
}
#darkmode .menu-item {
    padding: 3px;
}
#darkmode .menu-item:hover {
    background: linear-gradient(90deg, #2a323e, #2a323e 0%, #fff0) !important;
    border-radius: 1rem;
}
#darkmode .wrap-dropdown-item {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0.5rem;
}
#darkmode .wrap-dropdown-item:hover {
    background-color: #161b22;
    border-radius: 1rem;
}
#darkmode .card-leaderboard {
    background: linear-gradient(90deg, #ff9348, #161b22 61%);
    border-left: 5px solid #d25e0e !important;
}
#darkmode .card-leaderboard-2 {
    background: linear-gradient(90deg, #a6c1e2, #161b22 61%);
    border-left: 5px solid #678ab6 !important;
}
#darkmode .card-leaderboard-3 {
    background: linear-gradient(90deg, #be755c, #161b22 61%);
    border-left: 5px solid rgb(126 69 49) !important;
}
#darkmode .active-tabs {
    background-color: #444a54;
    border-color: #444a54 #444a54 #444a54;
    border-top: 2px solid #a1b0c7 !important;
}
#darkmode #navbarContent .navbar-nav .megamenu .nav-link:hover,
#darkmode #navbarContent .navbar-nav .nav-item .nav-link:hover {
    background: #2a323e;
    border-radius: 0.5rem;
}
#darkmode .pattern-square:after {
    background-image: url(/assets/images/pattern-square.svg);
    background-position: top;
    content: "";
    height: 400px;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
    mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
    padding: 40px 0;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 999;
    filter: invert(10%) sepia(50%) saturate(100%) hue-rotate(310deg);
}
#darkmode .btn-outline-dark,
#darkmode .btn-outline-dark:hover {
    background-color: transparent;
    color: #bcbfc2;
    border-color: #bcbfc2;
}
#darkmode .btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    background-color: transparent;
    color: #bcbfc2;
    border-color: #bcbfc2;
}
#darkmode .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none;
}
#darkmode .overlay {
    background: #0003;
}
#darkmode .card-promo {
    background-color: #444a54 !important;
    border: 1px solid #b3b4b6 !important;
    border-radius: 8px;
    box-shadow: none !important;
}
#darkmode .list-numbering {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #202328;
    color: #f7f7f7;
    border: 1px solid rgb(173, 173, 173);
}
#darkmode .custom-tabs {
    display: flex;
    background-color: #161b22;
    border-radius: 30px;
    padding: 5px;
    width: 100%;
    margin: auto;
}
#darkmode .custom-tabs .nav-item {
    flex: 1;
}
#darkmode .custom-tabs .nav-link {
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
#darkmode .custom-tabs .nav-link.active {
    background-color: #444a54;
    color: #6a6a6a;
    font-weight: 700;
}
#darkmode .custom-tabs-profile {
    display: flex;
    background-color: #161b22;
    border-radius: 30px;
    padding: 5px;
    width: 100%;
    margin: auto;
}
#darkmode .custom-tabs-profile .nav-link {
    color: #5e5e5e;
    padding: 0.3rem 0.8rem;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
#darkmode .custom-tabs-profile .nav-link.active {
    background-color: #444a54;
    color: #6a6a6a;
    font-weight: 700;
}
#darkmode .blog-header {
    background-color: #161b22;
    color: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    position: relative;
    background-image: url(/assets/images/glow.svg);
    background-repeat: no-repeat;
}
#darkmode .bg-emoji {
    background-color: #444a54;
    border: 1px solid #6d6f71;
}
#darkmode .bg-emoji-active {
    background-color: #000;
    border: 1px solid #dee2e6;
}
#darkmode .marquee-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
#darkmode .marquee-container:before,
.marquee-container:after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
#darkmode .marquee-container:before {
    left: 0;
    background: linear-gradient(to right, #444a54 0%, transparent 100%);
}
#darkmode .marquee-container:after {
    right: 0;
    background: linear-gradient(to left, #444a54 0%, transparent 100%);
}
#darkmode .marquee-container2 {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
#darkmode .marquee-container2:before,
.marquee-container2:after {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
#darkmode .marquee-container2:before {
    left: 0;
    background: linear-gradient(to right, rgb(22 27 34) 0%, transparent 100%);
}
#darkmode .marquee-container2:after {
    right: 0;
    background: linear-gradient(to left, rgb(22 27 34) 0%, transparent 100%);
}
#darkmode .reaction-dropdown {
    background-color: #444a54;
    border: 1px solid #8f9195;
}
#darkmode .course-shadow-fade {
    background: linear-gradient(to bottom, #fff0, #161b22);
}
#darkmode .gradient-left-right:before {
    left: 0;
    background: linear-gradient(to right, #444a54, #fff0);
}
#darkmode .gradient-left-right:after {
    right: 0;
    background: linear-gradient(to left, #444a54, #fff0);
}
#darkmode .tag-position {
    background-color: #e7f1ff;
    color: #007bff;
    border-radius: 1.5rem 1.5rem 0.375rem 1rem;
    padding: 0.5rem 0.8rem;
    margin: 0.2rem 0.2rem 0.5rem;
    display: inline-block;
    border-radius: 1.5rem 1.5rem 0.375rem;
}
#darkmode .badge-level {
    background-color: #a7f3d080;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem 1.5rem 0.375rem;
    margin-bottom: 0.5rem;
}
#darkmode .badge-skill {
    padding: 0.5em 0.75em;
    margin: 0.2rem 0.2rem 0.5rem;
    background-color: #f1f1f1;
    border-radius: 1rem;
    display: inline-block;
}
