body,
html{
    height: 100%;
}
body.__logged-in{
    font: 400 17px/1.6 "IRANSans";
    background: #ffffff !important;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.main-form{
    max-width: 360px;
    width: 100%;
}
.dashboard-login .main-form{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: inherit !important;
    width: 100%;
    height: 100vh;
    background: #fff;
}
.dashboard-login .main-form .form-group > h1{
    text-align: right;
    font-size: 20px;
    font-weight: 900;
    color: #616161;
}
.dashboard-login .main-form .form-group{
    width: 100%;
    padding: 0 5rem;
    background: transparent;
    box-shadow: none;
}
.dashboard-login .main-form .form-group .form-input label{
    position: absolute;
    top: -10px;
    right: 15px;
    background: #fff;
    padding: 0 5px;
    font-weight: 500;
}
.dashboard-login .main-form .form-group .form-input input{
    height: 55px !important;
    margin-bottom: 10px;
    border-width: 3px;
    border-color: #eee;
    border-radius: 8px;
}
.dashboard-login .main-form .form-group .form-input input[type=password]{
    padding-left: 45px;
}
.dashboard-login .main-form .form-group .form-input .password-box button{
    position: absolute;
    top: 14px;
    left: 14px;
    background: transparent;
    border: none;
    outline: none;
    color: #a7a7a7;
}
.dashboard-login .main-form .form-group .form-input .password-box svg{
    width: 1em;
    height: 1em;
    font-size: 25px;
}
.dashboard-login .main-form .form-group .form-label.label__remember{
    justify-content: inherit;
    align-items: inherit;
    flex-direction: column;
}
.dashboard-login .main-form .form-group .form-label.label__remember button,
.form-submit button{
    height: inherit !important;
    line-height: inherit !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top: 1.5rem !important;
    margin-right: 0 !important;
    padding: 14px 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 0 30px rgba(33, 150, 243, 0.42);
}
.dashboard-login .main-form .form-group .form-label.label__remember button:hover{
    box-shadow: none !important;
}
.dashboard-login .background-login{
    position: relative;
    height: 100vh;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.dashboard-login .background-login img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.dashboard-login .background-login button{
    position: relative;
    z-index: 9;
    border: none;
    outline: none;
    font-size: 16px;
    margin: 18px;
    padding: 10px 15px;
    background: #00000029;
    color: #fff;
    border-radius: 12px;
    transition: all .25s ease-in-out;
}
.dashboard-login .background-login button:hover{
    background: #0000007a;
}
.main-form .form-group a{
    color: #007bff;
    font-weight: 700;
}
@media (max-width: 320px){
    body.__logged-in{
        margin: 0 auto;
    }
}
.btn:focus{
    box-shadow: none !important;
}
.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;
    box-shadow: 0 4px 40px rgba(119, 132, 157, 0.1);
    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;
}
.input-group label{
    font-size: 13px;
    color: #777;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 2;
    background: #fff;
    padding: 0 10px;
}
.input-group input, .input-group select, textarea.form-control{
    width: 100%;
    text-indent: 10px;
    min-height: 54px !important;
    font-size: 13px;
    border-radius: 4px;
    color: #444 !important;
    border-width: 2px;
    border-color: #eff3f5;
}
.input-group input:focus, .input-group select:focus, textarea.form-control:focus{
    box-shadow: none !important;
}
.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-sidebar{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    max-width: 337px;
    width: 100%;
    border-radius: 0;
    z-index: 99999;
}
.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;
}
.dsr-content-list .dsr-item{
    display: grid;
    grid-template-columns: 3.5fr 1fr 1fr; 
    gap: 0px 0px; 
}
.dsr-content-list .dsr-item{
    border-bottom: solid 1px #e8ebee;
    padding: 10px 0;
}
.dsr-content-list .dsr-item:last-child{
    border-bottom: none
}
.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: 70px;
    font-size: 11px;
    font-weight: 500;
    margin-left: 5px;
    color: #848a8f;
}
.panel-user-info .pld-row2 {
    width: calc(100% - 130px);
    font-size: 12px;
}
.panel-user-info .pld-row1,
.panel-user-info .pld-row2{
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    padding: 12px 0;
    word-break: break-word;
}
.dashboard-menu button {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f7;
    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;
    transition: .28s ease-in-out;
}
.dashboard-menu ul li.active a {
    font-weight: bold !important;
    color: #fff;
}
.dashboard-menu ul li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #444547;
    background: #f5f4f7;
    padding: 15px;
    flex-direction: column;
    border-radius: 12px;
}
.dashboard-menu ul li:not(.active) a:hover{
    filter: sepia(1);
}
.dashboard-menu ul li a .svg-icon{
    margin: 0 !important;
}
.dashboard-menu ul li a > .svg-icon svg, .dashboard-menu ul li .item-menu-label > .svg-icon svg {
    width: 1em;
    height: 1em;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 0;
}
.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;
}
.dashboard-quick-vip {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #37474f;
}
.item-menu-label {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #606778;
    margin-bottom: 8px;
    padding: 0 15px;
}
.notify-item{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 3px solid #36c95f;
}
.notify-item.notify-unread {
    border-right-color: #fc5c65;
}
.notify-item.hasContent .showNotifyContent{
    cursor: pointer;
    font-size: 11px;
}
.notify-item.hasContent .showNotifyContent .svg-icon{
    transition: transform .23s linear;
}
.notify-item.hasContent .showNotifyContent .svg-icon.rotate{
    transform: rotate(180deg);
}
.notify-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #37474f;
}
.notify-title {
    display: flex;
    align-items: center;
}
.notify-title h4 {
    font-size: 14px;
}
.notify-title h4 a, .notify-title h4 {
    display: inline-flex;
    align-items: center;
}
.notify-title .notify-icon .svg-icon{
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf1f3;
    border-radius: 50%;
}
.notify-title h4 button{
    margin-right: 1rem;
    background: #f53b57 !important;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 12px;
}
.notify-title h4 strong {
    padding: 0 5px;
}
.notify-title .notify-icon .svg-icon svg{
    width: 1em;
    height: 1em;
    font-size: 21px;
}
.notify-content {
    display: none;
    font-size: 13px;
    line-height: 2;
    margin: 10px 0 0 0;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 3px #ccc;
}
.notify-content p{
    margin-bottom: 0;
}
.notify-paginate .page-numbers {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 50%;
    border: 0.0625rem solid #dee2e6;
    font-size: 14px;
    color: #57606f;
}
.notify-paginate .page-numbers:hover {
    background: #ffffff;
}
.notify-links > a {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    color: #616161;
    background: #edf1f3;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 11px;
    margin-bottom: 8px;
}
.notify-paginate {
    text-align: center;
    margin-top: 30px;
}
.header-action-items{
    margin-left: 0;
    background: #fff;
}
.dashboard-breadcrumb > .dashboard-breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    color: #111;
}
.dashboard-breadcrumb > .dashboard-breadcrumb-item.item-current {
    font-weight: normal;
    color: #616161;
}
.dashboard-pending-actions-content .alert {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #222 !important;
    margin-bottom: 0;
    background: transparent !important;
    border-right: 4px solid currentColor !important;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(70, 70, 70, 0.122);
}
[dark="true"] .dashboard-pending-actions-content .alert{
    color: #ccc !important;
}
.dashboard-pending-actions-content .alert-icon{
    line-height: 1;
}
.dashboard-pending-actions-content .alert-icon svg{
    margin-left: .5rem;
    font-size: 15px;
}
.dashboard-pending-actions-content .alert.alert-warning {
    border-right-color: #ffc020 !important;
}
.dashboard-pending-actions-content .alert.alert-warning .alert-icon {
    color: #ffc020 !important;
}
.dashboard-pending-actions-content .alert.alert-success {
    border-right-color: #34cd38 !important;
}
.dashboard-pending-actions-content .alert.alert-success .alert-icon {
    color: #34cd38 !important;
}
.dashboard-pending-actions-content .alert.alert-info {
    border-right-color: #236ff8 !important;
}
.dashboard-pending-actions-content .alert.alert-info .alert-icon {
    color: #236ff8 !important;
}
.dashboard-pending-actions-content .alert.alert-primary {
    border-right-color: #3e44f4 !important;
}
.dashboard-pending-actions-content .alert.alert-primary .alert-icon {
    color: #3e44f4 !important;
}
.dashboard-pending-actions-content .alert.alert-danger {
    border-right-color: #F24E1E !important;
}
.dashboard-pending-actions-content .alert.alert-danger .alert-icon {
    color: #F24E1E !important;
}
.dashboard-pending-actions-content .alert:not(:last-child){
    margin-bottom: .5rem !important;
}
.pending-alert.action-success {
    border-right: 5px solid #36C95F !important;
    color: #2caf44;
    background: rgba(54, 201, 95, 0.051) !important;
}
.pending-alert.action-danger {
    border-right: 5px solid #fc5c65 !important;
    color: #e35159;
    background: rgba(255, 0, 0, 0.039) !important;
}
.pending-alert.action-warning {
    border-right: 5px solid #ffc107 !important;
    color: #ffc107;
    background: rgba(255, 0, 0, 0.039) !important;
}
.dashboard-pending-actions-content .alert-info {
    background: #34cdc8;
}
.rcp_message {
    direction: rtl;
    text-align: right;
}
.rcp_error {
    font-size: 13px;
    font-weight: 500;
    color: #f12a2a;
    margin-bottom: 0.5rem;
}
.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;
}
.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;
}
.sidebar-bg{
    background-image: url('../images/bg/polygon-scatter.svg');
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: .15;
}
.dashboard-avatar {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.dashboard-menu::-webkit-scrollbar {
    display: none;
}
.dashboard-menu {
    overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
[dark=true] .dashboard-avatar img{
    background: #333338;
    box-shadow: 0 0 0 6px #333338;
}
.dashboard-avatar .avatar-img {
    width: 80px;
    height: 80px;
    position: relative;
}
.dashboard-avatar img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0 0 0 6px #f2f5f6;
}
.dashboard-avatar.user-is-vip img{
    box-shadow: 0 0 0 6px #ffea97;
}
.vip-label {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffca28;
    color: #333;
    line-height: 15px;
    font-size: 12px;
    padding: 2px 5px 0 5px;
    border-radius: 4px;
}
.dashboard-avatar .avatar-user-name{
    color: rgba(70, 75, 88, 0.702);
    font-size: 14px;
    margin: 20px 0 30px 0;
    word-break: break-all;
    padding: 0 20px;
}
.dashboard-avatar .avatar-user-name strong{
    color: #3b3d40;
}
.dashboard-inner-body-title {
    padding: 10px 0;
    font-size: 14px;
    color: #787878;
    font-weight: 400;
}
.dashboard-quick-menu .quick-menu-item {
    border: solid 2px rgba(80, 104, 156, 0.1) !important;
    border-radius: 8px;
}
[dark="true"] .dashboard-quick-menu .quick-menu-item {
    border: solid 2px rgb(27, 28, 34) !important;
}
[dark="true"] .dashboard-quick-menu .quick-menu-item .svg-icon svg {
    color: #fff;
}
[dark="true"] .dashboard-quick-menu .quick-menu-item .svg-icon.icon-power svg {
    color: #f44336;
}
[dark="true"] .panel-dashboard-section-title {
    color: #afafaf;
}
[dark="true"] .panel-dashboard-icon {
    background: #1b1c22;
}
[dark="true"] .dashboard-breadcrumb > .dashboard-breadcrumb-item {
    color: #c7c7c7;
}
[dark="true"] .dashboard-avatar .avatar-user-name {
    color: #f3f3f3b3;
}
[dark="true"] .dashboard-avatar .avatar-user-name strong {
    color: #ffffff;
}
[dark="true"] .notify-title h4 a, [dark="true"] .notify-title h4 {
    color: #c7c7c7;
}
[dark="true"] .notify-links > a {
    color: #ff9800;
    background: #1b1c22;
}
[dark="true"] .dashboard-table tr td a {
    color: #d5d5d5;
}
[dark="true"] .dashboard-table tr td .badge {
    background: transparent !important;
    border: 1px solid currentColor;
}
[dark="true"] .dashboard-page-tickets .alert.alert-danger {
    background-color: #1b1c22;
}
[dark="true"] .ticket-list a {
    background-color: #1b1c22;
    color: #bfbfbf;
}
[dark="true"] .ticket-info ul li h2 {
    color: #fff;
}
[dark="true"] .input-group-text {
    background: #202126;
    border-color: #202126;
    color: #ccc;
}
[dark="true"] div[class*="dashboard-page"] input, [dark="true"] div[class*="dashboard-page"] select, [dark="true"] div[class*="dashboard-page"] textarea {
    background: transparent !important;
    border-color: #1b1c22;
    color: #cccc;
}
.list-items.none {
    display: none;
}
.list-items .remove-item{
    display: none;
}
.list-items p{
    margin-bottom: 0;
    font-size: 13px;
}
.list-items li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.list-items li figure{
    margin-bottom: 0;
    margin-left: 10px;
}
.list-items li figure img {
    border-radius: 12px;
}
.list-items-wrapper {
    display: flex;
    flex-direction: column;
}
.list-items-wrapper li{
    background: #f0f4f6;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.list-items-wrapper li figure{
    margin-bottom: 0;
    margin-left: 10px;
}
.list-items-wrapper li figure img{
    border-radius: 12px;
}
.list-items-wrapper li p{
    margin-bottom: 0;
}
.list-items-wrapper li .remove-item {
    width: 30px;
    height: 30px;
    background: #f44336;
    color: #fff;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
[dark="true"] .list-items-wrapper li {
    background: #1b1c22;
}
.panel-list-actions a:not(:last-child)::after{
    content: "|";
    margin: 0 6px;
    opacity: .5;
    color: gray;
}
.panel-list-actions a {
    font-size: 12px;
    color: #007eff !important;
}
.dashboard-quick-menu .quick-menu-item a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.dashboard-quick-menu .quick-menu-item a .qmi-count {
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 100%;
    font-size: 12px;
    width: 22px;
    height: 22px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #36C95F !important;
    color: #fff;
}
.dashboard-quick-menu .quick-menu-item .svg-icon svg {
    width: 1em;
    height: 1em;
    font-size: 21px;
    color: #100f0f;
}
.dashboard-quick-menu .quick-menu-item .svg-icon.icon-power svg {
    color: #ff0000;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
.dashboard-sub-menu {
    padding: 0 40px;
}
.dashboard-sub-menu li {
    margin-bottom: 0 !important;
}
.dashboard-sub-menu li a {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 0 !important;
}
.dashboard-sub-menu li:not(:last-child) {
    margin-bottom: 8px !important;
}
.panel-wishlist {
    display: flex;
    flex-wrap: wrap;
}
.plw-item {
    width: calc( 100% / 5 - 1rem );
}
.plw-item figure > a {
    position: relative;
    display: block;
    border-radius: 12px 12px 0 0;
    color: #f43636;
}
.plw-item figure{
    position: relative;
}
.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,1) 100%,rgba(0,0,0,.6) 100%);
    border-radius: 12px 12px 0 0;
}
.plw-item img {
    width: 100%;
    height: 232px;
    max-height: 100%;
    border-radius: 12px 12px 0 0;
}
.plw-item h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    direction: ltr;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 16px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.85);
    transition: all .15s ease-in-out;
    will-change: transform;
}
.plw-item:hover h2{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.plw-item .wishlist-button {
    width: 100%;
    line-height: 38px;
    background: #a7a7a7;
    text-align: center;
    border-radius: 0 0 12px 12px;
    transition: all .2s;
}
.plw-item .wishlist-button:hover {
    background: #f43636;
}
.plw-item .wishlist-button button{
    display: inline-block;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
}
.plw-item-label {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 10px;
    padding: 3px 15px;
    border-radius: 25px;
    box-shadow: 0 0 0 4px #fff;
    z-index: 1;
}
[dark="true"] .plw-item-label {
    box-shadow: 0 0 0 4px #23242a;
}
.plw-item-label.plw-film {
    background: #f44336;
}
.plw-item-label.plw-anime {
    background: #3f51b5;
}
.plw-item-label.plw-tv {
    background: #36c95f;
}
.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;
}
.galogin-powered {
    display: none;
}
.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: #ff4757;
    color: #ffffff;
    height: 38px;
    border-radius: 12px;
    font-size: 14px;
}
#logout-btn{
    color: #ff4757;
    font-weight: bold;
}
.dashboard-section-title {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
#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-membership-new-signup-notice{
    display: none !important;
}
#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;
    overflow: hidden;
}
#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(255, 224, 131);
}
[dark="true"] #rcp_subscription_levels li input[type=radio]:checked~label,
[dark="true"] #rcp_subscription_levels li input[type=radio]:checked~label .rcp_subscription_level_name {
    color: #000 !important;
}
#rcp_subscription_levels li input[type=radio]:checked~label .rcp_subscription_level_name{
    background: rgba(255, 193, 7, 0.341);
}
#rcp_subscription_levels li input[type=radio]:checked~label .rcp_price,
#rcp_subscription_levels li input[type=radio]:checked~label .rcp_level_duration {
    font-size: 13px;
}
#rcp_subscription_levels li label {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 193, 7, 0.15);
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 25px;
    cursor: pointer;
    border-radius: 6px;
    transition: .25s ease-in-out all;
}
#rcp_subscription_levels li label:hover{
    filter: grayscale(1);
}
#rcp_subscription_levels li label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}
#rcp_subscription_levels li label::before{
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}
[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 {
    min-width: 95px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 19px;
    border-left: 5px dotted #fff;
    text-align: center;
}
[dark="true"] #rcp_subscription_levels li label .rcp_subscription_level_name{
    color: #000;
    border-left: 5px dotted #1b1c22;
}
#rcp_subscription_levels li label .rcp_subscription_level_name::before{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}
#rcp_subscription_levels li label .rcp_subscription_level_name::before{
    top: 50%;
    right: -10px;
    transform: translateY(-50%)
}
[dark="true"] #rcp_subscription_levels li label::before,
[dark="true"] #rcp_subscription_levels li label::after,
[dark="true"] #rcp_subscription_levels li label .rcp_subscription_level_name::before,
[dark="true"] #rcp_subscription_levels li label .rcp_subscription_level_name::after {
    background: #1b1c22 !important;
}
#rcp_subscription_levels li label .rcp_level_description,
#rcp_subscription_levels li label .rcp_separator {
    display: none !important;
}
.rcp-table th, .rcp-table td{
    color: #606778;
    font-size: 13px;
    padding: 5px;
}
.rcp_gateway_fields .rcp_gateways_fieldset {
    float: right;
    width: 100%;
    margin: 3px 0 10px 0;
}
.rcp_gateway_fields legend {
    float: right;
    font-size: 12px;
}
#rcp_payment_gateways {
    float: right;
    margin-bottom: 0;
}
#rcp_payment_gateways .rcp_gayeway_item{
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    color: #404040;
    font-size: 13px;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 4px;
    border: 1px solid #ededed;
    cursor: pointer;
    transition: all .2s ease;
}
[dark="true"] #rcp_payment_gateways .rcp_gayeway_item{
    color: #cbcbcb;
    border-color:#303030;
}
#rcp_payment_gateways .rcp_gayeway_item input{
    display: none;
}
#rcp_payment_gateways .rcp_gayeway_item label{
    margin-bottom: 0;
}
#rcp_payment_gateways .rcp_gayeway_item.rcp-gateway-input-checked{
    background: #ededed;
}
[dark="true"] #rcp_payment_gateways .rcp_gayeway_item.rcp-gateway-input-checked{
    background: #23242a;
    border-color: #23242a;
}
#rcp_payment_gateways .rcp_gayeway_item:hover {
    background: #f5f5f5;
}
[dark="true"] #rcp_payment_gateways .rcp_gayeway_item:hover {
    background: #23242a;
    border-color: #23242a;
}
#rcp_submit_wrap{
    float: right;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
    text-align: left;
}
.rcp-button{
    width: 100%;
    background: #5aea74;
    background: -webkit-linear-gradient(46deg, #5aea74 0%, #4cffa3 100%);
    background: linear-gradient(46deg, #5aea74 0%, #4cffa3 100%);
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
}
#rcp_discount_code_wrap {
    font-size: 12px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rcp_discount_code_field_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#rcp_discount_code_wrap label {
    display: none;
    margin-bottom: 0;
    color: #eee;
}
#rcp_discount_code_wrap input{
    width: calc( 100% - 78px );
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 4px;
}
#rcp_discount_code_wrap button{
    border: 0;
    padding: 10px;
    border-radius: 4px;
    background: #757575;
    color: #fff;
    outline: 0;
}
.rcp_agree_to_terms_fieldset, .rcp_agree_to_privacy_policy_fieldset {
    width: 100%;
    float: right;
}
.rcp_agree_to_terms_fieldset {
    margin-bottom: 10px;
}
.rcp_agree_to_terms_fieldset .rcp_checkbox,
.rcp_agree_to_privacy_policy_fieldset .rcp_checkbox{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 0;
}
.rcp_agree_to_terms_fieldset label,
.rcp_agree_to_privacy_policy_fieldset label{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin-bottom: 0;
    margin-left: 8px;
}
[dark="true"] .rcp_agree_to_terms_fieldset label,
[dark="true"] .rcp_agree_to_privacy_policy_fieldset label {
    background-color: #1b1c22;
    border: 1px solid #565656;
}
.rcp_agree_to_terms_fieldset label::after,
.rcp_agree_to_privacy_policy_fieldset label::after{
    border: 2px solid #ccc;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 10px;
}
[dark="true"] .rcp_agree_to_terms_fieldset label::after,
[dark="true"] .rcp_agree_to_privacy_policy_fieldset label::after {
    border-color: #565656;
}
.rcp_agree_to_terms_fieldset input,
.rcp_agree_to_privacy_policy_fieldset input{
    display: none;
    visibility: hidden;
}
.rcp_agree_to_terms_fieldset input:checked + label,
.rcp_agree_to_privacy_policy_fieldset input:checked + label {
    background-color: #fdcf41;
    border-color: #fdcf41;
}
.rcp_agree_to_terms_fieldset input:checked + label:after,
.rcp_agree_to_privacy_policy_fieldset input:checked + label:after {
    border-color: #fff;
}
#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;
}
.btn-danger {
    height: 35px;
    line-height: 30px;
    padding: 0 15px;
}
#user-no-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f1f4f6;
    color: #555555;
    font-size: 15px;
    padding: 20px 10px;
    border-radius: 6px;
}
[dark="true"] #user-no-payments{
    background: #1b1c22;
    color: #cfcfcf;
}
[dark="true"] .dashboard-page-vip .user-vip-status .vip-status-text{
    color: #cfcfcf;
}
[dark="true"] .modal-title, [dark="true"] .rcp-table th, [dark="true"] .rcp-table td, [dark="true"] #rcp_subscription_levels li label .rcp_subscription_level_name{
    color: #fff;
}
.dashboard-page-vip .user-vip-status button {
    color: #fff;
    background-color: #f6a504;
    border-color: #f6a504;
    border: 0;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 4px;
    outline: 0;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
    transition: all .25s ease-in-out;
}
.dashboard-page-vip .user-vip-status button:hover{
    background: #fce4b369;
    color: #f6a911;
    box-shadow: none;
}
.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);
}
.tables-wrapper h5{
    color: #576165;
    font-size: 14px;
    margin-bottom: 18px;
    padding-right: 3px;
}
[dark="true"] .tables-wrapper h5{
    color: #fff;
}
.table-responsive{
    display: none;
}
.table-responsive.active{
    display: block;
}
.panel-dashboard {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 13px;
    background: #FFFFFF;
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 7px 24px -10px rgba(0, 0, 0, 0.11);
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.panel-dashboard:hover {
    box-shadow: none;
}
.panel-dashboard:hover .panel-dashboard-icon{
    transform: scale(1.1);
}
.panel-dashboard:not(:last-child) {
    margin-left: 1.5rem;
}
.panel-dashboard-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f2f5f6;
    transition: all .23s cubic-bezier(0.21, 0.44, 0.03, 1.09);
    will-change: transform;
}
.panel-dashboard-icon .svg-icon svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}
.dashboard-wishlist .panel-dashboard-icon {
    background: linear-gradient(45deg, #1877F2, #1877F28c);
}
.dashboard-requests .panel-dashboard-icon {
    background: linear-gradient(45deg, #fe8a58, #fe8a588c);
}
.dashboard-favorites .panel-dashboard-icon {
    background: linear-gradient(45deg, #713bdb, #713bdb8c);
}
.dashboard-comments-count .panel-dashboard-icon {
    background: linear-gradient(45deg, #06C755, #06c7558c);
}
.panel-dashboard-section-title {
    color: #8898aa !important;
    font-size: 13px;
}
.panel-dashboard-inner {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 10px;
}
.panel-list-item {
    display: flex;
    margin-bottom: 1.5rem;
}
.panel-dashboard-section-text {
    color: #32325d !important;
    font-size: 16px;
    font-weight: bold;
}
.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;
}
.user-comment p{
    margin-top: 11px;
    font-size: 13px;
    margin-right: 64px;
    border-radius: 4px;
    margin-bottom: 0;
}
[dark=true] .user-comment p{
    color: #ddd;
}
.back-home {
    font-size: 13px;
    color: #5f5f5f;
    margin-bottom: 5px;
    padding: 5px;
    display: inline-block;
    background: transparent;
    border: 0;
    outline: 0 !important;
}
.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;
}
[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] .modal-content,
[dark=true] #rcp_subscription_levels li:before,
[dark=true] #rcp_subscription_levels li:after{
    background-color: #1b1c22;
}
[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;
}
[dark=true] .noC,
[dark=true] #requests input,
[dark=true] #requests textarea,
[dark=true] #editProfile input,
[dark=true] #editProfile select{
    background: transparent !important;
    color: #fff !important;
}
[dark=true] .panel-dashboard-section-text,
[dark=true] .panel-user-info .pld-row2{
	color: #fff !important;
}
[dark=true] .panel-title-icon::after {
    background: #37383e;
}
[dark=true] #editProfile label{
    background: #23242a
}
[dark=true] .sidebar-bg{
    opacity: .05;
}
[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: #336CFB;
    border-color: #336CFB;
    margin-right: 8px;
}
#editProfile input,
#requests input,
#editProfile select {
    width: 100%;
    min-height: 40px;
    padding: 9px;
    font-size: 13px;
    border-radius: 4px;
    color: #444;
    z-index: 1;
}
#requests input, #requests textarea{
    padding-right: calc(1em + 0.75rem) !important
}
#requests textarea{
    width: 100%;
    padding: 9px;
    font-size: 13px;
    border-radius: 4px;
    color: #444;
    resize: none;
}
.reply-content {
    position: relative;
    min-width: 40%;
    font-size: 13px;
    border-radius: 6px;
    background: #eef3f4;
    color: #53565d;
    padding: 10px;
    box-shadow: 0 2px 0 #eceff1;
}
.reply-item {
    margin-bottom: 1rem;
}
.reply-item.reply-ticket-author {
    justify-content: flex-start;
    flex-direction: row;
}
.reply-item .reply-author {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 15px;
    font-size: 12px;
}
.reply-item {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.reply-item.reply-ticket-author .reply-content {
    background: #03a9f4;
    color: #fff;
}
.reply-item.reply-ticket-author .reply-content::before {
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #03a9f4;
    right: -9px;
    left: auto;
}
.reply-item.reply-ticket-author .reply-author{
    margin-right: 0;
    margin-left: 15px;
}
.reply-author img {
    border-radius: 50%;
    border: 2px solid #eceff1;
}
.reply-author span {
    margin-top: 8px;
}
.reply-content::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 18px;
    left: -9px;
    right: auto;
    border-style: solid;
    border-width: 5px 9px 5px 0;
    border-color: transparent #eef3f4 transparent transparent;
    z-index: 1;
}
.badge-secondary{
    color: #7e8299;
    background: #f5f8fa;
}
#send-ticket input, #send-ticket select, #send-ticket textarea{
    font-size: 13px;
    min-height: 40px;
}
.alert{
    padding: .75rem
}
.alert .alert-icon svg{
    width: 1em;
    height: 1em;
    vertical-align: -3px;
}
.alert .alert-text{
    font-size: 14px;
}
#req-msg p{
    margin-bottom: 0;
}
#req-msg ul li,
#req-msg ol li{
    font-size: 13px;
    color: #888;
}
[dark=true] #req-msg {
    color: #03a9f4;
    background: rgba(33, 150, 243, 0.15);
    border-color: transparent;
}
#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;
}
.badge-info {
    color: #009ef7;
    background-color: #f1faff;
}
.badge-danger {
    color: #f1416c;
    background-color: #fdeaf0
}
.badge-success {
    color: #3f855e;
    background-color: #d9ebe1;
}
.badge-warning {
    color: #ffc700;
    background-color: #fff8dd;
}
.badge-primary {
    color: #7239ea;
    background-color: #f8f5ff
}
.req-trash-btn svg{
    width: 1em;
    height: 1em;
    margin-right: 2px;
}
.tr-trash-text td{
    background: #eef3f4;
    color: #606778;
    border-radius: .5rem;
    font-size: 12px;
    font-weight: 500;
}
.btn-add-new:hover{
    color: #606778;
    background: #e4ebf5;
}
#editProfile select option {
    background: #fff;
}
.submit-req {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.loader-wheel {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    color: #2d8de7;
}
.loader-wheel::before {
    font-size: 10px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #2d8de7;
    -webkit-animation: load8 0.34s infinite linear;
    animation: load8 0.34s infinite linear;
}
.loader-wheel::before, .loader-wheel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.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;
}
.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;
}
.ticket-list a {
    background-color: #f2f4f5;
    color: #828385;
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 12px;
    border-radius: 6px;
}
.ticket-info ul li {
    font-size: 13px;
}
.ticket-info ul li h2 {
    font-size: 15px;
    color: #444;
}
#readAllUserNotify {
    border: 0;
    background: #36c95f;
    color: #fff;
    margin-bottom: 1rem;
    padding: 7px;
    font-size: 12px;
    border-radius: 6px;
    outline: 0;
}
.list-type {
    font-size: 13px;
    display: flex;
    align-items: center;
    background: #eff3f5;
    padding: 5px;
    color: #3b3d40;
    border-radius: 20px;
}
.list-type-item {
    padding: 5px 17px;
}
.list-type-item.active {
    background: #f44336;
    border-radius: 20px;
    color: #fff;
}
#list-info-collapse > .col-12{
    margin-bottom: 1rem;
}
.list-items {
    display: block;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 12px;
}
.change-pass-help{
    background: #36a3f7!important;
    color: #fff;
}
.change-pass-help svg{
    font-size: 27px;
    width: 1em;
    height: 1em;
}
.change-pass-help .change-title-help {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}
.change-pass-help .change-todo-list ol {
    list-style: decimal;
    font-size: 13px;
    padding-right: 20px;
}
.panel-comment li {
    box-shadow: 0 4px 15px -6px rgba(0, 0, 0, 0.13);
    border-radius: 6px;
    border-right: 4px solid #808fff;
    padding: 10px;
    margin-bottom: 20px;
}
.comment-post-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.comment-post-img img {
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 4px #f3f6f7;
    margin-left: 10px;
    border-radius: 6px;
    object-fit: cover;
}
.comment-post-info {
    display: flex;
    flex-direction: column;
}
.comment-time {
    color: #6a6a6a;
    font-size: 11px;
    margin-top: 5px;
    font-weight: 300;
}
.invoice-link {
    border: 1px solid #3f51b5;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 10px;
    color: #3f51b5 !important;
}
.invoice-link:hover {
    background: #3f51b5;
    color: #fff !important;
}
[dark="true"] .invoice-link{
    border-color: #f6a504;
    color: #f6a504 !important;
}
[dark="true"] .invoice-link:hover{
    background: #f6a504;
    color: #fff !important;
}
#rcp_auto_renew_wrap {
    display: none !important;
}
.dashboard-section-title .svg-icon{
    color: #AAA;
}
#buyPlanModal .modal-header button{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 100%;
    background: #f6a504;
    color: #fff;
    outline: none;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 300;
}
fieldset.rcp_discounts_fieldset{
    margin: 15px 0 20px 0;
}
.rcp-discount-open i{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/icons/discount.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}
.rcp-discount-open {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #ecf0f4;
    border: 0;
    border-radius: 12px;
    outline: 0 !important;
}
[dark="true"] .rcp-discount-open{
    background: #23242a;
    color: #fff;
}
i[class*="gateway-icon_rcp-gateway-"]{
    background-repeat: no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
}
.gateway-icon_rcp-gateway-idpay{
    background: url('../images/icons/idpay-gateway.png');
}
.gateway-icon_rcp-gateway-zarinpal{
    background: url('../images/icons/zarinpal-gateway.png');
}
.gateway-icon_rcp-gateway-sepal{
    background: url('../images/icons/sepal-gateway.png');
}
.gateway-icon_rcp-gateway-paypal{
    background: url('../images/icons/paypal-gateway.svg');
}
.rcp_registration_total {
    margin: 15px 0;
}
.rcp_registration_total table{
    width: 100%;
    border-collapse: separate;
}
.rcp_registration_total table th{
    width: 137px;
    text-align: right;
    background-color: #fefaed;
    color: #c58d28;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
}
[dark="true"] .rcp_registration_total table th{
    background-color: #32281f !important;
    color: #ffdd37 !important;
}
.rcp_registration_total table td{
    background: #f9f9f9;
    padding: 5px 10px;
}
[dark="true"] .rcp_registration_total table td{
    background: #23242a
}
#rcp_registration_form {
    float: right;
    width: 100%;
    padding: 1rem;
}
.user-vip-status {
    border-right: 4px solid #f6a504;
}
div[class*=page-404-]{
    width: 200px;
    height: 200px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}
.page-404-comments {
    background-image: url(../images/icons/comment.png);
}
.page-404-wishlist {
    background-image: url(../images/icons/wishlist.png);
}
[dark="true"] #buyPlanModal .modal-header button{
    background: #23242a;
}
[dark="true"] .comment-post-img img{
    box-shadow: 0 0 0 4px #34353c;
}
[dark="true"] .dashboard-table thead th,
[dark="true"] .dashboard-table {
    border-color: #38393f !important;
}
[dark="true"] .dashboard-table td{
    color: #b2b8c7 !important;
}
[dark="true"] .dashboard-table th{
    color: #ddd !important;
}
[dark="true"] .dashboard-menu button{
    background: #1b1c22;
    color: #ffffff;
}
.row-grid{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .5rem;
}
@media (min-width: 993px) {
    .ticket-info {
        position: sticky;
        top: 50px;
    }
}
@media (max-width: 768px) {
    .dashboard-menu ul{
        margin-bottom: 30px;
    }
    .panel-list-item {
        flex-direction: column;
    }
    .panel-dashboard:not(:last-child){
        margin-left: 0;
        margin-bottom: 15px;
    }
    .panel-user-info {
        margin-bottom: 15px;
    }
    .dashboard-sidebar {
        max-width: 100%;
        transform: translateX(100%);
        transition: transform .25s ease-in-out;
    }
    .dashboard-sidebar.open {
        transform: translateX(0);
        overflow-y: scroll;
    }
    .row.mt-4{
        padding-bottom: 55px;
    }
    .dashboard-login .main-form .form-group{
        padding: 20px;
    }
	#rcp_submit_wrap{
		padding-bottom: 30px !important
	}
}
@media (max-width: 575.98px) {
    .plw-item {
        width: calc( 100% / 3 - 1rem );
    }
    .plw-item img{
        height: 156px;
    }
    #rcp_subscription_levels li label{
        flex-direction: column;
        padding-left: 0;
    }
    #rcp_subscription_levels li label .rcp_subscription_level_name{
        border-left: 0;
        border-bottom: 5px dotted #fff;
    }
    #rcp_subscription_levels .rcp_price{
        margin: 10px 0;
    }
    .rcp_registration_total table th{
        width: auto;
        font-size: 11px;
    }
    .reply-item.reply-ticket-author{
        flex-direction: column;
    }
    .reply-item.reply-ticket-author .reply-author{
        align-items: flex-start;
    }
}
@media (max-width: 375px) {
    .user-vip-status {
        flex-direction: column;
    }
    .dashboard-page-vip .user-vip-status button {
        width: 100%;
        margin-top: 10px;
    }
}