@charset "UTF-8";
@font-face {
  font-family: "IRANSansXFaNum-Bold";
  src: url("../fonts/iransansXFaNum/IRANSansXFaNum-Bold.eot") format("embedded-opentype"), url("../fonts/iransansXFaNum/IRANSansXFaNum-Bold.woff") format("woff"), url("../fonts/iransansXFaNum/IRANSansXFaNum-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "IRANSansXFaNum-Medium";
  src: url("../fonts/iransansXFaNum/IRANSansXFaNum-Medium.eot") format("embedded-opentype"), url("../fonts/iransansXFaNum/IRANSansXFaNum-Medium.woff") format("woff"), url("../fonts/iransansXFaNum/IRANSansXFaNum-Medium.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "IRANSansXFaNum-Regular";
  src: url("../fonts/iransansXFaNum/IRANSansXFaNum-Regular.eot") format("embedded-opentype"), url("../fonts/iransansXFaNum/IRANSansXFaNum-Regular.woff") format("woff"), url("../fonts/iransansXFaNum/IRANSansXFaNum-Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  direction: rtl;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.my-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.my-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.gap-2 {
  gap: 2px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.AZ-img-container {
  position: relative;
  overflow: hidden;
  display: block;
}
.AZ-img-container::after {
  content: "";
  display: block;
}

.AZ-img-container-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AZ-img-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tooltip-btn {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
}
.tooltip-btn span {
  color: rgb(240, 148, 20) !important;
}

.tooltip {
  font-size: 14px;
  font-family: "IRANSansXFaNum-Regular";
}

.tooltip-inner {
  font-size: 11px;
  font-family: "IRANSansXFaNum-Regular";
  font-weight: 300;
  line-height: 1.8;
}

.line {
  width: 100%;
  height: 2px;
  background: #ececec;
  margin: 25px 0;
}

.AZ-page-title {
  font-size: 16px;
  color: #000;
  font-family: "IRANSansXFaNum-Bold";
}

.AZ-field-group {
  display: flex;
  flex-direction: column;
  background: transparent;
}
.AZ-field-group .field-inner {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgb(193, 193, 193);
  border-radius: 10px;
  flex-grow: 1;
  background: #fff;
}
.AZ-field-group .field-inner:focus-within {
  border: 1px solid #3b82f6;
}
.AZ-field-group .field-inner span {
  font-size: 16px;
  color: #4a4a4a;
  padding: 0 10px;
}
.AZ-field-group .field-inner .field-currency {
  font-size: 12px;
  color: #495057;
  font-family: "IRANSansXFaNum-Medium";
  background: #f3f3f3;
  padding: 5px 10px;
  border-radius: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AZ-field-group label {
  font-size: 14px;
  color: #212121;
  font-family: "IRANSansXFaNum-Medium";
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.AZ-field-group label span {
  font-size: 14px;
  color: red;
}
.AZ-field-group input,
.AZ-field-group textarea {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  padding: 8px;
  flex-grow: 1;
  background-color: #fff;
  border: 0;
  transition: all 0.2s linear;
  min-width: 50px;
}
.AZ-field-group input {
  height: 40px;
}
.AZ-field-group .help-text {
  font-size: 10px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
}
.AZ-field-group .help-text span {
  color: red;
}
.AZ-field-group.err .field-inner {
  border: 1px solid #ed2e2e;
}
.AZ-field-group.err .err-text {
  font-size: 12px;
  color: #ed2e2e;
  font-family: "IRANSansXFaNum-Regular";
  margin-top: 8px;
}

.form-control[readonly] {
  background-color: #fff;
}

.AZ-checkbox-group label {
  font-size: 12px;
  font-family: "IRANSansXFaNum-Regular";
  color: #000;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-right: 22px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: right;
}
.AZ-checkbox-group label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "icomoon";
  color: #fff;
  font-size: 14px;
  border: 1px solid rgb(202, 202, 202);
  transition: all 0.2s linear;
  background: #fff;
}
.AZ-checkbox-group input {
  display: none;
}
.AZ-checkbox-group input:checked ~ label::after {
  content: "\e909";
  background: #3b82f6;
}

.AZ-radio-group label {
  font-size: 13px;
  color: #1e1e1e;
  font-family: "IRANSansXFaNum-Regular";
  position: relative;
  cursor: pointer;
  padding-right: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: right;
}
.AZ-radio-group label span {
  color: #757575;
}
.AZ-radio-group label a {
  color: #8c1e82;
}
.AZ-radio-group label::after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 0.5px solid #757575;
  background: #fff;
  transition: all 0.2s linear;
}
.AZ-radio-group input {
  display: none;
}
.AZ-radio-group input:checked ~ label::after {
  background: #43a047;
  border: 2px solid #fff;
  outline: 1px solid #43a047;
}

.AZ-cancel-btn,
.AZ-danger-btn,
.AZ-warning-btn,
.AZ-primary-btn,
.AZ-secondary-btn {
  font-size: 15px;
  color: #fff;
  font-family: "IRANSansXFaNum-Regular";
  padding: 8px 20px;
  transition: all 0.2s linear;
  border-radius: 10px;
  background: #3b82f6;
  border: 0;
}
.AZ-cancel-btn:hover,
.AZ-danger-btn:hover,
.AZ-warning-btn:hover,
.AZ-primary-btn:hover,
.AZ-secondary-btn:hover {
  color: #ffffff;
  background: #005bab;
}
.AZ-cancel-btn.disabled,
.AZ-danger-btn.disabled,
.AZ-warning-btn.disabled,
.AZ-primary-btn.disabled,
.AZ-secondary-btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.AZ-secondary-btn {
  background: #43a047;
  color: #fff;
}
.AZ-secondary-btn:hover {
  color: #fff;
  background: rgb(75, 164, 67);
}

.AZ-cancel-btn {
  background: #c4c4c4;
  color: #000;
}
.AZ-cancel-btn:hover {
  color: #fff;
  background: #9d9d9d;
}

.AZ-danger-btn {
  background: rgb(255, 38, 0);
  color: #fff;
}
.AZ-danger-btn:hover {
  color: #fff;
  background: rgb(154, 0, 0);
}

.AZ-warning-btn {
  background: rgb(255, 174, 0);
  color: #fff;
}
.AZ-warning-btn:hover {
  color: #fff;
  background: rgb(207, 142, 1);
}

.AZ-section-title {
  font-size: 18px;
  color: #000;
  font-family: "IRANSansXFaNum-Bold";
  margin-bottom: 5px;
  position: relative;
}

.AZ-section-text {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
}

.AZ-section-desc {
  font-size: 14px;
  color: #848484;
  font-family: "IRANSansXFaNum-Regular";
}
.AZ-section-desc span {
  color: red;
}
.AZ-section-desc a {
  color: #3b82f6;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.AZ-section-desc a:hover {
  color: #005bab;
}

.AZ-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 100;
}
.AZ-navbar .container {
  padding: 12px 40px;
  border-radius: 74px;
  background: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.AZ-navbar .navbar-toggler {
  color: #323232;
  font-size: 24px;
  padding: 0;
}
.AZ-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.AZ-navbar .navbar-brand img {
  width: 61px;
}
.AZ-navbar .nav-link {
  font-size: 18px;
  color: #000000;
  font-family: "IRANSansXFaNum-Regular", sans-serif;
  font-weight: 300;
  transition: all 0.2s linear;
  white-space: nowrap;
  position: relative;
  background: transparent;
}

#accordian .level-two {
  right: 100%;
  top: 0;
}
#accordian .show-dropdown {
  display: flex;
  align-items: center;
}
#accordian .has-dropdown {
  position: relative;
  width: 100%;
  margin-top: 4px;
}
#accordian .has-dropdown a {
  padding: 8px 24px 8px 54px;
  margin-bottom: 4px;
}
#accordian ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
#accordian ul li {
  position: relative;
  width: 100%;
}

#accordian > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
  width: 100%;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #323232;
  border-radius: 20px;
}

#accordian > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block;
}

#accordian a:not(:only-child):after {
  content: "\e913";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #323232;
  font-family: "icomoon";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  transition: 0.2s;
}

#accordian > ul > li > ul li a,
#accordian > ul > li > ul > li > ul li a,
#accordian > ul > li > ul > li > ul > li > ul li a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul li a {
  font-size: 16px;
  font-family: "Kalameh-Regular";
  color: #000;
  width: 100%;
  padding: 10px 10px 10px 20px !important;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
}
#accordian > ul > li > ul li a::after,
#accordian > ul > li > ul > li > ul li a::after,
#accordian > ul > li > ul > li > ul > li > ul li a::after,
#accordian > ul > li > ul > li > ul > li > ul > li > ul li a::after {
  top: 5px;
  left: 10px !important;
}
#accordian > ul > li > ul li a:hover,
#accordian > ul > li > ul > li > ul li a:hover,
#accordian > ul > li > ul > li > ul > li > ul li a:hover,
#accordian > ul > li > ul > li > ul > li > ul > li > ul li a:hover {
  color: #005bab;
}

.AZ-footer {
  overflow-x: hidden;
  padding: 40px 0;
  background: #51342d;
  height: auto;
}
.AZ-footer .fp-overflow {
  min-height: auto;
  padding: 0;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.AZ-footer .footer-link {
  font-size: 18px;
  color: #ffffff;
  font-family: "IRANSansXFaNum-Regular", sans-serif;
  font-weight: 300;
  transition: all 0.2s linear;
  padding: 0 30px;
}
.AZ-footer .footer-link:hover {
  color: #ffb400;
}
.AZ-footer .footer-bottom {
  border-top: 1px solid #999;
  padding-top: 16px;
  margin-top: 30px;
}
.AZ-footer .footer-brand {
  margin-bottom: 32px;
}
.AZ-footer .footer-brand img {
  width: 139px;
}
.AZ-footer .footer-copyright {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "IRANSansXFaNum-Regular", sans-serif;
}
.AZ-footer .social a {
  font-size: 18px;
  color: #ffffff;
}

.AZ-login-page {
  padding: 50px 0;
  height: 100vh;
  min-height: 100vh;
}
.AZ-login-page .ruls-error {
  font-size: 12px;
  color: red;
  font-family: "IRANSansXFaNum-Regular";
}
.AZ-login-page .ruls a {
  display: contents;
}
.AZ-login-page .tabs {
  background: rgb(227, 227, 227);
  border-radius: 40px;
  overflow: hidden;
  border: 0;
}
.AZ-login-page .tabs li {
  width: 50%;
}
.AZ-login-page .tabs .tab-link {
  padding: 8px;
}
.AZ-login-page .login-links .login-menu-item {
  border-left: 1px solid rgb(229, 229, 229);
  padding: 0 10px;
}
.AZ-login-page .login-links .login-menu-item:last-child {
  border-left: 0;
}
.AZ-login-page .login-links .login-link {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  transition: all 0.2s linear;
}
.AZ-login-page .login-links .login-link:hover {
  color: #3b82f6;
}
.AZ-login-page .login-list {
  margin-right: 20px;
}
.AZ-login-page .login-list li {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  padding-right: 3px;
  padding: 2px 0;
}
.AZ-login-page .login-list li::marker {
  content: "\e90e";
  font-family: "icomoon";
  color: #43a047;
}
.AZ-login-page .login-brand {
  margin-bottom: 20px;
}
.AZ-login-page .login-brand img {
  width: 150px;
}
.AZ-login-page .login-title {
  font-size: 18px;
  color: #000;
  text-decoration: underline;
  font-family: "IRANSansXFaNum-Medium";
}
.AZ-login-page .AZ-login-box {
  border-radius: 20px;
  border: 1px solid rgb(232, 232, 232);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  height: 100%;
}
.AZ-login-page .col-left .col-right {
  padding: 0 20px;
}
.AZ-login-page .col-left .AZ-section-text {
  text-align: center;
}
.AZ-login-page .col-right {
  border-left: 1px solid rgb(232, 232, 232);
}

.AZ-login-box .change-number {
  font-size: 12px;
  font-family: "IRANSansXFaNum-Medium";
  color: #3b82f6;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.AZ-login-box .change-number:hover {
  color: #005bab;
}
.AZ-login-box .get-code-again #countdownText {
  font-size: 12px;
  font-family: "IRANSansXFaNum-Regular";
  color: #000;
}
.AZ-login-box .get-code-again #resendBtn,
.AZ-login-box .get-code-again #countdown {
  font-size: 12px;
  font-family: "IRANSansXFaNum-Regular";
  color: #3b82f6;
}
.AZ-login-box .get-code-again #resendBtn {
  text-decoration: underline;
}
.AZ-login-box .number-code {
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.AZ-login-box .code-input {
  font-size: 20px;
  color: #3b82f6;
  font-family: "IRANSansXFaNum-Bold";
  text-align: center;
  outline: none;
  direction: ltr;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #43598c;
  background: transparent;
}
.AZ-login-box .code-input.active {
  border: 1px solid #3b82f6;
}
.AZ-login-box .code-input.err {
  border-color: red;
}
.AZ-login-box .err-text {
  color: red;
  font-family: "IRANSansXFaNum-Regular";
  font-size: 12px;
  margin-top: 5px;
}

.back-btn {
  font-size: 14px;
  color: #333;
  font-family: "IRANSansXFaNum-Regular";
  transition: all 0.2s linear;
  padding: 3px 10px;
  background: #ececec;
  border-radius: 5px;
}
.back-btn span {
  font-size: 12px;
}
.back-btn:hover {
  color: #005bab;
}

.tabs {
  overflow-x: auto;
  padding: 4px;
  width: 100%;
  border-bottom: 1px solid rgb(214, 214, 214);
}
.tabs .tab-link {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.2s linear;
  border-radius: 40px;
  white-space: nowrap;
}
.tabs .tab-link .number {
  padding: 3px;
  border-radius: 3px;
  background: rgb(235, 235, 235);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #000;
  font-family: "IRANSansXFaNum-Medium";
  min-width: 10px;
  height: 15px;
  padding-top: 5px;
  transition: all 0.2s linear;
}
.tabs .tab-link .color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.tabs .tab-link.pending .color {
  background: #2a6cd7;
}
.tabs .tab-link.canceled .color {
  background: red;
}
.tabs .tab-link.full .color {
  background: #43a047;
}
.tabs .tab-link.confirmed .color {
  background: orange;
}
.tabs .active .tab-link {
  background: #3b82f6;
  color: #fff;
}
.tabs .active .tab-link .number {
  background: #005bab;
  color: #fff;
}

.AZ-search-container {
  background: rgb(245, 245, 245);
  border: 1px solid rgb(245, 245, 245);
  display: flex;
  align-items: center;
  min-width: 400px;
  border-radius: 10px;
  height: 45px;
}
.AZ-search-container input {
  background: transparent;
  flex-grow: 1;
  font-size: 13px;
  color: #000;
  font-family: "IRANSansXFaNum-Medium";
  padding: 10px;
  height: 100%;
  border: 0;
}
.AZ-search-container input:focus {
  background: transparent;
  box-shadow: none;
}
.AZ-search-container button {
  font-size: 20px;
  color: #000;
  padding-left: 16px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 100%;
}
.AZ-search-container:focus-within {
  border-color: #3b82f6;
}

.table-container {
  overflow-x: auto;
}

.swiper-slide {
  height: auto;
}

.tableSwiper .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 15px;
  min-width: 100%;
}
.tableSwiper .swiper-wrapper {
  border-radius: 15px;
}

.table-wrapper {
  width: 100%;
  background: #ececec;
  border-radius: 10px;
}
.table-wrapper .table-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f3f3f3;
}
.table-wrapper .table-btn span {
  color: #333 !important;
}
.table-wrapper .eitaa-btn {
  background: rgb(251, 242, 226);
}
.table-wrapper .eitaa-btn span {
  color: orange !important;
}
.table-wrapper .telegram-btn {
  background: rgb(225, 245, 255);
}
.table-wrapper .telegram-btn span {
  color: #3b82f6 !important;
}
.table-wrapper .whatsapp-btn {
  background: rgb(226, 251, 238) !important;
}
.table-wrapper .whatsapp-btn span {
  color: #43a047 !important;
}
.table-wrapper thead th {
  font-size: 12px;
  color: #414141;
  font-family: "IRANSansXFaNum-Bold";
  padding: 10px 15px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.table-wrapper td,
.table-wrapper th {
  border: none;
  text-align: right;
  vertical-align: middle;
  border: 1px solid #fff;
}
.table-wrapper tbody tr {
  position: relative;
}
.table-wrapper tbody tr:hover {
  background: #d2f1f0;
}
.table-wrapper tbody td {
  padding: 10px 15px;
  transition: all 0.2s linear;
}
.table-wrapper tbody td .table-text {
  font-size: 13px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  white-space: nowrap;
}
.table-wrapper .table-text {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSansXFaNum-Regular";
}
.table-wrapper .success,
.table-wrapper .secondary,
.table-wrapper .primary,
.table-wrapper .danger {
  font-size: 13px;
  color: #43a047;
  font-family: "IRANSansXFaNum-Regular";
  background: #c9f2ce;
  padding: 2px 10px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
}
.table-wrapper .success span,
.table-wrapper .secondary span,
.table-wrapper .primary span,
.table-wrapper .danger span {
  font-size: 16px;
  color: #43a047 !important;
}
.table-wrapper .secondary {
  background: #c9c9c9;
  color: #000;
}
.table-wrapper .secondary span {
  color: #000 !important;
}
.table-wrapper .danger {
  background: rgba(255, 205, 1, 0.1);
  color: #ff8d01;
}
.table-wrapper .danger span {
  color: red !important;
}
.table-wrapper .primary {
  background: rgba(177, 232, 255, 0.38);
  color: #3b82f6;
}
.table-wrapper .primary span {
  color: #3b82f6 !important;
}
.table-wrapper .product-img {
  min-width: 50px;
  width: 50px;
}
.table-wrapper .product-img::after {
  padding-bottom: 100%;
}
.table-wrapper .product-img img {
  max-width: 100%;
  max-height: 100%;
}
.table-wrapper .product-title {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Medium";
  text-align: right;
}
.table-wrapper .action-btn {
  font-size: 12px;
  color: #3b82f6;
  font-family: "IRANSansXFaNum-Regular";
  width: auto;
  height: auto;
  white-space: nowrap;
  padding: 0 5px;
  border-left: 1px solid rgb(178, 178, 178);
  border-radius: 0;
  background: transparent;
}
.table-wrapper .action-btn:hover {
  color: #005bab;
  background: transparent;
}
.table-wrapper .action-btn:last-child {
  border-left: 0;
}
.table-wrapper .edit-btn {
  color: rgb(255, 132, 0);
}
.table-wrapper .edit-btn:hover {
  color: rgb(255, 111, 0);
}
.table-wrapper .delete-btn {
  color: red;
}
.table-wrapper .delete-btn:hover {
  color: rgb(193, 16, 3);
}
.table-wrapper .old-price span {
  font-size: 12px;
  color: gray;
  font-family: "IRANSansXFaNum-Regular";
  text-decoration: line-through;
  text-align: center;
}
.table-wrapper .price {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSansXFaNum-Medium";
  text-align: center;
}
.table-wrapper .price span {
  font-size: 14px;
  color: #000000;
  font-family: "IRANSansXFaNum-Medium";
}
.table-wrapper .profile-img {
  min-width: 50px;
}
.table-wrapper .profile-img::after {
  padding-bottom: 100%;
}
.table-wrapper .username {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
}
.table-wrapper .edit-date {
  font-size: 12px;
  color: rgb(255, 132, 0);
  font-family: "IRANSansXFaNum-Regular";
}
.table-wrapper .AZ-danger-btn {
  font-size: 10px;
  padding: 3px 10px;
}

.custom-select {
  min-width: 100px;
  flex-grow: 1;
  min-height: 40px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #cacaca;
  background: #fff;
}
.custom-select .select-trigger {
  font-size: 13px;
  font-family: "IRANSansXFaNum-Regular";
  color: #000;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 1;
}
.custom-select .select-trigger::before {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  color: #3b82f6;
}
.custom-select .select-options {
  font-size: 13px;
  font-family: "IRANSansXFaNum-Regular";
  color: #114b5f;
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
  overflow: hidden;
}
.custom-select .select-options .option {
  padding: 5px 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #114b5f;
}
.custom-select .select-options .option.active, .custom-select .select-options .option:hover {
  background-color: rgb(242, 246, 249);
  color: #3b82f6;
}
.custom-select.open .select-options {
  display: block;
}

.AZ-box {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(74, 74, 74, 0.1);
}

.AZ-border-box {
  border: 1px solid rgb(185, 185, 185);
  padding: 20px;
  border-radius: 10px;
}

.add-product-btn {
  padding: 5px 10px;
  background: #43a047;
  font-size: 15px;
}

.AZ-pagination .page-link {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Medium";
  padding-top: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.AZ-pagination .page-item.active .page-link {
  background: #3b82f6;
}
.AZ-pagination .page-prev {
  width: auto;
}

.modal-wrapper .modal-content {
  border: 0;
  border-radius: 10px;
}
.modal-wrapper .modal-title {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Medium";
}
.modal-wrapper .btn-secondary .btn-danger {
  font-family: "IRANSansXFaNum-Regular";
}

.upload-container-product {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.upload-container-product .upload-corner {
  position: absolute;
  top: 50%;
  left: 50%;
  right: unset;
  transform: translate(-50%, -50%);
  width: 100%;
}
.upload-container-product .upload-corner span {
  font-size: 20px;
  color: gray;
}
.upload-container-product .upload-corner p {
  font-size: 14px;
  color: gray;
  font-family: "IRANSansXFaNum-Regular";
}
.upload-container-product .upload-note {
  font-size: 13px;
  color: gray;
  font-family: "IRANSansXFaNum-Regular";
}
.upload-container-product .main-preview-box {
  min-width: 40%;
  width: 40%;
  margin: 0;
}
.upload-container-product .thumbnail-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  gap: 8px;
  margin-bottom: 0;
  min-height: unset;
  flex-grow: 1;
}

.AZ-page-header {
  border-bottom: 1px solid #ececec;
}

.card-header {
  border-bottom: 1px solid #ececec;
  padding: 0;
}
.card-header .nav-item {
  padding: 10px 15px;
  margin: 0;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-header .nav-item .nav-link {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  border: 0;
}
.card-header .nav-item:hover {
  background-color: transparent;
  color: #3b82f6;
  transform: unset;
  border: 0;
}
.card-header .nav-item:hover .nav-link {
  border: 0;
}
.card-header .nav-tabs .nav-item.show .nav-link,
.card-header .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #ececec;
  border-color: unset;
}

.image-upload-one {
  display: flex;
  justify-content: center;
}

.form-input {
  width: 88px;
  height: 88px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.form-input .file-h {
  position: relative;
  z-index: 1;
}
.form-input::after {
  padding-bottom: 100%;
}
.form-input input {
  display: none;
}
.form-input label {
  display: block;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.delete_icon,
.edit_icon {
  font-size: 12px;
  color: rgb(255, 136, 0);
  font-family: "IRANSansXFaNum-Regular";
  padding: 5px 17px;
  border-radius: 24px;
  border: 1px solid #c4c4c4;
  transition: all 0.2s linear;
  background: rgb(255, 255, 230);
  border: 0;
}
.delete_icon:hover,
.edit_icon:hover {
  background: #c4c4c4;
}
.delete_icon span,
.edit_icon span {
  font-size: 18px;
}

.delete_icon {
  background: rgb(253, 239, 239);
  border-color: red;
  color: red;
}

.box-divider {
  margin-bottom: 30px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  min-height: 40px;
  border: 1px solid rgb(193, 193, 193);
  border-radius: 10px;
  display: flex;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #2c2c2c;
  font-family: "IRANSansXFaNum-Regular";
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.select2-results__option {
  font-size: 14px;
  color: #2c2c2c;
  font-family: "IRANSansXFaNum-Regular";
}

.select2-multiple .select2-container {
  width: 100% !important;
  min-width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  border-radius: 8px;
  background: #d9d9d9;
  font-size: 14px;
  color: #1e1e1e;
  font-family: "IRANSansX-Regular";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #3b82f6 transparent transparent transparent;
}

.select2-container--default .select2-selection--multiple {
  height: 40px !important;
  border: 1px solid rgb(193, 193, 193);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #3b82f6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  font-family: "IRANSansXFaNum-Regular";
}

.edit-email {
  font-size: 13px;
  color: #3b82f6;
  font-family: "IRANSansXFaNum-Regular";
  text-decoration: underline;
  transition: all 0.2s linear;
}
.edit-email:hover {
  color: #005bab;
}

.AZ-upload-file {
  width: 100%;
  height: 40px;
}
.AZ-upload-file .custom-file {
  width: auto;
  cursor: pointer;
  height: 100%;
}
.AZ-upload-file .custom-file-input {
  height: 3.3125rem;
  display: none;
}
.AZ-upload-file .custom-file-label {
  font-size: 13px;
  color: #114b5f;
  font-family: "IRANSansXFaNum-Regular";
  display: block;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  padding: 8px 6px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgb(193, 193, 193);
  width: 100%;
  position: relative;
  background: #fff;
}
.AZ-upload-file .custom-file-label::after {
  content: "آپلود";
  font-size: 14px;
  font: "IRANSansXFaNum-Regular";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px 10px;
  color: #fff;
  border-radius: 10px;
  background-color: #114b5f;
}

.AZ-accordion .accordion-item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 9px;
  padding: 0;
  background: #ececec;
  border: 0;
  border-radius: 10px;
}
.AZ-accordion .accordion-item.open {
  overflow: visible;
}
.AZ-accordion .accordion-item.open .open-accordion {
  transform: rotate(180deg);
}
.AZ-accordion .accordion-content {
  padding: 16px;
  border-radius: 0 0 10px 10px;
}
.AZ-accordion .accordion-item__button {
  border: none;
  width: 100%;
  transition: all 0.2s linear;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: right;
  padding: 16px;
  border-radius: 10px 10px 0 0;
  background: #d0ebff;
}
.AZ-accordion .accordion-item__button span {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
}
.AZ-accordion .accordion-item__button p {
  font-size: 14px;
  font-family: "IRANSansXFaNum-Medium";
  color: #000000;
}
.AZ-accordion .accordion-item__button .desc {
  color: #4a4a4a;
  font-size: 12px;
  font-family: "IRANSansXFaNum-Regular";
}
.AZ-accordion .accordion-item__button .open-accordion {
  font-size: 15px;
  color: #000;
  min-width: 27px;
  min-height: 27px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.AZ-accordion .accordion-item__button .accordion-order-date {
  white-space: nowrap;
}
.AZ-accordion .spotplayer-accordion .accordion-item__button {
  background: #6310d7;
  color: white;
}
.AZ-accordion .spotplayer-accordion .accordion-item__button .desc,
.AZ-accordion .spotplayer-accordion .accordion-item__button p {
  color: #fff;
}

.AZ-time-box {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #e3f2fd;
}
.AZ-time-box .box--number {
  font-size: 12px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding-top: 5px;
}
.AZ-time-box .box-title {
  font-size: 10px;
  color: #4a4a4a;
  font-family: "IRANSansXFaNum-Medium";
}
.AZ-time-box .box-time {
  font-size: 12px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
}
.AZ-time-box .box-time span {
  font-size: 10px;
  color: #495057;
}
.AZ-time-box .delete-time {
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: red;
  background: rgb(255, 237, 237);
  transition: all 0.2s linear;
  border: 0;
}
.AZ-time-box .delete-time:hover {
  background: red;
  color: #fff;
}
.AZ-time-box .date-field {
  font-size: 12px;
  border: 0;
  width: 70px;
  background: transparent;
}
.AZ-time-box .form-control {
  padding: 0;
  width: 0;
  visibility: hidden;
}
.AZ-time-box .time-display {
  font-size: 12px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  width: 40px;
}
.AZ-time-box .time-picker-wrapper {
  cursor: pointer;
}

.AZ-add-product-page .resume-link {
  font-size: 10px;
  color: red;
  text-decoration: underline;
  white-space: nowrap;
}
.AZ-add-product-page .resume-link.success {
  color: #43a047;
}

.progressbar-dashboard {
  margin-bottom: 40px;
  overflow: hidden;
  counter-reset: step;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.progressbar-dashboard li {
  position: relative;
  width: 33%;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.progressbar-dashboard li a {
  padding: 15px;
  height: 100%;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-family: "IRANSansXFaNum-Regular";
  color: #000;
  position: relative;
  z-index: 10;
}
.progressbar-dashboard li a span {
  font-size: 10px;
  display: block;
  font-family: "IRANSansXFaNum-Regular";
}
.progressbar-dashboard li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  border-right: 35px solid #e7e7e7;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  transition: all 0.2s linear;
}
.progressbar-dashboard li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 35px);
  background: #e7e7e7;
  height: 100%;
  transition: all 0.2s linear;
  border-radius: 0 5px 5px 0;
  height: 100%;
}
.progressbar-dashboard li:last-child::after {
  content: none;
}
.progressbar-dashboard li:last-child::before {
  width: 100%;
  border-radius: 5px;
}
.progressbar-dashboard li:last-child p {
  text-align: center;
}
.progressbar-dashboard li:last-child.active:before {
  background: #ff8600;
}
.progressbar-dashboard li:hover::after {
  border-right: 35px solid #3b82f6;
}
.progressbar-dashboard li:hover::before {
  background: #3b82f6;
}
.progressbar-dashboard li:hover a {
  color: #fff;
}

.AZ-wallet-page .wallet-box {
  width: 50%;
  margin: auto;
}
.AZ-wallet-page .note {
  font-size: 13px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  margin-top: 5px;
}
.AZ-wallet-page .note span {
  color: red;
  font-family: "IRANSansXFaNum-Regular";
}
.AZ-wallet-page .payout-info {
  list-style-type: disc;
  background: rgb(255, 255, 236);
  padding: 10px;
  border-radius: 10px;
}
.AZ-wallet-page .payout-info ul {
  margin-right: 10px;
}
.AZ-wallet-page .payout-info--text {
  font-size: 12px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
  list-style-type: disc;
}
.AZ-wallet-page .bank-account__add-btn {
  font-size: 14px;
  color: #3b82f6;
  font-family: "IRANSansXFaNum-Regular";
  text-decoration: underline;
  transition: all 0.2s linear;
}
.AZ-wallet-page .bank-account__add-btn:hover {
  color: #005bab;
}

.message-box {
  background: rgb(248, 245, 233);
  padding: 10px;
  border-radius: 5px;
}
.message-box p {
  font-size: 12px;
  color: rgb(195, 91, 0);
  font-family: "IRANSansXFaNum-Regular";
}
.message-box p span {
  font-size: 16px;
}

.success-message {
  background: rgb(232, 255, 246);
}
.success-message p {
  color: #43a047;
}

.payoutReceipt-modal .payoutReceipt-list li {
  border-bottom: 1px solid #ececec;
  padding: 5px 0;
}
.payoutReceipt-modal .payoutReceipt-list li:last-child {
  border-bottom: 0;
}
.payoutReceipt-modal .payoutReceipt-list .list-title {
  font-size: 12px;
  color: #495057;
  font-family: "IRANSansXFaNum-Regular";
}
.payoutReceipt-modal .payoutReceipt-list .list-text {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
}
.payoutReceipt-modal .payoutReceipt-list .list-text span {
  font-size: 14px;
  color: #000;
  font-family: "IRANSansXFaNum-Regular";
}

.bg-wheat {
  background: wheat;
}

.AZ-orders-page .table-wrapper td,
.AZ-orders-page .table-wrapper th {
  border: 1px solid #ececec;
  background: #fff;
}
.AZ-orders-page .AZ-accordion .accordion-item__button {
  border-radius: 10px 10px 10px 0;
  height: 80px;
}
.AZ-orders-page .AZ-accordion .accordion-item__button p {
  font-size: 12px;
}
.AZ-orders-page .AZ-accordion .accordion-item__button span {
  font-size: 14px;
}
.AZ-orders-page .AZ-accordion .accordion-item__button .accordion-order-title {
  font-family: "IRANSansXFaNum-Bold";
  font-size: 13px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.AZ-orders-page .AZ-accordion .accordion-item__button .table-btn span {
  color: #333 !important;
  font-size: 18px;
}
.AZ-orders-page .AZ-accordion .AZ-checkbox-group label {
  padding: 10px 22px 10px 0;
}
.AZ-orders-page .AZ-accordion .AZ-warning-btn {
  padding: 5px 20px;
  font-size: 12px;
}
.AZ-orders-page .AZ-accordion .accordion-status {
  height: 80px;
  border-radius: 0 10px 10px 0;
  padding: 10px;
}
.AZ-orders-page .AZ-accordion .accordion-status .accordion-order-code {
  color: #fff;
}
.AZ-orders-page .AZ-accordion .canceled .accordion-status:first-child {
  background: red;
}
.AZ-orders-page .AZ-accordion .full .accordion-status {
  background: #43a047;
}
.AZ-orders-page .AZ-accordion .confirmed .accordion-status:first-child {
  background: orange;
}
.AZ-orders-page .AZ-accordion .pending .accordion-status:first-child {
  background: #3b82f6;
}

.dashboard-sidebar {
  height: unset !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  font-size: 14px;
  min-width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.swiper-rtl .swiper-button-prev {
  right: 0;
}

.profile-action {
  width: auto !important;
  border-radius: 40px !important;
}

.notification-text {
  font-size: 0.75rem;
  text-align: right;
}

.notification-dropdown .dropdown-menu {
  left: 0 !important;
  width: 300px;
  right: unset !important;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.notification-dropdown .empty-icon {
  margin-bottom: 0;
  font-size: 30px;
}

.mobile-nav-item {
  padding: 0 !important;
}

@media screen and (max-width: 1200px) {
  .AZ-login-box .code-input {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  .AZ-upload-file .custom-file-label {
    font-size: 11px;
  }
  .AZ-orders-page .AZ-accordion .accordion-item__button span {
    font-size: 11px;
  }
  .AZ-orders-page .AZ-accordion .accordion-item__button .accordion-order-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .w-md-100 {
    width: 100%;
  }
  .AZ-login-page {
    padding: 30px 0;
  }
  .AZ-login-page form {
    height: 100%;
  }
  .AZ-login-page .login-brand img {
    width: 150px;
  }
  .AZ-login-page .col-right {
    border-left: 0;
    margin-top: 30px;
  }
  .AZ-login-page .login-title {
    font-size: 16px;
  }
  .AZ-login-page .AZ-login-box {
    gap: 30px;
  }
  .AZ-login-page .login-links .login-link {
    font-size: 12px;
  }
  .dashboard-content {
    padding: 15px 5px 70px 5px !important;
  }
  .progressbar-dashboard {
    margin-bottom: 0;
    overflow: unset;
    counter-reset: step;
    flex-direction: column;
    gap: 45px;
    width: 100%;
  }
  .progressbar-dashboard li {
    align-items: center;
    width: 100%;
  }
  .progressbar-dashboard li::before {
    width: 100%;
  }
  .progressbar-dashboard li::after {
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 30px;
    height: 100%;
    border-right: 35px solid transparent;
    border-top: 35px solid #f1f1f1;
    border-left: 35px solid transparent;
    border-bottom: unset;
  }
  .progressbar-dashboard li:hover::after {
    border-right: 35px solid transparent;
    border-top: 35px solid #3b82f6;
  }
  .AZ-wallet-page .wallet-box {
    width: 100%;
    margin: auto;
  }
  .AZ-orders-page .AZ-accordion .accordion-item__button {
    border-radius: 10px 10px 10px 0;
    height: unset;
  }
  .AZ-orders-page .AZ-accordion .accordion-status {
    height: unset;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .w-sm-100 {
    width: 100%;
  }
  .AZ-search-container {
    min-width: 100%;
  }
  .profile-action .user-avatar-sm {
    min-width: 32px !important;
    height: 32px !important;
    border: 0;
  }
  .AZ-accordion .accordion-item__button {
    padding: 10px;
  }
  .table-wrapper .success,
  .table-wrapper .secondary,
  .table-wrapper .primary,
  .table-wrapper .danger {
    font-size: 10px;
  }
  .table-wrapper thead th {
    font-size: 11px;
  }
  .table-wrapper tbody td .table-text {
    font-size: 11px;
  }
  .table-wrapper .table-btn {
    width: 25px;
    height: 25px;
  }
  .table-wrapper .table-btn span {
    font-size: 12px;
  }
  .table-wrapper .price span {
    font-size: 11px;
  }
  .table-wrapper .product-title {
    font-size: 12px;
  }
  .table-wrapper .action-btn {
    font-size: 10px;
    height: unset;
    min-height: unset;
    min-width: auto;
  }
  .table-wrapper .username {
    font-size: 12px;
  }
  .mobile-nav-item {
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 800;
  }
  .AZ-orders-page .AZ-accordion .accordion-item__button span {
    font-size: 11px;
  }
  .AZ-orders-page .AZ-accordion .accordion-item__button .button-details {
    position: relative;
  }
  .AZ-orders-page .AZ-accordion .accordion-item__button .button-details > p,
  .AZ-orders-page .AZ-accordion .accordion-item__button .button-details div {
    border-left: 1px solid rgb(177, 177, 177);
    position: relative;
  }
  .AZ-orders-page .AZ-accordion .accordion-item__button .button-details > p:last-child,
  .AZ-orders-page .AZ-accordion .accordion-item__button .button-details div:last-child {
    border-left: 0;
    padding-left: 0;
  }
  .profile-action {
    width: auto !important;
    border-radius: 40px !important;
  }
  .profile-action .icon-keyboard_arrow_down {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .AZ-section-title {
    font-size: 16px;
    font-family: "IRANSansXFaNum-Medium";
  }
  .upload-container-product .upload-note {
    font-size: 10px;
  }
  .upload-container-product .upload-corner p {
    font-size: 10px;
  }
  .AZ-box {
    padding: 10px;
  }
  .AZ-orders-page .AZ-accordion .accordion-item__button p {
    font-size: 11px;
  }
  .mobile-nav-item {
    font-size: 10px;
    white-space: nowrap;
  }
  .notification-dropdown .dropdown-menu {
    width: 250px;
  }
  .mobile-nav-item {
    padding: 5px !important;
  }
  .mobile-nav-item svg {
    width: 20px !important;
    height: 20px !important;
  }
}

.add-product-btn span{
  font-size: 15px;
}