/* line 1, app/assets/stylesheets/main_dashboard.scss */
.ecommerce-primary {
  background-color: #C1CC47;
}

/* line 5, app/assets/stylesheets/main_dashboard.scss */
.digital-media-primary {
  background-color: #36747D;
}

/* line 9, app/assets/stylesheets/main_dashboard.scss */
.digital-sampling-primary {
  background-color: #B5CDBD;
}

/* line 13, app/assets/stylesheets/main_dashboard.scss */
.loyalty-cards-primary {
  background-color: #ACACE6;
}

/* line 16, app/assets/stylesheets/main_dashboard.scss */
#sidebar::-webkit-scrollbar {
  width: 0.5em;
}

/* line 19, app/assets/stylesheets/main_dashboard.scss */
#sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 22, app/assets/stylesheets/main_dashboard.scss */
#sidebar::-webkit-scrollbar-thumb {
  background-color: #374151;
  border-radius: 3px;
}

/* line 26, app/assets/stylesheets/main_dashboard.scss */
tr td:last-child {
  white-space: nowrap;
}

/* line 29, app/assets/stylesheets/main_dashboard.scss */
.subnav {
  width: 100% !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* line 34, app/assets/stylesheets/main_dashboard.scss */
.toastr-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  top: 16px;
  right: 16px;
}

/* line 41, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr-success {
  background-color: #edf7ed;
  color: #1C471E !important;
  border: 1px solid #1C471E6e;
}

/* line 46, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr-success:hover {
  background-color: #edf7ed;
}

/* line 49, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr-error {
  background-color: #fdecea;
  color: #621912 !important;
  border: 1px solid #6219126e;
}

/* line 54, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr-error:hover {
  background-color: #fdecea;
}

/* line 57, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr-notice {
  background-color: #e8f4fe;
  color: #093B62 !important;
  border: 1px solid #093B626e;
}

/* line 62, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr-notice:hover {
  background-color: #e8f4fe;
}

/* line 65, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr-alert {
  background-color: #fff4e4;
  color: #673C0E !important;
  border: 1px solid #673c0e6e;
}

/* line 70, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr-alert:hover {
  background-color: #fff4e4;
}

/* line 73, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr {
  display: flex;
  position: relative;
  pointer-events: auto;
  margin-bottom: 6px;
  width: 360px;
  min-height: 80px;
  box-shadow: 0px 0px 12px #999;
  color: #fff;
  border-radius: 3px;
}

/* line 84, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr .close {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr .toast-body {
  display: flex;
  min-height: 80px;
}

/* line 94, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr .icon {
  align-self: center;
  padding-left: 10px;
  font-size: 28px;
}

/* line 99, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr .icon-error {
  color: #F75241;
}

/* line 102, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr .icon-alert {
  color: #FFA133;
}

/* line 105, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr .icon-success {
  color: #57B75B;
}

/* line 108, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr .icon-notice {
  color: #2B9DF6;
}

/* line 111, app/assets/stylesheets/main_dashboard.scss */
.toastr-container .toastr .message {
  align-self: center;
  margin-left: 30px;
  padding: 5px 30px 5px 0px;
  font-size: 15px;
}

/* line 117, app/assets/stylesheets/main_dashboard.scss */
.primary-gradient {
  background: #44577e;
  background: linear-gradient(90deg, #44577e 0%, #88aef9 100%);
}

/* line 121, app/assets/stylesheets/main_dashboard.scss */
.red-gradient {
  background: #f12929;
  background: linear-gradient(90deg, #f12929 0%, #825a5a 100%);
}

/* line 125, app/assets/stylesheets/main_dashboard.scss */
.right-5 {
  right: -5px !important;
}

/* line 128, app/assets/stylesheets/main_dashboard.scss */
.form-hint.error {
  color: red;
}

/* line 132, app/assets/stylesheets/main_dashboard.scss */
.max-h-80-vh {
  max-height: 80vh;
}

/* line 136, app/assets/stylesheets/main_dashboard.scss */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: whitesmoke;
}

/* line 141, app/assets/stylesheets/main_dashboard.scss */
::-webkit-scrollbar {
  width: 6px;
  background-color: whitesmoke;
}

/* line 146, app/assets/stylesheets/main_dashboard.scss */
::-webkit-scrollbar-thumb {
  background-color: #adadad;
  border-radius: 5px;
}

/* Horizontal scrollbar */
/* line 152, app/assets/stylesheets/main_dashboard.scss */
::-webkit-scrollbar-track:horizontal {
  -webkit-box-shadow: inset 0 0 6px rgba(180, 176, 176, 0.3);
  background-color: #f9fafb;
  height: 6px;
}

/* line 158, app/assets/stylesheets/main_dashboard.scss */
::-webkit-scrollbar:horizontal {
  height: 6px;
}

/* line 162, app/assets/stylesheets/main_dashboard.scss */
::-webkit-scrollbar-thumb:horizontal {
  background-color: #c5c2c2;
  border-radius: 5px;
}
