* {
  letter-spacing: 0px !important;
}

body,
html,
.daterangepicker,
.daterangepicker .ranges ul li,
.daterangepicker .cancelBtn,
.daterangepicker .applyBtn,
.dataTable tbody tr td,
.products-order-list tbody tr td,
.dataTable b,
.dataTable tbody tr td:nth-child(2),
.tox-editor-header,
.tox .tox-statusbar__wordcount,
.tox .tox-menu.tox-collection.tox-collection--list {
  font-family: 'Almarai', sans-serif !important;
}

@font-face {
  font-family: 'sar-Regular';
  src: url('../fonts/sar-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.sar-symbol {
  font-family: 'sar-Regular', sans-serif !important;
}

.app-root {
  background-color: var(--body-bg-shah) !important;
}

.app-sidebar {
  background-color: var(--bs-sidebar) !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-weight: 700;
}

.calendar-table tbody tr td {
  text-align: center !important;

}

.bg-body {
  background-color: var(--bs-body-bg);
}

[data-kt-app-header-fixed=true] .app-wrapper {
  margin-top: calc(var(--bs-app-header-height) - 10px) !important;
}

@media (max-width: 768px) {
  [data-kt-app-header-fixed=true] .app-wrapper {
    margin-top: auto !important;
  }

}

.custome-modal .modal-content-inner {
  border-radius: 1.3rem !important;
}


[lang="ar"] .direction {
  direction: ltr;
}

/* bootstrap */
.primary-txt {
  color: var(--bs-primary) !important;
}

.danger-txt {
  color: var(--bs-danger) !important;
}

.btn-danger-border:hover {
  background-color: var(--bs-danger);
  color: #fff !important;
}

.btn-danger:hover {
  background-color: #fff !important;
  color: var(--bs-danger) !important;
  border: 1px solid var(--bs-danger);
}

.bg-light-subtle {
  color: var(--bs-light-bg-subtle);
}

.bg-light-primary {
  background-color: var(--bg-light-primary) !important;
}

.bg-light-danger {
  background-color: var(--bs-danger-light);
}

.menu-link:hover {
  background-color: var(--primary-status-c) !important;
}

.menu-icon i {
  color: var(--bs-primary) !important;
}

.main-color-title {
  color: var(--main-color-title);
}

.main-bg-color-title {
  background-color: var(--main-color-title);
}

.main-color-dark {
  color: var(--main-dark-color);
}

.main-bg-color-dark {
  background-color: var(--main-dark-color);
}

label {
  font-weight: 800 !important;
}

/* end bootstrap */

.card-anim {
  transition: 0.4s ease-in-out;
}

.transition {
  transition: 0.8s ease;
}

.card-anim:hover {
  transform: translatey(-10px);
}

.btn-border-h:hover {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
}

.btn-border-rev-h:hover {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
}

.border-red {
  border-color: var(--bs-red) !important;
}

.menu-arrow:after {
  background-color: var(--bs-primary) !important;
}

.searchFilter {
  animation: searchFilter 0.5s forwards;
}

@keyframes searchFilter {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.ki-duotone {
  color: var(--bs-primary);
}

.btn-border-success {
  border: 1px solid var(--bs-success) !important;
  color: var(--bs-success);
}

.btn-border-success:hover {
  background-color: var(--bs-success) !important;
  color: #fff !important;
}

.btn-border-primary:hover {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
}

.btn-border-primary:hover svg path {
  fill: #fff !important;
}

.active_file {
  position: relative;
  border: 1px solid var(--bs-border-color) !important;
}

.active_file::before {
  content: url("../media/svg/Checkbox.svg");
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1111;
}

.ql-customImage {
  position: relative;
}

.ql-customImage::before {
  position: absolute;
  content: url("../media/svg/picture.svg");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}

/* .library_media_file {
  max-width: inherit !important;
} */

.gray-dark-hover:hover {
  background-color: var(--bs-gray-200);
}

.error {
  color: red !important;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}

[lang="ar"] [type="tel"],
[lang="ar"] [type="url"],
[lang="ar"] [type="email"],
[lang="ar"] [type="number"],
[lang="ar"] [type="text"] {
  text-align: start !important;
  direction: rtl;
}

#Category .text-start.sorting_disabled.sorting_desc {
  max-width: 20px !important;
}



.mark.active::after {
  content: url("/assets/media/svg/Checkbox.svg");
  position: absolute;
  top: -5px;
  left: -5px;
}

.btn-for-list {
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}

.select2-selection__choice {
  direction: ltr;
}

.exstra-fez .active .ki-plus-square {
  display: none;
}

.exstra-fez .ki-check {
  display: none;
}

.exstra-fez .active .ki-check {
  display: inline-block;
}



#removeAitem {
  cursor: pointer;
}

#kt_ecommerce_edit_order_selected_products .border-dark:last-child {
  border: 0;
}

.background-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95% 60%;
  padding: 26px;
  width: 50px;
  height: 50px;
}

/* loading */

.loading-container {
  z-index: 9999999;
  background-color: rgba(52, 58, 64, 0.7019607843);
}

.loading-container .sha_icon span {
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  transform-origin: left top;
}

.loading-container .sha_icon span:nth-child(1) {
  background-color: rgb(226, 13, 13);
  animation: load1 0.8s ease 0.2s infinite;
}

.loading-container .sha_icon span:nth-child(2) {
  background-color: rgba(226, 13, 13, 0.7);
  animation: load2 0.8s ease 0.2s infinite;
}

.loading-container .sha_icon span:nth-child(3) {
  animation: load3 0.8s ease-in-out 0.2s infinite;
  animation: name duration timing-function delay iteration-count direction fill-mode;
  background-color: rgba(226, 13, 13, 0.6);
}

@keyframes load1 {
  0% {
    transform: translatex(0px) rotate(45deg);
  }

  100% {
    transform: translatex(0) rotate(45deg);
  }
}

@keyframes load2 {
  0% {
    transform: translatex(15px) rotate(45deg);
  }

  100% {
    transform: translatex(0) rotate(45deg);
  }
}

@keyframes load3 {
  0% {
    opacity: 0.5;
    transform: translatex(30px) rotate(45deg);
  }

  100% {
    opacity: 1;
    transform: translatex(0) rotate(45deg);
  }
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu>.menu-item .menu-link.active {
  background-color: #3e97ff30;
}



.dtr-details {
  width: 100%;
}

@media (max-width: 600px) {
  .card .card-header .card-title {
    flex-wrap: wrap;
    /* gap: 20px; */
  }
}

.plus_icon {
  position: relative;
  padding: 9px 29px 9px 12px !important;
}

.plus_icon::before {
  content: url(../media/svg/plus_icon.svg);
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 6px;
}

.plus_icon {
  border: 1px solid var(--bs-primary) !important;
}

.card {
  border-radius: 16px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 4%) !important;
}

.card-theme {
  border-radius: 16px;
  box-shadow: 0px 46px 44px -46px rgba(0, 0, 0, 0.25), 0px 0px 32px 0px rgba(0, 0, 0, 0.08) !important;
}

i.bi,
i[class^=fonticon-],
i[class*=" fonticon-"],
i[class^=fa-],
i[class*=" fa-"],
i[class^=la-],
i[class*=" la-"] {
  color: var(--bs-gray-900);
}




.img-flow {
  height: 400px;
  width: 100%;
  max-width: 800px;
}

.img-flow img {
  box-shadow: 0px 0px 45.84px 0px #00000040;

}

.img-flow img:nth-child(1) {
  top: 51px;
  left: 94px;
  z-index: 111;
  animation: flow 2.5s 0.1s infinite ease-in-out;
}


.img-flow img:nth-child(2) {
  top: 31px;
  right: 125px;
  z-index: 111;
  animation: flow 2.5s 0.5s infinite ease-in-out;
}

.img-flow img:nth-child(3) {
  top: 232px;
  left: 126px;
  z-index: 111;
  animation: flow 2.5s 0.2s infinite ease-in-out;
}

@media (min-width: 1440.98px) {

  .img-flow img:nth-child(2) {
    right: 237px;
  }

  .img-flow img:nth-child(4) {
    top: 207px;
    right: 229px !important;
  }

  .img-flow img:nth-child(1) {
    top: 19px;
    left: 240px;
  }

  .img-flow img:nth-child(3) {
    left: 248px;
  }
}

@media (max-width: 1024.98px) {
  .img-flow img:nth-child(2) {
    right: 55px;
  }

  .img-flow img:nth-child(1) {
    top: 21px;
    left: 40px;
    width: 130px;
  }

  .img-flow img:nth-child(4) {
    top: 211px !important;
    right: 58px !important;
    width: 115px !important;
  }

  .img-flow img:nth-child(3) {
    top: 198px;
    left: 46px;
    width: 120px;
  }
}

@media (max-width: 768.98px) {
  .img-flow img:nth-child(3) {
    top: 192px;
    left: 178px;
  }

  .img-flow img:nth-child(2) {
    right: 185px;
  }

  .img-flow img:nth-child(1) {
    top: 13px;
    left: 172px;
  }

  .img-flow img:nth-child(4) {
    top: 218px !important;
    right: 173px !important;
    width: 118px !important;
  }
}



@media (max-width: 575.98px) {
  .w-ssm-100 {
    width: 100%;
  }

  #form_overview_date {
    width: 100%;
  }

  #tab-filter,
  #tab-link {
    text-wrap: nowrap;
    width: 100%;
  }

  #tab-filter button,
  #tab-link a {
    padding: .5rem;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
  }

  .img-flow img:nth-child(3) {
    top: 184px;
    left: 25px;
    width: 118px;
  }

  .img-flow img:nth-child(4) {
    right: 19px !important;
    top: 217px !important;
    width: 113px !important;
  }

  .img-flow img:nth-child(1) {
    top: 33px;
    left: 22px;
    width: 125px !important;
  }

  .img-flow img:nth-child(2) {
    right: 29px;
  }
}

.img-flow img:nth-child(4) {
  top: 219px;
  right: 95px;
  z-index: 111;
  animation: flow 2.5s 0.1s infinite ease-in-out;
}


.img-flow img:nth-child(5) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes flow {
  0% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.act_btn_icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dtr-details li span:last-child {
  display: flex;
}

.h-40 {
  height: 40px !important;
}

.minh-40 {
  min-height: 40px !important;
}

.ki-pencil.ki-outline:before {
  color: #3e97ff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.theme_img {
  height: 200px;
  overflow: hidden;
}

.theme_img img {
  transition: all 0.8s ease-in-out;
}

.theme_img:hover img {
  transform: translateY(-30%);
}


.setting-card.activate {
  border-radius: 9px;
  background-color: var(--bs-primary-light);
  border: 1px solid var(--bs-primary) !important;
  box-shadow: none !important;
}

@media (max-width:425px) {
  .setting-card .planeLabel {
    transform: translate(-26%, 16%) rotate(-38deg);
  }

  :not([lang="ar"]) .setting-card .planeLabel {
    transform: translate(-36%, 16%) rotate(-38deg);
  }
}

@media (min-width: 768px) {
  .setting-card .planeLabel {
    transform: translate(-31%, 1%) rotate(-38deg)
  }

  :not([lang="ar"]) .setting-card .planeLabel {
    transform: translate(-35%, 28%) rotate(-38deg);
  }
}

@media (min-width: 1440px) {
  .setting-card .planeLabel {
    transform: translate(-23%, 1%) rotate(-38deg);
  }

  :not([lang="ar"]) .setting-card .planeLabel {
    transform: translate(-31%, 28%) rotate(-38deg);
  }
}



@media (min-width: 1440.99px) {
  .setting-card .planeLabel {
    transform: translate(-27%, 1%) rotate(-38deg);
  }
}




.z-2 {
  z-index: 2;
}

.z-index-111 {
  z-index: 111 !important;
}

.z-index-999 {
  z-index: 999 !important;
}

.select2-selection .select2-selection__choice {
  background-color: var(--bg-light-primary) !important;
  color: var(--bs-primary);
}

.btn-light-primary:hover i {
  color: var(#fff) !important;
}

.btn-light-gray {
  background-color: var(--bs-gray-200);
  color: var(--bs-gray-900);
}

.btn-light-primary-hover:hover,
.btn-light-primary-hover:focus {
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
}

.btn-light-danger-hover:hover,
.btn-light-danger-hover:focus {
  background-color: var(--bs-danger-light);
  color: var(--bs-danger);

}

#Orders_processing {
  display: block;
  background: white;
  color: #3e97ff;
}

.flex-1 {
  flex: 1;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.image-input.image-input-changed [data-kt-image-input-action="remove"] {
  display: block;
}

.select2-results__option {
  overflow: hidden;
}

/* .select2-results__option:nth-child(odd) {
  background-color: var(--bs-body-bg);
} */

.select2-results__option span {
  overflow: hidden;
  margin-top: 10px;
}

.select2-results__option span:first-child {
  overflow: hidden;
  float: right;
  clear: both;
  margin-left: 10px;
  margin-top: 0;
}


.dtr-control {
  position: relative;
}

[data-bs-theme="light"] table.dataTable.dtr-column.collapsed>tbody>tr>td.dtr-control:before {
  -webkit-mask-image: url("../media/svg/arrowsBlue.svg");
  mask-image: url("../media/svg/arrowsBlue.svg");
  background-color: #3e97ff;
}

.dt-hasChild .dtr-control:before {
  transform: translatey(120%) rotate(-180deg) !important;
}

[data-bs-theme="light"] .app-bg-analytics {
  background: url("../media/svg/app-bg-analytics.svg") center/cover no-repeat;
}

[data-bs-theme="dark"] .app-bg-analytics {
  background: url("../media/svg/app-bg-analytics-dark.svg") center/cover no-repeat;
}

.app-bg-analytics {
  height: 100%;
  min-height: 500px;
}

@media (max-width:768px) {
  .app-bg-analytics {
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 23% 35%;
  }
}

.bg-red-analytics::after,
.bg-blue800-analytics::after,
.bg-blue500-analytics::after,
.bg-blue300-analytics::after {
  content: url("../media/svg/circle.svg");
  position: absolute;
  bottom: -5px;
  right: 0;
  opacity: var(--bs-circle-opacity);
}


.bg-red-analytics {
  background-color: var(--bs-bg-red) !important;
}

.bg-blue800-analytics {
  background-color: var(--bs-bg-blue800) !important;
}

.bg-blue500-analytics {
  background-color: var(--bs-bg-blue500) !important;
}

.bg-blue300-analytics {
  background-color: var(--bs-bg-blue300) !important;
}

.text-white .woocommerce-Price-amount {
  color: #fff;
}


.modal-dialog-custome {
  max-width: 80%;
}

@media (max-width: 575.98px) {
  .modal-dialog-custome {
    max-width: 100%;
  }
}



.media-gallery span {
  display: none;
  z-index: 5;

}

.media-gallery:hover span {
  display: block;
}

.woocommerce-Price-currencySymbol {
  margin-right: 6px;
}

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

.quantity [type="number"] {
  text-align: center !important;
}

/* sidebar */
@media (min-width: 992px) {

  .app-sidebar .menu-link {
    white-space: nowrap;
  }

  [data-kt-app-sidebar-minimize=on] .app-sidebar .menu-link {
    width: 50px;
  }

  [data-kt-app-sidebar-minimize=on] .app-sidebar .menu-link .menu-title {
    display: none;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  [data-kt-app-sidebar-minimize=on] .app-sidebar .menu-link .menu-arrow {
    display: none;
  }
}


.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.ellipsis-text-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brightness-5 {
  filter: brightness(0.5);

}

.inseet-shadow {
  position: relative;
}



.btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.btn-primary-hover:hover {
  background-color: #fff !important;
  color: var(--bs-primary) !important;
}

.btn-primary:focus path,
.btn-primary:hover path {
  fill: var(--bs-primary) !important;
}

.margin-t-10 {
  margin-top: 10%;
}


/* custome-modal */
.custome-modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.custome-modal .modal-dialog {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100% !important;
  height: 100%;
}

.custome-modal .modal-content {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

@media (max-width: 1024px) {
  .custome-modal .modal-content {
    height: 100%;

  }
}


@media (min-width: 991.99px) {
  .custome-modal .modal-content {
    margin-right: calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start, 0px) + var(--bs-app-sidebar-gap-end, 0px));
  }
}

.custome-modal .modal-content-inner {
  overflow-y: auto;
  overflow-x: hidden;
  width: 90%;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
}

.custome-modal.width-50 .modal-content-inner {
  width: 48% !important;
}

@media (max-width: 1024.99px) {
  .custome-modal.width-50 .modal-content-inner {
    width: 90% !important;
  }

}



.badge-light-secondary {
  color: var(--bs-gray-400);
}

.badge {
  font-weight: 700;
  font-size: 1.08rem !important;
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  background: var(--bs-body-bg) !important;
  width: 100%;
  left: 0;
  box-shadow: 0px -7px 41px 0px #0000001A;
  padding: 16px 40px;
  z-index: 8;
}

.txt-gray-400 span {
  color: var(--bs-gray-400) !important;
}


.flatpickr-current-month {
  display: flex;
  align-items: center;
}

.flatpickr-current-month input.cur-year {
  padding: 0 !important;
}

.flatpickr-current-month input.cur-year {
  padding: 0 !important;
}

.noUi-base {
  background-color: var(--bs-gray-circle);
}

.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg {
  min-height: 40px !important;
}

.border-hover {
  transition: 0.5s;
}

.border-hover:hover {
  border-color: var(--bs-primary) !important;
}

.btn-svg-hover:hover svg path {
  fill: #fff !important
}

.btn-svg-hover:hover span {
  color: #fff !important;
}

.bg-gray-1002 {
  background-color: var(--bs-gray-1002);
}

.border-gray-1000,
.form-control:focus {
  border-color: var(--bs-gray-1000);
}

.bg-gray-1000 {
  background-color: var(--bs-gray-1000);
}

table .form-check.form-check-solid .form-check-input:not(:checked) {
  background-color: var(--bs-gray-check-box);

}

.form-select.form-select-solid {
  border-color: var(--bs-gray-1000);
  background-color: var(--bs-gray-1000);
}

.primary-bullet li {
  list-style: none;
}

.primary-bullet li::before {
  content: url("../media/Ellipse.svg");
  color: var(--bs-primary);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
}

.shadow-hover {
  transition: 0.2s ease-in;
}

.shadow-hover:hover {
  box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.08);
}

.card-hover-primary {
  position: relative;
  overflow: hidden;
}

.card-hover-primary::after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  opacity: 0;
  transition: .5s;
}

.card-hover-primary .card-header,
.card-hover-primary .card-body {
  z-index: 99;
}

.card-hover-primary:hover::after {
  opacity: 1;
}

.card-hover-primary:hover .card-title span {
  color: #fff !important;
}

.card-hover-primary:hover svg path,
.card-hover-primary:hover text {
  fill: #fff;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu>.menu-item .menu-link.active .menu-title {
  color: var(--bs-primary-inverse) !important;
}

.fs-28 {
  font-size: 2.2rem;
}

#kt_app_header_container {
  background-color: var(--bs-primary-inverse);
}

b,
strong {
  font-weight: 500;
}


/* table */


table td,
table th {
  text-align: start !important;
  max-width: 200px !important;
}

table td>img {
  float: right;
  margin-left: 20px;
  display: inline-block;
}

table td span {
  overflow: hidden;
}



.table .text-start.sorting_disabled.sorting_desc:after {
  display: none !important;
}

/* table#Category td .category-arrow:first-child {
  display: none !important;
} */


/* Category */
@media (min-width: 575.98px) {
  .dataTable#Category thead tr th:nth-child(2) {
    min-width: 300px !important;
  }
}





.table-responsive tbody td:last-child:not(.dataTables_empty) {
  display: table-cell;
}

table.dataTable.dtr-column.collapsed>tbody>tr>td.dtr-control.dtr-control-last:before {
  right: 40px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%) !important;
  margin: 0;
}

@media (max-width:1024px) {
  #kt_ecommerce_edit_order_selected_products.dataTable.dtr-column.collapsed>tbody>tr>td.dtr-control.dtr-control-last:before {
    right: 0;
  }
}


table.dataTable thead>tr>th.sorting_desc:after {
  content: none !important;
}

.dataTables_processing {
  background: #fff;
  font-weight: 600 !important;
  color: #3e97ff !important;
  z-index: 10000 !important;
}

div.dataTables_wrapper div.dataTables_processing {
  background-color: #fff !important;
}

.table:not(.table-bordered).table-row-gray-300 tr {
  border-style: dashed;
}

:not(.border_table).dataTable tbody tr td,
:not(.border_table).products-order-list tbody tr td {
  font-size: 1.08rem !important;
  color: var(--bs-gray-500) !important;
}

.dataTable b,
.dataTable tbody tr td:nth-child(2) {
  font-weight: 600;
}



.dataTable tbody tr td:nth-child(2) a,
.dataTable tbody tr td:nth-child(2) a p {
  color: var(--bs-primary) !important;

}

.dataTable tbody tr td a {
  align-items: center;
}

@media (min-width: 425px) {
  .dataTable tbody tr td b {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#Products_wrapper thead tr th:nth-child(4),
#Products_wrapper thead tr th:nth-child(7),
#Varibles_wrapper thead tr th:last-child {
  min-width: 70px !important;
}


@media (max-width: 425px) {
  .dataTable thead th:nth-child(1) {
    min-width: 0px;
  }
}

.dataTable [type="checkbox"] {
  width: 30px !important;
  height: 30px !important;
}


@media (min-width: 425px) {

  .dataTable thead tr th:nth-child(2),
  #kt_ecommerce_edit_order_selected_products thead tr th:nth-child(1),
  #Emails thead tr th:nth-child(3),
  #Emails thead tr th:nth-child(4),
  #Shipping thead tr th:nth-child(1),
  #analytics_order thead tr th:nth-child(1),
  #analytics_order thead tr th:nth-child(3),
  #Shipping thead tr th:nth-child(3),
  #Shipping thead tr th:nth-child(4),
  #Users thead tr th:nth-child(3),
  #Users thead tr th:nth-child(4),
  #Users thead tr th:nth-child(5),
  #Varibles_wrapper thead tr th:nth-child(2) {
    width: fit-content !important;
    max-width: fit-content !important
  }

  #Category thead tr th:last-child,
  #Products thead tr th:last-child,
  #Orders thead tr th:last-child,
  #Coupon thead tr th:last-child,
  #Users thead tr th:last-child,
  #Emails thead tr th:last-child {
    width: 100px !important;
    min-width: 100px !important
  }


  #Posts thead tr th:last-child {
    width: 150px !important;
    min-width: 150px !important
  }



  #orders_user_profil thead tr th:nth-child(5),
  #kt_ecommerce_edit_order_selected_products thead tr th:nth-child(5) {
    width: 50px !important;
    min-width: 50px !important
  }




  #Emails tbody tr td:last-child,
  #Shipping tbody tr td:last-child {
    display: flex;
  }

  #Shipping thead tr th:last-child,
  #analytics_order thead tr th:nth-child(4) {
    width: 80px !important;
    min-width: 80px !important
  }




}

@media (max-width: 767.98px) {
  #Category .cat-arrow {
    display: none !important;
  }
}



.select2-container--bootstrap5.select2-container--focus:not(.select2-container--disabled) .form-select-solid,
.select2-container--bootstrap5.select2-container--open:not(.select2-container--disabled) .form-select-solid {
  background-color: var(--bs-gray-1000) !important
}

.lh-25 {
  line-height: 2.5 !important;
}

.select2-dropdown {
  z-index: 99999 !important;
}

.modal-50 {
  width: 50% !important;
}

@media (max-width: 425.98px) {
  .modal-50 {
    width: 90% !important;
  }

}

.swal2-modal .swal2-title {
  color: var(--bs-gray-600) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.swal2-modal:not(.payment-popup) .swal2-confirm {
  background-color: var(--bs-danger) !important
}

.swal2-modal.payment-popup .swal2-confirm {
  background-color: var(--bs-primary) !important;
}

.swal2-modal .swal2-cancel {
  background-color: var(--bs-gray-200) !important;
  color: var(--bg-gray-800) !important;
}

.swal2-modal .swal2-cancel,
.swal2-modal .swal2-confirm {
  padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
  line-height: 1.3;
  font-size: 1.1rem;
  text-transform: capitalize;
  ;
  border-radius: .475rem;
}


.dtr-control {
  display: block !important;
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before,
table.dataTable.dtr-column>tbody>tr>th.dtr-control:before {
  content: '';
}

@media (max-width: 680px) {
  .dev-badge {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    justify-content: center;
    padding: 0 15px;
  }

  #kt_app_page {
    margin-bottom: 40px !important;
  }

}

@media (max-width: 530px) {
  .mobile-test {
    position: absolute;
    top: 66px;
    right: 0;
  }

}

.free-plan-warning {
  background-color: #fff;
  border-right: 10px solid #FEDB41;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  ;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.free-plan-warning .text {
  color: #313131;
  /* font-size: 20px;
  font-weight: 700; */
}

.free-plan-warning .text span {
  color: #3E97FF;
}

input#kt_ecommerce_overview_date {
  border: 0 !important;
  outline: 0 !important;
  border-color: transparent !important;
  background-color: var(--bs-body-bg) !important;

}


.daterangepicker .drp-calendar th {
  font-size: 10px;
}

[dir="rtl"] .select2 .selection span ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__display {
  direction: rtl;
}

.select2 .selection span ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__display {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

#Products_wrapper.dataTables_wrapper .woocommerce-Price-amount:first-child bdi {
  position: relative;
}

#Products_wrapper.dataTables_wrapper .sale-price .woocommerce-Price-amount:first-child bdi::before {
  position: absolute;
  content: '';
  height: 1px;
  background-color: var(--bs-danger);
  top: 50%;
  left: 0;
  right: 0;
  transform: rotate(7deg);
}



#Products_wrapper.dataTables_wrapper .woocommerce-Price-amount:last-child {
  display: block;
}

.active-order-analytics,
.active-order-analytics .title_chart,
.active-order-analytics .number_chart {
  background-color: var(--bs-primary);
  color: #fafbfc !important;
}

.discount_slider_progress {
  background: var(--bs-primary);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}

table img {
  border-radius: 8px;
}

/* #shah_model_free_plan .modal-dialog {
  max-width: 700px;
} */

.import-progress {
  background-color: transparent !important;
}

.import-progress .circle.active {
  background-color: var(--bs-primary);
  color: var(--bs-body-bg);
}

.import-progress .circle:not(.active) {
  background-color: var(--bs-gray-circle);
  color: var(--bs-gray-600);
}

.import-progress .circle {
  position: relative;
}

.import-progress .circle:not(.ignore)::after {
  content: '';
  position: absolute;
  height: 7px;
  border-radius: 40px;
  width: 150px;
  background-color: var(--bs-gray-circle);
}

:not([lang="ar"]) .import-progress .circle:not(.ignore)::after {
  left: 0;
  transform: translateX(60px);
}

[lang="ar"] .import-progress .circle:not(.ignore)::after {
  right: 0;
  transform: translateX(-60px);
}

:not([lang="ar"]) .import-progress .circle.active:not(.ignore)::before {
  left: 0;
  transform: translateX(60px);
}

[lang="ar"] .import-progress .circle.active:not(.ignore)::before {
  right: 0;
  transform: translateX(-60px);
}

.import-progress .circle.active:not(.ignore)::before {
  content: '';
  position: absolute;
  width: 150%;
  background-color: var(--bs-primary);
  border-radius: 40px;
  z-index: 1;
  height: 7px;
}

.import-progress .circle.active.done:not(.ignore)::before {
  width: 300% !important;
}

@media (max-width: 1024px) {
  .import-progress .circle {
    width: 40px !important;
    height: 40px !important;
  }

  :not([lang="ar"]) .import-progress .circle:not(.ignore)::after {
    transform: translateX(50px);
  }

  [lang="ar"] .import-progress .circle:not(.ignore)::after {
    transform: translateX(-50px);
  }

  .import-progress .circle:not(.ignore)::after {
    width: 110px !important;
  }

  [lang="ar"] .import-progress .circle.active:not(.ignore)::before {
    transform: translateX(-50px) !important;
  }

  :not([lang="ar"]).import-progress .circle.active:not(.ignore)::before {
    transform: translateX(50px);
  }

  .import-progress .circle.active.done:not(.ignore)::before {
    width: 270% !important;
  }
}

@media (max-width: 768px) {

  .import-progress .circle:not(.ignore)::after {
    width: 100px !important;
    transform: translateX(-45px);
  }

  :not([lang="ar"]) .import-progress .circle.active:not(.ignore)::before {
    transform: translateX(45px);
  }

  [lang="ar"] .import-progress .circle.active:not(.ignore)::before {
    transform: translateX(-45px);
  }

  .import-progress .circle.active:not(.ignore)::before {
    width: 130% !important;
  }

  .import-progress .circle.active.done:not(.ignore)::before {
    width: 250% !important;
  }
}

@media (max-width: 425px) {
  .import-progress .circle {
    width: 30px !important;
    height: 30px !important;
  }

  :not([lang="ar"]) .import-progress .circle:not(.ignore)::after {
    transform: translateX(40px) !important;

  }

  [lang="ar"] .import-progress .circle:not(.ignore)::after {
    transform: translateX(-40px) !important;

  }

  .import-progress .circle:not(.ignore)::after {
    width: 50px !important;
  }

  :not([lang="ar"]).import-progress .circle.active:not(.ignore)::before {
    transform: translateX(40px) !important;
  }

  [lang="ar"] .import-progress .circle.active:not(.ignore)::before {
    transform: translateX(-40px) !important;
  }

  .import-progress .circle.active:not(.ignore)::before {
    width: 80% !important;
  }

  .import-progress .circle.active.done:not(.ignore)::before {
    width: 160% !important;
  }

}

@media (max-width: 375px) {
  .import-progress .circle {
    width: 25px !important;
    height: 25px !important;
  }

  :not([lang="ar"]).import-progress .circle:not(.ignore)::after {
    transform: translateX(30px) !important;
  }

  [lang="ar"] .import-progress .circle:not(.ignore)::after {
    transform: translateX(-30px) !important;
  }

  :not([lang="ar"]) .import-progress .circle.active:not(.ignore)::before {
    transform: translateX(30px) !important;
  }

  [lang="ar"] .import-progress .circle.active:not(.ignore)::before {
    transform: translateX(-30px) !important;
  }

  .import-progress .circle.active.done:not(.ignore)::before {
    width: 200% !important;
  }

}

.import-loading {
  background: url('../media/import-loading.svg') center center no-repeat;
  background-size: contain;
  position: relative;
}

.progress-container {
  position: absolute;
  width: 50%;
  z-index: 1111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.progress.progress-custome {
  height: 20px;
  border-radius: 40px;

}

.variable-product .woocommerce-Price-amount:first-child bdi::before {
  display: none;
}

/* .plugin-Swiper .swiper-slide{
  max-height: 440px;
  height: 440px;
}
 */

.banner-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 70%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.banner-block div {
  position: relative;
  padding: 45px 0px;
}

.banner-block span {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 10px;
  border: 1px solid var(--bs-blue);
  border-radius: 10px;
  background: var(--bs-primary);
  cursor: pointer;
}

.banner-block img {
  max-width: 98%;

}

.w-30px {
  width: 30px;
}

.h-30px {
  height: 30px;

}

@media (max-width: 768px) {
  .w-30px {
    width: 20px !important;
  }

  .h-30px {
    height: 20px !important;

  }
}

.select-taager-product {
  background: #17365A;
}

.select-taager-product p,
.select-taager-product span {
  color: #fff;
}

@media (max-width: 1024px) {
  .scroll-list-tap {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.description-plugins strong,
.description-plugins b {
  display: block !important;
  margin: 16px 0;
  text-transform: capitalize;
  color: #2E445F;
  font-size: 20px;

}

.description-plugins span,
.description-plugins {
  color: #747474;
  font-size: 16px !important;
  margin-bottom: 24px !important;
  display: inline-block;
}

.description-plugins ul li {
  list-style: none;
}

.description-plugins ul li span {
  margin-bottom: 0 !important;
  position: relative;
}

[lang="ar"] .description-plugins ul li span::before {
  right: -16px;
}

.description-plugins ul li span::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -13px;
  width: 7px;
  height: 7px;
  background: #747474;
  border-radius: 50%;
}

/*
label small {
  font-size: 0.875em !important;
  color: #a3a3a3 !important;
} */
small,
label small {
  font-size: 0.875em !important;
  font-weight: 600;
  color: var(--bs-text-gray-600) !important;
  display: block;
  margin-top: 5px;
}


.paginationjs .paginationjs-pages li.active>a {
  background-color: var(--bs-primary) !important;
  border-radius: 0.475rem !important;
}

.paginationjs .paginationjs-pages li:last-child {
  border-right: 0 !important;
}

.paginationjs .paginationjs-pages li>a {
  background-color: transparent !important;


}

.paginationjs .paginationjs-pages li {
  border: none !important;
}

.paginationjs .paginationjs-pages li:last-child>a,
.paginationjs .paginationjs-pages li.paginationjs-prev:first-child>a {
  position: relative;
  color: transparent !important;
}

.paginationjs .paginationjs-pages li:last-child>a::after,
.paginationjs .paginationjs-pages li:first-child>a::after {
  position: absolute;
  font-size: 0 !important;
  content: url('../media/svg/arrowsBlue.svg');
}

.paginationjs .paginationjs-pages li:last-child>a::after {
  transform: rotate(-90deg);
}

.paginationjs .paginationjs-pages li:first-child>a::after {
  transform: rotate(90deg);

}

.desc-taager-product {
  background: #fff;
  z-index: 111;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid red;
  box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 4%) !important;
  border: 1px solid var(--bs-card-border-color);
  top: 0;
  left: 0;
  text-wrap: pretty;
  width: 100%;
  font-size: 13px;
  line-height: 1.7;
  color: var(--bs-gray-800);
}

.select-taager-product .desc-taager-product {
  color: #fff !important
}

.select-taager-product span.desc-taager-product {
  color: #505050 !important
}


.desc-taager-product-hover:hover .desc-taager-product {
  display: block;
}

.taager-product:hover .desc-taager-product-hover .desc-taager-product {
  display: block;
}

.desc-taager-product-hover .desc-taager-product {
  display: none;
}


.min-h-70px {
  min-height: 5rem !important;
}

.pinter-event {
  pointer-events: none;
  user-select: none;
}


.modal-custome-50 {
  width: 50% !important;
}

@media (max-width: 1024px) {
  .modal-custome-50 {
    width: 65% !important;
  }
}

@media (min-width: 576px) {

  .border-sm-0 {
    border: 0 !important;
  }

}

.dataTables_paginate .pagination {
  flex-wrap: nowrap;
}

#Products_ellipsis {
  display: none;
}

[data-bs-theme="dark"] .invert {
  filter: invert(1);
}

/* .wrap_settings_page {
  background-color: var(--bs-body-bg) !important;
} */
.btn-icon-hover:hover svg .p-1 {
  fill: #fff;
  opacity: 1;
}

.btn-icon-hover:hover svg .p-3 {
  fill: var(--bs-primary);
  opacity: 1;
}

.btn-icon-hover:hover svg .p-2 {
  fill: #fff;
  opacity: .5;
}

.table.dataTable>tbody>tr.child ul.dtr-details>li {
  border-bottom: 1px solid var(--bg-gray-800);
}

.input-group-cus .input-group-append select,
.input-group-cus .input-group-append span {
  border: none !important;
}

.input-group-cus .input-group-append span {
  background-color: var(--bs-gray-200);
  margin-bottom: 0 !important;
}

.input-group-cus {
  border: 1px solid var(--bs-gray-200);
  border-radius: .475rem;

}

.input-group-cus>.main_input input {
  border: none !important;
  margin-bottom: 0 !important;
}

.add_currency thead tr th:nth-child(1) {
  min-width: 100px !important;
}

.add_currency thead tr th:not(:first-child):not(:last-child) {
  min-width: 200px !important;

}

.location-table-multi-currency thead tr th:last-child {
  width: 80% !important;
  max-width: 80% !important
}

@media (max-width: 425px) {
  .location-table-multi-currency thead tr th:last-child {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 150px !important;
  }

}

.checkout-currency-multi-currency thead tr th:not(:last-child) {
  min-width: 150px !important;
}

.checkout-currency-multi-currency thead tr th:last-child {
  width: 100% !important;
  min-width: 100% !important;
}

.price-format-multi-currency tbody tr td input:not([type='checkbox']) {
  min-width: 100% !important;
}

.price-format-multi-currency thead tr th:not(:last-child) {
  min-width: 150px !important
}

@media (max-width: 425px) {
  .dropzone.dz-clickable {
    padding: 1rem !important;
  }
}

@media (min-width:1024px) {
  .bg-body-transparent {

    background-color: transparent !important
  }

}

.dtr-control.dtr-control-last {
  padding: 30px 0 20px !important
}

.is-notifi {
  position: relative;
}

.is-notifi::after {
  position: absolute;
  content: '';
  top: 9px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--bs-danger);
}

.bg-light-primary-hover:hover {
  background-color: var(--bs-primary-light);
}

.colvis-controls-tabel div:nth-child(1) {
  display: none;
}

.add_currency input {
  margin-bottom: 0 !important;
}

.h60-w70 {
  height: 60px;
  width: 70px;
}

.bg-card {
  background-color: var(--bs-card);
}

.tox .tox-menubar,
.tox .tox-toolbar-overlord>.tox-toolbar,
.tox .tox-toolbar-overlord>.tox-toolbar__overflow,
.tox .tox-toolbar-overlord>.tox-toolbar__primary,
.tox:not(.tox-tinymce-inline) .tox-editor-header,
.tox .tox-toolbar-overlord,
.tox .tox-statusbar,
.tox .tox-toolbar {
  background-color: var(--bs-body-bg) !important;
}

.tox .tox-toolbar-overlord {

  border-top: 1px solid var(--bs-gray-300) !important;
}

.tox-tinymce {
  border: 1px solid var(--bs-gray-300) !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  border-bottom: 1px solid var(--bs-gray-300) !important;
}

.tox .tox-menu {
  background-color: var(--bs-dropdown-bg) !important;
}

.tox .tox-tbtn--bespoke {
  background: var(--bs-body-bg) !important;
  border: 1px solid var(--bs-gray-300) !important;

}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  justify-content: center;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  border: 1px solid var(--bs-gray-300) !important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__rendered {
  line-height: 1.3;
}


div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background-color: var(--swal2-backdrop) !important;
}

.CodeMirror,
.CodeMirror-gutter {

  background-color: var(--bs-menu-dropdown-bg-color) !important
}

.CodeMirror-gutters {
  border-right: 1px solid var(--bs-gray-300) !important;

}

.select2-dropdown {
  text-transform: capitalize;
}


.mobile-builder-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  display: none;
}

.mobile-builder-block span {
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  top: 10px;
  right: 10px;
  overflow: hidden;
  z-index: 9999;
}

.mobile-builder-block span::before,
.mobile-builder-block span::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #313131;
  border-radius: 20px;
}

.mobile-builder-block span::before {
  transform: rotate(135deg);
}

.mobile-builder-block span::after {
  transform: rotate(45deg);
}

.card.active-order-analytics .card-header,
.card.analytics-chart:hover .card-header {
  background-color: var(--bs-primary) !important;
}

.dataTables_wrapper table tbody tr td:last-child {
  min-width: 200px !important;
}

.input-color {
  height: 25px;
  width: 25px;
  border: none;
  outline: nnone;
  padding: 0 !important;
  margin: 0 !important;
}

.Chart_Image_container {
  width: 250px;
  height: 250px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 10px;
  margin: auto
}

.Chart_Image_container img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.top-20px {
  top: 20px;
}

.disabled_delete_option.row .delete_option_btn {
  opacity: .5;
  user-select: none;
  cursor: not-allowed;
  pointer-events: none;

}

.btn.border-primary:hover {
  border-color: #c9def8 !important;
}

.border-primary {
  border-color: var(--bs-primary);
}

.btn.border-danger:hover {
  border-color: #fecdd9 !important;
}

.disabled {
  background: #ddd;
  opacity: .5;
  cursor: not-allowed;
  user-select: none;
  pointer-events: none;
}

.eprolo-container {
  background: #fafafa;
  padding: 1.5rem;
  border: 1px solid #efefef;
  border-radius: .5rem;
  display: flex;
  gap: 1rem;
  margin: 1rem auto;
}

@media (max-width: 576px) {

  .eprolo-container {
    flex-wrap: wrap;
  }
}


.wad-fulfill-group .wad-show-detail {
  display: none;
}

.wad-fulfill-group {
  width: fit-content;
  padding: calc(0.55rem + 1px) calc(1.25rem + 1px);
}

.fit-content {
  width: fit-content;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-primary) !important;
  background-color: var(--bs-primary-light) !important;
}

.nav-link {
  color: var(--bs-gray-500) !important;
}

.nav-link:hover {
  background-color: var(--bs-primary-light);
  color: var(--bs-primary) !important;
}


.nav-line-active {
  position: relative;
}

.nav-line-active::after {
  height: 0%;
  transition: 0.3s;
}

.rtl .nav-line-active.active::after,
.rtl .nav-line-active::after {
  left: initial;
  right: 0;
}

.nav-line-active.active::after,
.nav-line-active::after {
  position: absolute;
  content: "";
  width: 6px;
  background-color: var(--bs-primary);
  border-radius: 0 20px 20px 0;
  left: 0;
  top: 0;
}

.nav-line-active:hover::after,
.nav-line-active.active::after {
  height: 100%;
  transition: 0.3s;
}

.nav-line-active.active svg .second {
  fill: var(--bs-primary-light);
}

.nav-line-active.active svg .main {
  fill: var(--bs-primary)
}

.nav-line-active:hover svg .second {
  fill: var(--bs-primary-light);
}

.nav-line-active:hover svg .main {
  fill: var(--bs-primary)
}

.required-s {
  color: #EB5757;
}

.icon-48 {
  width: 48px;
}

.thumb_video {
  opacity: 0.32;
  border-radius: 8px;
  border: 1px solid transparent;
  overflow: hidden;
  transition: .4s;
  height: 140px;
}

.thumb_video:hover {
  border: 1px solid #3E97FF;
  opacity: 1;
  box-shadow: 0px 4px 11.4px 0px #0000002B;
}


.prodcut-show {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
}

.prodcut-show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video-Preview {
  display: none;
}

#video-Preview.show {
  display: block;
}

.video-dropzone.hide {
  display: none !important;
}

#thumbnail-Preview {
  display: none;
  height: 140px;
}

#thumbnail-Preview.show {
  display: block;
}

.thumbnail-dropzone.hide {
  display: none !important;
}


.h537 {
  height: 537px;
}


#tab-filter,
#tab-link {
  border: 1px solid #D1D5DE;
  border-radius: 8px;
  overflow: hidden;
}

.border-gray-1 {
  border: 1px solid var(--bs-gray-1) !important
}

#tab-link a {
  background-color: #fff;
}

#tab-link a,
#tab-filter button {
  color: #9E9E9E;
  background: #FDFDFD;
  border-radius: 0;
  transition: .3s;
  height: 40px;
  line-height: 1;
}

#tab-link a:active,
#tab-filter button:active {
  border: 1px solid transparent !important;
}

#tab-link a:not(:last-child),
#tab-filter button:not(:last-child) {
  border-right: 1px solid #EBEBEB;

}

#tab-link a:hover,
#tab-filter button:hover {
  color: #3E97FF;
  background: #EFF6FF;
}

[dir="rtl"] #tab-link a:not(:last-child),
[dir="rtl"] #tab-filter button:not(:last-child) {
  border-left: 1px solid #D1D5DE;

}

[dir="rtl"] #tab-link a:last-child,
[dir="rtl"] #tab-filter button:last-child {
  border-radius: 8px 0 0 8px;
  border-left: 0;

}

#tab-link a:last-child,
#tab-filter button:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 0;
}

#tab-link a.active,
#tab-filter button.active {
  color: #ffffff;
  background: #3E97FF;
  border-left: none;
  border-top: none;
  border-bottom: none;
}

.h371 {
  height: 371px;
}

.background-cover {
  background-size: cover;
}

.background-overlay {
  position: relative;
}

.background-overlay::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
}

.video-list {
  border-radius: 24px;
  transition: .3s;
  border: 1px solid transparent;
  background-repeat: no-repeat;

}

.video-list:hover {
  transform: translatey(-15px);
  border: 1px solid #3E97FF;
  box-shadow: 0px 39px 25.9px -23px #0000006E;
}

.white-glass {
  color: #fff;
  border: 1px solid #C5C5C5;
  backdrop-filter: blur(23.5px);
  background: #4d4d4d3d;
  border-radius: 8px;
  padding: 6px;
  font-weight: 400;
  font-size: 12px;
  height: 32px;
}

.dropdown-glass .dropdown-menu>ul {
  border: 1px solid #C5C5C5;
  backdrop-filter: blur(23.5px);
  background: #4d4d4d3d;

}

.dropdown-custome .dropdown-menu>ul,
.dropdown-glass .dropdown-menu>ul {
  color: #fff;
  border-radius: 6px;
  padding: 10px 10px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
}

.dropdown-glass .btn.show {
  color: #fff;
}

.dropdown-glass .dropdown-menu>ul button,
.dropdown-glass .dropdown-menu>ul a {
  color: #fff;
}

.dropdown-custome .dropdown-menu>ul button,
.dropdown-custome .dropdown-menu>ul a,
.dropdown-glass .dropdown-menu>ul button,
.dropdown-glass .dropdown-menu>ul a {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.3rem 0.8rem;
  border-radius: 0.2rem;
  transition: .5s;
  cursor: pointer;
}

.dropdown-custome .dropdown-menu>ul li a.Publish:hover,
.dropdown-glass .dropdown-menu>ul li a.Publish:hover {
  /* color: #23cf23; */
  background: #48ff3e29;
}

.dropdown-custome .dropdown-menu>ul li a.draft:hover,
.dropdown-glass .dropdown-menu>ul li a.draft:hover {
  /* color: #a9a9a9; */
  background: #a2a7a229;
}

.dropdown-custome .dropdown-menu>ul li a.edit:hover,
.dropdown-glass .dropdown-menu>ul li a.edit:hover {
  /* color: #3E97FF; */
  background: #3e97ff52;
}

.dropdown-custome .dropdown-menu>ul li a.delete:hover,
.dropdown-glass .dropdown-menu>ul li a.delete:hover {
  /* color: #FF0000; */
  background: #ff000040;
}

.dropdown-glass .dropdown-menu {
  background-color: transparent;
  padding: 0;
  margin-top: 1rem !important;
}

.btn.white-glass:hover {
  border: 1px solid #ffffff;
  backdrop-filter: blur(23.5px);
  background: #1a17173d;
}

@media (max-width: 576px) {
  .video-list {
    border-radius: 16px;
  }

  .h371 {
    height: 241px;
  }
}

.h130 {
  height: 130px;
}

.w-90 {
  width: 90px;
}

.fs-20 {
  font-size: 20px;
}

.fs-14 {
  font-size: 14px;
}

.w-36 {
  width: 36px;
}

.h-36 {
  height: 36px;
}

.w-200 {
  width: 200px;
  max-width: 100%;
}

.h-140 {
  height: 140px;
}

#clear_upload_video {
  left: 17px;
  top: 17px;
  display: none;
  z-index: 111;
  width: 20px;
  height: 20px
}

#clear_upload_humbnail {
  display: none;
  z-index: 10;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px
}

#clear_upload_humbnail.show,
#clear_upload_video.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

#clear_marketing_product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

#clear_marketing_product i {
  font-size: 12px;
}

.fs-12 {
  font-size: 12px;
}

#shah_upload_thumbnail.dropzone {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#shah_upload_thumbnail_live.dropzone {
  height: 537px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  #shah_upload_thumbnail_live.dropzone {
    height: 250px;
  }

  #shah_upload_thumbnail.dropzone {
    height: 240px;
  }
}

table.dataTable thead>tr>th.sorting_asc:first-of-type:after {
  content: none !important;
}

.page-item.disabled .page-link .svg-icon,
.page-item.disabled .page-link i {
  color: #000000;
}

.page-item {
  border-radius: .5rem !important;
}

.border_table {
  border-radius: 1rem !important;
  border: 1px solid #F1F3F7 !important;
}

.border_table thead {
  background: #F9FAFC;

}

.border_table .form-check-input {
  border: 1px solid #D1D5DE !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 3px;
}

.border_table .form-check-custom {
  justify-content: center;
}

.border_table .form-check.form-check-solid .form-check-input:not(:checked) {
  background-color: #fff;
}



.border_table thead th {
  font-size: 12px !important;
  color: #4E5663 !important;
}

.border_table thead th {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.border_table td {
  font-size: 14px !important;
  color: #1F242E;
  font-weight: 600 !important;
}


.border_table tbody td {
  border-bottom: 1px dashed #F1F3F7 !important;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dataTables_empty {
  text-align: center !important;
  font-size: 12px !important;
  padding: 13px !important;
  color: #868686 !important;
}


.fs-24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}


.c-dark1f {
  color: var(--bs-1F242E);
}

.c-dark29 {
  color: var(--bs-dark29);
}

.bg-square {
  background-image: url(../media/square-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.progress.shoppable {
  height: 16px;
  border-radius: 50px;
  background-color: #599FF1;
}

.progress.shoppable .progress-bar {
  background: #EB5757;
}


.bg-blue {
  background-color: #599FF1;
}

.bg-red {
  background-color: #EB5757;
}

.bg-gray {
  background-color: #BCC5D7;
}

.bg-green {
  background-color: #10B981;
}

.rounded-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;

}

.w-100px {
  width: 100px;
}

.d-nonex {
  display: none;
}

.d-nonex.broadcast-header {
  display: flex;
}

#pagination-container {
  border-top: 1px solid #F1F3F7;
  margin-top: 10px;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
}

#pagination-container p {
  font-weight: 500;
  line-height: 120%;
  color: #4E5663
}

#pagination-container button {
  width: 40px;
  height: 40px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #D1D5DE;
  font-weight: 500;
  line-height: 120%;
  color: #4E5663;
  border-radius: 0;
  transition: .5s;
}

@media (max-width: 576px) {
  #pagination-container button {
    width: 30px;
    height: 30px;
  }

  #pagination-container {
    flex-direction: column;
    gap: 1rem;
  }
}


#pagination-container .current-page,
#pagination-container button:hover {
  border: 1px solid #2563EB;
  color: #2563EB;
  background: #EFF6FF
}

#pagination-container button svg path {
  transition: .5s;
}

#pagination-container button:hover svg path {
  fill: #2563EB;
}

[dir="rtl"] #pagination-container .prev-page svg {
  transform: rotate(-180deg);
}

[dir="rtl"] #pagination-container .next-page svg {
  transform: rotate(180deg);
}

[dir="rtl"] #pagination-container .prev-page,
#pagination-container .next-page {
  border-radius: 8px 0 0 8px;
}

[dir="rtl"] #pagination-container .next-page,
#pagination-container .prev-page {
  border-radius: 0 8px 8px 0;
}

.white-glass.upcoming {
  background: #10B98199;
  border: 1px solid #10B98199;
}

.white-glass.past {
  border: 1px solid #ffd6003d;
  background: #ffd6003d;
}

.emptyData {
  text-align: center;
  color: #afafaf;
  font-size: 15px;
  text-transform: capitalize;
}

.w-32 {
  width: 32px;
}


.txt-2line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.btn.border-gray-1 {
  transition: .5s;
}

.btn.border-gray-1:hover {
  background: #f1f1f157;
  box-shadow: 2px 4px 8px #dddddd !important;
  border: 1px solid #fff !important;
}

.social_share li {
  display: flex;
  gap: .5rem;
  flex-direction: column;
}

.social_share button {
  color: #8b8b8b;
  font-size: 12px;
  background: #f1f1f1;
  transition: .5s;
  border: none;
  padding: .5rem;
  display: flex;
  align-items: center;
  gap: .3rem;
}

.social_share button:hover {
  color: #fff;
}


.social_share button path {
  transition: .5s;

}

.social_share button.facebook:hover {
  background: #0082ff24;
  color: #0082ff;
}

.social_share button.facebook:hover path {
  fill: #0082ff;
}

.social_share button.copy:hover {
  color: #000;
}

.social_share button.copy:hover path {
  fill: #000;
}

.social_share button.whatsapp:hover {
  background: #1bc95a1f;
  color: #1bc95a;
}

.social_share button.whatsapp:hover path {
  fill: #1bc95a;
}

.social_share button.twitter:hover {
  background: #0000001f;
  color: #141414;
}

.social_share button.twitter:hover path {
  fill: #141414;
}

.white-glass.live {
  border: 1px solid #eb5757;
  background: #eb575782;
}


form.disable [type="submit"],
form.disable .broadcast_products-ubload,
form.disable [type="datetime-local"],
form.disable textarea,
form.disable .start_data,
form.disable input,
form.disable .dropzone {
  opacity: .5;
  pointer-events: none;
  user-select: none;
  cursor: not-allowed;
}

.record-h {
  height: 500px;
}

._table .dtr-details {
  padding: 1rem !important;
}



.video-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
}

[type="datetime-local"]:focus-visible {
  border: none;
  outline: none;
}


input[type="datetime-local"] {
  opacity: 0 !important;
  pointer-events: none;
  position: absolute;
}

.custome-nav-pills .nav-item {
  margin-right: 0 !important;
  background-color: transparent;
}

.custome-nav-pills .nav-link.active {
  background-color: transparent !important;
}

.custome-nav-pills .nav-link {
  position: relative;
}

.custome-nav-pills .nav-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: transparent;
  border-radius: 0 0 0 0;
  transition: 0.3s;
  height: 0;
}

[lang="ar"] .custome-nav-pills .nav-link::after {
  right: 0;
  left: initial;
}

[lang="ar"] .custome-nav-pills .nav-link:hover::after,
[lang="ar"] .custome-nav-pills .nav-link.active::after {
  border-radius: 15px 0 0 15px !important
}

.custome-nav-pills .nav-link:hover::after,
.custome-nav-pills .nav-link.active::after {
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: #3E97FF;
}

.custome-nav-pills .nav-link:hover svg path,
.custome-nav-pills .nav-link.active svg path {

  fill: #3E97FF;

}


.swal2-container .swal2-html-container {
  line-height: 1.7;
}

@media (max-width: 576px) {
  .white-glass svg {
    display: none;
  }
}

.live-card {
  cursor: pointer;
}

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  /* width: 100%; */
  overflow-x: hidden;
  overscroll-behavior-x: none;
}


.bg-gray-2 {
  background-color: var(--bs-gray-2);
}

._60x60 {
  width: 60px;
  height: 60px;
}


.btn-disabled {
  background-color: #EFEFEF;
  color: #9B9B9B;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .btn:not(.btn-outline):not(.btn-dashed):not(.btn-bordered):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    padding: calc(0.775rem + 1px) calc(0.8rem + 1px);
  }
}

@media (max-width: 576px) {
  .fs-28 {
    font-size: 18px;
  }

  ._60x60 {
    width: 35px;
    height: 35px;
  }

}


.custome-radio-input {
  background: #F1F1F2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custome-radio-input span {
  width: 16px;
  height: 16px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
}

.checked .custome-radio-input span {
  background-color: #3E97FF
}

.custome-radio-input input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.max-width-245 {
  max-width: 245px;

}


.bg-hover-primary {
  background-image: linear-gradient(45deg, #fff 40%, #3E97FF 77%) !important;
  transition: 0.3s;
  background-size: 400% auto !important;
  box-shadow: 0px 4px 31.1px 0px #eef6ff40;
  border: 1px solid transparent;
}

.bg-hover-primary.checked,
.bg-hover-primary:hover {
  background-position: 100% 100%;
  color: var(--bs-white) !important;
  box-shadow: 0px 4px 13px 0px #3e98ff34;
  border: 1px solid var(--bs-white);
}

.bg-hover-primary.checked span,
.bg-hover-primary:hover span,
.bg-hover-primary.checked h5,
.bg-hover-primary:hover h5 {
  color: #fff;

}

.btn-success.white-border-hover:hover {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.bg-hover-primary.checked .text-gray-400,
.bg-hover-primary.checked .txt-dark-3f,
.bg-hover-primary:hover .text-gray-400,
.bg-hover-primary:hover .txt-dark-3f {
  color: var(--bs-white) !important;
}

.border-dashed-primary {
  border: 1px dashed var(--bs-primary);
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle);
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--bs-primary);
}

.min-w-250 {
  min-width: 250px;
}


@media (max-width: 576px) {
  .min-w-250 {
    min-width: 200px;
  }
}

.btn-border-primary-hover:hover {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  text-decoration: none !important;
}

.badge-dark-blue {
  background-color: var(--bs-dark-blue);
  color: var(--bs-white);
}

.mw-100 {
  max-width: 100%
}


/* new table ui  */
.table-responsive {
  border: 1px solid var(--bs-gray-3);
  border-radius: 1rem;
}

.table-responsive .table>thead {
  background-color: var(--bs-gray-1000);
}

:not(.border_table).dataTable tbody td {
  border-bottom: 1px solid var(--bs-gray-3);
}

.table:not(.table-bordered) tr:first-child,
.table:not(.table-bordered) th:first-child,
.table:not(.table-bordered) td:first-child {
  padding-left: 1.25rem !important;
}

.table:not(.table-bordered) th:first-child {
  padding: 0 15px !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

#Domain_wrapper .table:not(.table-bordered) td:first-child {
  padding-left: 3.25rem !important;
}

#Domain_wrapper table.dataTable.dtr-column.collapsed>tbody>tr>td.dtr-control.dtr-control-last:before {
  left: 14px;
}

.min-w-50 {
  min-width: 50%;
}

.svg-h100-w100 svg {
  width: 100%;
  height: 100%;
}

#Bills_wrapper table.dataTable.dtr-column.collapsed>tbody>tr>td.dtr-control.dtr-control-last:before {
  left: 16px;
}

#Bills_wrapper .table:not(.table-bordered) td:first-child {
  padding-left: 3.25rem !important;
}

[lang="ar"] #Dns_wrapper .table:not(.table-bordered) td:first-child,
[lang="ar"] #Domain_wrapper .table:not(.table-bordered) td:first-child,
[lang="ar"] #Bills_wrapper .table:not(.table-bordered) td:first-child {
  padding-right: 3.25rem !important;
  padding-left: auto !important;
}

[lang="ar"] #Dns_wrapper table.dataTable.dtr-column.collapsed>tbody>tr>td.dtr-control.dtr-control-last:before,
[lang="ar"] #Domain_wrapper table.dataTable.dtr-column.collapsed>tbody>tr>td.dtr-control.dtr-control-last:before,
[lang="ar"] #Bills_wrapper table.dataTable.dtr-column.collapsed>tbody>tr>td.dtr-control.dtr-control-last:before {
  right: 16px !important;
  right: 0;
}

#createDnsModal #kt_modal_add_customer_close,
#add_payment #kt_modal_add_customer_close,
#add_domain #kt_modal_add_customer_close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

[dir="rtl"] #createDnsModal #kt_modal_add_customer_close,
[dir="rtl"] #add_payment #kt_modal_add_customer_close,
[dir="rtl"] #add_domain #kt_modal_add_customer_close {
  right: auto;
  left: 2rem;

}

.hover-svg:hover svg path {
  stroke: var(--bs-primary);
}


.payment-popup .swal2-confirm {
  display: flex !important;
}

.alert-flag::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 9px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 15px 15px 0;
}

.alert-flag-danger.alert-flag::after {
  background-color: var(--bs-danger);
}


.alert-flag-danger.alert-flag::after {
  background-color: var(--bs-danger);
}

#form_overview_date {
  position: relative;
}

.daterangepicker {
  width: max-content !important;
  box-shadow: 0px 0px 17.7px 0px #0000000D;
  border: none !important;
  border-radius: 16px;
  top: 47px !important;
  left: auto !important;
  right: 0 !important;
  z-index: 99999999;
}

[dir="rtl"] .daterangepicker {
  right: auto !important;
  left: 0 !important;
}

.daterangepicker .drp-calendar th.month {
  text-align: center !important;
}

[dir="rtl"] .daterangepicker .ranges li {
  text-align: right;
}

.daterangepicker:after {
  border-bottom: 6px solid #FF0000;
}

@media (min-width: 730px) {
  [dir="rtl"] .daterangepicker .ranges {
    float: right;
    text-align: end;
  }
}

.daterangepicker:before {
  content: none;
}

.daterangepicker.opensright:after {
  right: 24px;
  left: initial !important;
}

[dir="rtl"] .daterangepicker.opensright:after {
  left: 24px !important;
  right: initial !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: initial;
}
