
.swal2-popup .pay-button-box .pay-item i.cdkpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(/wp-content/themes/ripro-v2-child/assets/img/cdk_pay.png) center no-repeat;
}

.elevator_item {
    position: fixed;
    right: 0px;
    bottom: 195px;
    z-index: 999;
    top: 41%;
}

.feedback {
    display: block;
    padding: 5px 6px;
    cursor: pointer;
    position: relative;
    background-color: #131416;
    color: #fff;
}

.feedback:hover .lf-box {
    display: block;
}

.lf-box {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    width: 250px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

.sp-list li {
    margin-bottom: 10px;
}

.sp-list img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 10px auto;
}

.zix-wen {
    display: block;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.mobile-hide {
    /*display: block;*/
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none !important;
    }
}

/* 链接样式 */
.feedback.medium {
    width: 41px;
    height: 58px;
    padding: 5px 6px;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    background-color: #131416;
    color: #fff;
    font-size: 12px;
}

.feedback.medium:hover {
    /*background: #f5f5f5;*/
}

/* 清除浮动 */
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}


.rizhuti_v2_child_module_division .icon-sahpe{
    background: unset !important;
}

.icon-flex{
    display: flex !important;
    align-items: center;
    justify-content: center; /* 添加水平居中 */
    margin: 0 auto; /* 确保图标居中 */
}
.icon-sahpe img.custom-icon {
    border-radius: 50%;
    height: 80px;
    width: 80px;
} 
.icon-sahpe.rounded-circle img.custom-icon {
    border-radius: 50%;
}
.module.division .icon-sahpe {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
}

.permission_text{
    font-weight: 700;
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}



.pricing-options .free-exchange {
    color: #000;
    font-weight: bold;
}
@media (max-width: 768px) {
.get_user_page_url{
    /*line-height:50px;*/
}
.ripay-content .pricing-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ripay-content .pricing-options li {
    width: 190px;
}
.upgrade_tip{
    display: flex;
    align-items: center;
    justify-content: center;
    width:90px;
    /*font-size: 10px;*/
    font-weight: bold;
    max-width: 200px;
    width: 100px;
}
.no_access_text{
    max-width: 100px;
}
.ripay-content .click-pay-post,.get_user_page_url{
    font-weight: bold;
    /*font-size: 10px;*/
}
}
.js-show-btn{
  width: 100%;
  margin: 5px 0 !important;
  max-width: 200px!important;
}