@charset "UTF-8";

.captcha-tips{
	right: 0px;position: absolute;height: 100%;line-height: 40px;width: 150px;text-align: center;cursor: pointer;
	background: #ededed;
    border-radius: var(--ri-border-radius)!important;
    border: var(--ri-border-width) solid var(--ri-border-color);
    color: #7d818a;
}

#vip-cdk-action .captcha-tips{
	right: 12px;
}

#captcha-img{
	z-index: 10;
	width:150px;
}

.navbarItemHover{
	background: #e7e7e7;
	border-radius: 5px;
}

[data-bs-theme=dark] .navbarItemHover{
	background: #3e3e3e;
	border-radius: 5px;
}

.entry-price {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ffffffaa;
    padding: 3px 10px;
    border-radius: 0px 0px 0px 6px;
    box-shadow: -1px 1px 5px;
    -webkit-transition: all .3s ease-out;
}

[data-bs-theme=dark] .entry-price {
    background: #212529cc;
}

.entry-fav {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 5px;
    -webkit-transition: all .3s ease-out;
}

.entry-fav a {
    background: #ffffffaa;
    padding: 3px 3px;
    border-radius: 50px;
    box-shadow: -1px 1px 5px;
}

.entry-fav a.ok {
}


[data-bs-theme=dark] .entry-fav a {
    background: #212529cc;
}


.post-item.item-grid.grid-overlay:hover .entry-price {
    opacity: 0; 
    top: -50px;
}

.archive-widget .search-title{
    display: none;
}

.archive-widget div.search-warp{
    padding-top: 30px;
    padding-bottom: 30px;
}


.archive-widget .archive-desc{
    color: #d4d4d4;
}
[data-bs-theme=dark] .archive-widget .archive-desc{
    color: #a1a1a9;
}

.ri-down-warp .down-msg{
    z-index: 10;
}

header.site-header{
    #background: #191b1d;
    background: #000;
    #color: #a1a1a8;
    color: #fff;
}
header.site-header #header-navbar>li>a{
    #color: #a1a1a8;
    color: #fff;
}

header .actions span{
    #color: #a1a1a8;
    color: #fff;
}

footer.site-footer {
    #background: #191b1d;
    background: #000;
    #color: #a1a1a8;
    #color: #fff;
    color:#434343;
}
footer.site-footer a{
    #color: #a1a1a8;
    #color: #fff;
    color:#434343;
}
footer.site-footer div.small{
    #color: #a1a1a8;
    #color: #fff;
    color:#434343;
}
.container{
    #background: #fff !important;
}

.card{
    padding-top: 0.5rem !important;
}
.card .archive-hero.post-hero .post-title{
    color: #5a5d69;
    text-align: left;
    margin-bottom:0px !important;
}

.card .py-md-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
        
.card .archive-hero.post-hero .article-meta a, .card .archive-hero.post-hero .article-meta span{
    color: #5a5d69;
}
.card .article-meta{
    text-align: left;
}

.buy-id{
    margin-bottom: 0.5rem;
    padding: 0rem 0.3rem;
    text-align: left;
    cursor: pointer;
}













