.m-0 {
  margin: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 5px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.pd-10 {
  padding: 10px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px;
}

.pl-24 {
  padding-left: 24px;
}

.small-text-message {
  color: #7c8db5 !important;
}

.text-error {
  color: #d00b00 !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.o-d-flex {
  display: flex;
}

.o-flex-wrap {
  flex-wrap: wrap;
}

.o-align-items-start {
  align-items: flex-start;
}

.o-align-items-end {
  align-items: flex-end;
}

.o-align-items-center {
  align-items: center;
}

.o-align-items-stretch {
  align-items: stretch;
}

.o-justify-content-start {
  justify-content: flex-start;
}

.o-justify-content-end {
  justify-content: flex-end;
}

.o-justify-content-center {
  justify-content: center;
}

.o-w-100 {
  width: 100% !important;
}

.o-w-auto {
  width: auto !important;
}

.o-h-100 {
  height: 100% !important;
}

.o-h-auto {
  height: auto !important;
}

.o-small-text {
  font-size: 12px;
}

.o-hr-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.o-display-none {
  display: none;
}

#bottom-right-button .ant-affix {
  right: 40px !important;
  width: unset !important;
}

.o-text-center {
  text-align: center !important;
}

.o-text-left {
  text-align: left !important;
}

.o-text-right {
  text-align: right !important;
}

#printMe {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff;
}

.print-wrapper {
  padding: 20px;
  /** RTL **/
  /** New CSS **/
}
.print-wrapper * {
  font-family: DejaVu Sans, sans-serif !important;
}
.print-wrapper .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: DejaVu Sans, sans-serif;
}
.print-wrapper .data-table-wrapper table {
  width: 100% !important;
  border-spacing: 0 !important;
}
.print-wrapper .data-table-wrapper table thead {
  background: #f0f0f0;
  print-color-adjust: exact !important;
}
.print-wrapper .data-table-wrapper table thead tr th {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.print-wrapper .data-table-wrapper table tbody tr td {
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}
@page {
  .print-wrapper {
    margin: 20px;
  }
}
.print-wrapper .invoice-box {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
  line-height: 18px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #555;
}
.print-wrapper .invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
}
.print-wrapper .invoice-box table td {
  padding: 5px;
  vertical-align: top;
}
.print-wrapper .invoice-box table tr td:nth-child(5) {
  text-align: right;
}
.print-wrapper .invoice-box table tr.top table td {
  padding-bottom: 20px;
}
.print-wrapper .invoice-box table tr.information table td {
  padding-bottom: 40px;
}
.print-wrapper .invoice-box table tr.heading td {
  background: #eee !important;
  print-color-adjust: exact !important;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.print-wrapper .invoice-box table tr.main-heading td {
  print-color-adjust: exact !important;
  font-weight: bold;
}
.print-wrapper .invoice-box table tr.details td {
  padding-bottom: 20px;
}
.print-wrapper .invoice-box table tr.item td {
  border-bottom: 1px solid #eee;
}
.print-wrapper .invoice-box table tr.item.last td {
  border-bottom: none;
}
@media only screen and (max-width: 600px) {
  .print-wrapper .invoice-box table tr.top table td {
    width: 100%;
    display: block;
    text-align: left;
  }
  .print-wrapper .invoice-box table tr.information table td {
    width: 100%;
    display: block;
    text-align: left;
  }
}
.print-wrapper .invoice-box.rtl {
  direction: rtl;
  font-family: Tahoma, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.print-wrapper .invoice-box.rtl table {
  text-align: left;
}
.print-wrapper .invoice-box.rtl table tr td:nth-child(5) {
  text-align: right;
}
.print-wrapper .text-left {
  text-align: left;
}
.print-wrapper .text-right {
  text-align: right;
}
.print-wrapper .text-center {
  text-align: center;
}
.print-wrapper .divider {
  line-height: 1.5715;
  color: rgba(0, 0, 0, 0.8509803922);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.print-wrapper .company-info {
  text-align: left;
}
.print-wrapper .company-title {
  font-weight: bold;
  font-size: 18px;
}
.print-wrapper p {
  margin: 0;
}
.print-wrapper .clearfix {
  display: block;
  clear: both;
}
.print-wrapper .mt-10 {
  margin-top: 10px;
}
.print-wrapper .mt-20 {
  margin-top: 20px;
}
.print-wrapper .total-bg {
  background: #eee;
}

@media print {
  .print-display {
    display: block !important;
  }
}
.print-text {
  font-family: "Courier New", monospace !important;
  color: #0f0f0f !important;
  font-size: 12px;
  print-color-adjust: exact !important;
  line-height: 0.8;
}

.print-display {
  display: none;
}

.center-td-text {
  text-align: center;
}

@media (max-width: 412px) {
  .headerRightIcons div:nth-of-type(1) {
    height: 66px !important;
  }
  .headerRightIcons div:nth-of-type(1) .ant-dropdown-link {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 520px) {
  #calculatorContainer {
    left: 0 !important;
    right: unset !important;
  }
}
@media (max-width: 768px) {
  .login-div {
    margin: 20px;
  }
}
@media (max-width: 1024px) {
  .image-with-text-main-wrapper {
    display: none !important;
  }
}
.table-responsive .ant-table-content {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table-responsive .ant-table-content .ant-table-cell,
.table-responsive .ant-table-content tbody td,
.table-responsive .ant-table-body td {
  white-space: nowrap;
}

.ant-tabs-bar {
  border-bottom: 1px solid #d4d4d4;
}

.required label::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 16px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.col-border-right {
  border-right: 1px solid #f0f0f0;
}

.dashboard-container {
  min-height: -300vh;
}

.front-sidebar {
  min-height: 100vh;
}

.top-dropdown-box .ant-dropdown-content {
  margin-top: 13px;
  min-width: 200px;
}
.top-dropdown-box li {
  padding-top: 2px;
  padding-bottom: 2px;
}
.top-dropdown-box .ant-menu-submenu-title {
  padding-left: 50px;
}

.categories-page-lefbar {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 25px;
  border: 0px;
}
.categories-page-lefbar .ant-menu-sub.ant-menu-inline {
  background: #fff;
}

.category-page-container {
  min-height: -300vh;
}

.page-content-sub-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.no-border-radius {
  border-radius: 0px !important;
}

.light_theme .bg-white {
  background: #fff;
}
.light_theme .bg-setting-sidebar {
  background: #fff;
}
.light_theme .bg-color {
  background: #fff;
}
.light_theme .bt-1 {
  border-top: 1px solid #f0f0f0;
}
.light_theme .bb-1 {
  border-bottom: 1px solid #f0f0f0;
}
.light_theme .sidebar-right-border {
  border-right: 1px solid #f0f0f0;
}
.light_theme .breadcrumb-left-border {
  border-left: none !important;
}

.dark_theme .bg-white {
  background: #1f1f1f;
}
.dark_theme .bg-setting-sidebar {
  background: #141414;
}
.dark_theme .bg-color {
  background: transparent !important;
}
.dark_theme .bt-1 {
  border-top: 1px solid #434343;
}
.dark_theme .bb-1 {
  border-bottom: 1px solid #434343;
}
.dark_theme .setting-sidebar {
  border: 1px solid #303030;
}
.dark_theme .sidebar-right-border {
  border-right: 1px solid #303030;
}
.dark_theme .breadcrumb-left-border {
  border-left: none !important;
}

.light_theme .ant-layout-sider {
  background-color: black;
}

.light_theme .ant-menu-dark {
  background-color: black;
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #1a1a1a;
}

.ant-menu.ant-menu-dark .ant-menu-sub {
  background: #1a1a1a;
}

.dashboard-page-content-container .ant-card {
  border-radius: 5px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.shadow-card {
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fix-row-gap {
  margin-bottom: 15px;
}

.amount-card img {
  height: 45px;
}
.amount-card h2, .amount-card p {
  margin: 0;
  padding: 0;
}
.amount-card h2 {
  margin-top: 2px;
  font-weight: bold;
  font-size: 16px;
}

.absolute-left-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 106px !important;
}

.topbar-menu .ant-dropdown-link {
  color: unset !important;
}

.vr {
  border-left: 2px solid #ddd;
  height: 100%;
}

#bottom-right-button .ant-affix {
  bottom: 20px !important;
  right: 10px !important;
}

.setting-sidebar ul li {
  display: flex;
  align-items: center;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topbar-menu {
  border-bottom: 1px solid #c5c0c0;
}

.orderTable .ant-table-cell {
  white-space: unset !important;
}

.image-with-text-main-wrapper {
  display: flex;
  width: 100%;
  margin-left: 10%;
  align-items: center;
  justify-content: space-between;
}
.image-with-text-main-wrapper .image-with-text-wrapper {
  margin-top: -10px;
}
.image-with-text-main-wrapper .image-with-text-wrapper a {
  color: unset;
}
.image-with-text-main-wrapper .image-with-text-wrapper a.router-link-exact-active {
  color: var(--primary-color) !important;
}
.image-with-text-main-wrapper .image-with-text-wrapper .image-with-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.image-with-text-main-wrapper .image-with-text-wrapper .image-with-text span {
  line-height: 1;
  font-size: 11px;
}
.image-with-text-main-wrapper .image-with-text-wrapper img {
  height: 23px;
  width: 23px;
}
