.da-container,
.da-body-back,
.da-footer {
  background-color: whitesmoke !important;
}
.btn , textarea{
  box-shadow: none !important;
}
input[type="color"] {
  -webkit-appearance: none;
  appearance: none;
  border: none !important;
  outline: none !important;
  padding: 0;
  background: none;
  border-radius: 0;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-moz-color-swatch {
  border: none;
}

.nav-link a{
  color: #495057;
}
.nav-link.active a{
  font-weight: 500;
}
.review-nav-tabs .box-comment{
  font-size: 15px;
}
.review-nav-tabs .box-comment strong{
  font-weight: 500;
  margin: 0 5px;
}
.service_star_rating{
  margin-left: 1rem;
}
.service_star_rating .fa-star{
  color: #80808085;
}
.service_star_rating .fa-star.checked{
  color: orange !important;
}
.comment_title_post a{
  font-weight: 500;
}
.label-success{
  color:green;
  font-weight: 500 !important;
}
.label-warning{
  color:orange;
  font-weight: 500 !important;
}
.label-danger{
  color:orangered;
  font-weight: 500 !important;
}
.label-info{
  color: #4372b8;
  font-weight: 500 !important;
}
.da-section-footer {
  padding-top: 2rem;
}
.copy-right p{
  font-size: 13px;
  font-weight: 400;
  color:gray;
}
.copy-right p a{
  color: #404040;
}
.copy-right p a:hover{
  color: #141414;
}
.da-container {
  position: relative;
}
.da-alert{
  margin: 1rem 1rem 1rem 1rem;
  font-size: 14px;
  font-weight: 400;
}
.da-alert p{
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
.post_error , .post_error{
  color: #d50606;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
.da_sidebar {
  background-color: #fff;
  min-height: 100vh;
  padding: 1rem 0;
  box-shadow: 0 2px 3px 1px rgb(187 166 166 / 10%);
  height: 100%;
}

.da_sidebar .aside_sidebar {
  position: sticky;
  top: 1rem;
}

.da-col-header {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.da-col-header footer {
  margin-top: auto;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}

.da-col-header .da-header {
  width: 100%;
  text-align: left;
  padding-left: 2rem;
  padding-bottom: .5rem !important;
  bottom: 0;
  padding-top: 2rem;
}

.da-header-links {
  display: inline-block;
}

.da-header-links .profile_user {
  padding: 10px;
  border-radius: 10px;
}

.da-header-links .profile_user span {
  font-size: 16px;
  color: #4E023C;
  font-weight: 500;
}
.da_sidebar ul {
  padding: 0;
}
.da_sidebar ul li {
  margin-bottom: .3rem;
  list-style: none;
}

.da_sidebar ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #08010f;
  display: block;
  padding: 1rem;
}
.da_sidebar  .sidebar_back_site{
  text-align: center;
}
.da_sidebar ul li:hover a {
  color: #4E023C !important;
}

.da_sidebar ul li a i {
  font-size: 19px;
  vertical-align: middle;
  color: #4e023ca1;
  margin-left: 10px;
}
.da_sidebar ul li.treeview .fas.fa-angle-down {
  transition: transform 0.3s ease;
}

.da_sidebar ul li.treeview.open .fas.fa-angle-down {
  transform: rotate(180deg);
}
.da_sidebar .navbar-brand {
  margin-bottom: 1rem;
  display: block;
  text-align: center;
  margin-left: 0;
}

.da_main {
  margin-bottom:0;
}

.da-card-main .card-body {
  padding: 0;
}
.da_sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.da_sidebar ul li.treeview ul {
  display: none;

}
.da_sidebar ul li.treeview.open > ul {
  display: block;
  margin-top: .3rem;
}
.da_sidebar ul li.treeview.open > ul li{

  margin-bottom: .3rem;
}
.da_sidebar ul li.treeview.open > ul li a{
  font-size: 15px;
}
.da_sidebar ul li.treeview > a {
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  padding-right: 15px;
}
.da_sidebar ul li.treeview i.pull-left{
  float: left;
}
.ticket_reply_title {
  margin-bottom: 2rem;
}

.da-card-main .card-body .image-icon,
.ticket_reply_title .image-icon {
  padding: 5px;
  border-radius: 7px;
  margin-left: 5px;
}

.da-card-main .card-body .image-icon-menu,
.ticket_reply_title .image-icon-menu {
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 1rem;
}

.da-card-main .card-body h5,
.ticket_reply_title h2 {
  font-size: 15px;
  line-height: 2rem;
  margin-top: .5rem;
}
.da-card-main .card-body h2{
  font-size: 21px;
  line-height: 2rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
}
.da-card-main .service_info {
  border-radius: 10px;
  padding: 10px;
}

.da-card-main .service_info_all {
  margin-bottom: 1rem;
}

.da-card-main .service_info .col-date {
  font-size: 14px;
  font-weight: 400;
}

.da-card-main .service_info .col-price {
  color: green;
  font-size: 14px;
  font-weight: 500;
  padding-top: 2px;
  text-align: left;
}

.da-card-main .service_info .col-price2 {
  color: green;
  font-size: 14px;
  font-weight: 500;
}

.da-card-main .service_info .success-order {
  font-weight: 500;
  color: green;
  font-size: 15px;
}

.da-card-main .service_info .expire-order {
  font-weight: 500;
  color: orangered;
  font-size: 15px;
}

.da-card-main .service_info .order-link {
  font-weight: 600 !important;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.da-card-main .service_info .col-desc{
  font-weight: 500;
  font-size: 14px;
}
.da-card-main .service_info  .col-content img{
  border-radius: 5px;
  margin-left: 5px;
  object-fit: cover;
}
.da-card-main .service_info . order-config {
  text-align: left;
}

.da-card-main .service_info .order-config a i , .da-card-main .service_info .order-config button i{
  padding: 5px 7px;
  border-radius: 7px;
  text-align: left;
  font-size: 20px;
  vertical-align: sub;
}


.service_add .btn-solid{
  border-radius: 10px;
  font-weight: 500;
  box-shadow: none !important;
}

.da-card-main img.img-service {
  background: transparent !important;
  padding: 0 !important;
}


.da-card-main .service_info .pending-order a {
  font-weight: 500;
  color: orange;
  font-size: 15px;
}

.da-card-main .service_info .pending-order {
  font-weight: 500;
  color: orange;
  font-size: 15px;
}

.da-card-main {
  padding: 1rem;
  z-index: 10;
  margin: 1.8rem 1.4rem;
  box-shadow: rgb(152 102 157 / 34%) 0px 1px 3px 0px, rgb(152 102 157 / 21%) 0px 1px 2px 0px;
  border-radius: 10px;
  border: none;
}

.da-card-main .card-404 {
  text-align: center;
}

.da-card-main .card-404 h4 {
  margin-top: 2rem;
  line-height: 2rem;
}

.da-card-main .card-404 img {
  height: 450px;
}

.da-top-header-mobile {
  display: none;
}

.da_notify {
  box-shadow: rgb(152 102 157 / 34%) 0px 1px 3px 0px, rgb(152 102 157 / 21%) 0px 1px 2px 0px;
  margin: 1.8rem 1.4rem 0 1.4rem;
  border-radius: 10px;
  text-align: center;
  border: 0
}

.da-row-container {
  margin-top: 1.8rem;
  padding: 0 1.3rem;
}
.da-helper{
  list-style:persian;
}
.da-helper li{
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
}
.da_notify p {
  margin: 0;
  color: #08010f;
  font-weight: 500;
}

.da_notify p img {
  background: #4e023c1f !important;
  padding: 5px;
  border-radius: 7px;
  margin-left: 5px;
}

.da_notify a {
  padding: 10px;
}

.da_notify .card-body {
  padding: 10px 1rem;
}

.da-card-main {
  margin:1.2rem 1.4rem 1.8rem 1.4rem  !important
}

.col-add-service {
  padding-left: 0;
}

.da-card-main .service_more {
  padding: .2rem .5rem 0 0;
}

.da-card-main .service_more .order-link {
  color: #4e023ca1;
  font-weight: 600;
  font-size: 14px;
}

.da-card-main .service_more a i {
  font-size: 18px;
  vertical-align: middle;
}

.da-card-main .service_info .col-ticket {
  font-size: 14px;
  font-weight: 400;
  margin: auto 0;
}

.da-card-main .service_info .ticket_answer {
  color: green;
}

.da-card-main .service_info .ticket_waiting {
  color: orange;
}

.da-card-main .service_info .ticket_close {
  color: grey;
}

.da-card-main .col-service-head {
  color: rgba(85, 85, 85, 0.78);
  font-size: 14px;
  font-weight: 500;
  padding-right: .5rem;
}

.da-card-main .service_info .service-id {
  color: #312233;
  font-weight: 500;
}

.da-card-main .service_info .service-id a {
  color: #312233;
}

.service_add_btn {
  margin: 2rem 1.6rem 1rem 1rem;
}

.da-card-main .col-title {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.da-card-main .service_info_single .col-title {
  display: block;
}

.da-card-main .col-title-link {
  display: none;
}

.da-card-menu {
  margin-top: 1.6rem !important;
  padding: 0 !important;
}

.da-card-menu ul.list-menu-service {
  list-style: none;
  padding: 0;
  margin: 0;
}

.da-card-menu ul.list-menu-service li {
  padding: 1rem 1rem 0 1rem;
  text-align: center;
}

.da-card-menu ul.list-menu-service li p {
  font-weight: 500;
  font-size: 15px;
  color: #08010f;
  padding-bottom: .7rem;
  border-bottom: 2px solid transparent;
  width: 100px;
  text-align: center;
  margin: auto;
}

.da-card-menu li:hover p {
  color: #4e023ca1 !important;
}

.da-card-menu li.active p {
  border-bottom: 2px solid #4E023C !important;
  color: #4e023ca1 !important;
}

.da-card-main .header_service {
  padding: 12px 10px 10px 10px;
  border-radius: 7px;
  margin-bottom: 1rem;
  text-align: center;
  color: #4E023C;
  font-size: 18px;
}

.da-card-main .service_info_single {
  padding: 1rem;
}

.da-card-main .service_info_single#register {
  padding: 2rem 2.2rem 1rem 2.2rem !important;
}

.da-card-main .service_info_single .col-title {
  float: right;
}

.da-card-main .service_info_single .col-title-link {
  display: inline-block;
  font-family: IRANSans !important;
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
  vertical-align: top;
}

.da-card-main .service_info_single .col-content {
  margin-bottom: 1.04rem !important
}

.da-card-main .service_info_single .col-desc {
  float: left;
}

.da-card-main #doughnutChart {
  width: 223px !important;
  height: 223px !important;
  margin: auto;
}
.da-card-main #monthlySalesChart {
  width: 100% !important;
  height: 450px !important;
  margin: auto;
}
.da-card-main canvas.report_doughnutChart {
  margin: 2.7rem auto 2.23rem auto !important;
}

.progress-group{
  margin-bottom: 1rem;
}
.da-card-main .usage-desc {
  border-radius: 10px;
  padding: 10px;
  width: 300px;
  display: block;
  text-align: center;
  font-size: 15px;
  margin: auto;
  margin-bottom: 10px;
}
.da-card-main .card-footer{
  border:0;
}
.progress-bar{
  background-color: green;
}
.da-card-main .btn_select_plan {
  border-radius: 5px;
  padding: 1rem .5rem;
  font-size: 15px;
  border: 2px solid transparent;
}

.da-card-main .div_result_plan {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.da-card-main #div_space_amount {
  height: 42px;
}

.da-card-main #div_space_amount {
  text-align: center;
  color: green;
  margin-bottom: .75rem;
  margin-top: .2rem;
}


.da-card-main .btn_select_plan:hover {
  background: #4e023c42 !important;
}
.row-add-service .btn-solid{
  width: 200px;
  font-weight: 500;
}
.da-widgets .row-add-service .btn-solid{
  font-size: 14px !important;
}
.da-card-main .upgrade_desc {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 0;
  color: #4e4949;
  height: 40px;
}

.da-card-main .btn_select_plan span {
  color: green;
  font-weight: 500;
}
#charge_amount{
  width: 150px;
  text-align: center;
  margin: auto;
  margin-bottom: 1.4rem;
}
.da-card-main .btn_select_plan h4 {
  font-size: 15px;
}

.da_no_result {
  border-radius: 10px;
  padding: 10px;
}

.da-card-main .col-extends .btn_select_plan {
  width: 98%;
  height: 300px;
  margin-bottom: 1rem;
}

.da-card-main .col-extends .btn-solid {
  margin-bottom: 1rem;
}

.da-card-main .row-add-service2 h4 {
  font-size: 16px !important;
  margin-top: 1rem;
}

.da-card-main .row-add-service2 p {
  font-size: 15px;
  font-weight: 400;
  color: #454444;
}

.da-card-main .row-add-service2 .btn_select_plan img {
  width: 100px !important;
  height: 98px !important;
  object-fit: contain;
}
.service_info_header strong{
  font-size: 20px;
  font-weight: 500;
  margin-left: 1rem;
}
.service_info_header .btn{
  font-size: 20px;
  font-weight: 500;
  border-radius: 25px;
  padding: 8px 2rem
}
.row_list_pay {
  margin-top: 1.7rem;
}

.da-breadcrumbs {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
.da-breadcrumbs .breadcrumb_last{
  color: #404040;
}
.da-breadcrumbs  a{
  color: #191919;
}
.da-card-main .col-profile {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.da-box-form{
  border-top: 1px solid whitesmoke;
  padding-top: 1.5rem;
  margin-top: 1rem;
}
.da-box-form h3{
  font-size: 18px;
  color: #404040 !important;
  margin-bottom: 1rem;
}
.da-box-form h3 i{
  font-size: 30px;
  vertical-align: middle;
}
.da-box-form p{
  font-size: 14px;
  font-weight: 400;
  color: #585858 !important;
}
.da-box-form label{
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #585858 !important;
  padding-right: 5px;
}
.da-box-form .col-form-post{
  margin-bottom: 1rem;
}
.da-box-form input , .da-box-form select  , .da-box-form textarea ,  #charge_amount{
  outline: none;
  box-shadow: none !important;
  padding: .7rem;
  font-size: 14px;
  font-weight: 400;
}
.da-box-form input#color{
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}
.da-box-form input#banner_image  , .da-box-form  .logo_input{
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 5px !important;
  width: 250px;
}
.wpfpm-wrap input{
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 5px !important;
  margin-bottom:5px
}
.sidebar-sticky{
  position: sticky;
  top:10px
}
#upload-btn-banner_image , #upload-btn-banner_image2 , .upload-btn-tarefe-image{
  padding: 5px 12px !important;
  margin-top: 3px;
  font-weight: 500 !important;
}
.da-box-form .input-group-addon{
  border: 1px solid #ced4da !important;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  font-weight: 400;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 14px;
  color: #6e6b6b;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection ,  .select2-container .select2-dropdown {
  border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--single{
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -8px 0 0;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 2px;
  left: .6em !important;
  height: 100%;
  width: 16px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e3e3 !important;
  border-radius: 8px;
  outline: none !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  color:#212529 !important;
}
.select2-results__option {
  font-size: 14px !important;
  font-weight: 400;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  color: #312233 !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #6a6868 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered ,
.select2-container--default .select2-selection--multiple{
  color: gray !important;
  font-weight: 400;
  font-size: 14px !important;
  padding: .7rem !important;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{
  float: right !important;
  margin-right: 10px !important;
  margin-left: auto !important;
  left: 10px !important;
  right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
  margin-bottom: 2px !important;
  margin-top: 1px !important;
  padding-top: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  padding-top: 3px !important;
}
.btn-show-post {
  background-color: #2196f338 !important;
  color: #2196f3ba !important;
  box-shadow: none !important;
  font-weight: 500;
  border:1px solid transparent;
}
.btn-show-post i{
  color: #2196f3ba !important;
  border:1px solid transparent;
}
.btn-show-post:hover {
  background-color: #2196f326 !important;
  color: #2196f3 !important;
}
.da-form_term .btn{
  box-shadow: none !important;
}
.da-form_term img{
  margin-top: 3px;
  border-radius: 2px;
  object-fit: contain;
}
.da-form_term .btn_add_cat , .da-form_term .btn_add_cat2{
  font-size: 14px !important;
  margin-top: 3px;
  margin-right: 1px;
}
.register-form-profile .form-item input+label {
  margin-top: -71px !important;
  margin-right: 20px;
  font-size: 12px !important;
  border-radius: 5px;
  padding: 3px 10px;
}

.register-form-profile .form-item textarea {
  border-radius: 10px;
}

.register-form-profile .form-item textarea+label {
  margin-top: -91px !important;
  margin-right: 20px;
  font-size: 12px !important;
  border-radius: 5px;
  padding: 3px 10px;
}

.register-form-profile .form-group .form-control {
  padding-top: .9rem;
}

.register-form-profile .form-group .form-control.input_border_red {
  border: 1px solid rgb(220, 53, 69);
}

.da-card-main .alert-dismissible {
  font-size: 15px;
  font-weight: 500;
}

.da-card-main .result_validate {
  height: 20px;
  font-size: 13px;
  color: #ff0000e0;
}

.da-card-main-tickets .result_validate {
  height: 10px !important;
}

.da-card-main .ticket_domain {
  color: #000000;
}

.da-card-main .ticket_domain:hover {
  color: #67034f;
}

.ticket_departeman {
  padding: 0 5px 2px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background: #4E023C;
}

.da-card-main-tickets .ticket_by {
  margin: auto 0;
}

.col-ticket-title {
  font-weight: 500 !important;
}

.col-ticket-title a:hover {
  color: #5c0848bd !important;
}

.rtk_form_ticket label {
  position: inherit !important;
}

.rtk_form_ticket .form-item .form-control {
  padding-top: .4rem !important;
  margin-top: .5rem;
}

.rtk_form_ticket .form-item select.form-control {
  border-radius: 10px;
  height: 48px;
}

.da-card-main-tickets .list_tickets .col-md-2.col-ticket-date.date {
  color: gray;
  font-size: 13px;
  text-align: left;
}

.rtk_form_ticket .rtk-select {
  position: relative;
  top: .5rem;
  margin-bottom: 2rem;
}

.rtk_form_ticket .rtk-select select {
  display: none;
}

.rtk_form_ticket .select-selected {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ced4da;
  color: #312233;
  font-weight: 400;
}

.rtk_form_ticket .select-selected:after {
  position: absolute;
  content: "";
  top: 1.4rem;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #cbb3ce transparent transparent transparent;
}

.rtk_form_ticket .select-selected.select-arrow-active:before {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.rtk_form_ticket .select-items div,
.rtk_form_ticket .select-selected {
  padding: .7rem 16px;
  cursor: pointer;
  user-select: none;
  color: #312233;
  font-weight: 400;

}

.rtk_form_ticket .select-items div {
  border: 1px solid transparent;
}

.rtk_form_ticket .select-items div:first-child {
  border-radius: 9px 9px 0 0;
}

.rtk_form_ticket .select-items div:last-child {
  border-radius: 0 0 9px 9px;
}

.rtk_form_ticket .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 10px;
  margin-top: 5px;
  border: 1px solid #ced4da;
}

.rtk_form_ticket .form-item-service .select-items {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.rtk_form_ticket .select-hide {
  display: none;
}

.rtk_form_ticket .select-items div:hover,
.same-as-selected,
.mce-stack-layout {
  color: #4E023C !important;

}
.mce-branding{
  display: none !important;
}
.same-as-selected,
.mce-stack-layout {
  border: 0 !important;
}

.mce-toolbar .mce-btn i {
  text-shadow: none;
}

.mce-toolbar .mce-btn-group .mce-btn:hover {
  border-color: #4e023c45 !important;
}

.mce-panel.mce-menu.mce-in {
  background: #fff !important;
}

.wp-editor-container {
  border: 1px solid #ced4da !important;
}

div.mce-panel {
  background: transparent !important;
  border: 0 !important;
}

div.mce-toolbar-grp {
  border-bottom: 0;
}

.da-card-main .list_tickets .col-md-4.title {
  font-weight: 500;
}

.rtk_form_ticket .result_validate {
  color: #de3c00 !important;
}

.btn-close-ticket {
  border: 1px solid #dc3545 !important;
  background-color: #dc3545 !important;
  width: auto;
  padding: 5px 10px;
}

.btn-close-ticket:hover {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
  color: #fff !important;
}

.btn-close-ticket-status {
  border: 1px solid gray !important;
  background-color: gray !important;
  width: auto;
  padding: 5px 10px;
}

.rtk_list_reply {
  padding: 0 13px;
}

.rtk_reply_content {
  border-radius: 10px;
  padding: 1rem;
  margin-top: 2rem
}

.rtk_reply_content_second {
  margin-right: auto;
}

.rtk_reply_content .ticket_user {
  text-align: left;
  font-weight: 500;
  color: #312233;
}

.rtk_reply_content .ticket_message {
  font-size: 15px;
  color: #1d1d1d;
  font-weight: 400;
}

.rtk_reply_content .ticket_message h1 {
  font-size: 23px;
  color: #312233;
}

.rtk_reply_content .ticket_message h2 {
  font-size: 21px;
  color: #312233;
}

.rtk_reply_content .ticket_message h3 {
  font-size: 20px;
  color: #312233;
}

.rtk_reply_content .ticket_message p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #1d1d1d;
  font-weight: 400;
}

.rtk_reply_content .ticket_message h4,
.rtk_reply_content .ticket_message h5,
.rtk_reply_content .ticket_message h6 {
  font-size: 19px;
  color: #312233;
}

.rtk_reply_content .ticket_date {
  margin-top: 1rem;
  text-align: left;
  color: gray;
  font-weight: 400;
  direction: ltr;
  font-size: 15px;
}

.div_rtk_noify_ticket_header {
  position: relative;
}

.rtk_noify_ticket_header {
  position: absolute;
  top: -.7rem;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  padding-top: 2px;
  font-weight: 400;
  right: -10px;
}

.rtk_noify_ticket_sidebar {
  background: #4e023ce3;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding: 2px 8px 1px 8px;
}

.rtk_notify_badge {
  background: #5CB85C;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
  padding: 0 5px 1px 5px;
  font-weight: 400;
}

.da-card-main-tickets .list_tickets .col-md-2.col-ticket-date.config {
  margin-top: -1px;
}

.rnz_nazarsanji h5 {
  margin: .5rem 0 !important;
  font-size: 17px !important;
}

.rnz_nazarsanji .card-body,
.rnz_nazarsanji .card-header {
  padding: 0;
}

.rnz_nazarsanji .card {
  padding: 1rem 2rem 2rem 2rem;
}

.rnz_right h4 {
  font-size: 22px !important;
}

.rnz_nazarsanji .radio-group {
  margin-bottom: .3rem !important;
}

.rnz_left button img {
  margin-top: -1.5rem;
  vertical-align: middle;
}

.rnz_input_text {
  width: 320px !important;
}
.service_info .col-service  .col-content{
  margin: auto 0;
}
.service_info .col-service .col-md-6,
.da-card-main .row-add-service .col-md-8,
.da-card-main .row-add-service .col-md-4 {
  margin:auto;
}
.custom-pagination{
  text-align: center;
}
.custom-pagination .page-numbers {
  padding:2px 5px 0 5px;
  color: #08010f;
  border-radius: 5px;
  margin: 2px;
  outline: none !important;
  box-shadow: none !important;
}
.custom-pagination span.dots{
  background-color: transparent !important;
}
.custom-pagination .page-numbers.current,
.custom-pagination a:hover {
  color: #fff !important;
  background-color: #eee6ef;
}
.custom-pagination .page-numbers.current button ,
.custom-pagination a:hover button{
  color: #fff !important;

}
.sidebar-form{
  margin-top: 1rem;
}
.sidebar-form input.form-control , .sidebar-form select.form-control {
  border-radius: 10px !important;
  border: 0;
  box-shadow: rgb(215 215 215 / 34%) 0px 1px 2px 0px, rgb(167 167 167 / 21%) 0px 0px 2px 0px;
}
.sidebar-form #search-btn{
  border-radius: 10px !important;
  background: #fff;
  box-shadow: rgb(215 215 215 / 34%) 0px 1px 2px 0px, rgb(167 167 167 / 21%) 0px 0px 2px 0px;
  margin-right: 8px;
  padding-top: 10px;
}
#modal_expire{
  display: block;
}
#modal_expire h5 , #modal_expire p{
  text-align: center;
  display: block;
  width: 100%;
}
#modal_expire h5 i{
  vertical-align: middle;
}
#modal_expire p{
  font-weight: 500;
  margin: 0
}
.showcmenu{
  display: none;
  margin-top: -5px;
}
#closecmenu{
  display:none;
}


.btn-close{
  outline: none !important;
  box-shadow: none !important;
}
.order-config-list a , .order-config-list button{
  display: contents;
}
.order-config-list{
  text-align: left;
  padding-left: .8rem;
}
.da-card-main .service_info .order-config .btn i.fa-eye{
  background-color: #2196f338 !important;
  color: #2196f3ba !important;
}
.da-card-main .service_info .order-config .btn:hover i.fa-eye{
  background-color: #2196f326 !important;
  color: #2196f3 !important;
}
.da-card-main .service_info .order-config .btn i.fa-edit{
  background-color: #ff980040 !important;
  color: #ff9800fc !important;
}
.da-card-main .service_info .order-config .btn:hover i.fa-edit{
  background-color: #ff980026 !important;
  color: #ff9800 !important;
}
.da-card-main .service_info .order-config .btn-accept{
  background-color: #4caf5061 !important;
  color: #439546 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 500 !important;
  padding: 5px 8px 5px 8px;
}
.da-card-main .service_info .order-config .btn-noaccept{
  background-color: #ff980040 !important;
  color: #ff9800fc !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 500 !important;
  padding: 5px 8px 5px 8px;
}
.da-card-main .service_info .order-config .btn-remove{
  background-color: #f4433657 !important;
  color: #f44336e6 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 500 !important;
  padding: 5px 8px 5px 8px;
}
.comment_date span{
  font-size: 13px;
  font-weight: 400;
}
.da-card-main .service_info .order-config .btn-accept:hover{
  background-color: #4caf5038 !important;
  color: #38873b !important;
}
.da-card-main .service_info .order-config .btn-noaccept:hover{
  background-color: #ff980026 !important;
  color: #ff9800 !important;
}
.da-card-main .service_info .order-config .btn-remove:hover{
  background-color: #f443362b !important;
  color: #f44336 !important;
}
.da-card-main .service_info .order-config .btn i.fa-times{
  background-color: #f4433657 !important;
  color: #f44336e6 !important;
}
.da-card-main .service_info .order-config .btn:hover i.fa-times{
  background-color: #f443362b !important;
  color: #f44336 !important;
}
.da-col-order{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5rem;
  margin-bottom: .5rem;
  margin-right: 1rem;
}
.da-col-order a{
  color: #212529;
}
#insert_term_form{
  display: none;
  margin-top: 1.2rem;
}
.da-form_term input, .da-form_term select {
  outline: none;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  padding: 7px;
}
.da-form_term select {
  padding: 4px !important;
  color: #312233 !important;
}
.btn_add_cat{
  background-color: #4caf5073 !important;
  color: #2e7a31 !important;
  font-weight: 500;
}
.btn_add_cat:hover{
  background-color: #4caf5045 !important;
  color: #226024 !important;
}
.btn_add_cat i{
  vertical-align: middle;
}
.btn_add_cat2{
  background-color: #a1b1a173 !important;
  color: #585c58 !important;
  font-weight: 500;
}
.btn_add_cat2:hover{
  background-color: #a1b1a145 !important;
  color: #444444 !important;
}
.btn_add_cat2 i{
  vertical-align: middle;
}
.btn_edit_cat {
  background-color: #ffbb227d !important;
  color: #ff6c00 !important;
  font-weight: 500;
}
.btn_edit_cat:hover{
  background-color: #ffbb2257 !important;
  color: #ff6c00 !important;
}
.btn_show_cat{
  background-color: #2196f338 !important;
  color: #2196f3ba !important;
  font-weight: 500;
}
.btn_show_cat:hover{
  background-color: #2196f326 !important;
  color: #2196f3 !important;
}
.box-comments .sidebar-form input{
  border: 1px solid whitesmoke;
  margin-left: 10px;
  font-size: 14px !important;
}
.sidebar-form .btn-send{
  border-radius: 10px !important;
}
.da-box-form-tarefe input[type=checkbox]{
  vertical-align: middle;
}
#submit_product_waiting , #submit_product_waiting:hover , #submit_post_waiting , #submit_post_waiting:hover ,
#submit_order_waiting , #submit_order_waiting:hover , #submit_coupon_waiting , #submit_coupon_waiting:hover ,
#submit_setting_waiting , #submit_setting_waiting:hover {
  background-color: #4caf5045 !important;
  color: #226024 !important;
  cursor: default;
}
.da-form_term .da-form_term{
  margin-top: 2px;
  font-size: 14px;
  margin-right: 1px;
}
.btn_remove_cat{
  background-color: #f4433657 !important;
  color: #f44336e6 !important;
  font-weight: 500;
}
.btn_remove_cat:hover{
  background-color: #f443362b !important;
  color: #f44336 !important;
}
.col-img-logo{
  display: block;
  margin-top: 5px
}
@media (max-width:479px) {
  .wp-edit-post-form .btn_remove_cat , .wp-edit-post-form  .btn_add_cat  , .wp-edit-post-form  .btn_edit_cat , .btn-show-post{
    padding: 5px;
    font-size: 15px;
  }
  .rnz_nazarsanji .card {
    padding: 1rem !important;
  }

  .rnz_nazarsanji h5 {
    font-size: 15px !important;
    line-height: 1.7rem !important;
  }
  .da-header-links .profile_user {
    padding: 3px;
    top: -6px;
    position: relative;
  }
  .da-header-links a{
    padding: 7px;
  }
  .da-header-links a .profile_username {
    display: none;
  }
  .sidebar-form input.form-control , .sidebar-form select.form-control{
    font-size: 14px;
  }

}

@media (min-width:992px) {
  .da-card-main-right , .da-card-main-left {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

}

@media (max-width:1199px) and (min-width:992px) {
  .da-card-main .btn_select_plan {
    padding: 1rem .2rem;
    margin-bottom: 5px;
  }
  .da-card-main .service_info .order-config a i , .da-card-main .service_info .order-config button i  , .da-card-main .service_info .col-desc{
    font-size: 13px;
  }
  .order-config-list{
    padding-right: 0 !important;
  }
  .da-card-main .btn_select_plan h4 {
    font-size: 12px;
  }
  .col-da_sidebar{
    flex: 0 0 auto !important;
    width: 25% !important;
  }
  .da-col-header{
    flex: 0 0 auto !important;
    width: 75% !important;
  }
}

@media (max-width:1299px) and (min-width:767px) {
  .da_sidebar ul {
    padding-right: 10px;
  }

  .da_sidebar ul li {
    margin-left: 10px;
  }

  .service_info .col-service .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 1rem !important;
  }

  .service_info .col-service .col-md-3.by {
    text-align: right !important;
  }

  .service_info .col-service .col-md-6,
  .da-card-main .row-add-service .col-md-8,
  .da-card-main .row-add-service .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .da-card-main-tickets .col-md-2 .col-ticket-date {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 1rem !important;
  }

  .da-card-main canvas {
    width: 221px !important;
    height: 221px !important;
  }
  /*.da-card-main .card-body h5{*/
  /*line-height: 1.5rem;*/
  /*height: 50px;*/
  /*}*/


}
@media (max-width:1299px) and (min-width:1200px) {
  #home_page .da-row-container .col-lg-3{
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
  }

}
@media (max-width:1199px) and (min-width:992px) {
  #home_page .da-row-container .col-lg-3{
    flex: 0 0 auto !important;
    width:50% !important;
  }

}
@media (max-width:1299px) {

  .da-card-main .service_info .pending-order,
  .da-card-main .service_info .success-order {
    font-size: 14px;
  }

  .da-card-main .list_tickets .col-md-5 {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-bottom: 5px;
  }

  .da-card-main .list_tickets .col-md-4.title {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-bottom: 5px;
  }

  .da-card-main .list_tickets .col-md-2.col-ticket-state {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .da-card-main-tickets .list_tickets .col-md-2.col-ticket-state {
    width: 16% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .da-card-main .list_tickets .col-ticket-service {
    flex: 0 0 auto;
    width: 50%;
  }

  .da-card-main .list_tickets .col-md-2.col-ticket-date {
    flex: 0 0 auto;
    width: 50%;
  }

  .da-card-main-tickets .col-md-3.col-ticket-title {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 1rem !important;
  }

  .da-card-main-tickets .col-md-3.col-ticket-service {
    margin: 0;
  }

  .da-card-main-tickets .ticket_by.col-md-5 {
    width: 33.33333333% !important;
    text-align: center;
  }

  .da-card-main-tickets .ticket_by.col-md-7 {
    width: 58.33333333% !important;
    text-align: center;
  }

  .da-card-main .list_tickets .col-md-2.col-ticket-date.by,
  .da-card-main-tickets .col-md-4.col-ticket-date.by {
    text-align: right !important;
    padding-right: 1rem !important;
  }

  .da-card-main-tickets .col-md-4 {
    width: 100%;
  }

  .da-card-main-tickets .list_tickets .col-md-2.col-ticket-date.date {
    width: 50% !important;
    text-align: right !important;
    margin-top: 10px;
  }

  .da-card-main-tickets .list_tickets .col-md-2.col-ticket-date.config {
    width: 50% !important;
    text-align: left !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .da-card-main .list_tickets .col-ticket-state,
  .da-card-main .list_tickets .col-ticket-service {
    text-align: left !important;
    padding-left: 1rem !important;
  }

  .da-card-main-tickets .list_tickets .col-ticket-state {
    flex: 0 0 auto;
    width: 16.66666667%;
    text-align: left !important;
    padding-left: .9rem !important;
    padding-right: 0 !important;
  }

  .da-card-main-tickets .col-ticket-title {
    width: 33.33333333% !important;
  }

  .rtk_form_ticket .select-items div,
  .rtk_form_ticket .select-selected {
    padding: .7rem 7px;
    font-size: 15px;
  }

  .rtk_form_ticket .form-item .form-control {
    font-size: 15px;
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (max-width:1099px) and (min-width:992px) {

  .da-card-main .service_info .pending-order,
  .da-card-main .service_info .success-order {
    font-size: 12px;
  }
}

@media (max-width:767px) and (min-width:521px) {
  .da-card-main .row-add-service .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .da-card-main .row-add-service .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (max-width: 991px) {
  .service_info_books .col-content , .service_info_books .col-content .col-desc  {
    text-align: center;
  }
  .service_info_books .col-content .col-desc{
    width: 100%;
  }
  .service_info_header strong , .service_info_header .btn{
    font-size: 17px;
  }
  .da-row-container {
    padding: 0;
  }
  .invoice-col{
    margin-bottom: .8rem;
  }
  .invoice-orders{
    margin-top: 1rem !important;
  }
  .da-card-main canvas.report_doughnutChart {
    margin: auto !important;
  }
  .da-col-order {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .da-card-main .col-title {
    display: block;
    float: right;
    padding-right: 10px !important;
  }

  .da-card-main .col-title-link {
    display: inline-block;
    font-family: IRANSans !important;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
    vertical-align: top;
  }

  .da-card-main .col-desc {
    float: left;
    padding-left: 10px !important;
  }

  .da-card-main .col-content {
    padding: .5rem !important;
  }

  .col-service-head {
    display: none;
  }

  .order-config-list {
    text-align: center;
  }

  .da-card-main .list_tickets .col-ticket-service {
    width: 100% !important;
    margin-bottom: 5px !important;
  }

  .da-card-main-tickets .col-ticket-title {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }

  .da-card-main-tickets .col-md-4.col-ticket-date.by {
    margin-bottom: 10px !important;
    width: 75%;
  }

  .da-card-main-tickets .ticket_by.col-md-7 {
    margin-bottom: 0;
  }

  .da-card-main-tickets .col-ticket-date .ticket_by.col-md-5 {
    padding: 0 !important;

  }

  .da-card-main-tickets .ticket_by.col-md-5 {
    text-align: right !important;
  }

  .da-card-main-tickets .list_tickets .col-ticket-state {
    width: 25%;
  }

  .da-card-main-tickets .list_tickets .col-ticket-state {
    flex: 0 0 auto;
    width: 16.66666667%;
    text-align: right !important;
    padding-right: .9rem !important;
    padding-left: 0 !important;
  }

  .da-card-main-tickets .col-md-3.col-ticket-service {
    width: 75% !important;
  }

  .da-card-main-tickets .list_tickets .col-md-2.col-ticket-state {
    width: 25% !important;
    text-align: left !important;
    padding-left: 1rem !important;
  }
  .da-card-main {
    margin: 0 0 1.5rem 0 !important;
  }
  .progress-group{
    font-size: 14px;
  }
  .description-percentage{
    font-size: 17px;
  }
  .service_add_btn {
    margin: 2rem .2rem 1rem .2rem;
  }
}

@media (max-width: 767px) {
  .service_info .col-service .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .service_info .col-service .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .da-card-main #monthlySalesChart {
    height: 400px !important;
  }

  /*.da-card-main-tickets .service_info .col-service .col-md-3.col-ticket-date {*/
  /*width: 50% !important;*/
  /*}*/
  .da_notify .float-start {
    width: 100%;
    text-align: right;
  }

  .da-card-menu .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .da_notify p {
    line-height: 1.5rem;
    font-size: 14px;
  }

  .da-col-header footer {
    position: inherit;
  }

  .da-card-main .card-404 img {
    height: auto;
  }


  .da_sidebar ul li a {
    font-size: 14px;
  }

  .da_sidebar {
    width: 90%;
    height: auto;
    box-shadow: 0 2px 3px 1px rgb(237 237 237 / 10%);
    margin: 1.8rem 1.4rem;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 0;
    min-height: auto;
  }

  .da-card-main {
    margin-top: 0 !important;
  }

  .da-card-menu {
    margin-top: 1.5rem !important;
  }

  .da-top-header {
    display: none;
  }

  .da-top-header-mobile {
    display: block;
    padding: 2rem 1rem .5rem 2.5rem;
    text-align: left;
  }

  .da_sidebar ul {
    text-align: right;
  }

  .service_add_btn {
    margin:2rem 1.6rem 1.5rem 1rem;
  }

  .da-card-main-tickets .col-ticket-service,
  .da-card-main-tickets .list_tickets .col-ticket-state {
    text-align: right !important;
    padding-right: .9rem !important;
    padding-left: 0 !important;
  }

  .rtk_form_ticket .rtk-select {
    margin-bottom: 1.3rem;
  }

  .service_info .col-service .col-md-3.by {
    text-align: right !important;
    padding-left: 0 !important;
  }
  .asid_sidebar_header{
    position: relative;
  }

  #closecmenu{
    display: block;
    font-size: 25px;
    position: absolute;
    left: 20px;
    top: 0px;
  }
  #collapse-menu-container {
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 0 2px 3px 1px rgb(139 117 117 / 10%);
    border-radius: 0;
    padding-bottom: 1rem;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0s 0.35s;
    z-index: 9999;
    margin: 0;
  }

  #collapse-menu-container.show-menu {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }

  .showcmenu{
    display: initial;
    float: right !important;
    border: 0;
    background: transparent;

  }
}

@media (max-width:575px) {
  .da-card-main .col-profile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .da-card-main-tickets .ticket_by.col-md-5 {
    padding-left: 0;
    margin-bottom: .5rem;
    margin-top: .0;
  }

  .da-card-main-tickets .ticket_by.col-md-7 {
    text-align: left !important;
    padding-left: 0;
  }

  .da-card-main-tickets .col-ticket-title {
    margin-bottom: .5rem !important;
  }

  .da-card-main-tickets .list_tickets .col-ticket-state {
    margin: 0 !important;
    padding: 0;
  }

  .da-card-main-tickets .ticket_by.col-md-5,
  .da-card-main-tickets .ticket_by.col-md-7,
  .da-card-main-tickets .col-ticket-date .ticket_by.col-md-5 {
    padding-right: .9rem !important;
  }

  .da-card-main-tickets .list_tickets .col-ticket {
    padding-right: 1rem !important;
    width: 100% !important;
  }

  .da-card-main-tickets .col-ticket-title {
    margin-bottom: 1.2rem !important;
    font-size: 15px !important
  }

  .da-card-main-tickets .service_info_single#register {
    padding: 1rem !important;
  }

  .ticket_reply_title h2 {
    font-size: 17px !important;
  }

  .ticket_reply_title h3 {
    font-size: 14px !important;
  }

  .col-ticket-reply {
    padding: 0;
  }

  .rtk_reply_content .ticket_message p,
  .rtk_reply_content .ticket_message {
    font-size: 14px;
  }

  .rtk_reply_content .ticket_user {
    margin-bottom: .8rem;
  }

  .rtk_list_reply {
    padding: 0;
  }

  .da-card-main-tickets .list_tickets .col-md-2.col-ticket-state {
    width: 50% !important;
    text-align: right !important;
    padding-left: 1rem !important;
  }

  .da-card-main-tickets .list_tickets .col-md-2.col-ticket-date.date {
    margin-top: 0;
    text-align: left !important;
    padding-left: 1.3rem;
  }

  .da-card-main-tickets .list_tickets .col-md-2.col-ticket-date.config {
    width: 100% !important;
    text-align: center !important;
    margin-top: 1rem;
  }

  .da-card-main-tickets .list_tickets .col-ticket .row {
    padding-left: 0 !important;
  }
}

@media (max-width:520px) {
  .da-box-form input#banner_image , .da-box-form  .logo_input{
    width: 62%;
  }
  .lable_logo_site{
    display: block;
  }
  .da-card-main .col-title-link {
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 3px;
  }

  .da-card-main {
    margin: 0 .5rem 1.8rem .5rem !important;
  }


  .da-card-main-reply {
    margin: 0 !important;
  }

  .da_notify {
    margin: 2rem .5rem 1.8rem .5rem !important;
  }

  .service_info .col-service .col-md-3 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 1rem !important;
  }

  .service_info .col-service .col-md-6,
  .da-card-main .row-add-service .col-md-8,
  .da-card-main .row-add-service .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .da-card-main .service_info .col-price {
    font-size: 15px;
  }

  .da-card-main .row-add-service .col-md-4 {
    text-align: right;
  }

  .da-card-main .service_info .order-config a i , .da-card-main .service_info .order-config button i {
    vertical-align: baseline;
  }


  .da-card-main .service_info .col-date.description {
    text-align: right;
  }

  .da-card-main .list_tickets .col-ticket {
    font-size: 13px;
  }

  .col-ticket-title {
    font-size: 14px !important;
  }

  .service_add_btn {
    margin: 1.8rem .7rem 1.7rem .7rem;
  }

  .da-card-menu {
    margin-top: 1.5rem !important;
  }

  .da-card-menu ul.list-menu-service li {
    padding: 1rem 0 0 0;
  }

  .da-card-menu ul.list-menu-service li p {
    width: 65px;
    font-size: 13px;
  }

  .da-card-main .usage-desc {
    width: auto;
  }

  .da-card-main .btn_select_plan {
    width: 100%;
    margin-bottom: 1rem;
  }

  .da-card-main .div_result_plan {
    margin-top: 0;
  }

  .da-card-main .upgrade_desc {
    height: auto;
    font-size: 14px;
  }

  .da-card-main .alert-dismissible {
    font-size: 14px;
  }
}
@media (max-width:480px) {
  .service_info_header .btn{
    padding: 8px 1.1rem;
    font-size: 16px;
  }
  .service_info_header strong {
    margin-left: .5rem;
    font-size: 16px;
  }
  .da-card-main .service_info_single#register {
    padding: 0 1rem 0 1rem !important;
  }
  .wpfpm-wrap input{
    width: 100%;
  }
  .invoice-print button{
    width: 100%;
  }
  .da-form_term input{
    width: 120px;
  }
  #home_page .da-row-container{
    padding: 0;
  }
  .da-header-links svg{
    width: 25px !important;
    height: 25px !important;
  }
  .showcmenu svg{
    margin-top: -5px;
    width: 35px !important;
    height: 35px !important;
  }
  .da-breadcrumbs {
    margin-top: 1rem !important;
    margin-bottom: 1rem;
  }
}
/****** login *******/
.login_container {
  text-align: center;
  justify-content: center;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
/* @media screen and (max-width: 992px) {
  .login_container {
    margin-top: -130px;
  }
}
@media screen and (max-width: 576px) {
  .login_container {
    margin-top: 0;
  }
} */
.content-wrapper-login {
  margin: auto !important;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rsv_login_Submit {
  background: linear-gradient(135deg, #4e023c 0%, #320128 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 500;
}
.rsv_login_Submit:hover {
  background: linear-gradient(135deg, #4e023cb9 0%, #32012856 100%);
  color: #4e023c !important;
  transition: all 0.4s;
}
.rsv-card-login input:focus {
  border-bottom: 2px solid #4e023cc7;
  box-shadow: none;
}

#retry_send_code {
  font-size: 12px;
  font-weight: 500;
  color: #4e023c;
  cursor: pointer;
  border: 1px solid #4e023c3b;
  padding: 6px 10px;
  border-radius: 8px;
}

.retry_send_code {
  font-weight: 500;
}

.title_rsv_login2 a,
#retry_send_code:hover {
  color: #4e023ce3 !important;
}

.rsv-card-login input.error_login {
  border: 2px solid red !important;
  border-radius: 10px !important;
}

.login_error_msg {
  color: red;
  font-weight: 500;
  font-size: 14px;
}

.hide_form {
  display: none;
}
#form_login2 .edit_code_btn {
  color: #4e023c;
  background: #4b013a1c;
  border: 1px solid #4e023c3b;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 8px;
}
#form_login2 .edit_code_btn:hover {
  background: #4b013a62;
  transition: all 0.4s;
}
.rsv-card-login input {
  height: 60px;
  width: 100%;
  outline: none;
  margin-bottom: 1rem;
  border: none;
  box-shadow: none !important;
  border-bottom: 2px solid #4e023c2f;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 0 !important;
  direction: ltr;
  font-size: 18px;
}
.rsv-card-login input::placeholder {
  color: #979797;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.rsv_login_Submit {
  box-shadow: none !important;
  outline: none !important;
  margin-bottom: 10px;
  color: #fff;
  height: 50px;
  width: 100%;
  transition: all 0.3s ease-in-out !important;
}

/* .rsv_login_Submit:hover {
  box-shadow: 0 1px 3px 1px rgb(152 147 147 / 80%) !important;
} */
.title_rsv_login2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 14px !important;
  color: #000;
  line-height: 2.2em;
}
.title_rsv_login2 label {
  font-weight: 400 !important;
}

#code_login {
  letter-spacing: 12px;
}
.da-list{
  list-style: decimal;
  margin-bottom: 0;
}
.da-list li{
  font-size: 14px;
  color: #585858 !important;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
#register .register-form .form-item label {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  margin-top: -42px;
  margin-right: 20px;
  transition: all 0.4s;
}

#register .register-form .form-item input {
  border-radius: 10px;
}

.form-item input:focus + label,
.form-item input:valid + label {
  margin-top: -71px !important;
  margin-right: 20px;
  font-size: 12px !important;
  border-radius: 5px;
  padding: 3px 10px;
}

.register-text {
  margin-top: 7rem;
}

.register-form .form-group .form-control {
  margin-bottom: 0.6rem;
  margin-top: 1rem;
}

.button-form .btn-custom-form {
  width: 10rem;
  color: white;
  border-radius: 10px;
}


.register-form .card,
.login-form .card {
  padding: 1rem 1.8rem 1.8rem 1.8rem;
  border: 0;
  box-shadow: rgb(101 101 101 / 50%) 0px 1px 3px 0px,
  rgb(16 16 16 / 8%) 0px 1px 2px 0px;
  border-radius: 20px;
}

.register-form .btn-solid i {
  transition: all ease-in-out;
  animation: click_animation 0.4s infinite alternate-reverse;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.register-form .btn-solid:hover i {
  animation: none;
}

.register-form input {
  height: 3rem;
}

@media screen and (max-width: 782px) {
  .wp-core-ui .button, .wp-core-ui .button.button-large, .wp-core-ui .button.button-small {
    min-height: inherit !important;
    line-height: 2rem !important;
  }
}
@media (max-width: 656px) {
  .col-socials-types{
    display: block;
    margin-bottom: 5px;
  }
  .title_rsv_login {
    font-size: 18px !important;
    line-height: 3rem;
  }

  .title_rsv_login2 {
    font-size: 15px !important;
    line-height: 3rem;
  }
  .review-nav-tabs .box-comments .username , .review-nav-tabs .box-comments .comment_date{
    width: 100%;
  }
  .review-nav-tabs .box-comments .comment_date{
    text-align: left;
    margin-bottom: 1rem;
  }
  .service_star_rating .fa-star {
    font-size: 14px;
  }
  .service_star_rating {
    margin-left: 5px;
  }
  .sidebar-form .btn-send{
    font-size: 14px;
    font-weight: 500;
  }
}

/**************************new style*****************************************/
#login .login {
  width: 100%;
  height: 100vh !important;
}

.img_login_container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.login-form-container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.img_login_container img {
  width: 100%;
  height: 450px;
}

.panel-title1 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
  z-index: 10000;
  position: relative;
  line-height: 1.8em;
}

.panel-title2 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8em;
}
.img_login_container .bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0px;
  left: 0;
}
.rbook-admin-path-notice2{
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 14px;
  text-align: center;
  z-index: 99999999;
  border: 0;
  margin: 10px !important;
  left: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .img_login_container img {
    height: 300px;
  }
  .img_login_container .panel-title1 {
    padding: 0 20px;
  }
  .login-form-container {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 768px) {
  .panel-title1 {
    font-size: 24px;
  }
  .panel-title2 {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .panel-title1 {
    font-size: 20px;
  }
  .panel-title2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .panel-title1 {
    font-size: 18px;
  }
  .panel-title2 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 321px) {
  .panel-title1 {
    font-size: 16px;
  }
  .panel-title2 {
    font-size: 14px;
  }
}
.img_login_container .bubble {
  position: absolute;
  bottom: -100px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.5;
  animation: rise 10s infinite ease-in;
}

.img_login_container .bubble:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 8s;
}

.img_login_container .bubble:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.img_login_container .bubble:nth-child(3) {
  width: 50px;
  height: 50px;
  left: 35%;
  animation-duration: 7s;
  animation-delay: 2s;
}

.img_login_container .bubble:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 50%;
  animation-duration: 11s;
  animation-delay: 0s;
}

.img_login_container .bubble:nth-child(5) {
  width: 35px;
  height: 35px;
  left: 55%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.img_login_container .bubble:nth-child(6) {
  width: 45px;
  height: 45px;
  left: 65%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.img_login_container .bubble:nth-child(7) {
  width: 90px;
  height: 90px;
  left: 70%;
  animation-duration: 12s;
  animation-delay: 2s;
}

.img_login_container .bubble:nth-child(8) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.img_login_container .bubble:nth-child(9) {
  width: 15px;
  height: 15px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 1s;
}

.img_login_container .bubble:nth-child(10) {
  width: 90px;
  height: 90px;
  left: 25%;
  animation-duration: 10s;
  animation-delay: 4s;
}

@keyframes rise {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }

  50% {
    transform: translate(100px);
  }

  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}
.login-form-container {
  background-image: url(../images/landing-bg.png);
}
@media screen and (max-width: 992px) {
  .login-form-container {
    background-image: linear-gradient(
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.1)
    ),
    url(../images/login-banner2.png);
    background-size: contain;
    background-position: top center;
    background-blend-mode: normal;
    background-repeat: no-repeat;
  }
}
.login-form-container .rsv_form svg {
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #f7f7f7;
  margin-top: -85px;
}
@media screen and (max-width: 768px) {
  .login-form-container .rsv_form svg {
    width: 90px;
    height: 90px;
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  .login-form-container .rsv_form svg {
    width: 70px;
    height: 70px;
    padding: 10px;
    margin-top: -65px;
  }
}
.rsv_form .form-container .rsv-card-login .form-desc {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  text-align: right !important;
  color: #000;
  margin: 10px 0;
  line-height: 2em;
}
@media screen and (max-width: 576px) {
  .rsv_form .form-container .rsv-card-login .form-desc {
    font-size: 13px;
  }
}
.rsv-card-login .exclamation-mark {
  animation-name: excl;
  animation-duration: 2s;
  animation: excl 1s infinite alternate-reverse;
  position: relative;
  top: 5px;
}
@-webkit-keyframes excl {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.rsv_form .form-container {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  padding: 50px 30px 30px 30px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .rsv_form .form-container {
    padding: 30px 20px 0px 20px;
  }
}
@media screen and (max-width: 400px) {
  .rsv_form .form-container {
    padding: 20px 13px 0px 15px;
  }
}
@media screen and (max-width: 321px) {
  .rsv_form .form-container {
    padding: 20px 10px 0px 10px;
  }
}
.rsv_form .title_rsv_login {
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 22px !important;
}
@media screen and (max-width: 768px) {
  .rsv_form .title_rsv_login {
    font-size: 20px !important;
  }
}
.rsv_form .site-info .site-name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.rsv_form .site-info .site-name img {
  object-fit: contain;
  margin-left: 10px;
}
@media screen and (max-width: 321px) {
  .rsv_form .site-info .site-name img {
    width: 50px;
    height: 50px;
  }
}
#form_login2 .edit_code_login {
  flex-direction: row;
  height: 40px;
}
@media screen and (max-width: 340px) {
  #form_login2 .edit_code_login {
    flex-direction: column;
    height: 56px;
    margin-bottom: 10px;
  }
}
.main-footer {
  background: rgb(233, 233, 233);
  text-align: left;
  font-size: 12px !important;
  color: #686868ff;
  padding: 10px 0 10px 10px;
  margin: 0;
  position: sticky;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer a , .main-footer p {
  font-size: 12px !important;
}
@media screen and (max-width: 992px) {
  .main-footer {
    text-align: center;
  }
}
.main-footer a {
  color: #7a7a7aff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.main-footer a:hover {
  color: #4e023c; /* رنگ لطیف‌تر هماهنگ با زرشکی */
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}

.main-footer p {
  margin: 0;
}

/*uploader */
.wpfig-images-wrap{
  display: flex;
  padding: 0;
  overflow-x: scroll;
}
.wpfig_post_form_thumnail  .wpfig-images-wrap{
  display: block !important;
  text-align: center;
}
.wpfig-images-wrap li{
  margin-left: 1rem;
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.wpfig_post_form_thumnail .wpfig-images-wrap li{
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wpfig-images-wrap li .wpfig-image__remove{
  position: absolute;
  border-radius: 50%;
  border: 0;
  right: 5px;
  top: 5px;
  background: #eee6e6;
  outline: none !important;
}
.wpfig-images-wrap li .wpfig-image__remove:hover{
  background: #fff;
}
.wpfig-images-wrap img{
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 3px;
}
.wpfig_post_form_thumnail .wpfig-images-wrap img{
  width: 200px;
  height: 200px;
}
.wpfig-button-wrap{
  text-align: center;
  margin: 2rem 0;
}
.wpfig-button-wrap button{
  margin-bottom: 1rem;
  font-weight: 700;
  padding: 1rem;
  width:50%;
  border-radius: 35px;
}
.image_setting_style{
  border-radius: 2px;
}
.btn-set-attr{
  width: 200px;
}
.set_attr{
  color:green;
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.attribute-row , .variation-row{
  margin-top: 1rem;
  border-radius: 15px;
}
.variation-row .product-attribute ,
.variation-row .col-var-price{
  padding: 5px;
}
#variable_product_div{
  display: none;
}
.toggle_variables{
  border: 0;
  border-radius: 8px;
  font-size: 20px;

}
.toggle_variables i{
  vertical-align: middle;
}
.toggle_variables span{
  font-size: 15px;
}
#generate_variations_btn , .save-attributes , .save-variations{
  outline: none !important;
  box-shadow: none !important;
}
.row-product-attribute{
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.attribute-row .remove-attribute{
  float: left;
  margin-bottom: 15px;
}
.product-form-type .nav-tabs .nav-link{
  color: #000;
}
@media (max-width: 991px) {
  .wpfig-images-wrap img{
    width: 100px;
    height: 100px;
  }

}
@media (max-width: 656px) {
  .variation-row .product-attribute,
  .variation-row .col-var-price {
    padding: 0 5px;
  }
  .rbook-admin-path-notice2 a{
    display: block;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .wpfig-button-wrap button{
    width:90%;
  }
  .lable_logo_site{
    display: block;
  }


}
@media (max-width: 540px) {
  .da-form_term input, .da-form_term select {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .btn_filter{
    display: contents;
  }
}
/* width */
.wpfig-images-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.wpfig-images-wrap::-webkit-scrollbar-track {
  background:transparent;
}

/* Handle */
.wpfig-images-wrap::-webkit-scrollbar-thumb {
  background: #7787e166;
  border-radius: 25px;
  cursor: pointer;
}

/* Handle on hover */
.wpfig-images-wrap::-webkit-scrollbar-thumb:hover {
  background: #1d2e9166;
}
.product_star_rating {
  margin-top: 1.5rem;
}
.product_star_rating span{
  text-shadow: none;
  font-size: 1.5rem;
  color: #cdc9c9;
}
.product_star_rating span.checked{
  color: #f8ae35 !important;
}
.da-box-comments .img-circle{
  border-radius: 50%;
}
.da-box-comments  .comment-content{
  font-size: 14px;
  font-weight: 400;
  color: #4c4c4c;
  cursor: default;
}
.col-media-image .custom-media-button{
  border: 0;
  background: transparent;
  margin: 1rem 0;
}
.col-media-image  img {
  transition: 0.3s ease;
  border-radius: 3px;
}
.col-media-image img:hover,
.col-media-image img:focus {
  filter: brightness(1.20) contrast(1.30);
}
.modal-backdrop{
  z-index: 1;
}
#qrcode img{
  display: initial !important;
  width: inherit !important;
}
.rsv_notif_pending{
  position: relative;
}
.rsv_notif_pending span{
  position: absolute;
  right: 2px;
  top: -1rem;
  background: #d63638;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 17px;
  font-size: 12px;
  padding-top: 2px;
}
@media(max-width: 991px){
  .rsv_notif_pending span{
    top: -0.6rem;
  }
}
@media (min-width: 479px) {
  .btn_filter {
    float: left;
  }
}
@media (max-width: 478px) {
  .btn_filter {
    text-align: left;
    display: block;
  }

}
@media (max-width: 370px) {
  .rapl_select_show_status{
    display: block;
  }
}
@media (max-width: 991px) {
  .comment_title_post{
    display: block;
    margin-top: 10px;
  }
}
@media (max-width:480px) {
  .comment_date {
    display: block;
    float: none !important;
  }
}
.col-media-image img{
  height:147px;
}
@media(max-width: 1499px){
  .da-card-consules .col-content{
    flex: 0 0 auto !important;
    width: 100% !important;
    padding: .5rem !important;
  }
  .da-card-consules .col-service-head {
    display: none;
  }
  .da-card-consules .col-title {
    display: block;
    float: right;
    padding-right: 10px !important;
  }
  .da-card-consules .col-desc {
    float: left;
    padding-left: 10px !important;
  }
  .da-card-consules .order-config-list {
    text-align: center;
  }
}

@media(max-width: 1250px) and (min-width: 1199px){
  .col-media-image img{
    height:125px;
  }
}
@media(max-width: 1199px) and (min-width:992px){
  .col-media-image img{
    height:100px;
  }
}
@media(max-width: 991px) and (min-width:768px){
  .col-media-image img{
    height:105px;
  }
}
@media(max-width: 565px) and (min-width:480px){
  .col-media-image img{
    height:125px;
  }
}
@media(max-width:479px) and (min-width:380px){
  .col-media-image img{
    height:115px;
  }
  .col-media-image{
    padding:5px;
    margin-bottom: 0 !important;
  }
}
@media(max-width:379px) and (min-width:80px){
  .col-media-image img{
    height:95px;
  }
  .col-media-image{
    padding:5px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 360px) {
  .rsv_form .form-container {
    padding: 0 13px 0px 15px;
  }
}

@media screen and (max-width: 360px) {
  .login-form-container .rsv_form svg {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-top: -36px;
  }
}
@media screen and (max-width: 576px) {
  .rsv_form .title_rsv_login {
    font-size: 18px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .login-form-container .rsv_form svg {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .rsv_login_Submit {
    height: 45px;
    width: 75%;
  }
}
@media screen and (max-width: 576px) {
  .login-form-container {
    justify-content: center;
  }
}