ul li{
    list-style: none;
}
.nav-top ul{
    margin: 0;
    padding: 0;
}
 *{
    margin: 0;
    padding: 0;
}
.footer-box{
    color: #333;
}
.badge{
    color: #fff;
}
.mian-vip ul li{
    text-align: left;
}
.vip-dashboard-title{
    text-align: left;
}
body{
    font-family: Arial;
}
.vip-img-left{
    width: 70px;
}
.mian-vip{
    width: 100%;
    min-height: calc(100vh - 132px);
    margin-top: 60px;
}
.vip-left{
    background:#FAFAFA ;
    min-height: calc(100vh - 132px);
    float: left;
    max-width: 300px;
}
.nav-top{
    padding: 35px 0 15px 0;
}
.nav-top ul li{
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
}
.vip-renew{
    color: #47ACF0;
}
#vtab .active{
    background-color: #47ACF0;
    color: #fff;
}
#vtab .active a{
    color: #fff;
}
.actives{ 
    background-color:transparent !important;
}
.actives a{
    color:black !important;
}
.actives svg path{
    fill:black !important;
}

.nav>li>a:hover, .nav>li>a:focus{
    text-decoration: none;
    background-color: #47ACF0;
    color: #fff;
}
.nav>li>a{
    color: #333;
}
.nav>li>a svg{
    vertical-align: sub;
    margin-right: 15px;
}
#vtab  .active  svg path{
    fill: #fff;
}
.vip-footer{
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vip-footer ul{
    display: flex;
    justify-content: space-around;
    align-items: center; 
}
.vip-dashboard-title{
    font-size: 20px;
    color: #333333;
}
.vip-data{
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    flex-wrap: wrap;
}
.vip-pay-content .vip-data{
    justify-content: center;
}
.vip-data .vip-data-box{
    margin-right: 50px;
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    min-width: 270px;
    text-indent: 20px;
    position: relative;
    margin-top: 10px;
}
.vip-data .vip-data-box div:nth-child(1){
    border-bottom: 1px solid #DEDEDE;
    text-align: left;
}
.vip-data .vip-data-box div:nth-child(1) span{
    font-size: 18px;
    vertical-align: super;
    margin-left: 10px;
}
.vip-data .vip-data-box div:nth-child(3){
    display: flex;
    text-indent: 50px;
}
.vip-data .vip-data-box div:nth-child(3) span:nth-child(1){
    font-weight: 400;
    color: #999999;
    font-size: 18px;
}
.vip-data .vip-data-box div:nth-child(3) span:nth-child(2){
    width: 96px;
    height: 29px;
    background: #3498DB;
    border-radius: 14px;
    text-align: center;
    text-indent: 0;
    line-height: 29px;
    color: #fff;
    margin-left: 30px;
    cursor: pointer;
}
.vip-data .vip-data-box:first-child{
    margin-left: 0;
}
.vip-data .vip-data-box .price-vip{
    font-size: 32px;
    text-indent: 50px;
    padding: 20px 0;
    font-weight: 700;
    text-align: left;
}
.vip-right{
    background: #fff;
    min-height: calc(100vh - 132px);
    float: left;
    max-width: calc(100% - 302px);
}
#tab1{
    background:#FAFAFA ;
}
.vip-dashboard-title{
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
}
.vip-data .vip-data-box .vip-prc{
    position:absolute ;
    width: 92px;
    height: 29px;
    background: #27AE60;
    border-top-right-radius: 8px;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 29px;
}
.vip-recent-documents{
    padding: 15px 40px 15px 40px;
    background-color: #fff;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.vip-recent-documents .vip-documents-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.vip-recent-documents .vip-documents-text{
    font-size: 15px;
    font-weight: 400;
    color: #47ACEF;
    margin-left: 10px;
}
.vip-recent-documents .vip-recent-right span{
    display: inline-block;
    width: 129px;
    height: 39px;
    background: #F4F4F4;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    
}
.vip-recent-documents .vip-recent-right span svg{
    vertical-align: sub;
}
.vip-dashboard-content{
    background-color: #fff;
}
.vip-dashboard-content ul{
    display: flex;
    padding: 20px;
    margin: 0;
}
.vip-dashboard-content ul {
    border-bottom: 1px solid #E8E8E8;
}
.vip-dashboard-content ul li:nth-child(1){
    width: 40%;
}
.vip-dashboard-content ul li:nth-child(2){
    width: 20%;
}
.vip-dashboard-content ul li:nth-child(3){
    width: 20%;
}
.vip-dashboard-content ul li:nth-child(4){
    width: 10%;
}
.vip-dashboard-content ul li:nth-child(3) span{
    padding: 10px;
}

/* .vip-dashboard-content ul li span.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
} */

.vip-dashboard-content ul li .vip-checkout{
    margin-right: 30px;
    width: 19px;
    height: 19px;
    vertical-align: sub;
    cursor: pointer;
}
.vip-dashboard-content ul li svg{
    vertical-align: middle;
    margin-right: 15px;
}
.vip-dashboard-content ul:hover{
    background-color: #F4F4F4;
}

#tab3{
    height: 100%;
}
.vip-Sign{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.vip-Sign div{
    text-align: center;
}
.vip-Sign-text{
    padding: 8px;
    
}
.vip-Sign-btn{
    width: 266px;
    height: 44px;
    background: #47ACEF;
    border-radius: 5px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    margin-top: 18px;
    cursor: pointer;
}
.vip-Sign-btn svg{
    vertical-align: middle;

}
.vip-ipts{
    width: 375px;
    padding: 20px;
}
.vip-pri-btn button{
    width: 100%;
}
.vip-ipts-pwd .form-group{
    position: relative;
}
.vip-ipts-pwd .form-group input{
    text-indent: 20px;
}
.vip-ipts-pwd .form-group svg{
    position: absolute;
    left: 11px;
    top: 9px;
}
.vip-ipts-pwd .form-group svg path{
    fill: #999999;
}
.vip-drop-down{
    width: 375px;
    padding: 20px;
}
.vip-drop-down .btn-default{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff !important;
    border: 1px solid #D5D5D5;
}
.vip-data div svg{
    vertical-align: text-bottom;
}
.vip-drop-down .dropdown-menu{
    width: 90%;
    top: 75%;
    left: 5%;
}
.vip-pref-title{
    border-bottom: 1px solid  #E8E8E8;
    padding: 25px 0px;
}
.vip-switch{
    width: 36px;
    height: 19px;
    background: #47ACEF;
    border-radius: 10px;
    cursor: pointer;
}
.vip-switch span{
    width: 19px;
    height: 19px;
    background: #FFFFFF;
    border-radius: 50%;
    transform: translate(17px, 0px);
    display: inline-block;
}
.vip-active span{
    transform: translate(0px, 0px);
}
.vip-switch-box{
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vip-switch-text{
    margin-left: 15px;
    font-size: 15px;
}
.vip-prefer-end{
    padding: 0 20px;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
}
.vip-Invoices{
    padding: 20px;
}
.vip-Invoices ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 1px solid #E8E8E8;
}
.vip-Invoices ul.invoice-list li{
   width: 16.6%;
}
.vip-invoices{
    border-bottom: 1px solid #E8E8E8;
}
.vip-invoice-btn{
    width: 64px;
    height: 24px;
    background: #4DAC1E;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.pricing-box{
    width: 80%;
    margin: 90px auto;
}
.pricing-box-text,.pricing-box-title{
    text-align: center;
}
.pricing-box-title{
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.pricing-box-text{
    padding: 3px 0;
    font-size: 13px;
}
.pricing-content ul{
    display: flex;
    justify-content: space-between;
}
.pricying-pay li:nth-child(1){
    width: 20%;
}
.pricying-pay li:nth-child(2){
    width: 20%;
}
.pricying-pay li:nth-child(2) button{
    border-color: #69A095;
    color: #6A9F96;
}
.pricying-pay li:nth-child(3) button{
    border: none;
    width: 40%;
}
.pricying-pay li:nth-child(3){
    width: 60%;
}
.pricing-content ul li{
    width: 20%;
    padding: 10px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.pricing-content ul li:last-child{
    border-right: 1px solid #e8e8e8;
}
.pricing-top li{
    border-top: 5px solid #46ABEF;
}
.pricing-content{
    width: 70%;
    margin: 20px auto;
}
.pricing-top li:nth-child(2){
    border-top-color: #69A095;
}
.pricing-top li:nth-child(3){
    border-top-color: #E74B3C;
}
.pricing-top-text{
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.pricing-top-price:nth-child(1){
    color: #6EA296;
    font-size: 20px;
}
.pricing-top-price:nth-child(2){
    color: #E64C3D;
    font-size: 20px;
}
.pricing-bottom li:nth-child(1){
    padding: 20px 10px;
}
.pricing-bottom .pricing-btn button{
    width: 80%;
    padding: 10px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #333;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}
.pricing-top li:nth-child(4){
    border-top-color: #FF895B;
}
.pricing-top li:nth-child(5){
    border-top-color: #D9B86A;
}
.pricing-bottom .pricing-btn-two button{
    width: 80%;
    padding: 10px;
    margin: 0 auto;
    color: #fff;
    background-color: #E84C3D;
    border: 1px solid #333;
    outline: none;
    cursor: pointer;
}
#premium .vip-data{
    display: unset;
}
#premium .vip-pay-content .vip-data .vip-data-box{
    max-width: 320px;
    margin:  0 auto;
}
#premium #paypal-button-container{
    max-width: 320px;
    margin:  20px auto;
}
.vip-pay-content{
    background-color: #ECECEC;
    padding-top: 60px;
    height: calc(100vh - 139px);
    float: left;
}
.vip-pay-content .pay-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 15px 0;
}
.vip-pay-content .vip-data .vip-data-box div:nth-child(3){
    text-align: center;
    display: block;
}
.vip-pay-content .vip-data .vip-data-box div:nth-child(3) span{
    display: block;
    text-indent: 0;
}

.vip-pay-content .vip-data .vip-data-box div:nth-child(3) span:nth-child(2){
    margin: 0 auto;
    margin-top: 20px;
    width: 186px;
    height: 44px;
    font-size: 19px;
    line-height: 44px;
    border-radius: 22px;
}
.vip-pay-content  .vip-data .vip-data-box .price-vip{
    font-size: 48px;
    text-indent: 0;
    text-align: center;
    padding: 15px 0;
}

.vip-pay-content  .vip-data .vip-data-box{
    min-width: 280px;
}
.pay-active{
    border: 2px solid #27AE60 !important;
}
.pay-img,.paypay-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.paypalicon{
    margin-top: 30px;

}
.paypalicon img{
    background-color: #fff;
    padding: 5px 50px;
}
.paypalOr{
    text-align: center;
    padding: 10px;
    color: #999999;
}
.paypalOr span{
    display: inline-block;
    height: 1px ;
    width: 30px;
    background:#999999;
    vertical-align: middle;
}
.paypal-img{
    text-align: center;
}
.paypay-btn button{
    width: 250px;
    height: 52px;
    background: #47ACEF;
    border-radius: 3px 3px 3px 3px;
    line-height: 52px;
    margin-top: 15px;
    color:#fff;
    font-size:19px;
    border: none;
    outline: none;
}
.paypal-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.paypal-right .pricing-content{
    width: 70%;
    margin-top: 50px;
}
.paypal-right .pricing-content ul li{
    width: 50%;
}
.pricing-content ul{
    margin-bottom: 0;
}
.vip-img-box{
    width: 120px;
    height: 75px;
    margin: 0 auto;
    position: relative;
}
.vip-img{
    position: absolute;
    right: 0;
    top: -21%;
}
.paypal-pop,.paypal-pop-dele{
    height: 100%;
    width: 100%;
    background-color:rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.paypal-pop-content{
    width: 481px;
    height: 310px;
    background: #fff;
    padding: 20px;
    position: relative;
}
.paypal-pop-dele-content{
    width: 481px;
    height: 207px;
    background: #fff;
    padding: 20px;
    position: relative;
}

.paypal-pop-text{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.paypal-pop-imgs{
    display: flex;
    justify-content: center;
   margin-top: 20px;
}
.paypal-pop-imgs img{
    padding: 5px 35px;
    background-color: #CEDAEE;
}
.close-pop,.close-pop-dele{
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 3px;
}
.tools-box{
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 15px 0;
}

.tools-box-div{
    min-width: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    cursor: pointer;
    margin-right: 30px;
    margin-top: 10px;
}
.tools-box-div .tools-box-left svg{
    vertical-align: middle;
    margin-right: 10px;
} 
.tab-box{
    padding: 10px 0;
}
.paypal-pop-dele-text{
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}
.paypal-pop-dele-text{
    margin-top: 30px;
}
.paypal-pop-dele-btn{
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.paypal-pop-dele-btn div button{
    width: 83px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 3px;
    line-height: 43px;
    text-align: center;
    outline: none;
}
.vip-dashboard-title .vip-documents-text{
    font-size: 15px;
    font-weight: 400;
    color: #47ACEF;
    margin-left: 10px;
    cursor: pointer;
}
.vip-footer ul li{
    margin: 0 15px;
}
.show-tap {
    padding: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
    margin-top: -4px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
.show-tap.vip-actives span:nth-of-type(1){
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}
.show-tap.vip-actives span:nth-of-type(2){
    opacity: 0;
}
.show-tap.vip-actives span:nth-of-type(3){
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}
.show-tap .tap-toggler span{
    position: relative;
    background-color: #000;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}
.tap-img-model{
    width: 50px;
 
}
.tap-model{
    position: relative;
}
.vip-img-moel{
    position: absolute;
    right: 0;
    top: -21%;
    width: 30px;
}
.tap-model{
    width: 60px;
}
.show-tap-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vertical-tab{
    display: block;
}
.vertical-tab li a{
    position: relative;
    display: block;
    padding: 10px 15px;
}
.pricing-content ul{
    background-color:#fff;
}
.vip-subscription{
    width: 150px;
    margin: 10px auto;
    position: relative;
    background: #ECC682;
    color: #fff;
    border-radius: 14px;
    padding: 4px 0;
    text-indent: 10px;
}
.subscription-img{
    width: 35px;
    height: 35px;
    position: absolute;
    left: -2px;
    top: -4px;
}
.Unsubscribe{
    width: 150px;
    padding: 4px 0;
    border-radius: 14px;
    border: 1px solid #47ACEF;
    background-color: #fff;
    color: #47ACEF;
    outline: none !important;
}
.vip-dashboard-content ul li img{
    vertical-align: middle;
}
.center_box .pagination li{
    width: auto !important;
}
@media screen and (max-width: 1740px) {
    .vip-pay-content .vip-data{
        justify-content: unset;
    }
    .paypal-right .pricing-content{
        width: 90%;
    }
}
@media screen and (max-width: 1600px) {
    .pricing-content{
        width: 100%;
    }
}
@media screen and (max-width: 1380px) {
    .paypal-right .pricing-content{
        width: 90%;
    }
}
@media screen and (max-width: 1240px) {
    .paypal-right .pricing-content{
        width: 100%;
    }
   
}
@media screen and (max-width: 1024px) {
    .vip-data .vip-data-box {
        margin-top: 15px;
    }
    .pricing-content{
        width: 100%;
    }
    .pricing-box{
        width: 90%;
    }
    .pricying-pay li:nth-child(2) button{
        font-size: 12px;
    }
    .vip-dashboard-content ul li:nth-child(1){
        width: 40%;
    }
    .vip-dashboard-content ul li:nth-child(2){
        width: 20%;
    }
  
}
@media screen and (max-width: 997px) {
    .mian-vip{
        height: auto;
    }
    .vip-left{
        min-height: auto;
        max-width: 100%;
    }
    .vip-pay-content{
        height: auto;
        padding: 20px 0;
    }
    .vip-right{
        height: auto;
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
 
}
@media screen and (max-width: 870px) {
    .pricing-top-price:nth-child(2){
        font-size: 14px;

    }
    .pricing-content ul li{
        text-indent: 0;
        padding: 5px 0;
    }
}
@media screen and (max-width: 500px) {
    .share-gif{
        position: unset !important;
    }
    .link-ipt input {
        width: 100% !important;
    }
    .share-btns {
        left: 155px !important;
        top: 0 !important;
        margin-top: -10px;
    }
    .share-buttons {
        left: 20px !important;
        top: -100% !important;
        width: 320px;
        background-color: rgba(0,0,0,.5);
        border-radius: 20px;
        width: 220px !important;
    }
    .link-ipt .link-btn {
        width: 150px;
        margin-top: 20px;
    }
    .link-ipt {
        display: unset !important;
    }
    .statis-content:nth-child(2){
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .share-isSuccess{
        width: 100% !important;
        left: 0 !important;
    }
    .promotion-link{
        width: 100% !important;
    }
    .share-statistics{
        padding: 0 !important;
    }
    .share-statistics-box{
        padding: 10px;
        justify-content: center;
    }
    .vip-recent-documents{
        padding: 15px 20px;
    }
    .page-item{
        display: block !important;
    }
    .vip-recent-documents .vip-documents-title{
        font-size: 16px;
    }
    .pricing-top-price .division{
        display: none;
    }
    .pricing-top-price .data-show{
        display: block;
    }
    .pricying-pay li:nth-child(2) button{
        word-break:break-all;
        width: 98%;
        padding: 2px;
    }
    .pricying-pay li:nth-child(3) button{
        width: 60%;
    }
    .pricing-bottom .pricing-btn button{
        font-size: 12px;
    }
    .vip-dashboard-content ul li:last-child{
        display: flex;
    }
    .show-tap{
        padding: 10px 0;
    }
    .vip-recent-right{
        margin-top: 30px;
    }
    .vip-dashboard-content ul li{
        display: none;
    }
    .vip-dashboard-content ul li:nth-child(1){
        display: block;
        width: 100%;
    }
    .vip-footer{
        display: unset;
        text-align: center;
    }
    .vip-footer div{
        padding: 15px ;
    }
    .show-tap{
        display: block;
    }
    .vertical-tab{
        display: none;
    }
    .vip-dashboard-title{
        width: 100%;
    }
    .nav-top .mobile-hide{
        display: none;
    }
    .vip-dashboard-title{
        padding: 10px !important;
    }
    .vip-Invoices ul li:nth-child(2),.vip-Invoices ul li:nth-child(5),.vip-Invoices ul li:nth-child(4){
        display: none;
    }
    .vip-Invoices ul.invoice-list li{
        width: auto;
    }
    .paypal-pop-content,.paypal-pop-dele-content{
        width: 95%;
    }
    .paypal-right .pricing-content{
        width: 100%;
    }
    .pricing-content{
        width: 96%;
    }
    .pricing-box{
        width: 100%;
    }
    .pricing-top-text{
        font-size: 14px;
    }
    .pricing-bottom li:nth-child(1){
        padding: 20px 0;
        font-size: 13px;
    }
    .pricing-bottom li a{
        font-size: 12px;
    }
    .pricing-bottom .pricing-btn-two button{
        width: 86%;
        font-size: 13px;
    }
    .vip-data{
        padding: 10px;
        justify-content: center;
    }
    
}
@media screen and (max-width: 320px) {
    .pricing-top-price:nth-child(2){
        font-size: 12px;
    }
    .pricing-bottom li:nth-child(1){
        font-size: 12px;
    }
    .pricing-content ul li{
        padding: 10px 0;
    }
}

.paypal-brn a {
    color: #ffffff;
}

.paypal-brn a:hover {
    text-decoration: none;
}
.share-title{
    padding: 15px 0px;
    border-bottom: 1px solid #E9E9E9;
}
.share-statis-left{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.share-statistics-box{
    display: flex;
    flex-wrap: wrap;
}
.statis-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    min-width:300px;
    margin-top: 10px;
}
/* .statis-content:nth-child(2){
    margin-left: 50px;
    margin-right: 50px;
} */
.successNumber .share-statis-left{
    background-color: #51A7FF;
}
.numberReg .share-statis-left{
    background-color: #E74C3C;
}
.freeTrial .share-statis-left{
    background-color: #27AE60;
}
 .successNumber .share-statis-left svg,.numberReg .share-statis-left svg,.freeTrial .share-statis-left svg{
    background: #fff;
    border-radius: 50%;
    padding: 8px;
}
.share-statis-right{
    border: 1px solid #E9E9E9;
    width: calc(100% - 80px );
    height: 60px;
    padding: 12px 0;
    text-align: left;
}
.share-statis-right div{
    padding: 0px 20px;
}
.share-statis-right div:nth-child(1){
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}
.share-statistics{
    padding: 30px 20px;
    border-bottom: 1px solid #E9E9E9;
}
.link-title{
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}
.promotion-link{
    margin-top: 30px;
    padding: 0 20px;
    max-width: 540px;
    width: 48%;
    min-width: 300px;
}
.link-ipt{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    position: relative;
}
.link-ipt input{
    width: calc(100% - 130px);
    height: 35px;
    outline: none;
    border: 1px solid #cea6a6;
    text-indent: 15px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
}
.link-ipt .link-btn{
    min-width: 55px;
    height: 35px;
    font-size: 13px;
    color: #fff;
    background-color: #47ACEF;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}
.share-buttons {
    display: -ms-flexbox;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    padding: 20px 10px;
    position: absolute;
    left: 97%;
    width: 220px;
    cursor: pointer;
}
.facebook {
    background-color: #3b5998;
}
.share-buttons-item {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 4px;
    border-radius: 10px;
    flex-wrap: wrap;
    width: 100%;
}
.twitter {
    background-color: #55acee;
}
.google {
    background-color: #dd4b39;
}
.linkedin {
    background-color: #0977b5;
}
.share-buttons-item svg {
    width: 18px;
    height: 18px;
    margin: 3px 5px;
}
.share-buttons-item div {
    text-align: center;
    font-size: 13px;
}
.share-buttons li a:hover{
    color: rgb(201, 192, 192);
    text-decoration: none;
}
.share-buttons li{
    padding-right: 5px;
    padding-left: 5px;
    width: 100px;
}
.share-isSuccess{
    width: 400px;
    position: fixed;
    background: #fff;
    left: calc(50% - 150px);
    top: calc(50% - 200px);
    border-radius: 5px;
    box-shadow: 5px 2px 6px #000;
    display: none;
}
.share-isSuccess-content{
    padding: 40px 35px 60px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.share-isSuccess-content div{
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    background: #47ACF0;
    cursor: pointer;
}
.share-isSuccess-title{
    padding: 20px 10px;
    text-align: center;
    font-weight: 700;
}
.share-xm-left{
    display: none;
}
.link-ipt-active .share-buttons li{
    display: block;
}
.link-ipt-active .share-buttons{
    display: flex;
}
.share-buttons li {
    padding-right: 5px;
    padding-left: 5px;
    display: none;
}
.link-ipt-active .share-btns{
    display: none;
}
.share-btns{
    position: absolute;
    left: 99%;
    cursor: pointer;
}
.rtl .vip-right .share-btns{
    right: 99%;
}
.rtl .vip-right .share-buttons{
    right: 97%;
}
.link-ipt-active .share-gif{
    left: 140%;
}
.share-gif{
    position: absolute;
    right: 0;
    left: 110%;
}