.delay {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.user_dash_container {
  direction: rtl;
  text-align: right;
}

.user_dash_container_padd {
  padding: 50px 5px;
}

.card_dash {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  margin-bottom: 1rem;
  border: 1px solid #fff;
}

.card_dash:hover {
  border: 1px solid #ff9393;
  background: #fffcfc;
}

.icon-shape {}

.icon-shape img {
  max-width: 100%;
  height: 66px;
}

.card-body_dash h5 {
  font-size: 13px;
  color: gray;
  position: absolute;
  left: 0;
  bottom: 0;
}

.card-body_dash .numbers {
  height: 100%;
}

.card-body_dash p {
  font-size: 21px;
  font-weight: bold;
  display: flex;
  height: 100%;
  align-items: center;
  color: #363636;
}

.card-body_dash input {
  width: 100%;
  text-align: left;
  font-size: 13px;
  padding: 4px;
  border: 1px solid #e9e9e9;
  margin-top: 9px;
  border-radius: 5px;
  padding-top: 6px;
  color: #3e3e3e;
}

.card_code_dash p {
  height: 38px;
}

.btn_copy_link {
  padding: 11px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);
  border-color: #f0134d;
  color: #f0134d;
  cursor: pointer;
  border-radius: 7px;
}

.btn_copy_link:hover {
  color: #fff;
  background: #f0134d !important;
  border-color: #f0134d !important;
}

.card_code_dash h4 {
  margin: 5px auto;
  text-align: center;
  margin-top: 16px;
}

.breadcrumb-arrow {
  height: 36px;
  padding: 0;
  line-height: 36px;
  list-style: none;
  background: none !important;
  display: flex;
  justify-content: starts;
}
.rtl
.breadcrumb-arrow {
  direction: rtl;

}

.breadcrumb-arrow li:first-child a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
  display: inline-block;
  vertical-align: top;
}

.breadcrumb-arrow li:not(:first-child) {
  margin-left: -5px;
  padding-left: 0;
}

.breadcrumb-arrow li+li:before {
  padding: 0;
  content: '' !important;
  color: #fff;
}

.breadcrumb-arrow li span {
  padding: 0 10px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
  height: 36px;
  padding: 0 7px 0 6px;
  line-height: 36px;
}
 
.breadcrumb-arrow li:first-child a {
  padding: 0 10px;
}

.breadcrumb-arrow li a {
  position: relative;
  text-decoration: none;
  float: right;
  font-size: 17px;
  font-weight: 500;
  color: #353535;
  background-color: none;
  border: 1px solid none;
  padding-left: 0px;
  font-family: kalameh !important;
}

.breadcrumb-arrow li:first-child a {
  padding-left: 5px;
  padding-right: 0;
}
.ltr
.breadcrumb-arrow li:first-child a {
  padding-right: 5px;
  padding-left: 0;
}
.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {}

.breadcrumb-arrow li a:after {
  padding: 0 0px;
  color: #ccc;
  content: "/\00a0";
  padding-right: 7px;
}
.ltr
.breadcrumb-arrow li a:after {
  padding-left: 7px;
  padding-right: 0;

}
.breadcrumb-arrow li:last-of-type a:after {
  content: "";
}

/* .breadcrumb-arrow li a:after {
  left: -11px;
  z-index: 2;
  border-right: 11px solid #858585;
} */
.breadcrumb-arrow li span {
  color: #434a54;
}

.breadcrumb-arrow li:last-of-type a::after {
  border-right: 0px solid #858585;
}

.open-walkthrough {
  border: 0;
  background: #5da3f2;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  height: 40px;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -60px;
}

.walkthrough {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  /* background: linear-gradient(to right bottom, #9e66c6, #6027e1); */
  border-radius: 0;
  display: none;
  flex-direction: column;
  flex: 0 0 auto;
  font-size: 14px;
  height: 464px;
  overflow: hidden;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 280px;
  z-index: 1000;
  /* Created with https://www.css-gradient.com */
  background: #7da9ca;
  background: -webkit-linear-gradient(top left, #7da9ca, #143fdb);
  background: -moz-linear-gradient(top left, #7da9ca, #143fdb);
  background: linear-gradient(to bottom right, #7da9ca, #143fdb);
}

.walkthrough.showwalkthrough {
  display: flex;
  opacity: 0;
  transform: translateY(72px);
}

.walkthrough.reveal {
  opacity: 1;
  transform: translateY(0);
}

.walkthrough .walkthrough-body {
  align-items: center;
  display: flex;
  flex: 1;
  text-align: center;
}

.walkthrough .walkthrough-body .prev-screen,
.walkthrough .walkthrough-body .next-screen {
  align-self: stretch;
  background: none;
  border: 0;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 24px;
  opacity: 1;
  outline: none;
  padding: 16px;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1000;
}

.walkthrough .walkthrough-body .prev-screen:hover,
.walkthrough .walkthrough-body .prev-screen:active,
.walkthrough .walkthrough-body .next-screen:hover,
.walkthrough .walkthrough-body .next-screen:active {
  color: white;
  transform-origin: center;
  transform: scale(1.25);
}

.walkthrough .walkthrough-body .prev-screen:disabled,
.walkthrough .walkthrough-body .next-screen:disabled {
  opacity: 0;
}

.walkthrough .walkthrough-body .prev-screen {
  order: 1;
}

.walkthrough .walkthrough-body .next-screen {
  order: 3;
}

.walkthrough .walkthrough-body .screens {
  flex: 1;
  align-self: stretch;
  position: relative;
  margin: 0 -16px;
  padding: 0;
  order: 2;
}

.walkthrough .walkthrough-body .screens .screen {
  position: absolute;
  list-style-type: none;
}

.walkthrough .walkthrough-body .media {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 132px;
  height: 132px;
  margin: 32px auto;
  width: 132px;
  justify-content: center;
}

.walkthrough .walkthrough-body h3 {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: bold;
  color: white;
}

.walkthrough .walkthrough-body p {
  line-height: 1.6em;
  font-size: 13px;
  margin-top: 16px;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.8);
}

.walkthrough .walkthrough-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.walkthrough .walkthrough-pagination .dot {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  height: 8px;
  margin: 0 4px;
  transform: scale(0.75);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 8px;
}

.walkthrough .walkthrough-pagination .dot.active {
  background: white;
  transform: scale(1);
  transition-delay: 0.4s;
}

.walkthrough .walkthrough-footer {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  padding: 0;
}

.walkthrough .walkthrough-footer button {
  border: 0;
  background: #5da3f2;
  font-weight: bold;
  border-radius: 0;
  color: white;
  flex: 1;
  font-size: 19px;
  margin: 0;
  outline: 0;
  padding: 12px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

.walkthrough .walkthrough-footer button:hover {
  background: #6babf3;
}

.walkthrough .walkthrough-footer button:active {
  background: #5da3f2;
}

.walkthrough .walkthrough-footer button:disabled {
  cursor: pointer;
}

.walkthrough .walkthrough-footer button.finish {
  background: #3e94f5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.walkthrough .walkthrough-footer button.finish:hover {
  background: #4d9cf6;
}

.walkthrough .walkthrough-footer button.finish:active {
  background: #3e94f5;
}

.walkthrough .walkthrough-footer button.finish.active {
  transform: scale(1, 1);
  opacity: 1;
  bottom: 1px;
  height: 51px;
}

.walkthrough .screens {
  margin: 0;
}

.walkthrough .screens .media .status-badge {
  left: 136px;
  opacity: 0;
  position: absolute;
  top: 104px;
  transform: scale(0);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: 0.6s;
}

.walkthrough .screens .media .status-badge i {
  display: inline;
}

.walkthrough .screens .media.logo .logo {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 80px;
}

.walkthrough .screens .media .icon {
  position: absolute;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 132px;
  left: 61px;
  top: 29px;
}

.walkthrough .screens .media.bars .icon {
  transform: translate(40px, 20px);
}

.walkthrough .screens .media.bars .icon:nth-of-type(2) {
  transform: scale(0.25);
  transform-origin: 30% 54%;
}

.walkthrough .screens .media.bars .icon:nth-of-type(3) {
  transform: scale(0.25);
  transform-origin: 30% 40%;
}

.walkthrough .screens .media.bars .icon:nth-of-type(4) {
  transform: scale(0.25);
  transform-origin: 30% 26%;
}

.walkthrough .screens .media.files .icon {
  transform: translate(40px, 20px);
}

.walkthrough .screens .media.comm .icon {
  transform: scale(0.25);
  transform-origin: 29% 73%;
}

.walkthrough .screens .media.comm .icon:nth-child(2) {
  transform-origin: 66% 85%;
}

.walkthrough .screens .screen {
  opacity: 0;
  position: absolute;
  transform: translateX(-72px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.walkthrough .screens .screen.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}

.walkthrough .screens .screen.active~.screen {
  opacity: 0;
  transform: translateX(72px);
}

.walkthrough .screens .screen.active .media .status-badge {
  opacity: 1;
  transform: scale(1.75);
}

.walkthrough .screens .screen.active .media.logo .logo {
  opacity: 0.8;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.logo .status-badge {
  transition-delay: 1s;
}

.walkthrough .screens .screen.active .media.books .icon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.books .icon:nth-child(2) {
  transition-delay: 0.725s;
}

.walkthrough .screens .screen.active .media.books .icon:nth-child(3) {
  transition-delay: 0.85s;
}

.walkthrough .screens .screen.active .media.books .status-badge {
  transition-delay: 1.4s;
}

.walkthrough .screens .screen.active .media.bars .icon {
  opacity: 1;
  transform: translate(0) scale(1);
  transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.bars .icon:nth-child(2) {
  transition-delay: 1.05s;
}

.walkthrough .screens .screen.active .media.bars .icon:nth-child(3) {
  transition-delay: 0.925s;
}

.walkthrough .screens .screen.active .media.bars .icon:nth-child(4) {
  transition-delay: 0.8s;
}

.walkthrough .screens .screen.active .media.files .icon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}

.walkthrough .screens .screen.active .media.files .icon:nth-child(3) {
  transition-delay: 0.8s;
}

.walkthrough .screens .screen.active .media.files .icon:nth-child(2) {
  transition-delay: 0.7s;
}

.walkthrough .screens .screen.active .media.files .icon:nth-child(1) {
  transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.files .status-badge {
  transition-delay: 1.6s;
}

.walkthrough .screens .screen.active .media.comm .icon {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}

.walkthrough .screens .screen.active .media.comm .icon:nth-child(2) {
  transition-delay: 0.8s;
}

.walkthrough .screens .screen.active .media.comm .status-badge {
  transition-delay: 1.6s;
}

.user_tile {
  border-radius: 16px;
  background-color: #fff;
  padding: 4px 30px;
  margin-bottom: 2rem;
}

.header_tile_user {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.header_tile_user h2 {
  font-size: 19px;
  font-weight: bold;
  color: #424242;
  margin: 0;
  display: flex;
  align-items: center;
}

.form-control {
  border: 1px solid #dfdfdf;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 0.575rem 0.75rem;
  border-radius: 12px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  font-weight: 300;
  font-size: 14px;
}

.header_tile_user>div {
  display: flex;
  margin-bottom: 10px;
}

.col-form-label {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
}

.form_first_item {

  padding-right: 0;
  padding-left: 15px;
}
.ltr
.form_first_item {
  padding-left: 0;
  padding-right: 15px;
}

.form_group_title {
  font-size: 15px;
  border-bottom: 1px solid #00235d;
  display: inline-block;
  padding-bottom: 6px;
  color: #00235d;
  margin-bottom: 10px;
  margin-top: 13px;
}


.form_group_title:before {
  font-family: 'FontAwesome';
  content: '\f111';
  font-weight: 900;
  font-size: 9px;
  color: #ba0001;
}


.ltr_dir {
  direction: ltr !important;
}

.form_first_item {}

.form_second_item {

  padding-left: 0;
  padding-right: 15px;
}

/* CSS */
.btn_blue {
  appearance: button;
  background-color: #1652f0;
  border: 1px solid #1652f0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: Graphik, -apple-system, system-ui, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.15;
  overflow: visible;
  padding: 12px 13px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all 80ms ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
}

.btn_blue:disabled {
  opacity: 0.5;
}

.btn_blue:focus {
  outline: 0;
}

.btn_blue6:hover {
  background-color: #0a46e4;
  border-color: #0a46e4;
}

.btn_blue:active {
  background-color: #0039d7;
  border-color: #0039d7;
}

.btn_orange {
  background-color: initial;
  background-image: linear-gradient(-180deg, #000000, #242424);
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  border: 0;
  transition: box-shadow 0.2s;
}

.btn_orange:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

/* CSS */
.btn_green {
  background-color: initial;
  background-image: linear-gradient(-180deg, #b00203, #b00203);
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 4px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 8px 20px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  border: 0;
}

.btn_green:hover {
  background: #b00203;
}

.btn_gray {
  background-color: initial;
  background-image: linear-gradient(-180deg, #a7a7a7, #3e3e3e);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  border: 0;
}

.btn_gray:hover {
  background: #3e3e3e;
}

.btn_yellow {
  background-color: initial;
  background-image: linear-gradient(-180deg, #ffe52b, #dbe900);
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 10%) 0 2px 4px;
  color: #181818 !important;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  overflow: hidden;
  padding: 8px 20px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  border: 0;
}

.btn_yellow:hover {
  background: #e9db00;
}

.ng2_tbl_theme2 thead {
  background: #f1f1f1 !important;
  color: #323232 !important;
}

.btn_user_action {
  background: #e9e9e9;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 29px;
  height: 29px;
  cursor: pointer;
}

.btn_user_edit:hover {
  background: #c2ffbb;
}

.btn_user_delete:hover {
  background: #ffd0bb;
}

.horizontal.large-empty-symbols ul.steps-indicator li.current:after {
  border-color: #03d758 !important;
  color: #03d758 !important;
}

.box-round-gray-12 {
  border-radius: 12px;
  background-color: #f9fafb;
  padding: 30px;
}

.select-address {
  border: 2px solid #f9fafb;
  height: 100%;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  padding: 25px 15px 0;
}

.select-address .select-address-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-radio-2 {
  display: block;
  position: relative;
  padding-right: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-radio-2 input {
  position: absolute;
  top: 0;
  right: 0;
  height: 18px !important;
  opacity: 0;
  cursor: pointer;
}

.form-radio-2 .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.form-radio-2 input:checked~.checkmark {
  background-color: #00bf6f;
  border: 1px solid #00bf6f;
}

.form-radio-2 .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  top: 4px;
  right: 4px;
}

.form-radio-2 .checkmark:after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}

.form-radio-2 input:checked~.checkmark:after {
  display: block;
}

.form-radio-2 .form-radio-txt {
  text-align: right;
  font-size: 14px;
  float: right;
}

.select-address .select-address-header .form-radio-2 .form-radio-txt {
  font-size: 15px;
  font-weight: 500;
}

#shipping-page .select-address .select-address-header .font-icon {
  color: #868686;
  font-size: 17px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.select-address .select-address-info {
  width: 100%;
  margin: 10px auto;
}

.select-address .select-address-info div {
  margin-bottom: 2px;
  text-align: right;
  font-size: 12px;
  line-height: 27px;
}

.select-address .select-address-info .font-icon {
  color: #ada8a8;
  font-size: 16px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.rcheck_box {
  display: flex;
  align-items: center;
  margin: 9px 10px;
  cursor: pointer;
  border: 2px solid #f9fafb;
}

.selected_ad {
  border: 2px solid #00bf6f;
  background-color: #dfffeb;
}

.select-send .select-send-type-title {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.select-send .select-send-type-title span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 5px;
}

.rcheck_box img {}

.select-send .select-send-type-title p {
  font-size: 13px;
  margin-bottom: 0;
}

.select-send .select-send-type-img img {
  display: block;
  max-width: 70px;
  width: 100%;
  margin: auto;
  margin-left: 9px;
}

.select-send .select-send-type-title p {
  font-size: 13px;
  margin-bottom: 0;
  padding-right: 6px;
}

.select-send .select-send-type-price {
  width: 140px;
  font-size: 14px;
  padding-right: 9px;
  border-right: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  line-height: 26px;
  margin-right: 5px;
}

.rcheck_box_cn {
  position: relative;
}

.rcheck_box_disabled {
  background: rgba(255, 255, 255, 0.5);
}

.select_items {
  padding: 10px;
  background: #ffffd3;
  margin: 7px;
  font-size: 12px;
  border-radius: 15px;
}

.select_items ul {
  list-style: arabic-indic;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.select_items ul li {
  margin-right: 20px;
  color: black;
}

.rcheck_box_disabled {
  background: #ffcfcf;
  margin: 10px;
  border-radius: 15px;
  padding: 10px;
  font-size: 13px;
}

.rcheck_box_disabled .dis_reasons {}

.dis_reasons ul {
  list-style: square;
  margin: 0;
  padding: 10px 14px;
}

.dis_reasons ul li {
  color: red;
}

.color-gray {
  color: #878a8d !important;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fdd;
  border-color: #fdd transparent #fdd transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ltr_input {
  text-align: left !important;
  direction: ltr !important;
}

.box_deposit {
  direction: rtl;
  background: #ffffff;
  margin: 1rem 1rem 2rem 1rem;
  border-radius: 15px;
  padding: 0px 0px 11px 0px;
  text-align: right;
  font-size: 14px;
  border: 3px solid #f0a834;
}

.box_deposit h2 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  background: #f0a834;
  border-radius: 10px 10px 0 0;
  color: white;
}

.card_deadtime {
  padding: 5px;
  background: #dddddd;
  border-radius: 8px;
  text-align: center;
}

.card_deadtimeTitle {
  font-size: 13px;
  margin: 7px;
}

.card_deadtime_timer {
  background: #f0d034;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 10px;
  font-weight: bold;
}

.card_deposit_canceled {
  background: #ffe0e0;
  text-align: center;
  font-size: 16px;
  padding: 20px 5px;
  border-radius: 10px;
  color: red;
}

.card_deposit_wating {
  border: 2px solid #b1d8ff;
  padding: 25px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background: #e0f9ff;
  border-radius: 14px;
  line-height: 30px;
}

.card_deposit_confirmed {
  border: 2px solid #4eff93;
  background: #9dffd2;
}

/* start of usre customer  */
.arrow_cn {
  width: 250px;
  height: 120px;
  margin: 0 auto;
  position: absolute;
  top: 119px;
}

.arrow {
  position: relative;
  width: 10px;
  margin: -1px auto;
  height: 75px;
  border-right: 4px solid #fc5a95;
}

.arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 14px solid #fc5a95;
  position: absolute;
  right: -13px;
  top: 70px;
}

.club_level_box {
  position: relative;
  width: 250px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 12px;
  margin: 0 auto;
  border: solid 1px rgba(100, 100, 100, 0.2);
  box-shadow: rgb(0 0 0 / 15%) 0px 15px 25px, rgb(0 0 0 / 5%) 0px 5px 10px;
  margin-bottom: 83px;
}

.club_disabled {
  background: #fbfbfb;
  opacity: 0.4;
}

.club_img {
  position: absolute;
  right: -51px;
  top: 8px;
}

.club_img img {
  width: 103px;
}

.club_content {
  height: 100%;
  padding: 5px 52px 5px 5px;
}

.club_achieved {
  position: absolute;
  right: 48px;
  top: 3px;
}

.club_achieved img {
  width: 34px;
}

.club_title {
  text-align: center;
  font-weight: bold;
  padding: 6px;
  font-size: 15px;
  color: #606060;
}

.club_amount {
  font-size: 11px;
  padding: 4px 0;
  color: gray;
}

.club_percent {
  font-size: 13px;
  padding: 5px 0;
  color: #bf4b07;
  text-align: center;
  font-weight: bold;
}

.user_club_box {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #f3ffed;
  border: 2px solid #77e8d6;
  background: #74ebd5;
  background: -webkit-linear-gradient(to right, #acb6e5, #74ebd5);
  background: linear-gradient(to right, #acb6e5, #74ebd5);
  margin-bottom: 46px;
}

.user_club_box .club_img {
  position: absolute;
  right: 121px;
  top: 31px;
}

.club_days {
  font-size: 13px;
  margin-bottom: 10px;
  color: red;
  font-weight: bold;
}

.user_club_box .club_title {
  font-size: 17px;
  color: #343434;
}

.user_club_box .club_content {
  padding: 156px 19px 5px 19px;
}

.user_club_box .club_percent {
  color: #fbff00;
  font-size: 13px;
}

.club_ok_img {
  display: flex;
  justify-content: center;
}

.club_ok_img img {
  width: 70px;
}

.club_deactive {
  position: absolute;
  top: 6px;
  right: 37px;
  font-size: 11px;
}

.club_not_active {
  background: #87dcef;
  padding: 20px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 37px;
  margin-bottom: 2rem;
}

.loyalBox {
  background: #97ff97;
  margin-bottom: 2rem;
  padding: 17px;
  border-radius: 16px;
  box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
  color: #525252;
  background-image: linear-gradient(-180deg, #31ffbc, #72eb54);
  direction: rtl;
}

.loyal_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.loyal_ul li {
  padding-left: 5px;
}

.loyal_ul li img {
  width: 46px;
}

.no_active_club {
  margin-bottom: 50px;
  background: #ffdd40;
  padding: 20px;
  line-height: 31px;
  border-radius: 17px;
}

.no_active_club img {
  width: 54px;
  margin-bottom: 1rem;
}

/* end of user customer  */

/* start of vide uploading file  */

.video_file_uploading {
  width: 100%;
  height: 140px;
  border: 1px solid #f7e0ff;
  background: #fcf3ff;
  font-size: 18px;
  border-radius: 9px;
}

.video_file_uploading>span {
  background: #673ab7;
  padding: 10px;
  font-size: 13px;
  color: white;
  border: 1px solid #673ab7;
  border-radius: 5px;
}

.file_up_progress {
  width: 0;
  height: 17px;
  position: relative;
  background: #3ab74f;
  border-radius: 0px 0 7px 7px;
  top: -17px;
}

.upload_percentage {
  position: relative;
  top: -57px;
  left: -1px;
  width: 44px;
  height: 22px;
  background: #673ab7;
  font-size: 11px;
  text-align: center;
  border-radius: 11px;
  font-weight: bold;
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.video_file_name {
  padding: 7px;
  background: #f5f5f5;
  font-size: 13px;
  border-radius: 5px;
}

.video_player {
  width: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
  border: 0px solid #eee;
}

/* end of video uploading file  */
.ng_stat_row {
  display: flex;
  justify-content: end;
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
}

.item_not_sent {
  color: red;
}

.item_waiting {
  font-weight: bold;
  color: #ff6a00;
}

.item_confirmed {
  font-weight: bold;
  color: #08d824;
}



@media only screen and (max-width: 600px) {
  .user_club_box {}

  .icon-shape img {
    height: auto;
  }

  .user_dash_container {
    padding: 5px;
  }

  .card-body_dash p {
    font-size: 16px;
  }

  .user_tile {
    padding: 10px;
  }

  .box-round-gray-12 {
    padding: 10px 10px;
  }

  .select-send .select-send-type-title span {
    font-size: 13px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .rcheck_box {
    margin: 9px 2px;
  }

  .breadcrumb-arrow li a {
    font-size: 14px;
  }

  .breadcrumb-arrow {
    margin-bottom: 0;
    padding: 0 10px;
  }

  .form_second_item {
    padding-left: 0;
    padding-right: 0;
  }
}