body,
html{
    height: 100%;
}
body.__logged-in{
    font: 400 17px/1.6 "IRANSans" !important;
    background: #f5f5f5;
    background-position: center center;
    background-size: contain;
    background-attachment: fixed;
}
.main-form{
    max-width: 470px;
    width: 100%;
}
@media (max-width: 320px){
    body.__logged-in{
        margin: 0 auto;
    }
    .form-group{
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
}
.form-group{
    position: relative;
    min-height: 50px;
    background: #fff;
    margin-bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 22px rgba(17, 17, 17, 0.078);
    -moz-box-shadow: 0 2px 22px rgba(17, 17, 17, 0.078);
    box-shadow: 0 2px 22px rgba(17, 17, 17, 0.078);
    overflow: hidden;
}
.form-group.h565{
    height: 565px;
}
.form-group.h290{
    height: 290px;
}
.form-group > h1{
    color: #405060;
    text-align: center;
    font-size: 15px;
    padding: 20px 0;
    margin-bottom: 0;
}
.form-group > h1 > i{
    display: block;
    font-size: 30px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}
.form-group > h1 > i.login-icon{
    background: url(../../assets/images/login.png) no-repeat;
    background-size: cover;
}
.form-group > h1 > i.register-icon{
    background: url(../../assets/images/register.png) no-repeat;
    background-size: cover;
}
#formLogin,
#formRegister,
#formLostPassword{
    padding: 0 28px;
}
.form-input{
    position: relative;
    margin-bottom: 15px;
    transition: all .3s ease;
}
.form-input label{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #777777;
}
.form-input input{
    display: inline-block;
    font-family: IRANSans;
    font-size: 13px;
    font-weight: 300;
    color: #272424;
    background: #f5f5f5;
    border: none;
    height: 45px;
    width: 100%;
    line-height: 45px;
    padding: 0 5px;
    border-radius: 4px;
    text-indent: 10px;
}
.form-label label{
    position: relative;
    margin-right: 10px;
    font-size: 13px;
    color: #777;
    font-weight: 300;
    padding-right: 30px;
    cursor: pointer;
}
.form-label input{
    display: none;
    width: 0;
    height: 0;
    background: transparent;
    position: absolute;
}
.form-label .check {
    position: absolute;
    top: -2px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    transition: 120ms;
}
.form-label span::before{
    content: "";
    position: absolute;
    display: block;
}
.form-label input:checked ~ span{
    background: #2f9554;
    border-color: transparent;
}
.form-label input:checked ~ span::before{
    left: 7px;
    top: 3px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-label a{
    float: left;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 4px;
    color: #2c69d6;
    -webkit-transition: all .18s;
    -moz-transition: all .18s;
    -o-transition: all .18s;
    transition: all .18s;
}
.form-label a:hover{
    color: #002d7d;
}
.form-submit{
    width: 100%;
    text-align: center;
}
.register .form-submit,
.lostpass .form-submit{
    padding: 20px 0 30px 0;
}
.form-submit button{
    padding: 0 100px;
    width: 100%;
    height: 40px;
    background: #17B169;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    font-family: IRANSans;
    line-height: 40px;
    cursor: pointer;
    transition: all .2s;
}
.form-submit button:hover{
    background: #50C878;
}
.user-has-account{
    float: right;
    width: 100%;
    color: #777;
    padding: 0 0 30px 0;
    font-size: 13px;
    text-align: center;
}
.__logged-in .alert {
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 7px 10px;
    border: 0;
}
.alert i{
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}
.alert.alert-danger {
    color: #F44336;
    background-color: #FFEBEE;
    border-color: #e11b0c;
}
.alert.alert-success{
    color: #4CAF50;
    background-color: #E8F5E9;
}
.alert-message{
    font-size: 12px;
}
.no-header > header {
    display: none;
}
.status-box{
    display: none;
    padding: 0 27px;
}
.loading-box{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffbb;
    z-index: 99999999999;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #4d88f3;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.45s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.45s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.45s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.45s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.dashboard-body .panel-title{
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}
.dashboard-body .panel-title span{
    font-size: 16px;
    font-weight: 700;
}
.dashboard-body .panel-title span i{
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, #ff852b, #ffbb20);
    color: #ffffff;
    border-radius: 100%;
    margin-left: 4px;
}
.dashboard-body .panel-title .sub-name{
    font-size: 12px;
    color: #000;
    margin-top: 7px;
}
.dashboard-body .panel-details .pld-items {
    width: calc(33.3333% - 15px);
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    background: #ffffff;
    padding: 10px;
    border-radius: .375rem;
    cursor: default;
}
.pld-items .pld-name {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
}
.pld-text {
    padding: 5px 3px;
}
.pld-text span{
    background: rgba(0, 0, 0, 0.091);
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 4px;
    letter-spacing: 1px;
}
.pld-items .pld-name,
.pld-text span{
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.349);
}
.pld-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    background: #fff;
    font-size: 16px;
    border-radius: 100%;
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.212);
}
.pld-items#register_date{
    background: linear-gradient(87deg,#11cdef 0,#1171ef 100%)!important;
}
.pld-items#register_date .pld-icon-wrapper{
    color: #1193ef;
}
.pld-items#date_of_register{
    background: linear-gradient(87deg,#2dce89 0,#2dcecc 100%)!important;
}
.pld-items#date_of_register .pld-icon-wrapper{
    color: #2dce8b;
}
.pld-items#count_of_watchlist{
    background: linear-gradient(87deg,#fb6340 0,#fbb140 100%)!important;
}
.pld-items#count_of_watchlist .pld-icon-wrapper{
    color: #fb6340;
}
.pld-items#count_of_user_comments{
    background: linear-gradient(87deg,#f5365c 0,#f56036 100%)!important;
}
.pld-items#count_of_user_comments .pld-icon-wrapper{
    color: #f5365c;
}
@media (max-width: 575px){
    .dashboard-body .panel-details .pld-items{
        margin-left: 0 !important;
    }
    .dashboard-body .panel-details .pld-items:last-child{
        margin-bottom: 0 !important;
    }
}
.panel-user-info h3{
    font-size: 17px;
}
.panel-user-info .pld-row1 {
    width: 120px;
    font-size: 11px;
    font-weight: 500;
}
.panel-user-info .pld-row2 {
    width: calc(100% - 130px);
    font-size: 12px;
}
.panel-user-info .pld-row1,
.panel-user-info .pld-row2{
    min-height: 36px;
    background: #f9f9f9;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    margin: 5px 0;
    padding: 8px;
    word-break: break-word;
}
.dashboard-menu button {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c8c8c8;
    color: #2c2c2c;
    font-size: 13px;
    padding: 9px 0;
    margin: 0 auto 10px;
}
.dashboard-menu button i{
    margin-left: 4px;
}
.dashboard-menu ul li{
    position: relative;
    border-radius: 10px;
    margin-bottom: 3px;
    transition: .28s ease-in-out;
}
.dashboard-menu ul li.active{
    background:#f1f1f1 !important;
    font-weight: bold !important;
}
.dashboard-menu ul li.active a {
    font-weight: bold !important;
}
.dashboard-menu ul li:hover,
.dashboard-menu ul li:focus{
    background: rgb(60, 48, 251, .03);
}
.dashboard-menu ul li a {
    display: block;
    padding: 12px 20px;
    font-size: 13px;
    color: #9d9d9d;
    letter-spacing: -.4px;
}
.dashboard-menu ul li a i {
    width: 15px;
    height: 15px;
    text-align: center;
    margin-left: 10px;
    font-size: 15px;
    vertical-align: middle;
}
.dashboard-menu ul li:last-child {
    margin-bottom: 10px;
}
.rcp_error {
    font-size: 12px;
    color: #767676;
}
.user-has-pending,
.user-has-active-membership {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
}
.user-has-pending {
    background: #ffdedc;
    color: #e12012;
}
.user-has-active-membership {
    background: #edf8f1;
    color: #329656;
}
.modal-body {
    font-size: 13px;
}
.dashboard-menu ul li.active a,
.dashboard-menu ul li.active a i,
.dashboard-menu ul li:hover a,
.dashboard-menu ul li:focus a{
    color: #3c30fb;
}
.pld-comment {
    margin-top: 1rem;
}
.pld-comment li{
    float: right;
    width: 100%;
    padding: 10px 5px;
    background: #eee;
    border-radius: 4px;
    border-right: 2px solid #68f;
    margin-bottom: .25rem;
}
.pld-comment li a{
    margin-right: auto;
    float: left;
    font-size: 11px;
    background: #fff;
    color: #777;
    padding: 5px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 5px #cccccc73;
    margin-left: 5px;
}
.pld-comment li strong{
    margin-left: auto;
    float: right;
    font-size: 13px;
    font-weight: 500;
}
.pld-comment p{
    display: none;
    float: right;
    width: 100%;
    font-size: 12px;
    margin: 10px 0;
    padding: 10px;
}
.panel-comment {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.noC {
    text-align: center;
    font-size: 12px;
    color: #575757;
    background: #eee;
    padding: 13px;
    margin-top: 10px;
}
.show-co {
    margin-right: 10px;
    font-size: 11px;
    background: #68f;
    color: #fff;
    font-style: normal;
    padding: 2px 6px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
}
.dashboard-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border-radius: 10px;
}
[dark=true] .dashboard-avatar{
    background-color: #19191b;
}
[dark=true] .dashboard-avatar img{
    background: #333338;
    border-color: #545459;;
}
.dashboard-avatar .avatar-img {
    width: 80px;
    height: 80px;
    margin-top: 12px;
    position: relative;
}
.dashboard-avatar img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 3px solid #ffffff;
}
.dashboard-avatar.user-is-vip img{
    border-color: #ffea97;
}
.vip-label {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff220;
    color: #c09c11;
    line-height: 15px;
    font-size: 12px;
    padding: 2px 5px 0 5px;
    border-radius: 4px;
}
.dashboard-avatar h5{
    font-size: 13px;
    margin: 15px 0;
}
.dashboard-inner-body-title {
    padding: 10px 0;
    font-size: 14px;
    color: #787878;
    font-weight: 400;
}
.panel-wishlist {
    display: flex;
    flex-wrap: wrap;
}
.plw-item figure > a {
    position: relative;
    display: block;
}
.plw-item figure{
    position: relative;
    margin: 5px 10px 5px 10px;
}
.plw-item figure > a::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom,transparent 0%,transparent 0%,rgba(0,0,0,.7) 100%,rgba(0,0,0,.6) 100%);
    border-radius: 10px;
}
.plw-item img {
    width: 100%;
    height: 201px;
    max-height: 100%;
    border-radius: 10px;
}
.plw-item h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    font-weight: 200;
    text-align: center;
    direction: ltr;
    color: #fff;
    white-space: nowrap;
    padding: 0 20px;
    margin-bottom: 16px;
}
.plw-item .wishlist-button {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.plw-item .wishlist-button button{
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background: #ffffffde;
    border-radius: 100%;
    border: 0;
    color: #E91E63;
}
.form-groups {
    display: flex;
    flex-direction: column;
    margin: 0 15px 25px 15px;
}
.form-groups label{
   font-size: 12px;
    color: #777777;
}
.form-groups input,
.form-groups select,
.form-groups textarea{
    height: 40px;
    background: #f7f7f7;
    border-width: 0 2px 0 0;
    border-color: #68f;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 12px;
    color: #4c4c4c;
}
.form-groups select{
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-groups textarea{
    height: auto;
    resize: none;
}
.form-groups input:disabled {
    cursor: not-allowed;
    background: #eaeaea
}
.form-groups input[type=file] {
    line-height: 25px;
}
.form-groups button[type=submit] {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: 0;
    background: #2196F3;
    color: #fff;
    font-size: 13px;
    margin-top: 27px;
}
.ple-edit hr {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: .75rem 1rem 1.75rem 1rem;
}
.upload-btn-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.upload-btn-wrapper input[type=file]{
    display: none;
}
.upload-btn-wrapper span{
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.upload-btn-wrapper label{
    font-size: 12px;
    color: #777;
    border: 2px dashed #dcdcdc;
    border-radius: 4px;
    width: 100%;
    padding: 27px 0;
    margin-bottom: 11px;
}
.upload-btn-wrapper label .fm-input-label{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.upload-btn-wrapper button{
    width: 100%;
    border: 0;
    padding: 0 13px;
    background: #ff0c5a14;
    color: #ff0c5a;
    height: 38px;
    border-radius: 4px;
    font-size: 13px;
}
.dashboard-section-title {
    font-size: 13px;
    color: #777;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
    margin-bottom: 9px;
}
#avatar-alert{
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
}
.rc-anchor-center-item,
.rc-anchor-error-message{
    font-family: "IRANSans" !important;
}
.sgr-captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}
.modal-title{
    font-size: 13px;
}
#rcp_subscription_levels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#rcp_subscription_levels li {
    position: relative;
    width: 100%;
    max-width: 286px;
    margin-bottom: 15px;
    cursor: pointer;
}
#rcp_subscription_levels li input[type=radio],
#rcp_subscription_levels li .rcp_subscription_set,
.rcp_header{
    display: none;
}
#rcp_subscription_levels li input[type=radio]:checked~label{
    background: rgb(232,185,85);
    background: linear-gradient(28deg, rgba(232,185,85,1) 40%, rgba(255,211,120,1) 100%);
}
#rcp_subscription_levels li input[type=radio]:checked~label .rcp_subscription_level_name{
    background: #ffffff;
}
#rcp_subscription_levels li input[type=radio]:checked~label .rcp_price,
#rcp_subscription_levels li input[type=radio]:checked~label .rcp_level_duration {
    color: #444444;
}
#rcp_subscription_levels li label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f3;
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    transition: .25s ease-in-out all;
}
#rcp_subscription_levels li label .rcp_subscription_level_name {
    display: block;
    background: #e3e3e3;
    text-align: center;
    padding: 4px 10px;
    border-radius: 7px;
    font-size: 13px;
    margin-bottom: 0 !important;
}
.rcp_subscription_message {
    font-size: 13px;
    color: #424242;
    margin: 0 0 20px 0;
    text-align: center;
}
#rcp_subscription_levels li label .rcp_price {
    margin: 15px 3px;
    font-size: 16px;
    color: #848484;
}
#rcp_subscription_levels li label .rcp_level_duration {
    font-size: 12px;
    color: #848484;
    font-weight: 500;
}
#rcp_subscription_levels li label .rcp_level_description {
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #4f4f4f;
    text-align: center;
    line-height: 2;
    margin-bottom: 0 !important;
}
.rcp-table{
    width: 100%;
    margin-bottom: 0;
    color: #212529;
    font-size: 13px;
    border-radius: 2px;
    overflow: hidden;
    background: #eff1f4;
}
.rcp-table a {
    display: inline-block;
    background: white;
    color: #343434;
    margin: 3px 0;
    padding: 2px 7px;
    border-radius: 4px;
}
.rcp-table thead th {
    color: #575757;
    background-color: #e4e8ed;
    font-weight: 400;
}
.rcp-table td,
.rcp-table th{
    padding: .5rem;
}
.rcp-table td {
    border-top: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
}
th, thead {
    border-top: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
}
.rcp_gateway_fields legend {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}
#rcp_payment_gateways {
    margin-bottom: 0;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 10px;
}
#rcp_payment_gateways .rcp_gateway_option_label{
    display: inline-flex;
    align-items: center;
    color: #404040;
    font-size: 13px;
    padding: 2px 5px;
    margin-bottom: 0;
    margin-left: 10px;
    border-radius: 4px;
    border: 1px solid #c7c7c7;
    cursor: pointer;
}
#rcp_payment_gateways .rcp_gateway_option_label input{
    margin-left: 7px;
}
#rcp-account-overview{
    margin-bottom: 1rem;
}
#rcp_submit_wrap{
    margin-bottom: 0;
    text-align: left;
}
.rcp-button{
    background: #E91E63;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    width: 100%;
}
#rcp_discount_code_wrap {
    margin: 5px 0 20px 0;
    font-size: 12px;
    color: #fff;
    background: #797979;
    padding: 10px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rcp_discount_code_field_wrap {
    width: calc(100% - 55px);
    display: block;
    float: left;
    text-align: left;
}
#rcp_discount_code_wrap label {
    margin-bottom: 0;
    color: #eee;
}
#rcp_discount_code_wrap input{
    width: 78%;
    border: 1px solid #c7c7c7;
    padding: 5px;
    border-radius: 4px;
}
#rcp_discount_code_wrap button{
    border: 0;
    padding: 6px;
    border-radius: 4px;
    background: #FFECB3;
}
.rcp_agree_to_terms_fieldset p,
.rcp_agree_to_privacy_policy_fieldset p{
    display: flex;
    font-size: 13px;
    margin-bottom: 0;
}
.rcp_agree_to_terms_fieldset p input,
.rcp_agree_to_privacy_policy_fieldset p input{
    margin-left: 4px !important;
    margin-top: 3px !important;
}
.rcp_registration_total {
    margin-bottom: 1rem;
}
#rcp_subscription_levels li:before,
#rcp_subscription_levels li:after {
    content: "";
    background: #ffffff;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    transform: translateY(-50%);
    z-index: 5;
}
#rcp_subscription_levels label:before {
    content: "";
    background: transparent;
    width: 0;
    height: 100%;
    position: absolute;
    right: 25px;
    border-left: 4px dotted #fff;
    z-index: 5;
}
#rcp_subscription_levels li:after {
    top: 50%;
    left: -10px;
}
#rcp_subscription_levels li:before {
    right: -10px;
    top: 50%;
}
#renewal-membership {
    width: 100%;
    max-width: 300px;
    text-align: center;
}
.blockUI.blockOverlay {
	background-color: #ffffff !important;
    opacity: 0.94!important;
	box-shadow: 0 0 10px 1px rgb(255, 255, 255) !important;
}
.blockUI.blockMsg {
    font-size: 13px !important;
}
.dashboard-page-vip .user-vip-status .vip-status-text {
    font-size: 13px;
    color: #666;
}
.rcp_sub_details_change_membership,
.rcp_sub_details_update_card,
.rcp-table td[data-th="عملکرد"] > a[href*="?registration_type=downgrade"],
.rcp-table td[data-th="عملکرد"] > a[href*="?registration_type=new"] {
    display: none !important;
}
#user-no-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f1f1f1;
    color: #7e7e7e;
    font-size: 15px;
    padding: 20px 10px;
    border-radius: 6px;
}
.dashboard-page-vip .user-vip-status button {
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89;
    border: 0;
    padding: 6px 15px;
    font-size: 12px;
    border-radius: 4px;
}
.panel-vip-plan .blockOverlay{
    background: #ffffff !important;
}
.panel-vip-plan .blockMsg{
    font-size: 13px;
    font-weight: 300;
}
.panel-dashboard {
    display: flex;
    align-items: center;
    font-size: 13px;
    background: #FFFFFF;
    min-height: 80px;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 6px 26px -12px rgba(0, 0, 0, 0.11);
}
.panel-dashboard:not(:last-child) {
    margin-left: 30px;
}
.panel-dashboard-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    border-radius: 100%;
    font-size: 18px;
}
.dashboard-register-date .panel-dashboard-icon {
    color: #edf6ff;
    background: #5098ef;
}
.dashboard-vip-status .panel-dashboard-icon {
    color: #fef2ef;
    background: #fe8a58;
}
.dashboard-wishlist .panel-dashboard-icon {
    color: #f2ebfb;
    background: #713bdb;
}
.dashboard-comments-count .panel-dashboard-icon {
    color: #edfff5;
    background: #3ecc97;
}
.panel-dashboard-section-title {
    color: #8e8e8e;
    font-size: 11px;
}
.panel-dashboard-inner {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.panel-list-item {
    display: flex;
    margin-bottom: 30px;
}
.panel-dashboard-section-text {
    font-weight: 500;
    margin-top: 6px;
}
.dashboard-page-title {
    margin-bottom: 20px;
}
.dashboard-page-title h2{
    font-size: 18px;
    margin-bottom: 0;
}
.dashboard-page-title h4{
    font-size: 12px;
    margin-top: 13px;
    color: #555;
}
.user-comment .user-comment-header{
    font-size: 13px;
}
.user-comment a{
    font-size: 13px;
    font-weight: 500;
    color: #da2618;
}
.user-comment span{
    font-size: 12px;
    margin-right: 10px;
    background: #f1f1f1;
    color: #333;
    padding: 4px 6px;
    border-radius: 7px;
}
.user-comment p{
    margin-top: 11px;
    font-size: 13px
}
[dark=true] .dashboard-menu ul li.active a, 
[dark=true] .dashboard-menu ul li.active a i, 
[dark=true] .dashboard-menu ul li:hover a, 
[dark=true] .dashboard-menu ul li:focus a {
    color: #F7C040;
}
[dark=true] .dashboard-menu ul li a,
[dark=true] .rcp_subscription_message,
[dark=true] .modal-header .close,
[dark=true] #editProfile label {
    color: #eee;
}
[dark=true] .panel-dashboard{
    background: #333338;
}
[dark=true] .dashboard-section-title{
    color: #ebebeb;
    border-bottom-color:#464646;
}
[dark=true] .upload-btn-wrapper label{
    color: #b1b1b1;
    border-color: #575757;
}
[dark=true] .upload-btn-wrapper button{
    background: rgba(255, 255, 255, 0.169);
    color: #ffffff;
}
[dark=true] .rcp-table{
    color: #efefef;
    background: #424242;
}
[dark=true] #rcp_subscription_levels li label .rcp_subscription_level_name{
    color: #333333;
}
[dark=true] .user-comment a{
    color: #ffc83d;
}
[dark=true] .user-comment span{
    background: #19191b;
    color: #afafaf;
}
[dark=true] .rcp-table td{
    border-top-color: rgb(51, 51, 56);
    border-left-color: rgb(51, 51, 56);
}
[dark=true] .rcp-table thead th{
    color: #bcbcbc;
    background-color: #19191b;
}
[dark=true] .modal-content,
[dark=true] #rcp_subscription_levels li:before,
[dark=true] #rcp_subscription_levels li:after{
    background-color: #303030;
}
[dark=true] .modal-header{
    border-bottom-color: #464646;
}
[dark=true] th, [dark=true] thead {
    border-top: 1px solid rgb(51 51 56);
    border-left: 1px solid rgb(51 51 56);
}
[dark=true] #editProfile input, 
[dark=true] #editProfile select{
    color: #fff;
    background: #232323;
    border-color: transparent;
}
[dark=true] .dashboard-menu ul li.active,
[dark=true] .panel-user-info .pld-row1,
[dark=true] .panel-user-info .pld-row2{
    background: #19191b !important;
}
[dark=true] .dashboard-menu ul li:hover, 
[dark=true] .dashboard-menu ul li:focus{
    background: transparent !important;
}
#editProfile label {
    font-size: 13px;
    color: #777;
}
#editProfile input,
#editProfile select {
    width: 100%;
    max-height: 37px;
    padding: 9px;
    font-size: 13px;
    border-radius: 4px;
    color: #444;
}
#editProfile select option {
    background: #fff;
}
.custom-select {
    background-position: 4px;
}
#editProfile h5 {
    font-size: 16px;
    color: #666;
}
#editProfile small {
    font-size: 12px
}
#editProfile button {
    font-size: 12px;
}
#editProfile #alert p{
    font-size: 13px;
}
@media (max-width: 992px) {
    .dashboard-menu ul li a{
        padding: 9px 10px;
    }
}
@media (max-width: 768px) {
    .panel-list-item {
        flex-direction: column;
    }
    .panel-dashboard:not(:last-child){
        margin-left: 0;
        margin-bottom: 15px;
    }
    .panel-user-info {
        margin-bottom: 15px;
    }
}
@media (max-width: 375px) {
    .user-vip-status {
        flex-direction: column;
    }
    .dashboard-page-vip .user-vip-status button {
        width: 100%;
        margin-top: 10px;
    }
}











.dashboard-table {
    border: 1px solid #e9ecf3;
    padding: 0 14px;
    border-radius: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-spacing: 0 !important;
    border-collapse: inherit !important
}
.dashboard-table thead, .dashboard-table th{
    border-top: none !important;
    border-left: none !important;
}
.dashboard-table td{
    border-top: none !important;
}
.dashboard-table thead th {
    border-bottom: 1px solid #e9ecf3 !important;
}
.dashboard-table th,
.dashboard-table td{
    color: #606778;
    font-size: 13px;
}
.dashboard-table thead th.th-large {
    min-width: 350px;
}
.dashboard-table tr td a{
    color: #606778;
}
.dashboard-table tbody tr:nth-of-type(even){
    background: #f7f9fb;
}
[dark="true"] .dashboard-table tbody tr:nth-of-type(even){
    background: #1b1c22;
}











.btn-add-new{
    margin-bottom: 1rem;
    margin-right: auto;
    float: left;
    color: #fff;
    background-color: #06C755;
    border-color: #06C755;
    border: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    outline: 0;
}


.btn-add-new:hover{
    color: #606778;
    background: #e4ebf5;
}






