/*
Theme Name: AuraNews
Theme URI: https://www.cuopa.com/
Author: Geticer
Author URI: https://www.cuopa.com/
Description: 响应式自媒体新闻博客模板，适合资讯、文章、个人博客等场景。本主题仅仅负责外观部分，无法控制展示的内容 任何用户输入和/或展示的内容由用户自行承担风险和责任 本主题的作者不对任何因为使用不当造成的任何直接或间接的损失（包括但不限于数据丢失、停机、业务中断等）负责。禁止将Xiuno BBS用于搭建诈骗、赌博、色情等违法违规站点。
Version: 1.0
License: MIT
Text Domain: auranews
*/

:root {
    /* 基础变量 */
    --border-radius: 6px;
    --theme-color: #6B48FF;
    --t-color: var(--theme-color);
    --white: #FFF;
    --black: #000;
    --alpha-bg: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
    --alpha-bg-dark: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.45) 71.35%, rgba(0, 0, 0, 0) 100%);
    --error: #ff073a;
    --success: #28a745;
    --shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    
    /* 兼容Bootstrap */
    --primary: var(--theme-color);
    --danger: var(--error);
    --font-family-sans-serif: "Nowar Warcraft Sans CN", "有爱魔兽黑体 CN", "有爱黑体 UI CN", "有爱黑体 CN", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "HarmonyOS Sans", "MiSans", "Microsoft YaHei", system-ui, sans-serif;
    --light:var(--body-bg);
    --dark:var(--text-color-dark);

    /* 浅色主题默认值 */
    --body-bg: #ffffff;
    --light-bg-color: #f0f2f7;
    --text-color-normal: #3D4452;
    --text-color-dark: #1A202B;
    --text-color-light: #83868b;
    --border-color: #E8E9EB;
    --footer-bg-color: #1A202B;
    --footer-text-color: #a1a6b1;
    --footer-border-color: #2A313F;
}

[data-theme="dark"] {
    /* 深色主题覆盖的变量 */
    --body-bg: #12181b;
    --light-bg-color: #1f2529;
    --text-color-normal: #c2c3c7;
    --text-color-dark: #EBEBEC;
    --text-color-light: #929399;
    --border-color: #353746;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

.close {
    color: var(--text-color-light);
    text-shadow:none
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@media (max-width:1170px) and (min-width:558px) {
    .container {
        max-width: calc(100vw - 30px);
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.text-upper {
    text-transform: uppercase;
}

.no-style-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.block {
    display: block;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.vertical-center>* {
    vertical-align: middle;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

iframe.no-resize {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.loading-bg {
    position: relative;
}

.loading-bg::after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    border: 2px solid var(--border-color);
    border-top-color: transparent;
    border-radius: 50%;
    z-index: 0;
    -webkit-animation: rotating 0.6s linear infinite;
    animation: rotating 0.6s linear infinite;
}

.loading-bg>* {
    position: relative;
    z-index: 1;
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    line-height: 1.5;
    color: var(--text-color-normal);
    background-color: var(--body-bg);
    font-family: var(--font-family-sans-serif, sans-serif);
    /* 可选：启用字体特性优化 */
    font-feature-settings: "calt", "kern", "liga";
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--text-color-dark);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1,
.h1 {
    font-size: 2.75rem;
}

h2,
.h2 {
    font-size: 2.25rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.75rem;
}

@media (max-width:767px) {

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }

    h4,
    .h4 {
        font-size: 1.125rem;
    }

    h5,
    .h5 {
        font-size: 1rem;
    }

    h6,
    .h6 {
        font-size: 0.875rem;
    }
}

a {
    text-decoration: none;
    color: var(--theme-color);
    transition: all 0.25s;
}

img {
    max-width: 100%;
}

svg {
    fill: currentColor;
}

.tag-pill {
    text-transform: uppercase;
    background-color: var(--t-color);
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    display: inline-flex;
    border-radius: var(--border-radius);
}

.tag-small {
    text-transform: uppercase;
    color: var(--t-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.post-meta {
    font-size: 0.75rem;
    line-height: 1.3;
}

.post-meta .author,
.post-meta .pub-date {
    margin-right: 16px;
    position: relative;
}

.post-meta .author:after,
.post-meta .pub-date:after {
    content: "-";
    margin-left: 6px;
/*     position: absolute;
    margin-top: -1px; */
    display: inline-block;
    font-weight: 700;
}

.post-meta .pub-date {
    text-transform: capitalize;
}

.btn {
    display: inline-flex;
    text-align: center;
    user-select: none;
    padding: 0px 1.5rem;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-color: none;
    border-radius: var(--border-radius);
    transition: all 0.25s;
    position: relative;
}

.bg-transparent {
    color: var(--text-color-normal);
}

.btn.btn-primary {
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    color: var(--white);
}

.btn:not(:disabled):not(.diabled) {
    cursor: pointer;
}

.btn:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    transition: background-color 0.25s;
}

.btn:hover:before {
    background-color: rgba(0, 0, 0, 0.08);
}

.btn:focus {
    box-shadow: 0 0 0 2px rgba(var(--theme-color), 0.4);
}

.btn svg {
    width: 18px;
    height: 18px;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.loading .btn,
.loading button,
.loading input[type='submit'],
.btn.loading,
button.loading,
input.loading[type='submit'] {
    position: relative;
    padding-right: 2.5rem;
}

.loading .btn:after,
.loading button:after,
.loading input[type='submit']:after,
.btn.loading:after,
button.loading:after,
input.loading[type='submit']:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border-radius: 50%;
    border: 2px solid var(--text-color-normal);
    border-top-color: transparent;
    animation: loading 0.6s linear infinite;
}

.loading .btn:after,
.loading button:after,
.loading input[type='submit']:after {
    border-color: var(--white);
    border-top-color: transparent;
}

.btn.loading:after,
button.loading:after,
input[type='submit'].loading:after {
    border-color: var(--white);
    border-top-color: transparent;
}

/* 主页第二页华丽按钮样式 */
.btn.homepage-next-page-fancy-button {
    /* 基础样式继承 */
    background: var(--theme-color);
    color: var(--white);
    border: 1px solid var(--theme-color);

    /* 华丽效果 */
    padding: 0px 2rem;
    min-height: 56px;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    /* 渐变和阴影 */
    background: linear-gradient(135deg, var(--theme-color) 0%, #8A63FF 100%);

    /* 悬停动画效果 */
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* 发光效果 */
.btn.homepage-next-page-fancy-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transition: left 0.7s ease-in-out;
}

/* 图标动画 */
.btn.homepage-next-page-fancy-button .arrow {
    margin-left: 0.75rem;
    transition: transform 0.3s ease-in-out;
}

/* 悬停状态 */
.btn.homepage-next-page-fancy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(107, 72, 255, 0.4);
    /* background: linear-gradient(135deg, #5A3AE6 0%, #7B52FF 100%); */
}

.btn.homepage-next-page-fancy-button:hover::before {
    left: 100%;
}

.btn.homepage-next-page-fancy-button:hover .arrow {
    transform: translateX(4px);
}

/* 点击效果 */
.btn.homepage-next-page-fancy-button:active {
    transform: translateY(0);
    box-shadow: 0 6px 20px rgba(107, 72, 255, 0.3);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .btn.homepage-next-page-fancy-button {
        min-height: 52px;
        padding: 0px 1.75rem;
        font-size: 1rem;
    }
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
textarea {
    background: var(--body-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: none;
    height: 48px;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    margin-bottom: 16px;
    color: var(--text-color-normal);
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
textarea:focus {
    border: 1px solid var(--theme-color);
    color: var(--text-color-normal);
    outline: none;
    box-shadow: none;
}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--text-color-light);
}

input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--text-color-light);
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
textarea::placeholder {
    color: var(--text-color-light);
}

textarea {
    height: auto;
}

.form-field {
    margin-bottom: 16px;
}

@media (min-width:576px) {
    .field-group-inline {
        display: flex;
        flex-wrap: nowrap;
    }

    .field-group-inline .form-field:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
    }

    .field-group-inline .form-field:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

blockquote {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 3rem 0 2.5rem;
    border: 4px solid var(--theme-color);
    padding: 32px;
    border-radius: var(--border-radius);
    font-weight: 700;
    position: relative;
}

blockquote:before {
    content: "\"";
    color: var(--white);
    background-color: var(--theme-color);
    outline: 4px solid var(--body-bg);
    width: 40px;
    height: 40px;
    position: absolute;
    font-size: 56px;
    line-height: 62px;
    text-align: center;
    position: absolute;
    top: -24px;
    left: 32px;
    border-radius: var(--border-radius);
}

figure {
    margin: 2rem 0px 2rem 0px;
}

figcaption {
    font-size: 0.875rem;
    text-align: center;
    padding: 8px;
    color: var(--text-color-light);
}

.table-responsive {
    width: 100%;
    display: block;
    overflow-x: auto;
    margin-bottom: 2rem;
}

.table-responsive table {
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 2rem;
}

table,
th,
td {
    border: 1px solid var(--border-color);
}

th {
    color: var(--text-color-dark);
}

th,
td {
    padding: 4px 16px;
}

dd,
dt {
    line-height: 24px;
}

dl,
ol,
ul {
    padding-left: 1.3rem;
}

pre {
    overflow: auto;
    background-color: var(--light-bg-color);
    padding: 1.5rem;
    margin: 1rem 0;
    overflow: auto;
    font-size: 0.875rem !important;
    line-height: 1.5;
}

code {
    font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
}

:not(pre)>code {
    font-size: 0.875em;
    background-color: var(--light-bg-color);
    padding: 2px 6px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
}

hr {
    text-align: center;
    border: none;
    border-bottom: 1px solid var(--border-color);
    margin-top: 2rem;
    margin-bottom: 3rem;
}

hr.small {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.notification {
    width: 100%;
    height: auto;
    background: var(--theme-color);
    color: var(--white);
    padding: 1rem 2rem;
    position: absolute;
    top: 0;
    z-index: 99999;
    transform: translateY(-100%);
    transition: all .25s ease-in-out;
}

.notification.visible {
    transform: translateY(0);
}

.notification.error {
    background: var(--error);
}

.notification .notification-close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.notification .notification-close .close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    transform: scale(1);
    opacity: 0.6;
    transition: all 0.3s;
}

.notification .notification-close .close-icon svg {
    color: var(--white);
    width: 24px;
    height: 24px;
}

.notification .notification-close .close-icon:hover {
    opacity: 1;
    transform: scale(1.1);
}

.ad-spot-title {
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--text-color-light);
    margin-bottom: 4px;
}

.ad-container img {
    width: 100%;
    border-radius: var(--border-radius);
}

.site-header {}

.header-top {
    background: var(--light-bg-color);
    padding: 8px;
    font-size: 15px;
    line-height: 24px;
}

.date-wrap {
    align-items: center;
}

.date-wrap i {
    color: var(--text-color-light);
    margin-right: 4px;
    font-size: 14px;
}

.social-links li {
    display: inline-block;
    padding: 0 4px;
}

.social-links li a {
    color: var(--text-color-normal);
    display: block;
    padding: 0px 4px;
}

.social-links li a:hover {
    color: var(--theme-color);
}

.social-links li i {
    vertical-align: middle;
    font-size: 16px;
}

.header-top .social-links {
    text-align: right;
}

@media screen and (max-width:767px) {
    .date-wrap {
        justify-content: center;
    }

    .header-top .social-links {
        text-align: center;
        margin-top: 8px;
        display: none;
    }

    .site-header {
        margin-bottom: 1rem;
    }

}

.header-middle {
    padding-top: 24px;
    padding-bottom: 24px;
}

.logo {
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 24px;
}

.logo-text {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--text-color-dark);
    font-weight: 700;
}

.logo-image {
    max-height: 60px;
}

.logo-image img {
    max-height: 60px;
}

@media screen and (min-width:768px) {
    .header-middle {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo {
        justify-content: left;
        margin-bottom: 0;
        min-height: 100%;
    }

    .logo-text {
        font-size: 2rem;
    }
}

@media screen and (min-width:992px) {
    .logo-text {
        font-size: 2.5rem;
    }
}

.ad-spot .ad-container a {
    display: inherit;
    line-height: 0;
}

.ad-wrap-header {
    text-align: right;
}

.ad-wrap-content-area {
    margin-top: 24px;
}

.header-bottom {
    background-color: var(--theme-color);
    position: static;
    width: 100%;
    margin-bottom: 2rem;
}

[data-theme="dark"] .header-bottom {
    background-color: var(--body-bg);
    box-shadow: 0 -2px 0 0 var(--theme-color) inset;
}

[data-theme="dark"] .nav-list-primary li.nav-current a, 
[data-theme="dark"] .nav-list-primary li.nav-current a:hover, 
[data-theme="dark"] .nav-list-primary li.active a, 
[data-theme="dark"] .nav-list-primary li.active a:hover {
     color: var(--white);
     background: var(--theme-color);
}

.header-bottom.sticky {
    position: sticky;
    top: 0;
    z-index: 11;
    width: 100%;
    transition: all 0.5s;
}

.nav-bar {
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    letter-spacing: 1px;
}

.nav-left {
    max-width: 100%;
    margin-right: 16px;
    flex-grow: 1;
}

.nav-left .nav-list-primary {
    overflow: hidden;
}

.red-bg {
    background-color: var(--danger);
}

.nav-list-primary {
    display: block;
    height: 60px;
}

.nav-list-primary li {
    float: left;
    padding: 1em 0.75em;
    vertical-align: middle;
    position: relative;
}

.nav-list-primary li:first-child {
    margin-left: 0;
}

.nav-list-primary li:last-child {
    margin-right: 0;
}

.nav-list-primary li.more-link {
    opacity: 0;
    visibility: hidden;
}

.nav-list-primary li.more-link.visible {
    opacity: 1;
    visibility: visible;
}

.nav-list-primary li.more-link a i {
    vertical-align: middle;
    margin-left: 4px;
    font-size: 14px;
}

.nav-list-primary li.visible {
    display: inline-flex;
}

.nav-list-primary li a,
.nav-list-primary li button {
    white-space: nowrap;
    color: var(--white);
    font-weight: 700;
    display: block;
    line-height: 28px;
    height: 28px;
    padding: 0px 8px;
    transition: all 0.15s ease-in-out;
    border-radius: var(--border-radius);
    border-width: 0;
}

.nav-list-primary li.nav-current a,
.nav-list-primary li.nav-current a:hover,
.nav-list-primary li.active a,
.nav-list-primary li.active a:hover {
    background: var(--white);
    color: var(--theme-color);
}

.nav-list-primary li .dropdown {
    position: absolute;
    right: -8px;
    top: 100%;
    min-width: 160px;
    background: var(--body-bg);
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
    transform: translateY(8px);
    transition: transform 0.15s;
}

.nav-list-primary li .dropdown li {
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav-list-primary li .dropdown li a {
    color: var(--text-color-dark);
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    line-height: 48px;
}

.nav-list-primary li .dropdown li:hover a {
    background: var(--light-bg-color);
    color: var(--theme-color);
}

.nav-list-primary li .dropdown li:first-child {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.nav-list-primary li .dropdown li:last-child {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.nav-list-primary li .dropdown li .user-info {
    padding: 8px;
    font-size: 0.75rem;
    text-transform: none;
    margin: 8px;
    background-color: var(--light-bg-color);
    border-radius: var(--border-radius);
}

.nav-list-primary li .dropdown li .user-info .user-email {
    font-weight: 700;
}

.nav-list-primary li .dropdown:after {
    content: "";
    position: absolute;
    right: 21px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: var(--body-bg);
}

.nav-list-primary li>a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.nav-list-primary li:hover>.dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.nav-list-primary .nav-icon a,
.nav-list-primary .nav-icon button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
}

.nav-list-primary .nav-icon button {
    line-height: 1;
}

.nav-right .nav-item.nav-icon {
    padding: 0.9em 0.75em;
}

.nav-list-primary .nav-icon a i,
.nav-list-primary .nav-icon button i {
    font-size: 16px;
    vertical-align: middle;
}

.nav-list-primary .nav-icon a .user-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav-list-primary .nav-icon:hover>a,
.nav-list-primary .nav-icon:hover>button {
    background: rgba(255, 255, 255, 0.3);
}

.nav-list-primary .nav-icon>.user-icon {
    cursor: pointer;
}

.menu-icon {
    z-index: 50;
    position: relative;
    display: inline-flex;
    height: 22px;
    width: 32px;
    cursor: pointer;
    transition: .25s;
    left: auto;
    display: none;
}

.menu-icon .line {
    width: 100%;
    height: 4px;
    border-radius: var(--border-radius);
    background-color: #3d4452;
    background-color: var(--white);
    position: absolute;
    right: 0;
    transition: all .3s;
}

.menu-icon .line:first-child {
    top: 0;
}

.menu-icon .line:nth-child(2) {
    top: 11px;
}

.menu-icon .line:last-child {
    top: 22px;
}

.nav-right {
/*     padding-left: 16px;
    position: relative; */
}

#js-mobile-nav .modal-dialog {
    max-width: 100vw;
    height: 100%;
    overflow-y: auto;
    margin: 0;
}

.modal-content,.card,.dropdown-menu {
    background: var(--body-bg);
    color: var(--text-color);
    border-color: var(--border-color);
}

.img-thumbnail {
    background-color: var(--border-color);
    border-color: var(--text-color-light);
}

/*
.mobile-nav-wrap {
    background: var(--body-bg);
    position: fixed;
    top: 0;
    left: -260px;
    visibility: hidden;
    border-left: 1px solid var(--border-color);
    opacity: 0;
    width: 260px;
    max-width: calc(100vw - 44px);
    height: 100%;
    padding: 24px;
    overflow-y: auto;
    z-index: 1060;
    transition: left .3s ease-in-out, visibility 0s .3s, opacity 0s .3s;
}
*/
.mobile-nav-wrap .mobile-nav li a {
    display: block;
    color: var(--text-color-dark);
    border-radius: 0;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700;
}

.mobile-nav-wrap header {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    line-height: 48px;
}

.mobile-nav-wrap .mobile-nav .nav-current a {
    background: var(--light-bg-color);
    color: var(--theme-color);
}

.mobile-nav-wrap .mobile-nav li:hover a {
    background: var(--light-bg-color);
    color: var(--theme-color);
}

.mobile-nav-wrap .nav-list .nav-item {
    display: block !important;
    margin: 0 0 1rem 0;
}

.mobile-nav-wrap .nav-list .nav-item .nav-btn {
    text-align: center;
}

.nav-tabs {
    border-bottom: 1px solid var(--border-color);
  }
  
  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }
  
  .nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--text-color-normal);
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
  }
  
  .nav-tabs .nav-link:hover, 
  .nav-tabs .nav-link:focus {
    border-bottom-color: var(--border-color);
    background: transparent;
    color: var(--text-color-dark);
  }
  
  .nav-tabs .nav-link.disabled {
    color: var(--text-color-light);
    background-color: transparent;
    border-bottom-color: transparent;
  }
  
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--t-color);
    background-color: transparent;
    border-bottom-color: var(--t-color);
    font-weight: 600;
  }
  

.backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 49;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all .3s;
}

.js-mobile-menu-opened .mobile-nav-wrap {
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: left .3s ease-in-out, visibility 0s 0s, opacity 0s 0s;
}

.js-mobile-menu-opened .backdrop {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

@media screen and (max-width:767px) {
    .nav-left .nav-list {
        display: none;
    }

    .nav-left .menu-icon {
        display: inline-block;
    }

    .logo {
        margin-bottom: 0px;
    }
}

.post {
    margin-bottom: 30px;
}

.post-img-wrap {
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    background-color: var(--light-bg-color);
}

.post-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    position: relative;
    z-index: 1;
}

.post-compact {
    border-radius: var(--border-radius);
    background-color: var(--light-bg-color);
    overflow: hidden;
    position: relative;
    height: 220px;
}

.post-compact:hover .post-img-wrap:before {
    opacity: 0.5;
}

.post-compact:hover .post-img {
    transform: scale(1.03);
}

.post-compact .post-img-wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.post-compact .post-img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: var(--alpha-bg);
    opacity: 0;
    transition: all 0.4s;
}

.post-compact .overlay-link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-compact .post-content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
}

.post-compact .tag {
    position: relative;
    z-index: 1;
}

.post-compact .post-title {
    margin: 16px 0;
}

.post-compact.post-large .post-content {
    padding: 32px;
}

.post-compact.post-large:hover .post-img {
    transform: scale(1.02);
}

.post-compact.has-img .post-content {
    background: var(--alpha-bg);
    color: var(--white);
    transition: background 1s;
}

.post-compact.has-img .post-title {
    color: var(--white);
}

@media screen and (min-width:576px) {
    .featured-posts-wrap .post-large {
        height: calc(220px * 2 + 30px);
    }

    .featured-posts-wrap .post-large .post-title {
        font-size: 2.25rem;
    }
}

.section-header {
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    margin-bottom: 24px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: 24px;
}

.section-title::before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 6px;
    left: -24px;
    background: var(--t-color);
    border-radius: 50%;
}

.section-title:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: -22px;
    background: var(--t-color);
    border-radius: 50%;
    border: 3px solid var(--body-bg);
}

.section-header-link {
    color: var(--text-color-dark);
    font-size: 0.875rem;
    font-weight: 700;
}

.section-header-link svg {
    color: var(--text-color-dark);
    width: 12px;
    height: 12px;
    margin-left: 4px;
    transition: all 0.25s;
    margin-right: 4px;
    transform: translate3d(0, 0, 0);
}

.section-header-link:hover {
    color: var(--theme-color);
}

.section-header-link:hover svg {
    color: var(--theme-color);
    transform: translate3d(4px, 0, 0);
}

.post-style-one .post-img-wrap {
    width: 100%;
    height: 160px;
    margin-bottom: 16px;
}

.post-style-one .post-img-wrap:hover .post-img {
    transform: scale(1.04);
}

.post-style-one .post-title {
    margin: 8px 0 12px 0;
}

.post-style-one .post-title a {
    color: var(--text-color-dark);
}

.post-style-one .post-title a:hover {
    color: var(--theme-color);
}

.post-style-one .excerpt {
    margin-top: 24px;
    margin-bottom: 24px;
}

.post-style-one.post-large .post-img-wrap {
    height: 416px;
    margin-bottom: 24px;
}

.post-style-one.post-large .post-img-wrap:hover .post-img {
    transform: scale(1.02);
}

.post-style-one.post-large .post-title {
    margin: 16px 0;
}

.post-style-two .post-img-wrap {
    width: 128px;
    height: 104px;
    margin-right: 16px;
}

.post-style-two .post-img-wrap:hover .post-img {
    transform: scale(1.07);
}

.post-style-two .tag-wrap {
    line-height: 0.8;
}

.post-style-two .post-title {
    margin: 12px 0;
}

.post-style-two .post-title a {
    color: var(--text-color-dark);
}

.post-style-two .post-title a:hover {
    color: var(--theme-color);
}

.post-style-two .post-excerpt {
    margin-top: 16px;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-style-two.post-large .post-img-wrap {
    width: 264px;
    height: 192px;
    margin-right: 16px;
}

.post-style-two.post-large .post-img-wrap:hover .post-img {
    transform: scale(1.07);
}

@media (max-width:575px) {
    .post-style-two.post-large {
        flex-wrap: wrap;
    }

    .post-style-two.post-large .post-img-wrap {
        width: 100%;
        height: 160px;
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.section-style-two .post-large .post-img-wrap {
    height: 336px;
}

@media screen and (min-width:992px) {
    .section-style-one .post-compact {
        height: 636px;
    }

    .section-style-one .post-compact .post-title {
        font-size: 2.25rem;
    }
}

@media screen and (min-width:576px) and (max-width:991px) {
    .section-style-one .post-compact {
        height: 416px;
    }

    .section-style-one .post-compact .post-title {
        font-size: 2.25rem;
    }
}

.tag-item-wrap {
    border-radius: var(--border-radius);
    background: var(--t-color);
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.tag-item-wrap .tag-img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.25s;
}

.tag-item-wrap .tag-img-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: background 0.25s;
}

.tag-item-wrap .tag-img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tag-item-wrap .tag-name {
    font-weight: 700;
    letter-spacing: 0.8px;
    position: relative;
    padding: 36px 16px;
    z-index: 2;
}

.tag-item-wrap.has-img .tag-name span {
    color: var(--black);
    background: var(--white);
    padding: 2px 8px;
    border-radius: var(--border-radius);
}

.tag-item-wrap:hover .tag-img-wrap {
    transform: scale(1.05);
}

.tag-item-wrap:hover .tag-img-wrap:before {
    background: rgba(0, 0, 0, 0.3);
}

.site-footer {
    background: var(--footer-bg-color);
    margin-top: 64px;
    padding-top: 48px;
    color: var(--footer-text-color);
}

.site-footer a {
    color: var(--footer-text-color);
    border-bottom: 1px solid transparent;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--white);
    text-decoration: underline;
}

.site-footer-custom-cols .card {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:767px) {
    .site-footer-custom-cols .card {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.site-footer-custom-cols .card {
    margin-top: 0;
    position: relative;
    margin-bottom: 24px;
    background-color: transparent;
    border: none;
}

.site-footer-custom-cols .card .card-header {
    font-size: 1.125rem;
    color: var(--white);
    position: relative;
    border: none;
    padding: 0;
}

.site-footer-custom-cols .card .card-header:before {
    background: var(--white);
    width: 32px;
    left: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -8px;
}

.widget {
    margin-bottom: 24px;
}

.widget-subscribe .widget-content {
    background: rgba(255, 255, 255, .08);
    border-radius: var(--border-radius);
    padding: 40px 32px;
}

.widget-subscribe .subscription-title {
    font-size: 1.5rem;
    color: var(--white);
    font-weight: 400;
    margin: 0;
}

.widget-subscribe .subscription-description {
    margin-bottom: 24px;
}

@media (max-width:575px) {
    .widget-subscribe .btn {
        width: 100%;
    }
}

.widget .social-links {
    margin-top: 16px;
}

.widget .social-links li {
    display: inline-block;
    margin: 0 4px 12px 0;
}

.widget .social-links li a {
    color: var(--footer-text-color);
    text-decoration: none;
}

.widget .social-links li a:hover,
.widget .social-links li a:focus {
    color: var(--white);
}

.widget .social-links li i {
    width: 20px;
    height: 20px;
}

.widget-title {
    margin-top: 0;
    position: relative;
    margin-bottom: 24px;
}

.widget-title:before {
    content: "";
    height: 2px;
    background: var(--text-color-dark);
    position: absolute;
    bottom: -8px;
}

.widget-title:before {
    width: 32px;
    left: 0;
}

.widget-title:after {
    width: 4px;
    left: 36px;
}

.site-footer .widget-title {
    color: var(--white);
}

.site-footer .widget-title:before {
    background: var(--white);
}

.widget-about .about-info {
    margin-bottom: 24px;
}

.widget-navigation li {
    margin-bottom: 8px;
}

.footer-bottom-wrap {
    border-top: 1px solid var(--footer-border-color);
    padding-top: 32px;
    margin: 32px 0;
    justify-content: space-between;
    font-size: 0.875rem;
}

.back-to-top {
    text-transform: uppercase;
}

.search-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: var(--body-bg);
    opacity: 0;
    visibility: hidden;
    transition: all .1s ease-in-out;
    z-index: -2;
}

.search-popup.visible {
    opacity: 1;
    visibility: visible;
    z-index: 1100;
}

.search-popup .close-button {
    position: absolute;
    right: 16px;
    top: 16px;
    line-height: 0;
    z-index: 999;
    color: var(--text-color-light);
    transition: all .2s ease-in-out;
}

.search-popup .close-button:hover {
    color: var(--text-color-dark);
}

.search-popup .close-button svg {
    width: 40px;
    height: 40px;
}

.search-popup .popup-inner {
    max-width: 700px;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 16px;
    height: calc(100vh - 6rem);
}

.search-popup .inner-container {
    height: 100%;
}

.search-form {
    background: var(--light-bg-color);
    padding: 0.5rem 1rem;
    align-items: center;
    margin-bottom: 0.5rem;
    border-radius: var(--border-radius);
}

.search-form .search-icon {
    margin-right: 0.5rem;
    margin-top: 4px;
}

.search-form .search-icon svg {
    width: 24px;
    height: 24px;
}

.search-form .field-group-search-form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.search-close-note {
    margin-bottom: 1.5rem;
    text-align: right;
    font-size: 0.75rem;
    color: var(--text-color-light);
}

@media (max-width:767px) {
    .search-close-note {
        display: none;
    }

    .search-form {
        margin-bottom: 1rem;
    }
}

input[type='text'].search-input {
    margin-bottom: 0;
    background: var(--light-bg-color);
    border: none;
    font-size: 1.125rem;
}

input[type='text'].search-input:focus {
    border-color: var(--border-color);
}

.search-result {
    max-height: calc(100% - 114px);
    overflow: auto;
    padding-right: 8px;
}

.search-result .search-results-item {
    background: var(--light-bg-color);
    padding: 16px;
    margin-bottom: 8px;
    border-radius: var(--border-radius);
}

.search-result .search-results-item:last-child {
    border-bottom: none;
}

.search-result .search-results-item a {
    color: var(--text-color-normal);
    display: block;
}

.search-result .search-results-item a:hover .title {
    color: var(--theme-color);
}

.search-result .search-results-item .title {
    margin-top: 0;
    margin-bottom: 8px;
}

.search-result .search-results-item .meta {
    font-size: 0.75rem;
    color: var(--text-color-light);
}

.post-list .post .post-img-wrap {
    height: auto;
    padding-bottom: 60%;
    margin-bottom: 24px;
    position: relative;
}

.post-list .post .post-img {
    position: absolute;
    top: 0;
    left: 0;
}

.post-list .post .post-title {
    margin-top: 16px;
}

.post-list .post .post-title a {
    color: var(--text-color-dark);
}

.post-list .post .post-title a:hover {
    color: var(--theme-color);
}

.post-loading-indicator {
    width: 36px;
    height: 36px;
    border: 4px solid var(--theme-color);
    border-radius: 50%;
    position: relative;
    animation: loading 0.6s linear infinite;
    visibility: hidden;
    opacity: 0;
}

.post-loading-indicator.visible {
    visibility: visible;
    opacity: 1;
}

.post-loading-indicator:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--white);
    position: absolute;
    top: -4px;
    left: 12px;
    border-radius: 50%;
}

.subscription-inner {
    max-width: 750px;
    margin: 0 auto;
}

.subscription-inner button {
    width: 100%
}

.subscribe-form .alternate-option {
    margin-bottom: 16px;
}

.subscriber-info {
    background-color: var(--light-bg-color);
    margin-top: 5rem;
    position: relative;
    padding-top: 3rem;
    flex-wrap: wrap;
    border-radius: var(--border-radius);
}

.subscriber-avatar-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    background-color: var(--theme-color);
    top: -50px;
    left: calc(50% - 50px);
}

.subscriber-avatar-wrap svg {
    color: var(--white);
    width: 90%;
    height: 90%;
    left: 5%;
    top: 10%;
    position: relative;
}

.subscriber-avatar-wrap .avatar-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.subscriber-detail {
    padding: 1.5rem;
    width: 100%;
}

.subscriber-detail .label {
    font-weight: 700;
}

@media (min-width:768px) {

    .subscription-inner,
    .members-page-wrap {
        margin-top: 3rem;
    }

    .subscriber-info .subscriber-detail {
        width: 50%;
    }
}

.members-button-wrap {
    margin-top: 32px;
}

.members-button-wrap .btn {
    margin-bottom: 8px;
}

.post-single .post-header {
    margin-bottom: 32px;
}

.post-single .tag-wrap {
    margin-bottom: 16px;
}

.post-single .tag-wrap .tag {
    margin: 0 2px 8px 0;
}

.post-single .post-title {
    margin-top: 0px;
    margin-bottom: 24px;
}

.post-single .post-meta a {
    color: var(--text-color-normal);
    font-weight: 700;
}

.post-single .post-meta a:hover {
    color: var(--theme-color);
}

.post-single .post-img-wrap {
    margin-bottom: 32px;
    padding-bottom: 60%;
    position: relative;
}

.post-single .post-img-wrap img {
    position: absolute;
}

.post-single .post-content {
    font-size: 1.125rem;
    line-height: 1.7;
}

.post-single .post-content a {
    border-bottom: 2px solid transparent;
}

.post-single .post-content a:hover {
    border-color: var(--theme-color);
}

.post-single .post-content .btn {
    border-bottom: none;
}

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

.bookmark-card {
    margin: 2rem 0px;
}

.bookmark-container {
    display: flex;
    flex-wrap: wrap;
    color: var(--text-color-normal);
    text-decoration: none;
    background-color: var(--light-bg-color);
    flex-direction: column-reverse;
    border-bottom: none !important;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.bookmark-container:hover .bookmark-title {
    color: var(--theme-color);
}

.bookmark-content {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 50%;
    padding: 24px;
}

.bookmark-title {
    font-size: 1rem;
    line-height: 1.4;
    color: var(--text-color-dark);
    transition: all 0.3s;
    font-weight: 700;
}

.bookmark-description {
    font-size: 0.875rem;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bookmark-description,
.bookmark-metadata {
    margin-top: 16px;
}

.bookmark-metadata {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}

.bookmark-thumbnail {
    flex-basis: 216px;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.bookmark-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: bottom;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bookmark-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: bottom;
    border-radius: 50%;
}

.bookmark-author,
.bookmark-publisher {
    font-size: 0.875rem;
}

.bookmark-author:after {
    content: "•";
    margin: 0 6px;
}

@media (min-width:576px) {
    .post-full-width .width-full {
        width: calc(100vw - 48px);
        left: 50%;
        right: 50%;
        margin-left: calc(-50vw + 24px);
        margin-right: -50vw;
        position: relative;
    }

    .post-full-width .width-full img {
        border-radius: 0;
    }
}

@media (min-width:768px) and (max-width:1170px) {
    .post-full-width .post-content .width-wide {
        width: calc(100% + (100vw - 100%) / 2);
        margin-left: calc((100% - 100vw) / 4);
    }
}

@media (min-width:1171px) {
    .post-full-width .post-content .width-wide {
        width: 1140px;
        margin-left: -195px;
    }
}

@media (min-width:992px) {
    .post-single.post-full-width .post-img-wrap {
        padding-bottom: 48%;
    }
}

@media (min-width:768px) {
    .post-content .bookmark-container {
        flex-direction: row;
    }

    .post-content .bookmark-thumbnail {
        flex-basis: 32%;
        min-height: 144px;
    }
}

.post-full-width .post-content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.members-upgrade-cta-box {
    background-color: var(--light-bg-color);
    border-radius: var(--border-radius);
    padding: 56px;
    margin-top: 40px;
}

.members-upgrade-cta-box .title {
    margin-top: 0;
}

.members-upgrade-cta-box .description {
    margin-bottom: 24px;
}

.members-upgrade-cta-box .sign-in-cta {
    margin-top: 24px;
}

@media screen and (max-width:575px) {
    .members-upgrade-cta-box {
        padding: 40px;
    }
}

.about-author-wrap {
    margin: 48px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.author-card {
    margin: 40px 0;
    text-align: center;
}
.author-card table {
    margin-bottom: 1em;
    border:none;
    width: 100%;
    font-size: 0.9em;
}
.author-card table td {
    padding: 0;
    border:none
}

.author-card .avatar-wrap {
    width: 100px;
    height: 100px;
    line-height: 0;
    border-radius: var(--border-radius);
    background-color: var(--light-bg-color);
    overflow: hidden;
    margin: 0 auto 16px;
}

.author-card .avatar-wrap .avatar {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
}

.author-card .avatar-wrap .avatar svg {
    margin-top: 10px;
    width: 90px;
    height: 90px;
}

.author-card .name {
    margin-top: 0px;
    margin-bottom: 8px;
}

.author-card a {
    color: var(--text-color-dark);
}

.author-card a:hover {
    color: var(--theme-color);
}

.author-card .permalink {
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-top: 16px;
}

.author-card .permalink a {
    color: var(--text-color-light);
}

.author-card .permalink a:hover {
    color: var(--theme-color);
}

.author-card .permalink i {
    font-size: 10px
}

@media (min-width:576px) {
    .author-card {
        text-align: left;
        display: flex;
    }

    .author-card .avatar-wrap {
        margin-right: 1.5rem;
        margin-left: 0;
    }

    .author-card .author-info {
        flex-basis: 0;
        flex-grow: 1;
    }
}

.related-post-wrap {
    margin-bottom: 32px;
    border-bottom: 1px solid var(--border-color);
}

.related-post-wrap .section-title {
    margin-bottom: 24px;
}

.prev-next-wrap .previous-post {
    text-align: right;
}

.prev-next-wrap .label {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.prev-next-wrap .label i {
    font-size: 12px;
    vertical-align: middle;
}

.prev-next-wrap .previous-post .label i {
    margin-left: 8px;
}

.prev-next-wrap .next-post .label i {
    margin-right: 8px;
}

.comment-wrap {
    padding: 32px 40px;
    background-color: var(--light-bg-color);
    border-radius: var(--border-radius);
}

@media (max-width:767px) {
    .comment-wrap {
        margin-bottom: 20px
    }
}

.comment-notes {
    display: none;
}

.commentlist {
    margin-top: 50px;
}

.commentlist ol {
    padding-left: 0;
}

.commentlist li {
    position: relative;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.says {
    display: none;
}

.comment-author {
    display: inline-block;
}

.comment-author img {
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-right: 10px;
}

.comment-author a {
    color: inherit;
}

.comment-author cite {
    font-style: normal;
}

.comment-meta {
    margin: -14px 0 0 46px;
    font-size: 12px;
}

.comment-meta+p {
    font-size: 14px;
    word-break: break-all;
}

.comment-meta a {
    color: #1a202b;
}

.reply {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.children {
    margin-left: 30px;
}

li.depth-2 {
    margin-left: 0;
}

.children li {
    border-bottom: none !important;
    padding-bottom: 10px !important;
}

.children li .comment-meta+p {
    margin-bottom: 0
}

.navigation {
    margin-top: 20px;
    overflow: hidden;
}

.navigation div {
    float: left;
    width: 50%;
}

.navigation .alignright {
    float: right;
    text-align: right;
}

@media (min-width:992px) {
    .site-sidebar {
        margin-left: 15px;
    }
}

.site-sidebar .ad-spot,
.site-sidebar .widget {
    margin-bottom: 32px;
}

.site-sidebar .widget-title {
    margin-bottom: 24px;
}

.site-sidebar .widget-title {
    margin-left: 24px;
}

.site-sidebar .widget-title::before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 6px;
    left: -24px;
    background: var(--t-color);
    border-radius: 50%;
}

.site-sidebar .widget-title:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: -22px;
    background: var(--t-color);
    border-radius: 50%;
    border: 3px solid var(--body-bg);
}

.widget .post {
    margin-bottom: 24px;
}

.widget .post-style-two .post-img-wrap {
    width: 112px;
    height: 96px;
}

.widget .post-title {
    margin: 8px 0;
}

.widget-tags .tag {
    margin: 0 8px 8px 0;
}

.archive-cover {
    position: relative;
    margin-bottom: 32px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.archive-cover.has-image {
    padding: 32px;
    background-color: var(--light-bg-color);
}

.archive-cover.has-image .feature-image {
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width:576px) {
    .archive-cover.has-image {
        padding: 64px;
    }
}

.cover-content-wrapper {
    position: relative;
    background: var(--body-bg);
    padding: 32px;
    border-radius: var(--border-radius);
}

.cover-content-wrapper h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.cover-content-wrapper .tag-description {
    margin-top: 16px;
}

.cover-content-wrapper .avatar-wrap {
    margin: 0 auto 16px;
    width: 100px;
    height: 100px;
    background-color: var(--light-bg-color);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.cover-content-wrapper .avatar-wrap .avatar {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cover-content-wrapper .avatar-wrap svg {
    margin-top: 10px;
    width: 90px;
    height: 90px;
}

.cover-content-wrapper .author-location,
.cover-content-wrapper .author-bio {
    margin-top: 8px;
}

.cover-content-wrapper .author-social {
    margin-top: 16px;
}

.cover-content-wrapper .author-social a {
    margin: 0 4px;
    color: var(--text-color-light);
}

.cover-content-wrapper .author-social a:hover {
    color: var(--theme-color);
}

.cover-content-wrapper .author-social a i {
    font-size: 20px;
}

.cover-tag .cover-content-wrapper {
    background: var(--t-color);
    color: var(--white);
}

.cover-tag .cover-content-wrapper .tag-name {
    color: var(--white);
}

.author-archive-card-wrap {
    margin-bottom: 32px;
}

.author-archive-card {
    display: block;
    border: 1px solid var(--border-color);
    height: 100%;
    padding: 24px;
    color: var(--text-color-normal);
    border-radius: var(--border-radius);
}

.author-archive-card:hover .author-name {
    color: var(--theme-color);
}

.author-archive-card .avatar-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    background-color: var(--light-bg-color);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.author-archive-card .avatar-wrap .avatar {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.author-archive-card .avatar-wrap svg {
    margin-top: 10px;
    width: 90px;
    height: 90px;
}

.author-archive-card .author-name {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.author-archive-card .post-count {
    margin-top: 12px;
}

.author-archive-card .bio {
    margin-top: 12px;
}

.error-wrap {
    margin-bottom: 2rem;
    padding: 2rem 0 3rem;
}

.error-wrap-inner {
    margin: 0 auto;
    padding: 2.5rem 2rem;
    max-width: 760px;
}

.error-code {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5rem;
    position: relative;
    color: var(--theme-color);
}

.error-message {
    margin-top: 0.5rem;
}

.message-manual {
    margin-bottom: 32px;
}

@media (min-width:768px) {
    .error-wrap {
        margin-top: 4rem;
    }

    .error-wrap-inner {
        padding: 4rem 2rem;
    }

    .error-code {
        font-size: 8rem;
    }
}

.switch-mode {
    position: fixed;
    top: 400px;
    right: -100px;
    text-transform: uppercase;
    background-color: var(--black);
    color: var(--white);
    width: 100px;
    text-align: center;
    transition: all 0.25s ease-in-out;
    z-index: 48;
}

.switch-mode.visible {
    right: 0px;
    z-index: 999;
}

.switch-mode span {
    cursor: pointer;
    display: block;
    padding: 8px;
}

.switch-mode .panel-icon {
    position: absolute;
    left: -40px;
    top: 0;
    padding: 12px;
    height: 40px;
    background-color: var(--theme-color);
    line-height: 0;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.switch-mode .panel-icon svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.switch-mode .option:hover {
    background: var(--theme-color);
}

.switch-mode .option i {
    font-size: 16px;
    margin-right: 4px;
}

.switch-mode .option.light {
    background: var(--theme-color);
}

[data-theme="dark"] .switch-mode .option.dark {
    background: var(--theme-color);
}

[data-theme="dark"] .switch-mode .option.light {
    background: var(--black);
}

::selection {
    background-color: var(--theme-color);
    text-shadow: none;
    color: var(--white);
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary);
    background-color: var(--body-bg);
    border: 1px solid var(--border-color);
  }
  
  .page-link:hover {
    z-index: 2;
    color: var(--text-color-dark);
    text-decoration: none;
    background-color: var(--light-bg-color);
    border-color: var(--border-color);
  }
  
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(var(--primary), 0.25);
  }
  
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }
  
  .page-item:last-child .page-link {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
  }
  
  .page-item.disabled .page-link {
    color: var(--text-color-light);
    pointer-events: none;
    cursor: auto;
    background-color: var(--body-bg);
    border-color: var(--border-color);
  }

/**/
.list-group-item {
	border-color: var(--border-color);
	background-color: var(--body-bg);
	color: var(--text-color-normal);
}
.list-group-item-action:hover, .list-group-item-action:focus {
	color: var(--text-color-dark);
	background-color: var(--body-bg);

}
.list-group-item.active {
	background-color: var(--primary);
	color: var(--white);
}

#user_mobile_nav,
#my_mobile_nav {
	display: none !important;
}

#my_aside>.card>.list-group,
#user_aside>.card>.list-group {
	padding: .5rem;
}

#my_aside .card-body.text-center,
#user_aside .card-body.text-center {
	display: none;
}

#my_aside .list-group-flush .list-group-item,
#user_aside .list-group-flush .list-group-item {
	border-radius: var(--border-radius);
	border: none;
	text-align: left;
}

#my_aside .list-group-flush .list-group-item::after,
#user_aside .list-group-flush .list-group-item::after {
	font-family: FontAwesome;
	content: "\f054";
	float: right;
	text-align: left;
	opacity: .75;
}

#user_aside_mobile,
#my_aside_mobile {
	overflow-x: auto;
	position: sticky;
	top: var(--navbar-height);
	z-index: 1;
}

#user_aside_mobile .list-group,
#my_aside_mobile .list-group {
	flex-direction: row;
	flex-wrap: nowrap;
}

#user_aside_mobile .list-group .list-group-item,
#my_aside_mobile .list-group .list-group-item {
	flex: 1 0 auto;
	width: fit-content;
	border-radius: var(--border-radius);
	border: none;
	text-align: center;
}

.user-profile-header-banner {
    background:
    radial-gradient(circle at 100% 50%, transparent 20%, rgba(255, 255, 255, .3) 21%, rgba(255, 255, 255, .3) 34%, transparent 35%, transparent),
    radial-gradient(circle at 0% 50%, transparent 20%, rgba(255, 255, 255, .3) 21%, rgba(255, 255, 255, .3) 34%, transparent 35%, transparent) 0 -50px;
  background-color: var(--theme-color);
  background-size: 75px 100px;
	height: 250px
}

.user-profile-header-banner img {
	width: 100%;
	object-fit: cover;
	height: 250px
}

.user-profile-header {
	margin-left: 2rem;
	margin-top: -2rem
}

.user-profile-header .user-profile-img {
	border: 5px solid var(--bs-white);
	width: 120px
}

@media(max-width: 767.98px) {
	.user-profile-header {
		margin-left: 0;
	}

	.user-profile-header-banner {
		height: 150px
	}

	.user-profile-header-banner img {
		height: 150px
	}

	.user-profile-header .user-profile-img {
		width: 100px
	}
}

.rounded{
    border-radius: var(--border-radius);
} 

.card .list-unstyled.threadlist {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1200px){
.container {
    max-width: 1366px;
}
}

@charset "UTF-8";
@import url(https://at.alicdn.com/t/c/font_3686537_6uxz51nhvx4.css);
@import url(https://at.alicdn.com/t/c/font_3860064_d92w4zcuegc.css);
@import url(../fonts/simple-line-icons/Simple-Line-Icons.css);
.discovery_forum a,.thread-forum-name,a:hover
{
	text-decoration: none;
}
a,a:hover
{
	transition: .2s;
}
#my_aside>.card,:focus
{
	box-shadow: none!important;
}
.btn,.btn-link
{
	font-weight: 300;
}
.site-list-ul,li
{
	list-style: none;
}
.bottom-nav,.btn.hover,.btn:hover,.forumBrief,.goTop,.qqFace img,.tagSelect
{
	cursor: pointer;
}
:root
{
	aid-color: #f2f3f5;
	black: #000;
	danger: #F56C6C;
	info: #00b8d8;
	light: #f8f9fa;
	main-bg-color: #eff2f6;
	nav-bg-color: #2997f7;
	primary: #409EFF;
	secondary: #909399;
	success: #67C23A;
	warning: #E6A23C;
	white: #fff;
}
:focus
{
	outline: 0;
}
.breadcrumb,.card
{
	box-shadow: 0 0 0 0 rgba(0,0,0,.08)!important;
}
.iconfont
{
	vertical-align: -.1em;
}
img
{
	webkit-user-drag: none;
}
a
{
	color: var(--dark);
}
.divide
{
	border-bottom: 1px solid var(--gray-200);
	height: 1px;
}
tox-editor-header
{
	top: 100px;
}
html
{
	scroll-behavior: smooth;
}
body
{
	background: var(--main-bg-color);
}
#body
{
	 
}
.navbar
{
	backdrop-filter: blur(10.5px);
	background-color: var(--white);
	border: 0 solid rgba(255,255,255,.07);
	border-radius: 0;
	padding: 0;
	position: fixed;
	webkit-backdrop-filter: blur(10.5px);
	webkit-border-radius: 0;
	width: 100%;
	z-index: 100;
}
.navbar>.container
{
	padding-right: 0;
}
.navbar-light .navbar-toggler
{
	border-color: transparent!important;
	padding: 1rem;
}
.bottom-nav .active,.btn-link,.haya-post-info-at,.header_nav_2_mobile_menu_thread_create,.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: var(--primary);
}
.alert-primary,.badge-primary,.list-group-item.active,.nav-pills .nav-link.active,.nav-pills .show>.nav-link
{
	background-color: rgba(41,151,247,.1);
	color: var(--nav-bg-color);
}
.navbar-light .navbar-toggler:before
{
	content: "\f0c9";
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	webkit-font-smoothing: antialiased;
}
#my_aside .card-body,#user_aside .card-body,#user_main .col-md-2,.block.block-mode-hidden>.block-content,.navbar-light .navbar-toggler-icon,.ribbon-modern .ribbon-box::before
{
	display: none;
}
.navbar-light .navbar-nav .nav-link
{
	padding: 1rem;
}
.card
{
	background: var(--white);
	/* border: none; */
	border-radius: 5px;
}
.card>.card-footer,.card>.card-header
{
	background-color: transparent;
	background-image: none;
}
.card-header-tabs
{
	margin-top: -.25rem;
}
.card-header-tabs>.nav-item>.nav-link,.card-header-tabs>.nav-item>.nav-link:hover:not(.active)
{
	border-width: 0;
}
.card-header-tabs>.nav-item>.nav-link.active
{
	background: 0 0;
	font-weight: 700;
}
.card-header-tabs>.nav-item>.nav-link.active::after
{
	background-color: var(--primary);
	content: "";
	display: block;
	height: 4px;
	line-height: 14px;
	margin: 6px auto -6px;
}
.breadcrumb
{
	background-color: var(--white)!important;
	border: none;
	font-size: 14px;
}
.nav_tag_list
{
	display: flex;
	flex-direction: column;
}
.user_page_header
{
	margin-top: -70px;
	position: relative;
}
.list-group-flush .list-group-item::after
{
	content: "\f054";
	float: right;
	font-family: FontAwesome;
	text-align: left;
}
@media (min-width:992px)
{
	#my_aside,#user_aside
	{
		flex: 0 0 25%!important;
		max-width: 25%!important;
		padding-right: 0;
	}
	#my_main,#user_main
	{
		flex: 0 0 75%;
		max-width: 75%;
	}
	.discovery-rank-list
	{
	}
}
@media (max-width:576px)
{
	.user_header
	{
		margin-bottom: 0;
	}
	#my_mobile_nav,#user_mobile_nav
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	#body
	{
		padding-top: 3.93rem;
	}
	#forum_page,#index_page
	{
		padding-top: 2.55rem!important;
	}
	.creditsInfo
	{
		padding: 0 1rem!important;
	}
	.creditsInfo .card
	{
		border-radius: 5px!important;
	}
	.discovery_looppic
	{
		border-radius: 0!important;
	}
	.el-carousel__container
	{
		height: 11rem!important;
	}
	.style1_subject_body
	{
		margin-left: -45px;
		word-break: break-all;
		word-wrap: break-word;
	}
	.user_profile_right
	{
		position: absolute;
	}
	.login-card-right
	{
		height: 100vh;
	}
}
@media (max-width:768px)
{
	.user_profile_right
	{
		position: absolute;
	}
}
@media (min-width:1200px)
{
	#body
	{
		/* padding-top: 75px; */
	}
	.container
	{
		max-width: 1366px;
	}
	.user_page_avatar
	{
		border-radius: 1rem;
		height: 10rem;
		width: 10rem;
	}
	.bg-image-fixed
	{
		background-attachment: fixed;
	}
}
#my_aside>.card
{
	background: 0 0;
	overflow: unset;
}
#user_aside>.card>.list-group
{
	padding: 10px;
}
#my_aside .list-group-flush .list-group-item
{
	border: none;
	border-radius: 5px!important;
	margin-bottom: 1rem!important;
}
#mobile_nav .navbar-nav
{
	flex-direction: row;
}
#mobile_nav .navbar-nav .nav-link
{
	background-color: var(--light);
	border-radius: 3px;
	margin-right: 10px;
}
.MobilemenuBtn
{
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-size: 1.25rem;
	line-height: 1;
	padding: 1rem;
}
.postInfo
{
	font-size: 5px!important;
}
.forumBrief
{
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	webkit-box-orient: vertical;
	webkit-line-clamp: 2;
}
.discovery-forum-brief,.hot-forum-breif,.subject,.threadlist_brief
{
	text-overflow: ellipsis;
	webkit-box-orient: vertical;
	webkit-line-clamp: 1;
}
.alert
{
	border: none;
	border-radius: 5px;
}
.list-group-flush .list-group-item
{
	border: none;
	border-radius: 3px;
}
.list-group-horizontal>.list-group-item:first-child
{
	border-top-right-radius: 3px;
}
.list-group-horizontal>.list-group-item:last-child
{
	border-bottom-left-radius: 3px;
}
.user_page_avatar
{
	border: 3px solid var(--white);
}
#footer
{
	background-color: var(--light)!important;
}
.subject
{
	display: -webkit-box!important;
	overflow: hidden;
}
.thread-forum-name
{
	border-radius: 10px;
	padding: 2px 10px;
}
.style3-thread-forum-name:hover,.thread-forum-name:hover
{
	background-color: #bebebe;
}
.style3-thread-forum-name
{
	border-radius: 2px;
	padding: 1px 4px;
	text-decoration: none;
}
.list-group-item.active
{
	z-index: 2;
}
.btn-info,.btn-info:hover,.btn-outline-black:active,.btn-primary,.btn-primary:hover,.btn-secondary,.btn-success,.btn-success:hover
{
	color: var(--white);
}
.forumList
{
	min-height: 0;
	overflow: auto;
}
.badge
{
	vertical-align: 2px;
}
.subject_img_box
{
	align-items: center;
	display: flex;
	max-height: 200px;
	max-width: 200px;
	overflow: hidden;
}
.subject_img_box>img
{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.right_btn_group
{
	bottom: 0;
	right: 0;
}
.user-background
{
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));
	background-color: rgba(0,0,0,.3);
}
.sidebar--nav li.active
{
	background-color: rgba(41,151,247,.1);
	border-radius: 5px;
	color: var(--nav-bg-color)!important;
}
.card .nav.flex-column:not(.nav-sidebar)>li:hover,.forumList>li:hover
{
	background-color: #f6f6f6;
}
.js-sidebar,.js-sidebar--background
{
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.js-sidebar--background
{
	moz-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	webkit-transition: .3s;
}
.js-sidebar
{
	moz-transform: translate(-100%,0);
	moz-transition: -moz-transform 0s .3s;
	ms-transform: translate(-100%,0);
	o-transition: -o-transform 0s .3s;
	position: fixed;
	transform: translate(-100%,0);
	transition: transform 0s .3s;
	webkit-transform: translate(-100%,0);
	webkit-transition: -webkit-transform 0s .3s;
	z-index: 9999;
}
.js-sidebar--background
{
	background: 0 0;
	position: absolute;
}
.js-sidebar--container
{
	background: var(--main-bg-color);
	box-shadow: 2px 0 20px rgba(0,0,0,.2),1px 0 10px rgba(0,0,0,.1);
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	height: 100%;
	max-width: 300px;
	moz-box-shadow: 2px 0 20px rgba(0,0,0,.2),1px 0 10px rgba(0,0,0,.1);
	moz-transform: translate(-100%,0);
	ms-transform: translate(-100%,0);
	overflow: auto;
	position: relative;
	transform: translate(-100%,0);
	webkit-box-shadow: 2px 0 20px rgba(0,0,0,.2),1px 0 10px rgba(0,0,0,.1);
	webkit-flex-direction: column;
	webkit-transform: translate(-100%,0);
	width: 80%;
	z-index: 1;
}
.block .block,.btn-primary,.btn-secondary,.btn.disabled,.btn:disabled,.content-side .block
{
	box-shadow: none;
}
.js-sidebar.is-visible
{
	moz-transform: translate(0,0);
	moz-transition: -moz-transform;
	ms-transform: translate(0,0);
	o-transition: -o-transform;
	transform: translate(0,0);
	transition: transform;
	webkit-transform: translate(0,0);
	webkit-transition: -webkit-transform;
}
.btn,.close
{
	transition: 250ms cubic-bezier(.27, .01, .38, 1.06);
}
.js-sidebar.is-visible .js-sidebar--background
{
	background: rgba(0,0,0,.2);
}
.btn
{
	border: 1px solid transparent;
	border-radius: .375rem;
	font-size: .875rem;
	line-height: 1.1;
	padding: .375rem .75rem!important;
}
.block.block-mode-fullscreen.block-rounded,.btn.btn-squared
{
	border-radius: 0;
}
.btn.btn-pill
{
	border-radius: 50px;
}
.btn-primary
{
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-primary:hover
{
	background-color: #006fe6;
}
.btn-primary.disabled,.btn-primary:disabled
{
	background-color: var(--primary);
	border-color: var(--primary);
	box-shadow: none;
	cursor: not-allowed;
}
.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle
{
	background-color: #006fe6;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #0062cc,inset 0 .0625rem .125rem 0 #0056b3;
}
.btn-secondary
{
	background-color: var(--secondary);
	border-color: var(--secondary);
}
.btn-secondary:hover
{
	background-color: #4e545b;
	color: var(--white);
}
.btn-outline-secondary.focus,.btn-outline-secondary:focus,.btn-secondary.focus,.btn-secondary:focus
{
	box-shadow: 0 0 0 3px rgba(90,97,105,.15),0 3px 15px rgba(90,97,105,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-secondary.disabled,.btn-secondary:disabled
{
	background-color: var(--secondary);
	border-color: var(--secondary);
	box-shadow: none;
	cursor: not-allowed;
}
.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle
{
	background-color: #4e545b;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #42484e,inset 0 .0625rem .125rem 0 #373b40;
}
.btn-success
{
	background-color: var(--success);
	border-color: var(--success);
	box-shadow: none;
}
.btn-success:hover
{
	background-color: #14af64;
}
.btn-outline-success.focus,.btn-outline-success:focus,.btn-success.focus,.btn-success:focus
{
	box-shadow: 0 0 0 3px rgba(23,198,113,.15),0 3px 15px rgba(23,198,113,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-success.disabled,.btn-success:disabled
{
	background-color: var(--success);
	border-color: var(--success);
	box-shadow: none;
	cursor: not-allowed;
}
.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle
{
	background-color: #14af64;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #129857,inset 0 .0625rem .125rem 0 #0f814a;
}
.btn-info
{
	background-color: var(--info);
	border-color: var(--info);
	box-shadow: none;
}
.btn-info:hover
{
	background-color: #00a2bf;
}
.btn-info.focus,.btn-info:focus,.btn-outline-info.focus,.btn-outline-info:focus
{
	box-shadow: 0 0 0 3px rgba(0,184,216,.15),0 3px 15px rgba(0,184,216,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-info.disabled,.btn-info:disabled
{
	background-color: var(--info);
	border-color: var(--info);
	box-shadow: none;
	cursor: not-allowed;
}
.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle
{
	background-color: #00a2bf;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #008da5,inset 0 .0625rem .125rem 0 #00778c;
}
.btn-warning
{
	background-color: var(--warning);
	border-color: var(--warning);
	box-shadow: none;
	color: #000;
}
.btn-warning:hover
{
	background-color: #e6a200;
	color: #000;
}
.btn-outline-warning.focus,.btn-outline-warning:focus,.btn-warning.focus,.btn-warning:focus
{
	box-shadow: 0 0 0 3px rgba(255,180,0,.15),0 3px 15px rgba(255,180,0,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-warning.disabled,.btn-warning:disabled
{
	background-color: var(--warning);
	border-color: var(--warning);
	box-shadow: none;
	cursor: not-allowed;
}
.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle
{
	background-color: #e6a200;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #cc9000,inset 0 .0625rem .125rem 0 #b37e00;
}
.btn-danger
{
	background-color: var(--danger);
	border-color: var(--danger);
	box-shadow: none;
	color: var(--white);
}
.btn-danger:hover
{
	background-color: #ad1535;
	color: var(--white);
}
.btn-danger.focus,.btn-danger:focus,.btn-outline-danger.focus,.btn-outline-danger:focus
{
	box-shadow: 0 0 0 3px rgba(196,24,60,.15),0 3px 15px rgba(196,24,60,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-danger.disabled,.btn-danger:disabled
{
	background-color: var(--danger);
	border-color: var(--danger);
	box-shadow: none;
	cursor: not-allowed;
}
.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle
{
	background-color: #ad1535;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #97122e,inset 0 .0625rem .125rem 0 #801027;
}
.btn-light
{
	background-color: var(--light);
	border-color: var(--light);
	box-shadow: none;
	color: #3b4651;
}
.btn-light:hover
{
	background-color: #dadfe4;
	color: #3b4651;
}
.btn-light.focus,.btn-light:focus,.btn-outline-light.focus,.btn-outline-light:focus
{
	box-shadow: 0 0 0 3px rgba(233,236,239,.15),0 3px 15px rgba(233,236,239,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-light.disabled,.btn-light:disabled
{
	background-color: var(--light);
	border-color: var(--light);
	box-shadow: none;
	cursor: not-allowed;
}
.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle
{
	background-color: #dadfe4;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #cbd3da,inset 0 .0625rem .125rem 0 #bdc6cf;
}
.btn-dark
{
	background-color: #212529;
	border-color: #212529;
	box-shadow: none;
	color: var(--white);
}
.btn-dark:hover
{
	background-color: #16181b;
	color: var(--white);
}
.btn-dark.focus,.btn-dark:focus,.btn-outline-dark.focus,.btn-outline-dark:focus
{
	box-shadow: 0 0 0 3px rgba(33,37,41,.15),0 3px 15px rgba(33,37,41,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-dark.disabled,.btn-dark:disabled
{
	background-color: #212529;
	border-color: #212529;
	box-shadow: none;
	cursor: not-allowed;
}
.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle
{
	background-color: #16181b;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #0a0c0d,inset 0 .0625rem .125rem 0 #000;
}
.btn-white
{
	background-color: var(--white);
	border-color: var(--white);
	box-shadow: none;
	color: #595959;
}
.btn-white:hover
{
	background-color: #f2f2f2;
	color: #595959;
}
.btn-outline-white.focus,.btn-outline-white:focus,.btn-white.focus,.btn-white:focus
{
	box-shadow: 0 0 0 3px rgba(255,255,255,.15),0 3px 15px rgba(255,255,255,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-white.disabled,.btn-white:disabled
{
	background-color: var(--white);
	border-color: var(--white);
	box-shadow: none;
	cursor: not-allowed;
}
.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle
{
	background-color: #f2f2f2;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #e6e6e6,inset 0 .0625rem .125rem 0 #d9d9d9;
}
.btn-black
{
	background-color: var(--black);
	border-color: var(--black);
	box-shadow: none;
	color: var(--white);
}
.btn-black:hover
{
	background-color: #000;
	color: var(--white);
}
.btn-black.focus,.btn-black:focus,.btn-outline-black.focus,.btn-outline-black:focus
{
	box-shadow: 0 0 0 3px rgba(0,0,0,.15),0 3px 15px rgba(0,0,0,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-black.disabled,.btn-black:disabled
{
	background-color: var(--black);
	border-color: var(--black);
	box-shadow: none;
	cursor: not-allowed;
}
.btn-black.active,.btn-black:active,.show>.btn-black.dropdown-toggle
{
	background-color: #000;
	background-image: none;
	box-shadow: inset 0 .1875rem .625rem 0 #000,inset 0 .0625rem .125rem 0 #000;
}
.btn-outline-primary
{
	background-color: transparent;
	background-image: none;
	border-color: var(--primary);
}
.btn-outline-primary:hover
{
	background-color: var(--primary);
	border-color: var(--primary);
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(0,123,255,.25);
	color: var(--white);
}
.btn-outline-primary.focus,.btn-outline-primary:focus
{
	box-shadow: 0 0 0 3px rgba(0,123,255,.15),0 3px 15px rgba(0,123,255,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: var(--primary);
}
.btn-outline-primary.active,.btn-outline-primary:active,.show>.btn-outline-primary.dropdown-toggle
{
	background-color: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}
.btn-outline-secondary
{
	background-color: transparent;
	background-image: none;
	border-color: var(--secondary);
}
.btn-outline-secondary:hover
{
	background-color: var(--secondary);
	border-color: var(--secondary);
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(90,97,105,.25);
	color: var(--white);
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: var(--secondary);
}
.btn-outline-secondary.active,.btn-outline-secondary:active,.show>.btn-outline-secondary.dropdown-toggle
{
	background-color: var(--secondary);
	border-color: var(--secondary);
	color: var(--white);
}
.btn-outline-success
{
	background-color: transparent;
	background-image: none;
	border-color: var(--success);
}
.btn-outline-success:hover
{
	background-color: var(--success);
	border-color: var(--success);
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(23,198,113,.25);
	color: var(--white);
}
.btn-outline-success.disabled,.btn-outline-success:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: var(--success);
}
.btn-outline-success.active,.btn-outline-success:active,.show>.btn-outline-success.dropdown-toggle
{
	background-color: var(--success);
	border-color: var(--success);
	color: var(--white);
}
.btn-outline-info
{
	background-color: transparent;
	background-image: none;
	border-color: var(--info);
}
.btn-outline-info:hover
{
	background-color: var(--info);
	border-color: var(--info);
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(0,184,216,.25);
	color: var(--white);
}
.btn-outline-info.disabled,.btn-outline-info:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: var(--info);
}
.btn-outline-info.active,.btn-outline-info:active,.show>.btn-outline-info.dropdown-toggle
{
	background-color: var(--info);
	border-color: var(--info);
	color: var(--white);
}
.btn-outline-warning
{
	background-color: transparent;
	background-image: none;
	border-color: var(--warning);
}
.btn-outline-warning:hover
{
	background-color: var(--warning);
	border-color: var(--warning);
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(255,180,0,.25);
	color: #000;
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: var(--warning);
}
.btn-outline-warning.active,.btn-outline-warning:active,.show>.btn-outline-warning.dropdown-toggle
{
	background-color: var(--warning);
	border-color: var(--warning);
	color: var(--white);
}
.btn-outline-danger
{
	background-color: transparent;
	background-image: none;
	border-color: var(--danger);
}
.btn-outline-danger:hover
{
	background-color: var(--danger);
	border-color: var(--danger);
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(196,24,60,.25);
	color: var(--white);
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: var(--danger);
}
.btn-outline-danger.active,.btn-outline-danger:active,.show>.btn-outline-danger.dropdown-toggle
{
	background-color: var(--danger);
	border-color: var(--danger);
	color: var(--white);
}
.btn-outline-light
{
	background-color: transparent;
	background-image: none;
	border-color: var(--light);
	color: #3b4651;
}
.btn-outline-light:hover
{
	background-color: var(--light);
	border-color: var(--light);
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(233,236,239,.25);
	color: #3b4651;
}
.btn-outline-light.disabled,.btn-outline-light:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: var(--light);
}
.btn-outline-light.active,.btn-outline-light:active,.show>.btn-outline-light.dropdown-toggle
{
	background-color: var(--light);
	border-color: var(--light);
	color: #3b4651;
	color: var(--white);
}
.btn-outline-dark
{
	background-color: transparent;
	background-image: none;
	border-color: #212529;
}
.btn-outline-dark:hover
{
	background-color: #212529;
	border-color: #212529;
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(33,37,41,.25);
	color: var(--white);
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: #212529;
}
.btn-outline-dark.active,.btn-outline-dark:active,.show>.btn-outline-dark.dropdown-toggle
{
	background-color: #212529;
	border-color: #212529;
	color: var(--white);
}
.btn-outline-white
{
	background-color: transparent;
	background-image: none;
	border-color: var(--white);
	color: var(--white);
}
.btn-outline-white:hover
{
	background-color: var(--white);
	border-color: var(--white);
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(255,255,255,.25);
	color: #595959;
}
.btn-outline-white.disabled,.btn-outline-white:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: var(--white);
}
.btn-outline-white.active,.btn-outline-white:active,.show>.btn-outline-white.dropdown-toggle
{
	background-color: var(--white);
	border-color: var(--white);
	color: var(--white);
}
.btn-outline-white:active
{
	color: #595959;
}
.btn-outline-black
{
	background-color: transparent;
	background-image: none;
	border-color: var(--black);
	color: var(--black);
}
.btn-outline-black:hover
{
	background-color: var(--black);
	border-color: var(--black);
	box-shadow: 0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(0,0,0,.25);
	color: var(--white);
}
.btn-outline-black.disabled,.btn-outline-black:disabled
{
	background-color: transparent;
	box-shadow: none;
	color: var(--black);
}
.btn-outline-black.active,.btn-outline-black:active,.show>.btn-outline-black.dropdown-toggle
{
	background-color: var(--black);
	border-color: var(--black);
	color: var(--black);
}
.btn-link:focus,.btn-link:hover
{
	color: #0056b3;
	text-decoration: underline;
}
.btn-link:disabled,.dropdown-item.disabled,.dropdown-item:disabled
{
	color: #868e96;
}
.close,.close:focus,.close:hover
{
	color: #8c949d;
}
.btn-group-lg>.btn,.btn-lg
{
	border-radius: .5rem;
	font-size: 1.125rem;
	line-height: 1.5;
	padding: .75rem 1.75rem;
}
.btn-group-sm>.btn,.btn-sm
{
	border-radius: .2rem;
	font-size: .75rem;
	line-height: 1.5;
	padding: .35rem 1rem;
}
.btn-block+.btn-block
{
	margin-top: .5rem;
}
.close
{
	font-size: 1.5rem;
	font-weight: 500;
	text-shadow: none;
}
.popover,.tooltip
{
	font-size: .875rem;
	line-height: 1.5;
}
.modal.fade .modal-dialog
{
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
}
.modal-content
{
	background-color: var(--white);
	border: none;
	border-radius: .5rem;
	box-shadow: 0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1);
}
.modal-backdrop
{
	background-color: var(--secondary);
	z-index: 1040;
}
.popover,.tooltip-inner
{
	background-color: var(--white);
	box-shadow: 0 3px 15px rgba(90,97,105,.1),0 2px 3px rgba(90,97,105,.2);
}
.modal-backdrop.show
{
	opacity: .12;
}
.modal-header
{
	border-bottom: 1px solid #dfe1e3;
	padding: .9375rem 2.1875rem;
}
.modal-title
{
	line-height: 1.5;
}
.modal-body
{
	padding: 1.875rem 2.1875rem;
}
.modal-footer
{
	border-top: 1px solid #dfe1e3;
	padding: .9375rem 2.1875rem;
}
.tooltip
{
	font-weight: 300;
	margin: 0;
	z-index: 1070;
}
.tooltip.show,a.block:active
{
	opacity: 1;
}
.tooltip .arrow
{
	height: 5px;
	width: 5px;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom],.tooltip.bs-tooltip-auto[x-placement^=top],.tooltip.bs-tooltip-bottom,.tooltip.bs-tooltip-top
{
	padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.bs-tooltip-top .arrow::before
{
	border-top-color: var(--white);
	border-width: 5px 5px 0;
	margin-left: -3px;
}
.tooltip.bs-tooltip-auto[x-placement^=left],.tooltip.bs-tooltip-auto[x-placement^=right],.tooltip.bs-tooltip-left,.tooltip.bs-tooltip-right
{
	padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.bs-tooltip-right .arrow::before
{
	border-right-color: var(--white);
	border-width: 5px 5px 5px 0;
	margin-top: -3px;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.bs-tooltip-bottom .arrow::before
{
	border-bottom-color: var(--white);
	border-width: 0 5px 5px;
	margin-left: -3px;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.bs-tooltip-left .arrow::before
{
	border-left-color: var(--white);
	border-width: 5px 0 5px 5px;
	margin-top: -3px;
}
.tooltip-inner
{
	border-radius: .375rem;
	color: var(--secondary);
	max-width: 200px;
	padding: 7px 13px;
}
.popover
{
	border: none;
	border-radius: .5rem;
	font-weight: 300;
	max-width: 800px;
	padding: 0;
	z-index: 1060;
}
.popover .arrow
{
	height: 5px;
	width: 10px;
}
.popover .arrow::after,.popover .arrow::before
{
	border-width: 11px;
}
.popover.bs-popover-auto[x-placement^=top],.popover.bs-popover-top
{
	margin-bottom: 10px;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::before,.popover.bs-popover-top .arrow::before
{
	border-top-color: rgba(0,0,0,.05);
	bottom: -11px;
	margin-left: -6px;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after,.popover.bs-popover-top .arrow::after
{
	border-top-color: var(--white);
	bottom: -10px;
	margin-left: -6px;
}
.popover.bs-popover-auto[x-placement^=right],.popover.bs-popover-right
{
	margin-left: 10px;
}
.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-left .arrow::after,.popover.bs-popover-left .arrow::before,.popover.bs-popover-right .arrow::after,.popover.bs-popover-right .arrow::before
{
	margin-top: -8px;
}
.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-right .arrow::before
{
	border-right-color: rgba(0,0,0,.05);
	left: -11px;
}
.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-right .arrow::after
{
	border-right-color: var(--white);
	left: -10px;
}
.popover.bs-popover-auto[x-placement^=bottom],.popover.bs-popover-bottom
{
	margin-top: 10px;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::after,.popover.bs-popover-bottom .arrow::before
{
	margin-left: -7px;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::before
{
	border-bottom-color: rgba(0,0,0,.05);
	top: -11px;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-bottom .arrow::after
{
	border-bottom-color: var(--white);
	top: -10px;
}
.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,.popover.bs-popover-bottom .popover-header::before
{
	border-bottom: 1px solid #f5f5f6;
}
.popover.bs-popover-auto[x-placement^=left],.popover.bs-popover-left
{
	margin-right: 10px;
}
.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-left .arrow::before
{
	border-left-color: rgba(0,0,0,.05);
	right: -11px;
}
.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-left .arrow::after
{
	border-left-color: var(--white);
	right: -10px;
}
.popover-header
{
	background-color: #f5f5f6;
	border-bottom: 1px solid #e7e9ea;
	border-top-left-radius: calc(.5rem - 1px);
	border-top-right-radius: calc(.5rem - 1px);
	color: #212529;
	font-size: 14px;
	line-height: 14px;
	padding: 14px 20px;
}
.popover-body
{
	color: var(--secondary);
	padding: 15px 20px;
}
.dropdown-menu
{
	border: 1px solid rgba(0,0,0,.05);
	border-radius: .375rem;
	box-shadow: 0 .5rem 4rem rgba(0,0,0,.11),0 10px 20px rgba(0,0,0,.05),0 2px 3px rgba(0,0,0,.06);
	color: var(--secondary);
	font-size: 1rem;
	margin: 0;
	min-width: 10rem;
	padding: .5rem 0;
}
.dropdown-divider
{
	border-top: 1px solid var(--light);
	height: 0;
	margin: .75rem 0;
	overflow: hidden;
}
.alert-secondary,.block.block-mode-fullscreen.block-bordered,.jb-blue,.jb-cyan,.jb-green,.jb-pink,.jb-purple,.jb-red,.jb-vip1,.jb-vip2,.jb-yellow
{
	border: none;
}
.dropdown-item
{
	color: #212529;
	font-size: .9375rem;
	font-weight: 300;
	padding: .5rem 1.25rem;
	transition: background-color 250ms cubic-bezier(.27, .01, .38, 1.06),color 250ms cubic-bezier(.27, .01, .38, 1.06);
}
.dropdown-item:focus,.dropdown-item:hover
{
	background-color: #eceeef;
	color: #16181b;
}
.dropdown-item.active,.dropdown-item:active
{
	background-color: #c3c7cc;
	color: #16181b;
}
.dropdown-header
{
	color: #868e96;
	font-size: .875rem;
	padding: .5rem 1.25rem;
}
.btn+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split
{
	padding-left: .75rem;
	padding-right: .75rem;
}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split
{
	padding-left: 1.3125rem;
	padding-right: 1.3125rem;
}
.btn-group.show .dropdown-toggle
{
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.alert-warning,.badge-warning
{
	background-color: rgba(255,111,6,.1);
	color: #ff6f06;
}
.alert-info,.badge-info
{
	background-color: rgba(77,130,249,.1);
	color: #5c7cff;
}
.alert-danger,.badge-danger
{
	background-color: rgba(194,41,46,.1);
	color: #d6064c;
}
.alert-success,.badge-success
{
	background-color: rgba(18,185,40,.1);
	color: #18a52a;
}
.alert-secondary,.badge-secondary
{
	background: rgba(136,136,136,.1);
	color: #888;
}
.subject_body_img
{
	flex: 1;
	height: 70px;
	min-width: 184px;
	object-fit: cover;
	width: 100px;
}
.discovery-forum-brief,.hot-forum-breif,.threadlist_brief
{
	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
}
.user-group-icon
{
	margin-top: -5px;
	width: 40px;
}
.b-blue,.b-blue-2,.b-cyan,.b-gray,.b-green,.b-purple,.b-red,.b-theme,.b-yellow,.jb-blue,.jb-cyan,.jb-green,.jb-pink,.jb-purple,.jb-red,.jb-vip1,.jb-vip2,.jb-yellow
{
	background: var(--this-bg);
	color: var(--this-color);
	this-color: var(--white);
}
.b-theme
{
	this-bg: var(--focus-color);
}
.b-gray
{
	this-bg: #818b95;
}
.b-red
{
	this-bg: #ff5473;
}
.b-yellow
{
	this-bg: #ff6f06;
}
.b-cyan
{
	this-bg: #08c4c1;
}
.b-blue
{
	this-bg: var(--nav-bg-color);
}
.b-blue-2
{
	this-bg: #5c7cff;
}
.b-green
{
	this-bg: #12b928;
}
.b-purple
{
	this-bg: #d448f5;
}
.pay-tag,.vip-tag
{
	this-bg: linear-gradient(135deg, #ff74cd 10%, #ec7d0b 100%);
	this-color: var(--white);
}
.pay-tag.badg-sm
{
	border: 0;
	padding: 1px 4px;
}
.jb-red,.order-type-9 .pay-tag
{
	this-bg: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%);
}
.jb-pink,.order-type-2 .pay-tag
{
	this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%);
}
.jb-yellow,.order-type-3 .pay-tag
{
	this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%);
}
.jb-blue,.order-type-7 .pay-tag
{
	this-bg: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
}
.jb-cyan
{
	this-bg: linear-gradient(140deg, #039ab3 10%, #58dbcf 90%);
}
.jb-green,.order-type-5 .pay-tag
{
	this-bg: linear-gradient(135deg, #60e464 10%, #5cb85b 100%);
}
.jb-purple,.order-type-6 .pay-tag
{
	this-bg: linear-gradient(135deg, #f98dfb 10%, #ea00f9 100%);
}
.jb-gold,.order-type-4 .pay-tag
{
	this-bg: linear-gradient(25deg, #eabe7b 10%, #f5e3c7 70%, #edc788 100%);
	this-color: #866127;
}
.jb-black,.order-type-8 .pay-tag
{
	this-bg: linear-gradient(317deg, #4d4c4c 30%, #7b7b7b 70%, #5f5c5c 100%);
	this-color: #ddd;
}
.jb-dark
{
	background: #485563;
	background: linear-gradient(to right,#29323c,#485563);
	background: -webkit-linear-gradient(to right,#29323c,#485563);
}
.index-siteInfo-bg,.user-page-background
{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.avatar-3-5
{
	border-radius: 50%;
	height: 3.5rem;
	width: 3.5rem;
}
.thread-nav
{
	background-color: #fff;
	border-top: 1px solid #efefef;
	bottom: 0;
	height: 45px;
	width: 100%;
	z-index: 1000;
}
.thread-nav .iconfont
{
	font-size: 25px;
	line-height: 45px;
}
.nav_font
{
	color: #8590a6;
	font-size: 12px;
}
.bottom-nav
{
	background-color: #fff;
	color: #9e9e9e;
	display: inline-block;
	line-height: 20px;
	position: relative;
}
.card .thread-left-nav.flex-column:not(.nav-sidebar)>li:hover
{
	background-color: #f6f6f6;
	border-radius: 5px;
	moz-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	webkit-border-radius: 5px;
}
.card .nav.flex-column:not(.nav-sidebar)>li
{
	border-bottom: 0;
	margin: 0;
}
.index-siteInfo-bg
{
	height: 80px;
	width: 100%;
}
[class^=icon-top-]:before
{
	color: #fff;
	content: "置顶";
	font-size: .75rem;
}
.icon-top-1,.icon-top-2,.icon-top-3
{
	background-color: var(--primary);
	border-radius: 3px;
	padding: .125rem .25rem;
}
.navbar-nav>.nav-item>.nav-link
{
	margin-top: 5px;
}
.navbar-nav>.nav-item>.nav-link>.iconfont
{
	background: var(--light);
	border-radius: 50%;
	display: block;
	height: 25px;
	text-align: center;
	width: 25px;
}
.forumList>li:hover
{
	border-radius: 5px;
}
.userOnline
{
	border: 5px solid #fff;
	border-radius: 50%;
	color: #1cd991;
	margin-left: 1.3rem;
	margin-top: -.2rem;
	transform: scale(.5);
}
.dropdown-menu-items>.col-6>.dropdown-item:hover
{
	border-radius: 5px;
	moz-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	webkit-border-radius: 5px;
}
.subject_body_img:hover
{
	filter: brightness(.5);
	moz-transition: .3s;
	ms-transition: .3s;
	o-transition: .3s;
	transition: .3s;
	webkit-filter: brightness(.5);
	webkit-transition: .3s;
}
.user-info-count
{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.user-page-username
{
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 5px 5px 5px rgba(0,0,0,.2);
	white-space: nowrap;
}
.my-mobile-btn-group
{
	display: flex;
	flex-wrap: wrap;
}
.my-mobile-btn-group>a:last-child:nth-child(odd)
{
	flex: 0 1 50%;
}
.my-mobile-btn-group>a
{
	background-color: transparent;
	border-color: transparent;
	box-sizing: border-box;
	color: #6c757d!important;
	flex: 1 0 50%;
	font-weight: 700;
	margin: 0;
}
.my-mobile-btn-group>a.btn-secondary:not(:disabled):not(.disabled).active
{
	background-color: var(--primary);
	border-color: transparent;
	border-radius: 5px;
	box-shadow: none;
	color: var(--white)!important;
	font-weight: 700;
	moz-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	webkit-border-radius: 5px;
}
.my-mobile-btn-group>.btn-secondary:not(:disabled):not(.disabled):active
{
	background-color: var(--aid-color);
	border-color: var(--aid-color);
}
.my-mobile-nav-btn-group
{
	display: flex;
	ms-overflow-style: none;
	overflow: scroll;
	scrollbar-width: none;
}
.my-mobile-nav-btn-group::-webkit-scrollbar
{
	display: none;
}
.my-mobile-nav-btn-group>a
{
	background-color: var(--white);
	border-color: transparent;
	color: var(--black)!important;
	font-weight: 400;
	margin-right: 10px;
}
.my-mobile-nav-btn-group>a.btn-secondary:not(:disabled):not(.disabled).active
{
	background-color: var(--primary)!important;
	border-color: transparent;
	border-radius: 5px;
	box-shadow: none;
	color: var(--white)!important;
	font-weight: 700;
	moz-border-radius: 5px;
	ms-border-radius: 5px;
	o-border-radius: 5px;
	position: relative;
	webkit-border-radius: 5px;
}
.my-mobile-nav-btn-group>a.btn-secondary:not(:disabled):not(.disabled).active::after
{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid var(--primary);
	bottom: -5px;
	content: "";
	display: inline-block;
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}
.my-mobile-nav-btn-group>.btn-secondary:not(:disabled):not(.disabled):active
{
	background-color: transparent;
	border-color: transparent;
}
.user-page-background
{
	height: 200px;
	width: 100%;
}
.thread_comment_input
{
	background: #f5f5f5!important;
	border-radius: 10px;
	height: 32px;
	line-height: 32px;
	margin-top: -2px;
	overflow: hidden;
	padding: 0 12px;
}
.thread_nav_pop_count
{
	font-size: 10px;
	position: absolute;
	top: -12px;
}
.modal_reply_text
{
	bottom: 30px;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 999;
}
.btn-block-option:active,.thread_btm_func a
{
	color: #6c757d;
}
.avatar-6
{
	height: 130px;
	width: 130px;
}
.bottom-nav-bt
{
	border-top: 1px solid #efefef;
	bottom: 0;
	height: 55px;
	width: 100%;
	z-index: 1000;
}
.search_form_input,.search_form_input:focus
{
	background-color: var(--light);
}
.background
{
	background-position: center;
	background-size: cover;
}
.mm-background
{
	margin-top: -7px;
}
.mp-background
{
	height: 230px;
}
.sidebar-bg
{
	height: 130px;
}
.discovery-rank-list
{
	overflow: auto;
}
.site-list-ul
{
	margin: 0;
	padding: 0;
}
.site-reply ul li,.site-top ul li
{
	border-bottom: 1px dashed #dadada;
	clear: both;
	margin: 0;
}
.site-top ul li
{
	height: 31px;
	line-height: 31px;
	overflow: hidden;
}
.site-brief li:last-child,.site-reply li:last-child,.site-top li:last-child
{
	border-bottom: 0;
}
.site-info li
{
	border-right: 1px solid #e6e6e6;
}
.site-info li:last-child
{
	border-right: 0;
}
.discovery_forum
{
	border: 1px solid #f5f5f5;
}
.discovery_forum:hover
{
	border-color: var(--primary);
}
.discovery_forum:hover .into_forum_link
{
	background-color: var(--primary);
	color: #fff!important;
	padding: 2px 5px;
}
.into_forum_link
{
	padding: 2px 5px;
}
.site-info-logo
{
	border: 3px solid #fff;
	margin-top: -25px;
}
.forum-avatar
{
	opacity: .3;
	position: absolute;
	right: -60px;
	top: -50px;
}
.disc-forum-avatar
{
	opacity: .3;
	position: absolute;
	right: -30px;
	top: -20px;
}
.tt-license
{
	background: repeating-linear-gradient(135deg,#f6f6f6,#f6f6f6 12px,var(--white) 0,var(--white) 24px);
	background-color: #f3f5f7;
	border-left: 3px solid #dde6e9;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 1rem;
}
.tt-license-icon
{
	align-items: center;
	color: #ff5722;
	display: flex;
	float: left;
	height: 40px;
	margin: -10px 10px -10px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.tt-license a
{
	color: #337ab7;
	margin: 0 5px;
	text-decoration: underline;
}
.goTop
{
	background-color: var(--white);
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	height: 25px;
	line-height: 25px;
	position: fixed;
	right: 0;
	top: 200px;
	width: 50px;
}
.qqFace
{
	height: 145px;
	margin-top: 4px;
	overflow: auto;
}
.qqFace img:hover
{
	moz-transform: scale(1.5);
	ms-transform: scale(1.5);
	o-transform: scale(1.5);
	transform: scale(1.5);
	transition: .3s;
	webkit-transform: scale(1.5);
}
.contact>a
{
	border-radius: 50%;
	font-size: 20px;
}
.nav-item.usernotice.current>.header_notice>.unread
{
	display: inline-block!important;
	left: 7px;
	moz-transform: scale(.5);
	ms-transform: scale(.5);
	o-transform: scale(.5);
	top: -2px;
	transform: scale(.5);
	webkit-transform: scale(.5);
}
.liquid-gradient
{
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 70%) top center/cover,url('../img/welcome.webp') top center/cover;
	color: #fff;
}
.index_site_brief_profile_items
{
	border-radius: 2rem;
	font-size: 1.5rem!important;
	padding: 1rem;
	transition: .3s;
}
.index_site_brief_profile_items:hover
{
	filter: opacity(.5);
}
::-webkit-scrollbar
{
	border-radius: 5px;
	width: 5px;
}
::-webkit-scrollbar-thumb
{
	background-color: #999;
	border-radius: 5px;
}
::-webkit-scrollbar-track:hover
{
	background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover
{
	background-color: #666;
}
::-webkit-scrollbar-track:active
{
	background-color: #bbb;
}
::-webkit-scrollbar-thumb:active
{
	background-color: #333;
}
.userContainer
{
	overflow-x: scroll;
	width: 100%;
}
.userContent,.userContent-wrapper
{
	display: flex;
}
.userContent .userCard
{
	background-color: #fff;
	flex-shrink: 0;
	height: 10.25rem;
	margin-right: 1.25rem;
	width: 10.25rem;
}
.userContent .userCardName
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bg-black-5
{
	background-color: rgba(0,0,0,.05)!important;
}
.bg-black-10
{
	background-color: rgba(0,0,0,.1)!important;
}
.bg-black-25
{
	background-color: rgba(0,0,0,.25)!important;
}
.bg-black-50
{
	background-color: rgba(0,0,0,.5)!important;
}
.bg-black-75
{
	background-color: rgba(0,0,0,.75)!important;
}
.bg-black-90
{
	background-color: rgba(0,0,0,.9)!important;
}
.bg-black-95
{
	background-color: rgba(0,0,0,.95)!important;
}
.bg-white-5
{
	background-color: rgba(255,255,255,.05)!important;
}
.bg-white-10
{
	background-color: rgba(255,255,255,.1)!important;
}
.bg-white-25
{
	background-color: rgba(255,255,255,.25)!important;
}
.bg-white-50
{
	background-color: rgba(255,255,255,.5)!important;
}
.bg-white-75
{
	background-color: rgba(255,255,255,.75)!important;
}
.bg-white-90
{
	background-color: rgba(255,255,255,.9)!important;
}
.bg-white-95
{
	background-color: rgba(255,255,255,.95)!important;
}
.bg-image
{
	background-position: 0 50%;
	background-size: cover;
}
.bg-image-top
{
	background-position-y: 0;
}
.bg-image-center
{
	background-position-x: 50%;
}
.bg-image-bottom
{
	background-position-y: 100%;
}
.bg-pattern
{
	background-repeat: repeat;
}
.bg-video
{
	transform: translateZ(0);
	width: 100%;
}
.bg-default-op,.bg-primary-op
{
	background-color: rgba(2,132,199,.75)!important;
}
a.bg-default-op:focus,a.bg-default-op:hover,a.bg-primary-op:focus,a.bg-primary-op:hover,button.bg-default-op:focus,button.bg-default-op:hover,button.bg-primary-op:focus,button.bg-primary-op:hover
{
	background-color: rgba(1,99,149,.75)!important;
}
.bg-default,.bg-primary
{
	background-color: #0284c7!important;
}
a.bg-default:focus,a.bg-default:hover,a.bg-primary:focus,a.bg-primary:hover,button.bg-default:focus,button.bg-default:hover,button.bg-primary:focus,button.bg-primary:hover
{
	background-color: #016395!important;
}
.bg-default-dark,.bg-elegance-dark,.bg-primary-dark
{
	background-color: #454c53!important;
}
a.bg-default-dark:focus,a.bg-default-dark:hover,a.bg-elegance-dark:focus,a.bg-elegance-dark:hover,a.bg-primary-dark:focus,a.bg-primary-dark:hover,button.bg-default-dark:focus,button.bg-default-dark:hover,button.bg-elegance-dark:focus,button.bg-elegance-dark:hover,button.bg-primary-dark:focus,button.bg-primary-dark:hover
{
	background-color: #2e3337!important;
}
.bg-primary-dark-op
{
	background-color: rgba(69,76,83,.8)!important;
}
a.bg-primary-dark-op:focus,a.bg-primary-dark-op:hover,button.bg-primary-dark-op:focus,button.bg-primary-dark-op:hover
{
	background-color: rgba(46,51,55,.8)!important;
}
.bg-default-darker,.bg-elegance-darker,.bg-primary-darker
{
	background-color: #1f2327!important;
}
a.bg-default-darker:focus,a.bg-default-darker:hover,a.bg-elegance-darker:focus,a.bg-elegance-darker:hover,a.bg-primary-darker:focus,a.bg-primary-darker:hover,button.bg-default-darker:focus,button.bg-default-darker:hover,button.bg-elegance-darker:focus,button.bg-elegance-darker:hover,button.bg-primary-darker:focus,button.bg-primary-darker:hover
{
	background-color: #080a0b!important;
}
.bg-default-light,.bg-primary-light
{
	background-color: #53abd9!important;
}
a.bg-default-light:focus,a.bg-default-light:hover,a.bg-primary-light:focus,a.bg-primary-light:hover,button.bg-default-light:focus,button.bg-default-light:hover,button.bg-primary-light:focus,button.bg-primary-light:hover
{
	background-color: #2d95cc!important;
}
.bg-default-lighter,.bg-primary-lighter
{
	background-color: #aed8ed!important;
}
a.bg-default-lighter:focus,a.bg-default-lighter:hover,a.bg-primary-lighter:focus,a.bg-primary-lighter:hover,button.bg-default-lighter:focus,button.bg-default-lighter:hover,button.bg-primary-lighter:focus,button.bg-primary-lighter:hover
{
	background-color: #84c4e4!important;
}
.bg-success
{
	background-color: #65a30d!important;
}
a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover
{
	background-color: #487409!important;
}
.bg-success-light
{
	background-color: #ebf5df!important;
}
a.bg-success-light:focus,a.bg-success-light:hover,button.bg-success-light:focus,button.bg-success-light:hover
{
	background-color: #d3e9b8!important;
}
.bg-warning
{
	background-color: #d97706!important;
}
a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover
{
	background-color: #a75c05!important;
}
.bg-warning-light
{
	background-color: #fcf7e6!important;
}
a.bg-warning-light:focus,a.bg-warning-light:hover,button.bg-warning-light:focus,button.bg-warning-light:hover
{
	background-color: #f7e8b8!important;
}
.bg-info
{
	background-color: #0891b2!important;
}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover
{
	background-color: #066981!important;
}
.bg-info-light
{
	background-color: #e3f4fc!important;
}
a.bg-info-light:focus,a.bg-info-light:hover,button.bg-info-light:focus,button.bg-info-light:hover
{
	background-color: #b5e2f7!important;
}
.bg-danger
{
	background-color: #dc2626!important;
}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover
{
	background-color: #b21d1d!important;
}
.bg-danger-light
{
	background-color: #fae9e8!important;
}
a.bg-danger-light:focus,a.bg-danger-light:hover,button.bg-danger-light:focus,button.bg-danger-light:hover
{
	background-color: #f1c1be!important;
}
.bg-success-op
{
	background-color: rgba(235,245,223,.95)!important;
}
a.bg-success-op:focus,a.bg-success-op:hover,button.bg-success-op:focus,button.bg-success-op:hover
{
	background-color: rgba(211,233,184,.95)!important;
}
.bg-warning-op
{
	background-color: rgba(252,247,230,.95)!important;
}
a.bg-warning-op:focus,a.bg-warning-op:hover,button.bg-warning-op:focus,button.bg-warning-op:hover
{
	background-color: rgba(247,232,184,.95)!important;
}
.bg-info-op
{
	background-color: rgba(227,244,252,.95)!important;
}
a.bg-info-op:focus,a.bg-info-op:hover,button.bg-info-op:focus,button.bg-info-op:hover
{
	background-color: rgba(181,226,247,.95)!important;
}
.bg-danger-op
{
	background-color: rgba(250,233,232,.95)!important;
}
a.bg-danger-op:focus,a.bg-danger-op:hover,button.bg-danger-op:focus,button.bg-danger-op:hover
{
	background-color: rgba(241,193,190,.95)!important;
}
.bg-body
{
	background-color: #f0f2f5!important;
}
a.bg-body:focus,a.bg-body:hover,button.bg-body:focus,button.bg-body:hover
{
	background-color: #d1d7e1!important;
}
.bg-body-light
{
	background-color: #f6f7f9!important;
}
a.bg-body-light:focus,a.bg-body-light:hover,button.bg-body-light:focus,button.bg-body-light:hover
{
	background-color: #d8dde5!important;
}
.bg-body-dark
{
	background-color: #e4e7ed!important;
}
a.bg-body-dark:focus,a.bg-body-dark:hover,button.bg-body-dark:focus,button.bg-body-dark:hover
{
	background-color: #c5cdd8!important;
}
.bg-body-extra-light,.bg-header-light,.bg-sidebar-light,.bg-white
{
	background-color: #fff!important;
}
a.bg-body-extra-light:focus,a.bg-body-extra-light:hover,a.bg-header-light:focus,a.bg-header-light:hover,a.bg-sidebar-light:focus,a.bg-sidebar-light:hover,a.bg-white:focus,a.bg-white:hover,button.bg-body-extra-light:focus,button.bg-body-extra-light:hover,button.bg-header-light:focus,button.bg-header-light:hover,button.bg-sidebar-light:focus,button.bg-sidebar-light:hover,button.bg-white:focus,button.bg-white:hover
{
	background-color: #e6e6e6!important;
}
.bg-gray-dark,.bg-muted
{
	background-color: #6c757d!important;
}
a.bg-gray-dark:focus,a.bg-gray-dark:hover,a.bg-muted:focus,a.bg-muted:hover,button.bg-gray-dark:focus,button.bg-gray-dark:hover,button.bg-muted:focus,button.bg-muted:hover
{
	background-color: #545b62!important;
}
.bg-black,a.bg-black:focus,a.bg-black:hover,button.bg-black:focus,button.bg-black:hover
{
	background-color: #000!important;
}
.bg-gray
{
	background-color: #ced4da!important;
}
a.bg-gray:focus,a.bg-gray:hover,button.bg-gray:focus,button.bg-gray:hover
{
	background-color: #b1bbc4!important;
}
.bg-gray-darker
{
	background-color: #343a40!important;
}
a.bg-gray-darker:focus,a.bg-gray-darker:hover,button.bg-gray-darker:focus,button.bg-gray-darker:hover
{
	background-color: #1d2124!important;
}
.bg-gray-light
{
	background-color: #e9ecef!important;
}
a.bg-gray-light:focus,a.bg-gray-light:hover,button.bg-gray-light:focus,button.bg-gray-light:hover
{
	background-color: #cbd3da!important;
}
.bg-gray-lighter
{
	background-color: #f8f9fa!important;
}
a.bg-gray-lighter:focus,a.bg-gray-lighter:hover,button.bg-gray-lighter:focus,button.bg-gray-lighter:hover
{
	background-color: #dae0e5!important;
}
.bg-header-dark,.bg-sidebar-dark
{
	background-color: #31373d!important;
}
a.bg-header-dark:focus,a.bg-header-dark:hover,a.bg-sidebar-dark:focus,a.bg-sidebar-dark:hover,button.bg-header-dark:focus,button.bg-header-dark:hover,button.bg-sidebar-dark:focus,button.bg-sidebar-dark:hover
{
	background-color: #1a1e21!important;
}
.bg-gd-default,.bg-gd-primary
{
	background: linear-gradient(135deg,#01527b 0,#0295e0 100%) #01527b!important;
}
.bg-gd-dusk
{
	background: linear-gradient(135deg,#8f55f2 0,#0284c7 100%) #8f55f2!important;
}
.bg-gd-cherry
{
	background: linear-gradient(135deg,#df5454 0,#c32424 100%) #df5454!important;
}
.bg-gd-aqua
{
	background: linear-gradient(135deg,#2facb2 0,#36b3a0 100%) #2facb2!important;
}
.bg-gd-emerald
{
	background: linear-gradient(135deg,#32a67f 0,#2facb2 100%) #32a67f!important;
}
.bg-gd-sea
{
	background: linear-gradient(135deg,#026da4 0,#0891b2 100%) #026da4!important;
}
.bg-gd-leaf
{
	background: linear-gradient(135deg,#d97706 0,#65a30d 100%) #d97706!important;
}
.bg-gd-lake
{
	background: linear-gradient(135deg,#0891b2 0,#65a30d 100%) #0891b2!important;
}
.bg-gd-sun
{
	background: linear-gradient(135deg,#dc2626 0,#d97706 100%) #dc2626!important;
}
.bg-gd-light
{
	background: linear-gradient(0deg,#f6f7f9 0,#fff 100%) #f6f7f9!important;
}
.bg-default-dark-op,.bg-elegance-dark-op
{
	background-color: rgba(69,76,83,.83)!important;
}
a.bg-default-dark-op:focus,a.bg-default-dark-op:hover,a.bg-elegance-dark-op:focus,a.bg-elegance-dark-op:hover,button.bg-default-dark-op:focus,button.bg-default-dark-op:hover,button.bg-elegance-dark-op:focus,button.bg-elegance-dark-op:hover
{
	background-color: rgba(46,51,55,.83)!important;
}
.bg-elegance
{
	background-color: #8f55f2!important;
}
a.bg-elegance:focus,a.bg-elegance:hover,button.bg-elegance:focus,button.bg-elegance:hover
{
	background-color: #7026ee!important;
}
.bg-elegance-op
{
	background-color: rgba(143,85,242,.75)!important;
}
a.bg-elegance-op:focus,a.bg-elegance-op:hover,button.bg-elegance-op:focus,button.bg-elegance-op:hover
{
	background-color: rgba(112,38,238,.75)!important;
}
.bg-elegance-light
{
	background-color: #bb97f7!important;
}
a.bg-elegance-light:focus,a.bg-elegance-light:hover,button.bg-elegance-light:focus,button.bg-elegance-light:hover
{
	background-color: #9b68f3!important;
}
.bg-elegance-lighter
{
	background-color: #e0d0fb!important;
}
a.bg-elegance-lighter:focus,a.bg-elegance-lighter:hover,button.bg-elegance-lighter:focus,button.bg-elegance-lighter:hover
{
	background-color: #c1a1f8!important;
}
.bg-gd-elegance
{
	background: linear-gradient(135deg,#6112e9 0,#9f6df4 100%) #6112e9!important;
}
.bg-pulse
{
	background-color: #db3f3f!important;
}
a.bg-pulse:focus,a.bg-pulse:hover,button.bg-pulse:focus,button.bg-pulse:hover
{
	background-color: #c32424!important;
}
.bg-pulse-op
{
	background-color: rgba(219,63,63,.75)!important;
}
a.bg-pulse-op:focus,a.bg-pulse-op:hover,button.bg-pulse-op:focus,button.bg-pulse-op:hover
{
	background-color: rgba(195,36,36,.75)!important;
}
.bg-pulse-dark
{
	background-color: #393939!important;
}
a.bg-pulse-dark:focus,a.bg-pulse-dark:hover,button.bg-pulse-dark:focus,button.bg-pulse-dark:hover
{
	background-color: #202020!important;
}
.bg-pulse-dark-op
{
	background-color: rgba(57,57,57,.83)!important;
}
a.bg-pulse-dark-op:focus,a.bg-pulse-dark-op:hover,button.bg-pulse-dark-op:focus,button.bg-pulse-dark-op:hover
{
	background-color: rgba(32,32,32,.83)!important;
}
.bg-pulse-darker
{
	background-color: #252525!important;
}
a.bg-pulse-darker:focus,a.bg-pulse-darker:hover,button.bg-pulse-darker:focus,button.bg-pulse-darker:hover
{
	background-color: #0c0c0c!important;
}
.bg-pulse-light
{
	background-color: #e67b7b!important;
}
a.bg-pulse-light:focus,a.bg-pulse-light:hover,button.bg-pulse-light:focus,button.bg-pulse-light:hover
{
	background-color: #de5050!important;
}
.bg-pulse-lighter
{
	background-color: #f5c8c8!important;
}
a.bg-pulse-lighter:focus,a.bg-pulse-lighter:hover,button.bg-pulse-lighter:focus,button.bg-pulse-lighter:hover
{
	background-color: #ed9d9d!important;
}
.bg-gd-pulse
{
	background: linear-gradient(135deg,#ad2020 0,#df5454 100%) #ad2020!important;
}
.bg-flat
{
	background-color: #36b3a0!important;
}
a.bg-flat:focus,a.bg-flat:hover,button.bg-flat:focus,button.bg-flat:hover
{
	background-color: #2a8c7d!important;
}
.bg-flat-op
{
	background-color: rgba(54,179,160,.75)!important;
}
a.bg-flat-op:focus,a.bg-flat-op:hover,button.bg-flat-op:focus,button.bg-flat-op:hover
{
	background-color: rgba(42,140,125,.75)!important;
}
.bg-flat-dark
{
	background-color: #1a353c!important;
}
a.bg-flat-dark:focus,a.bg-flat-dark:hover,button.bg-flat-dark:focus,button.bg-flat-dark:hover
{
	background-color: #0b1618!important;
}
.bg-flat-dark-op
{
	background-color: rgba(26,53,60,.83)!important;
}
a.bg-flat-dark-op:focus,a.bg-flat-dark-op:hover,button.bg-flat-dark-op:focus,button.bg-flat-dark-op:hover
{
	background-color: rgba(11,22,24,.83)!important;
}
.bg-flat-darker
{
	background-color: #0b2830!important;
}
a.bg-flat-darker:focus,a.bg-flat-darker:hover,button.bg-flat-darker:focus,button.bg-flat-darker:hover
{
	background-color: #010507!important;
}
.bg-flat-light
{
	background-color: #61cfbf!important;
}
a.bg-flat-light:focus,a.bg-flat-light:hover,button.bg-flat-light:focus,button.bg-flat-light:hover
{
	background-color: #3bc3ae!important;
}
.bg-flat-lighter
{
	background-color: #a8e5db!important;
}
a.bg-flat-lighter:focus,a.bg-flat-lighter:hover,button.bg-flat-lighter:focus,button.bg-flat-lighter:hover
{
	background-color: #80d9cb!important;
}
.bg-gd-flat
{
	background: linear-gradient(135deg,#24786b 0,#3ec5b0 100%) #24786b!important;
}
.bg-corporate
{
	background-color: #2facb2!important;
}
a.bg-corporate:focus,a.bg-corporate:hover,button.bg-corporate:focus,button.bg-corporate:hover
{
	background-color: #24858a!important;
}
.bg-corporate-op
{
	background-color: rgba(47,172,178,.75)!important;
}
a.bg-corporate-op:focus,a.bg-corporate-op:hover,button.bg-corporate-op:focus,button.bg-corporate-op:hover
{
	background-color: rgba(36,133,138,.75)!important;
}
.bg-corporate-dark
{
	background-color: #323d4c!important;
}
a.bg-corporate-dark:focus,a.bg-corporate-dark:hover,button.bg-corporate-dark:focus,button.bg-corporate-dark:hover
{
	background-color: #1e242d!important;
}
.bg-corporate-dark-op
{
	background-color: rgba(50,61,76,.83)!important;
}
a.bg-corporate-dark-op:focus,a.bg-corporate-dark-op:hover,button.bg-corporate-dark-op:focus,button.bg-corporate-dark-op:hover
{
	background-color: rgba(30,36,45,.83)!important;
}
.bg-corporate-darker
{
	background-color: #252d38!important;
}
a.bg-corporate-darker:focus,a.bg-corporate-darker:hover,button.bg-corporate-darker:focus,button.bg-corporate-darker:hover
{
	background-color: #111419!important;
}
.bg-corporate-light
{
	background-color: #5aced3!important;
}
a.bg-corporate-light:focus,a.bg-corporate-light:hover,button.bg-corporate-light:focus,button.bg-corporate-light:hover
{
	background-color: #34bfc6!important;
}
.bg-corporate-lighter
{
	background-color: #afe7ea!important;
}
a.bg-corporate-lighter:focus,a.bg-corporate-lighter:hover,button.bg-corporate-lighter:focus,button.bg-corporate-lighter:hover
{
	background-color: #86dbdf!important;
}
.bg-gd-corporate
{
	background: linear-gradient(135deg,#1f7275 0,#34bfc6 100%) #1f7275!important;
}
.bg-earth
{
	background-color: #32a67f!important;
}
a.bg-earth:focus,a.bg-earth:hover,button.bg-earth:focus,button.bg-earth:hover
{
	background-color: #267f61!important;
}
.bg-earth-op
{
	background-color: rgba(50,166,127,.75)!important;
}
a.bg-earth-op:focus,a.bg-earth-op:hover,button.bg-earth-op:focus,button.bg-earth-op:hover
{
	background-color: rgba(38,127,97,.75)!important;
}
.bg-earth-dark
{
	background-color: #343434!important;
}
a.bg-earth-dark:focus,a.bg-earth-dark:hover,button.bg-earth-dark:focus,button.bg-earth-dark:hover
{
	background-color: #1b1b1b!important;
}
.bg-earth-dark-op
{
	background-color: rgba(52,52,52,.83)!important;
}
a.bg-earth-dark-op:focus,a.bg-earth-dark-op:hover,button.bg-earth-dark-op:focus,button.bg-earth-dark-op:hover
{
	background-color: rgba(27,27,27,.83)!important;
}
.bg-earth-darker
{
	background-color: #222!important;
}
a.bg-earth-darker:focus,a.bg-earth-darker:hover,button.bg-earth-darker:focus,button.bg-earth-darker:hover
{
	background-color: #090909!important;
}
.bg-earth-light
{
	background-color: #5ccea7!important;
}
a.bg-earth-light:focus,a.bg-earth-light:hover,button.bg-earth-light:focus,button.bg-earth-light:hover
{
	background-color: #39be91!important;
}
.bg-earth-lighter
{
	background-color: #baeada!important;
}
a.bg-earth-lighter:focus,a.bg-earth-lighter:hover,button.bg-earth-lighter:focus,button.bg-earth-lighter:hover
{
	background-color: #93dec5!important;
}
.bg-gd-earth
{
	background: linear-gradient(135deg,#206b52 0,#38ba8e 100%) #206b52!important;
}
.forumlist
{
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
}
.tagSelect
{
	background-color: var(--aid-color);
	border-radius: 6px;
	flex: 0 0 auto;
	margin-right: 8px;
	padding: 9px;
	position: relative;
	transition: .3s;
}
.block-content,.block-header
{
	transition: opacity .2s ease-out;
}
.tagSelect:hover
{
	background-color: #ccc;
}
.forum-radio
{
	position: absolute;
	right: 10px;
	top: 10px;
}
.index_header_search
{
	background: var(--aid-color);
	border-radius: 20px;
	width: 75%;
}
.header_nav_2_mobile_menu .card-header-tabs
{
	margin: 0;
}
.header_nav_2_mobile_menu
{
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.index_header_drawer
{
	width: 100%!important;
}
.index_header_drawer .nav-pills
{
	flex-wrap: wrap;
}
.index_header_drawer .nav-item
{
	box-sizing: border-box;
}
.index_header_drawer .sidebar_menu .nav-item a
{
	background-color: var(--aid-color);
	margin: .625rem;
}
.forum-card-image
{
	height: 100%;
	width: 100%;
}
.forumInfo-num-items
{
	background-color: #f2f3f5;
}
.discovery_looppic
{
	border-radius: .3125rem;
}
.ribbon
{
	min-height: 3.25rem;
	position: relative;
}
.ribbon-box
{
	border-bottom-left-radius: .375rem;
	border-top-left-radius: .375rem;
	font-weight: 500;
	height: 2rem;
	line-height: 2rem;
	padding: 0 .75rem;
	position: absolute;
	right: 0;
	top: 1rem;
	z-index: 5;
}
.ribbon-box::before
{
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.ribbon-bookmark .ribbon-box
{
	border-radius: 0!important;
	padding-left: .625rem;
}
.ribbon-bookmark .ribbon-box::before
{
	border: 1rem solid;
	border-left-width: .625rem;
	border-right-width: 0;
	height: 2rem;
	right: 100%;
	top: 0;
}
.ribbon-modern .ribbon-box
{
	border-radius: .375rem!important;
	padding-left: .75rem;
	padding-right: .75rem;
	right: -.5rem;
	top: 1rem;
}
.ribbon-left .ribbon-box
{
	border-radius: 0 .375rem .375rem 0;
	left: 0;
	right: auto;
}
.ribbon-left.ribbon-bookmark .ribbon-box
{
	padding-left: .75rem;
	padding-right: .625rem;
}
.ribbon-left.ribbon-bookmark .ribbon-box::before
{
	border-left-width: 0;
	border-right-width: .625rem;
	left: 100%;
	right: auto;
}
.ribbon-left.ribbon-modern .ribbon-box
{
	left: -.5rem;
}
.ribbon-bottom .ribbon-box
{
	bottom: .75rem;
	top: auto;
}
.ribbon-light .ribbon-box
{
	background-color: #e4e7ed;
	color: #3e444a;
}
.ribbon-light.ribbon-bookmark .ribbon-box::before
{
	border-color: #e4e7ed #e4e7ed #e4e7ed transparent;
}
.ribbon-light.ribbon-bookmark.ribbon-left .ribbon-box::before
{
	border-color: #e4e7ed transparent #e4e7ed #e4e7ed;
}
.ribbon-dark .ribbon-box
{
	background-color: #343a40;
	color: #fff;
}
.block.block-themed>.block-header,.ribbon-primary .ribbon-box
{
	background-color: #0284c7;
	color: #fff;
}
.ribbon-dark.ribbon-bookmark .ribbon-box::before
{
	border-color: #343a40 #343a40 #343a40 transparent;
}
.ribbon-dark.ribbon-bookmark.ribbon-left .ribbon-box::before
{
	border-color: #343a40 transparent #343a40 #343a40;
}
.ribbon-primary.ribbon-bookmark .ribbon-box::before
{
	border-color: #0284c7 #0284c7 #0284c7 transparent;
}
.ribbon-primary.ribbon-bookmark.ribbon-left .ribbon-box::before
{
	border-color: #0284c7 transparent #0284c7 #0284c7;
}
.ribbon-success .ribbon-box
{
	background-color: #65a30d;
	color: #fff;
}
.ribbon-success.ribbon-bookmark .ribbon-box::before
{
	border-color: #65a30d #65a30d #65a30d transparent;
}
.ribbon-success.ribbon-bookmark.ribbon-left .ribbon-box::before
{
	border-color: #65a30d transparent #65a30d #65a30d;
}
.ribbon-info .ribbon-box
{
	background-color: #0891b2;
	color: #fff;
}
.ribbon-info.ribbon-bookmark .ribbon-box::before
{
	border-color: #0891b2 #0891b2 #0891b2 transparent;
}
.ribbon-info.ribbon-bookmark.ribbon-left .ribbon-box::before
{
	border-color: #0891b2 transparent #0891b2 #0891b2;
}
.ribbon-warning .ribbon-box
{
	background-color: #d97706;
	color: #fff;
}
.ribbon-warning.ribbon-bookmark .ribbon-box::before
{
	border-color: #d97706 #d97706 #d97706 transparent;
}
.ribbon-warning.ribbon-bookmark.ribbon-left .ribbon-box::before
{
	border-color: #d97706 transparent #d97706 #d97706;
}
.ribbon-danger .ribbon-box
{
	background-color: #dc2626;
	color: #fff;
}
.ribbon-danger.ribbon-bookmark .ribbon-box::before
{
	border-color: #dc2626 #dc2626 #dc2626 transparent;
}
.ribbon-danger.ribbon-bookmark.ribbon-left .ribbon-box::before
{
	border-color: #dc2626 transparent #dc2626 #dc2626;
}
.ribbon-glass .ribbon-box
{
	background-color: rgba(255,255,255,.4);
	color: #fff;
}
.ribbon-glass.ribbon-bookmark .ribbon-box::before
{
	border-color: rgba(255,255,255,.4);
	border-left-color: transparent;
}
.ribbon-glass.ribbon-bookmark.ribbon-left .ribbon-box::before
{
	border-color: rgba(255,255,255,.4);
	border-right-color: transparent;
}
.block
{
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(220,225,232,.5),0 1px 2px rgba(220,225,232,.5);
	margin-bottom: 1.75rem;
}
.block-header
{
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: .875rem 1.625rem;
}
.block-options .block-options-item,.block-options .dropdown,.btn-block-option
{
	display: inline-block;
}
.block-header.block-header-rtl
{
	flex-direction: row-reverse;
}
.block-header.block-header-rtl .block-title
{
	text-align: right;
}
.block-header.block-header-rtl .block-options
{
	padding-left: 0;
	padding-right: 1.625rem;
}
.block-header-default
{
	background-color: #f6f7f9;
}
.block-title
{
	flex: 1 1 auto;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	margin: 0;
	min-height: 1.75rem;
}
.block-title .small,.block-title small
{
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.375rem;
	opacity: .75;
}
.block-content
{
	margin: 0 auto;
	overflow-x: visible;
	padding: 1.625rem 1.625rem 1px;
	width: 100%;
}
.contact-item,.footer-site-icon
{
	transition: .3s;
}
.block-content>.pull-t,.block-content>.pull-y
{
	margin-top: -1.625rem;
}
.block-content>.pull-b,.block-content>.pull-y
{
	margin-bottom: -1px;
}
.block-content>.pull-r,.block-content>.pull-x
{
	margin-left: -1.625rem;
	margin-right: -1.625rem;
}
.block-content>.pull
{
	margin: -1.625rem -1.625rem -1px;
}
.block-content.block-content-full
{
	padding-bottom: 1.625rem;
}
.block-content.block-content-full>.pull,.block-content.block-content-full>.pull-b,.block-content.block-content-full>.pull-y
{
	margin-bottom: -1.625rem;
}
.block-content .block,.block-content .items-push>div,.block-content .push,.block-content p
{
	margin-bottom: 1.625rem;
}
.block-content .items-push-2x>div
{
	margin-bottom: 3.25rem;
}
.block-content .items-push-3x>div
{
	margin-bottom: 4.875rem;
}
.block-content.block-content-sm
{
	padding-top: .8125rem;
}
.block-content.block-content-sm .pull-all,.block-content.block-content-sm .pull-t,.block-content.block-content-sm .pull-t-b
{
	margin-top: -.8125rem;
}
.block-content.block-content-sm.block-content-full
{
	padding-bottom: .8125rem;
}
.block-content.block-content-sm.block-content-full .pull,.block-content.block-content-sm.block-content-full .pull-b,.block-content.block-content-sm.block-content-full .pull-y
{
	margin-bottom: -.8125rem;
}
.block.block-bordered
{
	border: 1px solid #e4e7ed;
	box-shadow: none;
}
.block.block-rounded
{
	border-radius: .875rem 1rem;
}
.block.block-rounded>.block-content:first-child,.block.block-rounded>.block-header,.block.block-rounded>.nav-tabs
{
	border-top-left-radius: .875rem 1rem;
	border-top-right-radius: .875rem 1rem;
}
.block.block-rounded.block-mode-hidden>.block-header.block-header-default,.block.block-rounded>.block-content:last-child,.block.block-rounded>.block-header:last-child,.block.block-rounded>.nav-tabs:last-child
{
	border-bottom-left-radius: .875rem 1rem;
	border-bottom-right-radius: .875rem 1rem;
}
.block.block-mode-hidden.block-bordered>.block-header,.block.block-themed>.block-header
{
	border-bottom: none;
}
.block.block-themed>.block-header>.block-title
{
	color: rgba(255,255,255,.9);
}
.block.block-themed>.block-header>.block-title .small,.block.block-themed>.block-header>.block-title small
{
	color: rgba(255,255,255,.7);
}
.block.block-transparent
{
	background-color: transparent;
	box-shadow: none;
}
.block.block-mode-loading
{
	overflow: hidden;
	position: relative;
}
.block.block-mode-loading::before
{
	background-color: rgba(255,255,255,.85);
	bottom: 0;
	content: " ";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.block.block-mode-loading::after
{
	animation: 1.75s linear infinite fa-spin;
	border-radius: 1.5rem;
	box-shadow: 0 0 1rem 1rem rgba(69,76,83,.05);
	color: #454c53;
	content: "\e09a";
	font-family: Simple-Line-Icons;
	font-size: 1.125rem;
	height: 3rem;
	left: 50%;
	line-height: 3rem;
	margin: -1.5rem 0 0 -1.5rem;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 3rem;
	z-index: 10;
}
.block.block-mode-pinned,.block.block-mode-pinned:last-child
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.block.block-mode-loading.block-mode-hidden::after
{
	box-shadow: 0 0 .5rem .5rem rgba(69,76,83,.05);
	height: 2rem;
	line-height: 2rem;
	margin: -1rem 0 0 -1rem;
	width: 2rem;
}
.block.block-mode-loading.block-mode-loading-dark::before
{
	background-color: rgba(0,0,0,.85);
}
.block.block-mode-loading.block-mode-loading-dark::after
{
	box-shadow: 0 0 1rem 1rem rgba(255,255,255,.5);
	color: #fff;
}
.block.block-mode-loading.block-mode-loading-location::after
{
	content: "\e06e";
}
.block.block-mode-loading.block-mode-loading-energy::after
{
	content: "\e020";
}
.block.block-mode-loading.block-mode-loading-refresh::after
{
	content: "\f021";
	font-family: "Font Awesome 6 Free","Font Awesome 6 Pro";
	font-weight: 900;
}
.block.block-mode-loading.block-mode-loading-sun::after
{
	content: "\f185";
	font-family: "Font Awesome 6 Free","Font Awesome 6 Pro";
	font-weight: 900;
}
.block.block-mode-loading.block-mode-loading-repeat::after
{
	content: "\f01e";
	font-family: "Font Awesome 6 Free","Font Awesome 6 Pro";
	font-weight: 900;
}
.block.block-mode-fullscreen
{
	backface-visibility: hidden;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	webkit-backface-visibility: hidden;
	webkit-overflow-scrolling: touch;
	z-index: 1035;
}
.block.block-mode-fullscreen.block-transparent
{
	background-color: #fff;
}
.block.block-mode-pinned
{
	bottom: 0;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	margin-bottom: 0!important;
	max-width: 300px;
	position: fixed;
	right: .75rem;
	width: 100%;
	z-index: 1031;
}
.block.block-mode-pinned>.block-content
{
	max-height: 250px;
	overflow-y: auto;
}
@media (min-width:576px)
{
	#my_mobile_nav,#user_mobile_nav
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	#body
	{
		/* padding-top: 75px; */
	}
	.block.block-mode-pinned
	{
		max-width: 400px;
	}
}
a.block
{
	color: #3e444a;
	display: block;
	font-weight: 400;
	transition: .12s ease-out;
}
a.block:hover
{
	color: #3e444a;
	opacity: .65;
}
.block.block-fx-rotate,a.block.block-link-rotate:hover
{
	opacity: 1;
	transform: rotate(1deg);
}
a.block.block-link-rotate:active
{
	transform: rotate(0);
}
a.block.block-link-pop:hover
{
	box-shadow: 0 .125rem 2rem #d8dde5;
	opacity: 1;
	transform: translateY(-3px);
}
a.block.block-link-pop:active
{
	box-shadow: 0 .125rem .625rem #edeff3;
	transform: translateY(0);
}
.block.block-fx-shadow,a.block.block-link-shadow:hover
{
	box-shadow: 0 0 2.125rem #d8dde5;
	opacity: 1;
}
a.block.block-link-shadow:active
{
	box-shadow: 0 0 .625rem #e4e7ed;
}
.block.block-fx-pop
{
	box-shadow: 0 .125rem 1rem #d8dde5;
	opacity: 1;
	transform: translateY(-3px);
}
.block-options
{
	flex: 0 0 auto;
	padding-left: 1.625rem;
}
.block-options .block-options-item
{
	line-height: 1.2;
	padding: 0 .25rem;
}
.block.block-themed>.block-header .block-options .block-options-item
{
	color: #fff;
}
.block-sticky-options
{
	position: relative;
}
.block-sticky-options .block-options
{
	position: absolute;
	right: 1.625rem;
	top: .875rem;
}
.block-sticky-options .block-options.block-options-left
{
	left: 1.625rem;
	padding-left: 0;
	padding-right: .625rem;
	right: auto;
}
.btn-block-option
{
	background: 0 0;
	border: none;
	color: #6c757d;
	cursor: pointer;
	line-height: 1;
	padding: .375rem .25rem;
}
.btn-block-option.dropdown-toggle:after
{
	position: relative;
	top: 2px;
}
.btn-block-option .si
{
	position: relative;
	top: 1px;
}
.active>a.btn-block-option,.btn-block-option:hover,.show>button.btn-block-option,a.btn-block-option:focus
{
	color: #212529;
	text-decoration: none;
}
.btn-block-option:focus
{
	color: #000;
	outline: 0!important;
}
.block.block-themed .btn-block-option
{
	color: #fff;
	opacity: .7;
}
.active>a.block.block-themed .btn-block-option,.block.block-themed .btn-block-option:focus,.block.block-themed .btn-block-option:hover,.show>button.block.block-themed .btn-block-option,a.block.block-themed .btn-block-option:focus
{
	color: #fff;
	opacity: 1;
}
.block.block-themed .btn-block-option:active
{
	color: #fff;
	opacity: .6;
}
.login-card-right
{
	padding: 3rem!important;
	position: relative;
}
.login-card-right-bg
{
	background-image: url('../img/login_top_bg.png');
	background-position: 200% -110%;
	background-repeat: no-repeat;
	background-size: 70%;
	height: 400px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
}
.my_common_total_info
{
	background-color: var(--aid-color);
	border: 3px solid #fcfcfc;
	border-radius: 5px;
	margin-top: 1rem;
	overflow: hidden;
	position: relative;
	transition: .3s;
}
.my_common_total_info:hover
{
	border-color: var(--aid-color);
	transform: scale(1.01);
}
.contact-item
{
	font-size: 1.5rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	width: 5rem;
}
.contact-item:hover
{
	background-color: var(--gray-200)!important;
	transform: scale(1.2);
}
.footer-site-icon:hover
{
	transform: rotate(360deg) scale(1.2);
}
.func_left
{
	top: 5.4rem;
}

@font-face {
  font-family: 'smileySans';
  src: url('../fonts/alimama.woff');
}


body{
  font-family: 'smileySans' !important;
}


.message {
	margin: 0 auto;   /* 水平居中 */
	/* padding: 20px;  */   /* 添加内边距 */
	text-align: center; /* 文本内容居中 */
}



.message table {
  width: 90%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #d0d7de; /* 表格外边框 */
}

/* 表头样式 */
.message thead {
  background-color: #f8f9fa;
}

/* 表头行样式 */
.message thead tr {
  border-bottom: 1px solid #d0d7de;
}

/* 表头单元格样式 - 减小垂直内边距 */
.message th {
  padding: 6px 14px; /* 上下内边距6px，左右14px */
  text-align: left;
  font-weight: 600;
  color: #2d3748;
  font-size: 14px;
  border-right: 1px solid #d0d7de;
}

/* 表头最后一列去除右侧边框 */
.message th:last-child {
  border-right: none;
}

/* 表格内容单元格样式 - 减小垂直内边距 */
.message td {
  padding: 6px 14px; /* 上下内边距6px，左右14px */
  color: #4a5568;
  font-size: 12px;
  border-right: 1px solid #d0d7de;
  border-bottom: 1px solid #d0d7de;
}

/* 内容单元格最后一列去除右侧边框 */
.message td:last-child {
  border-right: none;
}

/* 最后一行单元格去除下边框 */
.message tbody tr:last-child td {
  border-bottom: none;
}

/* 第一列加粗并添加背景色区分 */
.message td:first-child {
  font-weight: 500;
  background-color: #f8f9fa;
}

/* 悬停效果 */
.message tbody tr:hover td {
  background-color: #f8fafc;
  transition: background-color 0.2s ease;
}

/* 价格强调样式 */
.message td strong {
  font-weight: 600;
  font-size: 14px;
}  
/* 主列表容器样式 */
.message ol {
 
    padding-left: 24px;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* 主列表项样式 */
.message ol li {
     margin-bottom: 6px; 
    position: relative;
   /* padding: 6px 10px;*/
}

/* 强调文本样式 */
.message ol li strong {
    color: #007bf5;
    font-weight: 600;
}

.message ul li strong {
    color: #007bf5;
 
}

.message p strong {
    color: #007bf5;
    
}

/* 嵌套列表样式 */
.message ul {
    padding-left: 24px;
   /* margin: 8px 0 0 10px;*/
    list-style-type: disc;
	list-style: none;
	padding: 0;
/* 	margin: 1.5rem 0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.message ul li {
	margin-bottom: 6px;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
 
}

/* 悬停效果 */
.message ul li:hover {
    background-color: #f8f9fa;
    border-radius: 4px;
    transition: all 0.2s ease;
}

/* 悬停效果 */
.message ol li:hover {
    background-color: #f8f9fa;
    border-radius: 4px;
    transition: all 0.2s ease;
}

/* 图标与文本对齐优化 */
.message h4 strong {
   /*  display: flex;*/
    align-items: center;
    gap: 8px;
}



.message h4 { 
    font-size: 18px; 
    font-weight: 700; 
    margin: 10px auto;
    padding: 0 15px;
    line-height: 1.4;
    max-width: 600px;
    text-align: center;
 
}

.message .paragraph {
    
    line-height: 28px;
    
}


.text-section {
    margin: 20px 0;
    line-height: 1.6;
    font-size: 16px;
}

.text-section h4 { 
    font-size: 18px; 
    font-weight: 700; 
    margin: 10px auto;
    padding: 0 15px;
    line-height: 1.4;
    max-width: 600px;
    text-align: center;
 
}

.image-section {
    /* 关键：让容器宽度由内容（图片）决定，而非占满父容器 */
    display: inline-block;
    /* 居中显示（配合父容器的 text-align: center 更灵活） */
    margin: 20px auto;
    padding: 10px;
   /*  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    border-radius: 8px;
    background-color: #fff;
    /* 避免容器因图片缩放产生抖动 */
    transition: all 0.3s ease;
}

.image-section img {
    /* 移动端默认宽度：100%（此时容器会跟随图片占满屏幕） */
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-drag: none;
    opacity: 0;
    animation: fadeIn 0.5s ease forwards;
}

/* PC端：图片最大宽度70%，容器跟随图片宽度 */
@media (min-width: 768px) {
    .image-section img {
        max-width: 70%;
    }
    /* 父容器添加 text-align: center 让图片容器居中（通常是 body 或文章容器） */
    /* 若父容器已有居中，可省略 */
    .image-section {
        text-align: center;
    }
}

/* 悬停效果：容器和图片同步变化 */
.image-section:hover {
    /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); */
}
.image-section img:hover {
    transform: scale(1.02);
    filter: brightness(1.03) contrast(1.02);
}

/* 移动端优化 */
@media (max-width: 767px) {
    .image-section {
        padding: 5px;
        margin: 15px auto;
        width: 100%; /* 移动端容器占满屏幕，图片也占满容器 */
    }
    .image-section img:hover {
        transform: scale(1.01);
    }
}

/* 淡入动画 */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

#gotop {
 width:40px;
 height:auto;
 z-index:1021;
 position:fixed;
 bottom:8%;
 left:50%;
 margin-left:678px;
 margin-bottom:0px;
 border:0px;
 background-color:transparent
}
#gotop a#goToBottom {
 border-radius:5px 5px 0 0;
}
#gotop a#goTopBtn {
 border-radius:0 0 5px 5px;
 border-bottom:0px;
}
#gotop a {
 color:#a5a7a8;
 border:0px;
 border-bottom:1px solid #f0f3f9;
 font-size:20px;
 background:#fff;
 display:inline-block;
 width:40px;
 height:40px;
 line-height:40px;
 text-align:center;
}
#gotop a:hover {
 color:#fff;
 background-color:#1979ff;
 text-decoration:none;
 border:0px;
}
#gotop .weixin {
 position:relative;
}
#gotop .weixin .qrcode {
 position:absolute;
 top:-64px;
 right:52px;
 width:12rem;
 max-width:12rem;
 height:12rem;
 display:inline-block;
 vertical-align:middle;
 background:#fff;
 border:5px #343a40 solid;
 content:".";
 transform:scale(0);
 transform-origin:top right;
 opacity:0;
 -webkit-transition:all .4s ease-in-out;
 -o-transition:all .4s ease-in-out;
 transition:all .4s ease-in-out;
}
#gotop .weixin .qrcode .angle {
 width:0;
 height:0;
 border:15px solid transparent;
 border-left-color:#343a40;
 position:absolute;
 content:'';
 top:40%;
}
#gotop .weixin:hover .qrcode {
 transform:scale(1);
 opacity:1;
 z-index:1022;
}
@media(max-width:1024px) {
 #gotop {
  left:auto;
  right:1%;
  margin-right:5px;
 }
 #gotop a {
  color:#fff;
  background-color:#343a40;
 }
 #gotop .weixin {
  display:none
 }
}
@media(max-width:768px),@media(max-width:576px) {
 #gotop {
  left:auto;
  right:-3px;
 }
 #gotop a#goTopBtn {
  border-radius:5px!important;
  background:rgba(191, 191, 191, 0.5);
  color:#777575;
  width:80%;
  height:30px;
  line-height:30px;
 }
 #gotop a#goTopBtn:link {
  text-decoration:none;
 }
   #gotop a#goToBottom {
  border-radius:5px!important;
  background:rgba(191, 191, 191, 0.5);
  color:#777575;
  width:80%;
  height:30px;
  line-height:30px;
 }
 #gotop a#goToBottom:link {
  text-decoration:none;
  margin-bottom: 5px;
 }
}
/*编辑器全局样式*/
.message img{height:auto !important;}/*图片跟随比例*/
.message audio,.message video{margin-top:8px !important;}/*媒体顶部间距*/
.message table,.message th,.message td{}/*表格简易样式*/
.message img,.message audio,.message video,.message iframe,.message table{max-width:100% !important;}/*元素最大宽度*/
.prestyle {white-space: pre-line;}
/* 统一引用样式 兼容bbs引用 */
.card.card-thread blockquote,
.card.card-postlist blockquote:not(.blockquote),
.mce-content-body blockquote:not(.blockquote) { border-left: 2px solid #ccc; margin-left: 1.5rem; padding-left: 1rem;}
/* 编辑器内容-默认字体 */
.mce-content-body { font-family: Microsoft YaHei, 微软雅黑, SimHei;}
/* 编辑器内容-防止图片超宽溢出 */
.mce-content-body img { max-width: 100%; height: auto;}
/* 编辑器对bbs评论引用内容做处理，实际项目中删除这些 */
.mce-content-body blockquote.blockquote { font-size: 0.8rem; background-color: #e9ecef; padding: 0.5rem 1rem !important; margin: 0;}
.mce-content-body blockquote.blockquote .avatar-1 { width: 1.3rem; height: 1.3rem; border-radius: 1.3rem;}
.mce-content-body blockquote.blockquote .user { text-decoration: none; color: #868e96 !important; font-size: 12px;}
/* 编辑器按钮 */
.tox .tox-tbtn--bespoke .tox-tbtn__select-label { width: 2.8rem !important;}
/* 内容 */
.message img { border-color: transparent;}

/* xn-digest插件 */
@import url("//at.alicdn.com/t/font_1706592_83vcpalnto3.css");
/*
box-shadow: 0 0 5px red;
*/
@keyframes xndigest {
	0% { color: red; text-shadow: 0 0 3px #FF8D8D;} 
	20% { color: orange; text-shadow: 0 0 3px #FFE1AD;} 
	40% { color: green; text-shadow: 0 0 3px #B3FFAF;} 
	65% { color: blue; text-shadow: 0 0 3px #AFE4FF;} 
	80% { color: purple; text-shadow: 0 0 3px #FFC9F3;} 
	100% { color: red; text-shadow: 0 0 3px #FF8D8D;} 
}

/*水晶闪烁效果 占内存*/
i.icon-diamond.flash{color: #D53D38;  /*animation: xndigest 5s linear infinite;*/ }

/* i.icon-digest-1 {  text-shadow: 0 0 3px #AFE4FF; }
i.icon-digest-2 {  text-shadow: 0 0 3px #FFF177; }
i.icon-digest-3 {  text-shadow: 0 0 3px #FF8D8D; } */
.icon-digest-1:before {color: #5BC0DE;} /* "\f0a5" */
.icon-digest-2:before {color: #ECA541;}
.icon-digest-3:before {color: #D53D38;}

/* tiny 插件 */
.tox-tbtn:not(.tox-tbtn--select):not(.tox-split-button__chevron) {width: 32px !important;}
.tox-tbtn__select-chevron, tox-split-button__chevron {width: 16px !important;}
.tox-tbtn__select-label {width: auto !important;}


  .mod-button>.btn-secondary{
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--gray-200);
  }
  .thread_left_func{
    border-radius: 100px;
    width: 48px;
    height: 48px;
    background-color: var(--white);
    box-shadow: 0 2px 10px 2px var(--gray-200);
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 16px;
    margin-bottom: 5px;
  }

  .thread_left_func>i{
    font-size: 25px;
  }
  
  
.haya-favoriter {
	position: relative;
}

.haya-favorite-show-users {
	position: absolute;
	top: 5px;
	z-index: 100;
	width: 100%;
}

.haya-favorite-show-users .haya-favorite-users {
	max-height: 250px;
	overflow-y: auto;
}
 