:root {
  --primary-color: #9f1414;
  --primary-color-rgb: 159, 20, 20;
  --n-primary-color: #3a3a3a;
  --n-secondry-color: #f4f4f4;
  /* --primary-color: #08362B; */
  --white-color: #fff;
  --black-color: #3a3a3a;
  --bg-pink: #fbecec;
  /* --bg-pink: #E1F7F0; */
  /* --bg-pink: #DAE4E1; */

  /* --bg-primary: #faf9f9; */
  --bg-primary: #fff;
  --primary-success: rgb(95, 219, 95);
  --muted-color: #ebebeb;
  --stock-color: #fc665c;
  --loader-color: #d84126;

  /* v3 */
  --bg-primary: #fff;
  --bg-muted: #e3e3e3;
  --bg-light: #fbfbfb;
  --clr-muted: #666666;
  --clr-black: #121212;
  --clr-border: #b2b2b2;
  --clr-red: #f14c35;
}

:root.retail {
  /* --primary-color: #9f1414; */
  --primary-color: #08362b;
  --primary-color-rgb: 8, 54, 43;
  --white-color: #fff;
  --black-color: #3a3a3a;
  /* --bg-pink: #e1b6b6; */
  /* --bg-pink: #E1F7F0; */
  --bg-pink: #dae4e1;

  --bg-primary: #faf9f9;
  --primary-success: rgb(95, 219, 95);
  --muted-color: #ebebeb;
  --stock-color: #fc665c;
  /* --loader-color:#D84126; */
  --loader-color: #08362b;
}
.primary-fill {
  fill: var(--primary-color) !important;
}
.StyledButton-sc-qe3ace-0 {
  background-color: var(--primary-color) !important;
}
.uk-flex-center.uk-grid-collapse {
  display: flex;
}

.uk-tab > .uk-active > a {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  border: none;
}
.uk-text-bold {
  /* font-style: normal; */
  font-weight: 600;
  /* line-height: normal; */
}
.uk-button {
  text-transform: capitalize;
  border-radius: 10px !important;
  font-weight: 600;
  padding: 0 18px;
}

.uk-button-pink {
  background-color: var(--bg-pink);
  color: var(--primary-color);
}
.uk-label-danger,
.uk-background-danger,
.uk-button-danger {
  background-color: var(--primary-color) !important;
}

.uk-color-danger {
  color: var(--primary-color) !important;
}
.uk-table td {
  padding: 10px 10px;
  vertical-align: middle;
}

.tm-background-payrix {
  background-color: #b031da;
}

.tm-text-payrix {
  color: #b031da;
}

.tm-background-muted {
  background-color: #eee !important;
}

.tm-label-muted {
  background-color: rgb(160, 159, 159) !important;
}

.uk-label-success,
.uk-background-success,
.uk-button-success {
  background-color: #4ea933 !important;
}

.uk-text-success {
  color: #4ea933 !important;
}

.uk-text-danger {
  color: var(--primary-color) !important;
}

.uk-hover-color {
  background-color: #ffd !important;
}

::-webkit-input-placeholder {
  /* Edge */
  opacity: 0.5;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}

::placeholder {
  opacity: 0.5;
}
.uk-margin-small-minus {
  margin: -5px;
}
.img svg path {
  fill: var(--primary-color) !important;
}
/* @media print {
  * {
    visibility: visible;
    font-size: 10px;
  }
} */

/* pdf-viewer print */
@media print {
  body.viewer-body-printing > *:not(.viewer-print-zone) {
    display: none;
    visibility: hidden;
    overflow: hidden;
  }
}

.tm-strike-through {
  text-decoration: line-through;
}

.tm-bg-success-light {
  background-color: rgba(79, 169, 51, 0.404);
}

.tm-bg-danger-light {
  background-color: var(--primary-color) (216, 65, 38, 0.404);
}

.tm-cursor-pointer {
  cursor: pointer;
}

.tm-border-top {
  border-bottom: 1px solid #e5e5e5;
}

.tm-border {
  border: 1px solid #e5e5e5;
}

.tm-border-muted {
  border: 1px solid rgb(160, 159, 159);
}

.tm-border-top-muted {
  border-top: 1px solid rgb(160, 159, 159);
}

.tm-border-bottom-muted {
  border-bottom: 1px solid rgb(160, 159, 159);
}

.tm-border-danger,
.uk-form-danger {
  border: 1px solid var(--primary-color) !important;
}

.tm-line-height-2 {
  line-height: 2 !important;
}

.tm-height-90vh {
  max-height: 90vh;
}

.tm-form-medium {
  height: 38px !important;
}
.tm-card-header {
  padding: 5px;
}

.tm-text-white {
  color: #fff;
}

.tm-background-white {
  background: #fff;
}

.prizm-payment-iframe iframe {
  border: none;
  display: block;
  width: 100%;
  height: 75px;
}

.uk-card,
.uk-button {
  border-radius: 5px;
}

.prizm-input {
  /* font-family: Arial; */
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  width: 100%;
}

.no-pointer-events {
  pointer-events: none;
}

.tm-blur {
  opacity: 0.5 !important;
}

div[role="presentation"] {
  display: none;
}

.border-radius-15 {
  border-radius: 15px;
}

.color-design {
  color: var(--n-primary-color);
}
.background-design {
  background-color: var(--n-primary-color);
  color: #fff;
}
.font-14 {
  font-size: 14px;
}

.uk-text-small-xs {
  font-size: 11px;
}

.active-step {
  height: 5px;
  width: 33px;
  border-radius: 8px;
  background-color: var(--primary-color);
}
.inactive-step {
  height: 5px;
  width: 18px;
  border-radius: 8px;
  background-color: #d9d9d9;
}

.gap-8 {
  gap: 8px;
}

.d-flex-center {
  display: flex;
  justify-content: center;
}
.uk-progress {
  --progress-height: 7px; /* Adjust as needed */
  height: var(--progress-height);
  border-radius: 5px;
}

.uk-progress::-webkit-progress-bar {
  background-color: var(--bg-pink);
  border-radius: 5px;
  overflow: hidden;
}

.uk-progress::-webkit-progress-value {
  background-color: var(--primary-color);
  border-radius: 5px 0 0 5px;
}

.uk-progress::-moz-progress-bar {
  background-color: var(--primary-color);
  border-radius: 5px;
}

.uk-progress::-ms-fill {
  background-color: var(--primary-color);
  border: none;
  border-radius: 5px;
}
.uk-child-width-1-7 > * {
  width: calc(100% / 7);
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-progress-bar-container {
  background-color: #e07474 !important;
}
