@charset "UTF-8";
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.navbar .navbar-brand-wrapper .navbar-brand img,
.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
  height: auto;
  width: 170px;
  max-width: 100%;
  vertical-align: middle;
  margin: 6px !important;
}

.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-left: 0px;
  padding-right: 0px;
}

p {
  margin-bottom: 0 !important;
}

#fullscreen-button {
  cursor: pointer;
}

.card .card-body {
  padding: 1.5rem 1.5rem;
}

.table th,
.table td {
  padding: 0.5rem;
}

.btn-group,
.btn-group-vertical {
  right: 15px;
}

.ic {
  /* enable absolute positioning */
  /* style glyph */
  /* align glyph */
}
.ic_menu-icon {
  margin-left: 0 !important;
  width: 23px;
  height: 30px;
}
.ic_search-field {
  background: #eee;
  border-radius: 5px;
}
.ic_footer {
  word-break: break-word;
}
.ic_title {
  display: flex;
}
.ic_text {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}
.ic_text h5,
.ic_text h6 {
  font-size: 16px;
}
.ic_main-title {
  margin-bottom: 0px;
}
.ic_sub-title {
  font-size: 0.8rem;
}
.ic_dashboard .card .card-body {
  padding: 2rem 0.5rem;
}
.ic_dashboard-card {
  height: 100%;
  transition: 0.3s;
}
.ic_dashboard-card h4 {
  color: #3e4b5b;
}
.ic_dashboard-card img {
  max-width: 100px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.ic_dashboard-card:hover {
  color: #fff !important;
  background-color: #E63946;
  border-radius: 0.3125rem;
}
.ic_dashboard-card:hover img {
  filter: brightness(0) invert(1);
}
.ic_dashboard-card:hover h4 {
  color: #fff;
}
.ic_dashboard-card-img {
  height: 5rem;
}
.ic_inline-wp-svg, .ic_inline-pos-svg, .ic_inline-pr-svg, .ic_inline-br-svg {
  height: 5rem;
  width: 5rem;
}
.ic_dashboard-bg-gradient-active {
  background: linear-gradient(to bottom, #F7C0EA, #A58FD2) !important;
}
.ic_branch-btn-section-card {
  background-color: #fff;
  padding: 1rem;
}
.ic_text-color-primary {
  color: #E63946;
}
.ic_text-color-product {
  color: #A5A2F1;
}
.ic_text-color-secondary {
  color: #AC98D6;
}
.ic_btn-add, .ic_btn-add:hover {
  background-color: #E63946;
  color: #fff;
  text-decoration: none;
}
.ic_outline {
  border-radius: 6px;
  border: 1px solid #d5d8e7;
  background-color: transparent;
  color: #212326;
}
.ic_outline:hover {
  border: 1px solid #d5d8e7;
}
.ic_section-icon {
  height: 40px;
  width: 25px;
  filter: invert(1);
}
.ic_branch-list-card {
  border-radius: 5px;
  padding: 20px;
  min-height: 180px;
  border: 1px solid #d5d8e7;
}
.ic_inactive-btn {
  border: 1px solid #d5d8e7;
  color: #212326;
}
.ic_wokperiod-start-btn, .ic_wokperiod-end-btn {
  padding: 0.8rem 0.8rem;
}
.ic_wokperiod-end-btn, .ic_wokperiod-end-btn:hover {
  background: #f8c0ea;
}
.ic_search-form-control, .ic_search-form-control:focus, .ic_search-form-control:active {
  padding: 0.525rem 0.8rem !important;
  border: 1px solid #ebedf2 !important;
  outline: none !important;
  height: 46px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding-right: 40px !important;
}
@media screen and (min-width: 674px) {
  .ic_workperiod-search-section .col-md-4,
  .ic_workperiod-search-section .col-sm-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
.ic_inner-addon {
  position: relative;
}
.ic_inner-addon .search {
  position: absolute;
  pointer-events: none;
  color: #bdbdbd;
}
.ic_right-addon {
  position: relative;
}
.ic_right-addon .search {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}

.ic_custom-btn-view, .ic_custom-btn-edit, .ic_custom-btn-delete {
  border: none;
  outline: none;
  color: white;
  border-radius: 3px;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #454b5d;
}
.ic_custom-btn-view:hover, .ic_custom-btn-edit:hover, .ic_custom-btn-delete:hover {
  border: 1px solid #e1e1e1;
}
.ic_custom-btn-edit {
  background: #AC98D6;
}
.ic_text-sell {
  color: #AC98D6;
}
.ic_text-cost {
  color: #E63946;
}

.ic_table-btn {
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #454b5d;
  background-color: transparent;
}
.ic_table-btn:focus {
  border: 1px solid #e1e1e1;
}

.ic-login-form-head {
  border-radius: 10px;
  position: relative;
  padding: 60px 0px;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  margin: 60px 0;
}

.ic-single-img img {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 594px;
}

@media (max-width: 1199px) {
  .ic-single-img img {
    left: 0px;
  }
}
@media (max-width: 1199px) {
  .ic-login-form-head .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ic-login-form-head .offset-lg-3 {
    margin-left: 15%;
  }
}
@media (max-width: 991px) {
  .ic-login-form-head .col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ic-login-form-head .offset-lg-3 {
    margin-left: 0;
  }
}
.ic-cream-img img {
  position: absolute;
  top: -177px;
  left: 85px;
}

.ic-login-form-input {
  background: #fff;
  box-shadow: 0px 5px 18px 2px rgba(24, 24, 24, 0.1);
  padding: 30px 30px;
  border-radius: 10px;
  margin: 50px 30px;
}

@media (max-width: 991px) {
  .ic-login-form-input {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .ic-login-form-input {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.ic-input-form-control {
  margin-top: 30px;
}

.ic-input-form-control .form-group {
  position: relative;
  margin-bottom: 20px;
}

.ic-input-form-control .form-group .form-control {
  height: 50px;
  padding-left: 46px;
}
.ic-input-form-control .form-group .form-control::placeholder {
  color: #c9c7c7;
}

@media (max-width: 575.98px) {
  .ic-login-form-head {
    padding: 60px 15px;
    background-color: transparent;
  }
  .ic-cream-img {
    display: none;
  }
  .ic-input-form-control .form-group .form-control {
    padding-left: 39px;
  }
  .ic-login-form-input {
    padding: 50px 30px;
  }
  .custom-control-label {
    font-size: 13px;
    padding-top: 2px;
  }
  .custom-forgot {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ic-login-form-head {
    padding: 60px 48px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ic-login-form-head {
    padding: 60px 122px;
  }
}
.ic-icon-form {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.custom-control-label {
  cursor: pointer;
  color: #454b5d;
}

.custom-forgot {
  color: #E63946;
}

.ic-text-login {
  position: relative;
}
.ic-text-login::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #e9e9e9;
}
.ic-text-login span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.ic-check-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ic-logo-form {
  margin-bottom: 30px;
}

.ic_login-center {
  padding: 8rem 10rem;
}

.ic_login-center-card {
  padding: 3rem 2rem;
}

.ic_login-center-content-card {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 2rem 1rem;
}

.form-check {
  margin-top: 0;
  margin-bottom: 0;
}

.ic_report-card-btn .card .card-body {
  padding: 1rem 1.5rem;
}

.ic_report-card-btn:hover {
  text-decoration: none;
}

.ic_report-card-btn:hover .card-body {
  color: #fff;
  fill: #fff;
}

.ic_report-card-btn:hover .card {
  background: #00cc9b !important;
}

.ic_wp {
  color: #7f55d7;
  fill: #7f55d7;
}

.ic_wp svg {
  width: 70px;
  height: 70px;
}

.ic_buy {
  color: #f495bd;
  fill: #f495bd;
}

.ic_buy svg {
  width: 70px;
  height: 70px;
}

.ic_sales {
  color: #69d789;
  fill: #69d789;
}

.ic_sales svg {
  width: 70px;
  height: 70px;
}

.ic_warehouse {
  color: #e19de5;
  fill: #e19de5;
}

.ic_warehouse svg {
  width: 70px;
  height: 70px;
}

.ic_cost {
  color: #ff789b;
  fill: #ff789b;
}

.ic_cost svg {
  width: 70px;
  height: 70px;
}

.ic_sales-and-visit-report-text {
  color: #ff789b !important;
}

.ic_sales-and-visit-report-text p {
  width: 4rem;
  border: 1px solid;
}

.ic_traffic-text {
  color: #69d789 !important;
}

.ic_traffic-text p {
  width: 4rem;
  border: 1px solid;
}

.ic_cost-report-text {
  color: #ff789b !important;
}

.ic_cost-report-text p {
  width: 4rem;
  border: 1px solid;
}

/* Page */
.test:after {
  content: "⠇";
  font-size: 1.5rem;
  color: #2e2e2e;
}

.ic_three-dot {
  position: absolute;
  top: 0px;
  right: 5px;
  text-align: center;
}

.more-menu {
  width: 150px;
}

/* More Button / Dropdown Menu */
.more-btn,
.more-menu-btn {
  background: none;
  border: 0 none;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.more-dot {
  background-color: #aab8c2;
  margin: 0 auto;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 1px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.more-menu {
  position: absolute;
  top: 80%;
  right: -10%;
  z-index: 900;
  float: left;
  padding: 10px 0;
  margin-top: 9px;
  background-color: #fff;
  border: 1px solid #ccd8e0;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translate(0, 15px) scale(0.95);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  pointer-events: none;
}

.more-menu-caret {
  position: absolute;
  top: -10px;
  right: 12px;
  width: 18px;
  height: 10px;
  float: left;
  overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
  position: absolute;
  display: inline-block;
  margin-left: -1px;
  font-size: 0;
  line-height: 1;
}

.more-menu-caret-outer {
  border-bottom: 10px solid #c1d0da;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: auto;
  left: 0;
  top: 0;
  width: auto;
}

.more-menu-caret-inner {
  top: 1px;
  left: 1px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.more-menu-items {
  margin: 0;
  list-style: none;
  padding: 0;
}

.more-menu-item {
  display: block;
}

.more-menu-btn {
  min-width: 100%;
  color: #66757f;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 20px;
  position: relative;
  white-space: nowrap;
}

.more-menu-item:hover {
  background-color: #489fe5;
}

.more-menu-item:hover .more-menu-btn {
  color: #fff;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
  background-color: #516471;
}

.show-more-menu .more-menu {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  pointer-events: auto;
}

.ic_brach-title-row .col-10,
.ic_brach-title-row .col-2 {
  padding-right: 0;
  word-break: break-word;
  padding-left: 10px;
}

.btn-sm {
  font-size: 16px !important;
}

hr {
  border: 1px solid #dc4a53;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(140deg, #f05e67, #dc4a53);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(140deg, #f05e67, #dc4a53);
}

/* custom css */
.btn {
  font-size: 16px;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow {
  transform: rotate(180deg);
  transition: all linear 0.3s;
}

.modal-dialog {
  max-width: 750px;
}

.form-group label {
  font-size: 14px;
}

.table th,
.table td {
  font-size: 14px;
  color: #454b5d;
}

.btn-group,
.btn-group-vertical {
  cursor: pointer;
}

.ic-button-scroll::-webkit-scrollbar-thumb {
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.4s;
}

.ic-button-scroll::-webkit-scrollbar-track {
  opacity: 0;
  visibility: hidden;
}

.ic-button-scroll:hover::-webkit-scrollbar-thumb {
  opacity: 1;
  visibility: visible;
}

.ic-button-wdith {
  width: 605px;
  height: 250px;
  overflow-y: auto;
  transition: color 0.3s ease;
}

.ic_table_invoice {
  border: 1px solid #ecedf1 !important;
  margin-top: 20px;
}

.ic_table_invoice tr th {
  border: 1px solid #ecedf1 !important;
}

.ic_table_invoice tr > td {
  border: 1px solid #ecedf1 !important;
}

.ic_invoice_table_total {
  float: right;
}

.navbar .navbar-menu-wrapper .count-indicator .count-symbol {
  top: -9px;
  right: -8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-notification-count {
  color: #fff;
  font-size: 10px;
}

.preview-list .preview-item .preview-item-content:hover {
  color: #000;
}

html {
  height: 100vh;
  min-height: 40rem;
  font-family: "Inter", serif;
}

body {
  font-family: "Inter", serif;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #dc4a53;
  background-color: transparent;
  top: 0.1rem;
}

.custom-control-input ~ .custom-control-label::before {
  color: #fff;
  border-color: #dc4a53;
  outline: none;
  top: 0.1rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #dc4a53;
  background-color: #dc4a53;
  outline: none;
  top: 0.1rem;
}

.custom-control-label::after {
  top: 0.1rem;
}

.ic-logo-form img {
  max-width: 200px;
}

.login-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.login-btn {
  width: calc(50% - 5px + 2.5px);
}

@media (max-width: 550px) {
  .login-btn {
    width: calc(100% - 5px + 5px);
  }
}
.login-btn a.ic_btn-add {
  background-color: transparent;
  border: 1px solid #dc4a53;
  color: #dc4a53;
  transition: 0.3s;
}

.login-btn a.ic_btn-add:hover {
  background-color: #dc4a53;
  color: #fff;
}

@media (max-width: 991px) {
  .ic-single-img {
    display: none;
  }
}
.ic_branch-btn-section-card {
  margin-top: 20px;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #dc4a53;
  background-color: transparent;
  top: 0.1rem;
}

.custom-control-input ~ .custom-control-label::before {
  color: #fff;
  border-color: #dc4a53;
  outline: none;
  top: 0.1rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #dc4a53;
  background-color: #dc4a53;
  outline: none;
  top: 0.1rem;
}

.custom-control-label::after {
  top: 0.1rem;
}

.ic-logo-form img {
  max-width: 200px;
}

.login-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.login-btn {
  width: calc(50% - 5px + 2.5px);
}
@media (max-width: 440px) {
  .login-btn .btn {
    padding: 13px 14px;
  }
}

.login-btn a.ic_btn-add {
  background-color: transparent;
  border: 1px solid #dc4a53;
  color: #dc4a53;
  transition: 0.3s;
}

.login-btn a.ic_btn-add:hover {
  background-color: #dc4a53;
  color: #fff;
}

@media (max-width: 991px) {
  .ic-single-img {
    display: none;
  }
}
.ic_copy-icon, .ic_print-icon, .ic_pdf-icon, .ic_csv-icon {
  height: 3rem;
  fill: #bdbdbd;
}
.ic_pdf-form, .ic_csv-form {
  display: inline !important;
}
.ic_csv-icon {
  margin-bottom: 7px;
}
.ic_pdf-btn, .ic_pdf-btn:hover, .ic_pdf-btn:active, .ic_csv-btn, .ic_csv-btn:hover, .ic_csv-btn:active {
  outline: none;
  border: none;
  background: none;
}

.input-group-append .ic_stock_quantity_btn {
  padding: 0.8rem 0.75rem;
}

textarea.form-control {
  height: auto;
}

.ic_custom-btn-plus {
  background: #58d68d;
  padding: 5px;
}
.ic_custom-btn-plus i {
  font-size: 1.2rem !important;
  color: #fff;
}

.ic-according-items-check {
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ic-according-items-check .accordion-button {
  padding: 10px 14px;
}
.ic-according-items-check .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
.ic-according-items-check .accordion-button .custom-control-label {
  color: #212326;
  font-size: 16px;
}
.ic-according-items-check .accordion-button::after {
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.ic-according-items-check .accordion-body .custom-control-label {
  color: #454b5d;
  font-size: 14px;
}
.ic-according-items-check .accordion-body .form-check {
  margin-bottom: 18px;
}

.table th img,
.table td img {
  width: 70px;
  height: 70px;
  border-radius: 0%;
}

.ic_drag_fileupload {
  padding: 16px 24px;
  border-radius: 16px;
  border: 1px solid #ecedf1;
  text-align: center;
  width: 100%;
  background-color: transparent;
}

.ic_click_upload {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  color: #E63946;
}

.ic_drag_drop {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  color: #697483;
}

.ic_svg_news {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  color: #697483;
}

.ic_images_show {
  border-radius: 16px;
}
.ic_images_show img {
  border-radius: 16px;
}

.ic_btn-warehouse, .ic_btn-warehouse:hover {
  background: #E63946;
  color: #fff;
  border: none;
  transition: 0.5s;
}
.ic_warehouse-edit-btn, .ic_warehouse-edit-btn:hover {
  background-color: #212326;
  color: #fff;
}
.ic_warehouse-name {
  color: #212326;
}
.ic_warehouse-address {
  color: #212326;
}
.ic_warehouse-time {
  color: #454B5D;
}
.ic_card-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic_warehouse-card-btn .card .card-body {
  padding: 1rem 1.5rem;
}
.ic_warehouse-card-btn:hover {
  text-decoration: none;
}
.ic_warehouse-card-btn:hover .ic_stock,
.ic_warehouse-card-btn:hover .ic_buying,
.ic_warehouse-card-btn:hover .ic_delivery {
  color: #fff;
  fill: #fff;
}
.ic_warehouse-card-btn:hover .card {
  background: #00CC9B !important;
}
.ic_stock {
  color: #00CC9B;
  fill: #00CC9B;
}
.ic_inline-stock-svg, .ic_inline-buying-svg, .ic_inline-delivery-svg {
  height: 4.5rem;
  width: 4.5rem;
}
.ic_buying {
  color: #B564D9;
  fill: #B564D9;
}
.ic_delivery {
  color: #EE609C;
  fill: #EE609C;
}
.ic_statistics-card {
  background: #F7F7F7;
}
.ic_statistics-card_avg {
  background: #E63946;
}
.ic_statistics-card_avg .ic_warehouse-name {
  color: #fff;
}
.ic_statistics-card_week {
  background: rgba(230, 57, 70, 0.8);
}
.ic_statistics-card_week .ic_warehouse-name {
  color: #fff;
}

#ic_statistics-card-section .col-md-2 {
  padding-left: 5px;
  padding-right: 5px;
}
#ic_statistics-card-section .card {
  min-height: 7.5rem;
}
#ic_statistics-card-section .ic_warehouse-name {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.ic_category-item-1, .ic_category-item-2, .ic_category-item-3, .ic_category-item-4, .ic_category-item-5, .ic_category-item-6, .ic_category-item-7, .ic_category-item-8, .ic_category-item-9 {
  border: none;
  padding: 0.5rem 1.5rem;
  color: #fff;
}
.ic_category-item-1, .ic_category-item-1:hover {
  background: #548DD4;
  color: #fff;
}
.ic_category-item-2, .ic_category-item-2:hover {
  background: #17365D;
  color: #fff;
}
.ic_category-item-3, .ic_category-item-3:hover {
  background: #F2195A;
  color: #fff;
}
.ic_category-item-4, .ic_category-item-4:hover {
  background: #5F497A;
  color: #fff;
}
.ic_category-item-5, .ic_category-item-5:hover {
  background: #6F7F7F;
  color: #fff;
}
.ic_category-item-6, .ic_category-item-6:hover {
  background: #309EBB;
  color: #fff;
}
.ic_category-item-7, .ic_category-item-7:hover {
  background: #02C193;
  color: #fff;
}
.ic_category-item-8, .ic_category-item-8:hover {
  background: #0564AE;
  color: #fff;
}
.ic_category-item-9, .ic_category-item-9:hover {
  background: #B67546;
  color: #fff;
}
.ic_category-item-title-1 {
  color: #548DD4;
}
.ic_category-item-title-2 {
  color: #17365D;
}
.ic_category-item-title-3 {
  color: #F2195A;
}
.ic_category-item-title-4 {
  color: #5F497A;
}
.ic_category-item-title-5 {
  color: #6F7F7F;
}
.ic_category-item-title-6 {
  color: #309EBB;
}
.ic_category-item-title-7 {
  color: #02C193;
}
.ic_category-item-title-8 {
  color: #0564AE;
}
.ic_category-item-title-9 {
  color: #B67546;
}
.ic_warehouse-row {
  background: #F7F7F7;
}
.ic_nested-table {
  margin: auto;
}
.ic_nested-table tr, .ic_nested-table th, .ic_nested-table td {
  border: none !important;
}
.ic_th {
  padding: 0 !important;
}

.ic-edit-delete {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.warehouse-card {
  border-radius: 6px;
  border: 1px solid #ECEDF1;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(25, 30, 43, 0.08);
  padding: 30px;
}

.ic-warehouse-history {
  border-radius: 10px;
  border: 1px solid #EFF1FB;
  background: #FFF;
  padding: 30px;
  margin-top: 24px;
}
.ic-warehouse-history h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 127.273% */
  color: #212326;
  border-bottom: 1px solid #EFF1FB;
}
.ic-warehouse-history .nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ic-warehouse-history .warehouse-link {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 6px;
  border: 1px solid #D5D8E7;
  background-color: transparent;
  color: #212326;
}
.ic-warehouse-history .warehouse-link.active {
  background-color: #E63946;
  border: 1px solid #E63946;
  color: #fff;
}

.ic-warehouse-history-div {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #EFF1FB;
  background: #FFF;
}

.ic-history-list h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  color: #212326;
}

.ic-product-categories {
  margin-top: 20px;
}
.ic-product-categories h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  color: #212326;
}

.ic_card-border {
  padding: 30px 30px 45px 30px;
  border-radius: 6px;
  border: 1px solid #ECEDF1;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(25, 30, 43, 0.08);
}

.ic_new-invoice_btn, .ic_lock-invoice_btn, .ic_unlock-invoice_btn, .ic_cancel-invoice_btn, .ic_new-invoice_btn:hover, .ic_lock-invoice_btn:hover, .ic_unlock-invoice_btn:hover, .ic_cancel-invoice_btn:hover {
  width: 100%;
  padding: 0.9rem 0.2rem;
  color: #fff;
  border-radius: 4px;
}
.ic_new-invoice_btn {
  background-color: #02C193;
  border: none;
}
@media (max-width: 1199px) {
  .ic_new-invoice_btn {
    font-size: 14px;
    padding: 0.5rem 0.2rem;
  }
}
.ic_lock-invoice_btn {
  background-color: #7683D9;
}
.ic_unlock-invoice_btn {
  background-color: #D8A0FE !important;
}
.ic_cancel-invoice_btn {
  background-color: #E63946;
}
.ic_pos-cal-btn {
  background-color: #fff;
  width: 100%;
  border: 2px solid transparent;
}
.ic_pos-cal-btn:hover {
  background-color: #fff;
}
.ic_product-section-col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ic_pos-btn-active {
  border: 2px solid #E63946;
}
.ic_pos-product-btn-active, .ic_pos-product-btn-active:hover {
  color: #fff;
}

.slick-list .slick-track {
  margin-left: unset;
}

#ic_pos-cal-btn-section .col-2 {
  padding: 5px 5px 5px 5px;
}

#ic_pos-invoice-section .card-body,
#ic_pos-invoice-section .card-footer {
  padding: 0px !important;
}

#ic_invoice-table thead th,
#ic_invoice-table thead td,
#ic_invoice-table tbody th,
#ic_invoice-table tbody td,
#ic_invoice-table tr th,
#ic_invoice-table tr td {
  font-size: 14px;
  padding: 8px 15px !important;
}
#ic_invoice-table thead td,
#ic_invoice-table tbody td,
#ic_invoice-table tr td {
  font-size: 14px;
  color: #454b5d;
}

#ic_invoice_total .table,
#ic_invoice_total th,
#ic_invoice_total td {
  font-size: 14px;
  color: #454b5d;
}

#ic_invoice_total td {
  font-size: 14px;
  color: #454b5d;
}

.ui-autocomplete {
  z-index: 2150000000;
}

.ic_cutomer-name {
  position: relative;
}
.ic_cutomer-name #val {
  position: absolute;
  bottom: 0;
  z-index: 2100000000000000;
  top: 66px;
  width: 100%;
}

.ic_cutomer-name-lock {
  position: relative;
}
.ic_cutomer-name-lock #val-lock {
  position: absolute;
  bottom: 0;
  z-index: 2100000000000000;
  top: 66px;
  width: 100%;
}

#ic_form_section .card-body {
  padding: 0.7rem 0.7rem;
}
#ic_form_section .form-group {
  margin-bottom: 0.5rem;
}
#ic_form_section .form-group:last-child {
  margin-bottom: 0;
}
#ic_form_section .form-control-sm {
  height: 2rem;
}

#ic_calculator .ic_calculator-left {
  padding-right: 5px;
}
#ic_calculator .ic_calculator-left .btn-left {
  width: 100%;
}
#ic_calculator .col-4 {
  padding: 0px 4px 8px;
}
#ic_calculator .ic_discount-mid {
  width: 100%;
  height: 44px;
  padding: 8px 6px;
  font-size: 13px !important;
}
#ic_calculator .ic_discount-mid.ic_flat_discount {
  background-color: #6e7191;
  color: #fff;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple:focus {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 0px;
  cursor: text;
  color: #dc4a53;
  font-size: 0.8125rem;
  padding: 0.45rem 0;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 2.875rem;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #dc4a53;
  background-color: transparent;
  top: 0.1rem;
}

.custom-control-input ~ .custom-control-label::before {
  color: #fff;
  border-color: #dc4a53;
  outline: none;
  top: 0.1rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #dc4a53;
  background-color: #dc4a53;
  outline: none;
  top: 0.1rem;
}

.custom-control-label::after {
  top: 0.1rem;
}

.ic_inactive-btn.ic_payment-btn-1, .ic_inactive-btn.ic_payment-btn-1:hover {
  background-color: #7683D9 !important;
  color: #fff;
}
.ic_inactive-btn.ic_payment-btn-2, .ic_inactive-btn.ic_payment-btn-2:hover {
  background-color: #00559E;
  color: #fff;
}
.ic_inactive-btn.ic_payment-btn-3, .ic_inactive-btn.ic_payment-btn-3:hover {
  background-image: linear-gradient(150deg, #EA031B, #F6961A);
  color: #fff;
  border: none;
}
.ic_inactive-btn.ic_payment-btn-4, .ic_inactive-btn.ic_payment-btn-4:hover {
  background-image: linear-gradient(150deg, #61BAEF, #0051C4);
  color: #fff;
  border: none;
}
.ic_inactive-btn.ic_payment-btn-5, .ic_inactive-btn.ic_payment-btn-5:hover {
  background-color: #D21363;
  color: #fff;
  border: none;
}
.ic_inactive-btn.ic_payment-btn-6, .ic_inactive-btn.ic_payment-btn-6:hover {
  background-color: #F00808;
  color: #fff;
  border: none;
}
.ic_inactive-btn.ic_payment-btn-7, .ic_inactive-btn.ic_payment-btn-7:hover {
  background-color: #040707;
  color: #fff;
  border: none;
}
.ic_btn-submit {
  background-color: #E63946;
}
.ic_btn-middle, .ic_btn-middle:hover {
  padding: 0.875rem 0.5rem;
  background-color: #fff;
  border: none;
  width: 100%;
}
.ic_btn-discount, .ic_btn-discount:hover {
  background-color: #F6961A;
  color: #fff;
}
.ic_btn-discount-50, .ic_btn-discount-50:hover {
  background-color: #61BAEF;
  color: #fff;
}
.ic_btn-gift-card, .ic_btn-gift-card:hover {
  background-color: #34C203;
  color: #fff;
}
.ic_quantity-toast, .ic_quantity-toast-error {
  background-color: #E63946;
  color: #fff;
}

.ic-select-branch {
  display: flex;
  justify-content: flex-end;
}
.ic-select-branch select {
  width: 210px !important;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .ic-select-branch select {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .calculator_number {
    padding: 13px 9px;
  }
}

.ic-search-product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 575px) {
  .ic-search-product #product_barcode_form {
    width: 100%;
  }
}
.ic-search-product input {
  width: 320px;
}
@media (max-width: 575px) {
  .ic-search-product input {
    width: 100%;
  }
}
.ic-search-product .ic-invoice-lock {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ic-search-product .ic-invoice-lock .invoice-btn {
  height: 46px;
  border: 1px solid #d5d8e7;
  border-radius: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #212326;
  padding: 0 18px;
  transition: all 0.3s;
}
.ic-search-product .ic-invoice-lock .invoice-btn:disabled {
  background-color: #d5d8e7;
  color: #6e7191;
  border: 1px solid #d5d8e7;
}
.ic-search-product .ic-invoice-lock .invoice-btn:disabled:hover {
  background-color: #d5d8e7;
  color: #6e7191;
  border: 1px solid #d5d8e7;
}
.ic-search-product .ic-invoice-lock .invoice-btn:hover {
  border: 1px solid #E63946;
  background-color: #E63946;
  color: #fff;
}

.ic-cata-heading {
  display: flex;
  justify-content: space-between;
}
.ic-cata-heading .ic-heading-categories {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 200% */
}

.ic-arrow span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ecedf1;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ic-pos-created {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .ic-pos-created {
    display: block;
  }
}
.ic-pos-created .ic-pos-left {
  width: 800px;
  flex: 0 0 auto;
}
@media (max-width: 1750px) {
  .ic-pos-created .ic-pos-left {
    width: 730px;
  }
}
@media (max-width: 1600px) {
  .ic-pos-created .ic-pos-left {
    width: 620px;
  }
}
@media (max-width: 1500px) {
  .ic-pos-created .ic-pos-left {
    width: 540px;
  }
}
@media (max-width: 1280px) {
  .ic-pos-created .ic-pos-left {
    width: 470px;
  }
}
@media (max-width: 991px) {
  .ic-pos-created .ic-pos-left {
    width: 100%;
  }
}
.ic-pos-created .ic-pos-right {
  width: calc(100% - 820px);
}
@media (max-width: 1750px) {
  .ic-pos-created .ic-pos-right {
    width: calc(100% - 750px);
  }
}
@media (max-width: 1600px) {
  .ic-pos-created .ic-pos-right {
    width: calc(100% - 650px);
  }
}
@media (max-width: 1500px) {
  .ic-pos-created .ic-pos-right {
    width: calc(100% - 560px);
  }
}
@media (max-width: 1280px) {
  .ic-pos-created .ic-pos-right {
    width: calc(100% - 490px);
  }
}
@media (max-width: 991px) {
  .ic-pos-created .ic-pos-right {
    width: calc(100% - 0px);
  }
}
@media (max-width: 991px) {
  .ic-pos-created .ic-pos-right {
    margin-top: 30px;
  }
}

.ic-category-slider .slick-slide {
  margin: 0 10px; /* Adjust the value for the desired gap */
}
.ic-category-slider .slick-list {
  margin: 0 -10px; /* Match negative margins to keep proper alignment */
}
.ic-category-slider .ic-category-content {
  flex: 1;
}
.ic-category-slider .ic-category-item {
  display: flex;
  align-items: center;
  padding: 10px 9px;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: all 0.3s;
  gap: 14px;
  background-color: #fff;
  border: 1px solid #ecedf1;
  cursor: pointer;
}
.ic-category-slider .ic-category-item img {
  width: 34px;
  height: 34px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .ic-category-slider .ic-category-item img {
    width: 24px;
    height: 24px;
  }
}
.ic-category-slider .ic-category-item:hover {
  background-color: #f5f6fa;
  border: 1px solid #E63946;
}
.ic-category-slider .ic-category-item .ic-category-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212326;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ic-category-slider .ic-category-item .ic-category-count {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6e7191;
}

.ic_invoice-header {
  background: #FEE7E0;
  border-bottom: none;
  color: #fff;
  padding: 30px 70px;
  border-radius: 7px 7px 0px 0px;
  text-align: center;
  color: #212326;
}
@media (max-width: 1650px) {
  .ic_invoice-header {
    padding: 30px 20px;
  }
}
.ic_invoice-header img {
  width: 160px;
  margin-bottom: 10px;
}
.ic_invoice-header #ic_branch_name {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.ic_invoice-header #ic_branch_address {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.ic_invoice-header #ic_branch_phone {
  text-align: center;
  font-size: 14px;
}

.ic-product-show {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 575px) {
  .ic-product-show {
    gap: 12px;
  }
}
.ic-product-show .ic-in-product {
  width: calc(33.3333333333% - 24px + 8px);
  padding: 16px 16px 20px 16px;
  background-color: #fff;
  border-radius: 6px;
}
@media (max-width: 1500px) {
  .ic-product-show .ic-in-product {
    padding: 14px 8px 10px 8px;
  }
}
@media (max-width: 1399px) {
  .ic-product-show .ic-in-product {
    padding: 8px 8px 8px 8px;
  }
}
@media (max-width: 575px) {
  .ic-product-show .ic-in-product {
    width: calc(50% - 12px + 6px);
  }
}
.ic-product-show .ic-in-product img {
  max-width: 100%;
}
.ic-product-show .ic-in-product .ic-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 213px;
  position: relative;
}
@media (max-width: 1600px) {
  .ic-product-show .ic-in-product .ic-product-image {
    height: 146px;
  }
}
@media (max-width: 1500px) {
  .ic-product-show .ic-in-product .ic-product-image {
    height: 129px;
  }
}
.ic-product-show .ic-in-product .ic-product-image::after {
  position: absolute;
  content: "\f058";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  font-weight: 900;
  font-family: "FontAwesome";
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 19px;
  color: #0bea0b;
  border-radius: 6px;
}
.ic-product-show .ic-in-product .ic-product-image.active::after {
  opacity: 1;
}
.ic-product-show .ic-in-product .ic-product-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  width: 100%;
}
.ic-product-show .ic-product-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  color: #212326;
}
.ic-product-show .ic-product-type {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.14px;
  color: #454b5d;
}
.ic-product-show .ic-product-price {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  color: #212326;
  padding-top: 10px;
}

.ic-invoice-title {
  font-size: 14px;
}

.product-wrapper {
  max-height: 700px;
  overflow-y: auto;
  margin-bottom: 30px;
}

.ic-categories {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.submit-btn {
  padding: 50px 20px;
  text-align: right;
}
.submit-btn .ic-submit-bill {
  border-radius: 6px;
  border: 1px solid #E63946;
  padding: 13px 100px;
}
@media (max-width: 1280px) {
  .submit-btn .ic-submit-bill {
    padding: 13px 36px;
  }
}

.ic-pos-qty {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  width: 86px;
}
.ic-pos-qty input {
  border: none;
  width: 34px;
  padding: 0;
}
.ic-pos-qty button {
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 22px;
}

.ic-count-calculator {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
@media (max-width: 1500px) {
  .ic-count-calculator {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 1280px) {
  .ic-count-calculator {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 575px) {
  .ic-count-calculator {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 440px) {
  .ic-count-calculator {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ic-count-calculator .ic-calculate-item.quantity {
  grid-column: span 2;
}
@media (max-width: 1750px) {
  .ic-count-calculator .ic-calculate-item.quantity {
    grid-column: span 3;
  }
}

.ic-calculator-modal .modal-dialog {
  width: 600px;
}

.modal .modal-header {
  border-bottom: none;
}
.modal .modal-header .btn-close {
  background-color: #fff;
  border: 1px solid #eeeff5;
  filter: drop-shadow(0px 1px 10px rgba(25, 30, 43, 0.08));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-size: 30%;
}
.modal .modal-body {
  padding: 30px;
}

.ic-calculator-display {
  padding: 14px 24px 24px 24px;
  border-radius: 6px;
  border: 1px solid #ecedf1;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(25, 30, 43, 0.08);
}
.ic-calculator-display .ic_custom-form-input {
  border-radius: 6px;
  border: 1px solid #ecedf1;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.ic-calculator-number {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 16px;
}
.ic-calculator-number .ic-calculator-number-item {
  width: 56px;
  height: 50px;
  border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #eeeff5;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(25, 30, 43, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ic-calculator-number .ic-calculator-number-item button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.ic_workperiod-btn-section {
  margin-bottom: 30px;
  display: flex;
  text-align: center;
  justify-content: space-around;
}
.ic_workperiod-btn-section .ic_btn-add {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 8px 16px 8px 16px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  background-color: #E63946;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ic_workperiod-btn-section .ic_btn-add:disabled {
  opacity: 0.7;
}

.workperiod-section {
  display: flex;
  gap: 25px;
}
@media (max-width: 991px) {
  .workperiod-section {
    flex-direction: column;
  }
}
.workperiod-section .ic-workperiod-right {
  width: 450px;
  flex: 0 0 auto;
}
@media (max-width: 1650px) {
  .workperiod-section .ic-workperiod-right {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .workperiod-section .ic-workperiod-right {
    width: 100%;
  }
}
.workperiod-section .ic-workperiod-right .ic-workperiod-group {
  border-radius: 10px;
  border: 1px solid #eff1fb;
  background: #fff;
  padding: 25px 40px;
}
@media (max-width: 1650px) {
  .workperiod-section .ic-workperiod-right .ic-workperiod-group {
    padding: 20px 15px;
  }
}
.workperiod-section .ic-workperiod-left {
  padding: 30px;
  width: calc(100% - 470px);
  border-radius: 10px;
  border: 1px solid #eff1fb;
  background: #fff;
}
@media (max-width: 1650px) {
  .workperiod-section .ic-workperiod-left {
    width: calc(100% - 370px);
  }
}
@media (max-width: 991px) {
  .workperiod-section .ic-workperiod-left {
    width: calc(100% - 0px);
  }
}

.ic_workperiod-text-section__start-workperiod p {
  font-weight: 600;
}

.ic_workperiod-text-section__end-workperiod p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 42.857% */
}

.pagination {
  gap: 6px;
}
.pagination .page-item .page-link {
  border-radius: 4px;
  background: #fee7e0;
  border-color: #fee7e0;
  color: #E63946;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.pagination .active > .page-link,
.pagination .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #E63946;
  border-color: #E63946;
}

@media (max-width: 1650px) {
  .btn.custom_quantity_btn {
    padding: 13px 18px;
  }
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

/* Pricing header */
.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
  background-color: #eee;
  font-size: 20px;
}

/* The "Sign Up" button */
.button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}
.radio-inline:hover {
  cursor: pointer;
}

.table th img,
.table td img {
  width: 70px;
  height: 70px;
  border-radius: 0%;
}

.ic_invoice-modal .modal-body {
  padding: 0;
}
.ic_invoice_modal_head {
  width: 100%;
}
.ic_invoice_modal_head img {
  height: 3.5rem !important;
  width: 6.5rem !important;
  border-radius: 0 !important;
  object-fit: contain;
}
.ic_custom-btn-view {
  color: #fff;
  background-color: #34C203;
}

.ic-in-product {
  position: relative;
  z-index: 1;
}

.btn.btn-xs {
  padding: 0.5rem 0.75rem;
  font-size: 16px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple:focus {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 0px;
  cursor: text;
  color: #dc4a53;
  font-size: 0.8125rem;
  padding: 0.45rem 0;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 2.875rem;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0;
}

.ic-list-user-top {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.ic-list-user-top .ic-number-showing {
  width: 200px;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .ic-list-user-top .ic-number-showing {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .ic-list-user-items:nth-child(1), .ic-list-user-items:nth-child(2) {
    width: 100%;
  }
}

.ic-list-user-items-btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ic-list-user-items-btns button {
  width: 46px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #e5e8f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.ic-list-user-items-btns button:hover {
  border: 1px solid #e5e8f7;
}

.ic_custom-form-input + .select2-container {
  width: 100% !important;
}

.ic_custom-button {
  padding: 10px;
  color: white;
  background-color: #AC98D6 !important;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.ic_custom-button:hover {
  background-color: #AC98D6 !important;
  color: #fff;
}
.ic_custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  color: #aaa;
}
.ic_btn-add-user {
  background-color: #AC98D6 !important;
}
.ic_parent_permission {
  background-color: #FAF3D5;
  color: #E63946;
  border-radius: 5px;
}

.ic_login-background {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-image: linear-gradient(to top, #F9EAFA, #E8F8F6);
}
.ic_login-center {
  padding: 8rem 10rem;
}
.ic_login-center-card {
  padding: 3rem 2rem;
}
.ic_login-center-content-card {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 2rem 1rem;
}

.form-check {
  margin-top: 0;
  margin-bottom: 0;
}

.ic_report-card-btn .card .card-body {
  padding: 1rem 1.5rem;
}
.ic_report-card-btn:hover {
  text-decoration: none;
}
.ic_report-card-btn:hover .card-body {
  color: #fff;
  fill: #fff;
}
.ic_report-card-btn:hover .card {
  background: #00CC9B !important;
}
.ic_wp {
  color: #7F55D7;
  fill: #7F55D7;
}
.ic_buy {
  color: #F495BD;
  fill: #F495BD;
}
.ic_sales {
  color: #69D789;
  fill: #69D789;
}
.ic_warehouse {
  color: #E19DE5;
  fill: #E19DE5;
}
.ic_cost {
  color: #FF789B;
  fill: #FF789B;
}
.ic_sales-and-visit-report-text {
  color: #FF789B !important;
}
.ic_sales-and-visit-report-text p {
  width: 4rem;
  border: 1px solid;
}
.ic_traffic-text {
  color: #69D789 !important;
}
.ic_traffic-text p {
  width: 4rem;
  border: 1px solid;
}
.ic_cost-report-text {
  color: #FF789B !important;
}
.ic_cost-report-text p {
  width: 4rem;
  border: 1px solid;
}

/* Page */
.test:after {
  content: "⠇";
  font-size: 1.5rem;
  color: #2e2e2e;
}

.ic_three-dot {
  position: absolute;
  top: 0px;
  right: 5px;
  text-align: center;
}

.more-menu {
  width: 150px;
}

/* More Button / Dropdown Menu */
.more-btn,
.more-menu-btn {
  background: none;
  border: 0 none;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.more-dot {
  background-color: #aab8c2;
  margin: 0 auto;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 1px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.more-menu {
  position: absolute;
  top: 80%;
  right: -10%;
  z-index: 900;
  float: left;
  padding: 10px 0;
  margin-top: 9px;
  background-color: #fff;
  border: 1px solid #ccd8e0;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translate(0, 15px) scale(0.95);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  pointer-events: none;
}

.more-menu-caret {
  position: absolute;
  top: -10px;
  right: 12px;
  width: 18px;
  height: 10px;
  float: left;
  overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
  position: absolute;
  display: inline-block;
  margin-left: -1px;
  font-size: 0;
  line-height: 1;
}

.more-menu-caret-outer {
  border-bottom: 10px solid #c1d0da;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: auto;
  left: 0;
  top: 0;
  width: auto;
}

.more-menu-caret-inner {
  top: 1px;
  left: 1px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.more-menu-items {
  margin: 0;
  list-style: none;
  padding: 0;
}

.more-menu-item {
  display: block;
}

.more-menu-btn {
  min-width: 100%;
  color: #66757f;
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 20px;
  position: relative;
  white-space: nowrap;
}

.more-menu-item:hover {
  background-color: #489fe5;
}

.more-menu-item:hover .more-menu-btn {
  color: #fff;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
  background-color: #516471;
}

.show-more-menu .more-menu {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  pointer-events: auto;
}

.ic_brach-title-row .col-10,
.ic_brach-title-row .col-2 {
  padding-right: 0;
  word-break: break-word;
  padding-left: 10px;
}

.btn-sm {
  font-size: 16px !important;
}

hr {
  border: 1px solid #E63946;
}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: #E63946;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #E63946;
}

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