[data-bs-theme='light'] {
    --bg-glass: hsla(0, 0%, 100%, 0.6);
    --zp-bg: #ffffff
}

[data-bs-theme='dark'] {
    --bg-glass: rgba(50, 51, 53, 0.8);
    --zp-bg: #191b1d
}

*:after,
*:before,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
.owl-prev,
.owl-next,
.fa-duotone:hover,
.fa-brands:hover,
.fa:hover,
.far:hover,
.fab:hover,
.fas:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.fa-duotone:hover,
.fa-brands:hover,
.fa:hover,
.far:hover,
.fab:hover,
.fas:hover {
    color: var(--is-element);
    text-shadow: 0 0 3px var(--is-element);
}

a:hover {
    color: var(--is-element)!important;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

a[href] {
    transition: color .2s, background .3s, opacity .3s, box-shadow .3s, transform .3s;
}

a {
    text-decoration: none !important;
    color: rgba(var(--ri-link-color-rgb), var(--ri-link-opacity, 1));
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.575rem !important;
}

.fs-9 {
    font-size: 0.375rem !important;
}

.btn:hover i,
.navbar .action-btn:hover i,
.single-ul .list-item:hover i,
.rollbar .actions li:hover i,
#text-con:hover i,
.uc-menu-warp li a:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    -ms-animation: toTopFromBottom 0.3s forwards;
    -o-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

/* Keyframes */
@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

/*滚动条*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 1em;
}

::-webkit-scrollbar-thumb {
    background-color: var(--is-element);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 1em;
}

::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}
/*主题修改*/
.list-item.back-top:hover,
.owl-theme .owl-dots .owl-dot.active span {
    background: var(--is-element);
}

.list-item.back-top:hover i {
    color: #ffffff !important;
}

.navbar .nav-list>.menu-item.current-menu-item>a,
.slicknav_menu .slicknav_nav li.current-menu-item a,
.list-item.back-top,
.filter-warp .filter-item .filter-link.active>a,
.filter-warp .filter-item .filter-link:hover>a,
.post-item.item-grid.grid-overlay:hover .entry-title a,
.pay-select-box .pay-item:hover {
    color: var(--is-element) !important;
}

.post-item.item-grid.grid-overlay .entry-wrapper {
    z-index: 9;
}

.pay-select-box .pay-item:hover {
    border-color: var(--is-element);
}

.filter-warp .filter-item .filter-link.active>a::after,
.filter-warp .filter-item .filter-link:hover>a::after {
    border-bottom: 2px solid var(--is-element);
}

.entry-desc {
    height: 14px;
}
.navbar .nav-list :not(.menu-item-mega-pro) > .sub-menu{
    min-width: 180px;
}
.na.navbar .nav-list :not(.menu-item-mega-pro) > .sub-menuvbar .nav-list :not(.menu-item-mega-pro) > .sub-menu:first-child{
    position: absolute;
    top: 100%;
    left: -10px;
    min-width: 180px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.navbar .nav-list .menu-item:hover>.sub-menu:first-child {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar .nav-list .menu-item.menu-item-has-children>a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
    color: var(--bs-gray);
}

.navbar .nav-list .sub-menu .menu-item.menu-item-has-children>a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
    color: var(--bs-gray);
    margin-right: 45px;
}

.navbar .nav-list .menu-item.menu-item-has-children>a:hover::after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
}

.navbar .nav-list .sub-menu .menu-item.menu-item-has-children>a:hover::after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
}

.navbar .nav-list .menu-item-mega-pro .sub-menu:before {
    border-bottom-color: transparent;
}

.post-format-icon {
    font-size: .75rem;
    background: var(--bg-glass);
    background-color: var(--bg-glass);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    backdrop-filter: blur(10px) saturate(180%);
    transform: translate(0%, 0%) scale(0);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.post-format-icon::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 200ms;
    border: 0.5px solid #ffffff;
    animation-name: iconpopup;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes iconpopup {
    0% {
        box-shadow: 0 0 0 0 #F0ECE9, 0 0 0 0 #F0ECE9;
    }

    80% {
        box-shadow: 0 0 0 20px #fff0, 0 0 0 40px #fff0;
    }

    100% {
        box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
    }
}

.post-item:hover .post-format-icon {
    transform: translate(0%, 0%) scale(1);
}

.sidebar-author-info .author-body {
    margin: 0px -20px 0px;
    background: var(--is-body);
}

.author-body .row,
.author-body .row>* {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.author-body span {
    font-size: 14px;
}

.author-footer .list-group-item {
    background-color: transparent;
}

.author-footer a,
.author-footer span {
    font-size: .785rem;
}

.archive-hero .archive-hero-bg::before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.entry-meta .avatar,
#inviteTab .avatar {
    border-radius: 50%;
    height: 20px;
    margin-right: 3px;
    width: 20px;
}

.post-item.item-grid .entry-meta>span {
    margin-right: 5px;
}

.home-search-box .search-hots span {
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    color: #fff;
    margin-right: 11px;
    padding: 5px;
}

.home-search-box .search-hots span:hover {
    color: var(--is-element);
}

.home-search-box .search-hots>span:not(:first-child)::after {
    content: "";
}

.badge-svip img,
.menu-svip,
.user-top .avatar {
    height: 16px!important;
    width: 16px!important;
}
.badge-svip img{
    display: inline-block!important;
}
.menu-svip {
    background-repeat: no-repeat;
    background-size: contain;
}

.price-card {
    box-shadow: none;
    border: none;
}

.post-item .tips-badge {
    font-size: 1rem;
}

.form-select:focus {
    box-shadow: none;
}

/***/

.filter-warp .filter-item .filter-link ::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--is-element);
    position: absolute;
    left: 100%;
    bottom: 0;
    transition: all .4s;
}

.filter-warp .filter-item .filter-link :hover::after {
    width: 100%;
    left: 0;
    transition-delay: 0.1s;
}

.filter-warp .filter-item .filter-link :hover~.filter-link ::after {
    left: 0;
}

/*******************/
/*menu-item-mega-pro*/
.navbar .nav-list .menu-item-mega-pro {
    position: static;
}

.navbar .nav-list .menu-item-mega-pro .sub-menu {
    width: 100%;
    margin: 0 auto;
    display: none;
    padding: 1rem;
}

.navbar .menu-item.menu-item-mega-pro:hover>.sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.navbar .menu-item-mega-pro.itemd3 .sub-menu .menu-item {
    width: 33.333333%;
}

.navbar .menu-item-mega-pro.itemd4 .sub-menu .menu-item {
    width: 25%;
}

.navbar .menu-item-mega-pro.itemd5 .sub-menu .menu-item {
    width: 20%;
}

.navbar .menu-item-mega-pro.itemd6 .sub-menu .menu-item {
    width: 16.66667%;
}

.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item {
    padding: 0 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    flex-wrap: wrap-reverse;
    margin-bottom: 10px;
}

.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item>a {
    padding: 20px 0;
    display: flex;
    background: var(--is-body);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item>a>span i {
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 10px;
    color: var(--is-element);
}

.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item>a>span {
    font-size: 14px;
}

.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item>a h5,
.slicknav_menu .slicknav_nav .sub-menu>li>a h5 {
    color: #888;
    font-size: 10px;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0;
}

.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item>a:hover i,
.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item>a:hover h5,
.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item>a:hover span {
    z-index: 2;
    color: #fff;
}

.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item>a::before {
    content: "";
    position: absolute;
    left: 10px;
    height: 100%;
    width: 0;
    top: 0;
    border-radius: 4px;
    background: var(--is-rgb);
    color: #ffffff;
    -webkit-box-shadow: 0 8px 12px 0 rgba(51, 133, 255, .2);
    box-shadow: 0 8px 12px 0 rgba(51, 133, 255, .2);
}

.navbar .nav-list .menu-item-mega-pro .sub-menu .menu-item>a:hover::before {
    width: calc(100% - 20px);
}

.img-width {
    width: 60px;
    height: 60px;
}

.navbar .menu-item-mega-pro .menu-item:hover .img-sahpe,
.box-content:hover .img-sahpe {
    animation: kdpro_b3u 1s steps(30) forwards;
}

.img-sahpe {
    position: absolute;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}

@keyframes kdpro_b3u {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 100%
    }
}

.is-enter {
    -webkit-animation: kdpro-icon-enter .3s steps(16) forwards;
    animation: kdpro-icon-enter .3s steps(16) forwards
}

.is-leave {
    -webkit-animation: kdpro-icon-leave .3s steps(16) forwards;
    animation: kdpro-icon-leave .3s steps(16) forwards
}

@-webkit-keyframes kdpro-icon-enter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -960px
    }
}

@keyframes kdpro-icon-enter {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -960px
    }
}

@-webkit-keyframes kdpro-icon-leave {
    0% {
        background-position: 0 -960px
    }

    to {
        background-position: 0 0
    }
}

@keyframes kdpro-icon-leave {
    0% {
        background-position: 0 -960px
    }

    to {
        background-position: 0 0
    }
}

.text-number {
    color: #fff;
}

.number-size {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}

.box-content:hover .numberup,
.box-content:hover .text-number {
    color: var(--is-element)
}

.search-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    background: rgb(0 0 0 / 50%);
    z-index: -1
}

.home-background .bg-warp {
    overflow: hidden;
}

.home-background .bg-warp:before {
    right: 50%;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.home-background .bg-warp:after {
    left: 50%;
}

.home-background .bg-warp:after,
.home-background .bg-warp:before {
    display: block;
    content: "";
    width: 0;
    position: absolute;
    bottom: -1px;
    z-index: 2;
    border-color: transparent transparent #f2f5f9;
    border-style: solid;
    border-width: 0 0 1.6vw 50vw;
}

[data-bs-theme=dark] .home-background .bg-warp:after,
[data-bs-theme=dark] .home-background .bg-warp:before {
    border-color: transparent transparent #222529;
}

[data-bs-theme=dark] .accordion {
    --mdb-accordion-bg: #222529;
}

[data-bs-theme=dark] .accordion-button:not(.collapsed) {
    background-color: #222529;
}

.navbar .menu-item .angle_mark {
    padding: 0.15em .4rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border-radius: .3rem .3rem .3rem 0;
    color: #ffffff;
    font-size: .8rem;
    white-space: nowrap;
    transform: translate(-5px, 10px) scale(.85);
    margin-right: -10px
}

.navbar .menu-item.menu-item-has-children .sub-menu .angle_mark {
    top: 0;
    right: 0;
    margin-right: 0
}
.carousel-item .media-img{
    background-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/**/
.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 {
    color: var(--this-color);
    background: var(--this-bg) !important;
    --this-color: #ffffff
}

.jb-blue,
.jb-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
    border: none
}

.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: #2997f7
}

.b-blue-2 {
    --this-bg: #5c7cff
}

.b-green {
    --this-bg: #12b928
}

.b-purple {
    --this-bg: #d448f5
}

.c-blue,
.c-blue-2,
.c-cyan,
.c-gray,
.c-green,
.c-green-2,
.c-purple,
.c-purple-2,
.c-red,
.c-red-2,
.c-theme,
.c-white,
.c-yellow,
.c-yellow-2 {
    color: var(--this-color)
}

.c-theme {
    --this-color: var(--focus-color);
    --this-bg: var(--focus-color-opacity1)
}

.c-gray {
    --this-color: #888;
    --this-bg: rgba(136, 136, 136, .1)
}

.c-white {
    --this-color: #ffffff;
    --this-bg: rgba(255, 255, 255, 0.1)
}

.c-red {
    --this-color: #ff5473;
    --this-bg: rgba(255, 84, 115, .1)
}

.c-red-2 {
    --this-color: #d6064c;
    --this-bg: rgba(194, 41, 46, 0.1)
}

.c-yellow {
    --this-color: #ff6f06;
    --this-bg: rgba(255, 111, 6, 0.1)
}

.c-yellow-2 {
    --this-color: #c58516;
    --this-bg: rgba(179, 103, 8, 0.1)
}

.c-blue {
    --this-color: #2997f7;
    --this-bg: rgba(41, 151, 247, .1)
}

.c-blue-2 {
    --this-color: #5c7cff;
    --this-bg: rgba(77, 130, 249, .1)
}

.c-cyan {
    --this-color: #04b9b6;
    --this-bg: rgba(8, 196, 193, 0.1)
}

.c-green {
    --this-color: #18a52a;
    --this-bg: rgba(18, 185, 40, .1)
}

.c-green-2 {
    --this-color: #6a933e;
    --this-bg: rgba(72, 135, 24, .1)
}

.c-purple {
    --this-color: #e434e1;
    --this-bg: rgba(213, 72, 245, 0.1)
}

.c-purple-2 {
    --this-color: #8e4aff;
    --this-bg: rgba(154, 72, 245, 0.1)
}

.vip-tag {
    --this-color: #ffffff;
    --this-bg: linear-gradient(135deg, #ff74cd 10%, #ec7d0b 100%)
}

.badg-sm {
    border: 0;
    padding: 1px 4px
}

.jb-red {
    --this-bg: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%)
}

.jb-pink {
    --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%)
}

.jb-yellow {
    --this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%)
}

.jb-blue {
    --this-bg: linear-gradient(135deg, #2468f2 10%, #3D70FF 100%)
}

.jb-cyan {
    --this-bg: linear-gradient(140deg, #039ab3 10%, #58dbcf 90%)
}

.jb-green {
    --this-bg: linear-gradient(135deg, #60e464 10%, #5cb85b 100%)
}

.jb-purple {
    --this-bg: linear-gradient(135deg, #f98dfb 10%, #ea00f9 100%)
}

.jb-vip1 {
    --this-bg: linear-gradient(25deg, #eabe7b 10%, #f5e3c7 70%, #edc788 100%);
    --this-color: #866127
}

.jb-vip2 {
    --this-bg: linear-gradient(317deg, #4d4c4c 30%, #7b7b7b 70%, #5f5c5c 100%);
    --this-color: #ddd
}

/********菜单固定********/
.site-header.headerfull {
    position: fixed !important;
    box-shadow: inset 1px 1px rgba(255, 255, 255, .2), inset -1px -1px rgba(255, 255, 255, .1), 1px 3px 24px -1px rgba(0, 0, 0, .15) !important;
    background-color: hsla(0, 0%, 100%, .6) !important;
    background: hsla(0, 0%, 100%, .6) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.header-transparent .site-header.headerfull .navbar .action-hover-menu .avatar-warp,
.header-transparent .site-header.headerfull .navbar .actions .action-btn,
.header-transparent .site-header.headerfull .navbar .nav-list>.menu-item>a {
    color: #000 !important;
}

/*****徽章******/
.badge img {
    max-height: 14px;
    line-height: 14px;
    vertical-align: middle;
    color: #ffffff;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: #fff0;
    background-size: contain;
}

/***********PC*******/
@media (min-width:992px) {
    .top-nav-jianbian {
        cursor: pointer;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        position: absolute;
        z-index: 2;
        opacity: 0.4;
        background: -moz-linear-gradient(rgba(39, 42, 51, 1), rgba(39, 42, 51, 0));
        background: -webkit-linear-gradient(rgba(39, 42, 51, 1), rgba(39, 42, 51, 0));
        background: -o-linear-gradient(rgba(39, 42, 51, 1), rgba(39, 42, 51, 0));
        background: -ms-linear-gradient(rgba(39, 42, 51, 1), rgba(39, 42, 51, 0));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5272A33', endColorstr='#00272A33', GradientType=0);
    }

    .section-title>h3:before {
        background: linear-gradient(to right, var(--is-rgb), var(--is-element));
        content: "";
        height: 2px;
        width: 80px;
        margin: 0 20px 0 0;
    }

    .section-title>h3:after {
        background: linear-gradient(to right, var(--is-element), var(--is-rgb));
        content: "";
        height: 2px;
        width: 80px;
        margin: 0 0 0 20px;
    }

    .section-title>h3 {
        margin-bottom: 10px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-title>p {
        padding-left: 10px;
    }
}

/*移动端适配*/
@media (max-width:768px) {
    .angle_mark {
        display: none !important;
    }
    .home-owl .container-full .widget-slider .slider{
        height: calc(55vh - 20px)!important;
    }
}

/***********/
.glass-bg {
    background: var(--bg-glass);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-transition: all .2s;
    transition: all .2s;
}

/***********/
.modal-body .close:before,
.modal-header .close:before,
.toast-header .close:before,
.off-canvas .canvas-close:before,
.offcanvas .canvas-close:before {
    position: absolute;
    right: 6px;
    width: 16px;
    height: 4px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: var(--is-element);
}

.modal-body .close:after,
.modal-header .close:after,
.toast-header .close:after,
.off-canvas .canvas-close:after,
.offcanvas .canvas-close:after {
    position: absolute;
    right: 6px;
    width: 16px;
    height: 4px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: var(--is-element)
}

.modal-body .close:hover:before,
.modal-header .close:hover:before,
.toast-header .close:hover:before,
.off-canvas .canvas-close:hover:before,
.offcanvas .canvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-body .close:hover:after,
.swal2-close:hover:after,
.modal-header .close:hover:after,
.toast-header .close:hover:after,
.off-canvas .canvas-close:hover:after,
.offcanvas .canvas-close:hover:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.off-canvas .canvas-close i {
    display: none;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

[data-bs-theme=light] #reward-code .modal-content,
[data-bs-theme=light] .link-modal .modal-content {
    background-color: transparent;
    background-image: linear-gradient(125deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 70%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-clip: padding-box;
}

[data-bs-theme=light] .modal-content {
    border: none;
    background: transparent;
}

.modal-body .close,
.modal-header .close,
.toast-header .close,
.off-canvas .canvas-close {
    position: absolute;
    right: 14px;
    top: 10px;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    z-index: 9;
    border: none;
    /* 去掉按钮边框 */
    background-color: transparent;
}

/*******************************/
.tab-content .accordion {
    padding: 20px;
    background: #fff;
}

.tab-content .accordion button span {
    float: right;
    padding: 5px;
}

.tab-content .accordion button.collapsed span:nth-child(1) {
    display: block;
}

.tab-content .accordion button.collapsed span:nth-child(2) {
    display: none;
}

.tab-content .accordion button span:nth-child(1) {
    display: none;
}

.tab-content .accordion button span:nth-child(2) {
    display: block;
}

/**********************************************/
.flex-auto {
    flex: auto;
    overflow: hidden;
}

/***/
.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-ellipsis-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/**************/
.card .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

/***************************数字颜色***********************************/
.rank-num1 {
    color: #ff5473 !important;
    background-color: rgba(255, 84, 115, .1) !important;
}

.rank-num2 {
    color: #ff6f06 !important;
    background-color: rgba(255, 111, 6, 0.1) !important;
}

.rank-num3 {
    color: #e434e1 !important;
    background-color: rgba(213, 72, 245, 0.1) !important;
}

.rank-num4 {
    color: #2997f7 !important;
    background-color: rgba(41, 151, 247, .1) !important;
}

.rank-num5 {
    color: #18a52a !important;
    background-color: rgba(18, 185, 40, .1) !important;
}

.rank-num6 {
    color: #c58516 !important;
    background-color: rgba(179, 103, 8, 0.1) !important;
}

/*********************************************/
.header-slider-card {
    position: relative;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;

}
.sm-box:hover{
    background-color: hsla(0, 0%, 100%, .3);
    transition: background-color .3s ease-in;
}
.flex1 {
    flex: auto;
    overflow: hidden;
}

.text-color {
    background-image: -webkit-linear-gradient(125deg, var(--is-element) 50%, var(--is-rgb) 40%);
    background-image: -moz-linear-gradient(125deg, var(--is-element) 50%, var(--is-rgb) 40%);
    background-image: -o-linear-gradient(125deg, var(--is-element) 50%, var(--is-rgb) 40%);
    background-image: linear-gradient(125deg, var(--is-element) 50%, var(--is-rgb) 40%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--is-element)
}



.home-owl .owl-theme .owl-dots {
    bottom: 3rem;
}

/***********************/
.fs-sm {
    font-size: 0.875rem !important;
}

/*********/
.hover-warp .badge,
.byuser .badge {
    padding: var(--bs-badge-padding-y) 0;
}

.avatar-warp,
.avatar {
    position: relative;
    display: inline-block;
    transition: all .2s;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-warp .avatar-badge,
.avatar-meta .avatar-badge {
    width: calc(24px/ 2.5)!important;
    height: calc(24px/ 2.5)!important;
    max-width: 25px;
    max-height: 25px;
    min-width: 10px;
    min-height: 10px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
}

.avatar .avatar-badge {
    width: calc(36px/ 2.5)!important;
    height: calc(36px/ 2.5)!important;
    max-width: 25px;
    max-height: 25px;
    min-width: 12px;
    min-height: 12px;
    position: absolute;
    right: 2px;
    bottom: -1px;
    overflow: hidden;

}

/***********************/
.post-item.item-grid.grid-overlay .ratio-1x1:hover .post-pay-type {
    bottom: 110px;
    opacity: 1;
}

.uc-page .post-pay-type {
    display: none;
}
.post-item:hover .post-pay-type{
    bottom: 0;
    opacity: 1;
}
.post-pay-type {
    position: absolute;
    opacity: 0;
    bottom: -50%;
    color: #fff;
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 9;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-pay-type::-webkit-scrollbar {
    height: 2px;
}

.post-pay-type .post-pay-type-icon {
    background: #fff;
    border-radius: 10px;
    color: #a1a1a8;
    padding: 5px;
    margin-right: 2px;
    text-shadow: none;
    display: inline-flex;
    align-items: center;
}

.post-pay-type span {
    line-height: 16px;
    height: 16px;
}

.post-pay-type>div i {
    font-size: 10px;
}

/*****************/
@-webkit-keyframes hbgAnim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes hbgAnim {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

/******************************/
.post-cms-lists {
    position: relative;
}

.post-cms-lists .card-body>a {
    color: #fff;
}

.post-cms-lists ul {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 5px;
}

.post-cms-lists ul>li {
    border: none !important;
    padding: .3rem 1rem;
}

.post-cms-lists ul>li a:hover {
    padding-left: 5px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/****************************************************************/
.dropdownmenu-primary .dropdown-item.active,
.dropdownmenu-primary .dropdown-item:focus,
.dropdownmenu-primary .dropdown-item:hover {
    background-color: rgba(28, 132, 238, 0.07) !important;
    color: #1c84ee;
}

.dropdownmenu-secondary .dropdown-item.active,
.dropdownmenu-secondary .dropdown-item:focus,
.dropdownmenu-secondary .dropdown-item:hover {
    background-color: rgba(116, 120, 141, 0.07) !important;
    color: #74788d;
}

.dropdownmenu-success .dropdown-item.active,
.dropdownmenu-success .dropdown-item:focus,
.dropdownmenu-success .dropdown-item:hover {
    background-color: rgba(52, 195, 143, 0.07) !important;
    color: #34c38f;
}

.dropdownmenu-info .dropdown-item.active,
.dropdownmenu-info .dropdown-item:focus,
.dropdownmenu-info .dropdown-item:hover {
    background-color: rgba(22, 218, 241, 0.07) !important;
    color: #16daf1;
}

.dropdownmenu-warning .dropdown-item.active,
.dropdownmenu-warning .dropdown-item:focus,
.dropdownmenu-warning .dropdown-item:hover {
    background-color: rgba(255, 204, 90, 0.07) !important;
    color: #ffcc5a;
}

.dropdownmenu-purple .dropdown-item.active,
.dropdownmenu-purple .dropdown-item:focus,
.dropdownmenu-purple .dropdown-item:hover {
    background-color: rgba(111, 66, 193, 0.07) !important;
    color: #6f42c1;
}

.dropdownmenu-danger .dropdown-item.active,
.dropdownmenu-danger .dropdown-item:focus,
.dropdownmenu-danger .dropdown-item:hover {
    background-color: rgba(239, 103, 103, 0.07) !important;
    color: #ef6767;
}

.dropdownmenu-pink .dropdown-item.active,
.dropdownmenu-pink .dropdown-item:focus,
.dropdownmenu-pink .dropdown-item:hover {
    background-color: rgba(232, 62, 140, 0.07) !important;
    color: #e83e8c;
}

.dropdownmenu-light .dropdown-item.active,
.dropdownmenu-light .dropdown-item:focus,
.dropdownmenu-light .dropdown-item:hover {
    background-color: rgba(246, 246, 246, 0.07) !important;
    color: #f6f6f6;
}

.dropdownmenu-dark .dropdown-item.active,
.dropdownmenu-dark .dropdown-item:focus,
.dropdownmenu-dark .dropdown-item:hover {
    background-color: rgba(43, 57, 64, 0.07) !important;
    color: #2b3940;
}

/*******************************************************/
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(at center, var(--is-element), var(--is-rgb));
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/***/
.mac-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.mac-dot:after {
    content: " ";
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff5d58 !important;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 14px 0 #ffb528, 28px 0 #26c73d;
    box-shadow: 14px 0 #ffb528, 28px 0 #26c73d;
}

/****/
.alicare {
    right: 10px;
    bottom: 110px;
    z-index: 999;
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    user-select: none
}

.alicare .float-ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.alicare .float-ul .list-bird {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 110px;
    background-image: -webkit-gradient(linear, right top, left top, from(var(--is-rgb) 40%), to(ar(--is-element) 80%));
    background-image: -webkit-linear-gradient(right, var(--is-rgb) 40%, ar(--is-element) 80%);
    background-image: linear-gradient(to top, var(--is-rgb) 40%, var(--is-element) 80%);
    border-radius: 24px;
    text-align: center;
    cursor: pointer
}

.alicare .float-ul .list-bird .bird-eye {
    position: absolute;
    top: 15px;
    right: 0;
    width: 44px;
    box-sizing: border-box;
    background-clip: padding-box
}

.alicare .float-ul .list-bird span {
    margin-top: 30px;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr
}

.alicare .float-ul .coverage {
    position: relative;
    display: block;
    width: 44px;
    margin-top: 10px;
    border-radius: 24px;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}

.alicare .float-ul .coverage span {
    margin: 25px 0 5px 0;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr
}

.alicare .float-ul .list-item {
    position: relative;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 48px;
    margin-top: 12px;
    border-radius: 29px;
    cursor: pointer
}

.alicare .float-ul .list-item .iconfont {
    font-size: 22px
}

.alicare .float-ul .list-item:hover .iconfont,
.list-items:hover .iconfont {
    color: var(--is-element)
}

.alicare .float-ul .list-item:not(:nth-child(2)) {
    margin-top: 10px
}

.alicare .float-ul .list-item.back-to-top {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    border-radius: 100%;
    transition: height .3s ease-in-out, margin .38s cubic-bezier(.42, 0, 0, 2)
}

.alicare .float-ul .list-item.back-to-top.alicare-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0 !important;
    transition: all .3s ease-in-out
}

.contact-box {
    border-radius: 4px;
    overflow: hidden;
    z-index: 10000;
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}

.contact-box .alicare-list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.contact-box .alicare-list .list-items {
    display: inline-block;
    width: calc(100%)
}

.contact-box .alicare-list .list-items .left {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
    color: #888888;
    background: #F0F2F7
}

.contact-box .alicare-list .list-items .left .iconfont {
    display: inline-block;
    font-size: 16px
}

.contact-box .alicare-list .list-items .right {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle
}

.contact-box .alicare-list .list-items .right .main {
    margin: 0;
    font-size: 12px;
    color: #434343;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500
}

.contact-box .alicare-list .list-items .right .main span:first-child {
    font-weight: 500
}

.contact-box .alicare-list .list-items .right .sub {
    margin: 0;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px
}

.contact-box .alicare-list .list-items .right .sub .tel {
    color: #434343
}

.contact-box .alicare-list .list-items .expand {
    margin-top: 5px;
    text-align: center;
    transition: all .2s
}

.contact-box .alicare-list .list-items .expand .expand-item {
    display: inline-block;
    width: 25%;
    text-align: center
}

.contact-box .alicare-list .list-items .expand .expand-item img {
    display: inline-block;
    width: 96px;
    height: 96px
}

.contact-box .alicare-list .list-items .expand .expand-item span {
    display: inline-block;
    font-size: 12px;
    color: #8D8D8D;
    letter-spacing: 0
}

.contact-box.background {
    min-width: 450px;
    width: 100%;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.25, .1, .25, 1)
}

.contact-box.footer {
    overflow: hidden
}

.contact-box.footer .alicare-list {
    position: relative;
    top: 0
}

.contact-box.footer .alicare-list .mini {
    position: static !important;
    transition: all .2s
}

.contact-box.footer .alicare-list .mini .expand {
    display: block
}

.scrollup .arrows:hover {
    color: rgba(61, 126, 255, 0.8);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.alicare .float-ul .list-bird:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.list-item.back-top {
    bottom: 50px;
    right: 10px
}

.list-item.toggle-color>span {
    display: none
}

.list-item.toggle-color>span.show {
    display: inline-block
}

/***/
.pople-img {
    background-image: url('https://cloudcache.tencent-cloud.com/qcloud/portal/kit/images/ani-service.a75411e0.png');
}

.ziyuan-img {
    background-image: url('https://main.qcloudimg.com/raw/eb4a8cfcc166824d04551e7b1223b4a9.png');
}

.today-img {
    background-image: url('https://cloudcache.tencent-cloud.com/qcloud/portal/kit/images/ani-time.c32429e2.png');
}

.week-img {
    background-image: url('https://cloudcache.tencent-cloud.com/qcloud/portal/kit/images/ani-5day.8b4d6e68.png');
}

.safe-img {
    background-image: url('https://main.qcloudimg.com/raw/3eeffec2f2d634657d7cc889c2fa9491.png');
}

.view-img {
    background-image: url('https://main.qcloudimg.com/raw/3422d9dc3e98c802bcde24d7cd2daf06.png');
}

.glass-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

/***/
.navnum {
    position: absolute;
    top: 12px;
    right: 5%;
    border-radius: 8px;
    text-align: center;
    font-family: Calibri;
    font-size: 12px;
    max-width: 50px;
}

/***********************************************/

/************************/
.coupon-item {
    position: relative;
    height: 112px;
    background: var(--zp-bg);
    border-radius: 2px;
    box-sizing: border-box;
}

.expired .coupon-header,
.used .coupon-header,
.mode-pay .coupon-header,
.claimed-used .coupon-header {
    color: #fff;
    display: flex;
    align-items: baseline;
    padding: 10px
}

.expired .coupon-header {
    background-image: -webkit-linear-gradient(0deg, #f34250 0%, #ff7d3b 100%);
    background-image: linear-gradient(0deg, #f34250 0%, #ff7d3b 100%);
}

.used .coupon-header {
    background-image: -webkit-linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%);
    background-image: linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%);

}

.mode-pay .coupon-header {
    background: -webkit-linear-gradient(45deg, var(--is-element) 25%, var(--is-rgb)) !important;
    background: linear-gradient(45deg, var(--is-element) 25%, var(--is-rgb)) !important;
}

.claimed-used .coupon-header {
    background-image: linear-gradient(0deg, #0ba360 0%, #3cba92 100%)
}

#zz-shadow::before,
#zz::before {
    display: block;
    max-width: 100%;
    height: 16px;
    transform: rotate(180deg);
    content: ""
}

.coupon-item .coupon-header .coupon-info {
    width: 100%;
}

.coupon-item .coupon-header .coupon-value {
    text-align: right;
    font-weight: 300;
    font-size: 13px
}

#zz,
#zz-shadow {
    max-width: 100%;
    width: 100%;
    height: 16px;
    position: absolute;
    margin-top: -3px
}

#zz-shadow::before {
    margin-top: -10px;
    background: linear-gradient(0deg, transparent 10px, #000 10px), linear-gradient(-135deg, #000 10px, transparent 10px), linear-gradient(135deg, #000 10px, transparent 10px);
    background-color: transparent;
    background-position: -2px center;
    background-repeat: repeat-x;
    background-size: 100% 100%, 16px 16px, 16px 16px;
    opacity: .15
}

#zz::before {
    margin-top: -8px;
    background: linear-gradient(0deg, transparent 10px, var(--zp-bg) 10px), linear-gradient(-135deg, var(--zp-bg) 10px, transparent 10px), linear-gradient(135deg, var(--zp-bg) 10px, transparent 10px);
    background-color: transparent;
    background-position: 0 center;
    background-repeat: repeat-x;
    background-size: 100% 100%, 16px 16px, 16px 16px
}

.coupon-item .coupon-body {
    padding: 10px;
    font-size: 14px;
    color: #475669
}

.coupon-title {
    font-size: 14px;
}

.coupon-item .coupon-body .coupon-copy {
    padding: 2px 6px;
    border: 1px solid;
    border-radius: 3px;
    color: var(--is-element);
    background: 0 0;
    font-size: 12px
}

.coupon-code {
    font-size: 12px;
    color: #004167;
    text-align: center;
    border-radius: 3px;
    padding: 3px 5px;
    background-image: linear-gradient(45deg, #9E9E9E 25%, #fff 0, #fff 50%, #9E9E9E 0, #9E9E9E 75%, #fff 0);
    background-size: 2px 2px;
}

/**********************************************/
/* Effect 1: Fade in and scale up */
.md-effect-1 .modal-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.show.md-effect-1 .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .modal-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.show.md-effect-2 .modal-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .modal-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.show.md-effect-3 .modal-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .modal-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.md-effect-4 .modal-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.show.md-effect-4 .modal-content {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

/* Effect 5: fall */
.md-effect-5 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}

.show.md-effect-5 .modal-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
}

.show.md-effect-6 .modal-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
    -moz-transform: translate(0%) translateZ(0) rotate(0deg);
    -ms-transform: translate(0%) translateZ(0) rotate(0deg);
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7 {
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.md-effect-7 .modal-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.show.md-effect-7 .modal-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.show.md-effect-8 .modal-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.show.md-effect-9 .modal-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.show.md-effect-10 .modal-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .modal-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.show.md-effect-11 .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .modal-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-effect-12 .modal-content {
    background: transparent;
}

.show.md-effect-12 .modal-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.show.md-effect-13 .modal-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14 .modal-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.show.md-effect-14 .modal-content {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
}

/***/
.entry-author .meta-follow {
    opacity: 0;
    display: none;
}

.entry-author:hover .meta-follow {
    opacity: 1;
    display: block;
}

/**********/
.btn-primary-soft {
    color: #2163e8 !important;
    background-color: rgba(33, 99, 232, .1) !important
}

.btn-primary-soft:active,
.btn-primary-soft:hover {
    color: #fff !important;
    background-color: #2163e8 !important;
    border-color: #2163e8 !important
}

.btn-primary-soft:focus {
    color: #2163e8 !important;
    background-color: rgba(33, 99, 232, .1) !important;
    border-color: transparent !important
}

.btn-secondary-soft {
    color: #595d69 !important;
    background-color: rgba(89, 93, 105, .1) !important
}

.btn-secondary-soft:active,
.btn-secondary-soft:hover {
    color: #fff !important;
    background-color: #595d69 !important;
    border-color: #595d69 !important
}

.btn-secondary-soft:focus {
    color: #595d69 !important;
    background-color: rgba(89, 93, 105, .1) !important;
    border-color: transparent
}

.btn-success-soft {
    color: #0cbc87 !important;
    background-color: rgba(12, 188, 135, .1) !important
}

.btn-success-soft:active,
.btn-success-soft:hover {
    color: #fff !important;
    background-color: #0cbc87 !important;
    border-color: #0cbc87 !important
}

.btn-success-soft:focus {
    color: #0cbc87 !important;
    background-color: rgba(12, 188, 135, .1) !important;
    border-color: transparent !important
}

.btn-info-soft {
    color: #4f9ef8 !important;
    background-color: rgba(79, 158, 248, .1) !important
}

.btn-info-soft:active,
.btn-info-soft:hover {
    color: #fff !important;
    background-color: #4f9ef8 !important;
    border-color: #4f9ef8 !important
}

.btn-info-soft:focus {
    color: #4f9ef8 !important;
    background-color: rgba(79, 158, 248, .1) !important;
    border-color: transparent !important
}

.btn-warning-soft {
    color: #f7c32e !important;
    background-color: rgba(247, 195, 46, .1) !important
}

.btn-warning-soft:active,
.btn-warning-soft:hover {
    color: #000 !important;
    background-color: #f7c32e !important;
    border-color: #f7c32e !important
}

.btn-warning-soft:focus {
    color: #f7c32e !important;
    background-color: rgba(247, 195, 46, .1) !important;
    border-color: transparent !important
}

.btn-danger-soft {
    color: #d6293e !important;
    background-color: rgba(214, 41, 62, .1) !important
}

.btn-danger-soft:active,
.btn-danger-soft:hover {
    color: #fff !important;
    background-color: #d6293e !important;
    border-color: #d6293e !important
}

.btn-danger-soft:focus {
    color: #d6293e !important;
    background-color: rgba(214, 41, 62, .1) !important;
    border-color: transparent
}

.btn-white-soft {
    color: #fff !important;
    background-color: rgba(255, 255, 255, .1) !important
}

.btn-white-soft:active,
.btn-white-soft:hover {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important
}

.btn-white-soft:focus {
    color: #fff !important;
    background-color: rgba(255, 255, 255, .1) !important;
    border-color: transparent !important
}

.btn-light-soft {
    color: #f7f8f9 !important;
    background-color: rgba(247, 248, 249, .1) !important
}

.btn-light-soft:active,
.btn-light-soft:hover {
    color: #000 !important;
    background-color: #f7f8f9 !important;
    border-color: #f7f8f9 !important
}

.btn-light-soft:focus {
    color: #f7f8f9 !important;
    background-color: rgba(247, 248, 249, .1) !important;
    border-color: transparent !important
}

.btn-dark-soft {
    color: #191a1f !important;
    background-color: rgba(25, 26, 31, .1) !important
}

.btn-dark-soft:active,
.btn-dark-soft:hover {
    color: #fff !important;
    background-color: #191a1f !important;
    border-color: #191a1f !important
}

.btn-dark-soft:focus {
    color: #191a1f !important;
    background-color: rgba(25, 26, 31, .1) !important;
    border-color: transparent !important
}

.form-outline .input-prefix {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .2s;
    transition: color .2s;
    color: rgba(0, 0, 0, 0.87);
    pointer-events: none;
    right: 16px;
    left: initial
}

/***/
.entry-tags a .tag-img {
    padding: 3px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 5px;
}

.entry-tags a {
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    transition: all .5s;
    border-radius: 20px;
}

.entry-tags {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.tag-img i {
    font-size: 16px;
    color: var(--is-element)
}

/* =================
   Ribbons
==================== */
.ribbon-box {
    position: relative;
    /* Ribbon two */
}

.ribbon-box .ribbon {
    position: relative;
    float: left;
    clear: both;
    padding: 5px 12px 5px 12px;
    margin-left: -30px;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    -o-box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.ribbon-box .ribbon:before {
    content: " ";
    border-style: solid;
    border-width: 10px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-bottom: -10px;
    z-index: -1;
}

.ribbon-box .ribbon+p {
    clear: both;
}

.ribbon-box .ribbon-primary {
    background: #00acc1;
}

.ribbon-box .ribbon-primary:before {
    border-color: #007f8e transparent transparent;
}

.ribbon-box .ribbon-success {
    background: #25b343;
}

.ribbon-box .ribbon-success:before {
    border-color: #1c8933 transparent transparent;
}

.ribbon-box .ribbon-info {
    background: #4b88e4;
}

.ribbon-box .ribbon-info:before {
    border-color: #216bdb transparent transparent;
}

.ribbon-box .ribbon-warning {
    background: #f7b84b;
}

.ribbon-box .ribbon-warning:before {
    border-color: #f5a51a transparent transparent;
}

.ribbon-box .ribbon-danger {
    background: #f1556c;
}

.ribbon-box .ribbon-danger:before {
    border-color: #ed2643 transparent transparent;
}

.ribbon-box .ribbon-dark {
    background: #323a46;
}

.ribbon-box .ribbon-dark:before {
    border-color: #1d2128 transparent transparent;
}
.ribbon-box .ribbon-one {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: left;
}
.ribbon-box .ribbon-one span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 18px;
    left: -2px;
    font-weight: 600;
}
.ribbon-box .ribbon-two {
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-box .ribbon-two span {
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 600;
}

.ribbon-box .ribbon-two span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two-primary span {
    background: #00acc1;
}

.ribbon-box .ribbon-two-primary span:before {
    border-left: 3px solid #006875;
    border-top: 3px solid #006875;
}

.ribbon-box .ribbon-two-primary span:after {
    border-right: 3px solid #006875;
    border-top: 3px solid #006875;
}

.ribbon-box .ribbon-two-success span {
    background: #25b343;
}

.ribbon-box .ribbon-two-success span:before {
    border-left: 3px solid #18742b;
    border-top: 3px solid #18742b;
}

.ribbon-box .ribbon-two-success span:after {
    border-right: 3px solid #18742b;
    border-top: 3px solid #18742b;
}

.ribbon-box .ribbon-two-info span {
    background: #4b88e4;
}

.ribbon-box .ribbon-two-info span:before {
    border-left: 3px solid #1e60c5;
    border-top: 3px solid #1e60c5;
}

.ribbon-box .ribbon-two-info span:after {
    border-right: 3px solid #1e60c5;
    border-top: 3px solid #1e60c5;
}

.ribbon-box .ribbon-two-warning span {
    background: #f7b84b;
}

.ribbon-box .ribbon-two-warning span:before {
    border-left: 3px solid #eb990a;
    border-top: 3px solid #eb990a;
}

.ribbon-box .ribbon-two-warning span:after {
    border-right: 3px solid #eb990a;
    border-top: 3px solid #eb990a;
}

.ribbon-box .ribbon-two-danger span {
    background: #f1556c;
}

.ribbon-box .ribbon-two-danger span:before {
    border-left: 3px solid #e71332;
    border-top: 3px solid #e71332;
}

.ribbon-box .ribbon-two-danger span:after {
    border-right: 3px solid #e71332;
    border-top: 3px solid #e71332;
}

.ribbon-box .ribbon-two-dark span {
    background: #323a46;
}

.ribbon-box .ribbon-two-dark span:before {
    border-left: 3px solid #121519;
    border-top: 3px solid #121519;
}

.ribbon-box .ribbon-two-dark span:after {
    border-right: 3px solid #121519;
    border-top: 3px solid #121519;
}

/***************************/
._404 ._404-icon,
.avatar-xll {
    width: 14rem;
    height: 14rem;
}

/**************/
.rank-header {
    position: relative;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.rank-header ul li {
    float: left;
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    bottom: -2px;
}

.rank-header ul li span {
    display: block;
    width: 100%;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    background: #f8f8f8;
    position: absolute;
    left: 0;
    bottom: 0
}

.rank-header ul li span i {
    margin-right: 10px
}

.rank-header ul li span:hover {
    color: var(--is-element)
}

.rank-header ul li:first-child span {
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0
}

.rank-header ul li:last-child span {
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0
}

.rank-header ul li.active span {
    background: #fff;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    color: var(--is-element)
}

@media (max-width: 767.98px) {
    .rank-header ul li span {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    .rank-header ul li.active span {
        font-size: 12px;
        height: 50px;
        line-height: 50px;
    }

}
.ri-popup-content .form-control{
    border-bottom: 1px solid #bdbdbd;
    border-radius:0!important;
}
/*************/
.new-cat a{
    font-size: 12px;
    color:#FFFFFF;
    height: 12px;
    line-height: 12px;
    padding: 3px;
    border-radius:3px;
}

.new-cat a:nth-child(1) {
  background-color: #757575;
  margin-right: 10px;
}

.new-cat a:nth-child(2){
  background-color: #f34250;
}
.new-card{
    padding: 15px 20px;
}
.new-card>h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
    padding:0 30px;
}
.new-card>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #a1a1a8;
    font-size: .775rem;
    padding: 0;
    margin-bottom:0;
}
.kdpro-post {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    white-space: nowrap;
    border-radius: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.kdpro-post-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: -4px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
.kdpro-post-title {
    display: inline-block;
    height: 18px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    border-radius: 16px;
}


.video-bg-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    width: 100%;
}
.widget-slider .slider img,
.widget-slider .slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/***/
.form-outline .form-control{
    border: var(--mdb-border-width) solid var(--mdb-border-color);
}
.ri-popup .form-outline .form-control~.form-label{
    transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}