@charset "UTF-8";
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
}

body {
  color: #333 ;
  background-color: #f0f0f0 ;
}
.dark-theme body {
  color: #DADADA ;
}
.dark-theme body {
  background-color: #2C2C2F ;
}
body.dark-theme {
  background-color: #2C2C2F;
}

* {
  scrollbar-width: thin;
}
.light-theme * {
  scrollbar-color: #C0C0C0 transparent;
}
.dark-theme * {
  scrollbar-color: #5F5F5F transparent;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background: inherit;
}

::-webkit-scrollbar-thumb {
  background: #C0C0C0 ;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: none;
}
.dark-theme ::-webkit-scrollbar-thumb {
  background: #5F5F5F ;
}

::-webkit-scrollbar-corner {
  background: #fff ;
}
.dark-theme ::-webkit-scrollbar-corner {
  background: #3A3A3B ;
}

[role=button] {
  cursor: pointer;
}

textarea[autosize] {
  resize: none;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: #777;
}

[contenteditable=true]:empty:focus::before {
  content: "";
}

/*Hack to prevent iOS from auto-zooming on form fields, because it doesn't auto-zoom out afterwards*/
@media only screen and (max-device-width: 767.98px) and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input[type=text],
  input[type=password], input[type=search], input[type=date], input[type=datetime], input[type=number] {
    font-size: 16px !important;
  }
}
@font-face {
  font-family: "is-lg-regular";
  src: url("./fonts/is-lg-regular-webfont.woff") format("woff"), url("./fonts/is-lg-regular-webfont.svg#is-lg-regularlg-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "isicon";
  src: url("./fonts/isicon.woff") format("woff"), url("./fonts/isicon.svg#isicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./fonts/inter-thin.woff2") format("woff2"), url("./fonts/inter-thin.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("./fonts/inter-extra-light.woff2") format("woff2"), url("./fonts/inter-extra-light.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/inter-light.woff2") format("woff2"), url("./fonts/inter-light.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/inter-regular.woff2") format("woff2"), url("./fonts/inter-regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/inter-medium.woff2") format("woff2"), url("./fonts/inter-medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/inter-semi-bold.woff2") format("woff2"), url("./fonts/inter-semi-bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/inter-bold.woff2") format("woff2"), url("./fonts/inter-bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/inter-extra-bold.woff2") format("woff2"), url("./fonts/inter-extra-bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/inter-black.woff2") format("woff2"), url("./fonts/inter-black.woff") format("woff");
}
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.loading-circle-progress {
  animation: rotation 4s linear infinite;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

svg.is-icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/*
svg[class*=icon-] {
  @include theme('fill', $theme-icon-color);

  &.active,
  .active & {
    @include theme('fill', $theme-icon-active-color);
  }
}
*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.dropdown-menu {
  border: 0;
  border-radius: 4px;
  color: #212529 ;
  background-color: #fff ;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.dark-theme .dropdown-menu {
  color: #DADADA ;
}
.dark-theme .dropdown-menu {
  background-color: #3A3A3B ;
}
.dropdown-menu .dropdown-divider {
  background-color: #e9ecef ;
  border-color: #e9ecef ;
}
.dark-theme .dropdown-menu .dropdown-divider {
  background-color: #48484A ;
}
.dark-theme .dropdown-menu .dropdown-divider {
  border-color: #48484A ;
}
.dropdown-menu .dropdown-item {
  color: #333 ;
}
.dark-theme .dropdown-menu .dropdown-item {
  color: #DADADA ;
}
.dropdown-menu .dropdown-item.active {
  color: #384EC1 ;
  background-color: transparent;
  font-weight: 700;
}
.dark-theme .dropdown-menu .dropdown-item.active {
  color: #65B1FF ;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color: #333 ;
  background-color: #ebebeb ;
}
.dark-theme .dropdown-menu .dropdown-item:hover, .dark-theme .dropdown-menu .dropdown-item:focus {
  color: #DADADA ;
}
.dark-theme .dropdown-menu .dropdown-item:hover, .dark-theme .dropdown-menu .dropdown-item:focus {
  background-color: #232324 ;
}
.dropdown-menu .dropdown-item.disabled, .dropdown-menu .dropdown-item[disabled] {
  color: #adb5bd ;
}
.dark-theme .dropdown-menu .dropdown-item.disabled, .dark-theme .dropdown-menu .dropdown-item[disabled] {
  color: #666 ;
}
.dropdown-menu .dropdown-item-text {
  color: #333 ;
}
.dark-theme .dropdown-menu .dropdown-item-text {
  color: #DADADA ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
/* https://stackoverflow.com/questions/41377501/how-to-vertically-align-bootstrap-v4-modal-dialogs */
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}
@media (min-width: 576px) {
  .modal-dialog:not(.modal-sm):not(.modal-lg) {
    max-width: 570px;
  }
  .modal-dialog.confirmation-alert {
    max-width: 380px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.modal-header, .modal-footer {
  padding: 16px 24px;
}

.modal-header {
  border-color: #ddd ;
  border-bottom: 0;
}
.dark-theme .modal-header {
  border-color: #48484a ;
}
.modal-header .close {
  z-index: 1; /* in order for its outline to sit above other content when it receives focus */
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 0.75;
  padding: 16px 24px;
  margin: -16px -24px -16px auto;
  color: #000 ;
  text-shadow: 0 1px 0 #fff;
}
.dark-theme .modal-header .close {
  color: #DADADA ;
}
.dark-theme .modal-header .close {
  text-shadow: 0 1px 0 #3A3A3B;
}

.modal-content {
  background-color: #fff ;
  border-color: #ddd ;
}
.dark-theme .modal-content {
  background-color: #3A3A3B ;
}
.dark-theme .modal-content {
  border-color: #48484a ;
}

.modal-body {
  padding: 24px 24px 8px;
}
.modal-body .modal-title {
  font-size: 1.6rem;
  margin-top: 29px;
}
.modal-body .modal-title + form {
  margin-top: 42px;
}
.modal-body .ideascale-form-action-bar {
  margin-top: 28px;
}
.modal-header + .modal-body {
  padding-top: 8px;
}

.modal.show + .modal-backdrop + .modal.show > .modal-dialog {
  padding-left: 10px;
  padding-right: 10px;
}

.modal-footer {
  border-color: #ddd ;
  border-top: 0;
}
.dark-theme .modal-footer {
  border-color: #48484a ;
}
.modal-footer > * {
  margin: 0;
}
.modal-footer .btn.btn-cancel {
  margin-right: 10px;
}

.modal-backdrop {
  transition: none !important;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.alert-fix-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 38px;
  z-index: 9999;
}

.alert {
  border: 0;
  padding: 15px 30px 15px 15px;
}
.alert.alert-popup {
  text-align: center;
  font-size: 16px;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.alert.alert-danger {
  color: #611A15 ;
  background: #FEDDD4 ;
}
.dark-theme .alert.alert-danger {
  color: #DADADA ;
}
.dark-theme .alert.alert-danger {
  background: #7A2D2A ;
}
.alert.alert-danger .close {
  color: #611A15 ;
}
.dark-theme .alert.alert-danger .close {
  color: #DADADA ;
}
.alert.alert-danger a, .alert.alert-danger .alert-link {
  color: #611A15 ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-danger a, .dark-theme .alert.alert-danger .alert-link {
  color: #DADADA ;
}
.alert.alert-danger .is-icon {
  color: #611A15 ;
}
.dark-theme .alert.alert-danger .is-icon {
  color: #F44336 ;
}
.alert.alert-danger svg.is-icon {
  fill: #611A15 ;
}
.dark-theme .alert.alert-danger svg.is-icon {
  fill: #F44336 ;
}
.alert.alert-warning {
  color: #996F1F ;
  background: #FFF4E5 ;
}
.dark-theme .alert.alert-warning {
  color: #FFF4E5 ;
}
.dark-theme .alert.alert-warning {
  background: #6D4610 ;
}
.alert.alert-warning .close {
  color: #996F1F ;
}
.dark-theme .alert.alert-warning .close {
  color: #FFF4E5 ;
}
.alert.alert-warning a, .alert.alert-warning .alert-link {
  color: #996F1F ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-warning a, .dark-theme .alert.alert-warning .alert-link {
  color: #FFF4E5 ;
}
.alert.alert-warning .is-icon {
  color: #663C00 ;
}
.dark-theme .alert.alert-warning .is-icon {
  color: #FF9800 ;
}
.alert.alert-warning svg.is-icon {
  fill: #663C00 ;
}
.dark-theme .alert.alert-warning svg.is-icon {
  fill: #FF9800 ;
}
.alert.alert-info {
  color: #222F74 ;
  background: #E4E7F7 ;
}
.dark-theme .alert.alert-info {
  color: #DADADA ;
}
.dark-theme .alert.alert-info {
  background: #003155 ;
}
.alert.alert-info .close {
  color: #222F74 ;
}
.dark-theme .alert.alert-info .close {
  color: #DADADA ;
}
.alert.alert-info a, .alert.alert-info .alert-link {
  color: #222F74 ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-info a, .dark-theme .alert.alert-info .alert-link {
  color: #DADADA ;
}
.alert.alert-info .is-icon {
  color: #222F74 ;
}
.dark-theme .alert.alert-info .is-icon {
  color: #2196F3 ;
}
.alert.alert-info svg.is-icon {
  fill: #222F74 ;
}
.dark-theme .alert.alert-info svg.is-icon {
  fill: #2196F3 ;
}
.alert.alert-success {
  color: #1E4620 ;
  background: #DBEFDB ;
}
.dark-theme .alert.alert-success {
  color: #DADADA ;
}
.dark-theme .alert.alert-success {
  background: #275827 ;
}
.alert.alert-success .close {
  color: #1E4620 ;
}
.dark-theme .alert.alert-success .close {
  color: #DADADA ;
}
.alert.alert-success a, .alert.alert-success .alert-link {
  color: #1E4620 ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-success a, .dark-theme .alert.alert-success .alert-link {
  color: #DADADA ;
}
.alert.alert-success .is-icon {
  color: #1E4620 ;
}
.dark-theme .alert.alert-success .is-icon {
  color: #4CAF50 ;
}
.alert.alert-success svg.is-icon {
  fill: #1E4620 ;
}
.dark-theme .alert.alert-success svg.is-icon {
  fill: #4CAF50 ;
}
.alert.alert-light {
  color: #333 ;
  background: #f5f5f5 ;
}
.dark-theme .alert.alert-light {
  color: #DADADA ;
}
.dark-theme .alert.alert-light {
  background: #636366 ;
}
.alert.alert-light .close {
  color: #333 ;
}
.dark-theme .alert.alert-light .close {
  color: #DADADA ;
}
.alert.alert-light a, .alert.alert-light .alert-link {
  color: #333 ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-light a, .dark-theme .alert.alert-light .alert-link {
  color: #DADADA ;
}
.alert a:hover, .alert a:focus, .alert-link:hover, .alert-link:focus {
  text-decoration: underline;
}
.alert .is-icon {
  margin-right: 12px;
}
.alert .btn-close {
  background-size: 10px;
}
.alert .close {
  font-weight: 400;
  opacity: 1;
}
.alert.alert-dismissible .close {
  position: static;
  padding: 0 0 0 10px;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 13px;
  border-radius: 13px;
  color: #333 ;
  border: 1px solid #999;
  background-color: #fff ;
  margin-bottom: 13px;
}
.dark-theme .tag {
  color: #DADADA ;
}
.dark-theme .tag {
  background-color: #3A3A3B ;
}
.tag-label {
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tag .close {
  font-size: 1rem;
  padding: 0 0 0 5px;
  background-color: transparent;
  border: none;
  line-height: 1;
  color: #000 ;
  text-shadow: 0 1px 0 #fff;
}
.dark-theme .tag .close {
  color: #DADADA ;
}
.dark-theme .tag .close {
  text-shadow: 0 1px 0 #3A3A3B;
}
.tag-badge {
  position: absolute;
  left: 100%;
  top: -11px;
  display: inline-block;
  height: 24px;
  min-width: 24px;
  padding: 0.143rem 0.286rem 0.214rem;
  margin-left: -15px;
  background-color: #384EC1;
  color: #fff ;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  border: 2px solid #fff;
  border-radius: 21px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.dark-theme .tag-badge {
  color: #DADADA ;
}
.dark-theme .tag-badge {
  border: 2px solid #999;
}
.tag + .tag {
  margin-left: 10px;
}
.tag.with-badge + .tag {
  margin-left: 18px;
}
a.tag {
  text-decoration: none;
  color: #333 ;
}
.dark-theme a.tag {
  color: #DADADA ;
}
a.tag:hover, a.tag:focus, a.tag:active {
  border-color: #384EC1 ;
}
.dark-theme a.tag:hover, .dark-theme a.tag:focus, .dark-theme a.tag:active {
  border-color: #4894FD ;
}

.tag.active {
  border-color: #384EC1;
}

.suggested-tags .tag {
  background-color: #fff ;
}
.dark-theme .suggested-tags .tag {
  background-color: #3A3A3B ;
}
.suggested-tags .tag .tag-label {
  display: inline-block;
}
.suggested-tags .tag .tag-label:before {
  content: "+";
  margin-right: 3px;
}
.suggested-tags .tag.selected {
  background-color: #E4E7F7 ;
}
.dark-theme .suggested-tags .tag.selected {
  background-color: #4A4A4C ;
}
.suggested-tags .tag.selected .tag-label:before {
  content: "✓";
}

.avatar {
  border-radius: 50%;
  object-position: top;
  object-fit: cover;
}
.avatar-xs {
  width: 20px;
  height: 20px;
}
.avatar-sm {
  width: 30px;
  height: 30px;
}
.avatar-md {
  width: 60px;
  height: 60px;
}
.avatar-lg {
  width: 102px;
  height: 102px;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.popover {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  font-size: 1rem;
  background-color: #fff ;
}
.dark-theme .popover {
  background-color: #2C2C2F ;
}
.popover .popover-body {
  background-color: #fff ;
  color: #333 ;
  border-radius: 4px;
}
.dark-theme .popover .popover-body {
  background-color: #2C2C2F ;
}
.dark-theme .popover .popover-body {
  color: #DADADA ;
}
.popover .popover-header,
.popover .popover-title {
  background-color: #fff ;
  border-bottom: 0;
  padding-top: 1rem;
}
.dark-theme .popover .popover-header,
.dark-theme .popover .popover-title {
  background-color: #2C2C2F ;
}
.popover .popover-menu-header {
  padding: 1rem 1rem;
}
.popover .popover-menu {
  min-width: 200px;
  padding: 0;
  font-size: 1rem;
}
.popover .popover-menu .dropdown-item {
  color: #333 ;
  padding: 0.45rem 1rem;
}
.dark-theme .popover .popover-menu .dropdown-item {
  color: #DADADA ;
}
.popover .popover-menu .dropdown-item:hover, .popover .popover-menu .dropdown-item:focus, .popover .popover-menu .dropdown-item.active {
  background-color: #ebebeb ;
  color: #384EC1 ;
}
.dark-theme .popover .popover-menu .dropdown-item:hover, .dark-theme .popover .popover-menu .dropdown-item:focus, .dark-theme .popover .popover-menu .dropdown-item.active {
  background-color: #48484A ;
}
.dark-theme .popover .popover-menu .dropdown-item:hover, .dark-theme .popover .popover-menu .dropdown-item:focus, .dark-theme .popover .popover-menu .dropdown-item.active {
  color: #65B1FF ;
}
.popover[data-popper-placement^=right] > .popover-arrow:before, .popover.right > .popover-arrow {
  border-right-color: rgba(0, 0, 0, 0.15) ;
}
.dark-theme .popover[data-popper-placement^=right] > .popover-arrow:before, .dark-theme .popover.right > .popover-arrow {
  border-right-color: #2C2C2F ;
}
.popover[data-popper-placement^=right] > .popover-arrow:after {
  border-right-color: #fff ;
}
.dark-theme .popover[data-popper-placement^=right] > .popover-arrow:after {
  border-right-color: #2C2C2F ;
}
.popover[data-popper-placement^=left] > .popover-arrow:before, .popover.left > .popover-arrow {
  border-left-color: rgba(0, 0, 0, 0.15) ;
}
.dark-theme .popover[data-popper-placement^=left] > .popover-arrow:before, .dark-theme .popover.left > .popover-arrow {
  border-left-color: #2C2C2F ;
}
.popover[data-popper-placement^=left] > .popover-arrow:after {
  border-left-color: #fff ;
}
.dark-theme .popover[data-popper-placement^=left] > .popover-arrow:after {
  border-left-color: #2C2C2F ;
}
.popover[data-popper-placement^=top] > .popover-arrow:before, .popover.top > .popover-arrow {
  border-top-color: rgba(0, 0, 0, 0.15) ;
}
.dark-theme .popover[data-popper-placement^=top] > .popover-arrow:before, .dark-theme .popover.top > .popover-arrow {
  border-top-color: #2C2C2F ;
}
.popover[data-popper-placement^=top] > .popover-arrow:after {
  border-top-color: #fff ;
}
.dark-theme .popover[data-popper-placement^=top] > .popover-arrow:after {
  border-top-color: #2C2C2F ;
}
.popover[data-popper-placement^=bottom] > .popover-arrow:before, .popover.bottom > .popover-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.15) ;
}
.dark-theme .popover[data-popper-placement^=bottom] > .popover-arrow:before, .dark-theme .popover.bottom > .popover-arrow {
  border-bottom-color: #2C2C2F ;
}
.popover[data-popper-placement^=bottom] > .popover-arrow:after {
  border-bottom-color: #fff ;
}
.dark-theme .popover[data-popper-placement^=bottom] > .popover-arrow:after {
  border-bottom-color: #2C2C2F ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.infotip {
  color: !important #999;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.dark-theme .infotip {
  color: !important #ACACAC;
}
.infotip > svg {
  width: 15px;
  height: 15px;
}
.infotip:hover, .infotip:focus {
  color: #999 ;
  text-decoration: none;
}
.dark-theme .infotip:hover, .dark-theme .infotip:focus {
  color: #ACACAC ;
}
.infotip.infotip-dark {
  color: #333 !important;
}
.infotip.infotip-dark:hover, .infotip.infotip-dark:focus {
  color: #333;
}
.infotip.infotip-dark > svg > path {
  fill: #333 !important;
}
.infotip.infotip-sm > svg {
  width: 12px;
  height: 12px;
}

button.infotip {
  background-color: transparent;
}

.infotip-container .popover, .infotip-container.popover {
  background: #000 !important;
  color: #fff ;
  border-color: #000;
}
.dark-theme .infotip-container .popover, .dark-theme .infotip-container.popover {
  color: #DADADA ;
}
.infotip-container .popover .popover-header, .infotip-container .popover .popover-title, .infotip-container.popover .popover-header, .infotip-container.popover .popover-title {
  padding: 0.75rem 1rem 0;
  background: #000 !important;
  font-size: 16px;
  border-bottom: 0;
}
.infotip-container .popover .popover-body, .infotip-container .popover .popover-content, .infotip-container.popover .popover-body, .infotip-container.popover .popover-content {
  background: #000 !important;
  color: #fff ;
  font-size: 14px;
  padding: 0.75rem 1rem;
}
.dark-theme .infotip-container .popover .popover-body, .dark-theme .infotip-container .popover .popover-content, .dark-theme .infotip-container.popover .popover-body, .dark-theme .infotip-container.popover .popover-content {
  color: #DADADA ;
}
.infotip-container .popover .popover-body a, .infotip-container .popover .popover-content a, .infotip-container.popover .popover-body a, .infotip-container.popover .popover-content a {
  color: #f5f5f5;
  text-decoration: underline;
}
.infotip-container .popover .popover-body a:hover, .infotip-container .popover .popover-body a:focus, .infotip-container .popover .popover-content a:hover, .infotip-container .popover .popover-content a:focus, .infotip-container.popover .popover-body a:hover, .infotip-container.popover .popover-body a:focus, .infotip-container.popover .popover-content a:hover, .infotip-container.popover .popover-content a:focus {
  color: #fff ;
}
.dark-theme .infotip-container .popover .popover-body a:hover, .dark-theme .infotip-container .popover .popover-body a:focus, .dark-theme .infotip-container .popover .popover-content a:hover, .dark-theme .infotip-container .popover .popover-content a:focus, .dark-theme .infotip-container.popover .popover-body a:hover, .dark-theme .infotip-container.popover .popover-body a:focus, .dark-theme .infotip-container.popover .popover-content a:hover, .dark-theme .infotip-container.popover .popover-content a:focus {
  color: #DADADA ;
}
.infotip-container .popover[data-popper-placement^=right] > .popover-arrow:after, .infotip-container .popover.right > .popover-arrow:after, .infotip-container.popover[data-popper-placement^=right] > .popover-arrow:after, .infotip-container.popover.right > .popover-arrow:after {
  border-right-color: #000;
}
.infotip-container .popover[data-popper-placement^=left] > .popover-arrow:after, .infotip-container .popover.left > .popover-arrow:after, .infotip-container.popover[data-popper-placement^=left] > .popover-arrow:after, .infotip-container.popover.left > .popover-arrow:after {
  border-left-color: #000;
}
.infotip-container .popover[data-popper-placement^=top] > .popover-arrow:after, .infotip-container .popover.top > .popover-arrow:after, .infotip-container.popover[data-popper-placement^=top] > .popover-arrow:after, .infotip-container.popover.top > .popover-arrow:after {
  border-top-color: #000;
}
.infotip-container .popover[data-popper-placement^=bottom] > .popover-arrow:after, .infotip-container .popover.bottom > .popover-arrow:after, .infotip-container.popover[data-popper-placement^=bottom] > .popover-arrow:after, .infotip-container.popover.bottom > .popover-arrow:after {
  border-bottom-color: #000;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.checkbox-btn-group .btn {
  text-align: left;
  margin-bottom: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkbox-btn-group .btn > input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.checkbox-btn-group .btn.btn-tag {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  color: #333 ;
  background-color: #E8E8E8 ;
  border: none;
  box-shadow: none;
  padding: 8px 20px;
  margin-right: 10px;
  height: 36px;
  max-width: 320px;
}
.dark-theme .checkbox-btn-group .btn.btn-tag {
  color: #DADADA ;
}
.dark-theme .checkbox-btn-group .btn.btn-tag {
  background-color: #636366 ;
}
.checkbox-btn-group .btn.btn-tag.checkbox-btn-sm {
  height: 32px;
  padding: 6px 16px;
  margin-left: 0;
}
.checkbox-btn-group .btn.btn-tag .check-mark {
  background: #666 ;
  height: 10px;
  position: relative;
  width: 2px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 10px;
}
.dark-theme .checkbox-btn-group .btn.btn-tag .check-mark {
  background: #999 ;
}
.checkbox-btn-group .btn.btn-tag .check-mark:after {
  background: #666 ;
  content: "";
  height: 2px;
  left: -4px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.dark-theme .checkbox-btn-group .btn.btn-tag .check-mark:after {
  background: #999 ;
}
.checkbox-btn-group .btn.btn-tag input[type=checkbox]:checked ~ .check-mark {
  background-color: transparent;
  border-color: transparent;
}
.checkbox-btn-group .btn.btn-tag input[type=checkbox]:checked ~ .check-mark:after {
  display: block;
  content: "";
  top: -2px;
  left: -2px;
  width: 6px;
  height: 12px;
  border: solid #384EC1;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
}
.dark-theme .checkbox-btn-group .btn.btn-tag input[type=checkbox]:checked ~ .check-mark:after {
  border: solid #4894FD;
}
.checkbox-btn-group .btn.btn-tag:active:not(.disabled), .checkbox-btn-group .btn.btn-tag.active:not(.disabled) {
  color: #384EC1 ;
  border: none;
  background-color: #E4E7F7 ;
}
.dark-theme .checkbox-btn-group .btn.btn-tag:active:not(.disabled), .dark-theme .checkbox-btn-group .btn.btn-tag.active:not(.disabled) {
  color: #65B1FF ;
}
.dark-theme .checkbox-btn-group .btn.btn-tag:active:not(.disabled), .dark-theme .checkbox-btn-group .btn.btn-tag.active:not(.disabled) {
  background-color: #4A4A4C ;
}
.checkbox-btn-group .btn.btn-tag:focus-within {
  box-shadow: 0 0 0 0.15rem rgba(56, 78, 193, 0.25);
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.btn {
  padding: 6px 16px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid transparent;
}
.btn:focus-visible {
  border-color: #384EC1 !important;
}
.dark-theme .btn:focus-visible {
  border-color: #4894FD !important;
}
.btn:not(.btn-outline):hover, .btn:not(.btn-outline):active {
  border-color: transparent !important;
}
.btn:disabled, .btn.disabled {
  opacity: 0.65;
  border-color: transparent;
}
.btn.btn-primary {
  background-color: #384EC1;
  border-color: #384EC1;
  color: #fff;
}
.btn.btn-primary:not(:disabled):not(.disabled):hover, .btn.btn-primary:not(:disabled):not(.disabled):focus, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #273686;
  border-color: #273686;
  color: #fff;
}
.btn.btn-primary > svg {
  fill: #fff;
}
.btn.btn-link {
  color: #384EC1 ;
}
.dark-theme .btn.btn-link {
  color: #65B1FF ;
}
.btn.btn-link-secondary {
  color: #343A40 ;
}
.dark-theme .btn.btn-link-secondary {
  color: #DADADA ;
}
.btn.btn-secondary {
  background-color: #E4E7F7 ;
  border-color: #E4E7F7 ;
  color: #384EC1 ;
}
.dark-theme .btn.btn-secondary {
  background-color: #636366 ;
}
.dark-theme .btn.btn-secondary {
  border-color: #636366 ;
}
.dark-theme .btn.btn-secondary {
  color: #EEE ;
}
.btn.btn-secondary:not(:disabled):not(.disabled):hover, .btn.btn-secondary:not(:disabled):not(.disabled):focus, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #a9b3e6;
  border-color: #a9b3e6;
  color: #273686;
}
.dark-theme .btn.btn-secondary:not(:disabled):not(.disabled):hover, .dark-theme .btn.btn-secondary:not(:disabled):not(.disabled):focus, .dark-theme .btn.btn-secondary:not(:disabled):not(.disabled):active, .dark-theme .btn.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #4a4a4c;
  border-color: #4a4a4c;
  color: #d5d5d5;
}
.btn.btn-dark {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-dark:not(:disabled):not(.disabled):hover, .btn.btn-dark:not(:disabled):not(.disabled):focus, .btn.btn-dark:not(:disabled):not(.disabled):active, .btn.btn-dark:not(:disabled):not(.disabled).active {
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  color: #fff;
}
.btn.btn-default {
  color: #333 ;
}
.dark-theme .btn.btn-default {
  color: #DADADA ;
}
.btn.btn-light {
  background-color: #f5f5f5 ;
  border-color: #f5f5f5 ;
  color: #333 ;
}
.dark-theme .btn.btn-light {
  background-color: #636366 ;
}
.dark-theme .btn.btn-light {
  border-color: #636366 ;
}
.dark-theme .btn.btn-light {
  color: #EEE ;
}
.btn.btn-light:not(:disabled):not(.disabled):hover, .btn.btn-light:not(:disabled):not(.disabled):focus, .btn.btn-light:not(:disabled):not(.disabled):active, .btn.btn-light:not(:disabled):not(.disabled).active {
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  color: #0d0d0d;
}
.dark-theme .btn.btn-light:not(:disabled):not(.disabled):hover, .dark-theme .btn.btn-light:not(:disabled):not(.disabled):focus, .dark-theme .btn.btn-light:not(:disabled):not(.disabled):active, .dark-theme .btn.btn-light:not(:disabled):not(.disabled).active {
  background-color: #4a4a4c;
  border-color: #4a4a4c;
  color: #d5d5d5;
}
.btn.btn-danger {
  background-color: #BF2C04 !important;
  border-color: #BF2C04 ;
  color: #fff ;
}
.dark-theme .btn.btn-danger {
  background-color: #FB5629 !important;
}
.dark-theme .btn.btn-danger {
  border-color: #FB5629 ;
}
.dark-theme .btn.btn-danger {
  color: #DADADA ;
}
.btn.btn-danger:not(:disabled):not(.disabled):hover, .btn.btn-danger:not(:disabled):not(.disabled):focus, .btn.btn-danger:not(:disabled):not(.disabled):active, .btn.btn-danger:not(:disabled):not(.disabled).active {
  background-color: #ed3604;
  border-color: #ed3604;
  color: #fff;
}
.btn.btn-warning {
  background-color: #FF9800;
  border-color: #FF9800;
  color: #fff;
}
.btn.btn-warning:not(:disabled):not(.disabled):hover, .btn.btn-warning:not(:disabled):not(.disabled):focus, .btn.btn-warning:not(:disabled):not(.disabled):active, .btn.btn-warning:not(:disabled):not(.disabled).active {
  background-color: #b36a00;
  border-color: #b36a00;
  color: #fff;
}
.btn.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #fff;
}
.btn.btn-success:not(:disabled):not(.disabled):hover, .btn.btn-success:not(:disabled):not(.disabled):focus, .btn.btn-success:not(:disabled):not(.disabled):active, .btn.btn-success:not(:disabled):not(.disabled).active {
  background-color: #357a38;
  border-color: #357a38;
  color: #fff;
}
.btn.btn-cancel {
  color: #333 ;
}
.dark-theme .btn.btn-cancel {
  color: #DADADA ;
}
.btn.btn-cancel:hover, .btn.btn-cancel:focus {
  color: #384EC1 !important;
}
.dark-theme .btn.btn-cancel:hover, .dark-theme .btn.btn-cancel:focus {
  color: #65B1FF !important;
}
.btn.btn-xs {
  font-size: 12px;
  padding: 5px 9px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 5px 16px;
}
.btn.btn-lg {
  font-size: 14px;
  padding: 6px 30px;
}
.btn.btn-xl {
  font-size: 16px;
  padding: 8px 40px;
}
.btn.btn-gray {
  background-color: #ddd ;
  border-color: #ddd ;
  color: #333 ;
}
.dark-theme .btn.btn-gray {
  background-color: #636366 ;
}
.dark-theme .btn.btn-gray {
  border-color: #636366 ;
}
.dark-theme .btn.btn-gray {
  color: #EEE ;
}
.btn.btn-gray:not(:disabled):not(.disabled):hover, .btn.btn-gray:not(:disabled):not(.disabled):focus, .btn.btn-gray:not(:disabled):not(.disabled):active, .btn.btn-gray:not(:disabled):not(.disabled).active {
  background-color: #b7b7b7;
  border-color: #b7b7b7;
  color: #0d0d0d;
}
.dark-theme .btn.btn-gray:not(:disabled):not(.disabled):hover, .dark-theme .btn.btn-gray:not(:disabled):not(.disabled):focus, .dark-theme .btn.btn-gray:not(:disabled):not(.disabled):active, .dark-theme .btn.btn-gray:not(:disabled):not(.disabled).active {
  background-color: #4a4a4c;
  border-color: #4a4a4c;
  color: #d5d5d5;
}
.dark-theme .btn.btn-gray > svg {
  fill: #E5E5E5;
}
.btn.btn-gray > svg {
  fill: #666;
}
.btn.active {
  border-color: transparent;
}

.dark-theme .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.btn-nest .dropdown-toggle {
  padding-left: 0.6rem;
  padding-right: 0.7rem;
  margin-left: 2px;
}
.btn-nest .dropdown-toggle:after {
  vertical-align: 0.2em;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.btn-nest .dropdown-toggle + .dropdown-menu {
  left: auto !important;
  right: 2px !important;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.form-control-lg {
  font-size: 1rem;
  min-height: 42px;
}

.form-control {
  background-color: #F0F2F5 ;
  color: #333 ;
  border: 1px solid #d2d4db;
  border-radius: 4px;
}
.dark-theme .form-control {
  background-color: #333 ;
}
.dark-theme .form-control {
  color: #DADADA ;
}
.dark-theme .form-control {
  border: 1px solid #48484a;
}
.form-control:focus {
  color: #333 ;
  background-color: #F0F2F5 ;
}
.dark-theme .form-control:focus {
  color: #DADADA ;
}
.dark-theme .form-control:focus {
  background-color: #333 ;
}
.form-control:focus-within {
  border: 1px solid #d2d4db;
}
.dark-theme .form-control:focus-within {
  border: 1px solid #48484a;
}
.form-control::placeholder {
  color: #666 ;
}
.dark-theme .form-control::placeholder {
  color: #aaa ;
}
.panel-custom .form-control {
  background-color: #F0F2F5 ;
  color: #333 ;
  border: 1px solid #E5E5E5;
}
.dark-theme .panel-custom .form-control {
  background-color: #333 ;
}
.dark-theme .panel-custom .form-control {
  color: #DADADA ;
}
.dark-theme .panel-custom .form-control {
  border: 1px solid #48484a;
}
.panel-custom .form-control:focus {
  background-color: #F0F2F5 ;
}
.dark-theme .panel-custom .form-control:focus {
  background-color: #333 ;
}

.has-error .control-label,
.has-error .help-block,
.has-error > label,
.has-error > .ideascale-switch {
  color: #BF2C04 ;
}
.dark-theme .has-error .control-label,
.dark-theme .has-error .help-block,
.dark-theme .has-error > label,
.dark-theme .has-error > .ideascale-switch {
  color: #FB5629 ;
}
.has-error .form-control,
.has-error .custom-input-group,
.has-error .ideascale-select {
  border: 1px solid;
  border-radius: 4px;
  border-color: #BF2C04 !important;
  background-color: rgba(244, 67, 54, 0.02);
  box-shadow: none;
}
.dark-theme .has-error .form-control,
.dark-theme .has-error .custom-input-group,
.dark-theme .has-error .ideascale-select {
  border-color: #FB5629 !important;
}
.has-error .ql-editor:not(.ql-render) {
  background-color: rgba(244, 67, 54, 0.02) !important;
}
.has-error .input-group .input-group-text {
  box-shadow: none;
  border: 1px solid #BF2C04;
  border-right: 0 !important;
}
.dark-theme .has-error .input-group .input-group-text {
  border: 1px solid #FB5629;
}
.has-error .custom-input-group-prepend .input-group-text {
  background: #fffcfb !important;
}
.dark-theme .has-error .custom-input-group-prepend .input-group-text {
  background: #3f3a3b !important;
}

.is-invalid {
  background-color: rgba(244, 67, 54, 0.02);
  border: 1px solid;
  border-color: #BF2C04 !important;
  box-shadow: none;
}
.dark-theme .is-invalid {
  border-color: #FB5629 !important;
}

.is-invalid-label,
.invalid-feedback {
  color: #BF2C04 ;
}
.dark-theme .is-invalid-label,
.dark-theme .invalid-feedback {
  color: #FB5629 ;
}

.user-instruction-container .see-more {
  color: #343A40 ;
}
.dark-theme .user-instruction-container .see-more {
  color: #DADADA ;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group .list-group-item {
  background-color: #F0F2F5 !important;
  border-color: #ddd !important;
}
.dark-theme .form-group .list-group-item {
  background-color: #333 !important;
}
.dark-theme .form-group .list-group-item {
  border-color: #48484a !important;
}

label {
  margin-bottom: 0.5rem;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.select2-container.select2-container--open .select2-selection {
  box-shadow: 0 0 0 0.15rem rgba(56, 78, 193, 0.25) !important;
}
.select2-container .select2-selection {
  border-radius: 4px !important;
  background-color: #F0F2F5 ;
  border-color: #d2d4db ;
}
.dark-theme .select2-container .select2-selection {
  background-color: #333 ;
}
.dark-theme .select2-container .select2-selection {
  border-color: #48484a ;
}
.select2-container .select2-selection .select2-selection__rendered {
  color: #333 !important;
}
.dark-theme .select2-container .select2-selection .select2-selection__rendered {
  color: #DADADA !important;
}
.select2-container .select2-selection__placeholder {
  color: #666 !important;
}
.dark-theme .select2-container .select2-selection__placeholder {
  color: #aaa !important;
}
.select2-container .select2-search--inline .select2-search__field {
  color: #333 ;
}
.dark-theme .select2-container .select2-search--inline .select2-search__field {
  color: #DADADA ;
}

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

.select2-container--open,
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 4px;
}

.select2-dropdown {
  border: 1px solid;
  border-color: #ddd !important;
  background-color: #fff ;
  color: #212529 ;
}
.dark-theme .select2-dropdown {
  border-color: #48484a !important;
}
.dark-theme .select2-dropdown {
  background-color: #3A3A3B ;
}
.dark-theme .select2-dropdown {
  color: #DADADA ;
}
.select2-dropdown:not(.filter-via-select-dropdown) {
  top: 7px;
  border-top: 1px solid #ddd;
}
.dark-theme .select2-dropdown:not(.filter-via-select-dropdown) {
  border-top: 1px solid #48484a;
}
.select2-dropdown.select2-dropdown--above {
  top: 0;
}

.select2-search--dropdown {
  padding: 7px 7px 0;
}

.select2-container--default .select2-results {
  padding: 7px;
}
.select2-container--default .select2-search--dropdown {
  padding: 7px 7px 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #F0F2F5 ;
  color: #333 ;
  padding-left: 8px !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.025);
  border: 0;
  border-radius: 4px;
  outline: 0;
  min-height: 30px;
}
.dark-theme .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #333 ;
}
.dark-theme .select2-container--default .select2-search--dropdown .select2-search__field {
  color: #DADADA ;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #666 transparent transparent transparent !important;
  margin-top: -1px !important;
}
.dark-theme .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #666 transparent !important ;
}
.dark-theme .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent !important ;
}
.select2-container--default .select2-results__group {
  font-weight: 700;
  color: #696A6E ;
}
.dark-theme .select2-container--default .select2-results__group {
  color: #DADADA ;
}
.select2-container--default .select2-results__group:empty {
  display: none;
}
.select2-container--default .select2-results__group:not(:empty) + .select2-results__options--nested .select2-results__option {
  padding-left: 22px;
}
.select2-container--default .select2-dropdown:not(.filter-via-select-dropdown) .select2-search--dropdown {
  padding: 0 !important;
}
.select2-container--default .select2-dropdown:not(.filter-via-select-dropdown) .select2-search--dropdown .select2-search__field {
  color: #333 ;
  position: absolute;
  top: -40px;
  left: -1px;
  width: calc(100% - 20px);
  padding-left: 11px !important;
  box-shadow: none;
}
.dark-theme .select2-container--default .select2-dropdown:not(.filter-via-select-dropdown) .select2-search--dropdown .select2-search__field {
  color: #DADADA ;
}
.select2-container--default .select2-dropdown:not(.filter-via-select-dropdown) .select2-search--dropdown .select2-search__field:empty {
  background: transparent;
}
.select2-container--default .select2-dropdown:not(.filter-via-select-dropdown).select2-dropdown--above .select2-search--dropdown .select2-search__field {
  top: auto;
  bottom: -33px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ebebeb ;
  border-radius: 4px;
  color: inherit;
}
.dark-theme .select2-container--default .select2-results__option[aria-selected=true],
.dark-theme .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #48484A ;
}

.select2-results .select2-results__option,
.select2-results .select2-results__option .select2-results__group {
  padding: 6px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 10px;
  margin-top: 6px;
  padding: 0 3px 0 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #384EC1 ;
  border: 1px solid #384EC1;
  color: #fff;
}
.dark-theme .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #4894FD ;
}
.dark-theme .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  border: 1px solid #4894FD;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.ideascale-select > div:first-of-type {
  border-color: #d2d4db ;
  background-color: #F0F2F5 ;
  color: #333 ;
  cursor: pointer;
}
.dark-theme .ideascale-select > div:first-of-type {
  border-color: #48484a ;
}
.dark-theme .ideascale-select > div:first-of-type {
  background-color: #333 ;
}
.dark-theme .ideascale-select > div:first-of-type {
  color: #DADADA ;
}
.ideascale-select > div:first-of-type div[class$=-singleValue],
.ideascale-select > div:first-of-type div[class$=-Input],
.ideascale-select > div:first-of-type input {
  color: #333 !important;
}
.dark-theme .ideascale-select > div:first-of-type div[class$=-singleValue],
.dark-theme .ideascale-select > div:first-of-type div[class$=-Input],
.dark-theme .ideascale-select > div:first-of-type input {
  color: #DADADA !important;
}
.ideascale-select > div:first-of-type div[class$=-placeholder] {
  color: #666 ;
}
.dark-theme .ideascale-select > div:first-of-type div[class$=-placeholder] {
  color: #aaa ;
}
.ideascale-select .ideascale-select__indicators .btn.btn-select-clear {
  color: #333 ;
}
.dark-theme .ideascale-select .ideascale-select__indicators .btn.btn-select-clear {
  color: #DADADA ;
}
.ideascale-select .ideascale-select-menu {
  background-color: #fff ;
  color: #333 ;
}
.dark-theme .ideascale-select .ideascale-select-menu {
  background-color: #3A3A3B ;
}
.dark-theme .ideascale-select .ideascale-select-menu {
  color: #DADADA ;
}
.ideascale-select .ideascale-select-menu > div {
  padding: 7px 12px;
}
.ideascale-select .custom-option {
  width: 100%;
  padding: 7px 15px;
  border-radius: 4px;
  cursor: pointer;
}
.ideascale-select .custom-option:hover, .ideascale-select .custom-option:focus, .ideascale-select .custom-option.option-selected, .ideascale-select .custom-option.option-focused {
  background-color: #ebebeb ;
  color: inherit;
}
.dark-theme .ideascale-select .custom-option:hover, .dark-theme .ideascale-select .custom-option:focus, .dark-theme .ideascale-select .custom-option.option-selected, .dark-theme .ideascale-select .custom-option.option-focused {
  background-color: #48484A ;
}
.ideascale-select .custom-option .option-label {
  word-break: break-word;
}
.ideascale-select .option-group {
  padding: 0;
}
.ideascale-select .option-group.has-group-name {
  padding-top: 8px;
}
.ideascale-select .option-group.has-group-name .custom-option {
  padding-left: 22px;
}
.ideascale-select .option-group-heading {
  color: #696A6E ;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
}
.dark-theme .ideascale-select .option-group-heading {
  color: #DADADA ;
}
.ideascale-select .option-group-heading span span {
  white-space: nowrap;
}
.ideascale-select .option-icon img {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.ideascale-select .multi-value-wrap {
  margin-right: 5px;
}
.ideascale-select .multi-value {
  background-color: #384EC1 ;
  color: #fff;
  font-size: 1rem;
  padding: 1px 3px;
  border-radius: 4px;
  white-space: normal;
  word-break: break-word;
}
.dark-theme .ideascale-select .multi-value {
  background-color: #4894FD ;
}
.ideascale-select .multi-value:hover, .ideascale-select .multi-value:focus {
  background-color: #384EC1 ;
  color: #fff;
}
.dark-theme .ideascale-select .multi-value:hover, .dark-theme .ideascale-select .multi-value:focus {
  background-color: #4894FD ;
}
.ideascale-select .multi-value svg {
  cursor: pointer;
  fill: #fff;
}
.ideascale-select .tag {
  margin: 2px;
  background-color: #fff ;
}
.dark-theme .ideascale-select .tag {
  background-color: #3A3A3B ;
}
.ideascale-select__menu-list::-webkit-scrollbar {
  width: 6px;
}
.ideascale-select__menu-list::-webkit-scrollbar-track {
  background: transparent;
}
.ideascale-select__menu-list::-webkit-scrollbar-thumb {
  background: #C0C0C0 ;
  border-radius: 4px;
  opacity: 0.75;
}
.dark-theme .ideascale-select__menu-list::-webkit-scrollbar-thumb {
  background: #5F5F5F ;
}
.ideascale-select__menu-list::-webkit-scrollbar-thumb:hover {
  background: #C0C0C0 ;
}
.dark-theme .ideascale-select__menu-list::-webkit-scrollbar-thumb:hover {
  background: #5F5F5F ;
}
.ideascale-select .no-option {
  color: #333 ;
}
.dark-theme .ideascale-select .no-option {
  color: #DADADA ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
}
.custom-checkbox.label-left {
  padding-left: 0;
  padding-right: 26px;
}
.custom-checkbox.label-left .check-mark {
  left: auto;
  right: 0;
}
.custom-checkbox.disabled {
  cursor: default;
  pointer-events: none;
}
.custom-checkbox > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox .check-mark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid;
  border-color: #333 ;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.dark-theme .custom-checkbox .check-mark {
  border-color: #999 ;
}
.custom-checkbox .check-mark:after {
  position: absolute;
  top: 0;
  left: 4px;
  width: 6px;
  height: 11px;
}
.custom-checkbox:hover > input ~ .check-mark, .custom-checkbox:focus > input ~ .check-mark, .custom-checkbox:focus-within > input ~ .check-mark {
  border-color: #384EC1;
}
.custom-checkbox > input:checked ~ .check-mark {
  background-color: #384EC1;
  border-color: transparent;
}
.custom-checkbox > input:checked ~ .check-mark:after {
  display: block;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(1.1);
}
.custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox .check-mark {
  border-radius: 2px;
}
.custom-checkbox .check-mark:focus {
  box-shadow: 0 0 0 0.15rem rgba(56, 78, 193, 0.25);
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.ideascale-custom-checkbox.label-left {
  padding-left: 0;
  padding-right: 26px;
}
.ideascale-custom-checkbox.label-left .check-mark {
  left: auto;
  right: 0;
}
.ideascale-custom-checkbox.disabled {
  cursor: default;
  pointer-events: none;
}
.ideascale-custom-checkbox > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ideascale-custom-checkbox label {
  position: relative;
  min-height: 18px;
  min-width: 18px;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
}
.ideascale-custom-checkbox .check-mark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid;
  border-color: #333 ;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.dark-theme .ideascale-custom-checkbox .check-mark {
  border-color: #999 ;
}
.ideascale-custom-checkbox .check-mark:after {
  position: absolute;
  top: 0;
  left: 4px;
  width: 6px;
  height: 11px;
}
.ideascale-custom-checkbox:hover .check-mark, .ideascale-custom-checkbox:focus .check-mark, .ideascale-custom-checkbox:focus-within .check-mark {
  border-color: #384EC1;
}
.ideascale-custom-checkbox > input:focus-visible + label {
  box-shadow: 0 0 0 0.15rem rgba(56, 78, 193, 0.25);
}
.ideascale-custom-checkbox > input:checked + label .check-mark {
  background-color: #384EC1;
  border-color: transparent;
}
.ideascale-custom-checkbox > input:checked + label .check-mark:after {
  display: block;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(1.1);
}
.ideascale-custom-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.ideascale-custom-checkbox .check-mark {
  border-radius: 2px;
}
.ideascale-custom-checkbox .check-mark:focus {
  box-shadow: 0 0 0 0.15rem rgba(56, 78, 193, 0.25);
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
.form-check {
  padding-left: 0;
}
.form-check input[type=radio],
.form-check .form-check-input {
  position: absolute;
  opacity: 0;
  width: auto;
}
.form-check input[type=radio] + label,
.form-check .form-check-label {
  position: relative;
  display: block;
  font-size: 1rem;
  min-height: 1.5rem;
  padding-left: 2rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  color: #333 ;
}
.dark-theme .form-check input[type=radio] + label,
.dark-theme .form-check .form-check-label {
  color: #DADADA ;
}
.form-check input[type=radio] + label:before, .form-check input[type=radio] + label:after,
.form-check .form-check-label:before,
.form-check .form-check-label:after {
  content: "";
  display: block;
  position: absolute;
}
.form-check input[type=radio] + label:before,
.form-check .form-check-label:before {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  background-color: #fff ;
  border-color: #333 ;
}
.dark-theme .form-check input[type=radio] + label:before,
.dark-theme .form-check .form-check-label:before {
  background-color: #333 ;
}
.dark-theme .form-check input[type=radio] + label:before,
.dark-theme .form-check .form-check-label:before {
  border-color: #999 ;
}
.form-check input[type=radio] + label:after,
.form-check .form-check-label:after {
  opacity: 0;
}
.form-check input[type=radio] + label:empty,
.form-check .form-check-label:empty {
  padding-left: 1.5rem;
}
.form-check input[type=radio] + label:before, .form-check input[type=radio] + label:after {
  border-radius: 50%;
}
.form-check input[type=radio] + label:after {
  top: 6px;
  left: 5px;
  width: 8px;
  height: 8px;
}
.form-check input[type=radio]:disabled + label,
.form-check .form-check-input:disabled ~ .form-check-label {
  color: #555 ;
}
.dark-theme .form-check input[type=radio]:disabled + label,
.dark-theme .form-check .form-check-input:disabled ~ .form-check-label {
  color: #ACACAC ;
}
.form-check input[type=radio]:disabled + label:before,
.form-check .form-check-input:disabled ~ .form-check-label:before {
  border-color: #999 ;
}
.dark-theme .form-check input[type=radio]:disabled + label:before,
.dark-theme .form-check .form-check-input:disabled ~ .form-check-label:before {
  border-color: #666 ;
}
.form-check input[type=radio]:disabled + label:after,
.form-check .form-check-input:disabled ~ .form-check-label:after {
  background-color: #999;
}
.form-check input[type=radio] + label {
  border-radius: 4px;
}
.form-check input[type=radio]:not([disabled]) + label:hover:before,
.form-check .form-check-input:not([disabled]) ~ .form-check-label:hover:before {
  border-color: #384EC1 ;
}
.dark-theme .form-check input[type=radio]:not([disabled]) + label:hover:before,
.dark-theme .form-check .form-check-input:not([disabled]) ~ .form-check-label:hover:before {
  border-color: #4894FD ;
}
.form-check input[type=radio]:checked + label:before {
  border-color: #384EC1 ;
}
.dark-theme .form-check input[type=radio]:checked + label:before {
  border-color: #4894FD ;
}
.form-check input[type=radio]:checked + label:after {
  background-color: #384EC1 ;
  opacity: 1;
}
.dark-theme .form-check input[type=radio]:checked + label:after {
  background-color: #4894FD ;
}
.form-check input[type=radio]:focus-visible + label {
  outline: 1px solid #384EC1;
}
.dark-theme .form-check input[type=radio]:focus-visible + label {
  outline: 1px solid #4894FD;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.ideascale-switch {
  position: relative;
}
.ideascale-switch input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.ideascale-switch input[type=checkbox]:focus-visible + label {
  box-shadow: 0 0 0 0.15rem rgba(56, 78, 193, 0.25);
}
.ideascale-switch input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.ideascale-switch input[type=checkbox][disabled] ~ label .ideascale-switch-switch {
  opacity: 0.4;
}
.ideascale-switch input[type=checkbox]:checked ~ label .ideascale-switch-switch:before {
  content: attr(data-unchecked-text);
  right: 2px;
}
.ideascale-switch input[type=checkbox]:checked ~ label .ideascale-switch-switch:after {
  content: attr(data-checked-text);
}
.ideascale-switch label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none !important;
  border-radius: 4px;
}
.ideascale-switch label .ideascale-switch-label-text {
  flex: 1;
}
.ideascale-switch label .ideascale-switch-switch {
  position: relative;
  overflow: hidden;
  margin-left: 0.5rem;
  font-style: normal;
}
.ideascale-switch label .ideascale-switch-switch:before {
  content: attr(data-checked-text);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.ideascale-switch label .ideascale-switch-switch:after {
  content: attr(data-unchecked-text);
  position: absolute;
  z-index: 4;
  text-transform: uppercase;
  text-align: center;
  transform: translate3d(15px, 0, 0);
}

.ideascale-switch input[type=checkbox][disabled] ~ label {
  color: #555 ;
}
.dark-theme .ideascale-switch input[type=checkbox][disabled] ~ label {
  color: #ACACAC ;
}

.ideascale-switch input[type=checkbox]:checked ~ label .ideascale-switch-switch {
  background-color: #384EC1;
}

.ideascale-switch input[type=checkbox]:checked ~ label .ideascale-switch-switch:after {
  color: #fff ;
}
.dark-theme .ideascale-switch input[type=checkbox]:checked ~ label .ideascale-switch-switch:after {
  color: #DADADA ;
}

.ideascale-switch label .ideascale-switch-label-text {
  flex: 1;
}

.ideascale-switch label .ideascale-switch-switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #aaaaaa ;
  cursor: pointer;
}
.dark-theme .ideascale-switch label .ideascale-switch-switch {
  background: #636366 ;
}

.ideascale-switch label .ideascale-switch-switch:before {
  color: #fff ;
}
.dark-theme .ideascale-switch label .ideascale-switch-switch:before {
  color: #DADADA ;
}

.ideascale-switch label .ideascale-switch-switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #fff ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.dark-theme .ideascale-switch label .ideascale-switch-switch:after {
  color: #DADADA ;
}

.ideascale-switch input[type=checkbox]:focus ~ label .ideascale-switch-switch:after,
.ideascale-switch input[type=checkbox]:hover ~ label .ideascale-switch-switch:after {
  box-shadow: none;
}

.ideascale-switch input[type=checkbox]:checked ~ label .ideascale-switch-switch:after {
  transform: translate3d(-4px, 0, 0);
}

.ideascale-switch input[type=checkbox]:checked:focus ~ label .ideascale-switch-switch:after,
.ideascale-switch input[type=checkbox]:checked:hover ~ label .ideascale-switch-switch:after {
  box-shadow: none;
}

.ideascale-switch label .ideascale-switch-switch {
  height: 24px;
  font-weight: 700;
  flex: 0 0 60px;
  border-radius: 2rem;
}

.ideascale-switch label .ideascale-switch-switch:before {
  font-size: 0;
  line-height: 20px;
  padding: 0 10px;
  background: #fff ;
  border-radius: 50%;
  top: 2px;
  right: 63%;
  transition: all 0.3s ease;
}
.dark-theme .ideascale-switch label .ideascale-switch-switch:before {
  background: #DADADA ;
}

.ideascale-switch label .ideascale-switch-switch:after {
  top: 2px;
  left: 4px;
  border-radius: 0.25rem;
  width: 40px;
  line-height: 20px;
  font-size: 12px;
}

.ideascale-switch label .ideascale-switch-switch:hover:after {
  box-shadow: none;
}

.switch-border-bottom-1 > .ideascale-switch {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.dark-theme .switch-border-bottom-1 > .ideascale-switch {
  border-bottom: 1px solid #48484a;
}

.dark-mode-toggle .ideascale-switch {
  width: 50px;
}
.dark-mode-toggle .ideascale-switch .ideascale-switch-switch {
  background-color: #999 ;
  flex: 0 0 50px;
}
.dark-theme .dark-mode-toggle .ideascale-switch .ideascale-switch-switch {
  background-color: #999 ;
}
.dark-mode-toggle .ideascale-switch .ideascale-switch-switch[data-checked-text]:after,
.dark-mode-toggle .ideascale-switch .ideascale-switch-switch [data-unchecked-text]:after {
  display: none;
}
.dark-mode-toggle .ideascale-switch .ideascale-switch-switch:before {
  right: 55%;
  background-color: #606060 ;
}
.dark-theme .dark-mode-toggle .ideascale-switch .ideascale-switch-switch:before {
  background-color: #fff ;
}
.dark-mode-toggle .ideascale-switch input[type=checkbox]:checked + label .ideascale-switch-switch {
  background-color: #999 ;
}
.dark-theme .dark-mode-toggle .ideascale-switch input[type=checkbox]:checked + label .ideascale-switch-switch {
  background-color: #999 ;
}
.dark-mode-toggle .ideascale-switch input[type=checkbox]:checked + label .ideascale-switch-switch:before {
  background-color: #606060 ;
}
.dark-theme .dark-mode-toggle .ideascale-switch input[type=checkbox]:checked + label .ideascale-switch-switch:before {
  background-color: #fff ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.flatpickr-calendar {
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff ;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08) ;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08) ;
}
.dark-theme .flatpickr-calendar {
  background: #3A3A3B ;
}
.dark-theme .flatpickr-calendar {
  -webkit-box-shadow: 1px 0 0 #48484a, -1px 0 0 #48484a, 0 1px 0 #48484a, 0 -1px 0 #48484a, 0 3px 13px rgba(0, 0, 0, 0.08) ;
}
.dark-theme .flatpickr-calendar {
  box-shadow: 1px 0 0 #48484a, -1px 0 0 #48484a, 0 1px 0 #48484a, 0 -1px 0 #48484a, 0 3px 13px rgba(0, 0, 0, 0.08) ;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6 ;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6 ;
}
.dark-theme .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #48484a, 5px 0 0 #48484a ;
}
.dark-theme .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #48484a, 5px 0 0 #48484a ;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6 ;
}
.dark-theme .flatpickr-calendar.arrowTop:before {
  border-bottom-color: #48484A ;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #999 ;
}
.dark-theme .flatpickr-calendar.arrowTop:after {
  border-bottom-color: #999 ;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6 ;
}
.dark-theme .flatpickr-calendar.arrowBottom:before {
  border-top-color: #48484A ;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #999 ;
}
.dark-theme .flatpickr-calendar.arrowBottom:after {
  border-top-color: #999 ;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #000 ;
  fill: #000 ;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dark-theme .flatpickr-months .flatpickr-month {
  color: #DADADA ;
}
.dark-theme .flatpickr-months .flatpickr-month {
  fill: #DADADA ;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #999 ;
  fill: #999 ;
}
.dark-theme .flatpickr-months .flatpickr-prev-month,
.dark-theme .flatpickr-months .flatpickr-next-month {
  color: #ACACAC ;
}
.dark-theme .flatpickr-months .flatpickr-prev-month,
.dark-theme .flatpickr-months .flatpickr-next-month {
  fill: #999 ;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 135%;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: #000 ;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.dark-theme .flatpickr-current-month span.cur-month {
  color: #DADADA ;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  color: #000 ;
  width: 6ch;
  width: 7ch \0 ;
  display: inline-block;
}
.dark-theme .flatpickr-current-month .numInputWrapper {
  color: #DADADA ;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #000 ;
}
.dark-theme .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #DADADA ;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #000 ;
}
.dark-theme .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #DADADA ;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: #000 ;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dark-theme span.flatpickr-weekday {
  color: #DADADA ;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.dark-theme .dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #48484A;
}
.dark-theme .dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #48484A;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000 ;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.dark-theme .flatpickr-day {
  color: #DADADA ;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6 ;
  border-color: #e6e6e6 ;
}
.dark-theme .flatpickr-day.inRange,
.dark-theme .flatpickr-day.prevMonthDay.inRange,
.dark-theme .flatpickr-day.nextMonthDay.inRange,
.dark-theme .flatpickr-day.today.inRange,
.dark-theme .flatpickr-day.prevMonthDay.today.inRange,
.dark-theme .flatpickr-day.nextMonthDay.today.inRange,
.dark-theme .flatpickr-day:hover,
.dark-theme .flatpickr-day.prevMonthDay:hover,
.dark-theme .flatpickr-day.nextMonthDay:hover,
.dark-theme .flatpickr-day:focus,
.dark-theme .flatpickr-day.prevMonthDay:focus,
.dark-theme .flatpickr-day.nextMonthDay:focus {
  background: #48484A ;
}
.dark-theme .flatpickr-day.inRange,
.dark-theme .flatpickr-day.prevMonthDay.inRange,
.dark-theme .flatpickr-day.nextMonthDay.inRange,
.dark-theme .flatpickr-day.today.inRange,
.dark-theme .flatpickr-day.prevMonthDay.today.inRange,
.dark-theme .flatpickr-day.nextMonthDay.today.inRange,
.dark-theme .flatpickr-day:hover,
.dark-theme .flatpickr-day.prevMonthDay:hover,
.dark-theme .flatpickr-day.nextMonthDay:hover,
.dark-theme .flatpickr-day:focus,
.dark-theme .flatpickr-day.prevMonthDay:focus,
.dark-theme .flatpickr-day.nextMonthDay:focus {
  border-color: #48484A ;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
  color: #fff ;
}
.dark-theme .flatpickr-day.selected.startRange,
.dark-theme .flatpickr-day.startRange.startRange,
.dark-theme .flatpickr-day.endRange.startRange {
  color: #DADADA ;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
  color: #fff ;
}
.dark-theme .flatpickr-day.selected.endRange,
.dark-theme .flatpickr-day.startRange.endRange,
.dark-theme .flatpickr-day.endRange.endRange {
  color: #DADADA ;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6 ;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6 ;
}
.dark-theme .flatpickr-day.inRange {
  -webkit-box-shadow: -5px 0 0 #48484a, 5px 0 0 #48484a ;
}
.dark-theme .flatpickr-day.inRange {
  box-shadow: -5px 0 0 #48484a, 5px 0 0 #48484a ;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3) ;
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.dark-theme .flatpickr-day.flatpickr-disabled,
.dark-theme .flatpickr-day.flatpickr-disabled:hover,
.dark-theme .flatpickr-day.prevMonthDay,
.dark-theme .flatpickr-day.nextMonthDay,
.dark-theme .flatpickr-day.notAllowed,
.dark-theme .flatpickr-day.notAllowed.prevMonthDay,
.dark-theme .flatpickr-day.notAllowed.nextMonthDay {
  color: #636366 ;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.3) ;
}
.dark-theme .flatpickr-day.flatpickr-disabled,
.dark-theme .flatpickr-day.flatpickr-disabled:hover {
  color: #636366 ;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  color: #000 ;
  margin-top: 1px;
}
.dark-theme .rangeMode .flatpickr-day {
  color: #DADADA ;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  background-color: #F0F2F5 ;
  cursor: pointer;
}
.dark-theme .flatpickr-input[readonly] {
  background-color: #333 ;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  border-radius: 4px !important;
}
.flatpickr-calendar .flatpickr-months {
  background-color: #fff ;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
.dark-theme .flatpickr-calendar .flatpickr-months {
  background-color: #48484A ;
}
.dark-theme .flatpickr-calendar .flatpickr-months {
  border-bottom: 1px solid #48484A;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  padding: 7px 10px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #384EC1 ;
}
.dark-theme .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.dark-theme .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #4894FD ;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  padding-bottom: 6px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACUSURBVHgBvdG5DYMwFIDh93BQJkAkVSgxyIpHyAgZASaDFdgEREMJHUdFRWkOCck8I0r+xoc+WbINoBUEMgrDbwIkpgPLUgkiSMd5ecPQZQe0g32TQkbBGUTO+QcumqbnCPeGvi+9K1BVef2wbfgpZd5uOwEhXYaY9X2bu+67WRZ/CsqyiNf59pgU6sBICBkJYf7dDMbuNTO5VgbzAAAAAElFTkSuQmCC") !important ;
  background-repeat: no-repeat !important;
  background-position: 110px 5px !important;
  padding-right: 20px;
}
.dark-theme .flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABoSURBVHgBvZHBDYAwCEWhdQ8dxVHspQkTkRASHc0V3MBqoqGNEk++Cwm8A3wADMw8icgMDWiFEMIpIOKSc06VZIV7YER8EloRVbUHhxjjBv9yLD54AhGtXamjd10p6VtOV9NLvOLtdzumrSsGy40FwgAAAABJRU5ErkJggg==") !important ;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
}
.flatpickr-calendar .numInputWrapper:hover {
  background: transparent;
}
.flatpickr-calendar .flatpickr-day {
  border-radius: 4px;
  margin-top: 0.175rem;
  margin-bottom: 0.175rem;
}
.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.selected.inRange,
.flatpickr-calendar .flatpickr-day.startRange.inRange,
.flatpickr-calendar .flatpickr-day.endRange.inRange,
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.startRange:focus,
.flatpickr-calendar .flatpickr-day.endRange:focus,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.startRange:hover,
.flatpickr-calendar .flatpickr-day.endRange:hover,
.flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.selected.nextMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.nextMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background: #384EC1 ;
  border-color: #384EC1 ;
}
.dark-theme .flatpickr-calendar .flatpickr-day.selected,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange,
.dark-theme .flatpickr-calendar .flatpickr-day.selected.inRange,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange.inRange,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange.inRange,
.dark-theme .flatpickr-calendar .flatpickr-day.selected:focus,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange:focus,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange:focus,
.dark-theme .flatpickr-calendar .flatpickr-day.selected:hover,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange:hover,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange:hover,
.dark-theme .flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.selected.nextMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background: #4894FD ;
}
.dark-theme .flatpickr-calendar .flatpickr-day.selected,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange,
.dark-theme .flatpickr-calendar .flatpickr-day.selected.inRange,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange.inRange,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange.inRange,
.dark-theme .flatpickr-calendar .flatpickr-day.selected:focus,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange:focus,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange:focus,
.dark-theme .flatpickr-calendar .flatpickr-day.selected:hover,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange:hover,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange:hover,
.dark-theme .flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.selected.nextMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay,
.dark-theme .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  border-color: #4894FD ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  font-size: 1rem;
  border-radius: 4px;
  min-height: 42px;
}

.input-group .form-control {
  border-color: #d2d4db ;
}
.dark-theme .input-group .form-control {
  border-color: #48484a ;
}
.input-group span.input-group-text.input-group-prepend {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-color: #d2d4db !important;
  color: #333 !important;
  background: #f0f2f5 ;
}
.dark-theme .input-group span.input-group-text.input-group-prepend {
  border-color: #48484a !important;
}
.dark-theme .input-group span.input-group-text.input-group-prepend {
  color: #DADADA !important;
}
.dark-theme .input-group span.input-group-text.input-group-prepend {
  background: #636366 ;
}
.input-group span.input-group-text.input-group-append {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-color: #d2d4db !important;
  color: #333 !important;
  background: #f0f2f5 ;
}
.dark-theme .input-group span.input-group-text.input-group-append {
  border-color: #48484a !important;
}
.dark-theme .input-group span.input-group-text.input-group-append {
  color: #DADADA !important;
}
.dark-theme .input-group span.input-group-text.input-group-append {
  background: #636366 ;
}
.input-group .input-group-text {
  background: #F0F2F5 ;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dark-theme .input-group .input-group-text {
  background: #333 ;
}
.input-group.custom-input-group-prepend input {
  border-left: 0;
  box-shadow: none;
  padding-left: 0;
}
.input-group.custom-input-group-prepend input:focus-within {
  border-left: 0;
}
.input-group .input-group-text {
  background: #F0F2F5 !important;
}
.dark-theme .input-group .input-group-text {
  background: #333 !important;
}
.input-group .input-group-prepend span.input-group-text {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1) ;
}
.dark-theme .input-group .input-group-prepend span.input-group-text {
  box-shadow: inset 1px 0 0 0 #48484A, inset 0 1px 0 0 #48484A, inset 0 -1px 0 0 #48484A ;
}
.input-group .input-group-append span.input-group-text {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1) ;
}
.dark-theme .input-group .input-group-append span.input-group-text {
  box-shadow: inset -1px 0 0 0 #48484A, inset 0 1px 0 0 #48484A, inset 0 -1px 0 0 #48484A ;
}
.input-group .input-group-append span.input-group-text,
.input-group .input-group-prepend span.input-group-text {
  border: 0;
  background: #f0f2f5 ;
  color: #333 ;
}
.dark-theme .input-group .input-group-append span.input-group-text,
.dark-theme .input-group .input-group-prepend span.input-group-text {
  background: #636366 ;
}
.dark-theme .input-group .input-group-append span.input-group-text,
.dark-theme .input-group .input-group-prepend span.input-group-text {
  color: #DADADA ;
}

.campaign-logo {
  border-radius: 4px;
}
.campaign-logo-sm {
  width: 30px;
  height: 30px;
}
.campaign-logo-md {
  width: 96px;
  height: 96px;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.alert-fix-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 38px;
  z-index: 9999;
}

.alert {
  border: 0;
  padding: 15px 30px 15px 15px;
}
.alert.alert-popup {
  text-align: center;
  font-size: 16px;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.alert.alert-danger {
  color: #611A15 ;
  background: #FEDDD4 ;
}
.dark-theme .alert.alert-danger {
  color: #DADADA ;
}
.dark-theme .alert.alert-danger {
  background: #7A2D2A ;
}
.alert.alert-danger .close {
  color: #611A15 ;
}
.dark-theme .alert.alert-danger .close {
  color: #DADADA ;
}
.alert.alert-danger a, .alert.alert-danger .alert-link {
  color: #611A15 ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-danger a, .dark-theme .alert.alert-danger .alert-link {
  color: #DADADA ;
}
.alert.alert-danger .is-icon {
  color: #611A15 ;
}
.dark-theme .alert.alert-danger .is-icon {
  color: #F44336 ;
}
.alert.alert-danger svg.is-icon {
  fill: #611A15 ;
}
.dark-theme .alert.alert-danger svg.is-icon {
  fill: #F44336 ;
}
.alert.alert-warning {
  color: #996F1F ;
  background: #FFF4E5 ;
}
.dark-theme .alert.alert-warning {
  color: #FFF4E5 ;
}
.dark-theme .alert.alert-warning {
  background: #6D4610 ;
}
.alert.alert-warning .close {
  color: #996F1F ;
}
.dark-theme .alert.alert-warning .close {
  color: #FFF4E5 ;
}
.alert.alert-warning a, .alert.alert-warning .alert-link {
  color: #996F1F ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-warning a, .dark-theme .alert.alert-warning .alert-link {
  color: #FFF4E5 ;
}
.alert.alert-warning .is-icon {
  color: #663C00 ;
}
.dark-theme .alert.alert-warning .is-icon {
  color: #FF9800 ;
}
.alert.alert-warning svg.is-icon {
  fill: #663C00 ;
}
.dark-theme .alert.alert-warning svg.is-icon {
  fill: #FF9800 ;
}
.alert.alert-info {
  color: #222F74 ;
  background: #E4E7F7 ;
}
.dark-theme .alert.alert-info {
  color: #DADADA ;
}
.dark-theme .alert.alert-info {
  background: #003155 ;
}
.alert.alert-info .close {
  color: #222F74 ;
}
.dark-theme .alert.alert-info .close {
  color: #DADADA ;
}
.alert.alert-info a, .alert.alert-info .alert-link {
  color: #222F74 ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-info a, .dark-theme .alert.alert-info .alert-link {
  color: #DADADA ;
}
.alert.alert-info .is-icon {
  color: #222F74 ;
}
.dark-theme .alert.alert-info .is-icon {
  color: #2196F3 ;
}
.alert.alert-info svg.is-icon {
  fill: #222F74 ;
}
.dark-theme .alert.alert-info svg.is-icon {
  fill: #2196F3 ;
}
.alert.alert-success {
  color: #1E4620 ;
  background: #DBEFDB ;
}
.dark-theme .alert.alert-success {
  color: #DADADA ;
}
.dark-theme .alert.alert-success {
  background: #275827 ;
}
.alert.alert-success .close {
  color: #1E4620 ;
}
.dark-theme .alert.alert-success .close {
  color: #DADADA ;
}
.alert.alert-success a, .alert.alert-success .alert-link {
  color: #1E4620 ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-success a, .dark-theme .alert.alert-success .alert-link {
  color: #DADADA ;
}
.alert.alert-success .is-icon {
  color: #1E4620 ;
}
.dark-theme .alert.alert-success .is-icon {
  color: #4CAF50 ;
}
.alert.alert-success svg.is-icon {
  fill: #1E4620 ;
}
.dark-theme .alert.alert-success svg.is-icon {
  fill: #4CAF50 ;
}
.alert.alert-light {
  color: #333 ;
  background: #f5f5f5 ;
}
.dark-theme .alert.alert-light {
  color: #DADADA ;
}
.dark-theme .alert.alert-light {
  background: #636366 ;
}
.alert.alert-light .close {
  color: #333 ;
}
.dark-theme .alert.alert-light .close {
  color: #DADADA ;
}
.alert.alert-light a, .alert.alert-light .alert-link {
  color: #333 ;
  font-weight: bold;
  text-decoration: underline;
}
.dark-theme .alert.alert-light a, .dark-theme .alert.alert-light .alert-link {
  color: #DADADA ;
}
.alert a:hover, .alert a:focus, .alert-link:hover, .alert-link:focus {
  text-decoration: underline;
}
.alert .is-icon {
  margin-right: 12px;
}
.alert .btn-close {
  background-size: 10px;
}
.alert .close {
  font-weight: 400;
  opacity: 1;
}
.alert.alert-dismissible .close {
  position: static;
  padding: 0 0 0 10px;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.panel {
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff ;
}
.dark-theme .panel {
  background-color: #3A3A3B ;
}
.panel .panel-heading {
  font-weight: 700;
  font-size: 16px;
  border: 0;
}
.panel.panel-light > .panel-heading {
  border-bottom: 1px solid;
  border-bottom-color: #ddd ;
  background: transparent;
}
.dark-theme .panel.panel-light > .panel-heading {
  border-bottom-color: #48484a ;
}
.panel.panel-default > .panel-heading {
  background: #f5f5f5 !important;
}
.dark-theme .panel.panel-default > .panel-heading {
  background: #48484A !important;
}
.panel.panel-primary > .panel-heading {
  background: #E4E7F7 !important;
  color: #222F74 ;
}
.dark-theme .panel.panel-primary > .panel-heading {
  background: #003155 !important;
}
.dark-theme .panel.panel-primary > .panel-heading {
  color: #DADADA ;
}
.panel.panel-danger > .panel-heading {
  background: #FEDDD4 !important;
  color: #611A15 ;
}
.dark-theme .panel.panel-danger > .panel-heading {
  background: #7A2D2A !important;
}
.dark-theme .panel.panel-danger > .panel-heading {
  color: #DADADA ;
}
.panel.panel-warning > .panel-heading {
  background: #FFF4E5 !important;
  color: #996F1F ;
}
.dark-theme .panel.panel-warning > .panel-heading {
  background: #6D4610 !important;
}
.dark-theme .panel.panel-warning > .panel-heading {
  color: #FFF4E5 ;
}
.panel.panel-success > .panel-heading {
  background: #DBEFDB !important;
  color: #1E4620 ;
}
.dark-theme .panel.panel-success > .panel-heading {
  background: #275827 !important;
}
.dark-theme .panel.panel-success > .panel-heading {
  color: #DADADA ;
}
.panel.panel-custom > .panel-heading {
  background-color: #f5f5f5 ;
}
.dark-theme .panel.panel-custom > .panel-heading {
  background-color: #2C2C2F ;
}
.panel.panel-custom > .panel-heading > hr {
  margin-top: 8px;
  margin-bottom: 0;
  border-top-color: #ddd ;
}
.dark-theme .panel.panel-custom > .panel-heading > hr {
  border-top-color: #48484a ;
}
.panel.panel-custom > .panel-body {
  background-color: #f5f5f5 ;
}
.dark-theme .panel.panel-custom > .panel-body {
  background-color: #2C2C2F ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.paging {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .paging {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.paging .pagination-summary {
  display: block;
}
@media (min-width: 576px) {
  .paging .pagination-summary {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
  }
}
.paging .page-sizing {
  display: flex;
  align-items: center;
}
.paging .pagination {
  margin: 5px 0 0;
  align-self: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .paging .pagination {
    margin: 0;
  }
}
.paging .dropdown-menu {
  min-width: 100px;
}
.paging .page-link {
  background-color: #fff ;
  color: #333 ;
  border: 0;
  border-radius: 4px;
  margin: 0 2px;
}
.dark-theme .paging .page-link {
  background-color: #3A3A3B ;
}
.dark-theme .paging .page-link {
  color: #DADADA ;
}
.paging .page-link:hover {
  background-color: #F0F2F5 ;
}
.dark-theme .paging .page-link:hover {
  background-color: #48484A ;
}
.paging .page-link svg {
  fill: #666 ;
}
.dark-theme .paging .page-link svg {
  fill: #999 ;
}
.paging span.page-link:hover {
  background-color: transparent;
}
.paging .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #384EC1;
}
.paging .page-item .is-icon {
  transform: rotate(90deg);
  font-size: 12px;
}
.paging > .displaying {
  line-height: 1em;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.label-field-anonymous,
.label-field-team,
.label-field-duplicate,
.label-field-merged,
.label-field-pending,
.label-field-draft,
.label-field-private,
.label-field-closed,
.label-field-abuse,
.label-field-dont-promote,
.label-field-off-topic,
.label-field-edited,
.label-field-implemented,
.label-field-idea-submitter,
.label-field-in-reserve,
.label-field-recycling-bin,
.label-field-selected,
.label-field-translated,
.label-field-moderator,
.label-field-inbound,
.label-field-featured,
.label-field-unverified-translation,
.label-field-owner,
.label-field-attachment,
.label-field-open,
.label-field-community-owner,
.label-field-parent-idea,
.label-field-blue-dark,
.label-field-blue-overcast,
.label-field-blue-regular,
.label-field-blue-light,
.label-field-green-dark,
.label-field-green-overcast,
.label-field-green-regular,
.label-field-green-light,
.label-field-gold-dark,
.label-field-gold-overcast,
.label-field-gold-regular,
.label-field-gold-light,
.label-field-yellow-dark,
.label-field-yellow-overcast,
.label-field-yellow-regular,
.label-field-yellow-light,
.label-field-red-dark,
.label-field-red-overcast,
.label-field-red-regular,
.label-field-red-light,
.label-field-neutral-dark,
.label-field-neutral-overcast,
.label-field-neutral-regular,
.label-field-neutral-light,
.label-field-published,
.label-field-landing-page-template-published,
.label-field-landing-page-active-template-published,
.label-field-trending_top {
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -3px;
  border-radius: 2px;
  padding: 1px 4px;
  line-height: 1.2;
}

.label-field-anonymous {
  background-color: #E8DA5E !important;
  color: #333 !important;
}
.label-field-anonymous:hover, .label-field-anonymous:focus {
  background-color: #e2d031;
}

.label-field-team {
  background-color: #E09300 !important;
  color: #000 !important;
}
.label-field-team:hover, .label-field-team:focus {
  background-color: #ad7200;
}

.label-field-duplicate,
.label-field-merged {
  background-color: #625A0E !important;
  color: #fff !important;
}
.label-field-duplicate:hover, .label-field-duplicate:focus,
.label-field-merged:hover,
.label-field-merged:focus {
  background-color: #353108;
}

.label-field-pending,
.label-field-draft {
  background-color: #AEB7E8 !important;
  color: #333 !important;
}
.label-field-pending:hover, .label-field-pending:focus,
.label-field-draft:hover,
.label-field-draft:focus {
  background-color: #8694dd;
}

.label-field-private,
.label-field-trending_top,
.label-field-closed {
  background-color: #FB5629 !important;
  color: #000 !important;
}
.label-field-private:hover, .label-field-private:focus,
.label-field-trending_top:hover,
.label-field-trending_top:focus,
.label-field-closed:hover,
.label-field-closed:focus {
  background-color: #ed3604;
}

.label-field-abuse {
  background-color: #000 !important;
  color: #fff !important;
}
.label-field-abuse:hover, .label-field-abuse:focus {
  background-color: black;
}

.label-field-dont-promote,
.label-field-off-topic {
  background-color: #666 !important;
  color: #fff !important;
}
.label-field-dont-promote:hover, .label-field-dont-promote:focus,
.label-field-off-topic:hover,
.label-field-off-topic:focus {
  background-color: #4d4d4d;
}

.label-field-edited {
  background-color: #E2D136 !important;
  color: #333 !important;
}
.label-field-edited:hover, .label-field-edited:focus {
  background-color: #c8b71d;
}

.label-field-implemented,
.label-field-published,
.label-field-idea-submitter,
.label-field-landing-page-template-published {
  background-color: #384EC1 !important;
  color: #fff !important;
}
.label-field-implemented:hover, .label-field-implemented:focus,
.label-field-published:hover,
.label-field-published:focus,
.label-field-idea-submitter:hover,
.label-field-idea-submitter:focus,
.label-field-landing-page-template-published:hover,
.label-field-landing-page-template-published:focus {
  background-color: #2d3e99;
}

.label-field-landing-page-active-template-published {
  background-color: #fff !important;
  color: #384EC1 !important;
}
.label-field-landing-page-active-template-published:hover, .label-field-landing-page-active-template-published:focus {
  background-color: #e6e6e6;
}

.label-field-in-reserve {
  background-color: #C4C4C4 !important;
  color: #333 !important;
}
.label-field-in-reserve:hover, .label-field-in-reserve:focus {
  background-color: #ababab;
}

.label-field-recycling-bin {
  background-color: #245400 !important;
  color: #fff !important;
}
.label-field-recycling-bin:hover, .label-field-recycling-bin:focus {
  background-color: #0e2100;
}

.label-field-selected {
  background-color: #DAFFBE !important;
  color: #333 !important;
}
.label-field-selected:hover, .label-field-selected:focus {
  background-color: #bdff8b;
}

.label-field-translated,
.label-field-moderator {
  background-color: #3D8D00 !important;
  color: #000 !important;
}
.label-field-translated:hover, .label-field-translated:focus,
.label-field-moderator:hover,
.label-field-moderator:focus {
  background-color: #275a00;
}

.label-field-inbound {
  background-color: #FFD585 !important;
  color: #333 !important;
}
.label-field-inbound:hover, .label-field-inbound:focus {
  background-color: #ffc352;
}

.label-field-featured {
  background-color: #222F74 !important;
  color: #fff !important;
}
.label-field-featured:hover, .label-field-featured:focus {
  background-color: #161f4d;
}

.label-field-unverified-translation {
  background-color: #BF2C04 !important;
  color: #fff !important;
}
.label-field-unverified-translation:hover, .label-field-unverified-translation:focus {
  background-color: #8d2003;
}

.label-field-owner {
  background-color: #F0E694 !important;
  color: #333 !important;
}
.label-field-owner:hover, .label-field-owner:focus {
  background-color: #eadc67;
}

.label-field-attachment {
  background-color: #CDFFA7 !important;
  color: #333 !important;
}
.label-field-attachment:hover, .label-field-attachment:focus {
  background-color: #b0ff74;
}

.label-field-open {
  background-color: #55C500 !important;
  color: #333 !important;
}
.label-field-open:hover, .label-field-open:focus {
  background-color: #3f9200;
}

.label-field-community-owner {
  background-color: #D4C21F !important;
  color: #333 !important;
}
.label-field-community-owner:hover, .label-field-community-owner:focus {
  background-color: #a89918;
}

.label-field-parent-idea {
  background-color: #731A02 !important;
  color: #fff !important;
}
.label-field-parent-idea:hover, .label-field-parent-idea:focus {
  background-color: #410f01;
}

.label-field-blue-dark {
  background-color: #222F74 !important;
  color: #fff !important;
}
.label-field-blue-dark:hover, .label-field-blue-dark:focus {
  background-color: #161f4d;
}

.label-field-blue-overcast {
  background-color: #2D3E9A !important;
  color: #fff !important;
}
.label-field-blue-overcast:hover, .label-field-blue-overcast:focus {
  background-color: #212e73;
}

.label-field-blue-regular {
  background-color: #384EC1 !important;
  color: #fff !important;
}
.label-field-blue-regular:hover, .label-field-blue-regular:focus {
  background-color: #2d3e99;
}

.label-field-blue-light {
  background-color: #AEB7E8 !important;
  color: #333 !important;
}
.label-field-blue-light:hover, .label-field-blue-light:focus {
  background-color: #8694dd;
}

.label-field-green-dark {
  background-color: #245400 !important;
  color: #fff !important;
}
.label-field-green-dark:hover, .label-field-green-dark:focus {
  background-color: #0e2100;
}

.label-field-green-overcast {
  background-color: #3D8D00 !important;
  color: #000 !important;
}
.label-field-green-overcast:hover, .label-field-green-overcast:focus {
  background-color: #275a00;
}

.label-field-green-regular {
  background-color: #55C500 !important;
  color: #333 !important;
}
.label-field-green-regular:hover, .label-field-green-regular:focus {
  background-color: #3f9200;
}

.label-field-green-light {
  background-color: #CDFFA7 !important;
  color: #333 !important;
}
.label-field-green-light:hover, .label-field-green-light:focus {
  background-color: #b0ff74;
}

.label-field-gold-dark {
  background-color: #625A0E !important;
  color: #fff !important;
}
.label-field-gold-dark:hover, .label-field-gold-dark:focus {
  background-color: #353108;
}

.label-field-gold-overcast {
  background-color: #D4C21F !important;
  color: #333 !important;
}
.label-field-gold-overcast:hover, .label-field-gold-overcast:focus {
  background-color: #a89918;
}

.label-field-gold-regular {
  background-color: #E2D136 !important;
  color: #333 !important;
}
.label-field-gold-regular:hover, .label-field-gold-regular:focus {
  background-color: #c8b71d;
}

.label-field-gold-light {
  background-color: #E8DA5E !important;
  color: #333 !important;
}
.label-field-gold-light:hover, .label-field-gold-light:focus {
  background-color: #e2d031;
}

.label-field-yellow-dark {
  background-color: #E09300 !important;
  color: #333 !important;
}
.label-field-yellow-dark:hover, .label-field-yellow-dark:focus {
  background-color: #ad7200;
}

.label-field-yellow-overcast {
  background-color: #FF9800 !important;
  color: #333 !important;
}
.label-field-yellow-overcast:hover, .label-field-yellow-overcast:focus {
  background-color: #cc7a00;
}

.label-field-yellow-regular {
  background-color: #FFB933 !important;
  color: #333 !important;
}
.label-field-yellow-regular:hover, .label-field-yellow-regular:focus {
  background-color: #ffa800;
}

.label-field-yellow-light {
  background-color: #FFD585 !important;
  color: #333 !important;
}
.label-field-yellow-light:hover, .label-field-yellow-light:focus {
  background-color: #ffc352;
}

.label-field-red-dark {
  background-color: #731A02 !important;
  color: #fff !important;
}
.label-field-red-dark:hover, .label-field-red-dark:focus {
  background-color: #410f01;
}

.label-field-red-overcast {
  background-color: #BF2C04 !important;
  color: #fff !important;
}
.label-field-red-overcast:hover, .label-field-red-overcast:focus {
  background-color: #8d2003;
}

.label-field-red-regular {
  background-color: #FB5629 !important;
  color: #000 !important;
}
.label-field-red-regular:hover, .label-field-red-regular:focus {
  background-color: #ed3604;
}

.label-field-red-light {
  background-color: #FC7854 !important;
  color: #333 !important;
}
.label-field-red-light:hover, .label-field-red-light:focus {
  background-color: #fb5022;
}

.label-field-neutral-dark {
  background-color: #000 !important;
  color: #fff !important;
}
.label-field-neutral-dark:hover, .label-field-neutral-dark:focus {
  background-color: black;
}

.label-field-neutral-overcast {
  background-color: #424242 !important;
  color: #fff !important;
}
.label-field-neutral-overcast:hover, .label-field-neutral-overcast:focus {
  background-color: #292929;
}

.label-field-neutral-regular {
  background-color: #666 !important;
  color: #fff !important;
}
.label-field-neutral-regular:hover, .label-field-neutral-regular:focus {
  background-color: #4d4d4d;
}

.label-field-neutral-light {
  background-color: #C4C4C4 !important;
  color: #333 !important;
}
.label-field-neutral-light:hover, .label-field-neutral-light:focus {
  background-color: #ababab;
}

.grid-label-dropdown {
  display: inline-block;
}
.grid-label-dropdown .dropdown-toggle {
  padding: 0;
}
.grid-label-dropdown .dropdown-toggle:after {
  border-top: 0.3em solid #000;
}
.dark-theme .grid-label-dropdown .dropdown-toggle:after {
  border-top: 0.3em solid #999;
}
.grid-label-dropdown .dropdown-toggle .label {
  width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.grid-label-dropdown .dropdown-toggle .label:first-child {
  z-index: 3;
  top: 2px;
}
.grid-label-dropdown .dropdown-toggle .label:nth-child(2) {
  top: 2px;
  left: 4px;
  z-index: 2;
  position: absolute;
}
.grid-label-dropdown .dropdown-toggle .label:nth-child(3) {
  position: absolute;
  left: 6px;
  top: -1px;
}
.grid-label-dropdown .dropdown-menu {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.9rem;
}
.grid-label-dropdown .dropdown-menu .dropdown-item.label {
  padding: 7px;
  font-size: 12px;
  margin: 2px 0;
  text-align: left;
  border-radius: 4px;
}
.grid-label-dropdown .dropdown-menu .dropdown-item.label:last-child {
  margin-bottom: 0;
}

.modify-label .icon-circle {
  margin-right: 7px;
  border-radius: 50%;
  top: 0;
}
.modify-label .dropdown-item:not(.applied) {
  color: #333 !important;
}
.dark-theme .modify-label .dropdown-item:not(.applied) {
  color: #DADADA !important;
}
.modify-label .dropdown-item.applied {
  display: inherit;
}
.modify-label .dropdown-item:not(.applied):not(.has-sub-menu), .modify-label .dropdown-item.applied {
  margin: 3px 0;
  font-size: 1rem;
  padding: 7px 21px 7px 0;
  line-height: 1.2;
}
.modify-label .dropdown-item:not(.applied):not(.has-sub-menu):hover, .modify-label .dropdown-item:not(.applied):not(.has-sub-menu):focus, .modify-label .dropdown-item:not(.applied):not(.has-sub-menu):active {
  background-color: initial;
  color: initial;
}
.modify-label .dropdown-item.applied {
  top: 0;
  border-radius: 4px;
}
.modify-label .dropdown-menu {
  padding: 0.5rem 1.5rem;
  min-width: 100px !important;
}

.idea-stage {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.idea-stage.completed {
  background: #00B8F6;
}
.idea-stage.offtopic {
  background: #666666;
}
.idea-stage.inbound {
  background: #FFD585;
}
.idea-stage.recyclebin {
  background: #245400;
}
.idea-stage.pending-review {
  background: #AEB7E8;
}
.idea-stage.active {
  background: #E18344;
}
.idea-stage.new-pending {
  background: #AEB7E8;
}
.idea-stage.under-review {
  background: #F5FF00;
}
.idea-stage.in-progress {
  background: #50D274;
}
.idea-stage.abused {
  background: #FF0000;
}

.stage-dot-98 {
  background-color: #FFD585 !important;
}

.stage-dot-99 {
  background-color: #AEB7E8 !important;
}

.stage-dot-5 {
  background-color: #666666 !important;
}

.stage-dot-1 {
  background-color: #245400 !important;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.skeleton, .skeleton-line {
  background-color: #eee ;
  background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee) ;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 1;
  width: 100%;
  animation: skeleton-keyframes 1.2s ease-in-out infinite;
}
.dark-theme .skeleton, .dark-theme .skeleton-line {
  background-color: #222 ;
}
.dark-theme .skeleton, .dark-theme .skeleton-line {
  background-image: linear-gradient(90deg, #222, #333, #222) ;
}
.paragraph-skeleton .skeleton, .paragraph-skeleton .skeleton-line {
  display: block;
  margin-bottom: -10px;
}

.skeleton-line {
  height: 16px;
}

@keyframes skeleton-keyframes {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
/********** IDEASCALE_APPLICATION_FILE_UPLOAD_START ************/
.drop-area .ideascale-switch label {
  display: flex;
}
.drop-area label {
  display: block;
}

.file-upload-added {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 4px 0;
  padding: 0 4px;
}
.file-upload-added:not(.has-note-field) {
  margin: 3px 3px 3px 0;
  padding: 4px 11px;
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
}
.file-upload-added.has-note-field {
  border: 1px solid #CCC;
  background-color: transparent;
  color: #333;
  margin: 10px 0;
  padding: 10px 10px;
}
.file-upload-added.has-note-field canvas {
  width: 60px;
  height: auto;
  max-height: 60px;
  border: 2px solid #ddd;
  margin: 7px 7px 7px 0;
  vertical-align: middle;
}
.file-upload-added.has-note-field .file-name {
  background: #384EC1;
  color: #fff;
  padding: 3px 7px 3px;
  display: inline-block;
  border-radius: 15px;
  margin: 7px 0 7px 7px;
  word-break: break-word;
}
.file-upload-added.has-note-field a {
  font-size: 1.5rem;
  margin-top: 5px;
  color: inherit;
}
.file-upload-added.has-note-field a:hover {
  color: #000;
}
.file-upload-added.error {
  border: 0;
  background-color: #f2dede;
}

.file-upload-added > a {
  float: right;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 7px;
  font-weight: 400 !important;
}
.file-upload-added > a:focus, .file-upload-added > a:hover {
  color: #fff;
}

.file-upload-widget a {
  font-weight: normal !important;
}

.fuw-btn {
  cursor: pointer;
  color: #495057 !important;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
  margin-top: 4px;
  padding: 9px 12px;
  background-color: #F0F2F5;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.025);
  display: block;
  line-height: 1;
}
.fuw-btn:hover {
  text-decoration: unset !important;
  color: #666 !important;
}
.fuw-btn .is-icon {
  color: #384EC1;
  font-size: 16px;
  position: relative;
  top: 2px;
  line-height: 0;
  margin-right: 5px;
}
.fuw-btn.focus-in {
  text-decoration: underline;
}
.input-disabled .fuw-btn {
  background-color: #CCC;
  margin-top: -1px;
}

.drop-able-area {
  position: relative;
}
.drop-able-area .drop-zone-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background: rgba(255, 255, 255, 0.7);
  border: 1px dashed #384EC1;
}
.drop-able-area .drop-zone-text-center {
  font-size: 24px;
  font-weight: 200;
  color: #384EC1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fuw-input {
  cursor: pointer;
  font-size: 100px;
  margin: 0;
  opacity: 0;
  outline: 0 none;
  position: absolute;
  right: 0;
  top: 0;
}

.fuw-result {
  height: 18px;
  margin-top: 0.5rem;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.25rem;
  background-color: #e9ecef;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.fuw-progress {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  background-color: #384EC1;
  transition: width 0.6s ease;
}

.fuw-info {
  font-size: 12px;
  color: #fff;
  padding-left: 4px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuw-info a {
  color: #fff;
  float: right;
  font-size: 16px;
  line-height: 16px;
  margin-right: 5px;
}
.fuw-info a:hover {
  color: #a94442;
}
.fuw-info:before::after {
  display: block;
  clear: both;
  content: "";
}

.fuw-done > .fuw-progress {
  display: none;
}

.fuw-done, .file-upload-added {
  background: none repeat scroll 0 0 #384EC1;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
  .has-note-field textarea {
    height: 40px;
  }
  .flex-child-blank-space-fix-ie11 {
    overflow: hidden; /* this is to workaround some weird blank space problem that sometimes occurs to flex children in IE 11 */
  }
}
/********** IDEASCALE_APPLICATION_FILE_UPLOAD_END ************/
/********** REACT_FILE_UPLOAD_START ************/
.react-file-uploader .file-upload-container.drag-over {
  height: 200px;
  border: 1px dashed #384EC1;
}
.react-file-uploader .file-upload-container.drag-over .file-drop-label {
  display: block;
  height: 200px;
  line-height: 130px;
  text-align: center;
  color: #384EC1;
  font-size: 24px;
}
.react-file-uploader .file-upload-container .file-upload-label:hover {
  cursor: pointer;
  color: #666 ;
}
.dark-theme .react-file-uploader .file-upload-container .file-upload-label:hover {
  color: #ACACAC ;
}
.react-file-uploader .file-upload-container .file-upload-label:focus-within {
  border: 1px solid;
  border-color: #384EC1 !important;
}
.dark-theme .react-file-uploader .file-upload-container .file-upload-label:focus-within {
  border-color: #4894FD !important;
}
.react-file-uploader .file-upload-container .file-drop-label {
  display: none;
}
.react-file-uploader .file-upload-container svg.upload-icon {
  margin-right: 4px;
}
.react-file-uploader .progress {
  height: 18px;
  font-size: 12px;
  background-color: #fff ;
}
.dark-theme .react-file-uploader .progress {
  background-color: #636366 ;
}
.react-file-uploader .progress-bar {
  text-align: unset;
  padding-left: 4px;
}
.react-file-uploader .image-attachment .btn-cancel {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
.react-file-uploader .uploaded-file {
  padding: 4px 11px;
  border-radius: 15px;
  background: #384EC1;
  color: #fff;
  font-size: 12px;
}
.react-file-uploader .uploaded-file .btn-cancel svg {
  fill: #fff;
}
.react-file-uploader .list-group-item {
  background-color: #F0F2F5 ;
  border-color: #ddd !important;
}
.dark-theme .react-file-uploader .list-group-item {
  background-color: #333 ;
}
.dark-theme .react-file-uploader .list-group-item {
  border-color: #48484a !important;
}

/********** REACT_FILE_UPLOAD_END ************/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.member-list ul.select2-results__options {
  margin: 0 -7px;
}
.member-list .select2-results__options > li, .member-list > li > a {
  display: flex;
  padding: 7px 9px;
  border-radius: 0 !important;
  align-items: center;
  line-height: 1.2;
}
.member-list > li > a {
  color: #333 ;
  text-decoration: none;
}
.dark-theme .member-list > li > a {
  color: #DADADA ;
}
.member-list > li > a:hover, .member-list > li > a:focus {
  background-color: #ebebeb ;
}
.dark-theme .member-list > li > a:hover, .dark-theme .member-list > li > a:focus {
  background-color: #48484A ;
}
.member-list .ideascale-select .ideascale-select-menu .option-icon img {
  border-radius: 50%;
}
.member-list .ideascale-select .ideascale-select-menu > div {
  padding: 7px 0;
}
.member-list .ideascale-select .ideascale-select-menu .custom-option {
  border-radius: 0;
}
.member-list .ideascale-select .multi-value-wrap .member-list-item-content, .member-list .ideascale-select .single-value .member-list-item-content {
  line-height: inherit;
}
.member-list .ideascale-select .multi-value-wrap .member-list-item-content > strong, .member-list .ideascale-select .single-value .member-list-item-content > strong {
  font-weight: 400;
}
.member-list .ideascale-select .multi-value-wrap .member-list-item-content > small, .member-list .ideascale-select .single-value .member-list-item-content > small {
  display: none;
}

.member-avatar-container {
  margin-right: 7px;
}

.member-list-item-content {
  font-size: 1rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.member-list-item-content > strong {
  font-weight: 700;
}
.member-list-item-content > small {
  font-size: 1rem;
  color: #666 ;
  display: block;
}
.dark-theme .member-list-item-content > small {
  color: #ACACAC ;
}

.popover-body .member-list, .popover-content .member-list {
  margin: 0 -0.75rem;
  max-height: 400px;
  overflow: auto;
}

.member-list-popover {
  min-width: 260px;
  background-color: #fff ;
}
.dark-theme .member-list-popover {
  background-color: #2C2C2F ;
}
.member-list-popover .popover-body, .member-list-popover .popover-content {
  min-width: 270px;
  padding: 0.5rem 0.75rem;
}

.popover .member-list-header {
  display: none;
  padding: 0.5em 0.75em 0.85em;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7px;
}
.dark-theme .popover .member-list-header {
  border-bottom: 1px solid #48484a;
}

.member-list-dropdown {
  min-width: 260px;
  background-color: #fff ;
}
.dark-theme .member-list-dropdown {
  background-color: #2C2C2F ;
}
.member-list-dropdown .popover-body, .member-list-dropdown .popover-content {
  min-width: 270px;
  padding: 0.5rem 0.75rem;
}
.member-list-dropdown .member-item > a {
  padding: 7px 9px;
  border-radius: 0 !important;
  align-items: center;
  line-height: 1.2;
  text-decoration: none;
  color: #333 ;
}
.dark-theme .member-list-dropdown .member-item > a {
  color: #DADADA ;
}
.member-list-dropdown .member-item > a:hover, .member-list-dropdown .member-item > a:focus {
  background-color: #ebebeb ;
  color: #333 ;
}
.dark-theme .member-list-dropdown .member-item > a:hover, .dark-theme .member-list-dropdown .member-item > a:focus {
  background-color: #48484A ;
}
.dark-theme .member-list-dropdown .member-item > a:hover, .dark-theme .member-list-dropdown .member-item > a:focus {
  color: #DADADA ;
}

@media (max-width: 767.98px) {
  .popover.member-list-popover, .member-list-popover .popover {
    top: -1px !important;
    left: -1px !important;
    z-index: 9999;
    margin: 0;
    will-change: auto !important;
    transform: none !important;
  }
  .popover.member-list-popover > .arrow, .member-list-popover .popover > .arrow {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .popover.member-list-popover > .arrow:after, .popover.member-list-popover > .arrow:before, .member-list-popover .popover > .arrow:after, .member-list-popover .popover > .arrow:before {
    content: none;
  }
  .popover.member-list-popover .popover-content,
  .popover.member-list-popover .popover-body, .member-list-popover .popover .popover-content,
  .member-list-popover .popover .popover-body {
    position: fixed;
    width: 85%;
    height: 100%;
    margin-top: -1px;
    margin-bottom: 0;
    background: #fff ;
    color: #333 ;
  }
  .dark-theme .popover.member-list-popover .popover-content,
  .dark-theme .popover.member-list-popover .popover-body, .dark-theme .member-list-popover .popover .popover-content,
  .dark-theme .member-list-popover .popover .popover-body {
    background: #2C2C2F ;
  }
  .dark-theme .popover.member-list-popover .popover-content,
  .dark-theme .popover.member-list-popover .popover-body, .dark-theme .member-list-popover .popover .popover-content,
  .dark-theme .member-list-popover .popover .popover-body {
    color: #DADADA ;
  }
  .popover.member-list-popover .popover-member-container, .member-list-popover .popover .popover-member-container {
    height: 100%;
  }
  .popover.member-list-popover .popover-member-container .member-list, .member-list-popover .popover .popover-member-container .member-list {
    max-height: 100%;
  }
  .popover .member-list-header {
    display: block;
  }
}
.collapse-expand-container .card-header {
  height: 40px;
}

.ideascale-slider .carousel-inner {
  border-radius: 4px;
}
.ideascale-slider .carousel-control-prev,
.ideascale-slider .carousel-control-next {
  background: rgba(0, 0, 0, 0.75);
  top: 50%;
  bottom: inherit;
  display: inline-block;
  width: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: -20px;
  z-index: 99;
}
.ideascale-slider .carousel-control-prev svg,
.ideascale-slider .carousel-control-next svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.ideascale-slider .carousel-control-next svg {
  margin-left: -7px;
}
.ideascale-slider .carousel-control-prev svg {
  margin-left: -8px;
}
.ideascale-slider .carousel-item {
  background: #384EC1;
  background-size: cover;
  border-radius: 4px;
  min-height: 350px;
}
.ideascale-slider .carousel-caption {
  position: absolute;
  height: 85%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 45px 45px;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
.ideascale-slider .carousel-caption-overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 4px;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.stepper {
  list-style: none;
}
.stepper .stepper-item {
  min-width: 100px;
  flex: 1;
}
.stepper .stepper-item .step-indicator {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 10;
  background-color: #fff ;
  border: 1px solid #ddd;
}
.dark-theme .stepper .stepper-item .step-indicator {
  background-color: #48484A ;
}
.dark-theme .stepper .stepper-item .step-indicator {
  border: 1px solid #636366;
}
.stepper .stepper-item .step-indicator svg {
  fill: white;
}
.stepper .stepper-item .step-label {
  font-size: 0.8571428571rem;
}
.stepper .stepper-item .step-info {
  font-size: calc(0.8571428571rem - 2px);
  line-height: 1.8;
  color: #666 ;
}
.dark-theme .stepper .stepper-item .step-info {
  color: #DADADA ;
}
.stepper .stepper-item:not(:last-child):before {
  content: "";
  height: 5px;
  align-self: stretch;
  position: relative;
  top: 14.5px;
  background-color: #ddd ;
}
.dark-theme .stepper .stepper-item:not(:last-child):before {
  background-color: #636366 ;
}
.stepper .stepper-item.connector-centered:not(:last-child):before {
  left: 50%;
}
.stepper .stepper-item:last-child {
  padding-top: 5px;
}
.stepper .stepper-item.step-active .step-indicator {
  background-color: #E4E7F7 ;
  border: 1px solid #384EC1;
}
.dark-theme .stepper .stepper-item.step-active .step-indicator {
  background-color: #636366 ;
}
.dark-theme .stepper .stepper-item.step-active .step-indicator {
  border: 1px solid #4894FD;
}
.stepper .stepper-item.step-active .step-label {
  color: #384EC1 ;
}
.dark-theme .stepper .stepper-item.step-active .step-label {
  color: #65B1FF ;
}
.stepper .stepper-item.step-complete .step-indicator {
  background-color: #384EC1 ;
  border: none;
}
.dark-theme .stepper .stepper-item.step-complete .step-indicator {
  background-color: #4894FD ;
}
.stepper .stepper-item.step-complete .step-label {
  color: #384EC1 ;
}
.dark-theme .stepper .stepper-item.step-complete .step-label {
  color: #65B1FF ;
}
.stepper .stepper-item.step-complete:not(:last-child):before {
  background-color: #384EC1 ;
}
.dark-theme .stepper .stepper-item.step-complete:not(:last-child):before {
  background-color: #4894FD ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
table {
  border: 1px solid #ddd;
  color: #333 ;
}
.dark-theme table {
  border: 1px solid #48484a;
}
.dark-theme table {
  color: #DADADA ;
}
table th, table td {
  border-top-color: #ddd !important;
}
.dark-theme table th, .dark-theme table td {
  border-top-color: #48484a !important;
}
table thead {
  background: #f6f7f9 ;
}
.dark-theme table thead {
  background: #505050 ;
}
table thead > tr > th {
  border-bottom-color: transparent !important;
}
table > :not(caption) > * > * {
  box-shadow: none !important;
}

.table-with-caption.has-sr-only-thead {
  border-top: 0;
}
.table-with-caption > caption {
  color: #fff ;
  background: #999;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding: 5px 16px;
}
.dark-theme .table-with-caption > caption {
  color: #DADADA ;
}
.table-with-caption thead {
  background: #f6f7f9 ;
}
.dark-theme .table-with-caption thead {
  background: #505050 ;
}
.table-with-caption thead > tr > th {
  border-bottom-color: transparent;
}

.table-well {
  padding: 8px;
  background: #fff;
}
.table-well > .table {
  margin-bottom: 0;
}

.data-table-header {
  padding: 8px 15px;
  background: #f6f7f9 ;
  font-weight: 700;
}
.dark-theme .data-table-header {
  background: #505050 ;
}

.data-table-body {
  padding: 0 15px;
  background: #fff ;
}
.dark-theme .data-table-body {
  background: #636366 ;
}
.data-table-body ul > li {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.dark-theme .data-table-body ul > li {
  border-bottom: 1px solid #48484a;
}
.data-table-body .archive-campaign li:first-child {
  border-top: 2px solid #ddd;
}

.data-table-caption {
  padding: 7px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: #999;
}
.data-table-caption a {
  color: #fff;
}
.data-table-caption + .campaign-group-items:not(.is-collapsed) {
  margin-top: -2px;
  border-top: 2px solid #999;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.ideascale-list-wrapper {
  margin-bottom: 1.5rem;
}
.ideascale-list-wrapper > ul li:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.ideascale-list-wrapper ~ .ideascale-list-wrapper {
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}
.dark-theme .ideascale-list-wrapper ~ .ideascale-list-wrapper {
  border-top: 1px solid #48484a;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
.groups-display {
  position: relative;
  display: inline-flex;
  height: 30px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 10px;
  font-size: 12px;
  border-radius: 15px;
  color: #333 ;
  background-color: #e6e6e6 ;
  margin-bottom: 12px;
}
.dark-theme .groups-display {
  color: #DADADA ;
}
.dark-theme .groups-display {
  background-color: #636366 ;
}
.groups-display:hover {
  text-decoration: none;
}
.groups-display img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 8px;
}
.groups-display span {
  line-height: 22px;
}
.groups-display + .groups-display {
  margin-left: 0.5rem;
}

.stage-action-ideate {
  position: relative;
  padding-top: 47px;
}
@media (max-width: 767.98px) {
  .stage-action-ideate {
    padding-top: 7px;
  }
}
.stage-action-ideate > .stage-data > strong {
  font-size: 34px;
}
.stage-action-ideate > .stage-data > span {
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
  margin-top: 14px;
}

.vote-up, .vote-down {
  display: block;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  text-indent: -9999px;
  overflow: hidden;
  width: 0;
  position: absolute;
  left: 37px;
}

.vote-up {
  bottom: 125px;
  border-bottom: 22px solid #abb7bc;
}

.vote-down {
  top: 125px;
  border-top: 22px solid #abb7bc;
}

a.vote-up:hover {
  border-bottom-color: #384EC1;
}

.voted-up > .vote-actions > .vote-up {
  border-bottom-color: #384EC1;
}

a.vote-down:hover {
  border-top-color: #384EC1;
}

.voted-down > .vote-actions > .vote-down {
  border-top-color: #384EC1;
}

.dragable-icon {
  margin-top: -2px;
}

img[src$="loading.svg"], img[src*="static/media/loading."] {
  -webkit-animation: logospin 2s linear infinite;
  -moz-animation: logospin 2s linear infinite;
  animation: logospin 2s linear infinite;
}

@-moz-keyframes logospin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes logospin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes logospin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
.nav > li > a:hover {
  text-decoration: none;
  background-color: #E4E7F7;
  color: #384EC1;
}

.nav.nav-tabs-custom-1 {
  justify-content: flex-end;
}
.nav.nav-tabs-custom-1 .nav-link.active,
.nav.nav-tabs-custom-1 .nav-item.show .nav-link {
  color: #fff;
  background-color: #384EC1;
}
.nav.nav-tabs-custom-1 > li.nav-item {
  margin-left: 3px;
}
.nav.nav-tabs-custom-1 > li.nav-item > a.nav-link {
  border-color: transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.nav.nav-tabs-custom-1 > li.disable {
  float: right;
  background: #ccc;
}

.nav-pills-loose {
  margin-bottom: -4px;
}
.nav-pills-loose > .nav-item {
  margin-right: 4px;
  margin-bottom: 4px;
}
.nav-pills-loose > .nav-item .nav-link:hover {
  cursor: pointer;
}

.nav-tabs {
  border-bottom-color: #ddd ;
}
.dark-theme .nav-tabs {
  border-bottom-color: #48484a ;
}
.nav-tabs .nav-item .nav-link {
  color: #384EC1 ;
  border-color: #ddd ;
}
.dark-theme .nav-tabs .nav-item .nav-link {
  color: #65B1FF ;
}
.dark-theme .nav-tabs .nav-item .nav-link {
  border-color: #48484a ;
}
.nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #384EC1;
}
.nav-tabs .nav-item .nav-link.active:hover {
  color: #fff !important;
  background-color: #384EC1 !important;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
  background-color: #E4E7F7 ;
  color: #384EC1 ;
  border-bottom-color: transparent;
}
.dark-theme .nav-tabs .nav-item .nav-link:hover, .dark-theme .nav-tabs .nav-item .nav-link:focus {
  background-color: #636366 ;
}
.dark-theme .nav-tabs .nav-item .nav-link:hover, .dark-theme .nav-tabs .nav-item .nav-link:focus {
  color: #65B1FF ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.bg-task-progressbar.progress {
  background-color: #c0e8fa !important;
  height: 4px !important;
}
.bg-task-progressbar > .progress-bar {
  background: #03A9F4 !important;
}

.progress {
  background-color: #CCC ;
  font-size: 12px;
  font-weight: bold;
  height: 1.3rem;
}
.dark-theme .progress {
  background-color: #636366 ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.app-loading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.app-loading path {
  fill: #ccc ;
  stroke: #ccc ;
}
.dark-theme .app-loading path {
  fill: #636366 ;
}
.dark-theme .app-loading path {
  stroke: #636366 ;
}
.app-loading .spinner {
  height: 200px;
  width: 200px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.app-loading .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #ccc ;
}
.dark-theme .app-loading .spinner .path {
  stroke: #636366 ;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

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

.ql-editor .ql-align-justify {
  text-align: justify;
}

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

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.ql-mention-list-container {
  width: 270px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(30, 30, 30, 0.08);
  z-index: 9001;
  overflow: auto;
}

.ql-mention-loading {
  line-height: 44px;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 16px;
}

.ql-mention-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ql-mention-list-item {
  cursor: pointer;
  line-height: 44px;
  font-size: 16px;
  padding: 0 20px;
  vertical-align: middle;
}

.ql-mention-list-item.disabled {
  cursor: auto;
}

.ql-mention-list-item.selected {
  background-color: #d3e1eb;
  text-decoration: none;
}

.mention {
  height: 24px;
  width: 65px;
  border-radius: 6px;
  background-color: #d3e1eb;
  padding: 3px 0;
  margin-right: 2px;
  user-select: all;
}

.mention > span {
  margin: 0 3px;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.emoji_completions {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 300px;
  max-height: 230px;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0;
  border: 0;
  background-color: #fff ;
  z-index: 9999;
}
.dark-theme .emoji_completions {
  background-color: #3A3A3B ;
}
.emoji_completions > li {
  display: block;
  margin: 0;
  border-radius: 4px;
}
.emoji_completions > li .ap {
  height: 20px;
}
.emoji_completions > li > button {
  box-sizing: border-box;
  width: 100%;
  padding: 6px 2px;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: left;
  border: none;
  border-radius: 0;
  background: none;
  color: #333 ;
}
.dark-theme .emoji_completions > li > button {
  color: #DADADA ;
}
.emoji_completions > li > button > span {
  margin-right: 5px;
}
.emoji_completions > li > button > span.button-emoji {
  margin-left: 5px;
}
.emoji_completions > li > button:hover, .emoji_completions > li > button:focus, .emoji_completions > li > button.emoji-active {
  outline: none;
  background-color: #ebebeb ;
}
.dark-theme .emoji_completions > li > button:hover, .dark-theme .emoji_completions > li > button:focus, .dark-theme .emoji_completions > li > button.emoji-active {
  background-color: #48484A ;
}
@media (max-width: 575.98px) {
  .emoji_completions {
    left: 0 !important;
  }
}

.ico {
  margin-right: 5px;
  font-size: 18px;
  line-height: 0;
  vertical-align: middle;
}

#emoji-palette {
  position: absolute;
  max-width: 250px;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#tab-filters {
  width: 210px;
  margin: 20px auto 0;
}

.emoji-tab {
  display: inline-table;
  text-align: center;
  width: 30px;
  height: 100%;
  min-height: 30px;
  cursor: pointer;
}

#tab-toolbar {
  padding: 4px 4px 0;
  background-color: #fff ;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dark-theme #tab-toolbar {
  background-color: #3A3A3B ;
}
.dark-theme #tab-toolbar {
  border-bottom: 1px solid #48484a;
}
#tab-toolbar .emoji-tab {
  margin: 5px;
}
#tab-toolbar .emoji-tab.active {
  border-bottom: 3px solid #384EC1;
}
.dark-theme #tab-toolbar .emoji-tab.active {
  border-bottom: 3px solid #4894FD;
}

#tab-toolbar ul {
  margin: 0;
  padding: 0;
}

#tab-toolbar .active {
  border-bottom: 3px solid #2ab27b;
}

#emoji-close-div {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.textarea-emoji-control {
  top: -32px;
  right: 10px;
  width: 25px;
  height: 25px;
}
.textarea-emoji-control svg .ql-stroke {
  stroke: #666 ;
}
.dark-theme .textarea-emoji-control svg .ql-stroke {
  stroke: #999 ;
}
.textarea-emoji-control svg .ql-fill {
  fill: #666 ;
}
.dark-theme .textarea-emoji-control svg .ql-fill {
  fill: #999 ;
}
.textarea-emoji-control:hover {
  cursor: pointer;
}
.textarea-emoji-control:hover svg circle,
.textarea-emoji-control:hover svg path {
  stroke: #384EC1 ;
}
.dark-theme .textarea-emoji-control:hover svg circle,
.dark-theme .textarea-emoji-control:hover svg path {
  stroke: #4894FD ;
}

#textarea-emoji {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 999;
  border-radius: 4px;
  max-width: 350px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
}
.dark-theme #textarea-emoji {
  border: 1px solid #48484a;
}
#textarea-emoji #tab-panel {
  max-height: 230px;
  padding: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: scroll;
  background-color: #fff ;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dark-theme #textarea-emoji #tab-panel {
  background-color: #48484A ;
}
#textarea-emoji #tab-panel .bem {
  width: 28px;
  margin: 6px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #textarea-emoji {
    left: 0 !important;
  }
}
#textarea-emoji .i-activity {
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><g transform="translate(7.500000, 7.500000)"><path stroke="%236F6D70" d="M18.02 1.36c5.92 3.02 8.28 10.26 5.26 16.18-2.12 4.17-6.35 6.57-10.73 6.57-1.83 0-3.7-.4-5.45-1.3-5.9-3-8.27-10.22-5.25-16.2C3.97 2.5 8.2.1 12.57.1c1.84 0 3.7.42 5.45 1.3zm4.7 11.44c.1-1.3-.06-2.6-.47-3.87-.13-.38-.27-.75-.43-1.1l-3.42-1.6-1.57-3.4c-.62-.3-1.27-.5-1.92-.68-.7-.18-1.5-.27-2.3-.27-.4 0-.8.02-1.2.06L8.9 4.74l-3.74.43c-.63.68-1.16 1.45-1.6 2.28-.42.84-.72 1.72-.9 2.63l1.84 3.3-.74 3.68c.3.56.66 1.08 1.1 1.58.76.94 1.7 1.7 2.8 2.32l3.7-.74 3.26 1.84c1.13-.23 2.23-.65 3.24-1.26.6-.35 1.2-.77 1.7-1.24l.44-3.74 2.78-2.55.05-.47z" stroke-linecap="round" stroke-linejoin="round"/><polygon points="10.6158689 8.50666885 8.42649168 12.8046921 11.836847 16.2129328 16.1342124 14.0235556 15.3793892 9.26144504"/></g></g></g></svg>');
}
#textarea-emoji .i-flags {
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><g transform="translate(9.500000, 8.000000)"><path d="M.5 3.13V23.5c0 .83.68 1.5 1.5 1.5.84 0 1.5-.67 1.5-1.5V3.14c0-.83-.66-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5z"/><path d="M3.5 11.54c.7-.16 1.44-.22 2.25-.17 1.38.07 2.48.3 5.23 1.04l.55.2c3.02.8 4.77 1 5.96.67v-7.9c-1.7.33-3.8-.07-7.1-1-3.9-1.1-5.7-1.3-6.9-.5v7.7zm7.68-10.1c4.1 1.15 5.7 1.3 6.98.44 1-.66 2.33.05 2.33 1.25v11c0 .5-.3 1-.7 1.26-2.2 1.4-4.6 1.2-9.1 0l-.56-.16c-4.54-1.2-6.15-1.3-7.05-.2-.9 1.06-2.65.42-2.65-.98v-11c0-.4.2-.8.5-1.1C3.4-.24 5.75-.1 11.2 1.4z"/></g></g></g></svg>');
}
#textarea-emoji .i-food {
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M9.57 28.2c0 .28.22.5.5.5h19.2c.27 0 .5-.22.5-.5v-4.4H9.57v4.4zm23.2-3.06v3.07c0 1.95-1.57 3.5-3.5 3.5h-19.2c-1.93 0-3.5-1.55-3.5-3.5V25c.46.15.96.24 1.47.24h23.78c.33 0 .64-.04.94-.1z"/><path fill-rule="nonzero" d="M6.57 18.2v-3.45c0-3.56 2.9-6.45 6.45-6.45h13.3c3.55 0 6.44 2.9 6.44 6.45v3.45H6.56zm3-1.83h3.6l.4.86c.23.5.73.83 1.3.83.56 0 1.06-.33 1.3-.83l.4-.86h13.2v-1.62c0-1.9-1.56-3.45-3.45-3.45h-13.3c-1.9 0-3.45 1.55-3.45 3.45v1.62z"/><path fill-rule="nonzero" d="M13.23 16.37l.4.86c.24.5.74.83 1.3.83.57 0 1.07-.33 1.3-.83l.4-.86H31.9c2.44 0 4.43 1.98 4.43 4.43 0 2.45-1.98 4.44-4.44 4.44H8.1c-2.44 0-4.43-2-4.43-4.44 0-2.45 1.98-4.43 4.44-4.43h5.14zm-5.12 3c-.8 0-1.42.64-1.42 1.43 0 .8.64 1.44 1.44 1.44h23.8c.8 0 1.43-.64 1.43-1.44 0-.8-.64-1.43-1.44-1.43H18.4c-.83 1.04-2.1 1.7-3.5 1.7-1.37 0-2.65-.66-3.47-1.7H8.1z"/><circle cx="14.6682646" cy="13.75" r="1"/><circle cx="24.6682646" cy="13.75" r="1"/><circle cx="19.6682646" cy="13.75" r="1"/></g></g></svg>');
}
#textarea-emoji .i-nature {
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.96 18.26L30.86 32c.5.46 1.3.43 1.77-.08.46-.5.43-1.3-.08-1.76l-14.9-13.74c-.5-.46-1.3-.43-1.76.08-.5.5-.5 1.3 0 1.76z"/><path d="M18.17 21.28c-.7-.06-1.3.45-1.35 1.14-.06.7.45 1.3 1.13 1.35l4.96.43c.9.07 1.5-.66 1.4-1.47l-1-5.6c-.1-.7-.74-1.14-1.42-1.02-.67.2-1.12.8-1 1.5l.7 4-3.32-.3z"/><path d="M28.48 28.95c-.38.17-1 .4-1.85.64-2.92.7-6 .9-8.95-.2-5.98-2.17-9.8-8.5-10.54-19.9l-.1-1.4 1.38-.2c14.45-2.08 23.4 7.4 21.33 19.85l-1.9-.3.63 1.43zM10.24 10.77C11.12 20.14 14.2 25 18.7 26.6c2.27.83 4.76.74 7.14.1.4-.12.76-.23 1.07-.35 1.2-9.6-5.4-16.57-16.6-15.58z"/></g></g></svg>');
}
#textarea-emoji .i-objects {
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M11.04 16.7c0-4.85 4.02-8.76 8.96-8.76 4.94 0 8.96 3.9 8.96 8.76 0 2.54-1.12 4.9-3 6.54v1.87c0 1.28-1.02 2.27-2.26 2.27h-7.37c-1.23 0-2.25-1-2.25-2.22V23.3c-1.9-1.65-3.04-4-3.04-6.58zm11.9 5.82c0-.48.24-.93.63-1.22 1.5-1.08 2.4-2.77 2.4-4.6 0-3.17-2.67-5.76-5.97-5.76s-5.96 2.6-5.96 5.76c0 1.84.9 3.54 2.42 4.62.4.28.62.74.62 1.22v1.8h5.87V22.5z"/><path d="M21.76 28.78c-.22.05-.42.1-.62.13-.5.1-.9.2-1.1.2-.24 0-.62-.04-1.08-.12l-.74-.15-.08-.02v-2.93c0-.83-.68-1.5-1.5-1.5-.83 0-1.5.67-1.5 1.5v4.1c0 .68.44 1.27 1.1 1.45l.38.1.94.23c.3.1.6.15.87.2.62.1 1.16.17 1.6.17.47 0 1.03-.1 1.7-.2l.7-.17.95-.22c.18-.03.32-.1.4-.1.64-.2 1.08-.76 1.08-1.43v-4.1c0-.83-.67-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5v2.9c-.03 0-.07 0-.1.02z"/></g></g></svg>');
}
#textarea-emoji .i-people {
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M20 34c-7.73 0-14-6.27-14-14S12.27 6 20 6s14 6.27 14 14-6.27 14-14 14zm0-3c6.08 0 11-4.92 11-11S26.08 9 20 9 9 13.92 9 20s4.92 11 11 11z"/><circle cx="15.3474348" cy="16.7705459" r="2.34743481"/><circle cx="24.4703784" cy="16.7705459" r="2.34743481"/><path d="M20 27.9c2.7 0 4.88-2.18 4.88-4.88 0-2.7-9.76-2.7-9.76 0S17.3 27.9 20 27.9z"/></g></g></svg>');
}
#textarea-emoji .i-symbols {
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.37 7.95c-4.48 0-8.06 3.9-8.06 8.64 0 3.5 2.2 6.9 5.8 10.3 1.2 1.1 2.5 2.2 3.9 3.1.84.6 1.5 1 1.98 1.3l.27.15.8.5 1.1-.6c.5-.27 1.18-.7 2-1.25 1.34-.9 2.66-1.9 3.9-3 3.57-3.28 5.75-6.8 5.75-10.6 0-4.74-3.6-8.65-8.1-8.65v3.3c2.6 0 4.76 2.4 4.76 5.35 0 2.65-1.72 5.43-4.7 8.13-1.1 1-2.27 1.9-3.5 2.7-.43.3-.83.54-1.17.74-.35-.2-.76-.5-1.2-.83-1.24-.87-2.4-1.83-3.54-2.87-2.95-2.76-4.7-5.5-4.7-7.9 0-2.98 2.2-5.35 4.78-5.35 1.3 0 2.5.6 3.4 1.6L20 14.3l1.25-1.43c.9-1.03 2.1-1.6 3.38-1.6v-3.3c-1.68 0-3.3.56-4.63 1.57-1.34-1-2.95-1.57-4.63-1.57z"/></g></g></svg>');
}
#textarea-emoji .i-travel {
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M25.46 11.2s-2.67 2.58-3.94 3.95l-10.6-2.13c-.12-.02-.25.04-.3.15l-.8 1.6c-.07.13 0 .3.12.37l7.75 3.88L13.4 24c-.5-.16-1.1-.33-1.66-.3-.3 0-.6.06-.85.25-.3.2-.4.5-.4.9s.1.74.3.98l3.2 3.23c.3.23.7.34 1 .34.4 0 .7-.13.9-.37.2-.23.24-.53.25-.84 0-.6-.15-1.2-.3-1.7l4.97-4.3 3.9 7.76c.06.13.23.2.36.12l1.6-.8c.13-.07.2-.2.17-.3l-2.12-10.6c1.4-1.28 3.95-3.95 3.96-3.96.86-.88 1.4-1.93 1.4-2.87 0-.5-.17-1-.5-1.33-.37-.36-.87-.5-1.38-.5-.95 0-2 .52-2.88 1.4zm2.87-4.4c1.28 0 2.54.44 3.5 1.4.93.93 1.38 2.2 1.38 3.47 0 1.8-.8 3.54-2.2 4.94-.4.5-1.7 1.8-2.8 2.9l1.8 9c.3 1.5-.4 2.9-1.7 3.6l-1.62.8c-1.62.8-3.6.1-4.36-1.4L20 27.1l-.7.6v.62c-.03.92-.28 1.8-.92 2.6-.8 1-1.98 1.5-3.22 1.5-1.03 0-2.12-.37-2.96-1.1l-.16-.14-3.22-3.22-.1-.12c-.75-.83-1.12-1.9-1.12-3 0-1.24.5-2.43 1.48-3.22.8-.6 1.68-.9 2.62-.9h.62l.6-.7-4.27-2.1c-1.65-.8-2.33-2.8-1.52-4.4l.8-1.64c.67-1.3 2.14-2.02 3.57-1.73l9 1.8 1.36-1.33 1.5-1.48c1.42-1.4 3.17-2.27 4.97-2.27z"/></g></g></svg>');
}

.ql-emojiblot {
  display: inline-block;
  vertical-align: text-top;
}

.ap {
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
}

.bem-speech {
  display: none;
}

.editor-thumbnails .selected-thumbnail img {
  height: 350px;
}
.editor-thumbnails .thumbnail.selected img {
  border: 3px solid #FF9800;
}

.new-rich-text-editor {
  padding: 0;
}
.new-rich-text-editor.readonly .ql-toolbar {
  display: none;
}
.new-rich-text-editor:focus-within {
  border: 1px solid;
  border-color: #384EC1 !important;
}
.dark-theme .new-rich-text-editor:focus-within {
  border-color: #4894FD !important;
}
.new-rich-text-editor .ql-toolbar {
  background-color: #dddddd ;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dark-theme .new-rich-text-editor .ql-toolbar {
  background-color: #48484A ;
}
.new-rich-text-editor .ql-toolbar button.ql-active .ql-stroke {
  stroke: #384EC1 !important;
}
.dark-theme .new-rich-text-editor .ql-toolbar button.ql-active .ql-stroke {
  stroke: #4894FD !important;
}
.new-rich-text-editor .ql-toolbar button:hover .ql-stroke {
  stroke: #384EC1 !important;
}
.dark-theme .new-rich-text-editor .ql-toolbar button:hover .ql-stroke {
  stroke: #4894FD !important;
}
.new-rich-text-editor .ql-toolbar button:hover .ql-fill {
  fill: #384EC1 !important;
}
.dark-theme .new-rich-text-editor .ql-toolbar button:hover .ql-fill {
  fill: #4894FD !important;
}
.new-rich-text-editor .ql-toolbar .ql-picker {
  color: #666 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker {
  color: #DADADA ;
}
.new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded {
  color: #666 ;
  border-color: #ddd ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded {
  color: #DADADA ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded {
  border-color: #48484a ;
}
.new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  border: none;
  color: #333 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  color: #DADADA ;
}
.new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label .ql-picker-label:hover {
  border: none;
}
.new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label.ql-stroke:hover {
  stroke: #666 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label.ql-stroke:hover {
  stroke: #999 ;
}
.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-item:hover {
  color: #384EC1 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-item:hover {
  color: #65B1FF ;
}
.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label:hover, .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label.ql-active {
  color: #384EC1 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label:hover, .dark-theme .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label.ql-active {
  color: #65B1FF ;
}
.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label:hover .ql-stroke, .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label.ql-active .ql-stroke {
  stroke: #384EC1 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label:hover .ql-stroke, .dark-theme .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label.ql-active .ql-stroke {
  stroke: #4894FD ;
}
.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-options {
  border-color: #ddd ;
  background-color: #f0f0f0 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-options {
  border-color: #48484a ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-options {
  background-color: #2C2C2F ;
}
.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-options .ql-picker-item.ql-selected {
  color: #384EC1 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-options .ql-picker-item.ql-selected {
  color: #65B1FF ;
}
.new-rich-text-editor .ql-toolbar .ql-stroke {
  stroke: #666 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-stroke {
  stroke: #999 ;
}
.new-rich-text-editor .ql-toolbar .ql-fill {
  fill: #666 ;
}
.dark-theme .new-rich-text-editor .ql-toolbar .ql-fill {
  fill: #999 ;
}
.new-rich-text-editor .ql-editor {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  min-height: 180px;
  max-height: 600px;
  background-color: #F0F2F5 ;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  resize: vertical;
}
.dark-theme .new-rich-text-editor .ql-editor {
  background-color: #333 ;
}
.new-rich-text-editor .ql-editor.ql-blank::before {
  font-style: normal;
  color: #666 ;
}
.dark-theme .new-rich-text-editor .ql-editor.ql-blank::before {
  color: #aaa ;
}
.new-rich-text-editor .ql-tooltip {
  padding: 11px 20px;
  border-radius: 4px;
  background-color: #fff ;
  color: #333 ;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #ddd ;
}
.dark-theme .new-rich-text-editor .ql-tooltip {
  background-color: #3A3A3B ;
}
.dark-theme .new-rich-text-editor .ql-tooltip {
  color: #DADADA ;
}
.dark-theme .new-rich-text-editor .ql-tooltip {
  border: 1px solid #48484a;
}
.dark-theme .new-rich-text-editor .ql-tooltip {
  box-shadow: 0px 2px 3px #2C2C2F ;
}
.new-rich-text-editor .ql-tooltip input[type=text] {
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff ;
  color: #000 ;
}
.dark-theme .new-rich-text-editor .ql-tooltip input[type=text] {
  border: 1px solid #48484a;
}
.dark-theme .new-rich-text-editor .ql-tooltip input[type=text] {
  background-color: #333 ;
}
.dark-theme .new-rich-text-editor .ql-tooltip input[type=text] {
  color: #DADADA ;
}
.new-rich-text-editor .ql-tooltip input[type=text]:focus {
  border: none;
  outline: 1px solid rgba(56, 78, 193, 0.5) !important;
}
.new-rich-text-editor .ql-tooltip input[type=text]:focus-visible {
  outline: none;
}
.new-rich-text-editor .ql-tooltip .ql-editor {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.new-rich-text-editor .ql-toolbar {
  border: none !important;
}
.new-rich-text-editor .ql-container {
  height: auto;
  border: none !important;
  word-break: break-word;
}
.new-rich-text-editor .ql-container #textarea-emoji {
  top: 0;
}
.new-rich-text-editor + .ql-counter {
  margin-top: 5px;
  color: #6c757d;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.new-rich-text-editor + .ql-counter.characters-exceed {
  color: #FB5629;
}
.new-rich-text-editor .ql-mention-list-container {
  max-height: 230px;
  width: 300px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff ;
  border: 1px solid #ddd;
}
.dark-theme .new-rich-text-editor .ql-mention-list-container {
  background-color: #3A3A3B ;
}
.dark-theme .new-rich-text-editor .ql-mention-list-container {
  border: 1px solid #48484a;
}
.new-rich-text-editor .ql-mention-list-container .ql-mention-list-item {
  line-height: 18px;
  padding: 0 10px;
  font-size: 14px;
}
.new-rich-text-editor .ql-mention-list-container .ql-mention-list-item.selected {
  background-color: #ebebeb ;
}
.dark-theme .new-rich-text-editor .ql-mention-list-container .ql-mention-list-item.selected {
  background-color: #48484A ;
}
.new-rich-text-editor .ql-mention-list-container .ql-mention-list-item .mention-name {
  max-width: 225px;
}

.mention {
  border-radius: 2px;
  line-height: 23px;
  padding: 2px 0;
  color: #384EC1 ;
  background-color: #D3E1EB ;
}
.dark-theme .mention {
  color: #65B1FF ;
}
.dark-theme .mention {
  background-color: #48484A ;
}

.ql-editor.ql-render {
  overflow-y: hidden;
  overflow-x: auto !important;
  padding: 0;
  height: auto;
}
.ql-editor.ql-render img {
  max-width: 100%;
  height: auto;
}
.ql-editor.ql-render iframe {
  width: 425px;
  height: 280px;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .ql-editor.ql-render iframe {
    width: 280px;
  }
}
.ql-editor.ql-render a {
  cursor: pointer;
}
.ql-editor blockquote, .ql-snow .ql-editor blockquote {
  border-left: 3px solid #C4C4C4;
  padding-left: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .ql-tooltip {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .ql-tooltip input {
    width: 100% !important;
  }
  .ql-tooltip a.ql-action::after {
    margin-left: 0 !important;
  }
}

.resize-overlay .ql-stroke {
  stroke: #666 !important;
}
.dark-theme .resize-overlay .ql-stroke {
  stroke: #999 !important;
}
.resize-overlay .ql-fill {
  fill: #666 !important;
}
.dark-theme .resize-overlay .ql-fill {
  fill: #999 !important;
}
.resize-overlay .left-align,
.resize-overlay .center-align,
.resize-overlay .right-align {
  cursor: pointer;
}
.resize-overlay .left-align:hover .ql-stroke,
.resize-overlay .center-align:hover .ql-stroke,
.resize-overlay .right-align:hover .ql-stroke {
  stroke: #384EC1 !important;
}
.dark-theme .resize-overlay .left-align:hover .ql-stroke,
.dark-theme .resize-overlay .center-align:hover .ql-stroke,
.dark-theme .resize-overlay .right-align:hover .ql-stroke {
  stroke: #4894FD !important;
}
.resize-overlay .left-align:hover .ql-fill,
.resize-overlay .center-align:hover .ql-fill,
.resize-overlay .right-align:hover .ql-fill {
  fill: #384EC1 !important;
}
.dark-theme .resize-overlay .left-align:hover .ql-fill,
.dark-theme .resize-overlay .center-align:hover .ql-fill,
.dark-theme .resize-overlay .right-align:hover .ql-fill {
  fill: #4894FD !important;
}

.ql-embed-placeholder {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 400px;
  height: 225px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: default !important;
  margin-bottom: 1em;
  padding: 2em;
}
.ql-embed-placeholder:hover {
  background-color: #e8e8e8;
}
.ql-embed-placeholder::before {
  content: "<" attr(data-type) ">";
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.ql-embed-placeholder::after {
  content: attr(data-src);
  color: #666;
}
.ql-embed-placeholder.active {
  border-color: #abc9e9;
  background-color: #d2e5f9;
}
.ql-embed-placeholder.selected {
  color: #fff;
  border-color: #4185d2;
  background-color: #5f9de2;
}
.ql-embed-placeholder.selected::after {
  color: #fff;
}

.ql-image {
  vertical-align: bottom;
  display: inline-block;
}

/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
.image-cropper .circle .cropper-view-box {
  box-shadow: 0 0 0 1px #39f;
  border-radius: 50%;
  outline: 0;
}
.image-cropper .circle .cropper-face {
  background-color: inherit !important;
}
.image-cropper .circle .cropper-view-box {
  outline: inherit !important;
}
.image-cropper .image-container {
  max-height: 600px;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.slider-skeleton {
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  height: 165px;
  border-radius: 4px;
  overflow: hidden;
  flex: 1;
}

.ideascale-slider {
  overflow: hidden;
}
.ideascale-slider .slick-list {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.slider-container {
  display: block;
  height: 165px;
  overflow: hidden;
  background-color: #384EC1;
  border-radius: 4px;
}

.slider-image {
  z-index: 1;
  object-fit: cover;
}

.slider-bg-overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.slider-content {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 3;
}
.slider-content p, .slider-content ul, .slider-content ol {
  margin-bottom: 0 !important;
}
.slider-content ul, .slider-content ol {
  text-align: left;
}
.slider-content .scrollbar {
  width: calc(100% - 70px) !important;
}
.slider-content .slider-icon-wrapper svg.slider-icon {
  fill: #fff;
}

.slider-header {
  overflow: hidden;
  max-height: 30%;
}

.slider-title {
  line-height: 1.2;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

.slider-icon-wrapper {
  line-height: 1;
  background: transparent;
  border: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  margin-top: -2px;
}

.slider-card {
  outline: 0;
}
.slider-card:focus .slider-container {
  box-shadow: 0 0 0 0.25rem rgba(56, 78, 193, 0.25);
}
.slider-card .expiry-imminent {
  color: #BF2C04;
  background: #FFEEEA;
}
.slider-card .expiry-imminent svg {
  fill: #BF2C04;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-arrows {
  background-color: #000;
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  opacity: 0.6;
  border: 0;
  padding: 0;
  z-index: 999;
}
.slider-arrows svg {
  fill: #fff !important;
}
.slider-arrows-next {
  right: 0.25rem;
}
.slider-arrows-prev {
  left: 0.25rem;
}
.slider-arrows:hover {
  opacity: 1;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
.option-slider .rc-slider-dot {
  height: 16px;
  width: 16px;
  background-color: #CCC;
  border-color: #CCC;
}
.option-slider .rc-slider-dot-active {
  background-color: #384EC1;
  border-color: #384EC1;
}
.option-slider .rc-slider-rail {
  background-color: #f0f0f0;
}
.option-slider .rc-slider-handle {
  display: none;
}
.option-slider .rc-slider-track {
  background-color: #E4E7F7;
}
.option-slider .rc-slider-mark {
  font-size: 14px;
}
.option-slider .rc-slider-mark-text-active {
  color: #384EC1 !important;
}
.option-slider .rc-slider-mark-text-active svg {
  fill: #384EC1 !important;
}
.option-slider .slider-vertical .rc-slider-dot {
  left: 4px;
  margin-bottom: -8px !important;
}
.option-slider .slider-vertical .rc-slider-rail, .option-slider .slider-vertical .rc-slider-track {
  width: 16px;
}
.option-slider .slider-vertical .rc-slider-mark-text {
  margin-left: 1rem !important;
  text-align: left;
  transform: translateY(4px) !important;
  margin-bottom: -5px !important;
}
.option-slider .slider-horizontal {
  width: calc(100% - 200px);
}
.option-slider .slider-horizontal .rc-slider-dot {
  bottom: -12px;
  margin-left: -8px;
}
.option-slider .slider-horizontal .rc-slider-rail, .option-slider .slider-horizontal .rc-slider-track {
  height: 16px;
}
.option-slider .slider-horizontal .rc-slider-mark-text {
  margin-top: 0.5rem !important;
  text-align: left;
  transform: translateX(-8px) !important;
  width: 100%;
}
.option-slider .slider-horizontal .rc-slider-mark-text:last-child {
  min-width: 150px;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
.scrollbar > ::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.scrollbar .thumb-vertical,
.scrollbar .thumb-horizontal {
  border-radius: 4px;
  background-color: #C0C0C0 !important;
  width: 6px;
  opacity: 0.75;
}
.dark-theme .scrollbar .thumb-vertical,
.dark-theme .scrollbar .thumb-horizontal {
  background-color: #5F5F5F !important;
}
.scrollbar > div:first-child {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.classification-label {
  padding: 1px 3px;
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  border-radius: 4px;
  cursor: default;
  white-space: normal;
}
.classification-label-ts {
  background-color: #FF9800;
  color: #000;
}
.classification-label-s {
  background-color: #FB5629;
  color: #fff;
}
.classification-label-c {
  background-color: #384EC1;
  color: #fff;
}
.classification-label-u {
  background-color: #4CAF50;
  color: #fff;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.input-group-lg > .custom-input-group-text {
  padding: calc(0.5rem - 4px) 1rem;
}

.input-group-sm > .custom-input-group-text {
  padding: calc(0.25rem - 4px) 0.5rem;
}

.input-group > .custom-input-group-text {
  padding: calc(0.375rem - 4px) 0.75rem;
}

.custom-input-group {
  background-color: #F0F2F5 ;
  color: #333 ;
  border-radius: 4px;
}
.dark-theme .custom-input-group {
  background-color: #333 ;
}
.dark-theme .custom-input-group {
  color: #DADADA ;
}
.has-error .custom-input-group:focus-within {
  box-shadow: none;
}
.custom-input-group:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(56, 78, 193, 0.25);
}
.custom-input-group .input-group-text {
  background-color: #fff !important;
  color: #333 ;
  margin: 4px;
  border-radius: 4px !important;
  border: none !important;
}
.dark-theme .custom-input-group .input-group-text {
  background-color: #48484A !important;
}
.dark-theme .custom-input-group .input-group-text {
  color: #DADADA ;
}
.custom-input-group .form-control {
  border: none !important;
}
.custom-input-group .form-control:focus {
  box-shadow: none;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.ideascale-custom-radio input[type=radio] {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.ideascale-custom-radio input[type=radio]:checked + label {
  background-color: #E4E7F7 ;
  color: #384EC1 ;
}
.dark-theme .ideascale-custom-radio input[type=radio]:checked + label {
  background-color: #636366 ;
}
.dark-theme .ideascale-custom-radio input[type=radio]:checked + label {
  color: #EEE ;
}
.ideascale-custom-radio input[type=radio]:checked + label svg {
  fill: #384EC1 ;
}
.dark-theme .ideascale-custom-radio input[type=radio]:checked + label svg {
  fill: #EEE ;
}
.ideascale-custom-radio input[type=radio]:not(:checked):hover + label {
  background-color: #EDEFF3 ;
}
.dark-theme .ideascale-custom-radio input[type=radio]:not(:checked):hover + label {
  background-color: #4A4A4C ;
}
.ideascale-custom-radio input[type=radio]:focus-visible + label {
  outline: 1px solid #CCC;
}
.dark-theme .ideascale-custom-radio input[type=radio]:focus-visible + label {
  outline: 1px solid #777;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.divider-with-text {
  position: relative;
  margin: 2.5rem 0;
  border-top: 1px solid;
  text-align: center;
  border-top-color: #ddd ;
}
.dark-theme .divider-with-text {
  border-top-color: #48484a ;
}
.divider-with-text::after {
  content: attr(data-content);
  position: absolute;
  top: -17px;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  display: inline-flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.7);
  font-size: 0.8571428571rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff ;
}
.dark-theme .divider-with-text::after {
  background-color: #48484A ;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.date-picker-popper {
  z-index: 99999;
  padding-top: 0 !important;
}
.date-picker-popper > div {
  border-radius: 4px;
}

.react-datepicker {
  background: transparent;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08) ;
}
.dark-theme .react-datepicker {
  box-shadow: 1px 0 0 #48484a, -1px 0 0 #48484a, 0 1px 0 #48484a, 0 -1px 0 #48484a, 0 3px 13px rgba(0, 0, 0, 0.08) ;
}
.react-datepicker__navigation:focus-visible {
  outline: transparent;
  border: 1px solid;
  border-color: #384EC1 ;
}
.dark-theme .react-datepicker__navigation:focus-visible {
  border-color: #4894FD ;
}
.react-datepicker__navigation-icon {
  top: 0;
  font-size: 1rem !important;
}
.react-datepicker .react-datepicker__month-container {
  width: 100% !important;
  background-color: #fff ;
}
.dark-theme .react-datepicker .react-datepicker__month-container {
  background-color: #3A3A3B ;
}
.react-datepicker .react-datepicker__month-container:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.react-datepicker .react-datepicker__month-container:first-of-type .react-datepicker__header {
  border-top-left-radius: 4px;
}
.react-datepicker .react-datepicker__month-container:first-of-type .prev-month-btn {
  display: block !important;
}
.react-datepicker .react-datepicker__month-container:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.react-datepicker .react-datepicker__month-container:last-of-type .react-datepicker__header {
  border-top-right-radius: 4px;
}
.react-datepicker .react-datepicker__month-container:last-of-type .next-month-btn {
  display: block !important;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__header {
  background-color: #fff ;
  border-color: #ddd ;
  border-radius: 0;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__header {
  background-color: #48484A ;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__header {
  border-color: #48484a ;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-name {
  margin: 6px;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__current-month {
  font-size: 1.2857142857rem;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__current-month,
.react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-name {
  color: #000 ;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__current-month,
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-name {
  color: #DADADA ;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__day {
  border: 1px solid transparent;
  margin: 6px;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__day:not(.react-datepicker .react-datepicker__month-container .react-datepicker__day--disabled) {
  color: #000 ;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day:not(.react-datepicker .react-datepicker__month-container .react-datepicker__day--disabled) {
  color: #DADADA ;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__day:hover {
  background-color: #e6e6e6 ;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day:hover {
  background-color: #48484A ;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__day:focus-visible {
  outline: none;
  border-color: #384EC1 ;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day:focus-visible {
  border-color: #4894FD ;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__day--outside-month {
  outline: none;
  border: none;
  background: none;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__day--keyboard-selected {
  background: transparent;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__day--in-range, .react-datepicker .react-datepicker__month-container .react-datepicker__day--in-selecting-range {
  background-color: #e6e6e6 ;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--in-range, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--in-selecting-range {
  background-color: #48484A ;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__day--selected, .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-start, .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-start, .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-end, .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-end {
  background-color: #384EC1 !important;
  color: #fff !important;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--selected, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-start, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-start, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-end, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-end {
  background-color: #4894FD !important;
}
.react-datepicker .react-datepicker__month-container .react-datepicker__day--selected:focus-visible, .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-start:focus-visible, .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-start:focus-visible, .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-end:focus-visible, .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-end:focus-visible {
  background-color: #E4E7F7 !important;
  color: #000 !important;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--selected:focus-visible, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-start:focus-visible, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-start:focus-visible, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-end:focus-visible, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-end:focus-visible {
  background-color: #636366 !important;
}
.dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--selected:focus-visible, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-start:focus-visible, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-start:focus-visible, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--range-end:focus-visible, .dark-theme .react-datepicker .react-datepicker__month-container .react-datepicker__day--selecting-range-end:focus-visible {
  color: #DADADA !important;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.text-gray {
  color: #666 !important;
}
.dark-theme .text-gray {
  color: #ACACAC !important;
}

.text-primary {
  color: #384EC1 !important;
}
.dark-theme .text-primary {
  color: #65B1FF !important;
}

.text-warning {
  color: #996F1F !important;
}
.dark-theme .text-warning {
  color: #FF9800 !important;
}

.text-muted {
  color: #6c757d !important;
}
.dark-theme .text-muted {
  color: #AEAEAE !important;
}

.text-link {
  color: #384EC1 ;
  cursor: pointer;
}
.dark-theme .text-link {
  color: #65B1FF ;
}

.text-disabled {
  color: #384EC1 !important;
}
.dark-theme .text-disabled {
  color: #65B1FF !important;
}

.text-input-placeholder {
  color: #666 !important;
}
.dark-theme .text-input-placeholder {
  color: #aaa !important;
}

.text-default {
  color: #333 !important;
}
.dark-theme .text-default {
  color: #DADADA !important;
}

.required {
  color: #FB5629;
  font-weight: normal; /* this is needed because some labels are in bold but not all of them */
}

.bg-gray {
  background: rgb(246, 247, 249) !important;
}
.dark-theme .bg-gray {
  background: #48484A !important;
}

.bg-body {
  background: #f0f0f0 !important;
}
.dark-theme .bg-body {
  background: #2C2C2F !important;
}

.bg-gray-light {
  background: #f6f7f9 !important;
}

.bg-light-blue {
  background: #eef6fc !important;
}

.bg-hover-gray:hover, .bg-hover-gray:focus-visible {
  background: #f5f5f5 !important;
}
.dark-theme .bg-hover-gray:hover, .dark-theme .bg-hover-gray:focus-visible {
  background: #48484A !important;
}

.warning-weak {
  background: #fbf8d5 !important;
}
.dark-theme .warning-weak {
  background: #423D0A !important;
}

.warning-strong {
  background: #ffebeb !important;
}
.dark-theme .warning-strong {
  background: #472625 !important;
}

.error-input {
  border-bottom: 1px dashed red;
}

.border-1 {
  border: 1px solid;
  border-color: #ddd ;
}
.dark-theme .border-1 {
  border-color: #48484a ;
}

.border-top-1 {
  border-top: 1px solid;
  border-top-color: #ddd ;
}
.dark-theme .border-top-1 {
  border-top-color: #48484a ;
}

.border-left-1 {
  border-left: 1px solid;
  border-left-color: #ddd ;
}
.dark-theme .border-left-1 {
  border-left-color: #48484a ;
}

.border-bottom-1 {
  border-bottom: 1px solid;
  border-bottom-color: #ddd ;
}
.dark-theme .border-bottom-1 {
  border-bottom-color: #48484a ;
}

.border-top-left-0 {
  border-top-left-radius: 0 !important;
}

.border-top-right-0 {
  border-top-right-radius: 0 !important;
}

.border-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.border-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

.bg-input {
  background-color: #F0F2F5 !important;
}
.dark-theme .bg-input {
  background-color: #333 !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  color: #000 !important;
  background-color: #fff !important;
}
.dark-theme .sr-only {
  color: #fff !important;
}
.dark-theme .sr-only {
  background-color: #000 !important;
}

@media (max-width: 767.98px) {
  .bg-white-md-down {
    background: #fff !important;
  }
  .bg-grey-md-down {
    background-color: #EFF1F4;
  }
}
.w-20 {
  width: 20% !important;
}

.font-size-sm {
  font-size: 0.8571428571rem;
}

.font-size-md {
  font-size: 1.1428571429rem;
}

.font-size-lg {
  font-size: 1.2857142857rem;
}

.pre-line {
  white-space: pre-line;
}

.text-wrap {
  white-space: unset;
}

.break-all-words {
  word-break: break-all;
}

.comma-separated > .cs-item {
  display: inline;
}
.comma-separated > .cs-item:after {
  content: ", ";
}
.comma-separated > .cs-item:last-child:after {
  content: none;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-height-0 {
  line-height: 0;
}

.line-height-1 {
  line-height: 1;
}

.min-width {
  min-width: 0;
}

.box-shadow {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.rounded-1 {
  border-radius: 1rem !important;
}

.rounded {
  border-radius: 4px !important;
}

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

.scrollable-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1055;
  overflow-x: hidden;
  overflow-y: auto;
}

.drawer-able .dropdown-menu {
  z-index: 9999;
  outline: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: text !important;
}

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

.icon-circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #333 ;
}
.dark-theme .icon-circle {
  background-color: #DADADA ;
}

@keyframes slide-out-to-left {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.pos-top-0,
.top-0 {
  top: 0 !important;
}

.top-2 {
  top: 2px;
}

.pos-top-n1,
.top-n1 {
  top: -1px !important;
}

.triangle {
  width: 0;
  height: 0;
}
.triangle-up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #666;
}
.dark-theme .triangle-up {
  border-bottom: 5px solid #999;
}
.triangle-down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
}
.dark-theme .triangle-down {
  border-top: 5px solid #999;
}
.triangle-right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #666;
}
.dark-theme .triangle-right {
  border-left: 5px solid #999;
}
.triangle-left {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #666;
}
.dark-theme .triangle-left {
  border-right: 5px solid #999;
}

.img-size-18p {
  width: 18px;
  height: 18px;
}

.flash {
  animation: flash 1s ease-in-out;
}
.dark-theme .flash {
  animation: flash-dark 1s ease-in-out;
}

.first-letter-uppercase:first-letter {
  text-transform: uppercase;
}

.list-group-item {
  color: #333 ;
}
.dark-theme .list-group-item {
  color: #DADADA ;
}

@keyframes flash {
  0% {
    background-color: rgba(255, 255, 0, 0);
  }
  50% {
    background-color: rgb(245, 240, 188);
  }
  100% {
    background-color: rgba(255, 255, 0, 0);
  }
}
@keyframes flash-dark {
  0% {
    background-color: #333;
  }
  50% {
    background-color: #2C2C2F;
  }
  100% {
    background-color: #333;
  }
}
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.transform {
  transform: translate(-50%, -50%) !important;
}

.transform-x {
  transform: translateX(-50%) !important;
}

.transform-y {
  transform: translateY(-50%) !important;
}

.transform-rotate90 {
  transform: rotate(90deg) !important;
}

.transform-rotate45 {
  transform: rotate(45deg) !important;
}

/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/* cannot use "none", otherwise certain multiple-shadow rules (like for :focus) will be invalid */
/*$theme-link-color: 'theme-link-color';
$theme-link-color-visited: 'theme-link-color-visited';
$theme-link-color-hover: 'theme-link-color-hover';*/
/* mixin for multiline */
.classic-link {
  color: #384EC1 !important;
}
.dark-theme .classic-link {
  color: #65B1FF !important;
}
.classic-link:visited, .classic-link:active {
  color: #ab38c1 !important;
}
.dark-theme .classic-link:visited, .dark-theme .classic-link:active {
  color: #C58AF9 !important;
}

.action-link {
  color: #666 !important;
  text-decoration: none;
}
.action-link:hover, .action-link:focus {
  text-decoration: none;
}
.action-link.disable {
  pointer-events: none;
  cursor: default;
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  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%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-top: -5px;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  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:focus {
  outline: none;
}

.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;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #ACACAC;
}

.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;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

.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 {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  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 {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
  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 {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  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% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -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 {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  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;
}