/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/modal.css ***!
  \******************************************************************************************************************************************************************************/
/* Modal - Block */
.mp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/* Modal overlay - Element */
.mp-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

/* Modal container - Element */
.mp-modal__container {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1002;
  animation: modal-appear 0.3s ease-out;
}

/* Modal header - Element */
.mp-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eaeaea;
}

/* Modal title - Element */
.mp-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

/* Modal close button - Element */
.mp-modal__close-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}

.mp-modal__close-button:hover {
  color: #333;
}

/* Modal content - Element */
.mp-modal__content {
  padding: 20px 40px;
}

/* Modal button - Element */
.mp-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

/* Modal button modifiers */
.mp-modal__button--primary {
  background-color: #4a6cf7;
  color: white;
  border-color: #4a6cf7;
}

.mp-modal__button--primary:hover {
  background-color: #3a5ce5;
  border-color: #3a5ce5;
}

.mp-modal__button--secondary {
  background-color: transparent;
  color: #666;
  border-color: #ddd;
}

.mp-modal__button--secondary:hover {
  background-color: #f5f5f5;
  color: #333;
}

/* Modal footer - Element */
.mp-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 0;
}

/* Animation for modal appearance */
@keyframes modal-appear {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/ProductTable/ProductTable.module.css ***!
  \*********************************************************************************************************************************************************************************************************/
.qpuQ0odtiC8jzKFTIT0O {
  overflow-x: auto;
}

.KPcdn8uWKlpnychX2Q28 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--mp-border-color);
}

.tjV7ib7ng0uJA2f1nGiy {
    white-space: nowrap;
    padding: 8px 10px;
    text-align: start;
    background: var(--mp-gray-color);
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: var(--mp-black-color);
    border-left: 1px solid var(--mp-border-color);
    border-bottom: 1px solid var(--mp-border-color);
    border-top: 0 !important;
    border-right: 0;
    height: 40px;

    .ai7BqUBu1da7O8EshmBT {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
        height: 100%;
    }

    &:last-child {
        padding: 0;
        right: 0;
        position: sticky;
        background: var(--mp-gray-color);
        border-left: 0;

         .ai7BqUBu1da7O8EshmBT {
            border-left: 1px solid var(--mp-border-color);
         }
    }
}

.wOyjwregMwv1ecL6Cxn9 {
    width: 430px;
    white-space: initial;
    margin: 0;

    .qGwHZbva6dmQZLZocBR0 {
        color: var(--mp-primary-2-color);
        cursor: pointer;
        white-space: nowrap;
        margin-left: 1px;
    }
}


.JNkMLb9OpfzAoOmFWpHk {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    margin-bottom: -4px;

    svg {
        height: 20px;
        width: 20px;
    }
}

.Pp3k9p3WhsOorgLM7nmg {
    white-space: nowrap;
    padding: 2px 10px;
    text-align: start;
    background: #fff !important;
    vertical-align: middle;
    border-left: 1px solid var(--mp-border-color);
    border-bottom: 1px solid var(--mp-border-color);
    border-top: 0;
    border-right: 0;

    &:last-child {
        padding: 0;
        position: sticky;
        right: 0;
        background: #fff !important;
        border-left: 0 !important;
    }
}

.kGAFpVM6YnRbWCgTUUiF {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-left: 1px solid var(--mp-border-color);
    padding-right: 4px;

    .CGGTF0A7MeCruSjl4ig_ {
        height: 40px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        box-shadow: none;

        &:hover svg {
            fill: var(--mp-primary-2-color);
        }
    }

    .LeBZeJnYl9YNymjYhi1b {
        background: transparent;
        border-color: transparent;
        color: var(--mp-primary-2-color);
        padding: 4px 8px;
        font-size: .875rem;
        font-weight: 500;
        border-radius: 4px;
         box-shadow: none;
    }
}

.SveLU6UykkOZ3AeI6ivV {
    padding: 10px;

    .jSN7iQ_br6gUCwYOeZGA {
        border-color: var(--mp-border-color);
    }
    
    .qPmrF_3UxRMd90fHmfp3 {
        height: 300px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: center;
        justify-content: center;

        .FsDca5CQ9VwHAHzFI5e2 {
            --size: 100px;
            color: var(--mp-secondary-color);
            width: var(--size);
            height: var(--size);
            display: inline-block;
        }

        .MLx1lGotKALk2sWzllJP {
            font-size: 1.25rem;
            text-transform: capitalize;
            margin: 0;
            color: var(--mp-black-color);
        }

        .qjGmScge7TKOcIMoVIgE {
            font-size: .875rem;
            color: var(--mp-secondary-color);
        }
    }
}

.utrMzO1nhj67dYVj7sC5 {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: irZlo177w3BoCqevgs10 1.5s infinite;
  border-radius: 4px;
  height: 14px;
  margin: 10px 0;
  width: 100%;
}

.PSNUjOCv9wFL5w0pzqwu {
    display: flex;
    align-items: center;
    gap: 6px;
}

@keyframes irZlo177w3BoCqevgs10 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/forms/form.module.css ***!
  \******************************************************************************************************************************************************************************************/
.KYf7H1fWeZMzAP2HQPrb {
  width: 100%;
}

.WGYrEgdjTQvNLSBLgTzw {
  color: var(--mp-body-color);
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.DLk7eO47EyVn8LtFCl8w {
  display: flex;
  align-items: center;
  position: relative;
}

.L2jDmWeaE2_OVt4SnEhp,
.ZIOFRR_wHosY9JDpZYNY {
  border: 1px solid #fff !important;
  color: var(--mp-black-color);
  outline: none;
  border-radius: var(--mp-border-radius) !important;
  padding: 6px !important;
  height: var(--mp-input-height);
}

.ekUIcG1ve4CdQabJh2OF {
  padding-left: 40px !important;
}

.DLk7eO47EyVn8LtFCl8w svg {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--mp-secondary-color);
}

.OW7gAX9Mn6aFCplP9PUY {
  flex: 1;
  width: 100%;
}

.ZHDORbnXuJ4wxFjE2kbQ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--mp-body-color);
  font-size: 500;
  margin-top: 8px;
}

.McJrLWJ0eT6ONkTn5YT_ {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 4px 10px !important;
  border: none;
  outline: none;
  color: var(--mp-black-color) !important;
  gap: 6px;
  font-size: 1rem;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  height: var(--mp-btn-height);
}

.McJrLWJ0eT6ONkTn5YT_ svg {
  --size: 18px;
  width: var(--size);
  height: var(--size);
}


.k9L0xrcOAOYp4rpZ3ZGm {
  width: 60%;
}
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/rc-slider/assets/index.css ***!
  \*********************************************************************************************************************************************************************************************/
.rc-slider {
  position: relative;
  width: 100%;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 6px;
}
.rc-slider-track,
.rc-slider-tracks {
  position: absolute;
  height: 4px;
  background-color: #abe2fb;
  border-radius: 6px;
}
.rc-slider-track-draggable {
  z-index: 1;
  box-sizing: content-box;
  background-clip: content-box;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  transform: translateY(-5px);
}
.rc-slider-handle {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: grab;
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete {
  opacity: 0;
}
.rc-slider-handle:focus {
  outline: none;
  box-shadow: none;
}
.rc-slider-handle:focus-visible {
  border-color: #2db7f5;
  box-shadow: 0 0 0 3px #96dbfa;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #999;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track-draggable {
  border-top: 0;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  transform: translateX(-5px);
}
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-dot {
  margin-left: -2px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  display: block !important;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform: scale(1, 1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0, 0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.rc-slider-tooltip {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  min-width: 24px;
  height: 24px;
  padding: 6px 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/ProductTable/ProductTableFilters.module.css ***!
  \****************************************************************************************************************************************************************************************************************/
.JN4iHUfQvDI148a8Asan {
  padding: 14px 16px;
  background: linear-gradient(to bottom, #006da6 0%, #006194 100%);
  margin-bottom: 20px;
  border-radius: 6px;
}

.zRDe6mEl7sUKS78u6KqR {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  margin-bottom: 1rem;
}

.zRDe6mEl7sUKS78u6KqR h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}

.eKUBkrS8XbnLNKvivvo8 svg {
  --size: 18px;
  width: var(--size);
  height: var(--size);
}

.nKq1QcmT9Sh1cNl2ZJkh {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.Haeaaj820VmCE1DB6Lm0 {
  flex: 1;
}

@media (max-width: 768px) { 
  .Haeaaj820VmCE1DB6Lm0 {
    flex: none;
  }
}

.M78jwUWSFCvE31sBnqEo {
  display: grid;
  grid-template-columns: 45% 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .M78jwUWSFCvE31sBnqEo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
  }
}


.R4aQY4L38AXDzUkcsrpN {
    background-color: var(--mp-accent-color) !important;
}

.GnljvZXOSTbo1QOo3boE {
  display: flex; 
  align-items: center;
  gap: 1rem;
}
/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/global.css ***!
  \***************************************************************************************************************************************************************************/
:root {
  --mp-input-height: 38px;
  --mp-btn-height: 38px;
  --mp-accent-color: #f89b0f;
  --mp-primary-color: #1c345c;
  --mp-primary-2-color: #006194;
  --mp-black-color: #000808;
  --mp-body-color: #ffffff;
  --mp-secondary-color: #666666;
  --mp-gray-color: #eeeeee;
  --mp-border-color: #dedede;
  --mp-border-radius: 6px;
}


/*# sourceMappingURL=index.css.map*/