html, body {
    background: #F4F4F4;
}
.circle{border-radius: 50%}
#mobileMain {
    background: #F4F4F4;
    font-size: 14px;
}
.aui-footer-list.active p{
    color: #1d4ed8;
}
.aui-dialog,.aui-toast{z-index:9999}
.aui-header {
    background: #fff;
    color: #666;
    position: relative;
}

.aui-header:before {
    display: none;
}

.aui-header-right i {
    color: #666;
    font-size: 24px
}

.aui-header-left i {
    color: #666;
    position: relative;
    top: 5px;
}

.aw-footer {
    width: 100vw;
    height: 55px;
    background: #FFF;
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 997;
}

#pageMain {
    height: 100vh !important;
}

.aui-header-title {
    color: #666;
}

.aui-header-right {
    font-size: 14px;
    color: #FFFFFF;
}

.aui-content {
    height: -webkit-calc(100vh - 110px);
    background: #F4F4F4;
    position: relative;
    overflow-y: scroll;
    padding: 0;
}

.content-top {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #F4F4F4;
}

.content-top p {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.aui-list-right .aui-btn-right {
    font-size: 20px;
}

.aui-list.active .aui-list-right .aui-btn-right {
    color: var(--aui-color);
}

#aui-sidemenu-wapper {
    display: none;
    color: #666;
    text-align: center;
}

.aui-sidemenu-main {
    background: #fff;
    padding: 20px
}

.aui-sidemenu.fixed.left.show {
    z-index: 999
}

.aui-footer {
    z-index: 2;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(219, 231, 243, 0.9);
}

.aui-sidemenu-logo {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px auto;
}

.aui-sidemenu-logo img {
    width: 100%;
}

.aui-sidemenu-content {
    line-height: 25px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 13px;
}

.aui-sidemenu-content .aui-btn {
    width: 100%;
    margin: 0;
}

.headerSearch {
    position: relative;
    top: 10px
}

.headerSearch input {
    border: none;
    outline: none;
    border-radius: 50px;
    background: #eee;
    height: 32px;
    width: 100%;
    position: relative;
    padding: 0 10px;
    font-size: 0.9rem;
}

.headerSearch label {
    right: 10px;
    position: absolute;
    top: 5px
}

label {
    margin-bottom: 0
}

.aui-footer-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    color: #64748b;
}

.aui-footer-list i {
    font-size: 24px
}

.aw-mobile-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 22px !important;
    line-height: 1;
    vertical-align: middle;
    color: #64748b;
    transition: color .18s ease, transform .18s ease;
}

.aui-footer-list.active .aw-mobile-footer-icon {
    color: #1d4ed8;
    transform: translateY(-1px);
}

.aui-footer-list p {
    margin-top: 4px !important;
    line-height: 1.2;
    color: #64748b;
    font-size: 11px;
    transition: color .18s ease;
}

.aui-tag {
    margin: 0
}

.main-container {
    width: 100%;
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
    overflow-y: scroll;
    padding: 0;
    box-sizing: border-box;
}

.publishBtnBox {
    width: calc(100% - 2rem);
    border-radius: 10px;
    left: 1rem;
    bottom: 80px;
    z-index: 10;
}

.publishBtnBox .r {
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: -8px;
    left: calc(50% - 10px);
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.publishBtnBox li a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

#aw-ajax-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    -ms-animation: aui-fade-in .2s ease-out forwards;
    -webkit-animation: aui-fade-in .2s ease-out forwards;
    animation: aui-fade-in .2s ease-out forwards;
}

#aw-ajax-box .aw-ajax-content {
    max-height: 90vh;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 10;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    width: 100%;
}

.ajaxBoxTitle {
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.ajaxBoxTitle .closeAjaxOpen {
    position: absolute;
    right: 0;
    top: 0;
}

#mask, #aw-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -ms-animation: aui-fade-in .2s ease-out forwards;
    -webkit-animation: aui-fade-in .2s ease-out forwards;
    animation: aui-fade-in .2s ease-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.aw-form-control {
    display: block;
    width: 100%;
    border: 0;
    font-synthesis: style;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb;
    height: 38px;
    line-height: 38px;
    background: none;
}

cite {
    font-style: normal
}

i {
    font-style: normal
}

a {
    color: #2e323c
}

a, a:hover, a:visited, a:focus {
    list-style: none;
    text-decoration: none
}

ul, p {
    margin: 0
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none
}

h6 {
    font-size: 14px
}

div, p, dt {
    line-height: normal
}

/*公共页面*/
.tip-s1 {
    background: #ff9900;
    color: #ffffff;
}

.tip-s2 {
    background: #41b661;
    color: #ffffff;
}

.tip-d {
    background: #a68ad4;
    color: #ffffff;
}

a.link-fx::before {
    background-color: #a68ad4
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #373737
}

.content-heading {
    border-bottom-color: #eceaee
}

hr {
    border-top-color: #eceaee
}

.text-primary {
    color: #a68ad4 !important
}

.aw-common-list dd a.active {
    color: #a68ad4 !important;
}

a.text-primary.link-fx::before {
    background-color: #a68ad4
}

a.text-primary:focus, a.text-primary:hover {
    color: #a68ad4 !important
}
a.active{color: #a68ad4 !important}
.nav-link.active{
    color: #fff !important;
}
a.ygz.active{color:  #fff !important}

.text-primary-dark {
    color: #4f546b !important
}

a.text-primary-dark.link-fx::before {
    background-color: #4f546b
}

a.text-primary-dark:focus, a.text-primary-dark:hover {
    color: #242630 !important
}

.text-primary-darker {
    color: #353847 !important
}

a.text-primary-darker.link-fx::before {
    background-color: #353847
}

a.text-primary-darker:focus, a.text-primary-darker:hover {
    color: #090a0d !important
}

.text-primary-light {
    color: #c8b7e4 !important
}

a.text-primary-light.link-fx::before {
    background-color: #c8b7e4
}

a.text-primary-light:focus, a.text-primary-light:hover {
    color: #8f6cc9 !important
}

.text-primary-lighter {
    color: #e4dcf2 !important
}

a.text-primary-lighter.link-fx::before {
    background-color: #e4dcf2
}

a.text-primary-lighter:focus, a.text-primary-lighter:hover {
    color: #ac91d7 !important
}

.text-body-bg {
    color: #f6f5f7 !important
}

a.text-body-bg.link-fx::before {
    background-color: #f6f5f7
}

a.text-body-bg:focus, a.text-body-bg:hover {
    color: #c3bcca !important
}

.text-body-bg-light {
    color: #fbfbfc !important
}

a.text-body-bg-light.link-fx::before {
    background-color: #fbfbfc
}

a.text-body-bg-light:focus, a.text-body-bg-light:hover {
    color: #c8c2ce !important
}

.text-body-bg-dark {
    color: #eceaee !important
}

a.text-body-bg-dark.link-fx::before {
    background-color: #eceaee
}

a.text-body-bg-dark:focus, a.text-body-bg-dark:hover {
    color: #b9b1c1 !important
}

.text-body-color {
    color: #575757 !important
}

a.text-body-color.link-fx::before {
    background-color: #575757
}

a.text-body-color:focus, a.text-body-color:hover {
    color: #242424 !important
}

.text-body-color-dark {
    color: #373737 !important
}

a.text-body-color-dark.link-fx::before {
    background-color: #373737
}

a.text-body-color-dark:focus, a.text-body-color-dark:hover {
    color: #040404 !important
}

.text-body-color-light {
    color: #eceaee !important
}

a.text-body-color-light.link-fx::before {
    background-color: #eceaee
}

a.text-body-color-light:focus, a.text-body-color-light:hover {
    color: #b9b1c1 !important
}

.text-dual {
    color: #4f546b !important
}

a.text-dual.link-fx::before {
    background-color: #4f546b
}

a.text-dual:focus, a.text-dual:hover {
    color: #242630 !important
}

.page-header-dark #page-header .text-dual, .sidebar-dark #sidebar .text-dual {
    color: #eceaee !important
}

.page-header-dark #page-header a.text-dual.link-fx::before, .sidebar-dark #sidebar a.text-dual.link-fx::before {
    background-color: #eceaee
}

.page-header-dark #page-header a.text-dual:focus, .page-header-dark #page-header a.text-dual:hover, .sidebar-dark #sidebar a.text-dual:focus, .sidebar-dark #sidebar a.text-dual:hover {
    color: #b9b1c1 !important
}

.bg-primary {
    background-color: #a68ad4 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #8a65c6 !important
}

.bg-primary-op {
    background-color: rgba(166, 138, 212, .75) !important
}

a.bg-primary-op:focus, a.bg-primary-op:hover, button.bg-primary-op:focus, button.bg-primary-op:hover {
    background-color: rgba(138, 101, 198, .75) !important
}

.bg-primary-dark {
    background-color: #4f546b !important
}

a.bg-primary-dark:focus, a.bg-primary-dark:hover, button.bg-primary-dark:focus, button.bg-primary-dark:hover {
    background-color: #393d4e !important
}

.bg-primary-dark-op {
    background-color: rgba(79, 84, 107, .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(57, 61, 78, .8) !important
}

.bg-primary-darker {
    background-color: #353847 !important
}

a.bg-primary-darker:focus, a.bg-primary-darker:hover, button.bg-primary-darker:focus, button.bg-primary-darker:hover {
    background-color: #1f212a !important
}

.bg-primary-light {
    background-color: #c8b7e4 !important
}

a.bg-primary-light:focus, a.bg-primary-light:hover, button.bg-primary-light:focus, button.bg-primary-light:hover {
    background-color: #ac91d7 !important
}

.bg-primary-lighter {
    background-color: #e4dcf2 !important
}

a.bg-primary-lighter:focus, a.bg-primary-lighter:hover, button.bg-primary-lighter:focus, button.bg-primary-lighter:hover {
    background-color: #c8b7e4 !important
}

.bg-body {
    background-color: #f6f5f7 !important
}

a.bg-body:focus, a.bg-body:hover, button.bg-body:focus, button.bg-body:hover {
    background-color: #ddd9e0 !important
}

.bg-body-light {
    background-color: #fbfbfc !important
}

a.bg-body-light:focus, a.bg-body-light:hover, button.bg-body-light:focus, button.bg-body-light:hover {
    background-color: #e2dee5 !important
}

.bg-body-dark {
    background-color: #eceaee !important
}

a.bg-body-dark:focus, a.bg-body-dark:hover, button.bg-body-dark:focus, button.bg-body-dark:hover {
    background-color: #d2cdd7 !important
}

.bg-header-light {
    background-color: #fff !important
}

a.bg-header-light:focus, a.bg-header-light:hover, button.bg-header-light:focus, button.bg-header-light:hover {
    background-color: #e6e6e6 !important
}

.bg-header-dark {
    background-color: #353847 !important
}

a.bg-header-dark:focus, a.bg-header-dark:hover, button.bg-header-dark:focus, button.bg-header-dark:hover {
    background-color: #1f212a !important
}

.bg-sidebar-light {
    background-color: #fff !important
}

a.bg-sidebar-light:focus, a.bg-sidebar-light:hover, button.bg-sidebar-light:focus, button.bg-sidebar-light:hover {
    background-color: #e6e6e6 !important
}

.bg-sidebar-dark {
    background-color: #353847 !important
}

a.bg-sidebar-dark:focus, a.bg-sidebar-dark:hover, button.bg-sidebar-dark:focus, button.bg-sidebar-dark:hover {
    background-color: #1f212a !important
}

.btn{
    border-radius: 50px;
    padding: 0.2rem 0.5rem;
}
.btn-link {
    color: #a68ad4
}

.btn-link:hover {
    color: #a68ad4
}

.btn-primary {
    color: #fff;
    background-color: #a68ad4;
    border-color: #a68ad4;
    border-radius: 50px;
    padding: 0.2rem 0.5rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #916eca;
    border-color: #8a65c6
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(179, 156, 218, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #a68ad4;
    border-color: #a68ad4
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8a65c6;
    border-color: #835bc3
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(179, 156, 218, .5)
}

.btn-outline-primary {
    color: #a68ad4;
    border-color: #a68ad4;
    border-radius: 50px;
    padding: 0.2rem 0.5rem;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #a68ad4;
    border-color: #a68ad4
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(166, 138, 212, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #a68ad4;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #a68ad4;
    border-color: #a68ad4
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(166, 138, 212, .5)
}

.page-header-dark #page-header .btn-dual, .sidebar-dark #sidebar .btn-dual {
    color: #fff;
    background-color: #626985;
    border-color: #626985
}

.page-header-dark #page-header .btn-dual.focus, .page-header-dark #page-header .btn-dual:focus, .page-header-dark #page-header .btn-dual:hover, .sidebar-dark #sidebar .btn-dual.focus, .sidebar-dark #sidebar .btn-dual:focus, .sidebar-dark #sidebar .btn-dual:hover {
    color: #fff;
    background-color: #51566e;
    border-color: #494d62;
    box-shadow: none
}

.page-header-dark #page-header .btn-dual.disabled, .page-header-dark #page-header .btn-dual:disabled, .sidebar-dark #sidebar .btn-dual.disabled, .sidebar-dark #sidebar .btn-dual:disabled {
    background-color: transparent;
    border-color: transparent
}

.page-header-dark #page-header .btn-dual.active, .page-header-dark #page-header .btn-dual:active, .sidebar-dark #sidebar .btn-dual.active, .sidebar-dark #sidebar .btn-dual:active {
    color: #fff;
    background-color: #3c3f51;
    border-color: #333645
}

.show > .page-header-dark #page-header .btn-dual.dropdown-toggle, .show > .sidebar-dark #sidebar .btn-dual.dropdown-toggle {
    color: #fff;
    background-color: #626985;
    border-color: #626985
}

.alert-primary {
    color: #4f546b;
    background-color: #e4dcf2;
    border-color: #e4dcf2;
    box-shadow: 0 .125rem #d6c9eb
}

.alert-primary hr {
    border-top-color: #d6c9eb
}

.alert-primary .alert-link {
    color: #393d4e
}

.badge-primary {
    color: #fff;
    background-color: #a68ad4
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #8a65c6
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(166, 138, 212, .5)
}

.progress-bar {
    background-color: #a68ad4
}

.nav-link {
    color: #575757
}

.nav-link:focus, .nav-link:hover {
    color: #a68ad4
}

.nav-pills .nav-link {
    color: #575757;
    border-radius: 50px;
    padding: 0.3rem 1rem;
}

.nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
    background-color: #f6f5f7
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #a68ad4
}

.nav-tabs {
    border-bottom-color: #eceaee
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceaee #eceaee #eceaee
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #eceaee #eceaee #fff
}

.nav-tabs-block {
    background-color: #fbfbfc
}

.nav-tabs-block .nav-link {
    border-color: transparent;
    color: #575757
}

.nav-tabs-block .nav-link:focus, .nav-tabs-block .nav-link:hover {
    color: #a68ad4;
    background-color: #fbfbfc;
    border-color: transparent
}

.nav-tabs-block .nav-item.show .nav-link, .nav-tabs-block .nav-link.active {
    color: #575757;
    background-color: #fff;
    border-color: transparent
}

.nav-tabs-alt {
    border-bottom-color: #eceaee
}

.nav-tabs-alt .nav-link {
    color: #575757;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs-alt .nav-link:focus, .nav-tabs-alt .nav-link:hover {
    color: #a68ad4;
    background-color: transparent;
    border-color: transparent;
    box-shadow: inset 0 -3px #a68ad4
}

.nav-tabs-alt .nav-item.show .nav-link, .nav-tabs-alt .nav-link.active {
    color: #575757;
    background-color: transparent;
    border-color: transparent;
    box-shadow: inset 0 -3px #a68ad4
}

.nav-items a {
    border-bottom-color: #f6f5f7
}

.nav-items a:hover {
    background-color: #fbfbfc
}

.nav-items a:active {
    background-color: #f6f5f7
}

.nav-items > li:last-child > a {
    border-bottom: none
}

.page-item.active .page-link {
    color: #a68ad4;
    background-color: #fbfbfc;
    border-color: #a68ad4
}

.page-link {
    color: #575757
}

.page-link:hover {
    color: #a68ad4;
    border-color: #a68ad4
}

.page-link:focus {
    background-color: #f6f5f7
}

.list-group-item-action {
    color: #575757
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #575757;
    background-color: #fbfbfc
}

.list-group-item-action:active {
    color: #575757;
    background-color: #eceaee
}

.list-group-item {
    border-color: #eceaee
}

.list-group-item.active {
    color: #fff;
    background-color: #a68ad4;
    border-color: #a68ad4
}

.popover {
    border-color: #eceaee
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: #eceaee
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    border-right-color: #eceaee
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    border-bottom-color: #eceaee
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    border-left-color: #eceaee
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    border-left-color: #fff
}

.modal-header {
    border-bottom-color: #eceaee
}

.modal-footer {
    border-top-color: #eceaee
}

.dropdown-menu {
    border-color: #eceaee
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #f6f5f7
}

.dropdown-item {
    color: #575757
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #373737;
    background-color: #f6f5f7
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #a68ad4
}

.dropdown-header {
    color: #373737
}

.table td, .table th {
    border-top-color: #eceaee
}

.table thead th {
    border-bottom-color: #eceaee
}

.table tbody + tbody {
    border-top-color: #eceaee
}

.table-bordered, .table-bordered td, .table-bordered th {
    border-color: #eceaee
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #faf9fa
}

.table-hover tbody tr:hover {
    background-color: #f2f1f4
}

.table-active, .table-active > td, .table-active > th {
    background-color: #f2f1f4
}

.table-hover .table-active:hover {
    background-color: #e5e3e8
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: #e5e3e8
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #e4dcf2
}

.table-hover .table-primary:hover {
    background-color: #d6c9eb
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #d6c9eb
}

.table .thead-dark th {
    background-color: #4f546b;
    border-color: #4f546b
}

.table .thead-light th {
    background-color: #eceaee;
    border-color: #eceaee
}

.form-control {
    color: #575757;
    background-color: #fff;
    border-color: #e2dee5
}

.form-control:focus {
    color: #373737;
    background-color: #fff;
    border-color: #ede7f6;
    box-shadow: 0 0 0 .2rem rgba(166, 138, 212, .25)
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef
}

select.form-control:focus::-ms-value {
    color: #575757;
    background-color: #fff
}

.custom-control-primary .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a68ad4;
    border-color: #a68ad4
}

.custom-control-primary .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(166, 138, 212, .25)
}

.custom-control-primary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #a68ad4
}

.custom-control-primary .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #dfd5ef;
    border-color: #dfd5ef
}

.custom-control-primary .custom-control-label::before {
    background-color: #e4dcf2;
    border-color: #9d7fd0
}

.custom-control-primary.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a68ad4
}

.custom-control-primary.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #a68ad4
}

.custom-control-primary.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a68ad4
}

.custom-control-primary.custom-switch .custom-control-label::after {
    background-color: rgba(166, 138, 212, .6)
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a68ad4;
    border-color: #a68ad4
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(166, 138, 212, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #a68ad4
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #e4dcf2;
    border-color: #e4dcf2
}

.custom-control-label::before {
    background-color: #eceaee
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a68ad4
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #a68ad4
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a68ad4
}

.custom-select {
    border-color: #e2dee5
}

.custom-select:focus {
    border-color: #ede7f6;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(237, 231, 246, .5)
}

.custom-select:focus::-ms-value {
    color: #575757;
    background-color: #fff
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #ede7f6;
    box-shadow: 0 0 0 .2rem rgba(166, 138, 212, .25)
}

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #ede7f6
}

.custom-file-label {
    color: #575757;
    background-color: #fff;
    border-color: #e2dee5
}

.custom-file-label::after {
    color: #575757;
    background-color: #eceaee;
    border-left-color: #e2dee5
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: .875rem;
    color: #46c37b
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .75rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(70, 195, 123, .9);
    border-radius: 0
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #46c37b
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #46c37b;
    box-shadow: 0 0 0 .2rem rgba(70, 195, 123, .25)
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #46c37b
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #46c37b;
    box-shadow: 0 0 0 .2rem rgba(70, 195, 123, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #46c37b
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #46c37b
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #46c37b
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #6dcf96;
    background-color: #6dcf96
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(70, 195, 123, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #46c37b
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #46c37b
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #46c37b;
    box-shadow: 0 0 0 .2rem rgba(70, 195, 123, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: .875rem;
    color: #d26a5c
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .75rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(210, 106, 92, .9);
    border-radius: 0
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #d26a5c
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #d26a5c;
    box-shadow: 0 0 0 .2rem rgba(210, 106, 92, .25)
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #d26a5c
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #d26a5c;
    box-shadow: 0 0 0 .2rem rgba(210, 106, 92, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #d26a5c
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #d26a5c
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #d26a5c
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #dd8f84;
    background-color: #dd8f84
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(210, 106, 92, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #d26a5c
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #d26a5c
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #d26a5c;
    box-shadow: 0 0 0 .2rem rgba(210, 106, 92, .25)
}

.form-control.form-control-alt {
    border-color: #f6f5f7;
    background-color: #f6f5f7
}

.form-control.form-control-alt:focus {
    border-color: #eceaee;
    background-color: #eceaee;
    box-shadow: none
}

.input-group-text {
    color: #575757;
    background-color: #f6f5f7;
    border-color: #e2dee5
}

.input-group-text.input-group-text-alt {
    background-color: #eceaee;
    border-color: #eceaee
}

.border {
    border-color: #eceaee !important
}

.border-top {
    border-top-color: #eceaee !important
}

.border-right {
    border-right-color: #eceaee !important
}

.border-bottom {
    border-bottom-color: #eceaee !important
}

.border-left {
    border-left-color: #eceaee !important
}

.border-primary-light {
    border-color: #98aee2 !important
}

.border-primary-lighter {
    border-color: #cbd7f0 !important
}

.border-primary-dark {
    border-color: #3e4a59 !important
}

.border-primary-darker {
    border-color: #2c343f !important
}

.border-success-light {
    border-color: #e0f5e9 !important
}

.border-info-light {
    border-color: #edf6fd !important
}

.border-warning-light {
    border-color: #fdf3e5 !important
}

.border-danger-light {
    border-color: #f9eae8 !important
}

.border-primary {
    border-color: #5c80d1 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #46c37b !important
}

.border-info {
    border-color: #70b9eb !important
}

.border-warning {
    border-color: #f3b760 !important
}

.border-danger {
    border-color: #d26a5c !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-primary {
    border-color: #a68ad4 !important
}

.border-white {
    border-color: #fff !important
}

.border-white-op {
    border-color: rgba(255, 255, 255, .1) !important
}

.border-black-op {
    border-color: rgba(0, 0, 0, .1) !important
}

#page-header {
    background-color: #fff
}

#sidebar {
    background-color: #fff
}

#side-overlay {
    background-color: #fff
}

#page-container.page-header-dark #page-header {
    color: #d7d3dc;
    background-color: #353847
}

#page-container.page-header-glass #page-header {
    background-color: transparent
}

#page-container.page-header-glass.page-header-fixed.page-header-scroll #page-header {
    background-color: #fff
}

#page-container.page-header-glass.page-header-fixed.page-header-scroll.page-header-dark #page-header {
    background-color: #353847
}

#page-container.sidebar-dark #sidebar {
    color: #eceaee;
    background-color: #353847
}

.block-header-default {
    background-color: #fbfbfc
}

.block.block-bordered {
    border-color: #eceaee
}

.block.block-themed > .block-header {
    background-color: #a68ad4
}

.block.block-mode-loading::after {
    color: #4f546b
}

.block.block-mode-loading.block-mode-loading-dark::after {
    background-color: #4f546b
}

a.block {
    color: #575757
}

a.block:hover {
    color: #575757
}

a.block.block-link-pop:hover {
    box-shadow: 0 .5rem 2rem #e2dee5
}

a.block.block-link-pop:active {
    box-shadow: 0 .25rem .75rem #f3f2f5
}

a.block.block-link-shadow:hover {
    box-shadow: 0 0 2.25rem #e2dee5
}

a.block.block-link-shadow:active {
    box-shadow: 0 0 1.125rem #eceaee
}

.block.block-fx-shadow {
    box-shadow: 0 0 2.25rem #e2dee5
}

.block.block-fx-pop {
    box-shadow: 0 .5rem 2rem #e2dee5
}

#page-loader::after {
    background-color: #a68ad4
}

.nav-main-heading {
    color: #979797
}

.nav-main-link {
    color: #575757
}

.nav-main-link .nav-main-link-icon {
    color: #b0b0b0
}

.nav-main-link:hover {
    color: #575757;
    background-color: #fbfbfc
}

.nav-main-link:hover > .nav-main-link-icon {
    color: #000
}

.nav-main-link.active {
    color: #000
}

.nav-main-link.active > .nav-main-link-icon {
    color: #000
}

.nav-main-submenu .nav-main-link {
    color: #717171
}

.nav-main-submenu .nav-main-link.active, .nav-main-submenu .nav-main-link:hover {
    color: #000;
    background-color: transparent
}

.nav-main-item.open > .nav-main-link-submenu {
    color: #000
}

.nav-main-submenu .nav-main-item.open .nav-main-link {
    background-color: transparent
}

@media (min-width: 992px) {
    .nav-main-horizontal .nav-main-submenu {
        background-color: #f6f5f7
    }

    .nav-main-dark.nav-main-horizontal .nav-main-submenu, .page-header-dark #page-header .nav-main-horizontal .nav-main-submenu, .sidebar-dark #sidebar .nav-main-horizontal .nav-main-submenu {
        background-color: #2e313e !important
    }
}

.nav-items a {
    border-bottom-color: #f6f5f7
}

.nav-items a:hover {
    background-color: #fbfbfc
}

.list-activity > li {
    border-bottom-color: #f6f5f7
}

.timeline-event-icon {
    box-shadow: 0 .375rem 1.5rem #e2dee5
}

.ribbon-light .ribbon-box {
    color: #575757;
    background-color: #eceaee
}

.ribbon-light.ribbon-bookmark .ribbon-box::before {
    border-color: #eceaee;
    border-left-color: transparent
}

.ribbon-light.ribbon-bookmark.ribbon-left .ribbon-box::before {
    border-color: #eceaee;
    border-right-color: transparent
}

.ribbon-light.ribbon-modern .ribbon-box::before {
    border-color: #eceaee;
    border-left-color: transparent;
    border-bottom-color: transparent
}

.ribbon-light.ribbon-modern.ribbon-bottom .ribbon-box::before {
    border-color: #eceaee;
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon-light.ribbon-modern.ribbon-left .ribbon-box::before {
    border-color: #eceaee;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.ribbon-light.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box::before {
    border-color: #eceaee;
    border-top-color: transparent;
    border-right-color: transparent
}

.ribbon-primary .ribbon-box {
    color: #fff;
    background-color: #a68ad4
}

.ribbon-primary.ribbon-bookmark .ribbon-box::before {
    border-color: #a68ad4;
    border-left-color: transparent
}

.ribbon-primary.ribbon-bookmark.ribbon-left .ribbon-box::before {
    border-color: #a68ad4;
    border-right-color: transparent
}

.ribbon-primary.ribbon-modern .ribbon-box::before {
    border-color: #a68ad4;
    border-left-color: transparent;
    border-bottom-color: transparent
}

.ribbon-primary.ribbon-modern.ribbon-bottom .ribbon-box::before {
    border-color: #a68ad4;
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon-primary.ribbon-modern.ribbon-left .ribbon-box::before {
    border-color: #a68ad4;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.ribbon-primary.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box::before {
    border-color: #a68ad4;
    border-top-color: transparent;
    border-right-color: transparent
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:hover, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open .dropdown-toggle.datepicker table tr td.active:hover {
    background-color: #a68ad4;
    border-color: #a68ad4
}

.cke_chrome {
    border-color: #eceaee !important
}

.cke_top {
    border-bottom-color: #eceaee !important;
    background: #fbfbfc !important
}

.cke_bottom {
    border-top-color: #eceaee !important;
    background: #fbfbfc !important
}

.dropzone {
    background-color: #fbfbfc;
    border-color: #e2dee5
}

.dropzone .dz-message {
    color: #575757
}

.dropzone:hover {
    background-color: #fff;
    border-color: #a68ad4
}

.dropzone:hover .dz-message {
    color: #a68ad4
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #373737
}

.fc-bootstrap4 .fc-event {
    color: #373737
}

.fc-bootstrap4 .fc-event:hover {
    color: #575757
}

.fc-bootstrap4 thead th.fc-day-header {
    background-color: #fbfbfc
}

.fc-bootstrap4 .fc-content, .fc-bootstrap4 .fc-divider, .fc-bootstrap4 .fc-list-heading td, .fc-bootstrap4 .fc-list-table.table, .fc-bootstrap4 .fc-list-view, .fc-bootstrap4 .fc-popover, .fc-bootstrap4 .fc-row, .fc-bootstrap4 tbody, .fc-bootstrap4 td, .fc-bootstrap4 th, .fc-bootstrap4 thead {
    border-color: #eceaee
}

.fc-bootstrap4 .fc-divider, .fc-bootstrap4 .fc-list-heading td, .fc-bootstrap4 .fc-popover .fc-header {
    background: #f6f5f7
}

.fc-bootstrap4 .fc-today {
    background: #fbfbfc
}

.irs.irs--round .irs-grid-pol, .irs.irs--round .irs-line, .irs.irs--round .irs-max, .irs.irs--round .irs-min {
    background: #f6f5f7
}

.irs.irs--round .irs-handle {
    border-color: #a68ad4
}

.irs.irs--round .irs-from:before, .irs.irs--round .irs-single:before, .irs.irs--round .irs-to:before {
    border-top-color: #a68ad4
}

.irs.irs--round .irs-bar, .irs.irs--round .irs-from, .irs.irs--round .irs-single, .irs.irs--round .irs-to {
    background: #a68ad4
}

.select2-container--default .select2-selection--single {
    border-color: #e2dee5
}

.select2-container--default .select2-selection--multiple {
    border-color: #e2dee5
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #ede7f6;
    box-shadow: 0 0 0 .2rem rgba(166, 138, 212, .25)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #a68ad4
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e2dee5
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #a68ad4
}

.select2-container--default .select2-dropdown .select2-search__field:focus {
    border-color: #ede7f6;
    box-shadow: 0 0 0 .2rem rgba(166, 138, 212, .25)
}

.simplebar-scrollbar::before {
    background: #353847
}

.sidebar-dark #sidebar .simplebar-scrollbar::before {
    background: #e4dcf2
}

.slick-slider .slick-next::before, .slick-slider .slick-prev::before {
    color: #4f546b
}

.editor-toolbar {
    border-color: #eceaee;
    background-color: #fbfbfc
}

.CodeMirror {
    border-color: #eceaee
}

.note-editor.note-frame {
    border-color: #eceaee
}

.note-editor.note-frame .note-toolbar {
    background-color: #fbfbfc;
    border-bottom-color: #eceaee
}

.note-editor.note-frame .note-statusbar {
    border-top-color: #eceaee;
    background-color: #fbfbfc
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    border-color: #a68ad4;
    background: #a68ad4
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #a68ad4
}

@media (min-width: 300px) and (max-width: 576px) {
    .d-xs-none {
        display: none !important;
    }

    .d-xs-inline {
        display: inline !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-table {
        display: table !important;
    }

    .d-xs-table-row {
        display: table-row !important;
    }

    .d-xs-table-cell {
        display: table-cell !important;
    }

    .d-xs-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xs-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .px-xs-0, .pl-xs-0 {
        padding-left: 0 !important;
    }

    .px-xs-0, .pr-xs-0 {
        padding-right: 0 !important;
    }

    .p-xs-1 {
        padding: 0.25rem !important;
    }

    .pt-xs-1, .py-xs-1 {
        padding-top: 0.25rem !important;
    }

    .pb-xs-1, .py-xs-1 {
        padding-bottom: 0.25rem !important;
    }
}

.swiper-slide {
    width: auto !important;
}

.nav-tabs {
    min-height: 54px;
    border-bottom: 1px solid #efefef;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background: none;
    border-color: transparent;
    background: #a68ad4;
    border-radius: 50px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    height: 55px;
    line-height: 55px;
}

.nav-tabs a.nav-link {
    color: #999;
    font-size: 15px;
    font-weight: bold;
    /* margin-right: 1rem; */
    /* line-height: 54px; */
    padding: 0.2rem 0.8rem;
    display: unset;
}

.nav-tabs > a.nav-link:last-child {
    margin-right: 0
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs ul {
    margin: 0;
    padding: 0;
}

.nav-tabs ul li {
    height: 54px;
    padding: 0 12px;
}

.aw-one-line {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aw-two-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aw-three-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.aw-four-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*通用滚动条样式，兼容性强*/
.aw-overflow-auto {
    overflow-y: auto;
    overflow-x: hidden;
}

/*滚动条样式*/
.aw-overflow-auto::-webkit-scrollbar {
    width: 6px;
}

.aw-overflow-auto::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #D0D3D9;
}

.aw-overflow-auto::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

/*字体大小*/
.font-8 {
    font-size: 0.8rem !important;
}

.font-9 {
    font-size: 0.9rem !important;
}

.font-10 {
    font-size: 1rem !important;
}

.font-11 {
    font-size: 1.1rem !important;
}

.font-12 {
    font-size: 1.2rem !important;
}

.font-13 {
    font-size: 1.3rem !important;
}

.font-14 {
    font-size: 1.4rem !important;
}

.font-15 {
    font-size: 1.5rem !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-initial {
    font-weight: initial !important;
}

.font-weight-inherit {
    font-weight: inherit !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-weight-revert {
    font-weight: revert !important;
}

.font-weight-unset {
    font-weight: unset !important;
}

/** 通用数据列表 */
.aw-common-list .aui-card-down .active {
    font-weight: bold;
    color:#a68ad4 ;
}


em.tag {
    font-size: 12px;
    font-weight: normal;
    color: #a68ad4;
    font-style: normal;
    border: 1px solid #a68ad4;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 50px;
    cursor: pointer;
}

em.tag:hover {
    background: #a68ad4;
    color: #ffffff;
}

.badge{ border-radius: 50px;}
.gz {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: #30c09c !important;
    padding: 0.2rem 0.5rem;
    color: #fff !important;
    border-color: #30c09c;
    border-radius: 50px;
}

.ygz {
    background: #baccc9 !important;
    color: #fff !important;
    border-color: #baccc9 !important;
    appearance: none;
    padding: 0.2rem 0.5rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 50px;
}

/*内容样式*/
.aw-mobile-detail-card {
    margin: 0;
    padding: 16px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.aw-mobile-detail-head {
    padding-bottom: 14px;
    border-bottom: 1px solid #e7edf4;
}

.aw-mobile-detail-title {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.62;
    font-weight: 700;
    word-break: break-word;
}

.aw-mobile-detail-title .iconfont,
.aw-mobile-detail-title .fa {
    margin-right: 4px;
}

.aw-mobile-detail-type {
    margin-bottom: 10px;
}

.aw-mobile-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.6;
}

.aw-mobile-detail-meta span {
    margin: 0 !important;
}

.aw-mobile-detail-author {
    margin-top: 16px;
    padding-bottom: 12px;
}

.aw-mobile-detail-author dl {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
}

.aw-mobile-detail-author dt,
.aw-mobile-detail-author dd {
    float: none !important;
    width: auto !important;
    margin: 0;
}

.aw-mobile-detail-author dd {
    padding-left: 0 !important;
}

.aw-mobile-detail-author dd:nth-of-type(1) {
    flex: 1 1 auto;
    min-width: 0;
}

.aw-mobile-detail-author dd:last-child {
    flex: 0 0 auto;
}

.aw-mobile-detail-author img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

.aw-mobile-detail-panel {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #e7edf4;
    border-radius: 16px;
    background: linear-gradient(180deg, #fbfdff 0%, #f8fbff 100%);
}

.aw-mobile-detail-panel-highlight {
    border-color: rgba(29, 78, 216, 0.18);
    border-left: 4px solid #1d4ed8;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 34%),
        linear-gradient(180deg, #f5f9ff 0%, #eef6ff 100%);
    box-shadow: 0 12px 28px rgba(29, 78, 216, 0.08);
}

.aw-mobile-detail-panel-title {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.aw-mobile-detail-panel-highlight .aw-mobile-detail-panel-title {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(29, 78, 216, 0.1);
    color: #1d4ed8;
}

.aw-mobile-detail-panel ul {
    margin: 0;
    padding-left: 18px;
}

.aw-mobile-detail-panel li {
    margin-bottom: 8px;
    color: #64748b;
    line-height: 1.7;
}

.aw-mobile-detail-links a:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.aw-mobile-detail-card .aw-content {
    margin-top: 16px;
    font-size: 16px;
    color: #334155;
    line-height: 1.82;
    overflow: visible;
    position: relative;
    word-break: break-word;
}

.aw-mobile-detail-card .aw-content > *:first-child {
    margin-top: 0 !important;
}

.aw-mobile-detail-card .aw-content > *:last-child {
    margin-bottom: 0 !important;
}

.aw-mobile-detail-card .aw-content img {
    max-width: 100%;
    display: block;
    margin: 16px auto;
    border-radius: 14px;
}

.aw-mobile-detail-card .aw-content i {
    font-style: italic;
}

.aw-mobile-detail-card .aw-content p {
    margin: 0 0 16px;
    line-height: 1.82;
    font-size: 16px;
    color: #334155;
}

.aw-mobile-detail-card .aw-content div,
.aw-mobile-detail-card .aw-content section,
.aw-mobile-detail-card .aw-content article {
    line-height: 1.82;
}

.aw-mobile-detail-card .aw-content h1,
.aw-mobile-detail-card .aw-content h2,
.aw-mobile-detail-card .aw-content h3,
.aw-mobile-detail-card .aw-content h4 {
    clear: left;
    margin: 22px 0 12px;
    color: #0f172a;
    line-height: 1.62;
    font-weight: 700;
    font-synthesis: style;
}

.aw-mobile-detail-card .aw-content h1 {
    font-size: 1.45em;
}

.aw-mobile-detail-card .aw-content h2 {
    font-size: 1.28em;
}

.aw-mobile-detail-card .aw-content h3,
.aw-mobile-detail-card .aw-content h4 {
    font-size: 1.12em;
}

.aw-mobile-detail-card .aw-content ul,
.aw-mobile-detail-card .aw-content ol {
    margin: 0 0 16px;
    padding-left: 20px;
}

.aw-mobile-detail-card .aw-content li {
    margin-bottom: 8px;
    line-height: 1.82;
}

.aw-mobile-detail-card .aw-content blockquote {
    margin: 18px 0;
    padding: 12px 14px;
    border-left: 4px solid #1d4ed8;
    border-radius: 12px;
    background: #f8fbff;
    color: #475569;
    line-height: 1.82;
}

.aw-mobile-detail-card .aw-content blockquote p {
    color: inherit;
}

.aw-mobile-detail-card .aw-content pre {
    margin: 18px 0;
    padding: 14px;
    border-radius: 14px;
    background: #0f172a;
    color: #e2e8f0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.aw-mobile-detail-card .aw-content code {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
}

.aw-mobile-detail-card .aw-content :not(pre) > code {
    padding: 2px 6px;
    border-radius: 6px;
    background: #eef2ff;
    color: #1d4ed8;
    font-size: 0.92em;
}

.aw-mobile-detail-card .aw-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 18px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
}

.aw-mobile-detail-card .aw-content th,
.aw-mobile-detail-card .aw-content td {
    line-height: 1.72;
}

.aw-mobile-detail-card .aw-content hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #e2e8f0;
}

.aw-mobile-detail-card .aw-content iframe {
    width: 100%;
    max-width: 100%;
    min-height: 220px;
    border: 0;
    border-radius: 14px;
}

.aw-mobile-detail-card .aw-content a {
    color: #1d4ed8;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.aw-mobile-detail-card .aw-question-show,
.aw-mobile-detail-card .aw-question-hide {
    color: #1d4ed8;
    font-weight: 700;
}

.footerCommentBox .commentForm {
    align-items: center;
}

.footerCommentBox .commentInput {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid #dbe7f3;
    font-size: 14px;
}

.publishBtn {
    background: #a68ad4;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    top: -5px;
    left: 10px;
    border: 4px solid #fff;
    box-shadow: 0 0 2px #eee;
}

.aui-footer-list .publishBtn i {
    color: #fff !important;
}

.aui-grid::before, .aui-grid::after {
    background: unset;
}

.info-btn {
    border-radius: 50px;
    background: #eee;
    color: #333;
    padding: 2px 10px;
    font-size: .8rem
}

/*隐藏上传按钮*/
.webuploader-element-invisible {
    display: none;
}

.aw-list-img cite {
    display: block;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 5px;
    height: 100px !important;
}

.aw-list-img cite img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 5px;
}

.aw-list-img {
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}
.aui-card-title{height: auto;line-height: unset}

/*聊天气泡*/
.aui-chat {
    width: 100%;
    padding: 0.5rem;
}
.aui-chat .aui-chat-item {
    position: relative;
    width: 100%;
    margin-bottom: 0.75rem;
    overflow: hidden;
    display: block;
}
.aui-chat .aui-chat-header {
    width: 100%;
    text-align: center;
    margin-bottom: 0.75rem;
    font-size: 0.6rem;
    color: #757575;
}
.aui-chat .aui-chat-left {
    float: left;
}
.aui-chat .aui-chat-right {
    float: right;
}
.aui-chat .aui-chat-media {
    display: inline-block;
    max-width: 2rem;
}
.aui-chat .aui-chat-media img {
    width: 100%;
    border-radius: 50%;
}
.aui-chat .aui-chat-inner {
    position: relative;
    overflow: hidden;
    display: inherit;
}
.aui-chat .aui-chat-arrow {
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: 0.2rem;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    background-color: transparent;
}
.aui-chat .aui-chat-right .aui-chat-arrow {
    background-image: -webkit-linear-gradient(45deg, #b3e5fc, #b3e5fc 50%, transparent 50%);
    background-image: linear-gradient(45deg, #b3e5fc, #b3e5fc 50%, transparent 50%);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: -0.25rem;
}
.aui-chat .aui-chat-left .aui-chat-arrow {
    background-image: -webkit-linear-gradient(45deg, #ffffff, #ffffff 50%, transparent 50%);
    background-image: linear-gradient(45deg, #ffffff, #ffffff 50%, transparent 50%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -0.25rem;
}
.aui-chat .aui-chat-content {
    color: #212121;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    min-height: 2rem;
    position: relative;
    padding: 0.5rem;
    max-width: 80%;
    word-break: break-all;
    word-wrap: break-word;
}
.aui-chat .aui-chat-content img {
    max-width: 100%;
    display: block;
}
.aui-chat .aui-chat-status {
    position: relative;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
}
.aui-chat .aui-chat-name {
    width: 100%;
    position: relative;
    font-size: 0.6rem;
    color: #757575;
    margin-bottom: 0.25rem;
}
.aui-chat .aui-chat-left .aui-chat-name {
    left: 0.5rem;
}
.aui-chat .aui-chat-left .aui-chat-status {
    left: 0.5rem;
    float: left;
}
.aui-chat .aui-chat-left .aui-chat-media {
    width: 2rem;
    float: left;
}
.aui-chat .aui-chat-left .aui-chat-inner {
    max-width: 70%;
}
.aui-chat .aui-chat-left .aui-chat-content{
    background-color: #ffffff;
    float: left;
    left: 0.5rem;
}
.aui-chat .aui-chat-right .aui-chat-media {
    width: 2rem;
    float: right;
}
.aui-chat .aui-chat-right .aui-chat-inner {
    float: right;
    max-width: 70%;
}
.aui-chat .aui-chat-right .aui-chat-name {
    float: right;
    right: 0.5rem;
    text-align: right;
}
.aui-chat .aui-chat-right .aui-chat-content {
    background-color: #b3e5fc;
    right: 0.5rem;
    float: right;
}
.aui-chat .aui-chat-right .aui-chat-status {
    float: right;
    right: 0.5rem;
}

.aw-common-list .time{font-size: .9rem;color: #999}
.aw-common-list .topic-item{background: #fff;border-bottom: 1px solid #eee;}
.aw-common-list .topic-item dl{overflow: hidden;margin-bottom: 0;padding: 0.6rem 0;    border-bottom: 1px solid #EFEFEF;}
.aw-common-list .topic-item dl:last-child{border:none;}
.aw-common-list .topic-item dt{width: 64px;height: 64px;float: left}
.aw-common-list .topic-item dt img{width: 64px;height: 64px}
.aw-common-list .topic-item dd{float: right;width: calc(100% - 74px);margin-bottom: 0;height: 64px}
.aw-common-list .topic-item dd p{color: #999}
.aw-common-list .topic-item:hover{ background: #e6f1ff;cursor: pointer}
.mescroll-totop{bottom: 70px}
.mescroll-empty {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
}
.aw-mobile-article-hero {
    padding: 14px 12px 10px;
    background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
    border-bottom: 1px solid #eef2f7;
}
.aw-mobile-article-hero h1 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}
.aw-mobile-article-hero p {
    margin-bottom: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.6;
}
.aw-mobile-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px 12px 12px;
    margin: 0;
}
.aw-mobile-spotlight-card {
    display: block;
    padding: 11px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid #dbe7f3;
    color: #0f172a;
}
.aw-mobile-spotlight-label {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(29, 78, 216, 0.08);
    color: #1d4ed8;
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
}
.aw-mobile-spotlight-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}
.aw-mobile-spotlight-card p {
    margin: 0 0 6px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.55;
}
.aw-mobile-spotlight-meta {
    color: #334155;
    font-size: 10px;
    line-height: 1.5;
}
.aw-mobile-spotlight-action {
    display: inline-block;
    margin-top: 6px;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 700;
}
@media (max-width: 360px) {
    .aw-mobile-spotlight-grid {
        grid-template-columns: 1fr;
    }
}
