/*!
 * Plugin Name: Venus Panel
 * Plugin URI: https://dangoweb.ir/product/venus-wordpress-user-panel-plugin/
 */

*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.venus-container {
  background-color: #ffffff;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  color: #666666;
  font-size: 14px !important;
  display: flex;
  line-height: 1.5rem;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: auto;
}

.venus-container a {
  text-decoration: none !important;
}

.venus-container .vud-menu li:before,
.venus-container .vud-menu li:after {
  all: unset !important;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 300ms;
}

li {
  list-style-type: none;
}

.venus-container h1,
.venus-container h2,
.venus-container h3,
.venus-container h4,
.venus-container h5,
.venus-container h6 {
  font-size: 15px !important;
  font-weight: normal;
  color: #545454;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.vud-flex {
  display: flex;
}

.vud-position-relative {
  position: relative;
}

.vud-position-absolute {
  position: absolute;
}

.vud-100 {
  width: 100%;
}

.vud-25 {
  width: 25%;
}

.vud-50 {
  width: 50%;
}

.mt {
  margin-top: 1rem;
}

.mb {
  margin-bottom: 1em;
}

.my {
  margin: 0 1em;
}

.ldir {
  direction: ltr;
}

.rdir {
  direction: rtl;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.vud-line-height-0 {
  line-height: 0;
}

.vud-green-bg {
  background-color: #2ecc71;
}

.vud-yellow-bg {
  background-color: #f1c40f;
}

.vud-red-bg {
  background-color: #e74c3c;
}

.vud-orange-bg {
  background-color: #f39c12;
}

.vud-blue-bg {
  background-color: #3797dd;
}

.vud-purple-bg {
  background-color: #6437fc;
}

.vud-gray-bg {
  background-color: #34495e;
}

.vud-silver-bg {
  background-color: #bdc3c7;
}

.vud-white-text {
  color: #ffffff !important;
}

.vud-green-text {
  color: #64bc36;
}

.vud-yellow-text {
  color: #f1c40f;
}

.vud-orange-text {
  color: #f39c12;
}

.vud-black-text {
  color: #363841;
}

.vud-gray-text {
  color: #7f8c8d;
}

.vud-blue-text {
  color: #3797dd;
}

.vud-purple-text {
  color: #6437fc;
}

.vud-red-text {
  color: #e74c3c;
}

.vud-pink-text {
  color: #f368e0;
}

.vud-jad-text {
  color: #00d2d3;
}

.vud-silver-text {
  color: #bdc3c7;
}

.vud-pastel-text {
  color: #ff6b6b;
}

.vud-btn {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 0.6rem 1rem;
  cursor: pointer;
  border-radius: 5px;
  user-select: none;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.vud-bold {
  font-weight: bold;
}

button:disabled,
button[disabled] {
  cursor: not-allowed;
}

.vud-disabled {
  cursor: not-allowed;
}

.vud-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.venus-container span {
  vertical-align: unset !important;
}

.venus-container input:focus,
.venus-container button:focus,
.venus-container select:focus,
.venus-container textarea:focus {
  outline-width: 0 !important;
  border: 1px solid #ccced2 !important;
}

.venus-container button:focus,
.venus-container input[type="submit"] {
  border: none !important;
}

.modal input[type="text"],
.modal input[type="email"],
.modal input[type="tel"],
.venus-container input[type="date"],
.venus-container input[type="number"],
.venus-container input[type="password"],
.venus-container input[type="text"],
.venus-container input[type="email"],
.venus-container input[type="tel"],
.venus-container input[type="search"],
.venus-container textarea,
.venus-container select {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1rem;
  padding: 0.5rem 1rem;
  transition: 0.3s;
  width: 100%;
  height: 45px;
  max-width: 100%;
}

.venus-container input[type="file"] {
  width: 100%;
  height: 45px;
}

.venus-container textarea {
  height: auto;
  line-height: 1.5rem;
}

.venus-container button {
  border: none;
}

.modal .vud-submit,
.venus-container .vud-submit,
.venus-container input[type="submit"],
.venus-container .referral-tooltip button,
.faq-show-form button,
.address-content .button,
.order-again a {
  cursor: pointer;
  padding: 0.3rem 2rem;
  border-radius: 5px;
  background-color: #6437fc;
  color: #ffffff;
  font-size: 1rem;
  transition: ease-in-out 300ms;
  margin: 0;
}

.vud-disabled-btn {
  cursor: pointer;
  padding: 0.3rem 2rem;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
}

.modal .vud-submit,
.venus-container .referral-tooltip button {
  border: none;
}

.faq-show-form button:hover,
.modal .vud-submit:hover,
.venus-container input[type="submit"]:hover,
.venus-container .vud-submit:hover,
.address-content .button:hover,
.order-again a:hover {
  background-color: #666666;
}

.vud-loading-spinner {
  display: none;
  width: 13px;
  height: 13px;
}

.vud-loading-spinner:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: vud-loading-spinner 1.2s linear infinite;
}

@keyframes vud-loading-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.dw-alert,
.vud-section .woocommerce-error li,
.vud-section .woocommerce-message {
  padding: 0.8rem 1rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  border: none;
  float: right;
  width: 100%;
}

.vud-section .wc-block-components-notice-banner.is-error {
  border: none;
  border-radius: 8px;
  padding: 0.8rem 1rem !important;
}

.wc-block-components-notice-banner.is-error > svg {
  background: transparent;
}

.wc-block-components-notice-banner > svg {
  fill: #cf4335;
}

.dw-alert span {
  vertical-align: middle !important;
}

.green-alert,
.red-alert,
.vud-section .woocommerce-error li {
  color: #2f2f2f;
  background-color: #fff0f0;
  display: flex;
}

.dw-alert i {
  margin: 0 0 0 0.3rem;
  font-size: 1.5rem;
  color: #cf4335;
}

.green-alert i {
  color: #0f5132;
}

.green-alert,
.vud-section .woocommerce-message {
  color: #0f5132;
  background-color: #d1e7dd;
}

.vud-section .woocommerce-message::before {
  content: "\e953";
  font-family: "iconly";
  margin-left: 0.3rem;
  vertical-align: middle !important;
  position: unset !important;
}

.default-alert {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 0.7rem;
  border-radius: 10px;
}

.default-alert i {
  color: #6437fc;
  margin-left: 0.3rem;
  font-size: 1.3rem;
}

.vud-container {
  float: right;
  padding: 0.5rem;
}

.vud-side {
  float: right;
  display: block;
  min-width: 280px;
  max-width: 280px;
  background: #ffffff;
  flex: 1;
  position: relative;
  border-left: 1px solid #f7f7f7;
}

.vud-avatar-img img {
  border-radius: 100%;
  max-width: 80px;
  max-height: 80px;
  background-color: #fff;
  border: 2px dashed #bdbdbd;
  margin: auto;
  padding: 0.5em;
}

.vud-avatar {
  text-align: center;
  padding: 1rem 0;
}

.avatars-list label input[type="radio"] {
  display: none;
}

.avatars-list label input[type="radio"]:checked + img {
  outline: 2px solid #511dfe;
}

.avatars-list label {
  display: inline-block !important;
  padding: 0 !important;
  cursor: pointer;
}

.avatars-list label img {
  max-width: 30px;
  border-radius: 100% !important;
}

.vud-menu {
  max-height: 100%;
  width: 100%;
  position: relative;
  display: block;
  padding: 0 0 7rem 0;
  text-align: right;
  overflow: hidden;
  overflow-y: auto;
}

.vud-side-logo {
  padding: 1rem 2rem 0;
  display: flex;
  justify-content: center;
}

.vud-side-logo img,
.vud-side-logo svg {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.vud-menu .attachments-icon:before,
.vud-menu .order-icon:before,
.vud-menu .cart-icon:before,
.vud-menu .services-icon:before,
.vud-menu .logout-icon:before,
.vud-menu .panel-icon:before,
.vud-menu .notification-icon:before,
.vud-menu .messages-icon:before,
.vud-menu .wallet-icon:before,
.vud-menu .orders-icon:before,
.vud-menu .downloads-icon:before,
.vud-menu .comments-icon:before,
.vud-menu .tickets-icon:before,
.vud-menu .polls-icon:before,
.vud-menu .profile-icon:before,
.vud-menu .banking-icon:before,
.vud-menu .wishlist-icon:before,
.vud-menu .support-center-icon:before {
  font-family: "iconly" !important;
  vertical-align: middle !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.vud-menu .attachments-icon:before {
  content: "\e941";
}

.vud-menu .panel-icon:before {
  content: "\e933";
}

.vud-menu .notification-icon:before {
  content: "\e93f";
}

.vud-menu .messages-icon:before {
  content: "\e93c";
}

.vud-menu .services-icon:before {
  content: "\e963";
}

.vud-menu .cart-icon:before {
  content: "\e916";
}

.vud-menu .order-icon:before {
  content: "\e928";
}

.vud-menu .wallet-icon:before {
  content: "\e962";
}

.vud-menu .orders-icon:before {
  content: "\e916";
}

.vud-menu .downloads-icon:before {
  content: "\e929";
}

.vud-menu .comments-icon:before {
  content: "\e922";
}

.vud-menu .tickets-icon:before {
  content: "\e954";
}

.vud-menu .polls-icon:before {
  content: "\e921";
}

.vud-menu .profile-icon:before {
  content: "\e949";
}

.vud-menu .banking-icon:before {
  content: "\e94a";
}

.vud-menu .wishlist-icon:before {
  content: "\e931";
}

.vud-menu .support-center-icon:before {
  content: "\e95b";
}

.vud-menu .logout-icon:before {
  content: "\e93b";
  color: #e74c3c;
}

.vud-logout {
  color: #e74c3c !important;
}

.vud-menu ul {
  margin: 0 !important;
  padding: 0 !important;
}

.vud-menu a {
  color: #666666;
  border-right: 3px solid transparent;
  padding: 0.5rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: inherit;
}

.vud-menu a span {
  margin: 0 0 0 0.4rem;
  font-size: 1.2rem;
  vertical-align: middle !important;
}

.vud-top-profile-menu a:hover,
.vud-side .vud-menu a:hover,
.vud-side .vud-menu .active,
.vud-sidenav a:hover,
.vud-sidenav .active {
  color: #4c4c4c;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
}

.vud-side .vud-menu li,
.vud-sidenav li {
  padding: 0.2rem 0.5rem;
  margin: 0;
}

.vud-side .vud-menu li:last-child {
  margin: 2rem 0 0;
}

.vud-username,
.vud-userlogin {
  padding: 0.5rem 0 0;
}

.vud-submenu li {
  margin: 0 !important;
}

.vud-menu .active a:hover {
  border-right: 3px solid transparent;
  background-color: unset;
}

.vud-sidenav-wrapper {
  position: absolute;
  width: 70%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999;
  display: none;
  animation: slideMenu 0.35s ease-in-out;
}

.vud-sidenav-wrapper.open {
  display: block;
  animation: slideIn 0.35s ease-in-out;
}

.vud-sidenav-wrapper.close {
  animation: slideOut 0.35s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

.vud-sidenav {
  height: 100%;
  width: 100%;
  position: relative;
  background: #ffffff;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  padding: 3rem 1rem;
}

@keyframes slideMenu {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.sidenav-left {
  right: unset;
  left: 0;
}

.vud-sidenav a {
  padding: 0.5rem 1rem;
}

.vud-sidenav .vud-menu {
  padding: 0;
  margin-top: 1em;
}

.menu-bar-wrapper {
  display: none !important;
  margin: 0 0 0 0.5em;
}

.menubar-icon {
  display: flex;
  cursor: pointer;
  font-size: 1.5rem;
}

.vud-sidenav #dwCloseSidenav,
.notifications-list #dwCloseNotify {
  position: absolute;
  top: 2rem;
  left: 1rem;
  font-size: 2rem;
  cursor: pointer;
  color: #8b8b8b;
}

.sidenav-left #dwCloseSidenav {
  right: 1rem;
  left: unset;
}

.vud-main {
  display: flex;
  flex-direction: column;
  width: calc(100% - 280px);
  color: #646464;
  overflow: auto;
  position: relative;
  background-color: #f8fbff;
}

.vud-main a {
  color: #666666;
}

.dw-footer-social {
  text-align: center;
  padding: 0 1rem 2rem;
  font-size: 1rem;
}

.dw-footer-social ul {
  display: flex;
  justify-content: flex-start;
}

.dw-footer-social li {
  display: inline-block;
  margin-right: 0.3rem;
  padding: 0;
}

.dw-footer-social li a {
  color: #5e2efd;
  background: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.dw-footer-social img {
  max-width: 18px;
  height: auto;
}

.vud-topbar {
  background-color: #ffffff;
  width: auto;
  height: 65px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  margin: 1rem 1rem 0;
  border-radius: 10px;
}

.vud-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  background-color: #f8fbff;
}

.vud-top-menu {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.top-notify,
.top-cart,
.top-home {
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 1.3rem;
  position: relative;
  margin: 0 0 0 0.5rem;
  cursor: pointer;
}

.vud-bar-icon-title {
  font-size: 0.9rem;
  margin: 0 0.2rem;
  line-height: 0;
  font-style: normal;
}

.menu-notify {
  position: absolute;
  right: 20px;
  top: 2px;
}

.top-notify .vud-notify-sign,
.menu-notify span,
.top-cart .vud-notify-sign {
  content: " ";
  position: absolute;
  top: 2px;
  right: 3px;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background-color: #f39c12;
}

.vud-cart-link .menu-notify span {
  background-color: #65e014;
}

.menu-notify span {
  box-shadow: unset;
  animation: border 1500ms infinite;
}

.vud-top-profile {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  cursor: pointer;
}

.vud-top-avatar {
  line-height: 0;
}

.vud-top-avatar img {
  max-width: 28px;
  border: 1px solid #bdbdbd;
  border-radius: 100%;
  height: auto;
}

.vud-top-profile-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 190px;
  min-height: 65px;
  background-color: white;
  left: 0;
  flex-direction: column;
  z-index: 99999999;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  margin-top: 1rem;
  transition: 300ms;
  padding: 1em;
}

.vud-top-profile-menu a {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.vud-top-profile-menu i {
  padding: 0 0.3em;
}

.vud-top-profile-menu li {
  padding: 0;
  margin: 0;
}

.vud-top-profile-menu .iconly-Logout {
  color: #e74c3c;
}

.vud-top-profile .active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.vud-top-user-info {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}

.vud-top-user-info .vud-name {
  font-size: 0.8rem;
}

.vud-top-user-info .vud-name,
.vud-top-user-info .vud-user-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90px;
}

.vud-top-user-info .vud-user-name {
  font-size: 0.7rem;
  margin-top: -7px;
}

@keyframes border {
  0% {
    box-shadow: rgba(255, 255, 255) 0 0 0 1px;
  }

  75% {
    box-shadow: rgba(243, 156, 18, 0.2) 0 0 0 3px;
  }
}

.top-cart span {
  background-color: #27ae60;
}

.menu-notify span {
  top: 10px;
  right: 16px;
}

.vud-side-notify-wrapper {
  position: absolute;
  width: 70%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999;
  display: none;
  animation: slideNotify 0.35s ease-out;
}

.vud-side-notify-wrapper.open {
  display: block;
  animation: notifyslideIn 0.35s ease-in-out;
}

.vud-side-notify-wrapper.close {
  animation: notifyslideOut 0.35s ease-in-out;
}

@keyframes notifyslideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes notifyslideOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slideNotify {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.notifications-list {
  height: 100%;
  width: 100%;
  max-width: 600px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #ffffff;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  padding: 3rem 1rem;
  opacity: 1 !important;
}

.notifications-list #dwCloseNotify {
  top: 0.5rem;
  right: 0.5rem;
  color: #424242;
}

.notifications-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 1em;
}

.notifications-list li:first-child {
  margin-top: 2em;
}

.notifications-list li:last-child {
  border-bottom: none;
}

.notifications-list a {
  color: #3e3e3e;
  display: block;
}

.notifications-list .vud-date {
  font-size: 0.8rem;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
}

.notifications-list .vud-date i {
  margin-left: 0.3rem;
}

.notifications-list ul {
  padding: 2rem 0;
}

.notifications-list ul::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #6437fc;
}

.notifications-list ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #ffffff;
}

.notifications-list ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.notifications-list .message-badge,
.notifications-list .notice-badge,
.notifications-list .ticket-badge {
  border-radius: 5px;
  padding: 0 0.5rem;
  text-align: center;
  color: #ffffff;
}

.notifications-list .notice-badge {
  background-color: #6437fc;
}

.notifications-list .ticket-badge {
  background-color: #f39c12;
}

.notifications-list .message-badge {
  background-color: #2ecc71;
}

/**************************************************/
.vud-section {
  padding: 1rem;
}

.vud-tsection {
  padding: 1rem 1rem 0;
}

.vud-bsection {
  padding: 0 1rem 1em;
}

.vud-section-lrp {
  padding: 1rem 1rem 0;
}

.vud-section .vud-section-title,
.vud-new-button {
  float: right;
  margin: 0 0 1rem;
  margin-inline-end: 0.5rem;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  padding: 0.5rem;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  width: auto;
  color: #666666;
}

.vud-section .vud-section-title i,
.vud-new-button i,
.read-all a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 10px;
  color: #666666;
  margin: 0 0.2rem 0 0.1rem;
  font-size: 1.3rem;
}

.vud-section .vud-section-title i {
  line-height: 0;
}

.vud-section .vud-section-title span,
.vud-new-button span {
  margin: 0 0 0 1rem;
}

.vud-page-area,
.vud-score-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  overflow: auto;
}

.custom_menu_section {
  line-height: 1.9rem;
}

.custom_menu_section h3 {
  font-size: 1.5rem !important;
  padding-bottom: 0.5em;
}

.vud-notify {
  margin-bottom: 1rem;
  float: right;
  width: 100%;
}

.vud-service-single .vud-row,
.vud-service .vud-row,
.dashboard .vud-row {
  margin-right: -0.5rem;
  width: calc(100% + 1em);
}

.notification {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.notification a {
  margin: 0 0.3em;
}

.notification span {
  vertical-align: middle !important;
  padding: 0 0 0 0.3rem;
  font-weight: 400;
  font-size: 1.2rem;
}

/************************************************/
.vud-col-1 {
  width: 25%;
  float: right;
  padding: 0 0.5rem 0.5em;
}

.vud-col-2 {
  width: 50%;
  float: right;
  padding: 0 0.5rem 0.5em;
}

.vud-col-3 {
  width: 75%;
  float: right;
  padding: 0 0.5rem 0.5em;
}

.vud-col-4 {
  width: 100%;
  float: right;
  padding: 0 0.5rem 0.5em;
}

.vud-row {
  margin-bottom: 2em;
}

.vud-row a {
  color: #626262;
}

.vud-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}

.attachment-widget i,
.vud-box .vud_currency_symbol {
  font-style: normal;
}

.dash-box,
.shop-coupon {
  display: flex;
  align-items: center;
}

.dash-box div,
.shop-coupon div {
  display: flex;
  flex-direction: column;
  margin: 0 0.5rem 0 0;
  flex: 0 100%;
}

.vud-box h3 {
  display: inline-block;
  padding: 0 0.3em;
}

.shop-coupon h3,
.dash-box h3 {
  padding: 0;
  text-align: center;
  font-weight: 700;
}

.vud-box p {
  margin: 0.5rem 0 0 0;
  text-align: center;
}

.vud-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.shop-coupon span,
.dash-box span {
  width: 55px;
  height: 55px;
  font-size: 1.6rem;
  padding: 1rem;
}

.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
  width: auto !important;
  height: auto !important;
  background-color: unset !important;
  font-size: 1rem !important;
  color: unset !important;
}

.vud-primary-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: baseline;
}

.vud-primary-box .item-box-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.vud-primary-box .item-box-counter {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}

.vud-primary-box .item-box-counter bdi {
  line-height: 0;
}

.vud-primary-box h3 {
  font-size: 1.5rem !important;
  margin: 0;
}

.order-box .iconly-Graph,
.order-box .iconly-Bag-2 {
  color: #c3c1c1;
  font-size: 5rem;
  opacity: 0.5;
}

.vud-primary-box .vud-icon-attachment,
.vud-primary-box .vud-icon-buy,
.vud-primary-box .vud-icon-bag,
.vud-primary-box .vud-icon-comment,
.vud-primary-box .vud-icon-ticket,
.vud-primary-box .vud-icon-wallet,
.vud-primary-box .vud-icon-birthday {
  font-size: 2rem;
}

.vud-primary-box .attachment-widget {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 32px;
  overflow: auto;
  overflow-x: hidden;
}

.vud-primary-box .attachment-widget a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem 0.2rem;
  margin: 0.1rem 0;
}

.vud-primary-box .attachment-widget a:hover {
  background-color: #fafafa;
  border-radius: 3px;
}

.vud-posts-list ul {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0;
  padding: 0;
}

.vud-posts-list a {
  display: block;
  color: #464646;
  padding: 1rem;
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.2s ease-in-out;
  font-weight: inherit;
}

.vud-posts-list a:hover i {
  padding-left: 0.2rem;
}

.vud-posts-list a:hover i {
  color: #6437fc;
  transition: all 0.3s ease-in-out;
}

.vud-posts-list a i {
  margin: 0 0 0 0.3rem;
  vertical-align: middle;
  display: inline-block;
}

.vud-product-list .vud-product {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}

.vud-product-title {
  padding: 0 0.5em;
}

.vud-product-list .vud-product img {
  border-radius: 8px;
  min-width: 100%;
  width: 100%;
  height: auto;
}

.vud-product-list .vud-product h3 {
  text-align: center;
  padding: 0.5rem 0;
}

.shop-coupon p {
  text-align: center;
}

.dash-box,
.shop-coupon {
  background: linear-gradient(45deg, #81ffd7, #af97ff);
  color: #ffffff;
}

.dash-box span,
.shop-coupon span {
  color: #6437fc;
  background-color: #ffffff52;
}

.dash-box span {
}

.vud-product-price {
  margin-top: 1rem;
}

.vud-product-price .price ins {
  text-decoration: none;
}

.vud-product-price .price del .woocommerce-Price-amount {
  font-size: 0.9rem !important;
  color: #8a8a8a !important;
  font-weight: normal;
  padding-left: 1rem;
}

.vud-product-price .price .woocommerce-Price-amount {
  font-size: 1.3rem !important;
  font-weight: bold;
}

.vud-slider {
  margin-bottom: 2rem;
  float: right;
  width: 100%;
}

.vud-slider .vud-slide img {
  width: 100%;
  border-radius: 10px;
}

.slick-prev,
.slick-next {
  font-size: 0 !important;
  background: transparent !important;
  position: absolute !important;
}

[dir="rtl"] .vud-slider .slick-prev {
  right: 25px;
  z-index: 1;
}

[dir="rtl"] .vud-slider .slick-next {
  left: 25px;
}

.vud-slider .slick-prev:before,
.vud-slider .slick-next:before {
  color: #000000;
}

[dir="rtl"] .vud-slider .slick-next:before {
  content: "\e908";
  font-family: "iconly";
  font-weight: 300;
}

[dir="rtl"] .vud-slider .slick-prev:before {
  content: "\e90d";
  font-family: "iconly";
  font-weight: 300;
}

.vud-mobile-slide {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .vud-main-slide {
    display: none !important;
  }

  .vud-mobile-slide {
    display: block !important;
  }
}

/*******************************************/
.vud-avatar-sec {
  text-align: center;
  margin-bottom: 1rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vud-avatar-sec .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px dashed #c1c7d0;
  padding: 0.5rem;
}

.avatar-buttons {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}

.vud-password-icon a,
.vud-avatar-upload,
.avatar-remove {
  display: flex !important;
  align-items: center;
  border-radius: 25px;
  color: #ffffff;
  flex-direction: row;
  justify-content: center;
  margin: 0 0.2rem;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 0.8rem;
}

.avatar-remove {
  background-color: #e74c3c;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: #ffffff !important;
}

.vud-password-icon a {
  background-color: #e74c3c;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-radius: 10px;
}

.vud-password-icon a:hover,
.avatar-remove:hover {
  background-color: #f16758;
}

.vud-password-icon a i {
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: red;
}

.vud-avatar-upload span,
.vud-password-icon a span {
  padding: 0 0.5em;
}

.avatar-remove i {
  font-size: 1.2rem;
}

.vud-avatar-upload {
  background-color: #6437fc;
  padding: 0.3rem 0.3rem 0.3rem 0.5rem !important;
}

.vud-avatar-upload i {
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #6437fc;
}

.address-content h3 {
  margin-bottom: 1em;
}

.address-container {
  width: 50%;
  padding-left: 1rem;
}

.address-container:last-child {
  padding-left: 0;
}

#banking-card-upload,
.vud-avatar-upload input[type="file"] {
  display: none;
}

/******************************************/
#vud_change_password {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/******************************************/

.vud-order-table {
  border-collapse: collapse;
}

.vud-order-table th,
.vud-order-table tr,
.vud-order-table td {
  padding: 0.5rem;
  border: 1px solid #ebebeb;
}

.vud-order-table td:first-child {
  border: none;
}

.order-notify {
  background-color: #ffffff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: auto;
}

.order-notify i {
  color: #6437fc;
}

.order-info-wrapper {
  width: 35%;
  float: left;
}

.order-info-wrapper .vud-box {
  margin-bottom: 0.5em;
}

.obox-wrapper {
  flex: 0 1 50%;
  padding: 0 0 0.5rem 0.5rem;
}

.obox-wrapper:nth-child(even) {
  padding: 0 0 0.5rem 0;
}

.order-details .wc-completed svg {
  color: #27ae60;
}

.order-details .wc-pending svg {
  color: #d35400;
}

.order-details .wc-on-hold svg {
  color: #f39c12;
}

.order-details .wc-failed svg {
  color: #c0392b;
}

.order-details .wc-refunded svg {
  color: #2c3e50;
}

.order-details .wc-processing svg {
  color: #4b27c7;
}

.order-details .wc-cancelled svg {
  color: #95a5a6;
}

.order-details .wc-status {
  background-color: #363636;
  border-radius: 5px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 10px;
  line-height: 13px;
  vertical-align: middle !important;
  display: inline-block;
}

.vud-page-area .order-again {
  margin-top: 1em;
}

.vud-order-note {
  border-radius: 10px;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #f9f9f9;
  position: relative;
}

.vud-order-note:before {
  position: absolute;
  top: 50%;
  right: -3px;
  content: "";
  width: 7px;
  height: 7px;
  background: #5f30fd;
  border-radius: 100%;
  transform: translateY(-50%);
}

.order-note-date {
  font-size: 0.8rem;
}

.order-details .wc-completed,
.order-details .wc-refunded,
.order-details .wc-processing,
.order-details .wc-on-hold,
.order-details .wc-pending,
.order-details .wc-cancelled,
.order-details .wc-failed,
.order-details .wc-status {
  color: #ffffff;
  font-weight: normal !important;
}

.vud-order .id a {
  color: #343434;
}

.order-container {
  width: 65%;
  padding: 0 0 0 0.5rem;
}

.order-container a {
  color: #202020;
}

.vud-order-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.order-details {
  display: flex;
}

.order-details > div {
  margin: 0 0 0 1em;
}

.order-details .vud-order-status {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin-left: 0;
}

.vud-order-status i {
  color: #c3c1c1;
  font-size: 8rem;
  opacity: 0.2;
}

.order-thumbnail {
  margin-top: 0.5rem;
}

.order-thumbnail img,
.vud-product-name img {
  padding: 0.1rem;
  border-radius: 10px;
}

.vud-product-name img {
  margin-left: 0.5em;
}

.vud-product-name {
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
}

/*******************************************/
.vud-page-area .form-row {
  padding: 0 0.5rem 0;
}

.vud-page-area .form-row label {
  padding: 0 1rem 0.5rem;
  display: block;
}

.vud-page-area .form-row .woocommerce-input-wrapper {
  display: block;
  margin-bottom: 1em;
}

abbr.required {
  color: red;
}

.vud-container label {
  display: block;
  padding: 0.5rem;
}

.state-selector {
  display: flex;
}

#birthday select,
#state select {
  margin-left: 0.5rem;
}

#birthday select:last-child,
#state select:last-child {
  margin-left: 0;
}

.email-icon-area,
.cellphone-icon-area {
  position: relative;
  display: block;
  width: 100%;
}

.vud-profile-field-status {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  border-radius: 5px;
  font-size: 9px;
  color: #ffff;
  left: 2rem;
  padding: 0.6rem;
}

.vud-number-approved {
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background-color: #2ecc71;
}

.vud-number-notapproved {
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background-color: #e74c3c;
}

#profile_mobile_number {
  width: 100%;
  margin: 1rem 0 0;
}

.attachment-widget::-webkit-scrollbar-track,
#filescroll::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.attachment-widget::-webkit-scrollbar,
#filescroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.attachment-widget::-webkit-scrollbar-thumb,
#filescroll::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}

.attachment-widget::-webkit-scrollbar-track,
#filescroll::-webkit-scrollbar-track {
  background-color: #e7e7e7;
  border-radius: 8px;
}

.attachment-widget::-webkit-scrollbar,
#filescroll::-webkit-scrollbar {
  width: 5px;
  background-color: #e7e7e7;
}

.attachment-widget::-webkit-scrollbar-thumb,
#filescroll::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 8px;
}

.vud-field-wrapper i {
  position: absolute;
  left: 1rem;
  top: 50%;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

/********************************************/
.wallet-card {
  padding: 0 0.5em;
}

.vud-wallet-bar ul {
  display: flex;
  margin: 0;
}

.vud-wallet-bar li {
  padding: 0 0.5rem;
  width: 100%;
  text-align: center;
  float: right;
  border: none !important;
}

#woo_wallet_transfer_form {
  padding: 1em;
}

.vud-wallet-bar li a {
  display: block;
  background-color: #ffffff;
  padding: 1.2rem 1rem;
  border-radius: 10px;
  color: #666666;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.vud-wallet-bar li a i {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
}

.vud-wallet-bar .dashicons-groups:before {
  content: "\e953";
  font-family: "iconly";
}

.vud-wallet-bar .dashicons,
.vud-wallet-bar .dashicons-before:before {
  width: auto !important;
  height: auto !important;
  display: inline-block;
  line-height: 25px;
}

#referral_url {
  width: auto;
}

.wallet-content table {
  width: 100%;
}

.woo-wallet-withdrawal-detals {
  text-align: center;
}

.woo_wallet_withdrawal_payment_fieldset {
  margin-top: 1rem;
}

.woo_wallet_withdrawal_payment_fieldset .form-row {
  padding: 0;
  margin-bottom: 1em;
}

.wallet-content .ui-tabs .ui-tabs-nav li {
  float: right !important;
  border-radius: 10px;
  border: none;
}

.wallet-content .ui-state-active,
.wallet-content .ui-widget-content .ui-state-active,
.wallet-content .ui-widget-header .ui-state-active {
  background: #5e2efd !important;
}

.wallet-content .ui-state-default,
.wallet-content .ui-widget-content .ui-state-default,
.wallet-content .ui-widget-header .ui-state-default {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wallet-content .ui-tabs .ui-tabs-nav {
  padding: 0;
}

.wallet-content .ui-widget-content,
.wallet-content .ui-widget.ui-widget-content {
  border: none;
}

.wallet-content .ui-widget-content {
  background: transparent;
}

.woo-wallet-withdrawal-content,
.wallet-add-content,
.wallet-transfer-content,
.wallet-referral-content {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 1rem;
  padding: 1rem;
  overflow: auto;
}

.referral-content {
  padding: 1em;
}

.wallet-content .ui-widget-header {
  border: none;
  background: transparent;
}

.wallet-content .woocommerce-info {
  padding: 0.5rem 0;
}

.wallet-content .wallet_withdraw_request label {
  display: inline-block;
  max-width: 100%;
  text-align: right;
  width: 30%;
  float: right;
  font-weight: bold;
  padding-right: 10px;
}

.wallet-content .currency_input {
  float: right;
  width: 50%;
}

.wallet-content .wallet-inputs {
  width: 100%;
  display: inline-block;
}

.wallet-content .currency_input div {
  display: table;
  width: 100%;
}

.wallet-content .currency_input .currency_input_paypal {
  display: block;
}

.wallet-content .wallet_input_group_addon {
  color: #555;
  text-align: center;
  background-color: #eee;
  display: table-cell;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.vud-wallet-bar .dashicons-list-view:before {
  content: "\e93e";
  font-family: "iconly";
}

.wallet-content .ui-tabs .ui-tabs-panel {
  padding: 1rem 0.8em;
}

.woo-wallet-notify {
  background-color: #27ae60;
  color: #ffff;
  padding: 0.5rem 1rem !important;
  border-radius: 10px;
}

.woo-wallet-notify i {
  margin-left: 0.5rem;
  font-size: 1.5em;
}

.wallet-referral-content table.woo_wallet_referral_statistics_table th,
.wallet-referral-content table.woo_wallet_referral_statistics_table td {
  text-align: right;
}

.wallet-content .ui-tabs .ui-tabs-nav li {
  margin: 1px 0 0 0.5rem;
}

/******************************************/
.faq-description {
  background-color: #f6f7fb;
  padding: 1rem;
  border-radius: 10px;
}

.dw-faq-list ul {
  position: relative;
}

.dw-faq {
  width: 100%;
  float: right;
}

.dw-faq .faq-item {
  margin-bottom: 0.5rem;
  list-style: none;
  cursor: pointer;
}

.dw-faq:last-child .dw-faq .faq-item {
  margin-bottom: 0;
}

.dw-faq .faq-question {
  display: flex;
  align-items: center;
  background: #f6f7fb;
  color: #6437fc;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
  border-bottom: 1px solid #d9d9db;
}

.dw-faq .faq-question i {
  margin-left: 0.2rem;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #666666;
}

.faq-question span {
  color: #666666;
}

.dw-faq .question-active span,
.dw-faq .question-active i {
  color: #6437fc;
}

.dw-faq .faq-answer {
  display: none;
  text-align: justify;
  padding: 1.5rem 1rem;
  background-color: #f6f7fb;
  margin-top: -1rem;
  z-index: -1;
  border-radius: 0 0 10px 10px;
}

.dw-faq .faq-answer p {
  margin-bottom: 0.5em;
}

.dw-faq .faq-answer ul li {
  list-style-type: circle;
}

.dw-faq .faq-answer .line {
  border-top: 1px solid #f2f3f5;
  padding-top: 0.5rem;
}

.faq-show-form {
  margin: 1rem 0;
  text-align: center;
}

.faq-show-form button {
  border: none;
}

.new-ticket-form {
  display: none;
}

/******************************************/
.vud-service-status {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.5rem;
  padding: 0 1rem;
  margin: 0;
}

.vud-wallet-bar li:before {
  content: unset !important;
}

.vud-service-status a {
  width: 100%;
}

.vud-service-status .item-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: baseline;
}

.vud-service-status .item-box-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.vud-service-status .item-box-counter {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  padding: 0 0.2rem;
}

.vud-service-status .item-box .item-box-title {
  color: #ffffff;
  padding: 0 0.6rem;
  border-radius: 5px;
}
.item-box-shortcode {
  max-width: 100%;
  width:100%;
}
.vud-service-status .item-box i {
  font-size: 2em;
}

.ticket-guide {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.9rem;
  overflow: auto;
}

.ticket-guide ul {
  margin: 0;
  padding: 0;
}

.ticket-guide li {
  margin: 0 0 0 0.5rem;
  display: flex;
  align-items: center;
  float: right;
  line-height: 0;
  font-size: 0.7rem;
}

.ticket-guide .ticket-guide-icon {
  margin: 0 0 0 0.3em;
}

.vud-new-button a {
  display: flex;
  align-items: center;
  color: #4a4a4a;
}

.read-all a i,
.vud-new-button i {
  color: #64bc36;
}

.vud-staff-features {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.vud-staff-features form {
  display: flex;
  align-items: center;
}

.vud-staff-features input[type="search"] {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  margin-left: 0.5rem;
  height: 35px;
  width: 15rem;
  border: none;
}

.vud-staff-features select {
  width: 15rem;
  border: none;
  margin-left: 0.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  height: 35px;
}

.vud-staff-features .vud-button-primary {
  height: 35px;
  margin-left: 0 !important;
}

.vud-ticket-list .vud-ticket {
  background-color: #ffffff;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
}

.vud-ticket-starred {
  margin-bottom: 0.5rem;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  background: linear-gradient(
      90deg,
      #ffffff00 33%,
      rgb(241 196 15 / 32%) 50%,
      #ffffff 66%
    )
    #ffffff78;
  background-size: 300% 100%;
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    background-position: right;
  }
}

.vud-ticket-list .ticket-title,
.vud-ticket-list .ticket-id,
.vud-ticket-list .ticket-user,
.vud-ticket-list .ticket-status,
.vud-ticket-list .ticket-date {
  display: inline-block;
  width: 20%;
}

.vud-ticket-list .ticket-title > div {
  display: flex;
  align-items: center;
  line-height: 0;
}

.vud-ticket-list .ticket-title a {
  color: #424242;
  font-weight: bold;
}

.ticket-user-wrapper {
  display: flex;
  align-items: center;
}

.ticket-avatar {
  display: flex;
}

.ticket-avatar img {
  max-width: 30px;
  max-height: 30px;
  border-radius: 100%;
  border: 1px solid #efefef;
}

.ticket-user-wrapper span {
  margin: 0 0.5rem 0 0;
}

.vud-ticket-list .ticket-date,
.single-ticket .ticket-date {
  text-align: left;
  direction: ltr;
  font-size: 0.7rem;
  line-height: 1rem;
}

.vud-ticket-list .ticket-date-ago {
  direction: rtl;
}

.single-ticket .ticket-date {
  line-height: unset;
  font-weight: normal;
  text-align: right;
}

.status-badge,
.priority-badge {
  padding: 0 12px;
  border-radius: 20px;
  font-size: 0.6rem;
  font-weight: 600;
}

.status-open {
  background-color: #dcfce7;
  color: #166534;
}

.status-closed {
  background-color: #fee2e2;
  color: #991b1b;
}

.status-pending {
  background-color: #fef3c7;
  color: #92400e;
}

.priority-high {
  background-color: #fef2f2;
  color: #dc2626;
  font-weight: bold;
}

.priority-medium {
  background-color: #fef3c7;
  color: #d97706;
}

.priority-low {
  background-color: #dcfce7;
  color: #16a34a;
}

.vud-pagination {
  float: right;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 1rem 0;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav-links {
  display: inline-block;
}

.page-numbers:last-child {
  border-left: none;
}

.vud-pagination .current,
.page-numbers,
a.page-numbers:hover {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  border-left: 1px solid #f3f3f3;
  color: #868080;
}

.vud-pagination .current {
  font-weight: bold;
}

.single-ticket .ticket {
  width: 100%;
  float: right;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 10px 10px 0 10px;
  position: relative;
  margin-top: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.single-ticket .ticket strong {
  font-weight: bold;
}

.single-ticket .ticket ul li {
  list-style-type: circle;
}

.single-ticket .ticket ol li {
  list-style-type: decimal;
}

.single-ticket .staff {
  background-color: #2c2c2c;
  border-radius: 10px 10px 10px 0;
  color: #fff;
}

.single-ticket .title {
  padding: 0 0 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  display: flex;
}

.vud-author-info {
  display: flex;
  align-items: center;
  position: relative;
}

.vud-author-info .delete-reply {
  position: absolute;
  left: 0;
  top: 0;
  color: #e74c3c;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  justify-content: center;
}

.vud-author-info .delete-reply:hover {
  color: #ffffff;
  background-color: #e74c3c;
}

.vud-author-info .delete-reply i {
  font-size: 1.5em;
}

.ticket-author-avatar img {
  border-radius: 100%;
  max-width: 50px;
  height: auto;
}

.ticket-author {
  font-weight: bold;
  padding: 0 0.5em;
}

.ticket-author-username {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.single-ticket-form {
  margin-top: 2em;
}

.modal-description,
.ticket_attachment-description,
.card-attachment-description {
  font-size: 0.8rem;
}

.modal-description span,
.ticket_attachment-description span,
.card-attachment-description span {
  display: flex;
  align-items: center;
}

.modal-description i,
.ticket_attachment-description i,
.card-attachment-description i {
  margin: 0 0 0 0.3rem;
  color: #f39c12;
  font-size: 1.3rem;
}

.modal {
  opacity: 1;
  visibility: visible;
}

.vud-attach-link a {
  font-size: 1.5rem;
  line-height: 0;
  color: #484848;
}

.vud-attach-link a:hover {
  color: #878787;
}

.vud-btn-wrapper {
  display: flex;
  justify-content: flex-start;
}

.vud-button-primary,
#sample-answers-btn {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 0.6rem 1rem;
  cursor: pointer;
  border-radius: 5px;
  user-select: none;
  transition: all 0.2s ease-in-out;
  outline: 0 !important;
  background-color: #6437fc;
  margin: 0 0 0 0.5rem;
  min-width: 150px;
}

.vud-button-primary:hover,
.vud-card-upload label:hover,
.vud-ticket-upload label:hover {
  background-color: #5429e6;
}

.vud-button-disabled {
  background-color: #bdc3c7;
  color: #fff;
  cursor: not-allowed;
}

.vud-button-disabled:hover {
  background-color: #bdc3c7;
}

.vud-card-upload,
.vud-ticket-upload {
  border: 1px solid #d6d7d6;
  background: transparent;
  border-radius: 5px;
  width: 100%;
  padding: 0.2rem;
  overflow: hidden;
  position: relative;
  flex: 0 30%;
  display: flex;
  align-items: center;
  line-height: 0;
  margin: 0 0 0 0.5em;
}

.vud-card-upload input[type="file"],
.vud-ticket-upload input[type="file"] {
  display: block !important;
  height: 100%;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

.vud-card-upload label,
.vud-ticket-upload label {
  padding: 0.2rem 1rem;
  margin: 0;
  color: #ffffff;
  vertical-align: middle;
  background-color: #6437fc;
  border-radius: 4px;
  transition: color 0.2s ease;
  display: block;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: unset;
}

#card-count,
#attachment-count {
  padding: 0 0.2rem;
  position: absolute;
  z-index: 0;
  left: 1rem;
}

.sample-answers {
  display: none;
}

.answer-box .sample-answer {
  background-color: #eaedf1;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  width: 100%;
}

#sample-answers-btn {
  background-color: #e67e22;
  float: left;
  font-size: 0.9rem;
  text-align: center;
}

#sample-answers-btn:hover {
  background-color: #d35400;
}

.ticket-department,
.department {
  background-color: #f6f7fb;
}

.ticket-info-box .answered-btn,
.ticket-info-box .star-inactive-btn,
.ticket-info-box .pending-btn,
.ticket-info-box .close-btn {
  background-color: #ced6e0;
}

.ticket-info-box .close-btn:hover {
  background-color: #c0392b;
  color: #ffffff;
}

.ticket-info-box .pending-btn:hover {
  background-color: #e69703;
  color: #ffffff;
}

.ticket-info-box .star-inactive-btn:hover,
.ticket-info-box .star-active-btn {
  background-color: #f6c128;
  color: #ffffff;
}

.ticket-info-box .answered-btn:hover {
  background-color: #27ae60;
  color: #ffffff;
}

.tickets-wrapper {
  width: 75%;
  float: right;
}

.ticket-info-box {
  padding: 1rem 1rem 0 0;
}

.ticket-side .ticket-department-change,
.ticket-side .ticket-note,
.ticket-side .ticket-details {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2em;
}

.ticket-note h3,
.ticket-department-change h3 {
  margin-bottom: 1em;
}

.ticket-department-change select,
#note_content {
  margin-bottom: 0.5em;
}

.vud-ticket-operators {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 0.4rem;
}

.vud-ticket-operators a i {
  font-size: 1.6em;
}

.note-wrapper {
  margin-bottom: 1em;
}

.note-content {
  background-color: #ecf1f7;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.note-details {
  font-size: 0.8rem;
  padding: 0 1rem;
}

.note-details span {
  margin: 0 0 0 0.5em;
}

.note-content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 10px 0 0 10px;
  border-style: solid;
  border-color: #ecf1f7 transparent;
}

.ticket-info-box .status > div {
  padding: 0.5rem 0;
}

.ticket-info-box .status .department {
  margin: 0 0.5rem 0 0;
}

.ticket-info-box .status > div span {
  float: left;
}

.ticket-info-box .star-active-btn,
.ticket-info-box .star-inactive-btn,
.ticket-info-box .pending-btn,
.ticket-info-box .close-btn,
.ticket-info-box .answered-btn,
.ticket-info-box .close-ticket {
  color: #ffffff;
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  text-align: center;
  width: 100%;
  align-items: center;
  line-height: 0;
  justify-content: center;
}

.ticket-side .close-ticket {
  background-color: #e74c3c;
}

.ticket-side .close-ticket:hover {
  background-color: #cd4142;
}

.vud-rules {
  padding: 1rem;
  text-align: justify;
}

.vud-rules ol,
.vud-rules li {
  list-style-type: circle;
}

.rules-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.ticket-side {
  width: 25%;
  float: left;
}

.vud-score-box {
  min-height: 220px;
  display: flex;
}

.vud-score-icon {
  flex: 1 auto;
}

.vud-score-icon img {
  float: left;
}

.vud-score-title {
  flex: 1 auto;
  padding: 2rem;
  color: #434446;
}

.vud-score-title h1 {
  font-size: 2rem !important;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

#ticket_score_form .dw-alert {
  margin-top: 1rem;
  padding: 0.2rem 1rem;
  width: fit-content;
}

.star-rating {
  position: relative;
  margin-top: 1rem;
}

.rating {
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 3px;
}

.rating:not(:checked) > input {
  clip: rect(0, 0, 0, 0);
  display: none;
}

.rating:not(:checked) > label {
  width: 2rem;
  cursor: pointer;
  color: #ddd;
  display: inline-flex;
}

.rating:not(:checked) > label:before {
  content: "\e951";
  font-family: "iconly";
  font-size: 2.5rem;
  font-weight: 600;
}

.rating > input:checked ~ label {
  color: gold;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: gold;
}

.rating > label:active {
  position: relative;
}

#ticket_score_form {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

#ticket_score_form .vud-loading-spinner:after {
  border-color: #c9c9c9 transparent #c9c9c9 transparent;
}

#ticket_score_form .vud-loading-spinner {
  width: unset;
  height: unset;
}

.vud-ticket-feedback {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.vud-feedback-text {
  font-size: 0.8rem;
}

.vud-ticket-feedback i {
  cursor: pointer;
}

.feedback-positive,
.feedback-negative {
  color: #007a1a;
  fill: #007a1a;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  justify-content: center;
  cursor: not-allowed !important;
}

.feedback-negative {
  color: #e74c3c;
  fill: #e74c3c;
}

/***********************************************/

.vud-notifications h2 {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.vud-download,
.vud-comment,
.vud-notification {
  padding: 0 0 1rem;
  width: 100%;
  overflow: auto;
}

.vud-download {
  width: 49.5%;
  float: right;
}

.vud-attachment {
  width: 100%;
}

.vud-download:nth-child(even) {
  float: left;
}

.vud-download .download-content,
.vud-comment .comment-content,
.vud-notification .notify-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  position: relative;
  overflow: auto;
  display: flex;
}

.vud-notification .notify-content {
  opacity: 0.7;
}

.vud-notification .notify-content:hover {
  opacity: 1;
}

.vud-comment a {
  color: #ffffff;
}

.vud-notification img {
  border-radius: 10px;
}

.vud-comment .approval,
.vud-comment .post-link {
  margin-top: 0.5rem;
}

.vud-comment .post-link a {
  color: #5a5a5a;
}

.vud-download-content,
.vud-notify-content,
.vud-comment-content {
  padding: 0 0.5rem 0 0;
}

.vud-download-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 63px;
  overflow: hidden;
}

.vud-download-content-show {
  height: auto;
  overflow: unset;
}

.vud-download-content span {
  margin: 0 0 0 0.5em;
}

.vud-download-child {
  margin-top: 1rem;
}

.vud-download-child a {
  display: flex;
  background-color: #f8fbff;
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 5px;
  width: 100%;
  align-items: center;
}

.vud-attachment-child {
  display: unset;
  margin: 0;
}

.vud-attachment-child a {
  justify-content: space-between;
}

.vud-attachment-child div {
  display: flex;
  align-items: center;
}

.vud-download-child a:hover {
  background-color: #f0f2f5;
}

.vud-download-child a i {
  margin: 0 0.3rem;
}

.vud-email-icon,
.vud-cellphone-icon,
.vud-download-child-toggle {
  cursor: pointer;
  z-index: 99;
}

.download-content .iconlyBulk-Download .path2:before,
.download-content .iconlyBulk-Paper-Download .path3:before {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: vud-attachment;
}

@keyframes vud-attachment {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(0, 30px);
  }
}

.vud-download-approved,
.notify-content .vud-date,
.vud-comment-pending,
.vud-comment-approved {
  display: flex;
  align-items: center;
  padding: 0 0 0 1rem;
  border-left: 1px solid #fdcb6e6b;
}

.vud-download-approved,
.vud-comment-approved {
  border-left: 1px solid #2ecc7140;
}

.vud-download-approved {
  position: relative;
}

.vud-download-approved span,
.vud-comment-pending span,
.vud-comment-approved span {
  font-size: 4rem;
  color: #fdcb6e;
}

.vud-download-approved span,
.vud-comment-approved span {
  color: #2ecc71;
}

.read-all {
  float: left;
  direction: ltr;
  padding: 0.5rem 0;
}

.read-all a i {
  font-size: 2rem;
  margin-right: 0;
  margin-left: 0;
}

.read-all a:hover i {
  color: #666666;
}

.vud-notification .vud-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #e7e7e7;
}

.vud-notification .vud-date span {
  padding: 0.2rem 0;
}

.vud-notification .vud-date span:first-child {
  font-size: 2rem;
}

.not-approval {
  background-color: #fff2de !important;
}

.vud-notification .vud-unread {
  opacity: 1 !important;
}

/*************************************/

.vud-poll-section .vud-col-2 {
  padding-right: 0;
}

.vud-poll-wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2em;
}

.vud-poll-wrapper .vud-bold {
  margin-bottom: 0.5em;
}

.vud-poll-wrapper form {
  display: flex;
  flex-direction: column;
}

.vud-poll-wrapper form label {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0.5rem;
  background-color: #f7f9fb;
  border-radius: 10px;
  cursor: pointer;
  font-size: unset;
}

.vud-poll-wrapper form input[type="radio"] {
  accent-color: #6437fc;
}

.vud-poll-wrapper form input[type="submit"] {
  margin-top: 1em;
}

.vud-poll-wrapper form label:last-child {
  margin-bottom: 0;
}

.vud-poll-wrapper form label span {
  padding: 0 0.3rem 0 0;
}

.vud-pull-wrapper {
  padding: 1rem 1rem 0;
}

.vud-pull-wrapper .vud-section-title {
  margin-bottom: 0;
}

/**********************************************************WORDPRESS*/

img.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**************************************************Wishlist*/

.vud-page-area table.wishlist_table {
  font-size: unset !important;
  width: 100%;
}

.vud-page-area .wishlist-title-container {
  display: none;
}

.vud-page-area table.wishlist_table thead th {
  border-top: none;
}

.vud-page-area .woocommerce a.button {
  background-color: #fc3737 !important;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(108 92 231 / 40%);
  display: inline-block !important;
  border: none;
}

.vud-page-area .wishlist_table .product-add-to-cart a {
  background-color: #6437fc;
  color: #ffffff;
  padding: 0.3rem 1rem;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(108 92 231 / 40%);
  display: inline-block !important;
  margin-left: 0.1rem;
}

.order-actions {
  padding: 1rem 0.5rem 0;
}

.order-actions .button {
  font-size: 10px;
  color: #ffffff;
  background-color: #6437fc;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin-top: 0.5rem;
}

/**************************************************Banking*/

.bank-section .vud-col-2 {
  padding: 0;
}

.bank-section .vud-col-2:first-child {
  padding-left: 0.5em;
}

#bankingForm .upload-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0.5em;
}

#bankingForm .upload-desc {
  margin-top: 0.5em;
}

#bankingForm .card-number {
  direction: ltr;
  text-align: center;
  font-size: 2rem;
}

#bankingForm .sheba-number {
  direction: ltr;
  text-align: left;
  font-size: 1.5rem;
  padding: 0.5rem 1.5rem;
}

#bankingForm .sheba-wrapper {
  position: relative;
  display: block;
}

#bankingForm .sheba-sign {
  position: absolute;
  left: 0;
  padding: 1rem;
  z-index: 1;
  font-weight: bold;
}

.bank-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.bank-card-box-wrapper {
  padding: 0 0.5rem;
}

.bank-card-box {
  background: linear-gradient(45deg, #81ffd7, #af97ff);
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
  color: #ffffff;
}

.bank-card-box .card-info-wrapper {
  display: flex;
  flex-direction: column;
}

.bank-card-box .card-info {
  padding: 0 0.5rem 0 0;
}

.bank-card-box .bank-logo {
  padding: 0 0 0 1rem;
  display: flex;
  align-items: center;
}

.bank-card-box .bank-logo img {
  max-height: 55px;
  width: auto;
}

.bank-card-box .bcard-number {
  font-size: 1.5rem;
  margin-top: 0.3rem;
}

.bank-card-box .bcard-sheba {
  margin-top: 0.5rem;
}

.bank-card-box .bcard-number,
.bank-card-box .bcard-sheba {
  font-weight: bold;
  text-align: left;
}

.card-status {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.card-success,
.card-pending,
.card-reject {
  padding: 0.3rem 1rem;
  border-radius: 5px;
  font-size: 9px;
  color: #ffff;
}

.comment-success,
.card-success {
  background-color: #2ecc71;
}

.card-pending {
  background-color: #f39c12;
}

.card-reject {
  background-color: #e74c3c;
}

/**************************************************WooWallet*/

.woo-wallet-transactions-items li {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 0.5rem;
  padding: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wallet-add-amount {
  padding: 0.5em;
}

/**************************Services********************************/
.vud-service-features {
  padding: 1em;
}

.vud-service-features > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem;
}

.vud-service-features span {
  display: flex;
}

.vud-service-features span i {
  font-weight: 700;
}

/* Services Grid */
.vud-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}

/* Service Card */
.vud-service-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vud-elevate-on-hover:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.vud-service-media {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
}

.vud-service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.vud-service-card:hover .vud-service-image {
  transform: scale(1.05);
}

.vud-service-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.vud-service-title {
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  line-height: 1.4;
}

/* Features List */
.vud-service-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  flex-grow: 1;
}

.vud-feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.vud-feature-item:last-child {
  border-bottom: none;
}

.vud-feature-text {
  font-size: 0.95rem;
  color: #555;
  flex: 1;
}

.vud-feature-icon {
  margin-left: 0.75rem;
  font-size: 1.1rem;
}

/* Card Footer */
.vud-service-footer {
  padding: 1.25rem 1.5rem;
  background-color: #f9fafb;
  border-top: 1px solid #eee;
  margin-top: auto;
}

.vud-service-price {
  text-align: center;
}

.vud-price-inquiry {
  font-size: 1.1rem;
  color: #309340ff;
}

.vud-price-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.vud-price-regular {
  font-size: 1.1rem;
  color: #309340ff;
}

.vud-price-regular.vud-discount {
  color: #7f8c8d;
  font-size: 1rem;
}

.vud-price-special {
  font-size: 1.4rem;
  font-weight: 700;
  color: #309340ff;
  text-decoration: none;
  margin-top: 0.5rem;
}

.vud-price-special::before {
  content: attr(data-currency) " ";
  font-size: 0.8rem;
  margin-right: 0.25rem;
}

/* Actions */
.vud-service-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

/* Buttons */
.vud-service-single-grid .vud-button,
.vud-services-grid .vud-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 6px;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1;
  gap: 0.5rem;
}

.vud-services-grid .vud-button-primary {
  color: #fff;
}

.vud-services-grid .vud-button-outline {
  background-color: transparent;
  color: #6437fc;
  border: 2px solid #6437fc;
}

.vud-services-grid .vud-button-outline:hover {
  background-color: #6437fc;
  color: #fff;
}

.vud_add_to_cart.loading .vud-button-text {
  visibility: hidden;
}

@media (max-width: 768px) {
  .vud-services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .vud-service-actions {
    flex-direction: column;
  }
}

/* Single Service Layout */
.vud-service-single-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

/* Pricing & Actions Section in Single */
.vud-service-purchase-section {
  padding: 1.5rem;
  background-color: #f9fafb;
  border-top: 1px solid #eee;
}

/* Details Section (Title, Content) */
.vud-service-details {
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.vud-service-content {
  flex-grow: 1;
}

.vud-service-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #555;
}

/* Responsive Adjustments for Single Service */
@media (max-width: 768px) {
  .vud-service-single-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .vud-service-title {
    font-size: 1.5rem !important;
  }

  .vud-service-image {
    height: 200px;
  }

  .vud-service-details {
    padding: 1.5rem;
  }
}

/*********************************CART*********************************/

.vud-cart-wrapper,
.vud-cart-wrapper > .vud-col-1 {
  display: flex;
}

.cart-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  padding: 0.5rem 0;
}

.cart-item .vud-col-1 {
  padding: 0;
  display: flex;
}

.cart-item .product-title {
  flex-direction: column;
}

.cart-item .product-title span {
  font-size: 0.8rem;
}

.vud-cart-wrapper > .vud-col-1 {
  padding: 0;
}

.cart-item:last-child {
  border-bottom: none;
}

.vud-item-wrapper img {
  max-width: 60px;
  height: auto;
  border-radius: 5px;
}

.vud_remove_cart_item {
  background-color: #e74c3c;
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 100%;
  line-height: 0;
  cursor: pointer;
}

.vud_remove_cart_item:hover {
  background-color: #f16758;
}

.vud-items-payment-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f8fbff;
  padding: 1.5rem;
  border-radius: 10px;
}

.vud-cart-total-price span:last-child,
.vud-items-payment-box h2 {
  font-size: 1.3rem !important;
}

.vud-cart-box-title {
  border-bottom: 1px solid #eff3f9;
  font-weight: bold !important;
  padding: 0.5rem 0;
}

.vud-cart-box-discount,
.vud-cart-total-price,
.vud-cart-count-items {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.vud-cart-total-price {
  padding: 1.5rem 0;
}

.vud-cart-box-discount span:first-child,
.vud-cart-total-price span:first-child,
.vud-cart-count-items span:first-child {
  font-weight: bold;
}

.vud-cart-box-discount span:last-child {
  color: #2ecc71;
  font-weight: bold;
}

.vud-cart-box-gateway {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 5px;
  margin: 0 0 1rem;
}

.gateway-name {
  display: flex;
  margin-bottom: 0.5em;
}

.gateway-name span {
  padding: 0 0.5em;
}

#cart_payment {
  margin: 0;
}

/******************************************************************/

.vud-order-item {
  padding: 1rem;
  margin: 0 0 1rem;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
  background-color: #f7f7f7;
  cursor: pointer;
}

.vud-order-info {
  display: flex;
  justify-content: space-between;
}

.vud-order-item .vud-id {
  display: flex;
  align-items: center;
  line-height: 0;
}

.vud-order-products {
  display: none;
  margin: 1rem 0 0;
  border-top: 1px solid #efefef;
}

.vud-order {
  display: flex;
  align-items: center;
  margin: 1rem;
}

.vud-order-title {
  padding: 0 1em;
}

.vud-order-thumbnail {
  display: flex;
}

.vud-order-thumbnail img {
  max-width: 60px;
  height: auto;
  border-radius: 10px;
}

.vud-failed,
.vud-successful {
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0 0.5rem;
  border-radius: 3px;
}

/****************************Modal**************************************/

.vud-modal-container {
  position: relative;
}

.vud-modal-container .rules-modal {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  cursor: pointer;
}

#vud_complete_profile {
  text-align: center;
}

.vud-modal-icon {
  color: #ffa600;
  font-size: 4rem;
}

.vud-modal-url-btn {
  text-align: center;
}

.vud-modal-url-btn a {
  display: inline-block;
  text-align: center;
  background-color: #fbbf50;
  border-radius: 4px;
  padding: 0.2rem 1rem;
  color: #ffffff;
}

.vud-modal-url-btn a:hover {
  background-color: #f39c12;
}

#vud_email_verify_modal,
#vud_cellphone_verify_modal {
  display: none;
}

.vud-modal h3 {
  font-size: 1rem;
  padding: 0.5rem 0;
}

/******************************************************************/

.select2-selection {
  border-color: #d7d7d7 !important;
  height: 100% !important;
}

.select2-selection__arrow {
  height: 100% !important;
}

.select2-selection__rendered {
  padding: 0.5rem !important;
}

/******************************************************************/
.vud-downloads-container {
  padding: 1rem 0 0;
}

.vud-files-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin: 0 auto;
  width: 100%;
}

.vud-file-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.vud-file-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.vud-file-details {
  flex-grow: 1;
}

.vud-file-name {
  font-size: 1.2em;
  color: #2c3e50;
  margin: 0 0 8px;
}

.vud-file-password {
  font-size: 0.85em;
  color: #e74c3c;
  background-color: #fdf2f2;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  border: 1px dashed #e67e22;
  width: 100%;
  justify-content: center;
}

.vud-lock-icon {
  vertical-align: middle;
  flex-shrink: 0;
}

.vud-download-btn {
  margin: 0.2rem 0;
  padding: 0.5rem;
  color: white !important;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
  display: block;
}

/******************************************************************/
@media screen and (max-width: 1199px) {
  .vud-main,
  .vud-ticket-list .ticket-title,
  .vud-col-2,
  .vud-col-3,
  .vud-col-4,
  .address-content .button,
  .vud-order-table td:first-child,
  .vud-order-table tfoot {
    width: 100%;
  }

  .dw-footer-social {
    text-align: center;
  }

  .vud-wallet-bar ul {
    display: block;
  }

  .menu-bar-wrapper {
    display: flex !important;
    align-items: center;
  }

  .address-content .button {
    text-align: center;
  }

  .vud-ticket-list .ticket-status,
  .vud-ticket-list .ticket-user,
  .vud-ticket-list .ticket-date {
    width: 100%;
    margin-top: 0.5em;
  }

  .vud-wallet-bar li {
    width: 50%;
    margin-bottom: 0.5em;
  }

  .vud-col-1 {
    width: 50%;
  }

  .vud-order-table,
  .vud-order-table thead,
  .vud-order-table tfoot,
  .vud-order-table tbody,
  .vud-order-table th,
  .vud-order-table tr {
    display: block;
  }

  .vud-order-table td:first-child {
    text-align: unset;
  }

  .vud-order-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .vud-order-table tr {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 0.5em;
  }

  .vud-order-table td {
    width: 100%;
    border: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee !important;
  }

  .vud-order-table td:last-child {
    border-bottom: none !important;
  }

  .vud-side {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .vud-ticket-list .vud-ticket {
    display: block;
  }

  .vud-score-icon {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .tickets-wrapper .ticket,
  .ticket-info-box {
    width: 100%;
  }

  .ticket-info-box {
    padding: 1rem 0 0;
  }

  .tickets-wrapper,
  .ticket-side {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .order-container,
  .address-container {
    width: 100%;
    padding-left: 0;
  }

  .vud-25,
  .order-box,
  .order-info-wrapper,
  .vud-download {
    width: 100%;
  }

  .order-box .vud-col-2 {
    padding: 0 0 0.5em;
  }

  .vud-cart-wrapper {
    flex-direction: column;
  }

  .vud-card-upload,
  .vud-ticket-upload {
    flex: 0 50%;
  }

  .vud-staff-features {
    flex-direction: column;
  }

  .vud-staff-features form {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 700px) {
  .vud-bar-icon-title {
    display: none;
  }

  .menu-bar-wrapper .vud-bar-icon-title {
    display: block;
    font-size: 1em;
  }

  .vud-service-status .item-box p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0;
  }

  .vud-service-status .item-box p span:first-child {
    margin-top: 0;
    background: #f3f3f3;
    padding: 0.2rem;
    border-radius: 6px;
    color: #8b8b8b;
    min-width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vud-avatar-sec {
    flex-direction: column-reverse;
  }

  .vud-col-1,
  .vud-50,
  .vud-wallet-bar li {
    width: 100%;
  }

  .vud-row {
    margin-bottom: 1em;
  }

  .vud-btn-wrapper {
    justify-content: flex-start;
    flex-direction: column;
  }

  .vud-card-upload,
  .vud-ticket-upload {
    flex: 0 100%;
  }

  .vud-button-primary,
  #sample-answers-btn {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }

  .vud-staff-features .vud-button-primary {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .obox-wrapper {
    flex: 0 1 100%;
    padding-left: 0;
  }

  .vud-staff-features form {
    flex-direction: column;
    align-items: flex-start;
  }

  .vud-staff-features select,
  .vud-staff-features input[type="search"],
  .vud-staff-features .vud-button-primary {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 389px) {
  .vud-top-user-info {
    display: none;
  }
}
