body,
html{
    height: 100%;
}
body.__logged-in{
    font: 400 17px/1.6 "IRANSans" !important;
    background: #f5f5f5;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.main-form{
    max-width: 360px;
    width: 100%;
}
.main-form .form-group a{
    color: #007bff;
    font-weight: 700;
}
@media (max-width: 320px){
    body.__logged-in{
        margin: 0 auto;
    }
}
.form-group{
    position: relative;
    min-height: 50px;
    background: #fff;
    margin-bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    overflow: hidden;
}
.form-group.h565{
    height: 565px;
}
.form-group.h290{
    height: 290px;
}
.form-group > h1{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    margin: 5px 0 10px 0;
}
.form-group > h1 > i{
    display: block;
    font-size: 30px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.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;
}
.form-group > h1 > i.reset-icon{
    background: url(../../assets/images/rest-pass.png) no-repeat;
    background-size: cover;
}
.form-input{
    position: relative;
    margin-bottom: 10px;
    transition: all .19s ease;
}
.form-input-multi{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-input-multi .form-input{
    width: calc(50% - 5px);
}
.form-input label{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #777777;
}
.form-input input{
    display: inline-block;
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 400;
    color: #272424;
    border: none;
    height: 45px;
    width: 100%;
    line-height: 45px;
    padding: 0 5px;
    border-radius: 4px;
    text-indent: 10px;
    outline: none !important;
    transition: all .35s;
    border: 1px solid #ced4da;
}
.form-input input:focus{
    border-color: #9588ff;
}
.form-label label{
    position: relative;
    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-label.label__remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.form-submit{
    width: 100%;
    text-align: center;
}
.register .form-submit,
.lostpass .form-submit{
    padding: 20px 0 30px 0;
}
.form-submit button{
    width: 100%;
    height: 42px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 300;
    font-family: IRANSans;
    line-height: 40px;
    outline: none;
    cursor: pointer;
    transition: all .2s;
}
.form-submit button:hover{
    background-size: 250%;
    box-shadow: none;
}
.user-has-account{
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: right;
    width: 100%;
    color: #777;
    font-size: 13px;
    text-align: center;
}
.user-has-account a {
    background: #efefef;
    color: #5f5f5f !important;
    font-weight: 400 !important;
    padding: 6px 13px;
    border-radius: 4px;
}
.__logged-in .alert {
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 7px 10px;
    border: 0;
    transition: all .18s ease-in-out;
}
.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;
}
.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;
    margin-bottom: 3px;
    transition: .28s ease-in-out;
}
.dashboard-menu ul li.active a {
    font-weight: bold !important;
}
.dashboard-menu ul li.active::before{
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #fc5c65;
    right: -9px;
    top: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.dashboard-menu ul li a {
    display: block;
    padding: 12px 15px;
    font-size: 13px;
    color: #606778;
}
.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: 14px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 6px;
}
.user-has-pending {
    background: #ffdedc;
    color: #e12012;
}
.user-has-active-membership {
    background-color: #1cc3372b;
    color: #0d731d;
}
.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: #fc5c65;
}
.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: 14px;
    color: #575757;
    background: #f3f3f3;
    padding: 20px 10px; 
    margin: .5rem;
    border-radius: 6px;
}
.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: 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;
}
#buyPlanModal{
    padding-right: 0 !important;
}
.rcp_subscription_fieldset {
    margin-bottom: 1rem;
}
#rcp_subscription_levels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#rcp_subscription_levels li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    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: #ff5e57;
    color: #fff;
}
#rcp_subscription_levels li input[type=radio]:checked~label .rcp_subscription_level_name{
    color: #fff;
}
#rcp_subscription_levels li input[type=radio]:checked~label .rcp_price,
#rcp_subscription_levels li input[type=radio]:checked~label .rcp_level_duration {
    color: #f0f0f0;
}
#rcp_subscription_levels li label {
    position: relative;
    width: 100%;
    background: #eff3f5;
    font-size: 12px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    transition: .25s ease-in-out all;
}
[dark="true"] #rcp_subscription_levels li label{
    background: #23242a;
}
.rcp_subscription_message {
    font-size: 13px;
    color: #424242;
    margin: 0 0 20px 0;
    text-align: center;
}
#rcp_subscription_levels li label .rcp_subscription_level_name {
    color: #606778;
    font-size: 15px;
    font-weight: 700;
}
#rcp_subscription_levels li label .rcp_price {
    display: block;
    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,
#rcp_subscription_levels li label .rcp_separator {
    display: none !important;
}
.rcp_subscription_set {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background: #fff;
    color: #555;
    font-size: 11px;
    padding: 5px 8px;
    border-radius: 6px;
}
.rcp-table{
    display: flex;
}
.rcp-table thead tr th:last-child,
.rcp-table tbody tr td:last-child,
.rcp-table tfoot tr.rcp-renewal-date {
    display: none;
}
.rcp-table th, .rcp-table td{
    color: #606778;
    font-size: 13px;
    padding: 5px;
}
.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_submit_wrap{
    margin-bottom: 0;
    text-align: left;
}
.rcp-button{
    background: #fc5c65;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
}
#rcp_discount_code_wrap {
    margin: 10px 0 20px 0;
    font-size: 12px;
    color: #fff;
    background: #485460;
    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 {
    float: right;
    margin-top: .25rem;
}
#rcp_subscription_levels label::before {
    content: "\f3a5";
    font-family: "Font Awesome 5 Pro";
    background: transparent;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 300;
    color: #606778;
    background: white;
    border-radius: 50%;
    margin-left: 11px;
    float: right;
}
#rcp_subscription_levels li input[type=radio]:checked~label::before{
    color: #ff5e57;
}
#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: #06C755;
    border-color: #06C755;
    border: 0;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 4px;
    outline: 0;
}
.panel-vip-plan .blockOverlay{
    background: #ffffff !important;
}
.panel-vip-plan .blockMsg{
    font-size: 13px;
    font-weight: 300;
}
.table-tabs button {
    border: 0;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
    outline: 0;
    background: #ebeff4;
    color: #3a416f;
    transform: scale(.95);
    transition: all .23s ease-in-out;
}
.table-tabs button.active {
    background: #45668e;
    color: #fff;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 9%), 0 2px 3px -1px rgb(0 0 0 / 7%);
    transform: scale(1);
}
.table-responsive{
    display: none;
}
.table-responsive.active{
    display: block;
}
.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 7px 24px -10px rgba(0, 0, 0, 0.11);
}
.panel-dashboard:not(:last-child) {
    margin-left: 1rem;
}
.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: #1877F2
}
.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: #06C755;
}
.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: 1rem;
}
.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
}
.back-home {
    font-size: 13px;
    color: #5f5f5f;
    margin-bottom: 5px;
    padding: 5px;
    display: inline-block;
}
.back-home.--bh {
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 12px;
}
.back-home.--bh:hover {
    background: #fff;
    color: #000 !important;
}
[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] #requests label,
[dark=true] #editProfile label {
    color: #eee;
}
[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] .user-comment a{
    color: #ffc83d;
}
[dark=true] .user-comment span{
    background: #19191b;
    color: #afafaf;
}
[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] #requests input,
[dark=true] #requests textarea,
[dark=true] #editProfile input,
[dark=true] #editProfile select{
    color: #fff;
    border-color: transparent;
}
[dark=true] .noC,
[dark=true] #req-msg,
[dark=true] #requests input,
[dark=true] #requests textarea,
[dark=true] #editProfile input,
[dark=true] #editProfile select,
[dark=true] .panel-user-info .pld-row1,
[dark=true] .panel-user-info .pld-row2{
    background: #1b1c22 !important;
}
[dark=true] .dashboard-menu ul li:hover, 
[dark=true] .dashboard-menu ul li:focus{
    background: transparent !important;
}
#requests label,
#editProfile label {
    font-size: 13px;
    color: #777;
}
.btn-submit{
    font-size: 14px;
    background: #007bff;
    border-color: #007bff;
}
#editProfile input,
#requests input,
#editProfile select {
    width: 100%;
    min-height: 45px;
    padding: 9px;
    font-size: 13px;
    border-radius: 4px;
    color: #444;
}
#requests textarea{
    width: 100%;
    padding: 9px;
    font-size: 13px;
    border-radius: 4px;
    color: #444;
    resize: none;
}
#req-msg {
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
    background: #f1f4f6;
    border-radius: 6px;
    word-break: break-all;
}
#req-msg p{
    margin-bottom: 5px;
}
#req-msg ul li,
#req-msg ol li{
    font-size: 13px;
    color: #888;
}
#alert-req{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffd9;
    border-radius: 4px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all .2s ease-in-out;
}
#alert-req.show{
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}
#alert-req .req-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #b9bdc5;
    border-radius: 100%;
    color: #b9bdc5;
}
#alert-req .req-icon i{
    font-size: 25px;
}
#alert-req #req-message {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}
#alert-req.success-req #req-message {
    color: #1fc063;
}
#alert-req.success-req .req-icon {
    color: #1fc063;
    border-color: #1fc063;
}
#alert-req.error-req .req-icon {
    color: #ff606a;
    border-color: #ff606a;
}
#alert-req.error-req #req-message {
    color: #ff606a;
}
#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;
}
.google-login-divider {
    position: relative;
    float: right;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.google-login-divider::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #d4d4d4;
    top: 50%;
    left: 0;
}
.google-login-divider span {
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    color: #bbb;
    position: relative;
    background: #fff;
}
.galogin{
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.galogin a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 305px;
    height: 45px;
    background-color: #efefef;
    border-radius: 5px;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 auto;
}
.galogin .google-apps-header .inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.galogin .icon{
    background: url('../images/google.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: .25rem!important;
}
.form-message {
    font-size: 12px;
    color: #555;
}
label#recaptcha-anchor-label {
    font-family: iransans;
    font-size: 12px;
}
.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;
}
.btn-add-new{
    margin-bottom: 1rem;
    margin-right: auto;
    float: left;
    color: #fff;
    background-color: #06C755;
    border-color: #06C755;
    border: 0;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    outline: 0;
}
[dark="true"] .dashboard-table thead th,
[dark="true"] .dashboard-table {
    border-color: #38393f !important;
}
[dark="true"] .dashboard-table th,
[dark="true"] .dashboard-table td{
    color: #b2b8c7 !important;
}
@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;
    }
}