/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./ui/carousel/carousel.css ***!
  \********************************************************************************************************************************************************************************************/
.embla {
  width: 100%;
  max-width: 48rem;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 100%;
}
.embla .embla__viewport {
  overflow: hidden;
}
.embla .embla__viewport .embla__container {
  display: flex;
  justify-content: space-between;
}
.embla .embla__viewport .embla__container .embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  text-align: center;
}
.embla .embla__viewport .embla__container.horizontal {
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}
.embla .embla__viewport .embla__container.horizontal .embla__slide {
  min-width: 0;
  padding-left: var(--slide-spacing);
}
.embla .embla__viewport .embla__container.vertical {
  touch-action: pan-x pinch-zoom;
  margin-top: calc(var(--slide-spacing) * -1);
}
.embla .embla__viewport .embla__container.vertical .embla__slide {
  min-height: 0;
  padding-top: var(--slide-spacing);
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/table/data-table/data-table.css ***!
  \****************************************************************************************************************************************************************************************************************/
.sl-toolbar {
  margin-bottom: 0 !important;
}

.sl-toolbar > * {
  margin-bottom: 12px;
}

.sl-data-table-fixed-header {
  position: relative;
  height: 450px;
  width: 100%;
  overflow: auto;
  display: block;
}

.sl-data-table .table-pin {
  border: 0;
  background: transparent;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
}

.sl-data-table .table-pin img {
  display: none;
}

.sl-data-table .table-pin.table-pin-pinned img {
  display: block;
}

.sl-data-table thead th:hover .table-pin img {
  display: block;
}

.cohort-table tr.selected {
  background: rgb(255, 245, 249) !important;
}
.cohort-table tr.selected td {
  color: var(--color-primary) !important;
}

.sl-data-table-nodata .nodata-icon {
  margin-top: 34px;
}
.sl-data-table-nodata .nodata-message {
  font-size: 16px;
  font-weight: 600;
  margin-top: 34px;
  margin-bottom: 16px;
}
.sl-data-table-nodata .nodata-message2 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 38px;
  max-width: 350px;
}

.sl-search-bar-table {
  min-width: 280px;
  max-width: 400px;
  flex-grow: 1;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/table/simple-table/simple-table.css ***!
  \********************************************************************************************************************************************************************************************************************/
.sl-simple-table {
  background: #FFF;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
}

.sl-simple-table-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  /*overflow: auto;*/
  white-space: nowrap;
  grid-template-rows: auto 1fr;
  grid-auto-flow: dense;
  overflow: auto;
  width: 100%;
  flex: 1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.sl-simple-table-wrapper thead th {
  position: sticky;
  top: 0;
  background-color: #F1F1F4;
  z-index: 1002;
}

.sl-simple-table-wrapper tfoot th {
  position: sticky;
  background-color: #F1F1F4;
  bottom: 0;
  z-index: 1002;
}

.sl-simple-table-wrapper tbody {
  min-height: 200px;
}

.sl-simple-table-wrapper a {
  font-weight: 600;
}

.sl-simple-table table {
  /*border-top: 1px solid var( --gray-color );
  border-left: 1px solid var( --gray-color );*/
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 100%;
  background: #FFF;
}

.sl-simple-table td {
  /* text-align: left; */
  padding: 10px 40px 10px 10px;
  /*border-right: 1px solid var( --gray-color );
  border-bottom: 1px solid var( --gray-color );*/
}

.sl-simple-table th {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 6px 40px 5px 10px;
}

.sl-simple-table th,
.sl-simple-table td {
  cursor: pointer;
  white-space: nowrap;
}

.sticky {
  background: inherit;
  position: sticky;
  left: 0;
  z-index: 1001;
}

.sticky-header {
  left: 34px;
  z-index: 1003 !important;
}

.sticky-cell {
  left: 34px;
}

.sticky-header-checkbox {
  left: 0;
  z-index: 1003 !important;
}

.sticky-checkbox {
  left: 0;
  z-index: 1002 !important;
}

.sl-simple-table th.sticky-header-checkbox,
.sl-simple-table td.sticky-checkbox {
  width: 34px;
  padding-right: 10px !important;
  /*padding-top: 10px !important;*/
}

.sl-simple-table th.align-center,
.sl-simple-table td.align-center {
  text-align: center !important;
}

.sl-simple-table thead {
  background: #F1F1F4;
}

.sl-simple-table tbody tr:nth-child(2n+2) {
  background: #F9FAFA;
}

.sl-simple-table tbody tr:nth-child(2n+1) {
  background: #FFF;
}

.sl-simple-table tbody tr:hover:nth-child(2n+1),
.sl-simple-table tbody tr:hover:nth-child(2n+2) {
  background: #F4F5FB;
}

.sl-simple-table tbody tr.selected:hover:nth-child(2n+1),
.sl-simple-table tbody tr.selected:hover:nth-child(2n+2) {
  background: #FEFCE8;
}

.sl-simple-table tbody tr.selected:nth-child(2n+2) {
  background: #FFFFB4;
}

.sl-simple-table tbody tr.selected:nth-child(2n+1) {
  background: lightyellow;
}

.sl-th-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
}

.sl-th-label {
  margin-right: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  display: flex;
}

.sl-th-controlls button {
  display: block;
  cursor: pointer;
  /*text-indent: -10000px;*/
  padding: 0;
  border: 0;
  background: none;
  margin: 2px;
}

.sl-th-controlls button::after {
  content: "";
  display: block;
  border: 3px solid transparent;
}

.sl-th-controlls button:focus {
  outline: none;
}

.sl-th-controlls .sl-th-controll-up::after {
  border-bottom-color: var(--color-darkgray);
}

.sl-th-controlls .sl-th-controll-down::after {
  border-top-color: var(--color-darkgray);
}

.sl-th-controlls button.sl-th-controll-up:hover::after {
  border-bottom-color: var(--color-primary);
}

.sl-th-controlls button.sl-th-controll-down:hover::after {
  border-top-color: var(--color-primary);
}

.sl-th-controlls button.sl-th-controll-up.selected::after {
  border-bottom-color: var(--color-primary);
}

.sl-th-controlls button.sl-th-controll-down.selected::after {
  border-top-color: var(--color-primary);
}

/* Pagination */
.sl-dt-pagination {
  display: flex;
  /*justify-content: flex-end;*/
  justify-content: center;
  padding: 12px 0 0;
  align-items: center;
  font-size: 11px;
  border-top: 1px solid var(--color-lightgray);
}

.sl-dt-pagination .sl-button-dropdown-wrapper {
  margin-right: 20px;
  margin-left: 10px;
}

.sl-dt-pagination .sl-button-dropdown-wrapper .sl-button-dropdown {
  font-size: 11px;
  height: 24px;
}

.sl-dt-pagination .pagination-controlls {
  /*margin-left: 10px;*/
  display: flex;
}

.sl-dt-pagination .pagination-controlls button {
  margin: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  font-size: 11px;
  background: var(--color-white);
  color: var(--color-text);
  display: flex;
  align-content: center;
  align-items: center;
}

.sl-dt-pagination .pagination-controlls button[disabled] {
  opacity: 0.5;
}

.sl-dt-pagination .pagination-controlls .arrow-first {
  background: url("/images/arrow-first.svg") no-repeat center center;
  transform: scale(0.8);
  /*text-indent: -10000px;*/
}

.sl-dt-pagination .pagination-controlls .arrow-last {
  background: url("/images/arrow-last.svg") no-repeat center center;
  transform: scale(0.8);
  /*text-indent: -10000px;*/
}

/*.sl-dt-pagination .pagination-controlls .next {
  background: var(--color-white);
  color: var(--color-text);
  display: flex;
  align-content: center;
  align-items: center;
}*/
.sl-dt-pagination .pagination-controlls .next-arrow {
  background: url("/images/arrow-next.svg") no-repeat center center;
  transform: scale(0.8);
  width: 16px;
  height: 16px;
  display: block;
  /*text-indent: -10000px;*/
}

/*.sl-dt-pagination .pagination-controlls .prev {
  background: var(--color-white);
  color: var(--color-text);
  display: flex;
  align-content: center;
  align-items: center;
}*/
.sl-dt-pagination .pagination-controlls .prev-arrow {
  background: url("/images/arrow-prev.svg") no-repeat center center;
  transform: scale(0.8);
  width: 16px;
  height: 16px;
  display: block;
  /*text-indent: -10000px;*/
}

.sl-simple-table-fixed-header {
  position: relative;
  height: 450px;
  width: 100%;
  overflow: auto;
  display: block;
}

.sl-simple-table .table-pin {
  border: 0;
  background: transparent;
  width: 20px;
  height: 20px;
  display: block;
}

.sl-simple-table .table-pin img {
  display: none;
}

.sl-simple-table .table-pin.table-pin-pinned img {
  display: block;
}

.sl-simple-table thead th:hover .table-pin img {
  display: block;
}

.pinned-table-head-last, .pinned-table-cell-last {
  box-shadow: 2px 1px 0 0 rgba(0, 0, 0, 0.1) !important;
}

.cohort-table tr.selected {
  background: rgb(255, 245, 249) !important;
}
.cohort-table tr.selected td {
  color: var(--color-primary) !important;
}

.sl-simple-table-nodata .nodata-icon {
  margin-top: 34px;
}
.sl-simple-table-nodata .nodata-message {
  font-size: 16px;
  font-weight: 600;
  margin-top: 34px;
  margin-bottom: 16px;
}
.sl-simple-table-nodata .nodata-message2 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 38px;
  max-width: 350px;
}

.sl-search-bar-table {
  min-width: 280px;
  max-width: 400px;
  flex-grow: 1;
}

.sl-toolbar .sl-controls-right {
  display: flex;
  gap: 8px;
  margin-left: 8px;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/filterTag/filterTag.css ***!
  \********************************************************************************************************************************************************************************************************/
.sl-filter-tag {
  position: relative;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  height: 28px;
}

.sl-filter-tag.filter-type-string .sl-filter-inputs > select,
.sl-filter-tag.filter-type-int .sl-filter-inputs > select,
.sl-filter-tag.filter-type-float .sl-filter-inputs > select {
  margin-right: 10px;
}

.sl-filter-tag.filter-type-fixed-value .sl-filter-inputs > span {
  display: block;
  margin-right: 10px;
}

.sl-filter-tag.filter-type-fixed-value .sl-filter-inputs > select {
  flex-grow: 1;
}

.sl-filter-tag.sl-filter-tag-open {
  z-index: 1005;
}
.sl-filter-tag.sl-filter-tag-open .sl-filter-tag-label {
  max-width: 600px;
}
.sl-filter-tag > button {
  padding-right: 30px;
  width: 100%;
  text-align: left;
}

.sl-filter-tag .sl-close {
  background: transparent;
  border: none;
  display: flex;
  cursor: pointer;
  color: white;
}

.sl-filter-tag-dropdown {
  display: none;
  background: var(--color-lightestgray);
  padding: 10px 16px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sl-filter-tag-dropdown .basic-single-select {
  width: 168px;
}

.sl-filter-tag.sl-filter-tag-open .sl-filter-tag-dropdown {
  display: block;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.sl-filter-tag.sl-filter-tag-open .sl-filter-tag-header {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.sl-filter-inputs {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.sl-filter-tag-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.sl-filter-tag-actions .sl-button-secondary {
  font-weight: 500;
}

.sl-filter-tag-header {
  border-radius: 4px;
  border: 1px solid #4a6af2;
  background: #4a6af2;
  color: var(--color-white);
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.sl-filter-tag-header.missing {
  background-color: var(--color-lightgray);
  border: 1px solid #dc3545 !important;
  color: #dc3545;
}
.sl-filter-tag-header.missing .sl-close {
  color: #b8bcc6;
}

.sl-filter-tag-header.not-applied {
  /*background-color: var(--color-secondary);*/
  background-color: #5676fc;
}

.filter-tag__label {
  max-width: 300px;
  font-weight: 600;
  padding-right: 4px;
}

.filter-tag {
  position: relative;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  height: 28px;
}
.filter-tag .close {
  background: transparent;
  border: none;
  display: flex;
  cursor: pointer;
  color: var(--color-white);
}
.filter-tag .close:hover {
  color: var(--color-white) !important;
  opacity: 1 !important;
}
.filter-tag.filter-type-fixed-value .filter-tag__inputs > span {
  display: block;
  margin-right: 10px;
}
.filter-tag.filter-type-fixed-value .filter-tag__inputs > select {
  flex-grow: 1;
}
.filter-tag.filter-tag__open {
  z-index: 1005;
}
.filter-tag.filter-tag__open .filter-tag__label {
  max-width: 600px;
}
.filter-tag.filter-tag__open .filter-tag__dropdown {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.filter-tag .filter-tag__inputs {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.filter-tag .filter-tag__actions {
  display: flex;
  justify-content: flex-end;
}
.filter-tag .filter-tag__actions button {
  font-weight: 500;
}
.filter-tag .filter-tag__actions button:disabled {
  border-radius: 4px;
  border: 1px solid #dfe0e1;
  background: #dfe0e1;
  box-shadow: 0 1px 0 0 rgba(226, 227, 230, 0.5);
  color: #888b90;
}
.filter-tag .filter-tag__header {
  border-radius: 4px;
  border: 1px solid #4a6af2;
  background: #4a6af2;
  color: var(--color-white);
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.filter-tag .filter-tag__header.missing {
  background-color: var(--color-lightgray);
  border: 1px solid #dc3545 !important;
  color: #dc3545;
}
.filter-tag .filter-tag__header.missing .sl-close {
  color: #b8bcc6;
}
.filter-tag .filter-tag__header.not-applied {
  background-color: #5676fc;
}
.filter-tag .filter-tag__label {
  max-width: 300px;
  font-weight: 600;
  padding-right: 4px;
}
.filter-tag .filter-tag__dropdown {
  display: none;
  position: absolute;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 10px 16px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ffffff;
  margin-top: 4px;
  border-radius: 4px;
  border: 1px solid #c2c5ce;
  box-shadow: 48px 74px 25px 0 rgba(87, 87, 87, 0), 31px 47px 23px 0 rgba(87, 87, 87, 0.01), 17px 27px 19px 0 rgba(87, 87, 87, 0.05), 8px 12px 14px 0 rgba(87, 87, 87, 0.09), 2px 3px 8px 0 rgba(87, 87, 87, 0.1);
  flex-wrap: wrap;
}
.filter-tag .select__wrapper {
  width: 100%;
  max-height: 530px;
  position: relative;
  height: 0;
}
.filter-tag .select__wrapper--open {
  height: 530px;
}
.filter-tag .filter-tag__dropdown .basic-single-select {
  width: 168px;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/filterBar/filterBar.css ***!
  \********************************************************************************************************************************************************************************************************/
.sl-filters-bar {
  min-height: 30px;
  border-radius: 4px;
  display: flex;
  padding-bottom: 0;
}
.sl-filters-bar .sl-filter-actions button {
  margin-left: 10px;
  background: #858c9d;
  color: white;
}
.sl-filters-bar .sl-filter-tags {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.sl-filters-bar .sl-dropdown .sl-filter-dropdown-menu {
  max-height: calc(100vh - 200px);
  overflow: auto;
  min-width: 300px;
}
.sl-filters-bar .sl-filter-dropdown-element {
  max-width: 200px;
  min-width: 150px;
  flex: 1;
}

.filter-bar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.filter-bar .filter-bar__top {
  display: flex;
  align-items: center;
}
.filter-bar .filter-bar__bottom {
  display: flex;
  align-items: center;
}
.filter-bar .filter-bar__dropdown-menu {
  max-height: calc(100vh - 200px);
  overflow: auto;
  min-width: 300px;
  padding: 20px !important;
}
.filter-bar .filter-bar__dropdown-menu h4 {
  padding: 0;
  margin: 0;
  color: #5c6578;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  opacity: 1;
  margin-top: 0 !important;
  text-transform: none;
}
.filter-bar .filter-bar__dropdown-menu .filter-bar__group-label {
  color: #5c6578;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}
.filter-bar .filter-bar__dropdown-element {
  max-width: 200px;
  min-width: 150px;
  flex: 1;
}
.filter-bar .filter-bar__dropdown-element button {
  color: #2940b9;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 3px;
  padding: 8px;
}
.filter-bar .filter-bar__dropdown-element button:hover {
  background-color: #eaecf8;
}
.filter-bar .filter-bar__dropdown-element + .filter-bar__group-label {
  margin-top: 24px;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/tabNavigation/tabnavigation.css ***!
  \****************************************************************************************************************************************************************************************************************/
.tab-navigation {
  display: flex;
  height: 42px;
  margin: 0 0 5px;
}

.tab-navigation a,
.tab-navigation button {
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: var(--color-lightgray);
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--color-secondary);
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 187px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 10px;
  margin: 0 6px 0 0;
}

.tab-navigation button[disabled] {
  opacity: 0.8;
  color: var(--color-darkgray);
}

.tab-navigation a.selected {
  background: #FFF;
  height: 47px;
  box-shadow: none;
  align-items: initial;
  padding-top: 12px;
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/modal/modal.css ***!
  \************************************************************************************************************************************************************************************************/
.sl-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.5;
  z-index: 1005;
}

.sl-modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1006;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.sl-modal-dialog {
  margin: 0 auto;
  position: relative;
  width: auto;
  pointer-events: none;
  max-width: 794px;
  /*max-width: 1200px;*/
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  transform: translate(0, 0);
}

.sl-ord-dialog.sl-modal-dialog-sm {
  max-width: 30%;
}

.sl-modal-dialog.sl-modal-dialog-lg {
  max-width: 70%;
}

.sl-modal-dialog.sl-modal-dialog-xl {
  max-width: calc(100vw - 60px) !important;
}

.sl-modal-content {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  background: var(--color-white);
  color: var(--color-text);
  padding: 15px;
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
  position: relative;
}
.sl-modal-content .sl-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid var(--color-lightgray); */
  /* padding-bottom: 10px; */
}
.sl-modal-content .sl-modal-header h2 {
  font-size: 20px;
  margin-top: 8px;
  font-weight: 700;
}
.sl-modal-content .sl-modal-body {
  flex-grow: 1;
  padding: 20px 0;
  overflow: auto;
  max-height: calc(100vh - 200px);
}
.sl-modal-content .sl-modal-footer {
  border-top: 1px solid var(--color-lightgray);
  /*display: flex;*/
  justify-content: space-between;
}
.sl-modal-content .sl-modal-footer-actions {
  margin-left: auto;
  padding-top: 10px;
}
.sl-modal-content .sl-modal-footer-actions .sl-button {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.sl-modal-content .sl-modal-footer-actions .sl-button:first-child {
  margin: 0;
  margin-right: 0.25rem;
}
.sl-modal-content .sl-modal-footer-actions .sl-button:last-child {
  margin: 0;
  margin-left: 0.25rem;
}
.sl-modal-content .sl-modal-footer-actions .sl-button {
  width: auto;
  display: inline-block;
}
.sl-modal-content .sl-modal-close-button {
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  width: 18px;
  height: 18px;
  border: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
}

.sl-modal-content .spinner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: white;
  opacity: 0.9;
  z-index: 1;
}

.sl-modal-transition .sl-modal-transition-enter .sl-modal-content {
  transform: translateX(300%);
}
.sl-modal-transition .sl-modal-transition-enter-active .sl-modal-content {
  transition: transform 300ms;
  transform: translateX(0);
}
.sl-modal-transition .sl-modal-transition-exit .sl-modal-content {
  transform: translateX(0);
}
.sl-modal-transition .sl-modal-transition-exit-active .sl-modal-content {
  transition: transform 300ms;
  transform: translateX(300%);
}
.sl-modal-transition .sl-modal-transition-enter-done .sl-modal-content {
  transform: translateX(0);
}

.sl-modal-container.full-height .sl-modal-dialog {
  height: 100%;
  max-width: none;
  max-width: initial;
}
.sl-modal-container.full-height .sl-modal-dialog .sl-modal-header {
  padding-bottom: 18px;
}
.sl-modal-container.full-height .sl-modal-dialog .sl-modal-body {
  padding: 28px 0;
  max-height: none;
  max-height: initial;
}
.sl-modal-container.full-height .sl-modal-dialog .sl-modal-content {
  height: 100%;
  margin: 0 0 0 auto;
  padding: 20px;
}
.sl-modal-container.full-height .sl-modal-dialog .sl-modal-footer-actions {
  margin-left: 0;
  margin-left: initial;
  padding-top: 20px;
}

.sl-modal-container.modal-w50 .sl-modal-content {
  width: 50% !important;
}
.sl-modal-container.modal-w50 .sl-filter-tag.sl-filter-tag-open .sl-filter-tag-label {
  max-width: 28vw;
}

.sl-modal-container.sidebar-open .sl-modal-content {
  width: calc(100vw - var(--sidebar-open-width));
}

.sl-modal-container.sidebar-open.help-open .sl-modal-content {
  width: calc(100vw - var(--sidebar-open-width) - var(--help-open-width));
}

.sl-modal-container.sidebar-closed .sl-modal-content {
  width: calc(100vw - var(--sidebar-closed-width));
}

.sl-modal-container.help-open {
  width: calc(100vw - var(--help-open-width));
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/dropdown/dropdown.css ***!
  \******************************************************************************************************************************************************************************************************/
.sl-button-dropdown-wrapper {
  white-space: nowrap;
  position: relative;
}

.sl-button-dropdown-wrapper.sl-dropdown-open .sl-dropdown {
  display: block;
}

.sl-dt-pagination .sl-button-dropdown-wrapper.sl-dropdown-open .sl-dropdown {
  bottom: 40px;
  margin-bottom: 2px;
  box-shadow: 2px -2px 10px 0 rgba(0, 0, 0, 0.25);
}

.sl-dropdown {
  display: none;
  position: absolute;
  z-index: 1006;
  border-radius: 4px;
  background-color: var(--color-white);
  border: 1px solid #c2c5ce;
  box-shadow: 0px 1px 0px 0px rgba(226, 227, 230, 0.5019607843);
  padding: 10px;
  /*width: max-content;*/
  margin-top: -2px;
  white-space: nowrap;
}

.sl-dropdown h4 {
  color: var(--color-text);
  text-transform: uppercase;
  font-size: 9px;
  opacity: 0.5;
  padding: 5px 15px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 2px !important;
}

.sl-dropdown ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  /*width: max-content;*/
}

.sl-dropdown button {
  border: 0;
  padding: 0;
  background: transparent;
  padding: 5px 14px;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  outline: 0 !important;
  text-transform: capitalize;
  color: var(--color-secondary);
}

.sl-dropdown button:hover {
  background: var(--color-background-hover);
  border-radius: 4px;
}

.sl-dropdown button[disabled] {
  pointer-events: none;
  color: var(--color-gray);
}
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/autocompleteTextField/autocompleteTextField.css ***!
  \********************************************************************************************************************************************************************************************************************************/
.react-autocomplete-input {
  background-clip: padding-box;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  bottom: auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: block;
  font-size: 14px;
  list-style: none;
  padding: 1px;
  position: absolute;
  text-align: left;
  z-index: 20000;
}

.react-autocomplete-input > li {
  cursor: pointer;
  /*padding: 10px;*/
  padding: 4px 6px;
  min-width: 100px;
}

.react-autocomplete-input > li.active {
  background-color: #337AB7;
  color: #FFF;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/ellipsisTooltip/ellipsisTooltip.css ***!
  \********************************************************************************************************************************************************************************************************************/
.ellipsis-tooltip.tooltip {
  opacity: 1;
}

.ellipsis-tooltip.tooltip > .tooltip-inner {
  max-width: 500px;
  color: var(--color-text);
  background: var(--color-lightestgray);
  border: 0 solid var(--color-gray);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  font-size: 12px;
  padding: 10px 15px;
}

.ellipsis-tooltip.bs-tooltip-top .arrow::before,
.ellipsis-tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: var(--color-gray);
}

.ellipsis-tooltip.bs-tooltip-right .arrow::before,
.ellipsis-tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: var(--color-gray);
}

.ellipsis-tooltip.bs-tooltip-bottom .arrow::before,
.ellipsis-tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: var(--color-lightestgray);
}

.ellipsis-tooltip.bs-tooltip-left .arrow::before,
.ellipsis-tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: var(--color-gray);
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/durationPicker/durationPicker.css ***!
  \******************************************************************************************************************************************************************************************************************/
.duration-picker {
  width: 140px;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/groupBy/groupByList.css ***!
  \********************************************************************************************************************************************************************************************************/
.groupby-dropdown .groupby-dropdown-element {
  max-width: 230px;
  min-width: 150px;
  flex: 1;
  display: flex;
}

.group-by-modal {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.group-by-modal .sl-filters-bar {
  margin: 0;
}
.group-by-modal .reporting-content {
  flex: 1;
  overflow-y: auto;
}
.group-by-modal .reporting-content .sl-button-selected {
  background-color: #DEDBFF;
  color: #444;
}
.group-by-modal .reporting-content hr {
  margin-bottom: 0.5rem !important;
  margin-top: 0.25rem !important;
}
.group-by-modal .form-partial {
  /*max-width: 754px;*/
}
.group-by-modal .form-partial .sortable-item {
  left: auto !important;
  left: initial !important;
}
.group-by-modal .form-partial .select-pairs .left-select {
  flex: 1 1 190px;
  min-width: 120px;
}
.group-by-modal .form-partial .select-pairs .right-select {
  flex: 1 1 470px;
  min-width: 202px;
}
.group-by-modal .form-partial .select-pairs .action-button {
  flex: 1 1 40px;
}
.group-by-modal .form-partial .input-pairs .left-label {
  flex: 1 1 190px;
  min-width: 120px;
}
.group-by-modal .form-partial .input-pairs .right-label {
  flex: 1 1 470px;
  min-width: 202px;
}
.group-by-modal .form-partial .input-pairs .left-input {
  flex: 1 1 190px;
  min-width: 120px;
}
.group-by-modal .form-partial .input-pairs .right-input {
  flex: 1 1 470px;
  min-width: 202px;
}
.group-by-modal .form-partial .input-pairs .action-button {
  flex: 1 1 40px;
}
.group-by-modal .form-partial .input-pairs .empty-placeholder {
  width: 52px;
  height: 30px;
}
.group-by-modal .form-partial .field-merge-precedence {
  flex: 0 1 500px;
  min-width: 200px;
}
.group-by-modal .form-partial .columns-button {
  max-width: 300px;
}
.group-by-modal .form-partial .basic-info {
  flex: 0 1 50%;
}
.group-by-modal .form-partial .extraction-grouping .sl-input {
  font-size: 12px;
}
.group-by-modal .form-partial .extraction-grouping .column-name,
.group-by-modal .form-partial .extraction-grouping .process-type {
  flex: 1 1 180px;
  min-width: 180px;
  max-width: 180px;
}
.group-by-modal .form-partial .extraction-grouping .derived-column,
.group-by-modal .form-partial .extraction-grouping .querystring {
  flex: 1 1 140px;
  min-width: 140px;
}
.group-by-modal .form-partial .extraction-grouping .substring {
  flex: 1 1 140px;
  min-width: 140px;
}
.group-by-modal .form-partial .extraction-grouping .substring .substring-start,
.group-by-modal .form-partial .extraction-grouping .substring .substring-end {
  flex: 1 1 50px;
  min-width: 50px;
}
.group-by-modal .form-partial .extraction-grouping .empty-placeholder {
  height: 48px;
  flex: 1 1 140px;
  min-width: 140px;
}
.group-by-modal .form-partial .extraction-grouping .action-button {
  flex: 1 1 40px;
}
.group-by-modal .form-partial .groupby-name {
  flex: 1;
  min-width: 120px;
  max-width: 25%;
}
.group-by-modal {
  /*  .react-tags {
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    background-color: var(--color-white);
    border: none;
    font-size: 14px;
    flex-grow: 1;
    padding-left: 10px;
  }*/
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/highlightCode/prism-theme.css ***!
  \**************************************************************************************************************************************************************************************************************/
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*=language-],
pre[class*=language-] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  hyphens: none;
}

pre[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection {
  text-shadow: none;
  background: #B3D4FC;
}

pre[class*=language-]::selection,
pre[class*=language-] ::selection,
code[class*=language-]::selection,
code[class*=language-] ::selection {
  text-shadow: none;
  background: #B3D4FC;
}

@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*=language-] {
  /*padding: 1em;*/
  /*margin: .5em 0;*/
  /*overflow: auto;*/
  margin: 0;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: var(--color-white);
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  /*color: #999;*/
  color: #0B1A3B;
}

.token.namespace {
  opacity: 0.7;
}

.token.tag {
  color: #259B23;
  margin: 0 !important;
  margin: initial !important;
}
.token.tag .punctuation {
  color: #259B23;
}

.token.attr-name {
  color: #3F51B5;
}

.token.attr-value {
  color: #D0021B;
}
.token.attr-value .punctuation {
  color: #D0021B;
}
.token.attr-value .punctuation.attr-equals {
  color: #0B1A3B;
}

.token.property,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  /*color: #905;*/
  color: #0B1A3B;
}

.token.string {
  color: #D0021B;
}

.token.selector,
.token.char,
.token.builtin,
.token.inserted {
  /*color: #690;*/
  color: #0B1A3B;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  /*color: #9a6e3a;*/
  color: #0B1A3B;
  /* This background color was intended by the author of this theme. */
  background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule,
.token.keyword {
  /*color: #07a;*/
  /*color: #0B1A3B;*/
  color: #9013FE;
}

.token.function,
.token.class-name {
  /*color: #DD4A68;*/
  color: #0B1A3B;
}

.token.regex,
.token.important,
.token.variable {
  /*color: #e90;*/
  color: #0B1A3B;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/passwordField/passwordField.css ***!
  \****************************************************************************************************************************************************************************************************************/
.sl-password-field span {
  width: 16px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  color: var(--color-text);
  position: absolute;
  right: 10px;
  top: 0;
}
.sl-password-field span img {
  max-width: 100%;
  max-height: 100%;
}
.sl-password-field input {
  padding-right: 30px;
}
.sl-password-field input.is-invalid {
  background-position: center right calc(0.375em + 1.25rem) !important;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/ReportsSidenav/ReportsSidenav.css ***!
  \******************************************************************************************************************************************************************************************************************/
:root {
  --secondary-sidebar-width: 200px;
}

.reports-view {
  height: 100%;
  display: flex;
  background: white;
  overflow: hidden;
}
.reports-view .reports-view-content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 1;
}
.reports-view .reports-view-left {
  flex: 0 0 200px;
  flex: 0 0 var(--secondary-sidebar-width);
  border-right: 1px solid var(--color-gray);
}
.reports-view .reports-view-right {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 200px - var(--sidebar-open-width));
  width: calc(100vw - var(--secondary-sidebar-width) - var(--sidebar-open-width));
}
.reports-view .secondary-sidebar {
  display: flex;
  flex-direction: column;
}
.reports-view .secondary-sidebar .secondary-sidebar-list-wrapper {
  margin-top: 20px;
  overflow: auto;
  height: 100%;
}
.reports-view .secondary-sidebar .secondary-sidebar-header {
  /*position: sticky;*/
  /*top: 0;*/
  height: var(--header-height);
  padding: 0 10px;
  /*z-index: 100;*/
  /*background: white;*/
}
.reports-view .secondary-sidebar .secondary-sidebar-list {
  padding: 10px;
  padding-top: 0;
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/charts/legend/legend.css ***!
  \*********************************************************************************************************************************************************************************************************/
.legend-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /*  align-items: center;*/
  min-height: 30px;
  width: 100%;
  margin-top: 20px;
}

.legend-container {
  flex: 1;
  min-width: 0;
  margin-top: 10px;
}

.legend-container:not(.position-left) > .chart-legend {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-legend {
  cursor: pointer;
  padding-left: 0;
  font-size: 12px;
  display: flex;
  /* DO NOT SET A CUSTOM (MAX)WIDTH HERE - IT IS DYNAMICALLY CALCULATED BY THE COMPONENT*/
  /*width: 280px;*/
}

.chart-legend button.legend {
  display: flex;
  padding: 4px;
  line-height: 1;
  border: none;
  background: transparent;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
}

.legend-container.position-left .legend {
  padding: 4px;
  display: inline;
  display: initial;
}
.legend-container.position-left .chart-legend {
  width: 280px;
  flex-direction: column;
  overflow-y: auto;
}

.chart-legend button.legend:hover {
  background: var(--color-background-hover);
  border-radius: 5px;
}

.chart-legend button.tooltip-legend {
  line-height: normal;
  line-height: initial;
  margin-right: 4px;
}

.chart-legend button.tooltip-legend.filtered {
  display: none;
}

.chart-legend button.legend.hidden {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.chart-legend button.legend .dot {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 8px;
  width: 8px;
}

.legend-tooltip-container .chart-legend {
  max-height: 60vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.legend-popup .sl-button {
  color: var(--color-secondary);
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/charts/charts.css ***!
  \**************************************************************************************************************************************************************************************************/
.chart {
  width: 100%;
  height: 100%;
  position: relative;
}

.chart-name a {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-text);
}
.chart-name a:hover {
  color: var(--color-secondary);
}

.chart-name.large {
  font-size: 18px;
}

.scatter-chart {
  position: relative;
}
.scatter-chart .custom-legend {
  font-size: 12px;
  color: rgb(102, 102, 102);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scatter-chart .spinner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: white;
  opacity: 0.9;
  z-index: 1;
}
.scatter-chart .sl-button-enabled {
  background-color: #94ECA8;
}
.scatter-chart .sl-dropdown {
  min-width: 202px;
}
.scatter-chart .react-bootstrap-daterangepicker-container {
  width: 100%;
}

.chart-no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 1;
}

#chartjs-tooltip {
  opacity: 0;
  /*visibility: hidden;*/
  position: absolute;
  color: var(--color-text);
  background-color: white;
  border-radius: 5px;
  /* weird transition when the data is removed and snaps back to initial position */
  /*transition: all 0.25s ease-in-out;*/
  pointer-events: none;
  top: 0;
  left: 0;
  /*z-index: -1000;*/
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 13px;
  /*overflow: hidden; beware that this hides the arrow*/
  z-index: 1006;
}

#chartjs-tooltip::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
}

/* Top center */
#chartjs-tooltip.top.center::after {
  border-bottom-color: white;
  top: -11px;
  left: 0;
  right: 0;
}

/* Top left */
#chartjs-tooltip.top.left::after {
  border-bottom-color: white;
  left: 14px;
  top: -11px;
}

/* Top right */
#chartjs-tooltip.top.right::after {
  border-bottom-color: white;
  right: 14px;
  top: -11px;
}

/* Bottom center */
#chartjs-tooltip.bottom.center::after {
  border-top-color: white;
  bottom: -11px;
  right: 0;
  left: 0;
}

/* Bottom left */
#chartjs-tooltip.bottom.left::after {
  border-top-color: white;
  bottom: -11px;
  left: 14px;
}

/* Bottom right */
#chartjs-tooltip.bottom.right::after {
  border-top-color: white;
  bottom: -11px;
  right: 14px;
}

/* Center left */
#chartjs-tooltip.center.left::after {
  border-right-color: white;
  margin: auto;
  left: -11px;
  bottom: 0;
  top: 0;
}

/* Center right */
#chartjs-tooltip.center.right::after {
  border-left-color: white;
  margin: auto;
  right: -11px;
  bottom: 0;
  top: 0;
}

.chartjs-tooltip-key {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 7px;
}

#chartjs-tooltip .left-part {
  min-width: 140px;
  flex: 0 0 50%;
  display: inline-block;
}

#chartjs-tooltip .right-part {
  min-width: 60px;
  font-weight: bold;
}

.slot-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.slot-value {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.milestones-chart-container {
  padding: 28px 48px;
  flex: 1;
}
.milestones-chart-container .milestone-percent {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  color: white;
  height: 72px;
  width: 72px;
  margin-top: 20px;
  margin-bottom: 14px;
}
.milestones-chart-container .milestone-label {
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  color: #858C9D;
  text-transform: uppercase;
}
.milestones-chart-container .milestone-label-2 {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 120%;
}
.milestones-chart-container .milestone-duration {
  color: #4A65D9;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin-top: 20px;
  margin-bottom: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1280px) {
  .milestones-chart-container .milestone-percent {
    height: 48px;
    width: 48px;
    font-size: 12px;
  }
  .milestones-chart-container .milestone-duration {
    height: 48px;
    font-size: 12px;
  }
  .milestones-chart-container .milestone-label {
    font-size: 8px;
  }
  .milestones-chart-container .milestone-label-2 {
    font-size: 10px;
  }
}

.bubble-tooltip {
  position: absolute;
  /*top: 100px;*/
  /*left: 100px;*/
  border-radius: 5px;
  /*border: 2px solid #000;*/
  /*background: #fff;*/
  /*opacity: .9;*/
  opacity: 1;
  /*color: black;*/
  padding: 10px;
  /*width: 300px;*/
  width: 200px;
  /*font-size: 12px;*/
  /*z-index: 10;*/
  z-index: 2000;
  display: none;
  color: var(--color-text);
  background-color: white;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 13px;
}

.bubble-tooltip .name {
  font-weight: bold;
}

.chart-legend .highlight-on {
  background: var(--color-lightgray) !important;
}

.bubble-chart-svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  /*padding-bottom: 100%;*/
  vertical-align: top;
  overflow: hidden;
}

.bubble-chart-container {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bubble-chart-container text {
  transition: opacity 200ms linear;
}
.bubble-chart-container .highlight-on circle {
  stroke: #000;
  stroke-width: 1px;
  transition: opacity 200ms linear;
}
.bubble-chart-container .highlight-off circle {
  opacity: 0.2;
  stroke: rgba(0, 0, 0, 0.2);
  /*stroke-width: 2px;*/
  transition: opacity 200ms linear;
}
.bubble-chart-container .highlight-off text {
  opacity: 0.2;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/modalContent/tagModal.css ***!
  \**********************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.tag-modal {
  height: 180px;
}

.tag-modal h3,
.tag-modal h5 {
  font-size: 14px;
  margin: 0 0 15px;
}

.tag-modal h5 {
  margin: 5px 0 0;
  padding: 0 0 0 7px;
}

/* REACT TAGS */
.react-tags {
  position: relative;
  padding: 6px 0 0 6px;
  border: 1px solid #D1D1D1;
  /* shared font styles */
  font-size: 1em;
  line-height: 1.2;
  /* clicking anywhere will focus the input */
  cursor: text;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: var(--color-white);
  border: none;
  font-size: 14px;
  flex-grow: 1;
  padding-left: 10px;
}

.react-tags.is-focused {
  border-color: #B1B1B1;
}

.react-tags__selected {
  display: inline;
}

.react-tags__selected-tag {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #D1D1D1;
  background: #F1F1F1;
  font-size: 12px;
  line-height: inherit;
  border-radius: 12px;
  padding: 2px 6px 2px 10px;
  margin-right: 4px;
}

.react-tags__selected-tag::after {
  content: "✕";
  color: #AAA;
  margin-left: 8px;
}

.react-tags__selected-tag:hover,
.react-tags__selected-tag:focus {
  border-color: #B1B1B1;
}

.react-tags__selected-tag-name {
  word-break: break-word;
}

.react-tags__search {
  display: inline-block;
  padding: 2px 2px 8px;
  font-size: 12px;
  /* prevent autoresize overflowing the container */
  max-width: 100%;
}

@media screen and (min-width: 30em) {
  .react-tags__search {
    /* this will become the offsetParent for suggestions */
    position: relative;
  }
}
.react-tags__search input {
  /* prevent autoresize overflowing the container */
  max-width: 100%;
  /* remove styles and layout from this element */
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  /* match the font styles */
  font-size: inherit;
  line-height: inherit;
  width: 100% !important;
}

.react-tags__search input::-ms-clear {
  display: none;
}

.react-tags__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 30em) {
  .react-tags__suggestions {
    width: 240px;
  }
}
.react-tags__suggestions ul {
  margin: 4px -1px;
  padding: 0;
  list-style: none;
  background: white;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.react-tags__suggestions li {
  border-bottom: 1px solid #DDD;
  padding: 6px 8px;
}

.react-tags__suggestions li mark {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  background: none;
  font-weight: 600;
}

.react-tags__suggestions li:hover {
  cursor: pointer;
  background: #EEE;
}

.react-tags__suggestions li.is-active {
  background: #B7CFE0;
}

.react-tags__suggestions li.is-disabled {
  opacity: 0.5;
  cursor: auto;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/modalContent/analyticsReportModal.css ***!
  \**********************************************************************************************************************************************************************************************************************/
.analytics-report-modal .select__value-container.select__value-container--is-multi.select__value-container--has-value {
  overflow-y: auto;
  max-height: 100px;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/modalContent/reportTreeModal.css ***!
  \*****************************************************************************************************************************************************************************************************************/
.report-tree .tree-node-name {
  font-size: 16px;
}
.report-tree .tree-node-attribute {
  font-size: 14px;
}
.report-tree .rd3t-link {
  stroke: lightgray;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./ui/calendar/calendar.css ***!
  \********************************************************************************************************************************************************************************************/
.rdp-root .rdp-day > button {
  margin-top: 4px;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: inherit;
}
.rdp-root .rdp-day.rdp-range_start {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.rdp-root .rdp-day.rdp-range_end {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.rdp-root .rdp-day.rdp-range_start button, .rdp-root .rdp-day.rdp-range_end button {
  color: #fff;
  background-color: #2940b8 !important;
}
.rdp-root .rdp-day.rdp-range_middle {
  border-radius: 0 !important;
}
.rdp-root .rdp-day.rdp-range_middle button {
  background-color: #eaecf8;
}
.rdp-root .rdp-day:not(.rdp-range_start):not(.rdp-range_end):not(.rdp-range_middle):hover {
  border-radius: 8px;
}
.rdp-root .rdp-day:not(.rdp-range_start):not(.rdp-range_end):not(.rdp-range_middle):hover button {
  background-color: #eaecf8;
}
.rdp-root .rdp-weekday {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}
.rdp-root .rdp-month_caption {
  margin: 0;
  text-align: center;
  padding: 0 0 20px 0;
}
.rdp-root .rdp-month_caption span {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}
.rdp-root .prev_button {
  position: absolute;
  left: 30px;
  top: 25px;
}
.rdp-root .next_button {
  position: absolute;
  right: 30px;
  top: 25px;
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/common/fields/styles/field-drag-n-drop-upload.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.field-drag-n-drop-upload .link-to-help-center {
  color: var(--color-secondary);
  background: none;
  padding: 0;
  border: none;
  font-size: inherit;
  font-weight: inherit;
}
/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/auth/login.css ***!
  \***************************************************************************************************************************************************************************************************/
.login-container::before,
.login-container::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.login-container::after {
  clear: both;
}

.login-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  height: 100%;
  /* justify-content: center; */
  display: flex;
  width: 495px;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.login-container .login-form-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.login-container .login-form {
  margin-top: 30px;
  width: 100%;
}
.login-container .branding-sgp {
  display: flex;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
}
.login-container .form-container {
  display: flex;
  width: 495px;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #fff;
  background: var(--grey-000, #fff);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  /* width: 380px;
  min-height: 400px;
  padding: 40px;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15); */
}
.login-container .register {
  height: 520px;
}
.login-container .h1 {
  margin-top: 0;
  padding-bottom: 12px;
  background-image: url("/images/login/bg-line.svg");
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: rgba(11, 26, 59, 0.5);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.login-container .h2 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
.login-container .login-form-input {
  background-color: rgba(41, 64, 185, 0.02);
  border-radius: 4px;
  border: 2px solid rgba(41, 64, 185, 0.1);
  color: #0b1a3b;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  margin-bottom: 15px;
  transition: background-color 200ms ease, border-color 200ms ease;
  display: block;
  line-height: 1.428571429;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}
.login-container .login-form-input:hover {
  border-color: rgba(41, 64, 185, 0.5);
  background-color: white;
}
.login-container .login-form-input:focus {
  border-color: rgba(41, 64, 185, 0.5);
  background-color: white;
  outline: 0;
}
.login-container .login-form-button {
  background-color: #fd417f;
  /* background-image: url('/images/login/icon-arrow.svg');
  background-position: 94% center;
  background-repeat: no-repeat; */
  background-size: auto;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px 20px 8px;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-position 200ms ease, background-color 200ms ease;
  width: 100%;
}
.login-container .login-form-button:hover {
  background-color: #2940b9;
  background-position: 94% center;
}
.login-container .forgot-pwd {
  transition: color 200ms ease;
  color: #2940b9;
  font-size: 11px;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-top: 8px;
}
.login-container .forgot-pwd:hover {
  color: #fd417f;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.login-container .field-label {
  color: #0a1734;
  color: var(--grey-600, #0a1734);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}
.login-container .notice {
  font-size: 10px;
  color: rgba(11, 26, 59, 0.5);
  margin-top: -10px;
}
@media screen and (max-width: 479px) {
  .login-container .login-container {
    max-width: none;
  }
  .login-container .form-container {
    width: 300px;
    padding: 20px;
  }
  .login-container .login-form-button {
    background-position: 222px 16px;
  }
}
@media screen and (max-width: 991px) {
  .login-container .login-container {
    max-width: 728px;
  }
}

.or {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin-top: 24px;
}
.or .line {
  height: 1px;
  flex: 1 0 0;
  background: #c2c5ce;
  background: var(--grey-300, #c2c5ce);
}
.or .text {
  color: #c2c5ce;
  color: var(--grey-300, #c2c5ce);
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}

@media screen and (max-width: 767.98px) {
  .login-container {
    max-width: 100%;
    padding: 0;
    height: 100%;
    background-color: #fff;
  }
  .login-container:before, .login-container:after {
    display: none;
  }
  .login-container .login-form-wrapper {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .login-container .login-form-wrapper .form-container {
    box-shadow: none;
    width: 100%;
  }
  .login-container .login-form-wrapper .form-container h1 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
  .login-container .login-form-wrapper .form-container .or .text {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  .login-container .login-form-wrapper .logo {
    padding-bottom: 20px;
  }
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/accesskeys/accessKeys.css ***!
  \**************************************************************************************************************************************************************************************************************/
.access-keys-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.access-keys-view .access-keys-list {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 15px;
  overflow: auto;
}
.access-keys-view .access-keys-list a.synclog {
  margin-left: 8px;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/connector/connector.css ***!
  \************************************************************************************************************************************************************************************************************/
.connectors-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.connectors-view .connector-wrapper,
.connectors-view .connectors-list {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 15px;
  overflow: auto;
}
.connectors-view .connector-account-card {
  width: 300px;
  height: 360px;
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border: none;
  background: var(--color-white);
}
.connectors-view .connector-account-card .no-event {
  color: var(--color-secondary);
  line-height: 12px;
  padding: 7px 0;
}
.connectors-view .connector-account-card .new-event-button {
  color: var(--color-white);
  font-size: 12px;
  border-radius: 4px;
  border: none;
  background: var(--color-primary);
  padding: 7px 14px;
  line-height: 12px;
  font-weight: 500;
}
.connectors-view .connector-account-card .edit-event-button {
  color: var(--color-secondary);
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 14px;
  line-height: 12px;
}
.connectors-view .connector-account-card.connector-account-card-v2 {
  height: auto;
  /* height: 65.8px; */
}
.connectors-view .show-accounts {
  color: var(--color-secondary);
  opacity: 0.5;
  font-size: 12px;
  border-radius: 8px;
  border: 2px solid rgba(41, 64, 185, 0.15);
  background: transparent;
  padding: 8px 14px;
  line-height: 12px;
  font-weight: 500;
  width: 500px;
  display: block;
  margin: 0 auto;
}
.connectors-view .small-upper {
  font-size: 9px;
  opacity: 0.5;
  text-transform: uppercase;
}
.connectors-view .connector-platform {
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
}
.connectors-view .connector-name {
  font-size: 14px;
  font-weight: 700;
}
.connectors-view .add-account {
  color: var(--color-secondary);
  border-radius: 4px;
  border: 2px solid rgba(41, 64, 185, 0.15);
  background: transparent;
  padding: 8px 24px;
  line-height: 13px;
  font-weight: 600;
  width: 100%;
}
.connectors-view .add-account:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.connectors-view .add-connector {
  line-height: 14px;
  height: 26px;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 8px;
}
.connectors-view .add-connector span {
  font-size: 20px;
  margin-right: 4px;
  font-weight: 500;
  padding-bottom: 2px;
}
.connectors-view .large-connectors-wrapper {
  padding-top: 40px;
}
.connectors-view .large-connectors-message {
  font-size: 18px;
  font-weight: 500;
  margin-top: 34px;
  margin-bottom: 16px;
}
.connectors-view .large-connectors-message2 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 38px;
}
.connectors-view .large-connectors-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.5;
  padding-left: 12px;
}
.connectors-view .large-connectors-list {
  overflow: auto;
  height: calc(100vh - 500px);
  min-height: 400px;
}
.connectors-view .large-connectors-show {
  color: var(--color-chartblue);
  font-size: 12px;
  border-radius: 4px;
  border: 2px solid var(--color-chartblue);
  background: transparent;
  padding: 8px 32px;
  line-height: 14px;
  font-weight: 500;
  margin-top: 36px;
}
.connectors-view .sl-search-bar {
  min-width: 220px;
  max-width: 340px;
}

.connector-modal .sl-modal-header h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.connector-modal .sl-modal-content {
  width: 50% !important;
}
.connector-modal div:not(.sl-filter-inputs) > div > .select__control,
.connector-modal div:not(.sl-filter-inputs) > .sl-input {
  border-radius: 2px !important;
}
.connector-modal .toggle-section {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--color-secondary);
  text-transform: capitalize;
  padding: 0;
  border: 0;
  background: transparent;
}
.connector-modal .connector-event-card {
  min-width: 245px;
  height: 60px;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border: none;
  background: var(--color-white);
  flex-shrink: 0;
}
.connector-modal .connector-event-card.selected {
  box-shadow: 0 0 0 1px var(--primary);
}
.connector-modal .connector-event-card .connector-event-remove {
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
  outline: none;
}

.connector-audiences table {
  margin: 0;
  padding-left: 2px;
  padding-right: 2px;
  border-spacing: 0 6px !important;
  background: #FFF;
  width: 100%;
  text-align: left;
  margin-top: -6px;
}
.connector-audiences td {
  padding: 10px;
}
.connector-audiences tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.connector-audiences tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.connector-audiences tbody tr:nth-child(2n+2) {
  background: #FFF;
}
.connector-audiences tbody tr:nth-child(2n+1) {
  background: #FFF;
}
.connector-audiences tbody tr {
  height: 70px;
  border-radius: 8px;
  background: #F0F8FD;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/connector/connectorsPagination.css ***!
  \***********************************************************************************************************************************************************************************************************************/
.pagination-container {
  display: flex;
  list-style-type: none;
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  align-items: center;
  padding: 10px 12px;
}
.pagination-container .pagination-item {
  background: transparent;
  padding: 0;
  display: flex;
  border: 0;
  align-items: center;
  /* // padding: 0 12px;
  // height: 32px;
  // text-align: center;
  // margin: auto 4px;
  // color: rgb(0 0 0 / 87%);
  // display: flex;
  // box-sizing: border-box;
  // align-items: center;
  // letter-spacing: 0.01071em;
  // border-radius: 16px;
  // line-height: 1.43;
  // font-size: 13px;
  // min-width: 32px; */
}
.pagination-container .pagination-item.dots:hover {
  background-color: transparent;
  cursor: default;
}
.pagination-container .pagination-item:hover {
  /* // background-color: rgb(0 0 0 / 4%); */
  color: var(--color-secondary);
  cursor: pointer;
}
.pagination-container .pagination-item.selected {
  background-color: rgba(0, 0, 0, 0.08);
}
.pagination-container .pagination-item .arrow::before {
  position: relative;
  /* top: 3pt; Uncomment this to lower the icons as requested in comments */
  content: "";
  /* By using an em scale, the arrows will size with the font */
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.12em solid rgba(0, 0, 0, 0.87);
  border-top: 0.12em solid rgba(0, 0, 0, 0.87);
}
.pagination-container .pagination-item .arrow.left {
  transform: rotate(-135deg) translate(-50%);
}
.pagination-container .pagination-item .arrow.right {
  transform: rotate(45deg);
}
.pagination-container .pagination-item.disabled {
  pointer-events: none;
}
.pagination-container .pagination-item.disabled .arrow::before {
  border-right: 0.12em solid rgba(0, 0, 0, 0.43);
  border-top: 0.12em solid rgba(0, 0, 0, 0.43);
}
.pagination-container .pagination-item.disabled:hover {
  background-color: transparent;
  cursor: default;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/connector/addConnector.css ***!
  \***************************************************************************************************************************************************************************************************************/
.add-connector-view {
  flex: 1;
  overflow: auto;
  flex-wrap: wrap;
  display: flex;
}
.add-connector-view .connector-wrapper {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 15px;
  overflow: auto;
}
.add-connector-view .add-connector-list {
  background: var(--color-white);
  display: flex;
  padding: 20px;
}
.add-connector-view .add-connector-list .wrap-left {
  width: 100%;
  min-height: 700px;
  padding: 40px;
  padding-bottom: 0;
}
.add-connector-view .add-connector-list .filled-2 {
  padding: 40px 30px !important;
  background-color: #F9F9FB;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.add-connector-view .add-connector-list .fivetran-grid {
  display: grid;
  justify-content: stretch;
  align-items: stretch;
  align-content: stretch;
  align-self: flex-start;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /* grid-template-columns: 1fr 1fr 1fr; */
  grid-template-rows: auto auto;
}
.add-connector-view .add-connector-list .connector-list-carousel {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  background-color: white;
  padding: 20px;
  min-height: 480px;
  /*max-height: 500px;*/
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 40px;
  line-height: 22px;
  color: var(--color-text);
  flex: 1;
}
.add-connector-view .large-connectors-list {
  margin-top: 10px;
  width: 100%;
}
.add-connector-view .filtered-list-card-header {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
}
.add-connector-view .filtered-list-card-header img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.add-connector-view .filtered-list-card-heading {
  display: flex;
  padding-left: 16px;
  flex-direction: column;
  align-items: flex-start;
}
.add-connector-view .filtered-list-card {
  display: flex;
  min-height: 300px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
.add-connector-view .filtered-list-card-loading {
  min-height: 300px;
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/connector/salesforce/salesforceConnector.css ***!
  \*********************************************************************************************************************************************************************************************************************************/
.connectors-view .connector-setup {
  background: var(--color-white);
  display: flex;
  flex: 1;
  min-height: 0;
  padding: 20px;
  overflow: auto;
}
.connectors-view .doc-links a {
  font-size: 14px;
  letter-spacing: 0;
  color: #FD417F;
}
.connectors-view .redirect-button {
  background-color: var(--color-primary);
  border-radius: 4px;
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: white;
  cursor: pointer !important;
  display: inline-block;
  height: 40px;
  line-height: 12px;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 14px;
}
.connectors-view .redirect-button:hover {
  background-color: var(--color-secondary);
}
.connectors-view .filled-2 {
  padding: 40px 30px;
  background-color: #F9F9FB;
  border-radius: 5px !important;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  min-width: 450px;
}
.connectors-view .wrap-left {
  min-height: 700px;
  min-width: 500px;
  max-width: 70%;
  margin-right: 20px;
  padding: 40px 60px !important;
}
.connectors-view .wrap-right {
  min-height: 700px;
  min-width: 250px;
  max-width: 30%;
}
.connectors-view .center-box {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  background-color: white;
  width: 420px;
  height: 200px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.connectors-view .connect-image {
  height: 48px;
  margin: 0 12px;
}
.connectors-view .salesforce-carousel {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  background-color: white;
  padding: 20px;
  min-height: 480px;
  max-height: 500px;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text);
  flex: 1;
}
.connectors-view .salesforce-carousel .carousel-slide-image {
  max-width: 100%;
  margin-bottom: 12px;
}
.connectors-view .salesforce-carousel .carousel-indicators li {
  height: 8px;
  width: 8px;
  background: #D8D8D8;
  border-radius: 100%;
  border: 0;
}
.connectors-view .salesforce-carousel .carousel-indicators li.active {
  background: #FD417F;
}
.connectors-view .salesforce-carousel .carousel-link {
  font-size: 14px;
}
.connectors-view .salesforce-carousel .carousel-inner {
  flex: 1;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/people/profile/profile.css ***!
  \********************************************************************************************************************************************************************************************************************/
.profile-view {
  padding: 15px;
  display: flex;
  height: calc(100vh - 40px);
}
.profile-view .profile-view-left {
  margin-right: 15px;
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  flex: 1;
  min-width: 270px;
  min-height: 440px;
  max-width: 38%;
  display: flex;
  flex-direction: column;
}
.profile-view .profile-view-left .profile-overview {
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 20px;
  display: flex;
  flex: 1;
  overflow: auto;
  flex-direction: column;
}
.profile-view .profile-view-left .profile-attributes > div {
  padding: 20px;
}
.profile-view .profile-view-left .profile-overview-tabs {
  padding: 14px 20px !important;
  background: #F9FAFA;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.profile-view .profile-view-left .profile-search {
  padding: 20px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  background: var(--color-lightestgray);
}
.profile-view .profile-view-left .profile-attributes {
  display: flex;
  flex: 1;
  overflow: auto;
  flex-direction: column;
}
.profile-view .profile-view-right {
  flex: 1 1 40%;
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  flex: 1;
  min-width: 520px;
  min-height: 440px;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.profile-view .profile-view-right .profile-view-right-header {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 13px;
  color: var(--color-text);
}
.profile-view .profile-view-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 11px;
  color: var(--color-text);
  opacity: 0.5;
  text-transform: uppercase;
}
.profile-view .profile-view-label-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--color-text);
}
.profile-view .profile-journey {
  display: flex;
  flex: 1;
  overflow: auto;
  flex-direction: column;
}
.profile-view .profile-journey .info-header {
  font-size: 12px;
  font-weight: 700;
}
.profile-view .profile-journey .hit-time {
  width: 100px;
}
.profile-view .profile-journey .hit-time-data {
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
  color: var(--color-text);
  opacity: 0.5;
}
.profile-view .profile-journey .hit-duration {
  width: 100px;
}
.profile-view .profile-journey .hit-duration-data {
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
  color: var(--color-text);
  opacity: 0.5;
}
.profile-view .profile-journey .session {
  width: 250px;
}
.profile-view .profile-journey .session-date {
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
  color: var(--color-text);
}
.profile-view .profile-journey .action {
  font-size: 8px;
  letter-spacing: 0;
  line-height: 11px;
  color: var(--color-text);
  opacity: 0.5;
  text-transform: uppercase;
}
.profile-view .profile-journey .info {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  background: var(--color-lightestgray);
  border-radius: 4px;
  padding: 8px 16px;
  margin-left: 0;
  margin-right: 20px;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 18px;
}
.profile-view .profile-journey .info .info-row {
  display: flex;
  margin-bottom: 2px;
}
.profile-view .profile-journey .info .info-row > div {
  display: inline-block;
  width: 100%;
}
.profile-view .profile-journey .info .info-row > div:first-child {
  width: 200px;
}
.profile-view .profile-journey .info .info-row .info-row-value {
  margin-bottom: 2px;
}
.profile-view .profile-journey .toggle-info {
  cursor: pointer;
}
.profile-view .profile-journey .toggle-info:hover {
  background-color: rgba(41, 64, 185, 0.1);
}
.profile-view .profile-journey .toggle-info:hover .page-data {
  color: var(--color-secondary);
}
.profile-view .profile-journey .toggle-info .carret {
  display: block;
  width: 14px;
  height: 14px;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/people/visitors/visitor.css ***!
  \*********************************************************************************************************************************************************************************************************************/
.table-visitor-overview {
  border: 0;
}

.table-visitor-overview th {
  color: #777;
}

.table-visitor-overview td {
  padding: 5px;
}

.visitor-name {
  font-size: 18px !important;
}

.visitor {
  padding: 20px;
  display: flex;
  /* height: calc(100vh - 40px); */
}
.visitor .visitor__view {
  border: 0.8px solid rgb(223, 225, 230);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  width: 100%;
}
.visitor .visitor__view .visitor__overview {
  border-radius: 8px;
}
.visitor .visitor__view .visitor__overview .visitor__overview-header {
  height: 50px;
  background: linear-gradient(45.02deg, #2940b9 0%, #192771 100%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 0;
}
.visitor .visitor__view .visitor__overview .visitor__overview-content {
  border: 0.8px solid rgb(223, 225, 230);
  padding: 0 12px 12px 12px;
  z-index: 1;
  position: relative;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.visitor .visitor__view .visitor__overview .visitor__overview-content .visitor__overview-profile {
  margin-top: -25px;
  display: flex;
  gap: 8px;
}
.visitor .visitor__view .visitor__overview .visitor__overview-content .visitor__overview-profile .visitor__overview-profile__image {
  border: 4px solid #ffffff;
  border-radius: 8px;
  align-self: self-start;
}
.visitor .visitor__view .visitor__overview .visitor__overview-content .visitor__overview-profile .visitor__overview-profile__info {
  display: flex;
  gap: 8px;
}
.visitor .visitor__view .visitor__overview .visitor__overview-content .visitor__overview-profile .visitor__overview-profile__info .visitor__overview-profile__info-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
}
.visitor .visitor__view .visitor__overview .visitor__overview-content .visitor__overview-profile .visitor__overview-profile__info .visitor__overview-profile__info-left .visitor__overview-profile__info-label {
  font-size: 14px;
  line-height: 1;
}
.visitor .visitor__view .visitor__overview .visitor__overview-content .visitor__overview-profile .visitor__overview-profile__info .visitor__overview-profile__info-left .visitor__overview-profile__info-label span {
  line-height: 21px;
}
.visitor .visitor__view .visitor__overview .visitor__overview-content .visitor__overview-details .tab-content ul {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(4, 1fr); /* Number of rows (adjust based on items) */
  grid-auto-flow: column; /* Fill items top-to-bottom */
  grid-gap: 8px;
  gap: 8px; /* Spacing between items */
  list-style: none; /* Remove bullets */
  padding: 0;
  margin: 0;
}
.visitor .visitor__view .visitor__overview .visitor__overview-content .visitor__overview-details .tab-content ul li {
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}
.visitor .visitor__view .visitor__tabs .tab-group {
  border-bottom: 0.8px solid rgb(223, 225, 230);
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/people/company/company.css ***!
  \********************************************************************************************************************************************************************************************************************/
.company {
  padding: 20px;
  display: flex;
  /* height: calc(100vh - 40px); */
}
.company .company__view {
  border: 0.8px solid rgb(223, 225, 230);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  width: 100%;
}
.company .company__view .company__overview {
  border-radius: 8px;
}
.company .company__view .company__overview .company__overview-header {
  height: 50px;
  background: linear-gradient(45.02deg, #2940b9 0%, #192771 100%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 0;
}
.company .company__view .company__overview .company__overview-content {
  border: 0.8px solid rgb(223, 225, 230);
  padding: 0 12px 12px 12px;
  z-index: 1;
  position: relative;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.company .company__view .company__overview .company__overview-content .company__overview-profile {
  margin-top: -25px;
  display: flex;
  gap: 8px;
}
.company .company__view .company__overview .company__overview-content .company__overview-profile .company__overview-profile__image {
  border: 4px solid #ffffff;
  border-radius: 8px;
  align-self: self-start;
}
.company .company__view .company__overview .company__overview-content .company__overview-profile .company__overview-profile__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.company .company__view .company__overview .company__overview-content .company__overview-profile .company__overview-profile__info .company__overview-profile__info-label {
  font-size: 14px;
  line-height: 1;
}
.company .company__view .company__overview .company__overview-content .company__overview-profile .company__overview-profile__info .company__overview-profile__info-label span,
.company .company__view .company__overview .company__overview-content .company__overview-profile .company__overview-profile__info .company__overview-profile__info-label a {
  line-height: 21px;
}
.company .company__view .company__overview .company__overview-content .company__overview-details .tab-content ul {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(3, 1fr); /* Number of rows (adjust based on items) */
  grid-auto-flow: column; /* Fill items top-to-bottom */
  grid-gap: 8px;
  gap: 8px; /* Spacing between items */
  list-style: none; /* Remove bullets */
  padding: 0;
  margin: 0;
}
.company .company__view .company__overview .company__overview-content .company__overview-details .tab-content ul li {
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}
.company .company__view .company__tabs .tab-group {
  border-bottom: 0.8px solid rgb(223, 225, 230);
}
.company .company__view .visitor-overview-profile {
  display: flex;
  gap: 8px;
}
.company .company__view .visitor-overview-profile .visitor-overview-profile__image {
  border: 4px solid #ffffff;
  border-radius: 8px;
  align-self: self-start;
}
.company .company__view .visitor-overview-profile .visitor-overview-profile__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #21272a;
}
.company .company__view .visitor-overview-profile .visitor-overview-profile__info .visitor-overview-profile__info-label {
  font-size: 14px;
  line-height: 1;
}
.company .company__view th img.visitor-overview-profile__image {
  width: 50px;
}
.company .company__view th div.visitor-overview-profile__image {
  font-size: 14px;
}
.company .company__view th .visitor-overview-profile__info-label {
  line-height: normal !important;
  margin-bottom: 5px;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/derived/derivedData.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.derived-report {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.derived-report .derived-report__label {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.derived-report .derived-report__label-profile {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
}
.derived-report .derived-report__card {
  border: 1px solid #c2c5ce;
  border-radius: 10px;
  padding: 20px;
}
.derived-report .drag-handle {
  padding-top: 0;
  align-items: center;
}
.derived-report .drag-handle img {
  width: 13px;
}
.derived-report .derived-report__left-content {
  flex: 1;
  flex-shrink: 1;
  max-width: 350px;
  min-width: 300px;
}
.derived-report .derived-report__left-content .derived-report__card {
  height: 100%;
}
.derived-report .derived-report__right-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.derived-report .derived-report__right-content .derived-report__card .sl-filters-bar {
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
  min-height: auto;
}
.derived-report .derived-report__title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
}
.derived-report .derived-report__subtitle {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}
.derived-report .extraction .extraction-grouping .empty-placeholder {
  height: auto;
}
.derived-report .calculation .calculation__title,
.derived-report .calculation .new-column__title,
.derived-report .calculation .extraction__title,
.derived-report .new-column .calculation__title,
.derived-report .new-column .new-column__title,
.derived-report .new-column .extraction__title,
.derived-report .extraction .calculation__title,
.derived-report .extraction .new-column__title,
.derived-report .extraction .extraction__title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}
.derived-report .calculation .calculation__column-title,
.derived-report .calculation .new-column__column-title,
.derived-report .calculation .extraction__column-title,
.derived-report .new-column .calculation__column-title,
.derived-report .new-column .new-column__column-title,
.derived-report .new-column .extraction__column-title,
.derived-report .extraction .calculation__column-title,
.derived-report .extraction .new-column__column-title,
.derived-report .extraction .extraction__column-title {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.derived-report .calculation .action-button,
.derived-report .new-column .action-button,
.derived-report .extraction .action-button {
  flex: 0 1 40px !important;
}
.derived-report .calculation .action-button .sl-button,
.derived-report .new-column .action-button .sl-button,
.derived-report .extraction .action-button .sl-button {
  box-shadow: 0px 1px 0px 0px rgba(226, 227, 230, 0.5019607843);
  border: 0.8px solid #c2c5ce;
}
.derived-report .calculation .action-button .empty-placeholder,
.derived-report .new-column .action-button .empty-placeholder,
.derived-report .extraction .action-button .empty-placeholder {
  height: auto;
}
.derived-report input.sl-input,
.derived-report .react-tags {
  box-shadow: 0px 1px 0px 0px rgba(226, 227, 230, 0.5019607843);
  border: 0.8px solid #c2c5ce;
  font-size: 12px;
  line-height: 14px;
  padding: 7px 8px;
  font-weight: 400;
}
.derived-report input.sl-input {
  height: 30px !important;
}
.derived-report input.sl-input::-moz-placeholder {
  color: #5c6578;
}
.derived-report input.sl-input::placeholder {
  color: #5c6578;
}
.derived-report .react-tags {
  min-height: 30px !important;
}
.derived-report .react-tags .react-tags__search {
  padding: 0;
}
.derived-report .react-tags .react-tags__search .react-tags__search-input {
  font-weight: 400;
}
.derived-report .react-tags .react-tags__search .react-tags__search-input::-moz-placeholder {
  color: #5c6578;
}
.derived-report .react-tags .react-tags__search .react-tags__search-input::placeholder {
  color: #5c6578;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/people/visitors/visitorList.css ***!
  \*************************************************************************************************************************************************************************************************************************/
:root {
  --secondary-sidebar-width: 200px;
}

.visitors-list-view {
  height: 100%;
  display: flex;
  background: white;
  overflow: hidden;
}
.visitors-list-view .visitors-list-content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 1;
}
.visitors-list-view .visitors-list-left {
  flex: 0 0 200px;
  flex: 0 0 var(--secondary-sidebar-width);
  border-right: 1px solid var(--color-gray);
}
.visitors-list-view .visitors-list-right {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 200px - var(--sidebar-open-width));
  width: calc(100vw - var(--secondary-sidebar-width) - var(--sidebar-open-width));
}
.visitors-list-view .secondary-sidebar {
  display: flex;
  flex-direction: column;
}
.visitors-list-view .secondary-sidebar .secondary-sidebar-header {
  position: sticky;
  top: 0;
  height: var(--header-height);
  padding: 10px 20px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  background: white;
  font-weight: 600;
}
.visitors-list-view .secondary-sidebar .secondary-sidebar-list {
  padding-top: 20px;
  overflow: auto;
  height: 100%;
}
.visitors-list-view .secondary-sidebar .secondary-sidebar-label {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  padding: 0 12px 8px 12px;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/people/company/company-list.css ***!
  \*************************************************************************************************************************************************************************************************************************/

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/destinations/sendemail/styles/send-email-fields.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.destinationSendEmailFilter {
  padding-left: 0;
  margin-bottom: 0;
}
.destinationSendEmailFilter.sl-filters-bar {
  background-color: transparent;
  box-shadow: none;
}
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/destinations/google-ads-conversion/styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************/
.sourceReportFilter {
  padding: 0;
  margin-bottom: 0;
}
.sourceReportFilter.sl-filters-bar {
  background-color: transparent;
  box-shadow: none;
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/destinations/destinationsList.css ***!
  \**********************************************************************************************************************************************************************************************************************/
.destinations-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.destinations-view .destinations-list {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 15px;
  overflow: auto;
}
.destinations-view .destinations-list a.synclog {
  margin-left: 8px;
}

.edit-destination-modal .sl-modal-content {
  padding: 0 !important;
  max-width: 900px;
}
.edit-destination-modal .sl-modal-header {
  padding: 12px 24px;
  border-bottom: 0;
  border-bottom: initial;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.edit-destination-modal .sl-modal-body {
  margin: 24px;
}
.edit-destination-modal .sl-modal-footer {
  border-top: none;
  padding-left: 24px;
}
.edit-destination-modal .sl-modal-footer .sl-modal-footer-actions {
  display: flex;
  padding: 10px !important;
  border-top-left-radius: 4px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.edit-destination-modal .sl-modal-footer .sl-modal-footer-actions .sl-button {
  margin-right: 0.25rem;
}
.edit-destination-modal .filled-2 {
  padding: 30px !important;
  background-color: #F9F9FB;
  border-radius: 5px !important;
}
.edit-destination-modal .edit-destination-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #A0A5B3;
}
.edit-destination-modal .edit-destination-link {
  /*padding: 12px;*/
}
.edit-destination-modal .edit-destination-name {
  /* 2x width of origin/dest button + space between them */
  width: calc(560px + 0.5rem);
}
.edit-destination-modal .origin-type {
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 0.5px;
  line-height: 13px;
  text-transform: uppercase;
  color: #A0A5B3;
}
.edit-destination-modal .form-check-label {
  font-weight: 500;
  font-size: 12px;
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/audiences/AudienceSidenav.css ***!
  \***********************************************************************************************************************************************************************************************************************/
:root {
  --secondary-sidebar-width: 200px;
}

.audiences-view {
  height: 100%;
  display: flex;
  background: white;
  overflow: hidden;
}
.audiences-view .audiences-view-content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 1;
}
.audiences-view .audiences-view-left {
  flex: 0 0 200px;
  flex: 0 0 var(--secondary-sidebar-width);
  border-right: 1px solid var(--color-gray);
}
.audiences-view .audiences-view-right {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 200px - var(--sidebar-open-width));
  width: calc(100vw - var(--secondary-sidebar-width) - var(--sidebar-open-width));
}
.audiences-view .secondary-sidebar {
  display: flex;
  flex-direction: column;
}
.audiences-view .secondary-sidebar .secondary-sidebar-list-wrapper {
  margin-top: 20px;
  overflow: auto;
  height: 100%;
}
.audiences-view .secondary-sidebar .secondary-sidebar-header {
  /*position: sticky;*/
  /*top: 0;*/
  height: var(--header-height);
  padding: 0 10px;
  /*z-index: 100;*/
  /*background: white;*/
}
.audiences-view .secondary-sidebar .secondary-sidebar-list {
  padding: 10px;
  padding-top: 0;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/derived/replaceSource.css ***!
  \*******************************************************************************************************************************************************************************************************************/
.replace-source {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.replace-source .replace-source-content {
  flex: 1;
  overflow: auto;
}
.replace-source .replace-source-content hr {
  margin-bottom: 0.5rem !important;
  margin-top: 0.25rem !important;
}
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/blendedReports/newBlendedReport.css ***!
  \*****************************************************************************************************************************************************************************************************************************/
.blended-reports {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blended-reports .sl-filters-bar {
  margin: 0 1.25rem 0.5rem;
}
.blended-reports .sl-button-selected {
  background-color: #DEDBFF;
  color: #444;
}
.blended-reports .select-pairs .left-select {
  flex: 1 1 190px;
  min-width: 120px;
}
.blended-reports .select-pairs .right-select {
  flex: 1 1 470px;
  min-width: 202px;
}
.blended-reports .select-pairs .action-button {
  flex: 1 1 40px;
}
.blended-reports .input-pairs .left-label {
  flex: 1 1 190px;
  min-width: 120px;
}
.blended-reports .input-pairs .right-label {
  flex: 1 1 470px;
  min-width: 202px;
}
.blended-reports .input-pairs .left-input {
  flex: 1 1 190px;
  min-width: 120px;
}
.blended-reports .input-pairs .right-input {
  flex: 1 1 470px;
  min-width: 202px;
}
.blended-reports .input-pairs .action-button {
  flex: 1 1 40px;
}
.blended-reports .input-pairs .empty-placeholder {
  width: 52px;
  height: 30px;
}
.blended-reports .report-connector-select {
  flex: 0 1 300px;
  min-width: 120px;
}
.blended-reports .report-connector-select .sl-input {
  font-size: 12px;
}
.blended-reports .field-merge-precedence {
  flex: 0 1 500px;
  min-width: 200px;
}
.blended-reports .merges-label {
  font-weight: 600;
  font-size: 12px;
}
.blended-reports .columns-button {
  max-width: 300px;
}
.blended-reports .basic-info {
  flex: 0 1 50%;
  margin-bottom: 20px;
}
.blended-reports .extraction-grouping .sl-input {
  font-size: 12px;
}
.blended-reports .extraction-grouping .column-name,
.blended-reports .extraction-grouping .process-type {
  flex: 1 1 180px;
  min-width: 180px;
  max-width: 180px;
}
.blended-reports .extraction-grouping .derived-column,
.blended-reports .extraction-grouping .querystring {
  flex: 1 1 140px;
  min-width: 140px;
}
.blended-reports .extraction-grouping .substring {
  flex: 1 1 140px;
  min-width: 140px;
}
.blended-reports .extraction-grouping .substring .substring-start,
.blended-reports .extraction-grouping .substring .substring-end {
  flex: 1 1 50px;
  min-width: 50px;
}
.blended-reports .extraction-grouping .empty-placeholder {
  height: 48px;
  flex: 1 1 140px;
  min-width: 140px;
}
.blended-reports .extraction-grouping .action-button {
  flex: 1 1 40px;
}
.blended-reports .card {
  border: 0;
  border-radius: 5px !important;
  box-shadow: rgba(0, 0, 0, 0) 0 -1px 0 0, rgba(0, 0, 0, 0.3) 0 1px 1px 0 !important;
  padding-bottom: 10px;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/reporting/charts/newChart.css ***!
  \******************************************************************************************************************************************************************************************************************/
.charts-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.charts-view .chart-definition {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 15px;
  overflow: auto;
}
.charts-view .filled-3 {
  padding: 15px !important;
  background-color: var(--color-lightgray);
  border-radius: 5px !important;
}
.charts-view .filled-4 {
  padding: 4px 8px !important;
  background-color: var(--color-lightgray);
  border-radius: 5px !important;
}
.charts-view .section-header {
  font-weight: 700;
  font-size: 12px;
}
.charts-view .meta {
  font-size: 10px;
}
.charts-view .input-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-darkgray);
}
.charts-view .chart-footer {
  background: white;
  padding-left: 15px;
}
.charts-view .chart-footer .chart-footer-actions {
  display: flex;
  padding: 10px 20px 5px 10px;
  border-top-left-radius: 4px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.charts-view .chart-footer .chart-footer-actions .sl-button {
  margin-right: 0.25rem;
}
@media (max-width: 1280px) {
  .charts-view .meta {
    font-size: 9px;
  }
  .charts-view .input-label {
    font-size: 11px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/reporting/facebookInsights/segmentExploration.css ***!
  \**************************************************************************************************************************************************************************************************************************************/
.facebook-insights-segment {
  min-height: 500px;
}

.facebook-insights-segment .chart {
  height: 400px;
}

.tags-wrapper {
  margin-top: 5px;
}

.tags-wrapper-body {
  margin-top: 5px;
}

.tag {
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.insights-selection {
  flex: 0 0 245px;
  margin-bottom: 20px;
}

.insights-body {
  flex: 1;
}

.facebook-insights-segment .sl-button-dropdown {
  width: 245px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.facebook-insights-segment .sl-button-dropdown-wrapper {
  position: relative;
  width: 100%;
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/reporting/facebookInsights/creative/viewGraph.css ***!
  \**************************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/reporting/facebookInsights/creative/viewGrid.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.creative-list .card {
  padding: 0;
}

.creative-list .metric h6 {
  font-size: 10px;
  color: var(--color-darkgray);
  text-transform: uppercase;
}

.creative-list .metric p {
  font-size: 12px;
  color: var(--color-secondary);
}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/reporting/facebookInsights/creativeExploration.css ***!
  \***************************************************************************************************************************************************************************************************************************************/
.facebook-insights-creative {
  min-height: 500px;
}

.facebook-insights-creative .sidebar {
  width: 245px;
  float: left;
}

.facebook-insights-creative .main-content {
  margin-left: 255px;
  box-shadow: none !important;
}

.facebook-insights-creative .chart canvas {
  /* height: 500px !important; */
}

.facebook-insights-creative .creative-list .card {
  /* height: 100%; */
}

.facebook-insights-creative .creative-list .card .card-title {
  font-size: 14px;
  font-weight: bold;
}

.tags-wrapper {
  margin-top: 5px;
}

.tags-wrapper-body {
  margin-top: 5px;
}

.tag {
  margin-right: 5px;
  margin-bottom: 10px;
  /* white-space: nowrap; */
  border-radius: 10px;
}

.facebook-insights-creative .sidebar .sl-button-dropdown {
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.facebook-insights-creative .sidebar .react-bootstrap-daterangepicker-container {
  width: 100%;
}

.facebook-insights-creative .sl-button-dropdown-wrapper {
  position: relative;
  width: 100%;
}

.facebook-insights-creative canvas img {
  border-radius: 50%;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/reporting/facebookInsights/creative/viewTimeseriesGraph.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
.facebook-insights-creative-timeseries .chart {
  height: 500px;
}
/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/reporting/facebookInsights/facebookSettings.css ***!
  \************************************************************************************************************************************************************************************************************************************/
.facebook-settings .sl-data-table td {
  white-space: inherit !important;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/billing/billingOverview.css ***!
  \****************************************************************************************************************************************************************************************************************/
.billing-overview-view {
  padding: 15px;
  margin-bottom: 20px;
}

.plan-details-title {
  color: #0B1A3B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.plan-details-row {
  margin-bottom: 20px;
}

.plan-details-row .card {
  min-height: 135px;
}

.charts {
  margin-bottom: 20px;
}

.chart {
  min-height: 465px;
}

.chart-current-matched-stats {
  color: #0A1734;
  color: var(--grey-600, #0A1734);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.chart-title {
  font-size: 24px !important;
}

.plan-details-row .card {
  padding: 20px;
}

.info {
  color: #0A1734;
  color: var(--grey-600, #0A1734);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.info-title {
  color: #5C6578;
  color: var(--grey-500, #5C6578);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}

.billing-overview-card-title {
  color: #0B1A3B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 87.5% */
}

.resets {
  color: rgba(11, 26, 59, 0.8);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 85.714% */
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/billing/billingUpgrade.css ***!
  \***************************************************************************************************************************************************************************************************************/
:root {
  --CoolGray-20: #dde1e6;
  --CoolGray-90: #21272a;
  --Default-White: #ffffff;
}

.header-link {
  height: 41px !important;
}

.upgrade_wrapper {
  display: flex;
  width: 100%;
  padding: 40px 40px;
  flex-direction: column;
  align-items: center;
  /* display: inline-flex; */
  justify-content: center;
  /* align-items: flex-start; */
}

.pricing_tabs_menu {
  display: flex;
  padding: 8px;
  align-items: center;
  /* width: 290px; */
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(11, 26, 59, 0.04);
}

.pricing_tabs_menu a {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #21272a;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px; /* 160% */
}

/* .pricing_tabs_menu a:not(:last-child) {
    margin-right: 24px;
} */
.pricing_tabs_menu a.active {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  background: var(--grey-000, #fff);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.uui-badge {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  background: #a7b1e2;
  box-shadow: 0px 1px 1px 0px rgba(167, 177, 226, 0.2);
  color: #fff;
  color: var(--grey-000, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
}

.pricing_cards {
  /* display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: stretch; */
  margin-top: 56px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
@media only screen and (max-width: 1100px) {
  .pricing_cards {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing_cards > :nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .pricing_cards {
    grid-template-columns: 1fr; /* Single column layout */
    width: 100%;
  }
  .pricing_cards > :nth-child(3) {
    width: 100%;
  }
}

/* .pricing_card:not(:last-child) {
    margin-right: 24px;
} */
.pricing_card {
  padding: 48px 24px;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  /* width: 450px; */
  border-radius: 8px;
  border: 1px solid #dde1e6;
  border: 1px solid var(--CoolGray-20, #dde1e6);
  background: #fff;
  background: var(--grey-000, #fff);
}
.pricing_card .title {
  color: #21272a;
  color: var(--CoolGray-90, #21272a);
  align-self: stretch;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
}
.pricing_card .short_description {
  margin-top: 8px;
  color: #21272a;
  color: var(--CoolGray-90, #21272a);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 25.2px */
}
.pricing_card .price {
  color: #21272a;
  color: var(--CoolGray-90, #21272a);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 122.222% */
  margin-top: 32px;
}
.pricing_card .price span:first-child {
  position: relative;
  bottom: -1px;
}
.pricing_card .per_month {
  color: #c1c3c5;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-left: 0px;
}
.pricing_card .upgrade_button {
  width: 178px;
  height: 56px;
  padding: 16px;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #dc2360;
  background: #dc2360;
  color: #fff;
  color: var(--grey-000, #fff);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 0.5px;
  margin-top: 32px;
}
.pricing_card .short_description2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.7; /* 176.147% */
  margin-top: 32px;
  font-family: "Helvetica Neue", "Neue Haas Grotesk Display Pro";
  font-size: 13.63px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #475467;
  max-width: 300px;
}
.pricing_card .features_list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.pricing_card .feature {
  color: #21272a;
  color: var(--CoolGray-90, #21272a);
  font-family: Inter;
  font-size: 13.75px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.74; /* 174.545% */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing_card .feature img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.pricing_card_identification-growth {
  border-radius: 8px;
  border: 1px solid #2940b9;
  background: #fff;
  background: var(--grey-000, #fff);
}

.pricing_card_identification-growth_most_popular {
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -11.5px;
  border-radius: 12px;
  background: #2940b9;
  color: #fff;
  color: var(--grey-000, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}

.pricing_card_identification_most_popular {
  display: none;
}

.pricing_card_enterprise_most_popular {
  display: none;
}
/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/billing/billing-upgade.css ***!
  \***************************************************************************************************************************************************************************************************************/
.active-plan .active-plan__title,
.active-plan .active-plan__price {
  font-weight: 600;
  font-size: 22px;
  line-height: 25.83px;
  letter-spacing: -0.89px;
  color: #242424;
}
.active-plan .active-plan__interval {
  display: flex;
  gap: 8px;
}
.active-plan .active-plan__interval span {
  font-weight: 600;
  font-size: 14.13px;
  line-height: 22.4px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #21272a;
}
.active-plan .active-plan__interval .pill {
  background-color: #a7b1e2;
  gap: 8px;
  padding: 4px 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  border-radius: 27px;
  align-items: center;
  display: flex;
}
.active-plan .active-plan__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.active-plan .active-plan__features .active-plan__feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.active-plan .active-plan__features .active-plan__feature-list .feature-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.active-plan .active-plan__features .active-plan__feature-list .feature-item .feature-item-title {
  display: flex;
  gap: 8px;
  align-items: center;
}
.active-plan .active-plan__features .active-plan__feature-list .feature-item .feature-item-title span {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 18px;
  color: #21272a;
  font-weight: 600;
}
.active-plan .active-plan__features .active-plan__feature-list .feature-item .feature-item-description {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4d5255;
  opacity: 0.6;
}
.active-plan .active-plan__price,
.active-plan .active-plan__interval,
.active-plan .active-plan__credits {
  margin-bottom: 40px;
}

.select-plan .tab-button {
  color: #21272a !important;
  font-size: 24px;
  flex: 1;
}
.select-plan .tab-button.active {
  border-color: var(--color-secondary);
}
.select-plan .select-plan__interval {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.select-plan .select-plan__interval span {
  font-weight: 600;
  font-size: 14.13px;
  line-height: 22.4px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #21272a;
}
.select-plan .select-plan__interval .pill {
  background-color: #a7b1e2;
  gap: 8px;
  padding: 4px 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  border-radius: 27px;
}
.select-plan .pricing-table {
  display: flex;
  flex-direction: column;
}
.select-plan .pricing-table .pricing-table__title {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 600;
  font-style: 65 Medium;
  font-size: 24px;
  line-height: 1.6;
  color: #21272a;
  margin-bottom: 12px;
}
.select-plan .pricing-table .pricing-table__description {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #21272a;
  margin-bottom: 12px;
  display: block;
}
.select-plan .pricing-table .pricing-table__price {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 12px;
}
.select-plan .pricing-table .pricing-table__price .pricing-table__interval {
  color: #c1c3c5;
  font-size: 20px;
}
.select-plan .pricing-table .pricing-table__short-description {
  font-family: "Neue Haas Grotesk Display Pro";
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  margin-bottom: 12px;
}
.select-plan .pricing-table .pricing-table__credits {
  margin-bottom: 20px;
}
.select-plan .pricing-table .pricing-table__features .pricing-table__feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.select-plan .pricing-table .pricing-table__features .pricing-table__feature-list .feature-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.select-plan .pricing-table .pricing-table__features .pricing-table__feature-list .feature-item .feature-item-title {
  display: flex;
  gap: 8px;
  align-items: center;
}
.select-plan .pricing-table .pricing-table__features .pricing-table__feature-list .feature-item .feature-item-title span {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 18px;
  color: #21272a;
  font-weight: 600;
}
.select-plan .pricing-table .pricing-table__features .pricing-table__feature-list .feature-item .feature-item-description {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4d5255;
  opacity: 0.6;
}
/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/settings/profileSettings/profileSettings.css ***!
  \*********************************************************************************************************************************************************************************************************************************/
:root {
  --secondary-sidebar-width: 200px;
}

.attribution-setup-view {
  height: 100%;
  display: flex;
  background: white;
  overflow: hidden;
}
.attribution-setup-view .attribution-setup-content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 1;
}
.attribution-setup-view .attribution-setup-left {
  flex: 0 0 200px;
  flex: 0 0 var(--secondary-sidebar-width);
  border-right: 1px solid var(--color-gray);
}
.attribution-setup-view .attribution-setup-right {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 200px - var(--sidebar-open-width));
  width: calc(100vw - var(--secondary-sidebar-width) - var(--sidebar-open-width));
}
.attribution-setup-view .secondary-sidebar .secondary-sidebar-header {
  position: sticky;
  top: 0;
  height: var(--header-height);
  padding: 10px 20px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  background: white;
  font-weight: 600;
}
.attribution-setup-view .secondary-sidebar .secondary-sidebar-list {
  padding-top: 20px;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/homePage/homePage.css ***!
  \**********************************************************************************************************************************************************************************************************/
@media (max-width: 1280px) {
  .dash-link-container {
    background-size: 50%, auto !important;
  }
  .dash-link-container p {
    font-size: 12px !important;
  }
  .homepage-view .homepage-card {
    width: 100% !important;
    height: 100% !important;
    padding: 30px !important;
    margin: 0 !important;
  }
  .homepage-view .carousel {
    height: 380px !important;
    max-height: 380px !important;
  }
}
.homepage-view {
  overflow: auto;
  flex: 1;
  display: flex;
  /*flex-wrap: wrap;*/
}
.homepage-view .homepage-header {
  background: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 15px 5px;
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 38px;
}
.homepage-view .homepage-header-greet,
.homepage-view .homepage-header-msg {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
.homepage-view .homepage-header-sep {
  margin-left: 15px;
  margin-right: 15px;
  border-left: 1px solid rgb(216, 216, 216);
  margin-bottom: 4px;
  opacity: 0.6;
}
.homepage-view .homepage-wrap {
  /*margin: 20px 0 20px 20px;*/
  margin: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 670px;
  min-height: 0;
  justify-content: space-between;
}
.homepage-view .homepage-wrap-2 {
  margin: 20px;
  display: none;
  flex: 0.5;
  flex-wrap: wrap;
  min-width: 250px;
  min-height: 0;
}
.homepage-view .setup-guide {
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  flex: 1;
  min-width: 520px;
  min-height: 440px;
  display: flex;
}
.homepage-view .getting-started {
  background: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  width: 280px;
  flex: 1;
}
.homepage-view .visit-dashboards {
  background-image: url("/images/homepage/chart.svg");
  background-position: 100% 50%;
  background-size: 256px 220px;
  background-repeat: no-repeat;
  background-color: white;
  padding: 30px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  flex: 1;
  height: 260px;
  margin-right: 8px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-width: 370px;
  min-height: 260px;
}
.homepage-view .invite-team {
  background: white;
  padding: 30px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  height: 230px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-width: 370px;
  min-height: 230px;
  margin-top: 20px;
}
.homepage-view .card-logo {
  margin-left: 16px;
}
.homepage-view .card-heading {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  color: var(--color-text);
  margin-bottom: 40px;
}
.homepage-view .card-message {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--color-text);
  opacity: 0.8;
  width: 50%;
}
.homepage-view .getting-started .card-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 14px;
  color: var(--color-text);
  margin-bottom: 16px;
}
.homepage-view .getting-started .homepage-text {
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text);
}
.homepage-view .getting-started .card-message,
.homepage-view .setup-guide .card-message {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0;
  color: var(--color-text);
  opacity: 0.5;
  width: auto;
  width: initial;
  text-transform: uppercase;
}
.homepage-view .setup-guide .card-message {
  margin-bottom: 40px;
}
.homepage-view .getting-started .card-message {
  margin-bottom: 8px;
}
.homepage-view .getting-started .card-message-list a {
  font-size: 14px;
  letter-spacing: 0;
  color: #FD417F;
}
.homepage-view .getting-started a:hover {
  color: var(--color-secondary);
}
.homepage-view .getting-started .card-img {
  height: 58px;
  width: 70px;
  position: relative;
  display: block;
  background-position: -16px -10px;
  margin-top: auto;
}
.homepage-view .setup-guide .card-heading {
  color: white;
  padding: 0 15px;
  margin-bottom: 40px;
}
.homepage-view .setup-guide .card-message {
  color: white;
  padding: 0 15px;
}
.homepage-view .visit-dashboards .card-heading {
  margin-bottom: 14px;
}
.homepage-view .invite-team .card-heading {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.homepage-view .setup-guide-left {
  border-radius: 5px 0 0 5px;
  background: #2940B9;
  color: white;
  width: 320px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
}
.homepage-view .setup-guide-right {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.homepage-view .setup-guide-right .card-heading-right {
  font-size: 28px;
  font-weight: 500;
  color: var(--color-secondary);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 16px;
}
.homepage-view .setup-guide-right .card-message-right a {
  font-size: 18px;
}
.homepage-view .setup-guide-right .card-message-right {
  font-size: 14px;
  color: var(--color-text);
  opacity: 0.8;
  padding-left: 16px;
}
.homepage-view .homepage-progress-step-button {
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  outline: 0 !important;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 2px;
  margin-bottom: 8px;
  color: white;
  text-align: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.homepage-view .homepage-progress-step-button.active {
  background: var(--color-primary);
}
.homepage-view .homepage-progress-step-button.done {
  /*color: rgba(255, 255, 255, 0.5);*/
}
.homepage-view .setup-guide-tracking-button {
  background-color: #FD417F;
  background-image: url("/images/login/icon-arrow.svg");
  background-position: 93% center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: white;
  cursor: pointer !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 40px;
  padding: 10px 20px;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-position 200ms ease, background-color 200ms ease;
  width: 220px;
  margin-left: 16px;
}
.homepage-view .setup-guide-tracking-button:hover {
  background-color: #2940B9;
}
.homepage-view {
  /*
  .homepage-card {
    width: 80%;
    height: 50%;
    margin: auto;
  }
  */
}
.homepage-view .homepage-card {
  /*width: initial;*/
  /*height: initial;*/
  /*margin: initial;*/
  padding: 58px 46px;
}
.homepage-view .homepage-form-input {
  border-radius: 4px;
  border: 2px solid rgba(41, 64, 185, 0.1);
  color: #0B1A3B;
  height: 40px;
  transition: background-color 200ms ease, border-color 200ms ease;
  display: block;
  line-height: 1.428571429;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}
.homepage-view .homepage-form-input:hover {
  border-color: rgba(41, 64, 185, 0.5);
}
.homepage-view .homepage-form-input:focus {
  border-color: rgba(41, 64, 185, 0.5);
  background-color: white;
  outline: 0;
}
.homepage-view .homepage-form-input::-moz-placeholder {
  opacity: 0.25;
  color: #00203C;
}
.homepage-view .homepage-form-input::placeholder {
  opacity: 0.25;
  color: #00203C;
}
.homepage-view .homepage-carousel {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #F9FAFA;
  padding: 20px;
  height: 440px;
  margin-top: 24px;
  margin-bottom: 40px;
  line-height: 22px;
  color: var(--color-text);
  flex: 1;
}
.homepage-view .homepage-carousel .carousel-slide-image {
  max-width: 100%;
  margin-bottom: 12px;
}
.homepage-view .homepage-carousel .carousel-indicators li {
  height: 8px;
  width: 8px;
  background: #D8D8D8;
  border-radius: 100%;
  border: 0;
}
.homepage-view .homepage-carousel .carousel-indicators li.active {
  background: #FD417F;
}
.homepage-view .homepage-spinner {
  height: 48px;
  width: 48px;
  border: 5px solid var(--color-primary);
  border-radius: 50%;
  border-top: 5px solid transparent;
  animation: rotate 20s linear infinite;
  text-align: center;
  display: inline-flex;
}
.homepage-view .paid-media-dashboard {
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  flex: 1;
  min-width: 520px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.homepage-view .paid-media-dashboard .card-heading {
  display: flex;
  align-items: center;
  line-height: 14px;
}
.homepage-view .paid-media-dashboard .paid-media-dashboard-card:not(:last-child) {
  margin-right: 14px;
}
.homepage-view .paid-media-dashboard .paid-media-dashboard-card {
  background: var(--color-white);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 0, rgba(0, 0, 0, 0.3) 0 1px 1px 0;
  color: var(--color-text);
  padding: 20px 22px;
  flex: 1;
  min-width: 200px;
  min-height: 0;
}
.homepage-view .paid-media-dashboard .paid-media-dashboard-card .chart-nodata-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: white;
  opacity: 0.6;
  z-index: 1;
}
.homepage-view .paid-media-dashboard .progress {
  border-radius: 0 !important;
}
.homepage-view .paid-media-dashboard .progress-container {
  border-radius: 5px !important;
  overflow: hidden;
}
.homepage-view .paid-media-dashboard .progress-perc {
  font-weight: 600;
  font-size: 10px !important;
}
.homepage-view .paid-media-dashboard .section-header {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 5px;
}
.homepage-view .paid-media-dashboard .section-header-link {
  font-size: 12px;
  line-height: 16px;
}
.homepage-view .paid-media-dashboard .paid-media-dashboard-card-heading {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary);
}
.homepage-view .paid-media-dashboard .paid-media-dashboard-card-metric-value {
  font-size: 28px;
  font-weight: 700;
}
.homepage-view .paid-media-dashboard .paid-media-dashboard-card-metric-label {
  font-size: 12px;
  margin-bottom: -5px;
}
.homepage-view .paid-media-dashboard .homecard-chart {
  margin: 15px auto;
}
.homepage-view .paid-media-dashboard .chart-nodata-overlay {
  font-size: 12px;
}
.homepage-view .setup-complete {
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  min-width: 520px;
  min-height: 10vh;
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.homepage-view .setup-loading {
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  min-width: 520px;
  min-height: 440px;
  padding: 30px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-view .setup-layout-grid {
  overflow: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.homepage-view .dash-boxes-container {
  overflow: auto;
  height: 100%;
  max-height: 68vh;
  min-height: 5vh;
}
.homepage-view .dash-link-container {
  display: flex;
  min-height: 140px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #F5F5F6;
  border-radius: 4px;
  background-image: url("/images/homepage/dash-default.svg"), linear-gradient(180deg, white, #F9F9F9);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: border 200ms ease, box-shadow 200ms ease;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-position: 100% 50%, 0 0;
  background-size: 50% 90%, auto;
  background-repeat: no-repeat, repeat;
  grid-column: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
  align-self: auto;
}
.homepage-view .dash-link-container:hover {
  border-color: #E4E4E4;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.homepage-view .dash-link-container h3 {
  width: 40%;
  min-width: 40%;
  font-size: 14px;
  line-height: 1.3;
}
.homepage-view .dash-link-container.revenue-attribution {
  background-image: url("/images/homepage/dash-rev.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.marketing-cost {
  background-image: url("/images/homepage/dash-cost.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.marketing-costs {
  background-image: url("/images/homepage/dash-marketing-costs.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.marketing-performance {
  background-image: url("/images/homepage/dash-perf.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.path-to-conversion {
  background-image: url("/images/homepage/dash-path.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.google-drilldown {
  background-image: url("/images/homepage/dash-google-drilldown.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.facebook-drilldown {
  background-image: url("/images/homepage/dash-facebook-drilldown.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.linkedin-drilldown {
  background-image: url("/images/homepage/dash-linkedin-drilldown.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.budgeting {
  background-image: url("/images/homepage/dash-cost.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.google-performance-overview {
  background-image: url("/images/homepage/dash-google.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.campaign-budget-allocation {
  background-image: url("/images/homepage/dash-rev.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.keyword-and-match-type {
  background-image: url("/images/homepage/dash-kw.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-link-container.quality-score {
  background-image: url("/images/homepage/dash-lp.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view .dash-name {
  width: 35%;
  margin-top: 0;
  color: #0B1A3B;
  font-size: 18px;
  line-height: 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.homepage-view .paragraph-2 {
  width: 35%;
  margin-bottom: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .homepage-view .dash-boxes {
    grid-template-columns: 1fr;
  }
}
.homepage-view .homepage-stat-name {
  color: rgba(11, 26, 59, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
.homepage-view .homepage-stat-value {
  color: #0B1A3B;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.5rem;
}
.homepage-view .homepage-stats {
  margin-right: 3rem;
}
.homepage-view .homepage-stat-name svg {
  margin-left: 0.25rem;
}
.homepage-view .nodata-overlay {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 1009;
  min-height: 0;
  min-width: 0;
  align-items: center;
  justify-content: center;
}
.homepage-view .nodata-overlay span {
  color: #0B1A3B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}
.homepage-view {
  flex-wrap: nowrap;
}

.temporary {
  padding: 16px 24px;
  background: #FCEBE1;
  color: #FA6400;
  box-shadow: -2px 0 0 0 #FA6400, 0 1px 1px 0 rgba(113, 46, 1, 0.15);
  border-radius: 4px;
  font-weight: 600;
}

.homepage-view-trial {
  overflow: auto;
  flex: 1;
  display: flex;
  /*flex-wrap: wrap;*/
}
.homepage-view-trial .homepage-header {
  background: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 15px 5px;
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 38px;
}
.homepage-view-trial .homepage-header-greet,
.homepage-view-trial .homepage-header-msg {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
.homepage-view-trial .homepage-header-sep {
  margin-left: 15px;
  margin-right: 15px;
  border-left: 1px solid rgb(216, 216, 216);
  margin-bottom: 4px;
  opacity: 0.6;
}
.homepage-view-trial .homepage-wrap {
  /*margin: 20px 0 20px 20px;*/
  margin: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 670px;
  min-height: 0;
  justify-content: space-between;
}
.homepage-view-trial .homepage-wrap-2 {
  margin: 20px;
  display: none;
  flex: 0.5;
  flex-wrap: wrap;
  min-width: 250px;
  min-height: 0;
}
.homepage-view-trial .setup-guide {
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  flex: 1;
  min-width: 520px;
  min-height: 440px;
  display: flex;
}
.homepage-view-trial .getting-started {
  background: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  width: 280px;
  flex: 1;
}
.homepage-view-trial .visit-dashboards {
  background-image: url("/images/homepage/chart.svg");
  background-position: 100% 50%;
  background-size: 256px 220px;
  background-repeat: no-repeat;
  background-color: white;
  padding: 30px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  flex: 1;
  height: 260px;
  margin-right: 8px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-width: 370px;
  min-height: 260px;
}
.homepage-view-trial .invite-team {
  background: white;
  padding: 30px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  height: 230px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  min-width: 370px;
  min-height: 230px;
  margin-top: 20px;
}
.homepage-view-trial .card-logo {
  margin-left: 16px;
}
.homepage-view-trial .card-heading {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  color: var(--color-text);
  margin-bottom: 40px;
}
.homepage-view-trial .card-message {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--color-text);
  opacity: 0.8;
  width: 50%;
}
.homepage-view-trial .getting-started .card-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 14px;
  color: var(--color-text);
  margin-bottom: 16px;
}
.homepage-view-trial .getting-started .homepage-text {
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text);
}
.homepage-view-trial .getting-started .card-message,
.homepage-view-trial .setup-guide .card-message {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0;
  color: var(--color-text);
  opacity: 0.5;
  width: auto;
  width: initial;
  text-transform: uppercase;
}
.homepage-view-trial .setup-guide .card-message {
  margin-bottom: 40px;
}
.homepage-view-trial .getting-started .card-message {
  margin-bottom: 8px;
}
.homepage-view-trial .getting-started .card-message-list a {
  font-size: 14px;
  letter-spacing: 0;
  color: #FD417F;
}
.homepage-view-trial .getting-started a:hover {
  color: var(--color-secondary);
}
.homepage-view-trial .getting-started .card-img {
  height: 58px;
  width: 70px;
  position: relative;
  display: block;
  background-position: -16px -10px;
  margin-top: auto;
}
.homepage-view-trial .setup-guide .card-heading {
  color: white;
  padding: 0 15px;
  margin-bottom: 40px;
}
.homepage-view-trial .setup-guide .card-message {
  color: white;
  padding: 0 15px;
}
.homepage-view-trial .visit-dashboards .card-heading {
  margin-bottom: 14px;
}
.homepage-view-trial .invite-team .card-heading {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.homepage-view-trial .setup-guide-left {
  border-radius: 5px 0 0 5px;
  background: #2940B9;
  color: white;
  width: 320px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
}
.homepage-view-trial .setup-guide-right {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.homepage-view-trial .setup-guide-right .card-heading-right {
  font-size: 28px;
  font-weight: 500;
  color: var(--color-secondary);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 16px;
}
.homepage-view-trial .setup-guide-right .card-message-right a {
  font-size: 18px;
}
.homepage-view-trial .setup-guide-right .card-message-right {
  font-size: 14px;
  color: var(--color-text);
  opacity: 0.8;
  padding-left: 16px;
}
.homepage-view-trial .homepage-progress-step-button {
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  outline: 0 !important;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 2px;
  margin-bottom: 8px;
  color: white;
  text-align: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.homepage-view-trial .homepage-progress-step-button.active {
  background: var(--color-primary);
}
.homepage-view-trial .homepage-progress-step-button.done {
  /*color: rgba(255, 255, 255, 0.5);*/
}
.homepage-view-trial .setup-guide-tracking-button {
  background-color: #FD417F;
  background-image: url("/images/login/icon-arrow.svg");
  background-position: 93% center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  border: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  color: white;
  cursor: pointer !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 40px;
  padding: 10px 20px;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-position 200ms ease, background-color 200ms ease;
  width: 220px;
  margin-left: 16px;
}
.homepage-view-trial .setup-guide-tracking-button:hover {
  background-color: #2940B9;
}
.homepage-view-trial {
  /*
  .homepage-card {
    width: 80%;
    height: 50%;
    margin: auto;
  }
  */
}
.homepage-view-trial .homepage-card {
  /*width: initial;*/
  /*height: initial;*/
  /*margin: initial;*/
  padding: 58px 46px;
}
.homepage-view-trial .homepage-form-input {
  border-radius: 4px;
  border: 2px solid rgba(41, 64, 185, 0.1);
  color: #0B1A3B;
  height: 40px;
  transition: background-color 200ms ease, border-color 200ms ease;
  display: block;
  line-height: 1.428571429;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}
.homepage-view-trial .homepage-form-input:hover {
  border-color: rgba(41, 64, 185, 0.5);
}
.homepage-view-trial .homepage-form-input:focus {
  border-color: rgba(41, 64, 185, 0.5);
  background-color: white;
  outline: 0;
}
.homepage-view-trial .homepage-form-input::-moz-placeholder {
  opacity: 0.25;
  color: #00203C;
}
.homepage-view-trial .homepage-form-input::placeholder {
  opacity: 0.25;
  color: #00203C;
}
.homepage-view-trial .homepage-carousel {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #F9FAFA;
  padding: 20px;
  height: 440px;
  margin-top: 24px;
  margin-bottom: 40px;
  line-height: 22px;
  color: var(--color-text);
  flex: 1;
}
.homepage-view-trial .homepage-carousel .carousel-slide-image {
  max-width: 100%;
  margin-bottom: 12px;
}
.homepage-view-trial .homepage-carousel .carousel-indicators li {
  height: 8px;
  width: 8px;
  background: #D8D8D8;
  border-radius: 100%;
  border: 0;
}
.homepage-view-trial .homepage-carousel .carousel-indicators li.active {
  background: #FD417F;
}
.homepage-view-trial .homepage-spinner {
  height: 48px;
  width: 48px;
  border: 5px solid var(--color-primary);
  border-radius: 50%;
  border-top: 5px solid transparent;
  animation: rotate 20s linear infinite;
  text-align: center;
  display: inline-flex;
}
.homepage-view-trial .paid-media-dashboard {
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  flex: 1;
  min-width: 520px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.homepage-view-trial .paid-media-dashboard .card-heading {
  display: flex;
  align-items: center;
  line-height: 14px;
}
.homepage-view-trial .paid-media-dashboard .paid-media-dashboard-card:not(:last-child) {
  margin-right: 14px;
}
.homepage-view-trial .paid-media-dashboard .paid-media-dashboard-card {
  background: var(--color-white);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 0, rgba(0, 0, 0, 0.3) 0 1px 1px 0;
  color: var(--color-text);
  padding: 20px 22px;
  flex: 1;
  min-width: 200px;
  min-height: 0;
}
.homepage-view-trial .paid-media-dashboard .paid-media-dashboard-card .chart-nodata-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: white;
  opacity: 0.6;
  z-index: 1;
}
.homepage-view-trial .paid-media-dashboard .progress {
  border-radius: 0 !important;
}
.homepage-view-trial .paid-media-dashboard .progress-container {
  border-radius: 5px !important;
  overflow: hidden;
}
.homepage-view-trial .paid-media-dashboard .progress-perc {
  font-weight: 600;
  font-size: 10px !important;
}
.homepage-view-trial .paid-media-dashboard .section-header {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 5px;
}
.homepage-view-trial .paid-media-dashboard .section-header-link {
  font-size: 12px;
  line-height: 16px;
}
.homepage-view-trial .paid-media-dashboard .paid-media-dashboard-card-heading {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-secondary);
}
.homepage-view-trial .paid-media-dashboard .paid-media-dashboard-card-metric-value {
  font-size: 28px;
  font-weight: 700;
}
.homepage-view-trial .paid-media-dashboard .paid-media-dashboard-card-metric-label {
  font-size: 12px;
  margin-bottom: -5px;
}
.homepage-view-trial .paid-media-dashboard .homecard-chart {
  margin: 15px auto;
}
.homepage-view-trial .paid-media-dashboard .chart-nodata-overlay {
  font-size: 12px;
}
.homepage-view-trial .setup-complete {
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  min-width: 520px;
  min-height: 10vh;
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.homepage-view-trial .setup-loading {
  background: white;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  min-width: 520px;
  min-height: 440px;
  padding: 30px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-view-trial .setup-layout-grid {
  overflow: auto;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.homepage-view-trial .dash-boxes-container {
  overflow: auto;
  height: 100%;
  max-height: 68vh;
  min-height: 5vh;
}
.homepage-view-trial .dash-link-container {
  display: flex;
  min-height: 140px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #F5F5F6;
  border-radius: 4px;
  background-image: url("/images/homepage/dash-default.svg"), linear-gradient(180deg, white, #F9F9F9);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: border 200ms ease, box-shadow 200ms ease;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-position: 100% 50%, 0 0;
  background-size: 50% 90%, auto;
  background-repeat: no-repeat, repeat;
  grid-column: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
  align-self: auto;
}
.homepage-view-trial .dash-link-container:hover {
  border-color: #E4E4E4;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.homepage-view-trial .dash-link-container h3 {
  width: 40%;
  min-width: 40%;
  font-size: 14px;
  line-height: 1.3;
}
.homepage-view-trial .dash-link-container.revenue-attribution {
  background-image: url("/images/homepage/dash-rev.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.marketing-cost {
  background-image: url("/images/homepage/dash-cost.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.marketing-costs {
  background-image: url("/images/homepage/dash-marketing-costs.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.marketing-performance {
  background-image: url("/images/homepage/dash-perf.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.path-to-conversion {
  background-image: url("/images/homepage/dash-path.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.google-drilldown {
  background-image: url("/images/homepage/dash-google-drilldown.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.facebook-drilldown {
  background-image: url("/images/homepage/dash-facebook-drilldown.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.linkedin-drilldown {
  background-image: url("/images/homepage/dash-linkedin-drilldown.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.budgeting {
  background-image: url("/images/homepage/dash-cost.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.google-performance-overview {
  background-image: url("/images/homepage/dash-google.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.campaign-budget-allocation {
  background-image: url("/images/homepage/dash-rev.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.keyword-and-match-type {
  background-image: url("/images/homepage/dash-kw.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-link-container.quality-score {
  background-image: url("/images/homepage/dash-lp.svg"), linear-gradient(180deg, white, #F9F9F9);
}
.homepage-view-trial .dash-name {
  width: 35%;
  margin-top: 0;
  color: #0B1A3B;
  font-size: 18px;
  line-height: 22px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.homepage-view-trial .paragraph-2 {
  width: 35%;
  margin-bottom: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .homepage-view-trial .dash-boxes {
    grid-template-columns: 1fr;
  }
}
.homepage-view-trial .homepage-stat-name {
  color: rgba(11, 26, 59, 0.8);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
.homepage-view-trial .homepage-stat-value {
  color: #0B1A3B;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.5rem;
}
.homepage-view-trial .homepage-stats {
  margin-right: 3rem;
}
.homepage-view-trial .homepage-stat-name svg {
  margin-left: 0.25rem;
}
.homepage-view-trial .nodata-overlay {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 1009;
  min-height: 0;
  min-width: 0;
  align-items: center;
  justify-content: center;
}
.homepage-view-trial .nodata-overlay span {
  color: #0B1A3B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}
.homepage-view-trial .setup-guide-left {
  background: #0B1A3B;
}
.homepage-view-trial {
  /*
  .homepage-card {
    width: initial;
    height: initial;
    margin: initial;

    padding: 58px 46px;
  }
  */
}
.homepage-view-trial .filled-box {
  border-radius: 8px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  background: #2940B9;
  color: white;
  padding: 30px;
  margin-bottom: 30px;
}
.homepage-view-trial .filled-box .carousel-slide-image {
  max-width: 100%;
  margin-bottom: 12px;
}
.homepage-view-trial .filled-box .card-heading,
.homepage-view-trial .filled-box .card-message {
  color: inherit !important;
}

.homepage-starter {
  min-height: 10vh;
  padding: 30px;
}
.homepage-starter .getting-started {
  padding: 16px;
}
.homepage-starter .invite-team {
  border-radius: 8px;
  background: #F9FAFA;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.homepage-starter .tooltip-heading {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter;
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px; /* 125% */
  text-transform: uppercase;
  margin-bottom: 4px;
}
.homepage-starter .tootlip-text {
  color: #FFF;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.homepage-starter .chart-labels {
  cursor: default;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/dashboard/dashboard.css ***!
  \************************************************************************************************************************************************************************************************************/
.dashboard-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.dashboard-view .dashboard-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: auto;
}

.dashboard-controls {
  position: sticky;
  padding: 10px 10px 10px 15px;
  top: 0;
  background: rgb(247, 248, 249);
  z-index: 1;
  margin: 0 !important;
  margin-bottom: -5px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #F1F1F4;
}

.dashboard-actions {
  display: inline-flex;
  align-items: center;
}
.dashboard-actions .sl-dropdown button {
  box-shadow: none;
  padding: 5px 8px;
}
.dashboard-actions .sl-dropdown button:hover {
  box-shadow: none;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/dashboard/widget/widget.css ***!
  \****************************************************************************************************************************************************************************************************************/
.widget-menu-popover {
  border: 0;
  background: "transparent";
}
.widget-menu-popover .popover-body {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 11px;
  font-weight: 500;
  padding: 5px 10px 2px;
  /*width: max-content;*/
  margin-top: 0;
  line-height: 16px;
}
.widget-menu-popover .popover-body .sl-button:hover {
  background: #F8F8F9;
}

.widget-source-link {
  display: none;
  font-size: 10px;
  text-align: right;
}

.zoomed .widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-lightgray);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.zoomed .widget-header h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.zoomed .widget-header h2 a {
  color: var(--color-text);
}
.zoomed .widget-header h2 a:hover {
  color: var(--color-secondary);
}
.zoomed .widget-header-separator {
  display: none;
}
.zoomed .widget-header-unzoomed {
  display: none;
}
.zoomed .widget-footer {
  display: block;
  border-top: 1px solid var(--color-lightgray);
  padding-top: 15px;
  margin-top: 10px;
}
.zoomed .chart-name {
  display: none !important;
}
.zoomed .react-resizable-handle {
  display: none !important;
}
.zoomed .widget-header-close-button {
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  width: 18px;
  height: 18px;
  border: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
}
.zoomed .widget-source-link {
  display: block;
}

.widget-header,
.widget-footer {
  display: none;
}

.widget-header-separator {
  display: block;
}

.widget-header-unzoomed {
  display: flex;
}

#zoomed-item-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.widget-grab {
  position: absolute;
  top: 0;
  background: transparent;
  opacity: 0.5;
  height: 20px;
  width: 100%;
  left: 0;
  cursor: grabbing;
  border: 0 !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  align-items: center;
  justify-content: center;
  display: none;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/react-grid-layout/css/styles.css ***!
  \******************************************************************************************************************************************************************************************************************/
.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}

.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top, width, height;
}

.react-grid-item img {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}

.react-grid-item.resizing {
  transition: none;
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w,
.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n,
.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/react-resizable/css/styles.css ***!
  \****************************************************************************************************************************************************************************************************************/
.react-resizable {
  position: relative;
}

.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");
  background-position: bottom right;
  padding: 0 3px 3px 0;
}

.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}

.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}

.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}

.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}

.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}

.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}

.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}

.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}

.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}

.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/dashboard/dashboardGrid.css ***!
  \****************************************************************************************************************************************************************************************************************/
/* https://github.com/STRML/react-grid-layout/blob/59b0da6ab32f2c7ae0e74c87ad6997aea51875d4/css/styles.css */
.react-grid-layout {
  padding: 0 !important;
}

.react-grid-item {
  box-sizing: border-box;
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 1px 0 !important;
}

.react-grid-item.zoomed {
  z-index: 1006 !important;
  width: 92% !important;
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  transform: translate(0, 0) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
}

.react-grid-item.react-grid-placeholder {
  /* this is the underlying redish layer that appears when a component is moved/dragged */
  background: var(--color-darkgray) !important;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.react-grid-item:not(.react-grid-placeholder) {
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.react-grid-item.resizing {
  opacity: 0.9;
}

.react-grid-item.static {
  background: var(--color-white);
}

.react-grid-item .text {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
}

.react-grid-item:hover .widget-grab {
  display: flex;
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/dashboard/template/revenueAttribution.css ***!
  \******************************************************************************************************************************************************************************************************************************/
.revenue-attribution-dashboard #chart-group-1 .flex-1.cancel-layout-drag,
.revenue-attribution-dashboard #chart-group-2 .flex-1.cancel-layout-drag {
  flex: initial !important;
}
.revenue-attribution-dashboard #chart-group-1 .chart-no-data,
.revenue-attribution-dashboard #chart-group-2 .chart-no-data {
  flex: initial !important;
  height: auto !important;
  height: initial !important;
}
.revenue-attribution-dashboard canvas {
  letter-spacing: -0.3px;
}
.revenue-attribution-dashboard .slot-value {
  font-size: 36px !important;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/dashboard/template/marketingCost.css ***!
  \*************************************************************************************************************************************************************************************************************************/
.marketing-cost .slot-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  opacity: 0.8;
}
.marketing-cost .slot-name-bold {
  font-weight: 600;
}
.marketing-cost .slot-value {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
.marketing-cost .chart-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-text);
}
.marketing-cost .filled-box {
  background: rgba(124, 140, 154, 0.05);
  border-radius: 4px;
  padding: 10px 14px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}
.marketing-cost .filled-box .slot-value {
  font-size: 20px !important;
}
.marketing-cost #chart-group-0 {
  background: var(--color-secondary);
  color: white;
}
.marketing-cost #chart-group-0 .chart-name {
  color: white;
}
.marketing-cost #chart-group-0 .slot-value {
  font-size: 28px;
}
.marketing-cost #chart-group-0 hr {
  background: white;
  opacity: 0.2;
}
@media (max-width: 1280px) {
  .marketing-cost .chart-name {
    font-size: 12px;
  }
  .marketing-cost .slot-name {
    font-size: 10px;
  }
  .marketing-cost .slot-value {
    font-size: 20px;
  }
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/user/editUser.css ***!
  \******************************************************************************************************************************************************************************************************/
.edit-user-modal .sl-modal-content {
  padding: 0 !important;
}
.edit-user-modal .sl-modal-header {
  padding: 12px 24px;
  border-bottom: 0;
  border-bottom: initial;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.edit-user-modal .sl-modal-body {
  margin: 24px;
}
.edit-user-modal .sl-modal-footer {
  border-top: none;
  padding-left: 24px;
}
.edit-user-modal .sl-modal-footer .sl-modal-footer-actions {
  display: flex;
  padding: 10px !important;
  border-top-left-radius: 4px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.edit-user-modal .sl-modal-footer .sl-modal-footer-actions .sl-button {
  margin-right: 0.25rem;
}
.edit-user-modal .filled-2 {
  padding: 30px !important;
  background-color: #F9F9FB;
  border-radius: 5px !important;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  min-width: 450px;
}
.edit-user-modal .edit-user-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.edit-user-modal .edit-user-label:not(a) {
  color: #A0A5B3;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/sidebar/sidebar.css ***!
  \********************************************************************************************************************************************************************************************************/
.sidebar {
  height: 100%;
  width: var(--sidebar-closed-width);
  background: linear-gradient(45.71deg, #0d1c41 1.69%, #1b2b73 86.04%);
  transition: width 150ms;
  display: flex;
  flex-direction: column;
  padding: 0;
  flex-shrink: 0;
}
.sidebar.full-sidebar a.sl-button {
  color: white;
}
.sidebar .logo-container {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar .nav-link {
  line-height: 1;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  padding-right: 6px;
  padding-left: 38px;
}
.sidebar .nav-link img {
  width: 14px;
}
.sidebar .nav-link .lock-icon {
  color: #e6422b;
}
.sidebar .nav-link.active {
  background: #fd417f;
  color: white;
}
.sidebar .nav-link.active .lock-icon {
  color: white;
}
.sidebar .nav-link:hover {
  background-color: #263cab;
}
.sidebar .nav-link:hover img {
  /* filter: brightness(0) saturate(100%) invert(70%) sepia(33%) saturate(711%) hue-rotate(294deg) brightness(100%) contrast(94%); */
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.sidebar .nav-link:hover .lock-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.sidebar .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3) !important;
  pointer-events: none;
}
.sidebar .nav-link.disabled img {
  color: inherit;
  opacity: 0.3;
}
.sidebar .nav-link.is-disabled {
  color: var(--color-darkgray) !important;
  pointer-events: none !important;
}
.sidebar .nav-link.is-disabled img {
  color: inherit;
  opacity: 0.3;
}
.sidebar .sidebar__list {
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100px;
}
.sidebar .sidebar__section-trigger {
  width: 100%;
  height: 34px;
  color: #ffffff;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
}
.sidebar .sidebar__section-trigger.active {
  background: #fd417f;
  color: white;
}
.sidebar .sidebar__section-trigger:hover {
  background-color: #263cab;
  color: white;
}
.sidebar .sidebar__section-trigger:hover svg {
  stroke: white;
}
.sidebar .sidebar__section-trigger:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(33%) saturate(711%) hue-rotate(294deg) brightness(100%) contrast(94%);
}
.sidebar .sidebar__section-trigger .sidebar__section-trigger-icon {
  width: 14px;
  line-height: 0;
}
.sidebar .sidebar__section-trigger .sidebar__section-trigger-icon img {
  width: 100%;
}
.sidebar .sidebar__section-icon {
  opacity: 1;
  line-height: 0;
}
.sidebar .sidebar__section-icon img {
  filter: brightness(0) saturate(100%) invert(90%) sepia(11%) saturate(7329%) hue-rotate(186deg) brightness(98%) contrast(81%);
}
.sidebar .sidebar__section {
  position: relative;
  z-index: 9999;
}
.sidebar .sidebar__section .sidebar__section__content {
  padding: 8px 8px 8px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sidebar:not(.full-sidebar) .sidebar__list {
  max-height: calc(100vh - 200px);
}
.sidebar.full-sidebar {
  width: var(--sidebar-open-width);
}
.sidebar .pinning-actions button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}
.sidebar .pinning-actions .action-button {
  padding: 0;
  margin: 0;
  display: flex;
  background: transparent;
  border: none;
}
.sidebar .pinning-actions .action-button__done {
  background: white;
  padding: 2px 10px 0;
  border: 0;
  border-radius: 12px;
  font-size: 8px;
  text-transform: uppercase;
  line-height: 12px;
}
.sidebar .pinning-actions .action-button__hover {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
}
.sidebar .pinned-item {
  line-height: 2.154;
  color: white;
  transition: opacity 200ms ease;
  font-weight: 600;
}
.sidebar .pinned-item a {
  color: white;
}
.sidebar .pinned-item-drag {
  cursor: move;
  cursor: grabbing;
  pointer-events: all !important;
}
.sidebar .pinned-item-remove {
  cursor: pointer;
  pointer-events: all !important;
}
.sidebar .pinned-items-container {
  color: white;
}
.sidebar .pinned-items-empty {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 10px;
  line-height: 2.545;
  margin-top: 14px;
  opacity: 0.5;
  text-align: center;
}
.sidebar .pinned-item:hover {
  opacity: 0.7;
}
.sidebar[data-state=closed] .sidebar__section-trigger-icon {
  width: 24px;
}
.sidebar[data-state=closed] .sidebar__list {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.sidebar[data-state=closed] .sidebar__list .sidebar__section-trigger {
  justify-content: center;
  height: auto;
}
.sidebar[data-state=closed] .sidebar__list .sidebar__section-trigger.active {
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #263cab;
  border-radius: 4px;
}
.sidebar[data-state=closed] .sidebar__list .sidebar__section__content {
  background: linear-gradient(45.71deg, #0d1c41 1.69%, #1b2b73 86.04%);
  border-radius: 8px;
  padding: 16px;
  width: var(--sidebar-open-width);
}
.sidebar[data-state=closed] .sidebar__list .sidebar__section__content .nav-link {
  padding-left: 6px;
  border-radius: 4px;
}

#sidebar-dropdown {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px;
  box-shadow: none;
  background-color: transparent;
}
#sidebar-dropdown .sidebar__list {
  background: linear-gradient(45.71deg, #0d1c41 1.69%, #1b2b73 86.04%);
  border-radius: inherit;
  box-shadow: none;
}
#sidebar-dropdown .sidebar__list .nav-link {
  color: #a7b1e2;
}

#sidebar-dropdown .disabled {
  color: rgba(0, 32, 60, 0.3) !important;
  pointer-events: none;
}

.sidebar-account-settings-tooltip {
  border-radius: 8px !important;
}

.sidebar-account-settings-tooltip .popover-body {
  border-radius: 8px !important;
  color: white;
  text-align: center;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 9px;
  background: #fd417f;
  padding: 3px 6px 2px;
  text-transform: uppercase;
}

.sidebar-wrap {
  padding: 0 10px;
}

.nav-icon img {
  opacity: 0.5;
  margin-top: -2px;
}

img.round-icon:hover {
  opacity: 0.8;
}

.sidebar .sl-button.active {
  width: 96%;
  margin-left: 0;
  padding-left: 18px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.sidebar .sl-button.active .navIcon img {
  opacity: 1;
}

#sidebar.full-sidebar .uppercase {
  color: #fff;
}

.sidebar .uppercase {
  padding: 0 18px;
  margin-bottom: 4px;
}

#sidebar.full-sidebar .logo-container {
  padding-left: 16px;
  padding-top: 9px;
}

/* #sidebar-toggle-help {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
} */
.sidebar-free-trial {
  width: auto;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #fd417f;
  box-shadow: 0px 1px 1px 0px rgba(170, 20, 70, 0.2);
  color: #fff;
  color: var(--grey-000, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
}

.sidebar-plan {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 5px;
  background: #fff;
  background: var(--grey-000, #fff);
  margin: 8px;
}
.sidebar-plan .title {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: #0b1a3b;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  margin-bottom: 8px;
}
.sidebar-plan .message {
  color: #0b1a3b;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  margin-top: 12px;
  align-self: stretch;
}
.sidebar-plan .button-upgrade {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  color: #fff;
  color: var(--grey-000, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px; /* 100% */
  border-radius: 4px;
  background: #fd417f;
  box-shadow: 0px 1px 1px 0px rgba(170, 20, 70, 0.2);
  margin-top: 12px;
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/onboarding/onboarding.css ***!
  \**************************************************************************************************************************************************************************************************************/
.onboarding {
  width: 100%;
  height: 100%;
  display: flex;
}
.onboarding .heading-4 {
  font-weight: 500;
  font-size: 13px;
}
.onboarding .heading-6 {
  font-size: 10px;
  height: 15px;
  font-weight: 500;
  letter-spacing: 0 !important;
  margin-bottom: 2px;
  opacity: 0.3;
}
.onboarding .p-amp {
  opacity: 0.5;
  font-size: 11px;
  line-height: 16px;
}
.onboarding .onboarding-form-input {
  border-radius: 4px;
  border: 2px solid rgba(41, 64, 185, 0.1);
  color: #0B1A3B;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  transition: background-color 200ms ease, border-color 200ms ease;
  display: block;
  line-height: 1.428571429;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}
.onboarding .onboarding-form-input:hover {
  border-color: rgba(41, 64, 185, 0.5);
}
.onboarding .onboarding-form-input:focus {
  border-color: rgba(41, 64, 185, 0.5);
  background-color: white;
  outline: 0;
}
.onboarding .onboarding-form-input::-moz-placeholder {
  font-size: 12px;
  opacity: 0.4;
}
.onboarding .onboarding-form-input::placeholder {
  font-size: 12px;
  opacity: 0.4;
}
.onboarding .onboarding-filled-container {
  padding: 30px;
  background-color: var(--color-lightestgray);
  border-radius: 8px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0 0;
  min-height: 440px;
}
.onboarding .onboarding-filled-container-white {
  padding: 30px;
  background: var(--color-white);
  border-radius: 4px !important;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.onboarding .onboarding-progress-step-button {
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 600;
  height: 28px;
  line-height: 13px;
  outline: 0 !important;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 2px;
  color: white;
  text-align: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.onboarding .onboarding-progress-step-button.active {
  background: var(--color-primary);
}
.onboarding .onboarding-progress-step-button.done {
  color: rgba(255, 255, 255, 0.5);
}
.onboarding .onboarding-progress {
  overflow: auto;
  height: 100%;
  width: 300px;
  background: #F1F1F4;
  transition: width 150ms;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-image: linear-gradient(46deg, #0D1C41 0%, #1B2B73 100%);
}
.onboarding .onboarding-content-wrapper {
  min-width: 500px;
  width: calc(100vw - 300px);
  background: var(--color-white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.onboarding .onboarding-content-wrapper .onboarding-step-header a {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}
.onboarding .onboarding-content-wrapper .onboarding-step-header h6 {
  font-size: 20px;
}
.onboarding .onboarding-content-wrapper .onboarding-step-crumb {
  color: var(--color-primary);
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.onboarding .onboarding-content-wrapper .onboarding-step-content {
  flex: 1;
}
.onboarding .onboarding-content-wrapper .onboarding-step-content .onboarding-step-input-heading {
  color: var(--color-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: -0.22px;
}
.onboarding .onboarding-content-wrapper .onboarding-step-content .onboarding-connector-heading {
  /*width: 70px;*/
  /*margin-right: 30px;*/
}
.onboarding .onboarding-content-wrapper .onboarding-step-content .onboarding-tracking-code {
  overflow: auto;
  max-height: 50vh;
}
.onboarding .onboarding-content-wrapper .onboarding-step-content .onboarding-step-actions {
  min-height: 40px;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: var(--color-lightestgray);
  display: flex;
  margin: 0 0 20px;
  padding: 6px;
  padding-bottom: 0;
}
.onboarding .onboarding-content-wrapper .onboarding-step-content .onboarding-step-actions-heading {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.onboarding .onboarding-content-wrapper .onboarding-step-footer {
  border-top: 1px solid var(--color-lightgray);
  margin-top: 40px;
  justify-content: space-between;
}
.onboarding .onboarding-content-wrapper .onboarding-step-footer-actions {
  padding-top: 30px;
  display: flex;
}
.onboarding .onboarding-content-wrapper .onboarding-step-footer-actions .sl-button {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.onboarding .onboarding-content-wrapper .onboarding-step-footer-actions .sl-button:first-child {
  margin: 0;
  margin-right: 0.25rem;
}
.onboarding .onboarding-content-wrapper .onboarding-step-footer-actions .sl-button:last-child {
  margin: 0;
  margin-left: 0.25rem;
}
.onboarding .analytics-list .list-group-item.active {
  background-color: var(--color-gray);
  color: var(--color-text);
}
.onboarding .connector-card-single {
  flex: 1;
  display: flex;
  padding: 20px 15px 15px;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border: none;
  background: var(--color-white);
  align-items: center;
  position: relative;
  flex-direction: column;
  margin: 2px;
  margin-right: 20px;
}
.onboarding .connector-card-single .sl-button {
  font-size: 16px;
  height: 42px;
  width: 300px;
  background: var(--color-chartblue);
  border-radius: 4px;
}
.onboarding .connector-card-single .connector-card-img {
  width: 96px;
  height: 88px;
}
.onboarding .connector-card-single .connector-card-img img {
  max-width: 100%;
  max-height: 100%;
}
.onboarding .connector-card-single .connector-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.onboarding .connector-card-single .connector-data {
  font-size: 24px;
  letter-spacing: -0.3px;
  text-align: center;
}
.onboarding .connector-card {
  width: 190px;
  height: 180px;
  display: flex;
  padding: 20px 15px 15px;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border: none;
  background: var(--color-white);
  align-items: center;
  position: relative;
  flex-direction: column;
  margin: 2px;
  margin-right: 20px;
}
.onboarding .connector-card .sl-button {
  font-size: 11px;
  height: 24px;
  width: 100%;
}
.onboarding .connector-card .connector-card-img {
  width: 150px;
  height: 40px;
}
.onboarding .connector-card .connector-card-img img {
  max-width: 100%;
  max-height: 100%;
}
.onboarding .connector-card .connector-name {
  font-weight: 600;
  margin-bottom: 0;
}
.onboarding .connector-card .connector-description {
  font-size: 10px;
  color: rgba(11, 26, 59, 0.5);
}
.onboarding .connector-card .connector-data-remove {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.onboarding .connector-card:hover .connector-data-remove {
  display: block;
}
.onboarding .connector-card .connector-data {
  font-size: 12px;
  letter-spacing: -0.3px;
  text-align: center;
}
.onboarding .connector-card .removed-identity {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.onboarding .connector-card .removed-identity-overlay {
  color: var(--color-text);
  background: var(--color-lightgray);
  position: absolute;
  z-index: 1;
  border-radius: 6px;
  padding: 4px 6px;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/registration/registration.css ***!
  \******************************************************************************************************************************************************************************************************************/
.register-container::before,
.register-container::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.register-container::after {
  clear: both;
}

.register-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-image: url("/images/login/logo-sona.svg");
  background-position: 50% 95%;
  background-size: auto;
  background-repeat: no-repeat;
}
.register-container .register-form-wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.register-container .register-form {
  margin-top: 30px;
}
.register-container .branding-sgp {
  display: flex;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
}
.register-container .form-container {
  /* width: 380px; */
  padding: 30px;
  border-radius: 6px;
  background-color: var(--color-lightestgray);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.register-container .register {
  height: 520px;
}
.register-container .h1 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  padding-bottom: 12px;
  background-image: url(/images/login/bg-line.svg);
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #0B1A3B;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}
.register-container .h2 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
.register-container p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.875rem;
}
.register-container .register-form-input {
  /* background-color: rgba(41, 64, 185, 0.02);
  border-radius: 4px;
  border: 2px solid rgba(41, 64, 185, 0.1);
  color: #0B1A3B;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  margin-bottom: 15px;
  transition: background-color 200ms ease, border-color 200ms ease;
  display: block;
  line-height: 1.428571429;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%; */
  border-radius: 4px;
  border: 2px solid rgba(41, 64, 185, 0.1);
  color: #0B1A3B;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  transition: background-color 200ms ease, border-color 200ms ease;
  display: block;
  line-height: 1.428571429;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 15px;
}
.register-container .register-form-input:hover {
  border-color: rgba(41, 64, 185, 0.5);
  background-color: white;
}
.register-container .register-form-input:focus {
  border-color: rgba(41, 64, 185, 0.5);
  background-color: white;
  outline: 0;
}
.register-container .register-form-input::-moz-placeholder {
  font-size: 12px;
}
.register-container .register-form-input::placeholder {
  font-size: 12px;
}
.register-container .register-form-button {
  background-color: #FD417F;
  background-image: url("/images/login/icon-arrow.svg");
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 10px 20px 8px;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-position 200ms ease, background-color 200ms ease;
  width: 100%;
}
.register-container .register-form-button:hover {
  background-color: #2940B9;
  background-position: 94% center;
}
.register-container .forgot-pwd {
  transition: color 200ms ease;
  color: #2940B9;
  font-size: 11px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.register-container .forgot-pwd:hover {
  color: #FD417F;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.register-container .field-label {
  color: var(--color-text);
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: -0.22px;
}
.register-container .notice {
  font-size: 10px;
  color: rgba(11, 26, 59, 0.5);
  margin-top: -10px;
}
@media screen and (max-width: 479px) {
  .register-container .register-container {
    max-width: none;
  }
  .register-container .form-container {
    width: 300px;
    padding: 20px;
  }
  .register-container .register-form-button {
    background-position: 222px 16px;
  }
}
@media screen and (max-width: 991px) {
  .register-container .register-container {
    max-width: 728px;
  }
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/katex/dist/katex.min.css ***!
  \**********************************************************************************************************************************************************************************************************/
@font-face {
  font-family: KaTeX_AMS;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_AMS-Regular.woff2) format("woff2"), url(fonts/KaTeX_AMS-Regular.woff) format("woff"), url(fonts/KaTeX_AMS-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"), url(fonts/KaTeX_Caligraphic-Bold.woff) format("woff"), url(fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"), url(fonts/KaTeX_Caligraphic-Regular.woff) format("woff"), url(fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"), url(fonts/KaTeX_Fraktur-Bold.woff) format("woff"), url(fonts/KaTeX_Fraktur-Bold.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"), url(fonts/KaTeX_Fraktur-Regular.woff) format("woff"), url(fonts/KaTeX_Fraktur-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/KaTeX_Main-Bold.woff2) format("woff2"), url(fonts/KaTeX_Main-Bold.woff) format("woff"), url(fonts/KaTeX_Main-Bold.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 700;
  src: url(fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"), url(fonts/KaTeX_Main-BoldItalic.woff) format("woff"), url(fonts/KaTeX_Main-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 400;
  src: url(fonts/KaTeX_Main-Italic.woff2) format("woff2"), url(fonts/KaTeX_Main-Italic.woff) format("woff"), url(fonts/KaTeX_Main-Italic.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_Main-Regular.woff2) format("woff2"), url(fonts/KaTeX_Main-Regular.woff) format("woff"), url(fonts/KaTeX_Main-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700;
  src: url(fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"), url(fonts/KaTeX_Math-BoldItalic.woff) format("woff"), url(fonts/KaTeX_Math-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 400;
  src: url(fonts/KaTeX_Math-Italic.woff2) format("woff2"), url(fonts/KaTeX_Math-Italic.woff) format("woff"), url(fonts/KaTeX_Math-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "KaTeX_SansSerif";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Bold.woff) format("woff"), url(fonts/KaTeX_SansSerif-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "KaTeX_SansSerif";
  font-style: italic;
  font-weight: 400;
  src: url(fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Italic.woff) format("woff"), url(fonts/KaTeX_SansSerif-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "KaTeX_SansSerif";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Regular.woff) format("woff"), url(fonts/KaTeX_SansSerif-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Script;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_Script-Regular.woff2) format("woff2"), url(fonts/KaTeX_Script-Regular.woff) format("woff"), url(fonts/KaTeX_Script-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Size1;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_Size1-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size1-Regular.woff) format("woff"), url(fonts/KaTeX_Size1-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Size2;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_Size2-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size2-Regular.woff) format("woff"), url(fonts/KaTeX_Size2-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Size3;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_Size3-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size3-Regular.woff) format("woff"), url(fonts/KaTeX_Size3-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Size4;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_Size4-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size4-Regular.woff) format("woff"), url(fonts/KaTeX_Size4-Regular.ttf) format("truetype");
}
@font-face {
  font-family: KaTeX_Typewriter;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"), url(fonts/KaTeX_Typewriter-Regular.woff) format("woff"), url(fonts/KaTeX_Typewriter-Regular.ttf) format("truetype");
}
.katex {
  font: normal 1.21em KaTeX_Main, Times New Roman, serif;
  line-height: 1.2;
  text-indent: 0;
  text-rendering: auto;
}

.katex * {
  -ms-high-contrast-adjust: none !important;
  border-color: currentColor;
}

.katex .katex-version:after {
  content: "0.16.23";
}

.katex .katex-mathml {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.katex .katex-html > .newline {
  display: block;
}

.katex .base {
  position: relative;
  white-space: nowrap;
  width: -moz-min-content;
  width: min-content;
}

.katex .base, .katex .strut {
  display: inline-block;
}

.katex .textbf {
  font-weight: 700;
}

.katex .textit {
  font-style: italic;
}

.katex .textrm {
  font-family: KaTeX_Main;
}

.katex .textsf {
  font-family: KaTeX_SansSerif;
}

.katex .texttt {
  font-family: KaTeX_Typewriter;
}

.katex .mathnormal {
  font-family: KaTeX_Math;
  font-style: italic;
}

.katex .mathit {
  font-family: KaTeX_Main;
  font-style: italic;
}

.katex .mathrm {
  font-style: normal;
}

.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: 700;
}

.katex .boldsymbol {
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700;
}

.katex .amsrm, .katex .mathbb, .katex .textbb {
  font-family: KaTeX_AMS;
}

.katex .mathcal {
  font-family: KaTeX_Caligraphic;
}

.katex .mathfrak, .katex .textfrak {
  font-family: KaTeX_Fraktur;
}

.katex .mathboldfrak, .katex .textboldfrak {
  font-family: KaTeX_Fraktur;
  font-weight: 700;
}

.katex .mathtt {
  font-family: KaTeX_Typewriter;
}

.katex .mathscr, .katex .textscr {
  font-family: KaTeX_Script;
}

.katex .mathsf, .katex .textsf {
  font-family: KaTeX_SansSerif;
}

.katex .mathboldsf, .katex .textboldsf {
  font-family: KaTeX_SansSerif;
  font-weight: 700;
}

.katex .mathitsf, .katex .mathsfit, .katex .textitsf {
  font-family: KaTeX_SansSerif;
  font-style: italic;
}

.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal;
}

.katex .vlist-t {
  border-collapse: collapse;
  display: inline-table;
  table-layout: fixed;
}

.katex .vlist-r {
  display: table-row;
}

.katex .vlist {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
}

.katex .vlist > span {
  display: block;
  height: 0;
  position: relative;
}

.katex .vlist > span > span {
  display: inline-block;
}

.katex .vlist > span > .pstrut {
  overflow: hidden;
  width: 0;
}

.katex .vlist-t2 {
  margin-right: -2px;
}

.katex .vlist-s {
  display: table-cell;
  font-size: 1px;
  min-width: 2px;
  vertical-align: bottom;
  width: 2px;
}

.katex .vbox {
  align-items: baseline;
  display: inline-flex;
  flex-direction: column;
}

.katex .hbox {
  width: 100%;
}

.katex .hbox, .katex .thinbox {
  display: inline-flex;
  flex-direction: row;
}

.katex .thinbox {
  max-width: 0;
  width: 0;
}

.katex .msupsub {
  text-align: left;
}

.katex .mfrac > span > span {
  text-align: center;
}

.katex .mfrac .frac-line {
  border-bottom-style: solid;
  display: inline-block;
  width: 100%;
}

.katex .hdashline, .katex .hline, .katex .mfrac .frac-line, .katex .overline .overline-line, .katex .rule, .katex .underline .underline-line {
  min-height: 1px;
}

.katex .mspace {
  display: inline-block;
}

.katex .clap, .katex .llap, .katex .rlap {
  position: relative;
  width: 0;
}

.katex .clap > .inner, .katex .llap > .inner, .katex .rlap > .inner {
  position: absolute;
}

.katex .clap > .fix, .katex .llap > .fix, .katex .rlap > .fix {
  display: inline-block;
}

.katex .llap > .inner {
  right: 0;
}

.katex .clap > .inner, .katex .rlap > .inner {
  left: 0;
}

.katex .clap > .inner > span {
  margin-left: -50%;
  margin-right: 50%;
}

.katex .rule {
  border: 0 solid;
  display: inline-block;
  position: relative;
}

.katex .hline, .katex .overline .overline-line, .katex .underline .underline-line {
  border-bottom-style: solid;
  display: inline-block;
  width: 100%;
}

.katex .hdashline {
  border-bottom-style: dashed;
  display: inline-block;
  width: 100%;
}

.katex .sqrt > .root {
  margin-left: 0.2777777778em;
  margin-right: -0.5555555556em;
}

.katex .fontsize-ensurer.reset-size1.size1, .katex .sizing.reset-size1.size1 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size1.size2, .katex .sizing.reset-size1.size2 {
  font-size: 1.2em;
}

.katex .fontsize-ensurer.reset-size1.size3, .katex .sizing.reset-size1.size3 {
  font-size: 1.4em;
}

.katex .fontsize-ensurer.reset-size1.size4, .katex .sizing.reset-size1.size4 {
  font-size: 1.6em;
}

.katex .fontsize-ensurer.reset-size1.size5, .katex .sizing.reset-size1.size5 {
  font-size: 1.8em;
}

.katex .fontsize-ensurer.reset-size1.size6, .katex .sizing.reset-size1.size6 {
  font-size: 2em;
}

.katex .fontsize-ensurer.reset-size1.size7, .katex .sizing.reset-size1.size7 {
  font-size: 2.4em;
}

.katex .fontsize-ensurer.reset-size1.size8, .katex .sizing.reset-size1.size8 {
  font-size: 2.88em;
}

.katex .fontsize-ensurer.reset-size1.size9, .katex .sizing.reset-size1.size9 {
  font-size: 3.456em;
}

.katex .fontsize-ensurer.reset-size1.size10, .katex .sizing.reset-size1.size10 {
  font-size: 4.148em;
}

.katex .fontsize-ensurer.reset-size1.size11, .katex .sizing.reset-size1.size11 {
  font-size: 4.976em;
}

.katex .fontsize-ensurer.reset-size2.size1, .katex .sizing.reset-size2.size1 {
  font-size: 0.8333333333em;
}

.katex .fontsize-ensurer.reset-size2.size2, .katex .sizing.reset-size2.size2 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size2.size3, .katex .sizing.reset-size2.size3 {
  font-size: 1.1666666667em;
}

.katex .fontsize-ensurer.reset-size2.size4, .katex .sizing.reset-size2.size4 {
  font-size: 1.3333333333em;
}

.katex .fontsize-ensurer.reset-size2.size5, .katex .sizing.reset-size2.size5 {
  font-size: 1.5em;
}

.katex .fontsize-ensurer.reset-size2.size6, .katex .sizing.reset-size2.size6 {
  font-size: 1.6666666667em;
}

.katex .fontsize-ensurer.reset-size2.size7, .katex .sizing.reset-size2.size7 {
  font-size: 2em;
}

.katex .fontsize-ensurer.reset-size2.size8, .katex .sizing.reset-size2.size8 {
  font-size: 2.4em;
}

.katex .fontsize-ensurer.reset-size2.size9, .katex .sizing.reset-size2.size9 {
  font-size: 2.88em;
}

.katex .fontsize-ensurer.reset-size2.size10, .katex .sizing.reset-size2.size10 {
  font-size: 3.4566666667em;
}

.katex .fontsize-ensurer.reset-size2.size11, .katex .sizing.reset-size2.size11 {
  font-size: 4.1466666667em;
}

.katex .fontsize-ensurer.reset-size3.size1, .katex .sizing.reset-size3.size1 {
  font-size: 0.7142857143em;
}

.katex .fontsize-ensurer.reset-size3.size2, .katex .sizing.reset-size3.size2 {
  font-size: 0.8571428571em;
}

.katex .fontsize-ensurer.reset-size3.size3, .katex .sizing.reset-size3.size3 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size3.size4, .katex .sizing.reset-size3.size4 {
  font-size: 1.1428571429em;
}

.katex .fontsize-ensurer.reset-size3.size5, .katex .sizing.reset-size3.size5 {
  font-size: 1.2857142857em;
}

.katex .fontsize-ensurer.reset-size3.size6, .katex .sizing.reset-size3.size6 {
  font-size: 1.4285714286em;
}

.katex .fontsize-ensurer.reset-size3.size7, .katex .sizing.reset-size3.size7 {
  font-size: 1.7142857143em;
}

.katex .fontsize-ensurer.reset-size3.size8, .katex .sizing.reset-size3.size8 {
  font-size: 2.0571428571em;
}

.katex .fontsize-ensurer.reset-size3.size9, .katex .sizing.reset-size3.size9 {
  font-size: 2.4685714286em;
}

.katex .fontsize-ensurer.reset-size3.size10, .katex .sizing.reset-size3.size10 {
  font-size: 2.9628571429em;
}

.katex .fontsize-ensurer.reset-size3.size11, .katex .sizing.reset-size3.size11 {
  font-size: 3.5542857143em;
}

.katex .fontsize-ensurer.reset-size4.size1, .katex .sizing.reset-size4.size1 {
  font-size: 0.625em;
}

.katex .fontsize-ensurer.reset-size4.size2, .katex .sizing.reset-size4.size2 {
  font-size: 0.75em;
}

.katex .fontsize-ensurer.reset-size4.size3, .katex .sizing.reset-size4.size3 {
  font-size: 0.875em;
}

.katex .fontsize-ensurer.reset-size4.size4, .katex .sizing.reset-size4.size4 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size4.size5, .katex .sizing.reset-size4.size5 {
  font-size: 1.125em;
}

.katex .fontsize-ensurer.reset-size4.size6, .katex .sizing.reset-size4.size6 {
  font-size: 1.25em;
}

.katex .fontsize-ensurer.reset-size4.size7, .katex .sizing.reset-size4.size7 {
  font-size: 1.5em;
}

.katex .fontsize-ensurer.reset-size4.size8, .katex .sizing.reset-size4.size8 {
  font-size: 1.8em;
}

.katex .fontsize-ensurer.reset-size4.size9, .katex .sizing.reset-size4.size9 {
  font-size: 2.16em;
}

.katex .fontsize-ensurer.reset-size4.size10, .katex .sizing.reset-size4.size10 {
  font-size: 2.5925em;
}

.katex .fontsize-ensurer.reset-size4.size11, .katex .sizing.reset-size4.size11 {
  font-size: 3.11em;
}

.katex .fontsize-ensurer.reset-size5.size1, .katex .sizing.reset-size5.size1 {
  font-size: 0.5555555556em;
}

.katex .fontsize-ensurer.reset-size5.size2, .katex .sizing.reset-size5.size2 {
  font-size: 0.6666666667em;
}

.katex .fontsize-ensurer.reset-size5.size3, .katex .sizing.reset-size5.size3 {
  font-size: 0.7777777778em;
}

.katex .fontsize-ensurer.reset-size5.size4, .katex .sizing.reset-size5.size4 {
  font-size: 0.8888888889em;
}

.katex .fontsize-ensurer.reset-size5.size5, .katex .sizing.reset-size5.size5 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size5.size6, .katex .sizing.reset-size5.size6 {
  font-size: 1.1111111111em;
}

.katex .fontsize-ensurer.reset-size5.size7, .katex .sizing.reset-size5.size7 {
  font-size: 1.3333333333em;
}

.katex .fontsize-ensurer.reset-size5.size8, .katex .sizing.reset-size5.size8 {
  font-size: 1.6em;
}

.katex .fontsize-ensurer.reset-size5.size9, .katex .sizing.reset-size5.size9 {
  font-size: 1.92em;
}

.katex .fontsize-ensurer.reset-size5.size10, .katex .sizing.reset-size5.size10 {
  font-size: 2.3044444444em;
}

.katex .fontsize-ensurer.reset-size5.size11, .katex .sizing.reset-size5.size11 {
  font-size: 2.7644444444em;
}

.katex .fontsize-ensurer.reset-size6.size1, .katex .sizing.reset-size6.size1 {
  font-size: 0.5em;
}

.katex .fontsize-ensurer.reset-size6.size2, .katex .sizing.reset-size6.size2 {
  font-size: 0.6em;
}

.katex .fontsize-ensurer.reset-size6.size3, .katex .sizing.reset-size6.size3 {
  font-size: 0.7em;
}

.katex .fontsize-ensurer.reset-size6.size4, .katex .sizing.reset-size6.size4 {
  font-size: 0.8em;
}

.katex .fontsize-ensurer.reset-size6.size5, .katex .sizing.reset-size6.size5 {
  font-size: 0.9em;
}

.katex .fontsize-ensurer.reset-size6.size6, .katex .sizing.reset-size6.size6 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size6.size7, .katex .sizing.reset-size6.size7 {
  font-size: 1.2em;
}

.katex .fontsize-ensurer.reset-size6.size8, .katex .sizing.reset-size6.size8 {
  font-size: 1.44em;
}

.katex .fontsize-ensurer.reset-size6.size9, .katex .sizing.reset-size6.size9 {
  font-size: 1.728em;
}

.katex .fontsize-ensurer.reset-size6.size10, .katex .sizing.reset-size6.size10 {
  font-size: 2.074em;
}

.katex .fontsize-ensurer.reset-size6.size11, .katex .sizing.reset-size6.size11 {
  font-size: 2.488em;
}

.katex .fontsize-ensurer.reset-size7.size1, .katex .sizing.reset-size7.size1 {
  font-size: 0.4166666667em;
}

.katex .fontsize-ensurer.reset-size7.size2, .katex .sizing.reset-size7.size2 {
  font-size: 0.5em;
}

.katex .fontsize-ensurer.reset-size7.size3, .katex .sizing.reset-size7.size3 {
  font-size: 0.5833333333em;
}

.katex .fontsize-ensurer.reset-size7.size4, .katex .sizing.reset-size7.size4 {
  font-size: 0.6666666667em;
}

.katex .fontsize-ensurer.reset-size7.size5, .katex .sizing.reset-size7.size5 {
  font-size: 0.75em;
}

.katex .fontsize-ensurer.reset-size7.size6, .katex .sizing.reset-size7.size6 {
  font-size: 0.8333333333em;
}

.katex .fontsize-ensurer.reset-size7.size7, .katex .sizing.reset-size7.size7 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size7.size8, .katex .sizing.reset-size7.size8 {
  font-size: 1.2em;
}

.katex .fontsize-ensurer.reset-size7.size9, .katex .sizing.reset-size7.size9 {
  font-size: 1.44em;
}

.katex .fontsize-ensurer.reset-size7.size10, .katex .sizing.reset-size7.size10 {
  font-size: 1.7283333333em;
}

.katex .fontsize-ensurer.reset-size7.size11, .katex .sizing.reset-size7.size11 {
  font-size: 2.0733333333em;
}

.katex .fontsize-ensurer.reset-size8.size1, .katex .sizing.reset-size8.size1 {
  font-size: 0.3472222222em;
}

.katex .fontsize-ensurer.reset-size8.size2, .katex .sizing.reset-size8.size2 {
  font-size: 0.4166666667em;
}

.katex .fontsize-ensurer.reset-size8.size3, .katex .sizing.reset-size8.size3 {
  font-size: 0.4861111111em;
}

.katex .fontsize-ensurer.reset-size8.size4, .katex .sizing.reset-size8.size4 {
  font-size: 0.5555555556em;
}

.katex .fontsize-ensurer.reset-size8.size5, .katex .sizing.reset-size8.size5 {
  font-size: 0.625em;
}

.katex .fontsize-ensurer.reset-size8.size6, .katex .sizing.reset-size8.size6 {
  font-size: 0.6944444444em;
}

.katex .fontsize-ensurer.reset-size8.size7, .katex .sizing.reset-size8.size7 {
  font-size: 0.8333333333em;
}

.katex .fontsize-ensurer.reset-size8.size8, .katex .sizing.reset-size8.size8 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size8.size9, .katex .sizing.reset-size8.size9 {
  font-size: 1.2em;
}

.katex .fontsize-ensurer.reset-size8.size10, .katex .sizing.reset-size8.size10 {
  font-size: 1.4402777778em;
}

.katex .fontsize-ensurer.reset-size8.size11, .katex .sizing.reset-size8.size11 {
  font-size: 1.7277777778em;
}

.katex .fontsize-ensurer.reset-size9.size1, .katex .sizing.reset-size9.size1 {
  font-size: 0.2893518519em;
}

.katex .fontsize-ensurer.reset-size9.size2, .katex .sizing.reset-size9.size2 {
  font-size: 0.3472222222em;
}

.katex .fontsize-ensurer.reset-size9.size3, .katex .sizing.reset-size9.size3 {
  font-size: 0.4050925926em;
}

.katex .fontsize-ensurer.reset-size9.size4, .katex .sizing.reset-size9.size4 {
  font-size: 0.462962963em;
}

.katex .fontsize-ensurer.reset-size9.size5, .katex .sizing.reset-size9.size5 {
  font-size: 0.5208333333em;
}

.katex .fontsize-ensurer.reset-size9.size6, .katex .sizing.reset-size9.size6 {
  font-size: 0.5787037037em;
}

.katex .fontsize-ensurer.reset-size9.size7, .katex .sizing.reset-size9.size7 {
  font-size: 0.6944444444em;
}

.katex .fontsize-ensurer.reset-size9.size8, .katex .sizing.reset-size9.size8 {
  font-size: 0.8333333333em;
}

.katex .fontsize-ensurer.reset-size9.size9, .katex .sizing.reset-size9.size9 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size9.size10, .katex .sizing.reset-size9.size10 {
  font-size: 1.2002314815em;
}

.katex .fontsize-ensurer.reset-size9.size11, .katex .sizing.reset-size9.size11 {
  font-size: 1.4398148148em;
}

.katex .fontsize-ensurer.reset-size10.size1, .katex .sizing.reset-size10.size1 {
  font-size: 0.2410800386em;
}

.katex .fontsize-ensurer.reset-size10.size2, .katex .sizing.reset-size10.size2 {
  font-size: 0.2892960463em;
}

.katex .fontsize-ensurer.reset-size10.size3, .katex .sizing.reset-size10.size3 {
  font-size: 0.337512054em;
}

.katex .fontsize-ensurer.reset-size10.size4, .katex .sizing.reset-size10.size4 {
  font-size: 0.3857280617em;
}

.katex .fontsize-ensurer.reset-size10.size5, .katex .sizing.reset-size10.size5 {
  font-size: 0.4339440694em;
}

.katex .fontsize-ensurer.reset-size10.size6, .katex .sizing.reset-size10.size6 {
  font-size: 0.4821600771em;
}

.katex .fontsize-ensurer.reset-size10.size7, .katex .sizing.reset-size10.size7 {
  font-size: 0.5785920926em;
}

.katex .fontsize-ensurer.reset-size10.size8, .katex .sizing.reset-size10.size8 {
  font-size: 0.6943105111em;
}

.katex .fontsize-ensurer.reset-size10.size9, .katex .sizing.reset-size10.size9 {
  font-size: 0.8331726133em;
}

.katex .fontsize-ensurer.reset-size10.size10, .katex .sizing.reset-size10.size10 {
  font-size: 1em;
}

.katex .fontsize-ensurer.reset-size10.size11, .katex .sizing.reset-size10.size11 {
  font-size: 1.1996142719em;
}

.katex .fontsize-ensurer.reset-size11.size1, .katex .sizing.reset-size11.size1 {
  font-size: 0.2009646302em;
}

.katex .fontsize-ensurer.reset-size11.size2, .katex .sizing.reset-size11.size2 {
  font-size: 0.2411575563em;
}

.katex .fontsize-ensurer.reset-size11.size3, .katex .sizing.reset-size11.size3 {
  font-size: 0.2813504823em;
}

.katex .fontsize-ensurer.reset-size11.size4, .katex .sizing.reset-size11.size4 {
  font-size: 0.3215434084em;
}

.katex .fontsize-ensurer.reset-size11.size5, .katex .sizing.reset-size11.size5 {
  font-size: 0.3617363344em;
}

.katex .fontsize-ensurer.reset-size11.size6, .katex .sizing.reset-size11.size6 {
  font-size: 0.4019292605em;
}

.katex .fontsize-ensurer.reset-size11.size7, .katex .sizing.reset-size11.size7 {
  font-size: 0.4823151125em;
}

.katex .fontsize-ensurer.reset-size11.size8, .katex .sizing.reset-size11.size8 {
  font-size: 0.578778135em;
}

.katex .fontsize-ensurer.reset-size11.size9, .katex .sizing.reset-size11.size9 {
  font-size: 0.6945337621em;
}

.katex .fontsize-ensurer.reset-size11.size10, .katex .sizing.reset-size11.size10 {
  font-size: 0.8336012862em;
}

.katex .fontsize-ensurer.reset-size11.size11, .katex .sizing.reset-size11.size11 {
  font-size: 1em;
}

.katex .delimsizing.size1 {
  font-family: KaTeX_Size1;
}

.katex .delimsizing.size2 {
  font-family: KaTeX_Size2;
}

.katex .delimsizing.size3 {
  font-family: KaTeX_Size3;
}

.katex .delimsizing.size4 {
  font-family: KaTeX_Size4;
}

.katex .delimsizing.mult .delim-size1 > span {
  font-family: KaTeX_Size1;
}

.katex .delimsizing.mult .delim-size4 > span {
  font-family: KaTeX_Size4;
}

.katex .nulldelimiter {
  display: inline-block;
  width: 0.12em;
}

.katex .delimcenter, .katex .op-symbol {
  position: relative;
}

.katex .op-symbol.small-op {
  font-family: KaTeX_Size1;
}

.katex .op-symbol.large-op {
  font-family: KaTeX_Size2;
}

.katex .accent > .vlist-t, .katex .op-limits > .vlist-t {
  text-align: center;
}

.katex .accent .accent-body {
  position: relative;
}

.katex .accent .accent-body:not(.accent-full) {
  width: 0;
}

.katex .overlay {
  display: block;
}

.katex .mtable .vertical-separator {
  display: inline-block;
  min-width: 1px;
}

.katex .mtable .arraycolsep {
  display: inline-block;
}

.katex .mtable .col-align-c > .vlist-t {
  text-align: center;
}

.katex .mtable .col-align-l > .vlist-t {
  text-align: left;
}

.katex .mtable .col-align-r > .vlist-t {
  text-align: right;
}

.katex .svg-align {
  text-align: left;
}

.katex svg {
  fill: currentColor;
  stroke: currentColor;
  fill-rule: nonzero;
  fill-opacity: 1;
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
  display: block;
  height: inherit;
  position: absolute;
  width: 100%;
}

.katex svg path {
  stroke: none;
}

.katex img {
  border-style: none;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
}

.katex .stretchy {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.katex .stretchy:after, .katex .stretchy:before {
  content: "";
}

.katex .hide-tail {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.katex .halfarrow-left {
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 50.2%;
}

.katex .halfarrow-right {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 50.2%;
}

.katex .brace-left {
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 25.1%;
}

.katex .brace-center {
  left: 25%;
  overflow: hidden;
  position: absolute;
  width: 50%;
}

.katex .brace-right {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 25.1%;
}

.katex .x-arrow-pad {
  padding: 0 0.5em;
}

.katex .cd-arrow-pad {
  padding: 0 0.55556em 0 0.27778em;
}

.katex .mover, .katex .munder, .katex .x-arrow {
  text-align: center;
}

.katex .boxpad {
  padding: 0 0.3em;
}

.katex .fbox, .katex .fcolorbox {
  border: 0.04em solid;
  box-sizing: border-box;
}

.katex .cancel-pad {
  padding: 0 0.2em;
}

.katex .cancel-lap {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: 0.08em;
}

.katex .angl {
  border-right: 0.049em solid;
  border-top: 0.049em solid;
  box-sizing: border-box;
  margin-right: 0.03889em;
}

.katex .anglpad {
  padding: 0 0.03889em;
}

.katex .eqn-num:before {
  content: "(" counter(katexEqnNo) ")";
  counter-increment: katexEqnNo;
}

.katex .mml-eqn-num:before {
  content: "(" counter(mmlEqnNo) ")";
  counter-increment: mmlEqnNo;
}

.katex .mtr-glue {
  width: 50%;
}

.katex .cd-vert-arrow {
  display: inline-block;
  position: relative;
}

.katex .cd-label-left {
  display: inline-block;
  position: absolute;
  right: calc(50% + 0.3em);
  text-align: left;
}

.katex .cd-label-right {
  display: inline-block;
  left: calc(50% + 0.3em);
  position: absolute;
  text-align: right;
}

.katex-display {
  display: block;
  margin: 1em 0;
  text-align: center;
}

.katex-display > .katex {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.katex-display > .katex > .katex-html {
  display: block;
  position: relative;
}

.katex-display > .katex > .katex-html > .tag {
  position: absolute;
  right: 0;
}

.katex-display.leqno > .katex > .katex-html > .tag {
  left: 0;
  right: auto;
}

.katex-display.fleqn > .katex {
  padding-left: 2em;
  text-align: left;
}

body {
  counter-reset: katexEqnNo mmlEqnNo;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/tour/tour.css ***!
  \**************************************************************************************************************************************************************************************************/
.react-joyride__beacon {
  display: none !important;
}

/*
.react-joyride__overlay {
  height: 100% !important;
}

.__floater {
  display: none !important;
  &.__floater__open {
    display: initial !important;
  }
}
*/
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/notion/notion.css ***!
  \******************************************************************************************************************************************************************************************************/
:root {
  --notion-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, apple-system, BlinkMacSystemFont,
    "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif,
    "Segoe UI Emoji", "Segoe UI Symbol";
  --fg-color: rgb(55, 53, 47);
  --fg-color-0: rgba(55, 53, 47, 0.09);
  --fg-color-1: rgba(55, 53, 47, 0.16);
  --fg-color-2: rgba(55, 53, 47, 0.4);
  --fg-color-3: rgba(55, 53, 47, 0.6);
  --fg-color-4: #000;
  --fg-color-5: rgba(55, 53, 47, 0.024);
  --fg-color-6: rgba(55, 53, 47, 0.8);
  --fg-color-icon: var(--fg-color);
  --bg-color: #FFF;
  --bg-color-0: rgba(135, 131, 120, 0.15);
  --bg-color-1: rgb(247, 246, 243);
  --bg-color-2: rgba(135, 131, 120, 0.15);
  --select-color-0: rgb(46, 170, 220);
  --select-color-1: rgba(45, 170, 219, 0.3);
  --select-color-2: #D9EFF8;
  --notion-red: rgb(224, 62, 62);
  --notion-pink: rgb(173, 26, 114);
  --notion-blue: rgb(11, 110, 153);
  --notion-purple: rgb(105, 64, 165);
  --notion-teal: rgb(77, 100, 97);
  --notion-yellow: rgb(223, 171, 1);
  --notion-orange: rgb(217, 115, 13);
  --notion-brown: rgb(100, 71, 58);
  --notion-gray: rgb(155, 154, 151);
  --notion-red_background: rgb(251, 228, 228);
  --notion-pink_background: rgb(244, 223, 235);
  --notion-blue_background: rgb(221, 235, 241);
  --notion-purple_background: rgb(234, 228, 242);
  --notion-teal_background: rgb(221, 237, 234);
  --notion-yellow_background: rgb(251, 243, 219);
  --notion-orange_background: rgb(250, 235, 221);
  --notion-brown_background: rgb(233, 229, 227);
  --notion-gray_background: rgb(235, 236, 237);
  --notion-red_background_co: rgba(251, 228, 228, 0.3);
  --notion-pink_background_co: rgba(244, 223, 235, 0.3);
  --notion-blue_background_co: rgba(221, 235, 241, 0.3);
  --notion-purple_background_co: rgba(234, 228, 242, 0.3);
  --notion-teal_background_co: rgba(221, 237, 234, 0.3);
  --notion-yellow_background_co: rgba(251, 243, 219, 0.3);
  --notion-orange_background_co: rgba(250, 235, 221, 0.3);
  --notion-brown_background_co: rgba(233, 229, 227, 0.3);
  --notion-gray_background_co: rgba(235, 236, 237, 0.3);
  --notion-item-blue: rgb(211, 229, 239);
  --notion-item-orange: rgb(250, 222, 201);
  --notion-item-green: rgb(219, 237, 219);
  --notion-item-pink: rgb(245, 224, 233);
  --notion-item-brown: rgb(238, 224, 218);
  --notion-item-red: rgb(255, 226, 221);
  --notion-item-yellow: rgb(253, 236, 200);
  --notion-item-default: rgba(227, 226, 224, 0.5);
  --notion-item-purple: rgb(232, 222, 238);
  --notion-item-gray: rgb(227, 226, 224);
  --notion-item-text-blue: rgb(24, 51, 71);
  --notion-item-text-orange: rgb(73, 41, 14);
  --notion-item-text-green: rgb(28, 56, 41);
  --notion-item-text-pink: rgb(76, 35, 55);
  --notion-item-text-brown: rgb(68, 42, 30);
  --notion-item-text-red: rgb(93, 23, 21);
  --notion-item-text-yellow: rgb(64, 44, 27);
  --notion-item-text-default: rgb(50, 48, 44);
  --notion-item-text-purple: rgb(65, 36, 84);
  --notion-item-text-gray: rgb(50, 48, 44);
  --notion-item-bullet-blue: rgb(91, 151, 189);
  --notion-item-bullet-orange: rgb(215, 129, 58);
  --notion-item-bullet-green: rgb(108, 155, 125);
  --notion-item-bullet-pink: rgb(205, 116, 159);
  --notion-item-bullet-brown: rgb(187, 132, 108);
  --notion-item-bullet-red: rgb(225, 111, 100);
  --notion-item-bullet-yellow: rgb(203, 148, 51);
  --notion-item-bullet-default: rgb(91, 151, 189);
  --notion-item-bullet-purple: rgb(167, 130, 195);
  --notion-item-bullet-gray: rgb(145, 145, 142);
  --notion-max-width: 720px;
  --notion-header-height: 45px;
}

.dark-mode {
  --fg-color: rgba(255, 255, 255, 0.9);
  --fg-color-0: var(--fg-color);
  --fg-color-1: var(--fg-color);
  --fg-color-2: var(--fg-color);
  --fg-color-3: var(--fg-color);
  --fg-color-4: var(--fg-color);
  --fg-color-5: rgba(255, 255, 255, 0.7);
  --fg-color-6: #FFF;
  --fg-color-icon: #FFF;
  --bg-color: #2F3437;
  --bg-color-0: rgb(71, 76, 80);
  --bg-color-1: rgb(63, 68, 71);
  --bg-color-2: rgba(135, 131, 120, 0.15);
  --notion-red: rgb(255, 115, 105);
  --notion-pink: rgb(226, 85, 161);
  --notion-blue: rgb(82, 156, 202);
  --notion-purple: rgb(154, 109, 215);
  --notion-teal: rgb(77, 171, 154);
  --notion-yellow: rgb(255, 220, 73);
  --notion-orange: rgb(255, 163, 68);
  --notion-brown: rgb(147, 114, 100);
  --notion-gray: rgba(151, 154, 155, 0.95);
  --notion-red_background: rgb(89, 65, 65);
  --notion-pink_background: rgb(83, 59, 76);
  --notion-blue_background: rgb(54, 73, 84);
  --notion-purple_background: rgb(68, 63, 87);
  --notion-teal_background: rgb(53, 76, 75);
  --notion-yellow_background: rgb(89, 86, 59);
  --notion-orange_background: rgb(89, 74, 58);
  --notion-brown_background: rgb(67, 64, 64);
  --notion-gray_background: rgb(69, 75, 78);
  --notion-red_background_co: rgba(89, 65, 65, 0.3);
  --notion-pink_background_co: rgba(83, 59, 76, 0.3);
  --notion-blue_background_co: rgba(120, 162, 187, 0.3);
  --notion-purple_background_co: rgba(68, 63, 87, 0.3);
  --notion-teal_background_co: rgba(53, 76, 75, 0.3);
  --notion-yellow_background_co: rgba(89, 86, 59, 0.3);
  --notion-orange_background_co: rgba(89, 74, 58, 0.3);
  --notion-brown_background_co: rgba(67, 64, 64, 0.3);
  --notion-gray_background_co: rgba(69, 75, 78, 0.3);
}

.notion * {
  box-sizing: border-box;
}

.notion {
  font-size: 16px;
  line-height: 1.5;
  color: rgb(55, 53, 47);
  color: var(--fg-color);
  caret-color: rgb(55, 53, 47);
  caret-color: var(--fg-color);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, apple-system, BlinkMacSystemFont,
    "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif,
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: var(--notion-font);
}

.notion > * {
  padding: 3px 0;
}

.notion * {
  margin-top: 0;
  margin-bottom: 0;
}

.notion *::-moz-selection {
  background: rgba(45, 170, 219, 0.3);
  background: var(--select-color-1);
}

.notion *::selection {
  background: rgba(45, 170, 219, 0.3);
  background: var(--select-color-1);
}

.notion *,
.notion *:focus {
  outline: 0;
}

.notion-page-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1300px) and (min-height: 300px) {
  .notion-page-content-has-aside {
    display: flex;
    flex-direction: row;
    width: calc((100vw + 720px) / 2);
    width: calc((100vw + var(--notion-max-width)) / 2);
  }
  .notion-page-content-has-aside .notion-aside {
    display: flex;
  }
  .notion-page-content-has-aside .notion-page-content-inner {
    width: 720px;
    width: var(--notion-max-width);
    max-width: 720px;
    max-width: var(--notion-max-width);
  }
}
.notion-page-content-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.notion-aside {
  position: sticky;
  top: 148px;
  z-index: 101;
  /* top: calc((100vh - 48px - 100%) / 2); */
  align-self: flex-start;
  flex: 1;
  display: none;
  flex-direction: column;
  align-items: center;
}

.notion-aside-table-of-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: calc(100vh - 148px - 16px);
  min-width: 222px;
  overflow: auto;
  background: #FFF;
  background: var(--bg-color);
  border-radius: 4px;
}

.notion-aside-table-of-contents-header {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1em;
  word-break: break-word;
}

.notion-aside-table-of-contents .notion-table-of-contents-item {
  line-height: 1;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-0:first-of-type {
  margin-top: 0;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-0 {
  margin-top: 0.25em;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-1 {
  font-size: 13px;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-indent-level-2 {
  font-size: 12px;
}

.notion-aside-table-of-contents .notion-table-of-contents-item-body {
  border: 0 none;
}

.notion-table-of-contents-active-item {
  color: rgb(46, 170, 220) !important;
  color: var(--select-color-0) !important;
}

.notion-app {
  position: relative;
  background: #FFF;
  background: var(--bg-color);
  min-height: 100vh;
}

.notion-viewport {
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.medium-zoom-overlay {
  z-index: 300;
}

.medium-zoom-image {
  border-radius: 0;
}

.medium-zoom-image--opened {
  margin: 0 !important;
  margin: initial !important;
  min-width: 0 !important;
  min-width: initial !important;
  min-height: 0 !important;
  min-height: initial !important;
  z-index: 301;
}

.notion-frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.notion-page-scroller {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  min-height: calc(100vh - 45px);
  min-height: calc(100vh - var(--notion-header-height));
}

.notion-red,
.notion-red_co {
  color: rgb(224, 62, 62);
  color: var(--notion-red);
}

.notion-pink,
.notion-pink_co {
  color: rgb(173, 26, 114);
  color: var(--notion-pink);
}

.notion-blue,
.notion-blue_co {
  color: rgb(11, 110, 153);
  color: var(--notion-blue);
}

.notion-purple,
.notion-purple_co {
  color: rgb(105, 64, 165);
  color: var(--notion-purple);
}

.notion-teal,
.notion-teal_co {
  color: rgb(77, 100, 97);
  color: var(--notion-teal);
}

.notion-yellow,
.notion-yellow_co {
  color: rgb(223, 171, 1);
  color: var(--notion-yellow);
}

.notion-orange,
.notion-orange_co {
  color: rgb(217, 115, 13);
  color: var(--notion-orange);
}

.notion-brown,
.notion-brown_co {
  color: rgb(100, 71, 58);
  color: var(--notion-brown);
}

.notion-gray,
.notion-gray_co {
  color: rgb(155, 154, 151);
  color: var(--notion-gray);
}

.notion-red_background {
  background-color: rgb(251, 228, 228);
  background-color: var(--notion-red_background);
}

.notion-pink_background {
  background-color: rgb(244, 223, 235);
  background-color: var(--notion-pink_background);
}

.notion-blue_background {
  background-color: rgb(221, 235, 241);
  background-color: var(--notion-blue_background);
}

.notion-purple_background {
  background-color: rgb(234, 228, 242);
  background-color: var(--notion-purple_background);
}

.notion-teal_background {
  background-color: rgb(221, 237, 234);
  background-color: var(--notion-teal_background);
}

.notion-yellow_background {
  background-color: rgb(251, 243, 219);
  background-color: var(--notion-yellow_background);
}

.notion-orange_background {
  background-color: rgb(250, 235, 221);
  background-color: var(--notion-orange_background);
}

.notion-brown_background {
  background-color: rgb(233, 229, 227);
  background-color: var(--notion-brown_background);
}

.notion-gray_background {
  background-color: rgb(235, 236, 237);
  background-color: var(--notion-gray_background);
}

.notion-red_background_co {
  background-color: rgba(251, 228, 228, 0.3);
  background-color: var(--notion-red_background_co);
}

.notion-pink_background_co {
  background-color: rgba(244, 223, 235, 0.3);
  background-color: var(--notion-pink_background_co);
}

.notion-blue_background_co {
  background-color: rgba(221, 235, 241, 0.3);
  background-color: var(--notion-blue_background_co);
}

.notion-purple_background_co {
  background-color: rgba(234, 228, 242, 0.3);
  background-color: var(--notion-purple_background_co);
}

.notion-teal_background_co {
  background-color: rgba(221, 237, 234, 0.3);
  background-color: var(--notion-teal_background_co);
}

.notion-yellow_background_co {
  background-color: rgba(251, 243, 219, 0.3);
  background-color: var(--notion-yellow_background_co);
}

.notion-orange_background_co {
  background-color: rgba(250, 235, 221, 0.3);
  background-color: var(--notion-orange_background_co);
}

.notion-brown_background_co {
  background-color: rgba(233, 229, 227, 0.3);
  background-color: var(--notion-brown_background_co);
}

.notion-gray_background_co {
  background-color: rgba(235, 236, 237, 0.3);
  background-color: var(--notion-gray_background_co);
}

.notion-item-blue {
  background-color: rgb(211, 229, 239);
  background-color: var(--notion-item-blue);
  color: rgb(24, 51, 71);
  color: var(--notion-item-text-blue);
}

.notion-item-orange {
  background-color: rgb(250, 222, 201);
  background-color: var(--notion-item-orange);
  color: rgb(73, 41, 14);
  color: var(--notion-item-text-orange);
}

.notion-item-green {
  background-color: rgb(219, 237, 219);
  background-color: var(--notion-item-green);
  color: rgb(28, 56, 41);
  color: var(--notion-item-text-green);
}

.notion-item-pink {
  background-color: rgb(245, 224, 233);
  background-color: var(--notion-item-pink);
  color: rgb(76, 35, 55);
  color: var(--notion-item-text-pink);
}

.notion-item-brown {
  background-color: rgb(238, 224, 218);
  background-color: var(--notion-item-brown);
  color: rgb(68, 42, 30);
  color: var(--notion-item-text-brown);
}

.notion-item-red {
  background-color: rgb(255, 226, 221);
  background-color: var(--notion-item-red);
  color: rgb(93, 23, 21);
  color: var(--notion-item-text-red);
}

.notion-item-yellow {
  background-color: rgb(253, 236, 200);
  background-color: var(--notion-item-yellow);
  color: rgb(64, 44, 27);
  color: var(--notion-item-text-yellow);
}

.notion-item-default,
.notion-item-default-inferred {
  background-color: rgba(227, 226, 224, 0.5);
  background-color: var(--notion-item-default);
  color: rgb(50, 48, 44);
  color: var(--notion-item-text-default);
}

.notion-item-purple {
  background-color: rgb(232, 222, 238);
  background-color: var(--notion-item-purple);
  color: rgb(65, 36, 84);
  color: var(--notion-item-text-purple);
}

.notion-item-gray {
  background-color: rgb(227, 226, 224);
  background-color: var(--notion-item-gray);
  color: rgb(50, 48, 44);
  color: var(--notion-item-text-gray);
}

.notion-item-bullet-blue {
  background-color: rgb(91, 151, 189);
  background-color: var(--notion-item-bullet-blue);
}

.notion-item-bullet-orange {
  background-color: rgb(215, 129, 58);
  background-color: var(--notion-item-bullet-orange);
}

.notion-item-bullet-green {
  background-color: rgb(108, 155, 125);
  background-color: var(--notion-item-bullet-green);
}

.notion-item-bullet-pink {
  background-color: rgb(205, 116, 159);
  background-color: var(--notion-item-bullet-pink);
}

.notion-item-bullet-brown {
  background-color: rgb(187, 132, 108);
  background-color: var(--notion-item-bullet-brown);
}

.notion-item-bullet-red {
  background-color: rgb(225, 111, 100);
  background-color: var(--notion-item-bullet-red);
}

.notion-item-bullet-yellow {
  background-color: rgb(203, 148, 51);
  background-color: var(--notion-item-bullet-yellow);
}

.notion-item-bullet-default {
  background-color: rgb(91, 151, 189);
  background-color: var(--notion-item-bullet-default);
}

.notion-item-bullet-default-inferred {
  background-color: rgb(145, 145, 142);
  background-color: var(--notion-item-bullet-gray);
}

.notion-item-bullet-purple {
  background-color: rgb(167, 130, 195);
  background-color: var(--notion-item-bullet-purple);
}

.notion-item-bullet-gray {
  background-color: rgb(145, 145, 142);
  background-color: var(--notion-item-bullet-gray);
}

.notion b {
  font-weight: 600;
}

.notion-title {
  width: 100%;
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.notion-h {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
  padding: 3px 2px;
  margin-bottom: 1px;
  max-width: 100%;
  white-space: pre-wrap;
  word-break: break-word;
}

.notion-h1 {
  font-size: 1.875em;
  margin-top: 1.08em;
}

.notion-header-anchor {
  position: absolute;
  top: -54px;
  left: 0;
}

.notion-title + .notion-h1,
.notion-title + .notion-h2,
.notion-title + .notion-h3 {
  margin-top: 0;
}

/* TODO: notion-page-content */
.notion-h1:first-child {
  margin-top: 0;
}

/* .notion-h1:first-of-type {
  margin-top: 2px;
} */
.notion-h2 {
  font-size: 1.5em;
  margin-top: 1.1em;
}

.notion-h3 {
  font-size: 1.25em;
  margin-top: 1em;
}

.notion-h:hover .notion-hash-link {
  opacity: 1;
}

.notion-hash-link {
  opacity: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  float: left;
  margin-left: -20px;
  padding-right: 4px;
  fill: rgb(55, 53, 47);
  fill: var(--fg-color-icon);
}

.notion-page-cover {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 30vh !important;
  min-height: 30vh !important;
  max-height: 30vh !important;
  padding: 0;
}

.notion-page-cover-wrapper {
  width: 100%;
  height: 30vh;
  min-height: 30vh;
  max-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notion-collection-card-cover {
  overflow: hidden;
}

.notion-collection-card-cover span,
.notion-collection-card-cover img {
  min-height: 100% !important;
  max-height: 100% !important;
}

.notion-page-cover-wrapper span,
.notion-page-cover-wrapper img {
  width: 100% !important;
  height: 30vh !important;
  min-height: 30vh !important;
  max-height: 30vh !important;
}

.notion-page {
  position: relative;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.notion-full-page {
  padding-bottom: max(10vh, 120px);
}

.notion-page-no-cover {
  margin-top: 48px !important;
  padding-top: 96px;
}

.notion-page-no-cover.notion-page-no-icon {
  padding-top: 0;
}

.notion-page-no-cover.notion-page-has-image-icon {
  padding-top: 148px;
}

.notion-page-has-cover.notion-page-no-icon {
  padding-top: 48px;
}

.notion-page-has-cover {
  padding-top: 96px;
}

.notion-page-has-cover.notion-page-has-icon.notion-page-has-text-icon {
  padding-top: 64px;
}

.notion-page-icon-hero {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.notion-page-icon-hero.notion-page-icon-image {
  width: 124px;
  height: 124px;
  margin-left: -62px;
}

.notion-page-icon-hero.notion-page-icon-span {
  height: 78px;
  width: 78px;
  margin-left: -39px;
}

.notion-page-icon-hero .notion-page-icon {
  position: relative;
  display: block;
}

.notion-page-has-cover .notion-page-icon-hero.notion-page-icon-image {
  top: -62px;
}

.notion-page-has-cover .notion-page-icon-hero.notion-page-icon-span {
  top: -42px;
}

.notion-page-icon-hero.notion-page-icon-span .notion-page-icon {
  font-size: 78px;
  line-height: 1.1;
  margin-left: 0;
  color: rgb(55, 53, 47);
  color: var(--fg-color-icon);
}

.notion-page-icon-hero.notion-page-icon-image .notion-page-icon {
  display: block;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.notion-page-icon-hero.notion-page-icon-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.notion-page-icon {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
  font-size: 1.1em;
  fill: rgba(55, 53, 47, 0.8);
  fill: var(--fg-color-6);
  color: rgb(55, 53, 47);
  color: var(--fg-color-icon);
}

.notion-search .notion-page-icon {
  fill: rgba(55, 53, 47, 0.8);
  fill: var(--fg-color-6);
  color: rgb(55, 53, 47);
  color: var(--fg-color);
}

img.notion-page-icon,
svg.notion-page-icon {
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 3px;
  max-width: 100%;
  max-height: 100%;
}

.notion-page-icon-inline {
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  margin: 0 4px;
}

.notion-page-icon-inline span {
  max-width: 100%;
  max-height: 100%;
}

.notion-page-icon-inline img {
  -o-object-fit: cover;
     object-fit: cover;
}

.notion-page {
  box-sizing: border-box;
  width: 720px;
  width: var(--notion-max-width);
  padding-left: min(16px, 8vw);
  padding-right: min(16px, 8vw);
}

.notion-full-width {
  --notion-max-width: calc(min(1920px, 98vw));
  box-sizing: border-box;
  padding-left: min(96px, 8vw);
  padding-right: min(96px, 8vw);
}

.notion-small-text {
  font-size: 14px;
}

.notion-quote {
  display: block;
  width: 100%;
  white-space: pre-wrap;
  word-break: break-word;
  border-left: 3px solid currentcolor;
  padding: 0.2em 0.9em;
  margin: 6px 0;
  font-size: 1.2em;
}

.notion-hr {
  width: 100%;
  margin: 6px 0;
  padding: 0;
  border-top: none;
  border-color: rgba(55, 53, 47, 0.09);
  border-color: var(--fg-color-0);
}

.notion-link {
  color: inherit;
  word-break: break-word;
  text-decoration: inherit;
  border-bottom: 0.05em solid;
  border-color: rgba(55, 53, 47, 0.4);
  border-color: var(--fg-color-2);
  opacity: 0.7;
  transition: border-color 100ms ease-in, opacity 100ms ease-in;
}

.notion-link:hover {
  border-color: rgba(55, 53, 47, 0.8);
  border-color: var(--fg-color-6);
  opacity: 1;
}

.notion-collection .notion-link {
  opacity: 1;
}

.notion-blank {
  width: 100%;
  min-height: 1rem;
  padding: 3px 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.notion-page-link {
  display: flex;
  color: rgb(55, 53, 47);
  color: var(--fg-color);
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
  height: 30px;
  margin: 1px 0;
  transition: background 120ms ease-in 0s;
}

.notion-page-link:hover {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
}

.notion-collection-card .notion-page-link {
  height: auto;
  height: initial;
  margin: 0;
  transition: none 0s ease 0s;
  transition: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.notion-icon {
  display: block;
  width: 18px;
  height: 18px;
  color: rgb(55, 53, 47);
  color: var(--fg-color-icon);
}

.notion-page-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px solid rgba(55, 53, 47, 0.16);
  border-bottom: 1px solid var(--fg-color-1);
  margin: 4px 0;
}

.notion-inline-code {
  color: #EB5757;
  padding: 0.2em 0.4em;
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-2);
  border-radius: 3px;
  font-size: 85%;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.notion-inline-underscore {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.notion-list {
  margin: 0;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.notion-list-disc {
  list-style-type: disc;
  padding-left: 1.7em;
  margin-top: 0;
  margin-bottom: 0;
}

.notion-list-numbered {
  list-style-type: decimal;
  padding-left: 1.6em;
  margin-top: 0;
  margin-bottom: 0;
}

.notion-list-disc li {
  padding-left: 0.1em;
}

.notion-list-numbered li {
  padding-left: 0.2em;
}

.notion-list li {
  padding: 6px 0;
  white-space: pre-wrap;
}

.notion-asset-wrapper {
  margin: 0.5rem 0;
  max-width: 100vw;
  min-width: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
}

.notion-asset-wrapper-image {
  max-width: 100%;
}

.notion-asset-wrapper-full {
  max-width: 100vw;
}

.notion-asset-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.notion-asset-wrapper iframe {
  border: none;
  background: rgb(247, 246, 245);
}

.notion-text {
  width: 100%;
  white-space: pre-wrap;
  word-break: break-word;
  padding: 3px 2px;
  margin: 1px 0;
}

.notion-text:first-child {
  margin-top: 2px;
}

.notion-text-children {
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
}

.notion .notion-code {
  font-size: 85%;
}

.notion-code {
  position: relative;
  width: 100%;
  padding: 1em;
  margin: 4px 0;
  border-radius: 3px;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  display: block;
  box-sizing: border-box;
  overflow: auto;
  background: rgb(247, 246, 243);
  background: var(--bg-color-1);
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.notion-code-copy {
  position: absolute;
  top: 1em;
  right: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 9;
  transition: opacity 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

.notion-code-copy-button {
  display: inline-block;
  padding: 0.6em;
  font-size: 1.25em;
  line-height: 1em;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1), color 0.2s cubic-bezier(0.3, 0, 0.5, 1), border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  box-shadow: 0 1px 0 rgba(27, 31, 36, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  background-color: #F6F8FA;
  color: #24292F;
  border: 1px solid rgba(27, 31, 36, 0.15);
  border-radius: 6px;
}

.notion-code-copy-button:hover {
  background-color: #F3F4F6;
  border-color: rgba(27, 31, 36, 0.15);
  transition-duration: 0.1s;
}

.notion-code-copy-button:active {
  background: hsl(220, 14%, 93%);
  border-color: rgba(27, 31, 36, 0.15);
  transition: none;
}

.notion-code .notion-code-copy {
  opacity: 0;
}

.notion-code:hover .notion-code-copy {
  opacity: 1;
}

.notion-code-copy-button svg {
  display: block;
}

.notion-code-copy-tooltip {
  pointer-events: none;
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 99;
  font-size: 14px;
}

.notion-code-copy-tooltip > div {
  padding: 6px 8px;
  background: #222;
  color: #FFF;
  border-radius: 6px;
}

.notion-column {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
}

.notion-column > *:first-child {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.notion-column > *:last-child {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.notion-row {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 640px) {
  .notion-row {
    flex-direction: column;
  }
  .notion-row .notion-column {
    width: 100% !important;
  }
  .notion-row .notion-spacer {
    display: none;
  }
}
.notion-bookmark {
  margin: 4px 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 1px solid rgba(55, 53, 47, 0.16);
  border: 1px solid var(--fg-color-1);
  border-radius: 3px;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dark-mode .notion-bookmark {
  border-color: rgba(135, 131, 120, 0.15);
  border-color: var(--bg-color-0);
}

.notion-bookmark > div:first-child {
  flex: 4 1 180px;
  padding: 12px 14px 14px;
  overflow: hidden;
  text-align: left;
  color: rgb(55, 53, 47);
  color: var(--fg-color);
}

.notion-bookmark-title {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 24px;
  margin-bottom: 2px;
}

.notion-bookmark-description {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
  height: 32px;
  overflow: hidden;
}

.notion-bookmark-link {
  display: flex;
  margin-top: 6px;
}

.notion-bookmark-link-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 6px;
}

.notion-bookmark-link-text {
  font-size: 12px;
  line-height: 16px;
  color: rgb(55, 53, 47);
  color: var(--fg-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notion-bookmark-link-icon img {
  max-width: 100%;
  max-height: 100%;
}

.notion-bookmark-image {
  flex: 1 1 180px;
  position: relative;
}

.notion-bookmark-image > * {
  position: absolute !important;
  width: 100%;
  height: 100%;
}

.notion-bookmark-image span {
  width: 100% !important;
  height: 100% !important;
  max-height: 100%;
}

.notion-column .notion-bookmark-image {
  display: none;
}

.notion-spacer {
  width: min(32px, 4vw);
}

.notion-spacer:last-child {
  display: none;
}

.notion-asset-object-fit {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

.notion-image {
  display: block;
  width: 100%;
  border-radius: 1px;
}

.notion-asset-caption {
  padding: 6px 0 6px 2px;
  white-space: pre-wrap;
  word-break: break-word;
  caret-color: rgb(55, 53, 47);
  caret-color: var(--fg-color);
  font-size: 14px;
  line-height: 1.4;
  color: rgba(55, 53, 47, 0.6);
  color: var(--fg-color-3);
}

.notion-callout {
  padding: 16px 16px 16px 12px;
  display: inline-flex;
  width: 100%;
  border-radius: 3px;
  border-width: 1px;
  align-items: center;
  box-sizing: border-box;
  margin: 4px 0;
  border: 1px solid rgba(55, 53, 47, 0.09);
  border: 1px solid var(--fg-color-0);
}

.dark-mode .notion-callout {
  border-color: rgba(135, 131, 120, 0.15);
  border-color: var(--bg-color-2);
}

.notion-callout .notion-page-icon-inline {
  align-self: flex-start;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 1.3em;
}

.notion-callout-text {
  margin-left: 8px;
  white-space: pre-wrap;
  word-break: break-word;
  width: 100%;
}

.notion-toggle {
  width: 100%;
  padding: 3px 2px;
}

.notion-toggle > summary {
  cursor: pointer;
  outline: none;
}

.notion-toggle > div {
  margin-left: 1.1em;
}

.notion-collection {
  align-self: center;
  min-width: 100%;
}

.notion-collection-header {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 4px 2px;
  white-space: nowrap;
  overflow: hidden;
}

.notion-collection-header-title {
  display: inline-flex;
  align-items: center;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 600;
  white-space: pre-wrap;
  word-break: break-word;
  margin-right: 0.5em;
}

.notion-collection-view-dropdown {
  cursor: pointer;
  padding: 6px 8px;
  border: 0 none;
  border-radius: 3px;
  transition: background 120ms ease-in 0s;
  background: transparent;
}

.notion-collection-view-dropdown:hover {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
}

.notion-collection-view-dropdown-icon {
  position: relative;
  top: 2px;
  margin-left: 4px;
}

.notion-collection-view-type {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.notion-collection-view-type-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  /* fill: var(--fg-color); */
  fill: rgb(55, 53, 47);
  margin-right: 6px;
}

.notion-collection-view-type-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(55, 53, 47);
  color: var(--fg-color);
}

.notion-table {
  width: 100vw;
  max-width: 100vw;
  align-self: center;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto hidden;
}

.notion-table-view {
  position: relative;
  float: left;
  min-width: 720px;
  min-width: var(--notion-max-width);
  padding-left: 0;
  transition: padding 200ms ease-out;
}

.notion-table-header {
  display: flex;
  position: absolute;
  z-index: 82;
  height: 33px;
  color: rgba(55, 53, 47, 0.6);
  color: var(--fg-color-3);
  min-width: 720px;
  min-width: var(--notion-max-width);
}

.notion-table-header-inner {
  width: 100%;
  display: inline-flex;
  border-top: 1px solid rgba(55, 53, 47, 0.16);
  border-top: 1px solid var(--fg-color-1);
  border-bottom: 1px solid rgba(55, 53, 47, 0.16);
  border-bottom: 1px solid var(--fg-color-1);
  /* box-shadow: white -3px 0 0, rgba(55, 53, 47, 0.16) 0 1px 0; */
}

.notion-table-header-placeholder {
  height: 34px;
}

.notion-table-th {
  display: flex;
  position: relative;
}

.notion-table-view-header-cell {
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  height: 32px;
  font-size: 14px;
  padding: 0;
}

.notion-table-view-header-cell-inner {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  border-right: 1px solid rgba(55, 53, 47, 0.09);
  border-right: 1px solid var(--fg-color-0);
}

.notion-table-th:last-child .notion-table-view-header-cell-inner {
  border-right: 0 none;
}

.notion-collection-column-title {
  display: flex;
  align-items: center;
  line-height: 120%;
  min-width: 0;
  font-size: 14px;
}

.notion-collection-column-title-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  fill: rgba(55, 53, 47, 0.4);
  fill: var(--fg-color-2);
  margin-right: 6px;
}

.notion-collection-column-title-body {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notion-table-body {
  position: relative;
  min-width: 720px;
  min-width: var(--notion-max-width);
}

.notion-table-row {
  display: flex;
  border-bottom: 1px solid rgba(55, 53, 47, 0.16);
  border-bottom: 1px solid var(--fg-color-1);
}

.notion-table-cell {
  min-height: 32px;
  padding: 5px 8px 6px;
  font-size: 14px;
  line-height: 1;
  white-space: normal;
  overflow: hidden;
  word-break: break-word;
  border-right: 1px solid rgba(55, 53, 47, 0.16);
  border-right: 1px solid var(--fg-color-1);
}

.notion-table-cell:last-child {
  border-right: 0 none;
}

.notion-table-cell-title {
  font-weight: 500;
}

.notion-table-cell-text {
  white-space: pre-wrap;
}

.notion-table-cell-text,
.notion-table-cell-number,
.notion-table-cell-url,
.notion-table-cell-email,
.notion-table-cell-phone_number {
  line-height: 1.5;
}

.notion-table-cell-number {
  white-space: pre-wrap;
}

.notion-table-cell-select,
.notion-table-cell-multi_select {
  padding: 7px 8px 0;
}

.notion-property-select,
.notion-property-status,
.notion-property-multi_select {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.notion-property-select-item,
.notion-property-status-item,
.notion-property-multi_select-item {
  display: flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 3px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 120%;
}

.notion-property-status-item {
  border-radius: 20px;
}

.notion-property-file {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.notion-property-file img {
  max-height: 24px;
  max-width: 100%;
  margin-right: 6px;
}

.notion-collection-card-cover .notion-property-file {
  height: 100%;
}

.notion-collection-card-cover .notion-property-file img {
  width: 100%;
  margin: 0;
  max-height: 100%;
}

.notion-collection-card .notion-property-checkbox-container {
  display: flex;
}

.notion-property-checkbox-text {
  display: none;
}

.notion-collection-card .notion-property-checkbox-text {
  display: inline-block;
  margin-left: 6px;
}

.notion-property-checkbox {
  width: 16px;
  height: 16px;
}

.notion-property-checkbox-checked {
  width: 16px;
  height: 16px;
  background: rgb(46, 170, 220);
  background: var(--select-color-0);
}

.notion-property-checkbox-checked svg {
  position: relative;
  display: block;
  /* top: -3px; */
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  fill: #FFF;
}

.notion-property-checkbox-unchecked {
  width: 16px;
  height: 16px;
  border: 1.3px solid rgb(55, 53, 47);
  border: 1.3px solid var(--fg-color);
}

.notion-gallery {
  align-self: center;
}

.notion-gallery-view {
  position: relative;
  padding-left: 0;
  transition: padding 200ms ease-out;
}

.notion-gallery-grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 16px;
  gap: 16px;
  border-top: 1px solid rgba(55, 53, 47, 0.16);
  border-top: 1px solid var(--fg-color-1);
  padding-top: 16px;
  padding-bottom: 4px;
}

.notion-gallery-grid-size-small {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.notion-gallery-grid-size-large {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.notion-collection-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 2px 4px;
  border-radius: 3px;
  background: #FFF;
  background: var(--bg-color);
  color: rgb(55, 53, 47);
  color: var(--fg-color);
  transition: background 100ms ease-out 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.notion-collection-card:hover {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
}

.notion-collection-card-cover {
  position: relative;
  width: 100%;
  height: 190px;
  border-bottom: 1px solid rgba(55, 53, 47, 0.09);
  border-bottom: 1px solid var(--fg-color-0);
  overflow: hidden;
}

.notion-collection-card-cover img {
  width: 100%;
  height: 100%;
  border-radius: 1px 1px 0 0;
  /* object-fit: cover; */
}

.notion-collection-card-cover .notion-collection-card-cover-empty {
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  background: rgba(55, 53, 47, 0.024);
  background: var(--fg-color-5);
  box-shadow: rgba(55, 53, 47, 0.09) 0 -1px 0 0 inset;
  box-shadow: var(--fg-color-0) 0 -1px 0 0 inset;
  padding: 8px 8px 0;
}

.notion-collection-card-size-small .notion-collection-card-cover {
  height: 124px;
}

.notion-collection-card-body {
  display: flex;
  flex-direction: column;
  padding: 4px 10px;
}

.notion-collection-card-property {
  padding: 4px 0;
  white-space: nowrap;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.notion-collection-card-property:first-child {
  font-size: 14px;
  font-weight: 500;
}

.notion-collection-card-property:not(:first-child) {
  white-space: nowrap;
  text-overflow: clip;
}

.notion-collection-card-property img {
  max-height: 18px;
}

.notion-list-collection {
  align-self: center;
  width: 100%;
  max-width: 100%;
}

.notion-list-view {
  position: relative;
  padding-left: 0;
  transition: padding 200ms ease-out;
  max-width: 100%;
}

.notion-list-body {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(55, 53, 47, 0.16);
  border-top: 1px solid var(--fg-color-1);
  padding-top: 8px;
  max-width: 100%;
  overflow: hidden;
}

.notion-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
  margin: 1px 0;
  max-width: 100%;
  overflow: hidden;
}

.notion-list-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 1.3;
}

.notion-list-item-body {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}

.notion-list-item-property {
  /* display: flex;
  align-items: center; */
  margin-left: 14px;
  font-size: 14px;
}

.notion-list-item-property .notion-property-date,
.notion-list-item-property .notion-property-created_time,
.notion-list-item-property .notion-property-last_edited_time,
.notion-list-item-property .notion-property-url {
  display: inline-block;
  color: rgba(55, 53, 47, 0.6);
  color: var(--fg-color-3);
  font-size: 12px;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.notion-board {
  width: 100vw;
  max-width: 100vw;
  align-self: center;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto hidden;
}

.notion-board-view {
  position: relative;
  float: left;
  min-width: 100%;
  padding-left: 0;
  transition: padding 200ms ease-out;
}

.notion-board-header {
  display: flex;
  position: absolute;
  z-index: 82;
  height: 44px;
  min-width: 100%;
}

.notion-board-header-inner {
  display: inline-flex;
  border-top: 1px solid rgba(55, 53, 47, 0.16);
  border-top: 1px solid var(--fg-color-1);
  border-bottom: 1px solid rgba(55, 53, 47, 0.16);
  border-bottom: 1px solid var(--fg-color-1);
}

.notion-board-header-placeholder {
  height: 45px;
  height: var(--notion-header-height);
}

.notion-board-th {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-right: 16px;
  box-sizing: content-box;
  flex-shrink: 0;
}

.notion-board-th-body {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 2px;
  padding-right: 4px;
  white-space: nowrap;
  overflow: hidden;
}

.notion-board-th-count {
  color: rgba(55, 53, 47, 0.6);
  color: var(--fg-color-3);
  font-weight: 500;
  padding: 0 8px;
}

.notion-board-th-empty {
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.notion-board-body {
  display: inline-flex;
}

.notion-board-group {
  flex: 0 0 auto;
  padding-right: 16px;
  box-sizing: content-box;
}

.notion-board-group-card {
  margin-bottom: 8px;
}

.notion-board-view .notion-board-th,
.notion-board-view .notion-board-group {
  width: 260px;
}

.notion-board-view-size-small .notion-board-th,
.notion-board-view-size-small .notion-board-group {
  width: 180px;
}

.notion-board-view-size-large .notion-board-th,
.notion-board-view-size-large .notion-board-group {
  width: 320px;
}

.notion-board-view .notion-collection-card .notion-collection-card-cover {
  height: 148px;
}

.notion-board-view-size-small .notion-collection-card .notion-collection-card-cover {
  height: 100px;
}

.notion-board-view-size-large .notion-collection-card .notion-collection-card-cover {
  height: 180px;
}

.notion-collection-page-properties {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.notion-table-of-contents {
  width: 100%;
  margin: 4px 0;
}

.notion-table-of-contents-item {
  color: rgb(55, 53, 47);
  color: var(--fg-color);
  opacity: 0.7;
  transition: background 100ms ease-in, opacity 100ms ease-in;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 20ms ease-in 0s;
  cursor: pointer;
  width: 100%;
  padding: 6px;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notion-table-of-contents-item:hover {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
  opacity: 1;
}

.notion-table-of-contents-item-body {
  border-bottom: 1px solid rgba(55, 53, 47, 0.16);
  border-bottom: 1px solid var(--fg-color-1);
}

.notion-to-do {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.notion-to-do-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 2px;
  min-height: calc(1.5em + 3px + 3px);
}

.notion-to-do-children {
  padding-left: 1.5em;
}

.notion-to-do-checked .notion-to-do-item {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  opacity: 0.375;
}

.notion-to-do-body {
  white-space: pre-wrap;
  word-break: break-word;
}

.notion-to-do-item .notion-property-checkbox {
  margin-right: 8px;
}

.notion-google-drive {
  width: 100%;
  align-self: center;
  margin: 4px 0;
}

.notion-google-drive-link {
  position: relative;
  display: flex;
  flex-direction: column;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
  border: 1px solid rgba(55, 53, 47, 0.16);
  border: 1px solid var(--fg-color-1);
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 20ms ease-in 0s;
  cursor: pointer;
}

.notion-google-drive-link:hover {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
}

.notion-google-drive-preview {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
}

.notion-google-drive-preview img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.notion-google-drive-body {
  width: 100%;
  min-height: 60px;
  padding: 12px 14px 14px;
  overflow: hidden;
  border-top: 1px solid rgba(55, 53, 47, 0.16);
  border-top: 1px solid var(--fg-color-1);
}

.notion-google-drive-body-title {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.notion-google-drive-body-modified-time {
  font-size: 12px;
  line-height: 1.3;
  color: rgba(55, 53, 47, 0.6);
  color: var(--fg-color-3);
  max-height: 32px;
  overflow: hidden;
}

.notion-google-drive-body-source {
  display: flex;
  align-items: center;
  margin-top: 6px;
}

.notion-google-drive-body-source-icon {
  flex-shrink: 0;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.notion-google-drive-body-source-domain {
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notion-file {
  width: 100%;
  margin: 1px 0;
}

.notion-file-link {
  display: flex;
  align-items: center;
  padding: 3px 2px;
  border-radius: 3px;
  transition: background 20ms ease-in 0s;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.notion-file-link:hover {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
}

.notion-file-icon {
  margin-right: 2px;
  width: 1.35em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  min-height: calc(1.5em + 3px + 3px);
  height: 1.35em;
}

.notion-file-info {
  display: flex;
  align-items: baseline;
}

.notion-file-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notion-file-size {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(55, 53, 47, 0.6);
  color: var(--fg-color-3);
  font-size: 12px;
  line-height: 16px;
  margin-left: 6px;
}

.notion-audio {
  width: 100%;
}

.notion-audio audio {
  width: 100%;
}

.notion-equation {
  position: relative;
  display: inline-flex;
  color: inherit;
  fill: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 3px;
  transition: background 20ms ease-in 0s;
}

.notion-equation-inline {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.notion-equation-block {
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  padding: 4px 8px;
  margin: 4px 0;
  cursor: pointer;
}

.notion-equation:hover {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
}

.notion-equation:active,
.notion-equation:focus {
  background: #D9EFF8;
  background: var(--select-color-2);
}

.notion-frame .katex-display .katex {
  padding-right: 32px;
}

.notion-frame .katex > .katex-html {
  white-space: normal;
}

.notion-page-title {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  line-height: 1.3;
  transition: background 120ms ease-in 0s;
}

.notion-page-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  border-radius: 3px;
  flex-shrink: 0;
}

.notion-page-title .notion-page-icon-inline {
  margin-left: 2px;
  margin-right: 6px;
}

.notion-collection-card-property .notion-link {
  border-bottom: 0 none;
}

.notion-collection-card-property .notion-page-title {
  transition: none;
}

.notion-collection-card-property .notion-page-title:hover {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

.notion-collection-card-property .notion-page-title-icon {
  margin-left: 0;
  height: 18px;
  width: 18px;
}

.notion-collection-card-property .notion-page-title-text {
  border-bottom: 0 none;
}

.notion-collection-card-property .notion-property-relation .notion-page-title-text {
  border-bottom: 1px solid;
}

.notion-page-title-text {
  position: relative;
  top: 1px;
  border-bottom: 1px solid rgba(55, 53, 47, 0.16);
  border-bottom: 1px solid var(--fg-color-1);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

/* removes double underline with links */
.notion-link .notion-page-title-text {
  border-bottom: 0 none;
}

.notion-collection-row {
  width: 100%;
  padding: 4px 0 8px;
  border-bottom: 1px solid rgba(55, 53, 47, 0.09);
  border-bottom: 1px solid var(--fg-color-0);
  margin-bottom: 1em;
}

.notion-collection-row-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notion-collection-row-property {
  display: flex;
  align-items: center;
}

.notion-collection-row-value {
  flex: 1;
  padding: 6px 8px 7px;
  font-size: 14px;
}

.notion-collection-row-property .notion-collection-column-title {
  display: flex;
  align-items: center;
  width: 160px;
  height: 34px;
  color: rgba(55, 53, 47, 0.6);
  color: var(--fg-color-3);
  padding: 0 6px;
}

.notion-collection-row-property .notion-property {
  width: 100%;
}

.notion-collection-row-property .notion-collection-column-title-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

.notion-collection-row-property .notion-link {
  border-bottom: 0 none;
}

.notion-collection-row-property .notion-property-relation .notion-page-title-text {
  border-bottom: 1px solid;
}

.notion-user {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.notion-list-item-property .notion-property-multi_select-item {
  margin-bottom: 0;
  flex-wrap: none;
}

.notion-list-item-property .notion-property-multi_select-item:last-of-type {
  margin-right: 0;
}

.notion-toggle .notion-collection-header,
.notion-toggle .notion-table-view,
.notion-toggle .notion-board-view,
.notion-column .notion-collection-header,
.notion-column .notion-table-view,
.notion-column .notion-board-view {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.notion-toggle .notion-table,
.notion-toggle .notion-board,
.notion-column .notion-table,
.notion-column .notion-board {
  width: 100% !important;
  max-width: 100% !important;
}

@media only screen and (max-width: 730px) {
  .notion-asset-wrapper {
    max-width: 100%;
  }
  .notion-asset-wrapper-full {
    max-width: 100vw;
  }
}
@media (max-width: 640px) {
  .notion-bookmark-image {
    display: none;
  }
}
.lazy-image-wrapper {
  position: relative;
  overflow: hidden;
}

.lazy-image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.lazy-image-preview {
  filter: blur(20px);
  transform: scale(1.1);
  opacity: 1;
  transition: opacity 400ms ease-in !important;
  transition-delay: 100ms;
  will-change: opacity;
}

.lazy-image-wrapper img.lazy-image-real {
  position: relative;
}

.lazy-image-real {
  opacity: 0;
  transition: opacity 400ms ease-out !important;
  will-change: opacity;
}

.lazy-image-real.medium-zoom-image {
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1), opacity 400ms ease-out !important;
  will-change: opacity, transform;
}

.medium-zoom-image--opened {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}

/*
  NOTE: if we hide the preview image, there's a weird bug with react hydration where
  the image will sometimes flicker to show the background during initial page load.
  So I'm removing this `opacity: 0` for now, but it will cause issues if the real
  image is transparent.
 */
.lazy-image-loaded .lazy-image-preview {
  opacity: 0;
}

.lazy-image-loaded .lazy-image-real {
  opacity: 1;
}

.notion-page-cover.lazy-image-wrapper {
  padding: 0 !important;
}

.notion-collection-card-cover .lazy-image-wrapper {
  padding: 0 !important;
  height: 100%;
}

.notion-page-cover .lazy-image-preview,
.notion-page-cover .lazy-image-real {
  will-change: initial !important;
}

.notion-page-cover .lazy-image-loaded .lazy-image-preview {
  opacity: 1;
}

.notion-lite {
  overflow-y: auto;
}

.notion-lite .notion-page {
  width: 100%;
  padding: 0;
  /* padding: calc(max(2vmin, 8px)); */
}

.notion-lite .notion-collection-header,
.notion-lite .notion-table-view,
.notion-lite .notion-board-view {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.notion-lite .notion-board,
.notion-lite .notion-table {
  width: 100% !important;
}

.notion-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  height: 45px;
  height: var(--notion-header-height);
  min-height: 45px;
  min-height: var(--notion-header-height);
  background: #FFF;
  background: var(--bg-color);
}

.notion-header .notion-nav-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.2;
  font-size: 14px;
  gap: 12px;
}

.notion-header .breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  flex-grow: 0;
  min-width: 0;
}

.notion-header .breadcrumb {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgb(55, 53, 47);
  color: var(--fg-color);
  -webkit-text-decoration: none;
  text-decoration: none;
  margin: 1px 0;
  padding: 4px 6px;
  border-radius: 3px;
  transition: background 120ms ease-in 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  cursor: pointer;
}

.notion-header .breadcrumb .notion-page-icon-inline {
  font-size: 18px;
  line-height: 1.1;
  margin: 0 6px 0 0;
}

.notion-header .breadcrumb .notion-page-icon-span {
  position: relative;
  top: 1px;
}

.notion-header .searchIcon {
  width: 14px;
  height: 14px;
  color: rgb(55, 53, 47);
  color: var(--fg-color);
  fill: rgb(55, 53, 47);
  fill: var(--fg-color);
}

.notion-search-button {
  gap: 8px;
}

.notion-header .breadcrumb:not(.active):hover {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
}

.notion-header .breadcrumb:not(.active):active {
  background: rgb(247, 246, 243);
  background: var(--bg-color-1);
}

.notion-header .breadcrumb.active {
  cursor: default;
}

.notion-header .spacer {
  margin: 0 2px;
  color: rgba(55, 53, 47, 0.4);
  color: var(--fg-color-2);
}

.notion-header .button {
  padding: 12px;
}

.notion-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1001;
}

.notion-search {
  box-shadow: rgba(15, 15, 15, 0.05) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 5px 10px, rgba(15, 15, 15, 0.2) 0 15px 40px;
  border-radius: 3px;
  background: #FFF;
  background: var(--bg-color);
  position: relative;
  top: 90px;
  max-width: 600px;
  min-height: 50px;
  max-height: 80vh;
  width: 75%;
  overflow: hidden;
  outline: none;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(55, 53, 47);
  caret-color: rgb(55, 53, 47);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, apple-system, BlinkMacSystemFont,
    "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif,
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: var(--notion-font);
}

.notion-search input {
  background-color: #FFF;
  background-color: var(--bg-color);
}

.notion-search .quickFindMenu {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  max-width: calc(100vw - 24px);
  height: 100%;
  max-height: 80vh;
  min-height: 50px;
}

.notion-search .searchBar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 52px;
  box-shadow: rgba(55, 53, 47, 0.09) 0 1px 0;
  font-size: 18px;
  line-height: 27px;
  padding: 16px;
}

.notion-search .searchInput {
  resize: none;
  white-space: nowrap;
  border: none;
  outline: none;
  flex: 1;
  line-height: inherit;
  font-size: inherit;
}

.notion-search .inlineIcon {
  margin-right: 10px;
  fill: rgba(55, 53, 47, 0.4);
  fill: var(--fg-color-2);
}

.notion-search .clearButton {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 8px;
}

.notion-search .clearIcon {
  width: 14px;
  height: 14px;
  fill: rgba(55, 53, 47, 0.4);
  fill: var(--fg-color-2);
}

.notion-search .clearButton:hover .clearIcon {
  fill: rgba(55, 53, 47, 0.6);
  fill: var(--fg-color-3);
}

.notion-search .clearButton:active .clearIcon {
  fill: rgba(55, 53, 47, 0.8);
  fill: var(--fg-color-6);
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.notion-search .loadingIcon {
  animation: spinner 0.6s linear infinite;
}

.notion-search .noResultsPane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
}

.notion-search .noResults {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(55, 53, 47, 0.6);
}

.notion-search .noResultsDetail {
  font-size: 14px;
  margin-top: 2px;
  color: rgba(55, 53, 47, 0.4);
}

.notion-search .resultsFooter {
  box-shadow: rgba(55, 53, 47, 0.09) 0 -1px 0;
  margin-top: 1px;
  font-size: 12px;
  min-height: 28px;
  color: rgba(55, 53, 47, 0.4);
  color: var(--fg-color-2);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notion-search .resultsCount {
  font-weight: 500;
  color: rgba(55, 53, 47, 0.6);
  color: var(--fg-color-3);
}

.notion-search .resultsPane {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  overflow: auto;
}

.notion-search .resultsPane .result {
  padding: 8px 14px;
  border-bottom: 1px solid rgba(55, 53, 47, 0.06);
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: rgb(55, 53, 47);
  color: var(--fg-color);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.notion-search .resultsPane .result:hover {
  background: rgba(135, 131, 120, 0.15) !important;
  background: var(--bg-color-2) !important;
}

.notion-search .resultsPane .result:active {
  background: rgba(55, 53, 47, 0.16) !important;
  background: var(--fg-color-1) !important;
}

.notion-search .resultsPane .result {
  min-height: 0;
  min-height: initial;
  height: auto;
  height: initial;
}

.notion-search .resultsPane .result .notion-page-title {
  display: flex;
}

.notion-search .resultsPane .result .notion-search-result-highlight {
  font-size: 90%;
  margin: 4px 0 0 30px;
}

.notion-sync-block {
  width: 100%;
}

.notion-collection-group {
  margin-bottom: 1em;
}

.notion-collection-group > summary > div {
  transform: scale(0.85);
  transform-origin: 0% 50%;
  display: inline-flex;
  align-items: center;
}

.notion-simple-table {
  border: 1px solid rgba(55, 53, 47, 0.024);
  border: 1px solid var(--fg-color-5);
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

.notion-simple-table tr:first-child td {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
}

.notion-simple-table td {
  border: 1px solid rgba(55, 53, 47, 0.024);
  border: 1px solid var(--fg-color-5);
  padding: 8px;
  white-space: pre-wrap;
}

.notion-external {
  border-radius: 3px;
  transition: background 120ms ease-in 0s;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.notion-external:hover {
  background: rgba(135, 131, 120, 0.15);
  background: var(--bg-color-0);
}

.notion-external-block {
  width: 100%;
  margin-top: 4px;
  border: 1px solid rgba(55, 53, 47, 0.16);
  border: 1px solid var(--fg-color-1);
  padding: 6px;
  display: flex;
}

.notion-external-mention {
  display: inline-flex;
  padding: 0 4px;
  align-items: center;
  position: relative;
  top: 3px;
}

.notion-external-image {
  width: 32px;
  height: 32px;
  margin: 3px 12px 3px 4px;
}

.notion-external-mention .notion-external-image {
  display: inline-flex;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 0.3em;
}

.notion-external-mention .notion-external-image svg {
  width: 100%;
  height: 100%;
}

.notion-external-description {
  display: flex;
  flex-direction: column;
}

.notion-external-mention .notion-external-description {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.notion-external-title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  color: var(--fg-color-4);
}

.notion-external-mention .notion-external-title {
  display: inline;
  font-size: 16px;
  border-bottom: 0.05em solid rgba(55, 53, 47, 0.16);
  border-bottom: 0.05em solid var(--fg-color-1);
}

.notion-external-subtitle {
  font-size: 12px;
  color: rgba(55, 53, 47, 0.6);
  color: var(--fg-color-3);
}

.notion-external-mention .notion-external-subtitle {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  width: 260px;
  background: #FFF;
  background: var(--bg-color);
  z-index: 999;
  padding: 8px;
  box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 2px 4px;
}

.notion-external-mention .notion-external-subtitle-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
  padding: 4px 0;
}

.notion-external-mention .notion-external-subtitle-item-name {
  flex: none;
  width: 70px;
  font-weight: 500;
}

.notion-external-mention .notion-external-subtitle-item-desc {
  flex: 1;
}

.notion-external-description:hover .notion-external-subtitle {
  display: block;
}

.notion-preview-card-domain-warp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.notion-preview-card-domain-warp .notion-preview-card-domain {
  padding-left: 4px;
}

.notion-preview-card-domain-warp .notion-preview-card-logo {
  width: 14px;
  height: 14px;
}

.notion-preview-card-title {
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0;
  font-weight: 500;
  color: #000;
  color: var(--fg-color-4);
}

.notion-preview-card-github-shields img {
  margin-right: 4px;
  padding: 4px 0;
}

.notion-yt-lite {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.notion-yt-lite::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  width: 100%;
  height: 60px;
  padding-bottom: 50px;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.notion-yt-lite > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.notion-yt-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

.notion-yt-lite:hover > .notion-yt-playbtn,
.notion-yt-youtube .notion-yt-playbtn:focus {
  filter: none;
}

.notion-yt-initialized {
  cursor: inherit;
}

.notion-yt-initialized::before,
.notion-yt-initialized > .notion-yt-playbtn {
  opacity: 0;
  pointer-events: none;
}

.notion-yt-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notion-collection-view-dropdown-content {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, apple-system, BlinkMacSystemFont,
    "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif,
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: var(--notion-font);
  min-width: 220;
  background: #FFF;
  border-radius: 6;
  padding: 0;
  box-shadow: 0 10px 38px -10px rgba(22, 23, 24, 0.35), 0 10px 20px -15px rgba(22, 23, 24, 0.2);
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}

.notion-collection-view-tabs-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 120%;
}

.notion-collection-view-tabs-content-item {
  all: unset;
  position: relative;
  height: 25px;
  padding: 7px 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  color: rgb(55, 53, 47);
  font-size: 14px;
}

.notion-collection-view-tabs-content-item:hover {
  background-color: rgba(55, 53, 47, 0.16);
  background-color: var(--fg-color-1);
  border-radius: 3px;
}

.notion-collection-view-tabs-content-item-active {
  border-bottom: solid 2px #000;
  font-weight: bold;
}

@media only screen and (max-width: 730px) {
  .notion-collection-view-tabs-row {
    width: 100%;
  }
}
@keyframes slideDownAndFade {
  0% {
    opacity: 0;
    transform: translateY(-2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.notion-collection-view-dropdown-content[data-state=open] {
  animation-name: slideDownAndFade;
}

.nested-form-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/notifications/notifications.css ***!
  \********************************************************************************************************************************************************************************************************************/
.notifications {
  position: sticky;
  top: 0;
  z-index: 101;
}
.notifications .alert {
  margin-bottom: 0px;
  height: 40px;
  padding: 0.5rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notifications .alert-danger {
  /* background-color: rgb(248, 215, 218, 0.4);
      border: 1px solid rgb(248, 215, 218, 0.4); */
  border-radius: 0px;
  border: none;
  background: #fce8e6;
}
.notifications .alert-warning {
  /* background-color: rgb(255, 243, 205, 0.4);
      border: 1px solid rgb(255, 243, 205, 0.4); */
  border-radius: 0px;
  border: none;
  background: #fff4e9;
}
.notifications .alert-success {
  border-radius: 0px;
  border: none;
  background: #ebfce6;
}
.notifications .alert-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.notifications .btn-close {
  width: 1.2em;
  height: 1.2em;
  padding: 0.25em 0.25em;
  color: #000;
  background: url("/images/close-transparent-gray.svg");
  border: 0;
  border-radius: 0.25rem;
}
.notifications .btn-close:hover,
.notifications .btn-close:focus {
  opacity: 0.75;
}
.notifications .btn-close:disabled,
.notifications .btn-close.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.sl-modal-dialog-sm {
  width: 520px !important;
  max-width: none !important;
  padding: 0px !important;
}

.privacy-policy-modal {
  display: flex;
  /* width: 495px; */
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.privacy-policy-modal a {
  color: #0085ff;
  color: var(--grey-400, #0085ff);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: underline;
}
.privacy-policy-modal .title {
  color: #000;
  color: var(--grey-400, #000);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
}
.privacy-policy-modal p {
  color: #000;
  color: var(--grey-400, #000);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-top: 12px;
}
.privacy-policy-modal .checkbox {
  color: #000;
  color: var(--grey-400, #000);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 32px;
}
.privacy-policy-modal .checkbox input {
  margin-right: 8px;
}
.privacy-policy-modal button {
  margin-top: 32px;
  width: 100%;
}
.privacy-policy-modal .confirmation {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-top: 24px;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/ProfileSettings/profile-intent-signal.css ***!
  \*******************************************************************************************************************************************************************************************************************/
.intent-signal-settings .intent-signal-settings__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 22.5px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0b1a3b;
  margin-bottom: 20px;
}
.intent-signal-settings .intent-signal-settings__label2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.intent-signal-settings .intent-signal-settings__btn {
  border: 1px solid #c2c5ce;
  border: 1px solid var(--grey-300, #c2c5ce);
  box-shadow: 0px 1px 0px 0px rgba(226, 227, 230, 0.5019607843);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  cursor: pointer;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
}
.intent-signal-settings .intent-signal-settings__btn .intent-signal-settings__btn-icon {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intent-signal-settings .intent-signal-settings__btn .intent-signal-settings__btn-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.intent-signal-settings .intent-signal-settings__btn .intent-signal-settings__btn-inner .intent-signal-settings__btn-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #000000;
  text-align: left;
}
.intent-signal-settings .intent-signal-settings__btn .intent-signal-settings__btn-inner .intent-signal-settings__btn-description {
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #8f95a4;
}

.intent-signal-form .intent-signal-form__type span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 22.5px;
  letter-spacing: 0px;
}
.intent-signal-form .intent-signal-form__type span:nth-child(2) {
  color: #8f95a4;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -2.2%;
}
.intent-signal-form .intent-settings-form__row {
  gap: 16px;
  align-items: center;
}
.intent-signal-form .intent-settings-form__field {
  font-size: 12px;
}
.intent-signal-form .intent-settings-form__field-actions {
  display: flex;
  align-items: center;
}
.intent-signal-form .intent-signal-form__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 22.5px;
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/ProfileSettings/profile-scoring.css ***!
  \*************************************************************************************************************************************************************************************************************/
.scoring-view {
  padding: 20px 40px 40px 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.scoring-view .scoring-view-header {
  padding-bottom: 1.625rem;
}
.scoring-view .scoring-view-title {
  color: #0b1a3b;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}
.scoring-view .scoring-view-subtitle {
  color: #81889a;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.scoring-view .scoring-view-summary {
  display: flex;
  width: 236px;
  padding: 21px;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid rgba(151, 151, 151, 0.5);
}
.scoring-view .scoring-view-summary-row {
  margin-bottom: 0.5rem;
}
.scoring-view .scoring-view-summary-label {
  color: #a0a5b3;
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px; /* 144.444% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.scoring-view .scoring-view-summary-value {
  color: #0b1a3b;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.scoring-view .scoring-view-grade {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 3.556px;
  background: #5676fc;
  color: #fff;
  padding: 0.5rem 0;
  text-align: center;
  line-height: normal;
}
.scoring-view .scoring-view-inputs {
  display: flex;
  width: 686px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
.scoring-view .scoring-view-input-label {
  /* color: #A0A5B3; */
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px; /* 144.444% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.scoring-view .settings-nav {
  margin-bottom: 15px;
}
.scoring-view .settings-footer {
  border-top: 1px solid #e1e1e1;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.scoring-view .settings-footer .settings-footer-actions {
  box-shadow: none !important;
  padding: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.scoring-view .scoring-buying-stages .scoring-buying-stage__item .scoring-buying-stage__item-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.scoring-view .scoring-buying-stages .scoring-buying-stage__item .form-group {
  margin-bottom: 0;
}
.scoring-view .scoring-buying-stages .scoring-buying-stage__item .scoring-buying-stage__sub-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.scoring-view .scoring-buying-stages .scoring-buying-stage__item .scoring-buying-stage__sub-item .operator-select {
  width: 90px;
  flex-shrink: 0;
}
.scoring-view .scoring-buying-stages .scoring-buying-stage__item .scoring-buying-stage__sub-item .basic-single-select {
  width: 100%;
  flex-shrink: 1;
}
@media (max-width: 1280px) {
  .scoring-view .scoring-view-inputs-actions .sl-button {
    width: 0.75rem !important;
    height: 0.75rem !important;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/ProfileSettings/Alerts/mapping-fields/default-mapping-fields.css ***!
  \******************************************************************************************************************************************************************************************************************************************/

/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/ProfileSettings/Alerts/mapping-fields/mapping-table.css ***!
  \*********************************************************************************************************************************************************************************************************************************/
.alerts-mapping-table .sl-simple-table table thead tr th {
  padding: 12px 24px;
  border-top: solid 1px #eaecf0;
}
.alerts-mapping-table .sl-simple-table table thead tr th:first-child {
  border-left: solid 1px #eaecf0;
}
.alerts-mapping-table .sl-simple-table table thead tr th:last-child {
  border-right: solid 1px #eaecf0;
}
.alerts-mapping-table .sl-simple-table table thead tr th .sl-th-label {
  color: #5c6578;
}
.alerts-mapping-table .sl-simple-table table thead tr th[data-key=actions] {
  width: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.alerts-mapping-table .sl-simple-table table thead tr th[data-key=actions] div {
  display: none;
}
.alerts-mapping-table .sl-simple-table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.alerts-mapping-table .sl-simple-table table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.alerts-mapping-table .sl-simple-table table tbody tr td {
  padding: 12px 24px;
  border-right: solid 1px #eaecf0;
  border-bottom: solid 1px #eaecf0;
}
.alerts-mapping-table .sl-simple-table table tbody tr td:first-child {
  border-left: solid 1px #eaecf0;
}
.alerts-mapping-table .sl-simple-table table tbody tr td[data-key=derivedColumn] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}
.alerts-mapping-table .sl-simple-table table tbody tr td[data-key=actions] {
  padding-top: 0;
  padding-bottom: 0;
  width: 40px;
  text-align: center;
}
.alerts-mapping-table .sl-simple-table table tbody tr td[data-key=actions] .trash-button {
  padding: 13px;
  box-shadow: none;
}
.alerts-mapping-table .sl-simple-table table tbody tr td .select__control {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}
.alerts-mapping-table .sl-simple-table table tbody tr td .select__control.select__control--is-disabled {
  background-color: transparent !important;
  box-shadow: none !important;
}
.alerts-mapping-table .sl-simple-table table tbody tr:nth-child(2n+2) {
  background: transparent;
}
.alerts-mapping-table .sl-simple-table table tbody tr:nth-child(2n+2).selected {
  background-color: transparent;
}
.alerts-mapping-table .sl-simple-table table tbody tr:nth-child(2n+2).selected td {
  background-color: transparent;
}
.alerts-mapping-table .sl-simple-table table tbody tr:nth-child(2n+1).selected {
  background-color: transparent;
}
.alerts-mapping-table .sl-simple-table table tbody tr:nth-child(2n+1).selected td {
  background-color: transparent;
}
.alerts-mapping-table .sl-simple-table table tbody tr.selected {
  background-color: transparent;
}
.alerts-mapping-table .sl-simple-table table tbody tr.selected td {
  background-color: transparent;
}
.alerts-mapping-table.alert-mapping-table-custom .sl-simple-table table tbody tr td[data-key=column] {
  padding-right: 12;
}
.alerts-mapping-table.alert-mapping-table-custom .sl-simple-table table tbody tr td[data-key=column] input.sl-input {
  border: none;
  width: 300px;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/ProfileSettings/Alerts/profile-alerts.css ***!
  \*******************************************************************************************************************************************************************************************************************/
.settings-alert {
  display: flex;
}
.settings-alert .settings-alert__content.primary {
  color: #2668a1;
  font-weight: 600;
}
.settings-alert .settings-alert__content {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
.settings-alert .settings-alert__content .settings-alert__content-block-1 {
  justify-content: center;
  align-items: center;
  display: flex;
  border: 0.89px solid #c2c5ce;
  padding: 13px 12px;
  border-radius: 4px;
}
.settings-alert .settings-alert__content span {
  font-weight: 600;
}
.settings-alert .settings-alert__header {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.settings-alert .settings-alert__title {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.settings-alert span.app-badge {
  color: #585758;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 2px;
  border-radius: 2px;
  background: rgba(29, 28, 29, 0.13);
}
.settings-alert span.ts {
  color: #808080;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.settings-alert .settings-alert__content {
  gap: 8px;
}
.settings-alert .settings-alert__btn.small {
  height: 24px;
  color: #00203c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 0 8px;
  border: none;
  border-left: solid 1px #c2c5ce;
  margin-left: 8px;
  border-radius: 0;
}
.settings-alert .settings-alert__btn {
  height: 58px;
  align-self: stretch;
  border-radius: 4px;
  padding: 8px 12px;
  background: #fff;
  width: 758px;
  max-width: 100%;
  border: 0.89px solid #c2c5ce;
}
.settings-alert .settings-alert__btn .icon {
  height: 24px;
  width: 24px;
}
.settings-alert .settings-alert__btn .icon svg {
  height: 100%;
  width: 100%;
}
.settings-alert .settings-alert__trigger_wrapper {
  width: 758px;
  max-width: 100%;
  margin-bottom: 20px;
}
.settings-alert .settings-alert__btn-inner {
  padding: 0 0.5rem 0 8px;
  text-align: left;
  width: 100%;
}
.settings-alert .settings-alert__btn-small {
  height: 54px;
}
.settings-alert .settings-alert__btn-small svg {
  color: #e11b00;
}
.settings-alert .sona-multi-value-label {
  line-height: 17px;
  display: block;
}
.settings-alert .basic-multi-select {
  max-width: 757px;
}
.settings-alert .settings-alert__label {
  color: #00203c;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.settings-alert .settings-alert__label2 {
  color: #242424;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.settings-alert .settings-alert__title_wrapper {
  margin-bottom: 12px;
}
.settings-alert .settings-alert__title_wrapper .settings-alert__label {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #0b1a3b;
  padding-bottom: 0;
}
.settings-alert .settings-alert__title_wrapper .settings-alert__description {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-top: 8px;
  margin-bottom: 0;
}
.settings-alert .settings-alert__name {
  color: #00203c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}
.settings-alert .settings-alert__desc {
  color: #242424;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.settings-alert .box {
  padding: 1rem;
  border-radius: 4px;
  background: #f9f9fb;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05) inset;
}
.settings-alert .box-header {
  color: #00203c;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.settings-alert .settings-alert__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 16px;
}
.settings-alert .settings-alert-name {
  line-height: 14px;
}
.settings-alert .settings-alert__preview {
  display: flex;
  border-radius: 5px;
  border: 1px solid #dee3e5;
  background: #fff;
  padding: 20px;
  width: 384px;
  height: 354px;
}
.settings-alert .sl-button-green {
  border-radius: 6px;
  border: 1px solid #42825e;
  box-shadow: none;
  color: #42825e;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.settings-alert .settings-alert__btn-addnew-wrapper {
  gap: 8px;
  display: flex;
}
.settings-alert .settings-alert__btn-addnew {
  height: 32px;
  gap: 4px;
  border-radius: 4px;
  border-width: 1px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  box-shadow: 0px 1px 0px 0px rgba(226, 227, 230, 0.5019607843);
  border: 1px solid #c2c5ce;
  background-color: #fff;
  color: #5C6578;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/ProfileSettings/enrichment/enrichment.css ***!
  \*******************************************************************************************************************************************************************************************************************/
.enrichment-view .settings-footer {
  border-top: 1px solid #e1e1e1;
  padding: 20px !important;
}
.enrichment-view .settings-footer .settings-footer-actions {
  box-shadow: none !important;
  padding: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*!*************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/ProfileSettings/ProfileSettings.css ***!
  \*************************************************************************************************************************************************************************************************************/
:root {
  --secondary-sidebar-width: 200px;
}

.settings-view .settings-content {
  padding: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex-grow: 1;
}
.settings-view .settings-content .settings-footer {
  border-top: 1px solid #e1e1e1;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.settings-view .settings-content .settings-footer .settings-footer-actions {
  box-shadow: none !important;
  padding: 0 !important;
  display: flex;
}
.settings-view .settings-content .settings-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.settings-view .settings-content .settings-title-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-top: 8px;
}

.attribution-setup-view {
  height: 100%;
  display: flex;
  background: white;
  overflow: hidden;
}
.attribution-setup-view .attribution-setup-content {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 1;
}
.attribution-setup-view .attribution-setup-left {
  flex: 0 0 200px;
  flex: 0 0 var(--secondary-sidebar-width);
  border-right: 1px solid var(--color-gray);
}
.attribution-setup-view .attribution-setup-right {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 200px - var(--sidebar-open-width));
  width: calc(100vw - var(--secondary-sidebar-width) - var(--sidebar-open-width));
}
.attribution-setup-view .secondary-sidebar {
  display: flex;
  flex-direction: column;
}
.attribution-setup-view .secondary-sidebar .secondary-sidebar-header {
  position: sticky;
  top: 0;
  height: var(--header-height);
  padding: 10px 20px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  background: white;
  font-weight: 600;
}
.attribution-setup-view .secondary-sidebar .secondary-sidebar-list {
  padding-top: 20px;
  overflow: auto;
  height: 100%;
}
.attribution-setup-view .style-2 .attributes-list-container,
.attribution-setup-view .style-2 .actions-list-container,
.attribution-setup-view .style-2 .mapping-list {
  padding: 16px;
  background: var(--color-lightestgray);
  border-radius: 4px;
}
.attribution-setup-view .settings-nav {
  padding: 20px 40px 0 40px;
  border-bottom: 1px solid #dfe1e6;
  gap: 16px;
  display: flex;
  background-color: #ffffff;
}
.attribution-setup-view .settings-nav button {
  text-align: center;
}
.attribution-setup-view .ptc-mapping-label {
  color: #00203c;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem;
  align-items: center;
  display: flex;
  width: 115px;
}
.attribution-setup-view .ptc-array-chunk {
  margin-right: 3.75rem;
}
.attribution-setup-view .tracking-pixel-label {
  color: #00203c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0.5rem;
}
.attribution-setup-view .tracking-pixel-label2 {
  color: #81889a;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.attribution-setup-view .tracking-pixel-btn {
  height: 56px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #dee3e5;
  padding: 12px;
  margin-bottom: 0.875rem;
  background: transparent;
  width: 100%;
}
.attribution-setup-view .tracking-pixel-btn-inner {
  padding: 0 1rem;
  text-align: left;
  width: 100%;
}
.attribution-setup-view .tracking-pixel-btn-name {
  color: #00203c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.attribution-setup-view .tracking-pixel-btn-desc {
  color: #00203c;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
}

.intent-trend-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.intent-trend-table .row {
  display: flex;
}
.intent-trend-table .cell {
  flex: 1;
  padding: 5px;
  text-align: left;
}
.intent-trend-table .header {
  font-weight: bold;
  display: flex;
  text-align: left;
}
.intent-trend-table .header .cell {
  flex: 1;
  /* padding: 5px; */
  text-align: left;
  padding-left: 0px;
}

.tracking-pixel .tracking-title {
  color: #0b1a3b;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.tracking-pixel form {
  width: 100%;
}
.tracking-pixel .tracking-cname-label {
  color: #0b1a3b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.tracking-pixel .tracking-input-label {
  color: #0b1a3b;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.tracking-pixel .tracking-status-box {
  border: 0.8px solid #c2c5ce;
  box-shadow: 0px 1px 0px 0px rgba(226, 227, 230, 0.5019607843);
  padding: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.tracking-pixel .tracking-status-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.tracking-pixel .form-group-input {
  display: flex;
}
.tracking-pixel .form-group-input input:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tracking-pixel .form-group-input input:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tracking-pixel .separator:before {
  display: none;
}
.tracking-pixel .separator {
  font-size: 14px;
  color: rgba(92, 101, 120, 0.5019607843);
  padding-left: 20px;
}
.tracking-pixel .code-wrapper {
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
}
.tracking-pixel .code-wrapper pre.language-markup {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  outline: 0;
}
.tracking-pixel .code-wrapper pre.language-markup,
.tracking-pixel .code-wrapper .code {
  width: 100%;
  height: 100%;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.tracking-pixel .code-wrapper pre.language-markup::-webkit-scrollbar,
.tracking-pixel .code-wrapper .code::-webkit-scrollbar {
  display: none;
}

.settings-view .settings-content .cname-footer.settings-footer {
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/components/data/reports/report-upload.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.report-upload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.report-upload .header {
  width: 100%;
}
.report-upload .report-upload__content {
  width: 100%;
  min-height: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.report-upload .report-upload__content .report-upload__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
}
.report-upload .report-upload__drag-n-drop {
  border: 3.48px dashed #dfe1e6;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  width: 80%;
  max-width: 600px;
}
.report-upload .report-upload__drag-n-drop img {
  width: 80px;
}
.report-upload .report-upload__mapping {
  width: 100%;
  padding: 20px;
}
.report-upload .report-upload__mapping .report-upload__mapping-settings__row {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.report-upload .report-upload__mapping .report-upload__mapping-settings__row .report-upload__mapping-name {
  flex: 4;
}
.report-upload .report-upload__mapping .report-upload__mapping-settings__row .report-upload__mapping-content__column_header {
  flex: 1;
}
.report-upload .report-upload__mapping .report-upload__mapping-settings__row .report-upload__mapping-content__column_change_header {
  flex: 1;
}
.report-upload .report-upload__mapping .report-upload__mapping-name {
  margin-bottom: 0px;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns {
  display: flex;
  flex-direction: column;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-header {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-header h3:first-child {
  flex: 1;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-header h3:nth-child(2) {
  flex: 1;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-header h3:last-child {
  flex: 1;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content .report-upload__mapping-content__row {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content .report-upload__mapping-content__row .report-upload__mapping-content__column_name {
  flex: 3;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content .report-upload__mapping-content__row .report-upload__mapping-content__column_name .basic-single-select {
  height: 38px;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content .report-upload__mapping-content__row .report-upload__mapping-content__column_type {
  flex: 3;
  display: flex;
  gap: 5px;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content .report-upload__mapping-content__row .report-upload__mapping-content__column_type .buttons {
  display: flex;
  gap: 5px;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content .report-upload__mapping-content__row .report-upload__mapping-content__column_type .buttons button {
  height: 38px;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content .report-upload__mapping-content__row .report-upload__mapping-content__column_type .select-wrapper {
  width: 100%;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content .report-upload__mapping-content__row .report-upload__mapping-content__column_type .select-wrapper .basic-single-select {
  height: 38px;
}
.report-upload .report-upload__mapping .report-upload__mapping-columns .report-upload__mapping-content .report-upload__mapping-content__row .report-upload__mapping-content__column_overwrite {
  flex: 1;
}
.report-upload .report-upload__footer {
  width: 100%;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 20px;
}
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/Onboarding/onboarding-account.css ***!
  \***********************************************************************************************************************************************************************************************************/
.onboarding__account {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.onboarding__account .onboarding__account-container {
  width: 100%;
  max-width: 500px;
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.onboarding__account .onboarding__account-container .h1 {
  margin-top: 0;
  color: #8f95a4;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}
.onboarding__account .onboarding__account-container .onboarding__form {
  background: #fff !important;
  padding: 32px;
  flex: 1;
  border: 1px solid #c2c5ce;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.onboarding__account .onboarding__account-container .onboarding__form form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  border-radius: 8px;
  gap: 24px;
  margin: 0 !important;
  border-radius: 0;
}
.onboarding__account .onboarding__account-container .onboarding__form form .onboarding__step-input-heading {
  color: #0a1734;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
.onboarding__account .onboarding__account-container .onboarding__form form small {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}
.onboarding__account .onboarding__account-container .onboarding__form p {
  padding: 0;
  font-size: 14px;
  margin: 0 auto;
  font-weight: 500;
}
.onboarding__account .onboarding__account-container .onboarding__form .or {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin-top: 0;
  height: 24px;
}
.onboarding__account .onboarding__account-container .onboarding__form .or .line {
  height: 1px;
  flex: 1 0 0;
  background: #c2c5ce;
  background: var(--grey-300, #c2c5ce);
}
.onboarding__account .onboarding__account-container .onboarding__form .or .text {
  color: #c2c5ce;
  color: var(--grey-300, #c2c5ce);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
.onboarding__account .onboarding__account-container .onboarding__description {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  background: radial-gradient(241.24% 118.16% at 50% -18.16%, #192771 21.41%, #1f2c74 27.55%, #2e387d 33.3%, #404886 39.92%, #555992 48.61%, #65679b 55.32%, rgba(109, 110, 160, 0.923393) 60.34%, rgba(117, 116, 164, 0.7) 66.89%, rgba(157, 150, 186, 0.474412) 70.79%, rgba(180, 169, 199, 0.262912) 73.74%, rgba(208, 192, 214, 0) 77.35%, rgba(208, 192, 214, 0) 80.31%, rgba(208, 192, 214, 0) 83.84%);
  border-radius: 0px;
}
.onboarding__account .onboarding__account-container .onboarding__description .testimonial {
  box-shadow: 0px 10px 60px 0px rgba(25, 39, 113, 0.5019607843);
  display: flex;
  flex-direction: row;
  gap: 14px;
  padding: 14px;
  position: relative;
  border-radius: 8px;
  border: 2px solid rgba(33, 63, 226, 0.5);
}
.onboarding__account .onboarding__account-container .onboarding__description .testimonial img {
  -o-object-fit: cover;
     object-fit: cover;
}
.onboarding__account .onboarding__account-container .onboarding__description .testimonial .testimonial__content p {
  font-weight: 400;
  font-size: 16.88px;
  line-height: 122%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
}
.onboarding__account .onboarding__account-container .onboarding__description .testimonial .testimonial__content__footer p {
  font-size: 13.5px;
  line-height: 122%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0;
}
.onboarding__account .onboarding__account-container .onboarding__description .trusted-sponsors h3 {
  font-family: "Neue Haas Grotesk Display Pro";
  margin-bottom: 30px;
}
.onboarding__account .onboarding__account-container .onboarding__description .trusted-sponsors img {
  width: auto;
  height: 37px;
}
@media screen and (max-width: 767.98px) {
  .onboarding__account .onboarding__description,
  .onboarding__account .title-header img {
    display: none;
  }
  .onboarding__account .title-header h1 {
    margin-top: 0 !important;
  }
  .onboarding__account .logo {
    margin-bottom: 20px;
  }
  .onboarding__account .onboarding__form {
    padding: 20px !important;
  }
  .onboarding__account .onboarding__account-container .onboarding__form p {
    font-size: 12px;
  }
}
/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/Onboarding/onboarding-steps.css ***!
  \*********************************************************************************************************************************************************************************************************/
.onboarding__steps {
  min-height: 600px;
  display: flex;
  flex: 1;
  background: #ffffff;
  padding: 20px;
  gap: 20px;
  height: 100%;
}
.onboarding__steps .onboarding__steps-box-left {
  display: flex;
  flex: 2;
  flex-direction: column;
  justify-content: space-between;
}
.onboarding__steps .onboarding__steps-box-right {
  display: flex;
  flex: 1.7;
  min-width: 350px;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  height: 100%;
}
.onboarding__steps .onboarding__steps-content {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 480px;
  gap: 20px;
}
.onboarding__steps .onboarding-step {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-top: 0.5rem;
  min-height: 62px;
  background: #f9fafa;
  border: 1px solid #e1e1ee;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.onboarding__steps .onboarding-step-complete {
  background: #f9fafa;
}
.onboarding__steps .onboarding-step-title {
  color: #0b1a3b;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}
.onboarding__steps .onboarding-step-complete .onboarding-step-number {
  background: #2940b9;
  background: var(--Primary, #2940b9);
  color: #fff;
  color: var(--White, #fff);
}
.onboarding__steps .onboarding-step-number {
  border-radius: 30px;
  color: #2940b9;
  color: var(--Primary, #2940b9);
  border: 2px solid #2940b9;
  border: 2px solid var(--Primary, #2940b9);
  display: flex;
  width: 24px;
  height: 24px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 16px;
  background: #fff;
  background: var(--White, #fff);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.onboarding__steps .onboarding-step-number.check-mark {
  padding: 0;
}
.onboarding__steps .crm-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-width: 100px;
  width: 100%;
}
.onboarding__steps .crm-box .title-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.onboarding__steps .crm-box .title-header img {
  width: 46px;
}
.onboarding__steps .crm-box .title-header h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.onboarding__steps .crm-box .hubspot-toggle,
.onboarding__steps .crm-box .salesforce-toggle {
  /* Component 28 */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 17.664px 19.2px;
  gap: 16px;
  isolation: isolate;
  background: #eaecf8;
  border: 0.768px solid #1b2b73;
  border-radius: 6px;
}
.onboarding__steps .crm-name {
  color: #2e0b34;
  color: var(--Text, #2e0b34);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
.onboarding__steps .cname-heading {
  color: #2e0b34;
  color: var(--Text, #2e0b34);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.onboarding__steps .cname {
  display: flex;
  padding: 16px 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}
.onboarding__steps .cname-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.onboarding__steps .checkbox-container {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #f9fafa;
  background: var(--Fill, #f9fafa);
}
.onboarding__steps .crm-connected {
  border-radius: 35px;
  background: #7ed321;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 20px;
  height: 20px;
  line-height: 1;
}
.onboarding__steps .onboarding__steps_select-crm .crm-connected {
  top: calc(-100% + 10px);
}
.onboarding__steps .language-markup {
  word-break: break-word;
}
.onboarding__steps .onboarding__steps-action {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.onboarding__steps .action-button {
  margin-left: auto;
  border-radius: 6px !important;
  font-size: 14px !important;
  width: 80px;
  height: 36px;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/Onboarding/onboarding-v2.css ***!
  \******************************************************************************************************************************************************************************************************/
.onboarding .onboarding__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}
.onboarding .onboarding__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: auto;
}
.onboarding .onboarding__content {
  background-color: #ffffff;
}
.onboarding .onboarding__content .onboarding-step-crumb {
  color: var(--color-primary);
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.onboarding .onboarding__content .onboarding-step-header h6 {
  font-size: 20px;
}
.onboarding .onboarding__content .onboarding__filled-container {
  padding: 40px 32px 40px 32px;
  margin: 0px 20px 0px 20px;
  background-color: var(--color-lightestgray);
  border-radius: 8px !important;
  /* box-shadow: rgb(0 0 0 / 10%) 0 -1px 0 0; */
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.onboarding .onboarding__content .onboarding-step-input-heading {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: -0.22px;
}
.onboarding .onboarding__content .onboarding-form-input {
  border-radius: 4px;
  border: 2px solid rgba(41, 64, 185, 0.1);
  color: #0b1a3b;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  transition: background-color 200ms ease, border-color 200ms ease;
  display: block;
  line-height: 1.428571429;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}
.onboarding .onboarding__content .onboarding-form-input:focus {
  border-color: rgba(41, 64, 185, 0.5);
  background-color: white;
  outline: 0;
}
.onboarding .onboarding__content .onboarding-form-input::-moz-placeholder {
  font-size: 12px;
}
.onboarding .onboarding__content .onboarding-form-input::placeholder {
  font-size: 12px;
}
.onboarding .onboarding__content .heading-6 {
  font-size: 10px;
  height: 15px;
  font-weight: 500;
  letter-spacing: 0 !important;
  margin-bottom: 2px;
  opacity: 0.3;
}
.onboarding .onboarding__content .onboarding-step-footer {
  border-top: 1px solid var(--color-lightgray);
  margin-top: 40px;
  justify-content: space-between;
}
.onboarding .onboarding__content .onboarding-step-footer-actions {
  padding-top: 30px;
  display: flex;
}
.onboarding .onboarding__content .onboarding-tracking-code {
  padding: 30px;
  background: var(--color-white);
  border-radius: 4;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.onboarding .onboarding__content .heading-1 {
  color: #2e0b34;
  color: var(--Text, #2e0b34);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.onboarding .onboarding-verify-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.onboarding .onboarding-verify {
  padding: 40px 0;
  margin-top: auto;
  margin-bottom: auto;
}
.onboarding .onboarding-verify .onboarding-account-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}
.onboarding .onboarding-verify .h1 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  padding-bottom: 12px;
  background-image: url(/images/login/bg-line.svg);
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #0b1a3b;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}
.onboarding .onboarding-verify .header {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  align-self: stretch;
}
.onboarding .onboarding-verify .check-inbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  align-self: stretch;
}
.onboarding .onboarding-verify .msg {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  align-self: stretch;
  margin-top: 12px;
  margin-bottom: 12px !important;
}
.onboarding .onboarding-verify .hr {
  align-items: center;
  display: flex;
  margin-top: 20px;
  gap: 20px;
  font-size: 10px;
  color: #c2c5ce;
  color: var(--grey-300, #c2c5ce);
  white-space: nowrap;
  line-height: 160%;
}
.onboarding .onboarding-verify .hr-before {
  background-color: #c2c5ce;
  background-color: var(--grey-300, #c2c5ce);
  align-self: stretch;
  height: 1px;
  flex: 1;
  margin: auto 0;
}
.onboarding .onboarding-verify .hr-text {
  font-family: Inter, sans-serif;
  align-self: stretch;
}
.onboarding .onboarding-verify .hr-after {
  background-color: #c2c5ce;
  background-color: var(--grey-300, #c2c5ce);
  align-self: stretch;
  height: 1px;
  flex: 1;
  margin: auto 0;
}
.onboarding .onboarding-verify .onboarding__filled-container {
  min-width: 360px;
}
.onboarding .onboarding-verify .gap32 {
  margin-top: 32px !important;
}
.onboarding .onboarding-verify .button-open-wrapper {
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(10, 23, 52, 0.1);
  border-color: rgb(194, 197, 206);
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  background-color: var(--grey-000, #fff);
  display: flex;
  margin-top: 12px;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: #5c6578;
  color: var(--grey-500, #5c6578);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.22px;
  justify-content: center;
  padding: 12px 16px;
}
.onboarding .onboarding-verify .button-open {
  justify-content: space-between;
  display: flex;
  gap: 16px;
}
.onboarding .onboarding-verify .button-open-img {
  aspect-ratio: 1.12;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  width: 18px;
}
.onboarding .onboarding-verify .button-open-text {
  margin: 0 auto;
}
/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./views/Onboarding/onboarding-info.css ***!
  \********************************************************************************************************************************************************************************************************/
.onboarding__info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.onboarding__info .onboarding__info-container {
  width: 100%;
  max-width: 500px;
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border: 1px solid #c2c5ce;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.onboarding__info .onboarding__info-container .next-button {
  border-radius: 6px !important;
  font-size: 14px !important;
  width: 80px;
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/react-loading-skeleton/dist/skeleton.css ***!
  \**************************************************************************************************************************************************************************************************************************/
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}
.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */
  background-color: #ebebeb;
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
  transform: translateX(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/react-toastify/dist/ReactToastify.css ***!
  \***********************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: 9999;
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, 9999 px);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: 320px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}

.Toastify__toast-body > div:last-child {
  flex: 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  margin-right: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: #fff;
  color: var(--toastify-text-color-info);
  background: #3498db;
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: #fff;
  color: var(--toastify-text-color-success);
  background: #07bc0c;
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: #fff;
  color: var(--toastify-text-color-warning);
  background: #f1c40f;
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: #fff;
  color: var(--toastify-text-color-error);
  background: #e74c3c;
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: #e74c3c;
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: rgba(255, 255, 255, 0.7);
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: #616161;
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*!****************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./styles/bootstrap.css ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* .btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
} */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!**************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./styles/general.css ***!
  \**************************************************************************************************************************************************************************************/
/* font include */
:root {
  --font-family: "Inter", sans-serif;
  font-family: "Inter", sans-serif;
  font-family: var(--font-family);
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: "Inter", sans-serif;
  }
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/Inter-roman.woff2?v=3.19") format("woff2");
  font-named-instance: "Regular";
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplayMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplayLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplayBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplayBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("/fonts/NeueHaasDisplayThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* bootstrap-overrides */
.badge-secondary {
  background-color: #858c9d;
}

.muted {
  opacity: 0.4;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --sidebar-open-width: 250px;
  --sidebar-closed-width: 64px;
  --help-open-width: 460px;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  background: rgb(241, 241, 244);
}

body {
  height: 100%;
  /*background: linear-gradient(rgba(215, 215, 224, 1) 0%, rgba(241, 241, 244, 1) 40%, rgba(241, 241, 244, 1) 100%) no-repeat;*/
  background: #f9f9f9;
  margin: 0;
  padding: 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-text);
  overscroll-behavior-x: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
}

#root {
  width: 100%;
  height: 100%;
  overflow: auto;
}

#app {
  width: 100%;
  height: 100%;
  display: flex;
  min-height: 400px;
}

#select-menu-portal > [class*=css-] {
  z-index: 1007 !important;
}

/* typography */
h1 {
  font-size: 14px;
  font-weight: 600;
}

h2 {
  font-size: 18px;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  font-weight: 600;
}

h4 {
  font-size: 10px;
  font-weight: 600;
}

a h3 {
  color: var(--color-text);
}

p {
  font-size: 1em;
  line-height: 160%;
}

a {
  color: var(--color-secondary);
}

a:hover {
  color: var(--color-primary);
  -webkit-text-decoration: none;
  text-decoration: none;
}

table {
  font-size: 13px;
  font-weight: 500;
}

table th {
  font-size: 12px;
  font-weight: 600;
}

table td a {
  font-weight: 600;
}

button {
  font-size: 12px;
}

label {
  font-weight: 600;
  font-size: 12px;
}

input,
select,
textarea {
  font-weight: 500;
}

.uppercase {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  color: var(--color-text);
  opacity: 0.5;
  text-transform: uppercase;
}

span.uppercase {
  display: block;
}

.fs-xl {
  font-size: 2em;
  letter-spacing: -0.02em;
}

.fs-l {
  font-size: 1.5em;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.fs-m {
  font-size: 14px;
}

.fs-s {
  font-size: 12px;
}

.fs-xs {
  font-size: 10px;
}

label span {
  display: block;
}

.half {
  width: 50%;
}

.list-group-item.active {
  background-color: var(--color-secondary);
}

/* older */
.content-wrapper {
  display: flex;
  /*flex: 1;*/
  width: 100%;
}

.content {
  background: var(--color-white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  position: relative;
  width: calc(100vw - 250px - var(--help-component-width));
  width: calc(100vw - var(--sidebar-open-width) - var(--help-component-width));
}

.content-view-wrapper {
  width: 100%;
  display: flex;
  height: 100%;
  overflow: hidden;
}

.content-view {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: relative;
}

.fill-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Toolbar */
.sl-toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.sl-controls-right {
  display: flex;
  flex-wrap: wrap;
}

.sl-controls-left {
  display: flex;
  flex-wrap: wrap;
  /*margin-right: auto;*/
  align-items: center;
  flex: 1;
}

.spinner img {
  animation: rotate 2s linear infinite;
}

.popover {
  max-width: inherit;
  letter-spacing: 0;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
  font-size: 12px;
}

.popover-body {
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.popover .json-view {
  max-height: 300px;
  max-width: 600px;
  font-size: 10px;
}

.popover.hide-arrow .arrow {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

hr {
  margin-bottom: 24px;
  margin-top: 24px;
}

.daterangepicker .monthselect,
.daterangepicker .yearselect {
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19), 0 -1px 0 0 rgba(0, 0, 0, 0.03);
  border: none;
  padding: 9px 18px;
  background: var(--color-white);
  color: var(--color-text);
  cursor: pointer;
  height: 32px;
  outline: 0 !important;
}

.daterangepicker {
  padding: 10px !important;
}

.drag-handle {
  display: flex;
  width: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  cursor: move;
  cursor: grabbing;
  pointer-events: all !important;
}
.drag-handle img {
  width: 20px;
}

.last-updated-text {
  font-size: 10px;
  opacity: 0.5;
  font-weight: 600;
}

.last-updated-icon {
  width: 16px;
  height: 16px;
}

.last-updated-icon.size-md {
  width: 14px;
  height: 14px;
}

.last-updated-icon.size-xs {
  width: 12px;
  height: 12px;
}

.react-tags {
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: var(--color-white);
  border: none;
  font-size: 14px;
  flex-grow: 1;
  padding-left: 10px;
}

.dot {
  height: 8px;
  width: 8px;
  background-color: var(--secondary);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 1px 0 0 rgba(0, 0, 0, 0.15);
}

.dot.success-dot {
  background-color: var(--success);
}

.dot.warning-dot {
  background-color: var(--warning);
}

.sl-badge {
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 80%;
}

.react-switch .react-switch-bg {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.react-switch .unchecked-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--color-darkgray);
  padding-right: 6px;
  /*padding-bottom: 2px;*/
  font-size: 10px;
}
.react-switch .checked-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  padding-left: 6px;
  font-size: 10px;
}

.menu-item,
.menu-item:focus {
  color: var(--color-secondary);
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  outline: 0;
}

.menu-item-active,
.menu-item-active:focus {
  color: var(--color-white);
}

.menu-item-active,
.menu-item-active:hover {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: var(--color-secondary);
}

.nav-item a.disabled {
  color: var(--color-black);
  font-size: 16px;
}

.flex-1 {
  flex: 1;
}

a:focus,
button:focus {
  outline: 0;
}

.mt4 {
  margin-top: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.daterangepicker .ranges li {
  border-radius: 4px;
}

.daterangepicker .ranges li.active {
  background-color: var(--color-secondary) !important;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

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

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-default {
  color: var(--color-text) !important;
}

.divider {
  opacity: 0.5;
}

.reporting-header a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.reporting-header h6 {
  font-size: 20px;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

.sl-data-table-wrapper table {
  letter-spacing: 0;
}

.sl-data-table-wrapper table th {
  letter-spacing: 0;
}

.pagination-label {
  color: #3c4862;
}

.sync-data {
  font-weight: 600;
  width: 90px;
  margin-right: 4px;
}

.sync-data:hover {
  background: #2940b9;
  border-radius: 50px;
}

.source-link {
  margin-bottom: 10px;
  color: var(--color-darkgray);
}

.crumb-home {
  color: var(--color-primary);
  display: inline-block;
  margin-right: 10px;
}

.filled {
  padding: 20px;
  background-color: var(--color-lightestgray);
  border-radius: 4px;
}

.column-name,
.label-name {
  font-weight: 600;
}

.copy-to-clipboard-succes img {
  height: 18px;
  width: 18px;
  margin: 2px 6px 4px;
}

.d-grid {
  display: grid !important;
}

.action-bar {
  margin-top: 20px;
  padding: 15px;
}

.help-info {
  text-indent: -10000em;
  display: inline-block;
  width: 14px;
  background: url("/images/info-off.svg") 0 0 no-repeat;
  background-size: 14px;
  margin-left: 3px;
}

.help-info:hover {
  background: url("/images/info-on.svg") 0 0 no-repeat;
  background-size: 14px !important;
}

.blurred {
  filter: blur(2px);
}

.mh-0 {
  min-height: 0;
}

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

.w-40 {
  width: 40% !important;
}

.w-30 {
  width: 30% !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

.sortable-item {
  left: auto !important;
  left: initial !important;
}

body ::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

body ::-webkit-scrollbar-button:end:increment,
body ::-webkit-scrollbar-button:start:decrement {
  background: transparent;
  display: none;
}

body ::-webkit-scrollbar-track-piece {
  background: rgba(9, 30, 66, 0.08);
}

body ::-webkit-scrollbar-track-piece:vertical:start {
  border-radius: 4px 4px 0 0;
}

body ::-webkit-scrollbar-track-piece:vertical:end {
  border-radius: 0 0 4px 4px;
}

body ::-webkit-scrollbar-track-piece:horizontal:start {
  border-radius: 4px 0 0 4px;
}

body ::-webkit-scrollbar-track-piece:horizontal:end {
  border-radius: 0 4px 4px 0;
}

body ::-webkit-scrollbar-thumb:horizontal,
body ::-webkit-scrollbar-thumb:vertical {
  background: rgba(9, 30, 66, 0.13);
  border-radius: 4px;
  display: block;
  height: 48px;
}

body ::-webkit-scrollbar-thumb:hover {
  background: #5f6368;
}

.custom-scrollbar-light::-webkit-scrollbar-track-piece {
  background: rgba(255, 255, 255, 0.2);
}

.custom-scrollbar-light::-webkit-scrollbar-thumb:horizontal,
.custom-scrollbar-light::-webkit-scrollbar-thumb:vertical {
  background: rgba(255, 255, 255, 0.4);
}

.custom-scrollbar-light::-webkit-scrollbar-thumb:horizontal:hover,
.custom-scrollbar-light::-webkit-scrollbar-thumb:vertical:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* FireFox */
body * {
  scrollbar-width: thin;
  scrollbar-color: rgba(9, 30, 66, 0.13) rgba(9, 30, 66, 0.08);
}

.custom-scrollbar-light {
  scrollbar-color: rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.3);
}

/* FireFox */
.reporting-content label {
  color: var(--color-darkgray);
}

.reporting-content .meta {
  font-size: 10px;
}

.reporting-content input {
  font-size: 12px !important;
}

.reporting-footer {
  border-top: 1px solid var(--color-lightgray);
  margin-top: 5px;
  padding-top: 5px;
}

/* Media Queries */
@media (max-width: 1280px) {
  .sidebar.full-sidebar {
    width: 250px;
    width: var(--sidebar-open-width);
  }
  .sl-data-table td {
    padding: 6px 40px 6px 10px !important;
  }
  .sl-data-table th.sticky-header-checkbox,
  .sl-data-table td.sticky-checkbox {
    /*padding-top: 5px !important;*/
  }
  /* .sl-button.sl-button-medium,
  .sl-button.sl-button-dropdown,
  .sl-button.sl-button-icon {
    font-size: 12px !important;
    line-height: 14px !important;
    height: 24px !important;
  } */
  /* .sidebar.full-sidebar a.sl-button {

    line-height: 14px;
    height: 24px;
  } */
  .sidebar .sidebar-section-header {
    font-size: 8px;
  }
  .sidebarSectionHead {
    font-size: 8px;
  }
  .pagination-label {
    font-size: 10px;
  }
  .sl-dt-pagination .pagination-controlls button {
    font-size: 10px;
  }
  .reporting-header h6 {
    font-size: 15px;
    margin-bottom: 10px !important;
  }
  .sl-toolbar {
    margin-bottom: 10px;
  }
  .sl-search-bar {
    height: 26px !important;
  }
  .sl-filter-tag-header {
    height: 24px;
  }
  .sl-filter-tag {
    height: 20px;
  }
  .sl-filter-tag-label {
    font-size: 11px !important;
  }
  .sl-button.sl-button-icon img,
  .sl-icon.sl-icon-lens {
    width: 12px !important;
  }
  .sync-data {
    font-size: 10px;
  }
  .reporting-content label {
    font-size: 11px;
  }
  .reporting-content .meta {
    font-size: 10px;
  }
  .reporting-content input,
  .reporting-content select {
    font-size: 12px !important;
  }
  .sl-input {
    height: 24px !important;
  }
}
.text-color-primary,
.bg-color-primary {
  color: var(--color-primary);
}

.text-color-secondary,
.bg-color-secondary {
  color: var(--color-secondary);
}

.form-check-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fright {
  margin-right: 0 !important;
  margin-left: auto !important;
}

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

.b-radius-8 {
  border-radius: 8px !important;
}
.b-radius-8 .select__control {
  border-radius: 8px !important;
}

/* TODO: create generic className */
.packages-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.packages-view .packages-list {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 15px;
  overflow: auto;
}

.settings-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.settings-view .settings-conversion .settings-conversion-card {
  min-width: 245px;
  height: 60px;
  display: flex;
  padding: 8px;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border: none;
  background: var(--color-white);
  flex-shrink: 0;
}
.settings-view .settings-conversion .settings-conversion-card.selected {
  box-shadow: 0 0 0 1px var(--primary);
}
.settings-view .settings-conversion .settings-conversion-card .settings-conversion-remove {
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
  outline: none;
}
.settings-view .settings-milestone .settings-milestone-card {
  min-width: 245px;
  height: 60px;
  display: flex;
  padding: 8px;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border: none;
  background: var(--color-white);
  flex-shrink: 0;
}
.settings-view .settings-milestone .settings-milestone-card.selected {
  box-shadow: 0 0 0 1px var(--primary);
}
.settings-view .settings-milestone .settings-milestone-card .settings-milestone-remove {
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
  outline: none;
}
.settings-view .settings-activity .settings-activity-card {
  min-width: 245px;
  height: 60px;
  display: flex;
  padding: 8px;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.19);
  border: none;
  background: var(--color-white);
  flex-shrink: 0;
}
.settings-view .settings-activity .settings-activity-card.selected {
  box-shadow: 0 0 0 1px var(--primary);
}
.settings-view .settings-activity .settings-activity-card .settings-activity-remove {
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
  outline: none;
}
.settings-view .settings-footer {
  background: white;
  padding-left: 15px;
  padding-top: 10px;
}
.settings-view .settings-footer .settings-footer-actions {
  display: flex;
  padding: 10px 20px 5px 10px;
  border-top-left-radius: 4px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
}
.settings-view .settings-footer .settings-footer-actions .sl-button {
  margin-right: 0.25rem;
}
.settings-view .settings-tracking-disabled,
.settings-view .settings-select-organization {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.settings-view .settings-tracking-disabled {
  flex-direction: column;
}
.settings-view .attribution-setup,
.settings-view .settings-portfolio-source,
.settings-view .tracking-templates-list {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 15px;
  overflow: auto;
}
.settings-view .form-check {
  max-width: 400px;
  margin-bottom: 15px;
}
.settings-view .form-check-label {
  font-weight: 600;
  line-height: 13px;
  letter-spacing: -0.33px;
  color: #000;
  color: initial;
}
.settings-view .form-check-desc {
  font-weight: 600;
  line-height: 13px;
  letter-spacing: -0.28px;
  opacity: 0.5;
  color: #000;
  color: initial;
}
.settings-view .form-check input {
  outline: 0;
}
.settings-view .input-label {
  font-weight: 600;
  letter-spacing: 0;
  opacity: 0.5;
}
.settings-view .form-input-label {
  color: var(--color-text);
  font-weight: 600;
  line-height: 26px;
  /*margin-top: 5px;*/
  /*margin-bottom: 5px;*/
  letter-spacing: -0.22px;
}
.settings-view .form-input {
  border-radius: 4px;
  border: 2px solid rgba(41, 64, 185, 0.1);
  color: #0b1a3b;
  height: 40px;
  transition: background-color 200ms ease, border-color 200ms ease;
  display: block;
  line-height: 1.428571429;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}
.settings-view .form-input:hover {
  border-color: rgba(41, 64, 185, 0.5);
}
.settings-view .form-input:focus {
  border-color: rgba(41, 64, 185, 0.5);
  background-color: white;
  outline: 0;
}
.settings-view .form-input::-moz-placeholder {
  opacity: 0.25;
  color: #00203c;
}
.settings-view .form-input::placeholder {
  opacity: 0.25;
  color: #00203c;
}
.settings-view .form-input-message {
  color: #a0a5b3;
  margin-top: 8px;
  letter-spacing: 0;
}
.settings-view .attributes-list-header {
  font-size: 9px;
  letter-spacing: 0;
  opacity: 0.5;
}
.settings-view .section-header {
  font-size: 16px;
  font-weight: 700;
}
.settings-view .field-label {
  font-size: 9px;
  letter-spacing: 0;
}
.settings-view .cname-status-box {
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background: #f0f2f3;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
}
.settings-view .cname-status-box .cname-status {
  font-weight: 600;
}

.table-list-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.table-list-view .table-list-wrapper {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 15px;
  overflow: auto;
}

.user-account-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.user-account-view .user-account-wrapper {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 20px;
  overflow: auto;
}
.user-account-view .form-fields {
  width: 25%;
  min-width: 300px;
}
.user-account-view .user-account-view-footer {
  background: white;
  padding-left: 15px;
  padding-top: 10px;
}
.user-account-view .user-account-view-footer .user-account-view-footer-actions {
  display: flex;
  padding: 8px 20px 8px 12px;
  border-top-left-radius: 4px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.user-account-view .user-account-view-footer .user-account-view-footer-actions .sl-button {
  margin-right: 0.25rem;
}
.user-account-view label {
  font-weight: 600;
}
.user-account-view hr {
  background: var(--color-gray);
  height: 1px;
  border: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.busy-overlay {
  position: absolute;
}
.busy-overlay::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 1000000;
}
.busy-overlay::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid var(--color-primary);
  border-radius: 4px;
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
  left: 50%;
  top: 50%;
  /* Use steps to throttle FPS to reduce CPU usage */
  /* 60 steps / 4s -> 15FPS */
  animation: rotate 4s steps(60) infinite;
  z-index: 1008;
}

.component-busy-overlay {
  position: absolute;
}
.component-busy-overlay::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 1000000;
  border-radius: 8px;
}
.component-busy-overlay::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid var(--color-primary);
  border-radius: 4px;
  position: absolute;
  margin-top: -10px;
  margin-left: -20px;
  left: 50%;
  top: 50%;
  /* Use steps to throttle FPS to reduce CPU usage */
  /* 60 steps / 4s -> 15FPS */
  animation: rotate 4s steps(60) infinite;
  z-index: 1008;
  transform: translate(-50%, -50%);
}

.nested-confirm-modal .sl-modal-dialog {
  max-width: none !important;
  max-width: initial !important;
}
.nested-confirm-modal .sl-modal-content {
  height: auto !important;
  height: initial !important;
  margin: 0 10% 0 60%;
}

.font-size-8 {
  font-size: 8px !important;
}
@media (max-width: 1280px) {
  .font-size-8 {
    font-size: 6px !important;
  }
}

.font-size-10 {
  font-size: 10px !important;
}
@media (max-width: 1280px) {
  .font-size-10 {
    font-size: 8px !important;
  }
}

.font-size-11 {
  font-size: 11px !important;
}
@media (max-width: 1280px) {
  .font-size-11 {
    font-size: 9px !important;
  }
}

.font-size-12 {
  font-size: 12px !important;
}
@media (max-width: 1280px) {
  .font-size-12 {
    font-size: 10px !important;
  }
}

.font-size-13 {
  font-size: 13px !important;
}
@media (max-width: 1280px) {
  .font-size-13 {
    font-size: 10px !important;
  }
}

.font-size-14 {
  font-size: 14px !important;
}
@media (max-width: 1280px) {
  .font-size-14 {
    font-size: 12px !important;
  }
}

.font-size-16 {
  font-size: 16px !important;
}
@media (max-width: 1280px) {
  .font-size-16 {
    font-size: 14px !important;
  }
}

.font-size-18 {
  font-size: 18px !important;
}
@media (max-width: 1280px) {
  .font-size-18 {
    font-size: 16px !important;
  }
}

.sl-input-label {
  font-weight: 600;
}

.sl-section-label {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 13px;
  text-transform: uppercase;
  color: #000000;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.w-400 {
  width: 400px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.sl-input.is-invalid,
.react-tags.is-invalid {
  border: 1px solid #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #28a745;
  background-color: #28a745;
}

.overflow-y-auto {
  overflow-y: auto;
  overflow-x: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
  overflow-y: hidden;
}

.box-shadow-inset {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.billing-overview-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.actions-dropdown .sl-button-dropdown {
  background: #f7f8f9;
}

.separator {
  color: #ccc;
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.separator:not(:empty)::before {
  margin-right: 0.75em;
}

.separator:not(:empty)::after {
  margin-left: 0.75em;
}

.notion-embedded ul,
.notion-embedded ol {
  font-size: 14px;
}
.notion-embedded .notion-title {
  font-size: 18px;
  font-weight: 700;
}
.notion-embedded .notion-text {
  font-size: 14px;
}
.notion-embedded .notion-block {
  font-family: "Inter";
}
.notion-embedded .notion-header {
  display: none !important;
}
.notion-embedded .notion-page-no-cover {
  margin-top: 10px !important;
}
.notion-embedded .notion-page {
  width: 100% !important;
}
.notion-embedded .notion-full-page {
  padding-bottom: 1rem;
}
.notion-embedded .notion-page-scroller,
.notion-embedded .notion-app {
  min-height: 0;
  min-height: initial;
}

.unsub_main {
  display: flex;
  width: 100%;
  min-height: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.unsub_wrapper {
  display: inline-block;
  width: 400px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.unsub_wrapper .brand {
  text-align: center;
}

.unsub_wrapper .brand button {
  display: inline;
}

.unsub_wrapper .image-2 {
  margin-bottom: 40px;
}

.logo-hide {
  display: none;
}

.reports-view-nav {
  padding: 8px;
  background: var(--color-lightestgray);
  border-radius: 4px;
  display: flex;
  margin: 10px 15px 1px;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./styles/form-elements.css ***!
  \********************************************************************************************************************************************************************************************/
/* form elements */
input.sl-input {
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: var(--color-white);
  height: 30px;
  border: none;
  flex-grow: 1;
  padding-left: 16px;
  padding-right: 16px;
  outline: none;
  font-size: 12px;
}

input.sl-input::-moz-placeholder {
  color: var(--color-input-placeholder);
}

input.sl-input::placeholder {
  color: var(--color-input-placeholder);
}

textarea.sl-input {
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: var(--color-white);
  border: none;
  flex-grow: 1;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 46px;
  outline: none;
}

div.sl-input {
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  background-color: var(--color-white);
  border: none;
  flex-grow: 1;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 46px;
  outline: none;
}

input.sl-input.sl-input-small {
  height: 22px;
}

input.sl-input.sl-input-medium {
  height: 26px;
}

input.sl-input.sl-input-disabled {
  background-color: var(--color-lightgray);
}

label {
  display: block;
}

label.sl-checkbox-label {
  display: flex;
  padding: 0 0 0 8px;
}

label.sl-checkbox-label input {
  margin-right: 10px;
  margin-top: 5px;
}

.sl-checkbox-list {
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  border: solid 1.2px #E4E4E7;
  max-height: 300px;
  overflow-y: auto;
}

div.sl-checkbox-list h5 {
  padding: 5px 0 7px 10px;
  margin: 0;
}

.sl-checkbox-list label {
  padding: 5px 0 7px 8px;
}

.sl-checkbox-list label:nth-child(2n) {
  background: var(--lihtestgray-color);
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./styles/form-components.css ***!
  \**********************************************************************************************************************************************************************************************/
/* Form components */
.sl-search-bar {
  display: flex;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  background-color: var(--color-white);
  flex: 1;
  height: 28px;
  margin-right: 0.5rem;
}

.sl-search-bar > .sl-icon-lens {
  display: block;
  margin-right: 6px;
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sl-search-bar > input {
  background-color: transparent;
  border: none;
  line-height: 120%;
  flex-grow: 1;
}

.sl-search-bar > input:focus {
  outline: none;
}

input::-moz-placeholder {
  color: var(--color-gray);
}

input::placeholder {
  color: var(--color-gray);
}

::input-placeholder {
  color: var(--color-gray);
}

::-moz-placeholder {
  color: var(--color-gray);
}

::placeholder {
  color: var(--color-gray);
}

::input-placeholder {
  color: var(--color-gray);
}

/* dropdown search input */
.dropdown-search {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), inset 0 1px 1px 0 rgba(0, 0, 0, 0.14) !important;
  float: right;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./styles/buttons.css ***!
  \**************************************************************************************************************************************************************************************/
.sl-button {
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 200ms ease;
  border: none;
  padding-right: 12px;
  padding-left: 12px;
  background: var(--color-white);
  color: var(--color-text);
  cursor: pointer;
  height: 28px;
  outline: 0 !important;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
}
@media (max-width: 1280px) {
  .sl-button {
    height: 24px !important;
  }
}

.sl-button-round {
  border-radius: 4px;
  padding: 0;
  width: 30px !important;
  height: 30px !important;
}
@media (max-width: 1280px) {
  .sl-button-round {
    width: 24px !important;
    height: 24px !important;
  }
}

.sl-button:hover {
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.sl-button.original {
  border-radius: 8px;
  height: 40px;
}

.sl-button-selected {
  background-color: var(--color-lightgray);
}

.sl-button.sl-button-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 0 1px 1px 0 rgba(170, 20, 70, 0.2);
  transition: background-color 200ms ease;
}

.sl-button.sl-button-primary:hover {
  background-color: #E93772;
  color: var(--color-white);
}

.sl-button.sl-button-secondary {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.sl-button.sl-button-secondary:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.sl-button.sl-button-outline {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid transparent;
}

.sl-button.sl-button-outline:hover {
  color: var(--color-black);
  border-color: var(--color-black);
}

.sl-button.sl-button-disabled {
  background-color: var(--color-lightgray);
  color: var(--color-darkgray);
  pointer-events: none;
}

.sl-button.sl-button-disabled .carret {
  opacity: 0.1;
}

.sl-button.sl-button-disabled:hover {
  background-color: var(--color-lightgray);
  color: var(--color-darkgray);
}

.sl-button.sl-button-dropdown {
  line-height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
}

.carret {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.sl-button.sl-button-dropdown .carret,
.sl-datepicker2 .carret {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.carret-white {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23FFFFFF' d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.sl-button.sl-button-dropdown .carret-white {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

/* Icon buttons */
.sl-button.sl-button-icon {
  line-height: 16px;
}

/* Button sizes */
.sl-button.sl-button-medium {
  padding-top: 0;
  padding-bottom: 0;
  height: 28px;
}
.sl-button.sl-button-medium.sl-button-round {
  width: 28px !important;
  height: 28px !important;
}

.sl-button.sl-button-small {
  padding-top: 0;
  padding-bottom: 2px;
  height: 22px;
}
.sl-button.sl-button-small.sl-button-round {
  width: 22px !important;
  height: 22px !important;
}

.sl-button.sl-button-medium .carret {
  top: 13px;
}

.sl-button.sl-button-small .carret {
  top: 11px;
}

/* special buttons */
.sl-button.sl-button-transparent {
  background: transparent;
  box-shadow: none !important;
  line-height: 18px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.sidebar .sl-button.sl-button-transparent {
  width: 96%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 17px;
}

#sidebar-dropdown .sl-button-transparent {
  padding-left: 17px;
}

#sidebar-dropdown .sl-button-transparent:hover {
  background-color: var(--color-background-pink);
  color: var(--color-primary);
}

#sidebar-dropdown .sl-button.active {
  background: var(--color-primary);
  color: #FFF;
  margin-left: 0;
  padding-left: 17px;
  box-shadow: none;
}

#sidebar-dropdown .sl-button.active img {
  opacity: 1;
}

.sl-button.active {
  margin-bottom: 1px;
  width: 99%;
  margin-left: 1px;
  line-height: 18px;
}

.sl-action-icon {
  padding: 0;
  height: 15px;
  min-width: 15px;
  margin: 5px;
}

a.sl-button {
  -webkit-text-decoration: none;
  text-decoration: none;
}

a.sl-button:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.sl-button-tertiary {
  background: #F4F5FB;
}

.sl-button-tertiary:hover {
  color: #FFF;
  background: var(--color-secondary);
}

.sl-button-link {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0 !important;
  white-space: nowrap;
  line-height: 1;
  font-size: 1em;
  font-weight: 600;
}

.sl-button-link:hover {
  color: var(--color-primary);
}

.delete {
  color: var(--color-danger);
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./styles/notifications.css ***!
  \********************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #FFF;
  --toastify-color-light-border: #2940B9;
  /*
    --toastify-color-info: #17a2b8;
    --toastify-color-info-border: #138b9e;

    --toastify-color-success: #28a745;
    --toastify-color-success-border: #1f8838;

    --toastify-color-warning: #eab000;
    --toastify-color-warning-border: #ce9c09;

    --toastify-color-error: #dc3545;
    --toastify-color-error-border: #bd1120;

  */
  --toastify-color-success: #F0F5EA;
  --toastify-color-success-border: #5EA400;
  --toastify-color-success-icon: #5EA400;
  --toastify-color-error: #F4E9E9;
  --toastify-color-error-border: #EC3D3D;
  --toastify-color-error-icon: #EC3D3D;
  --toastify-color-warning: #F9F6F0;
  --toastify-color-warning-border: #EBAD1A;
  --toastify-color-warning-icon: #EBAD1A;
  --toastify-color-info: #E8F0F4;
  --toastify-color-info-border: #369CC7;
  --toastify-color-info-icon: #369CC7;
  --toastify-text-color-info: #41555D;
  --toastify-text-color-success: #4B583A;
  --toastify-text-color-warning: #5A5343;
  --toastify-text-color-error: #412F2F;
  --toastify-toast-min-height: 40px;
  --toastify-toast-border-left: 4px;
}

.Toastify--animate {
  animation-duration: 0.3s;
}

.Toastify__toast-body {
  padding: 2px 4px;
}

.Toastify__toast--default .Toastify__toast-body > div:last-child {
  margin-left: 8px;
}

.Toastify__toast-body > div:last-child {
  overflow: auto;
  white-space: normal;
  word-break: break-all;
}

.Toastify__toast-icon {
  height: 14px;
  width: 14px;
  margin-left: 4px;
  margin-right: 4px;
}

.Toastify__toast {
  padding: 4px 8px 4px 0;
  cursor: auto;
  cursor: initial;
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  border-left: 4px solid #2940B9;
  border-left: var(--toastify-toast-border-left) solid var(--toastify-color-light-border);
  background: #FFF;
  background: var(--toastify-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  border-left: 4px solid #369CC7;
  border-left: var(--toastify-toast-border-left) solid var(--toastify-color-info-border);
  background: #E8F0F4;
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  border-left: 4px solid #5EA400;
  border-left: var(--toastify-toast-border-left) solid var(--toastify-color-success-border);
  background: #F0F5EA;
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  border-left: 4px solid #EBAD1A;
  border-left: var(--toastify-toast-border-left) solid var(--toastify-color-warning-border);
  background: #F9F6F0;
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  border-left: 4px solid #EC3D3D;
  border-left: var(--toastify-toast-border-left) solid var(--toastify-color-error-border);
  background: #F4E9E9;
  background: var(--toastify-color-error);
}

.Toastify__toast-theme--colored.Toastify__toast--default .Toastify__close-button {
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info .Toastify__close-button {
  color: #41555D;
  color: var(--toastify-text-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success .Toastify__close-button {
  color: #4B583A;
  color: var(--toastify-text-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning .Toastify__close-button {
  color: #5A5343;
  color: var(--toastify-text-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error .Toastify__close-button {
  color: #412F2F;
  color: var(--toastify-text-color-error);
}

.Toastify__toast-theme--colored.Toastify__toast--default .Toastify__toast-icon {
  color: var(--toastify-color-light-icon);
}

.Toastify__toast-theme--colored.Toastify__toast--info .Toastify__toast-icon {
  color: #369CC7;
  color: var(--toastify-color-info-icon);
}

.Toastify__toast-theme--colored.Toastify__toast--success .Toastify__toast-icon {
  color: #5EA400;
  color: var(--toastify-color-success-icon);
}

.Toastify__toast-theme--colored.Toastify__toast--warning .Toastify__toast-icon {
  color: #EBAD1A;
  color: var(--toastify-color-warning-icon);
}

.Toastify__toast-theme--colored.Toastify__toast--error .Toastify__toast-icon {
  color: #EC3D3D;
  color: var(--toastify-color-error-icon);
}

.Toastify__toast-container {
  z-index: 9999;
}

/*
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.Toastify__toast-body > div:last-child {
  -ms-flex: 1;
  flex: 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
*/
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./styles/daterangepicker.css ***!
  \**********************************************************************************************************************************************************************************************/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #DDD;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  line-height: 1em;
  font-size: 12px;
}

.daterangepicker::before, .daterangepicker::after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker::before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #CCC;
}

.daterangepicker::after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft::before {
  right: 9px;
}

.daterangepicker.opensleft::after {
  right: 10px;
}

.daterangepicker.openscenter::before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter::after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright::before {
  left: 9px;
}

.daterangepicker.opensright::after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up::before {
  top: auto;
  top: initial;
  bottom: -7px;
  border-bottom: 0;
  border-bottom: initial;
  border-top: 7px solid #CCC;
}

.daterangepicker.drop-up::after {
  top: auto;
  top: initial;
  bottom: -6px;
  border-bottom: 0;
  border-bottom: initial;
  border-top: 6px solid #FFF;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #FFF;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #FFF;
  border-radius: 4px;
  background-color: #FFF;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #EEE;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #CCC;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #FFF;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: var(--color-chartblue);
  border-color: transparent;
  color: #FFF;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--color-secondary);
  border-color: transparent;
  color: #FFF;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #EEE;
  border: 1px solid #EEE;
  padding: 2px;
  outline: 0;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #CCC;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #DDD;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  padding-right: 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #DDD;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #DDD;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #DDD;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #DDD;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #EEE;
}

.daterangepicker .ranges li.active {
  background-color: #08C;
  color: #FFF;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./styles/typography.css ***!
  \*****************************************************************************************************************************************************************************************/
.text-outline:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: var(--color-primary);
  display: block;
  margin-top: 5px;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./styles/global.css ***!
  \*************************************************************************************************************************************************************************************/
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
  :root {
    --color-link: #3172f7;
    --color-body: #101828;
    --color-primary: #fd417f;
    --color-secondary: #2940b9;
    --color-success: #3be100;
    --color-warning: #ff8c22;
    --color-danger: #eb0062;
    --color-text: #0b1a3b;
    --color-dark-gray: #858C9D;
    --color-input-placeholder: #5c6578;
    --color-secondary-light: #eaecf8;
    --color-white: #fff;
    --color-black: #000;
    --color-gray: #e5e5e8;
    --color-lightgray: #f1f1f4; /* used for filter bar background */
    --color-lightestgray: #f9fafa;
    --color-background-hover: #eaecf8; /* used for sl-dropdown button hover */
    --color-background-pink: #feecf2;
    --color-darkgray: #7f8f9d; /* used for table order selection button arrow background */
    --color-chartblue: #5676fc;
    --color-border: #eaecf0;
    --header-height: 40px;
    --header-offset: 40px;
    --sidebar-closed-width: 62px;
  }
.tw-pointer-events-auto {
    pointer-events: auto;
}
.tw-invisible {
    visibility: hidden;
}
.tw-fixed {
    position: fixed;
}
.\!tw-absolute {
    position: absolute !important;
}
.tw-absolute {
    position: absolute;
}
.tw-relative {
    position: relative;
}
.tw-sticky {
    position: sticky;
}
.tw-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.\!tw-left-auto {
    left: auto !important;
}
.\!tw-right-0 {
    right: 0px !important;
}
.tw-left-0 {
    left: 0px;
}
.tw-left-1\/2 {
    left: 50%;
}
.tw-left-\[calc\(var\(--sidebar-open-width\)\)\] {
    left: calc(var(--sidebar-open-width));
}
.tw-right-0 {
    right: 0px;
}
.tw-top-0 {
    top: 0px;
}
.tw-top-1\/2 {
    top: 50%;
}
.tw-top-\[-15px\] {
    top: -15px;
}
.tw-top-\[-2px\] {
    top: -2px;
}
.tw-top-\[50\%\] {
    top: 50%;
}
.\!tw-z-\[1006\] {
    z-index: 1006 !important;
}
.\!tw-z-\[2\] {
    z-index: 2 !important;
}
.tw-z-\[9999\] {
    z-index: 9999;
}
.tw-order-1 {
    order: 1;
}
.tw-order-2 {
    order: 2;
}
.tw-col-span-full {
    grid-column: 1 / -1;
}
.\!tw-m-0 {
    margin: 0px !important;
}
.tw-m-0 {
    margin: 0px;
}
.\!tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.tw-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.tw-my-\[6px\] {
    margin-top: 6px;
    margin-bottom: 6px;
}
.\!tw-mb-0 {
    margin-bottom: 0px !important;
}
.\!tw-mb-3 {
    margin-bottom: 0.75rem !important;
}
.\!tw-mb-5 {
    margin-bottom: 1.25rem !important;
}
.\!tw-ml-0 {
    margin-left: 0px !important;
}
.\!tw-mr-0 {
    margin-right: 0px !important;
}
.\!tw-mt-0 {
    margin-top: 0px !important;
}
.\!tw-mt-5 {
    margin-top: 1.25rem !important;
}
.\!tw-mt-\[40px\] {
    margin-top: 40px !important;
}
.tw-mb-0 {
    margin-bottom: 0px;
}
.tw-mb-1 {
    margin-bottom: 0.25rem;
}
.tw-mb-10 {
    margin-bottom: 2.5rem;
}
.tw-mb-2 {
    margin-bottom: 0.5rem;
}
.tw-mb-3 {
    margin-bottom: 0.75rem;
}
.tw-mb-4 {
    margin-bottom: 1rem;
}
.tw-mb-5 {
    margin-bottom: 1.25rem;
}
.tw-mb-6 {
    margin-bottom: 1.5rem;
}
.tw-mb-8 {
    margin-bottom: 2rem;
}
.tw-mb-\[12px\] {
    margin-bottom: 12px;
}
.tw-mb-\[16px\] {
    margin-bottom: 16px;
}
.tw-mb-\[20px\] {
    margin-bottom: 20px;
}
.tw-mb-\[24px\] {
    margin-bottom: 24px;
}
.tw-mb-\[32px\] {
    margin-bottom: 32px;
}
.tw-mb-\[40px\] {
    margin-bottom: 40px;
}
.tw-mb-\[4px\] {
    margin-bottom: 4px;
}
.tw-mb-\[5px\] {
    margin-bottom: 5px;
}
.tw-mb-\[8px\] {
    margin-bottom: 8px;
}
.tw-ml-0 {
    margin-left: 0px;
}
.tw-ml-1 {
    margin-left: 0.25rem;
}
.tw-ml-2 {
    margin-left: 0.5rem;
}
.tw-ml-5 {
    margin-left: 1.25rem;
}
.tw-ml-\[8px\] {
    margin-left: 8px;
}
.tw-ml-auto {
    margin-left: auto;
}
.tw-mr-1 {
    margin-right: 0.25rem;
}
.tw-mr-2 {
    margin-right: 0.5rem;
}
.tw-mr-3 {
    margin-right: 0.75rem;
}
.tw-mr-4 {
    margin-right: 1rem;
}
.tw-mr-5 {
    margin-right: 1.25rem;
}
.tw-mr-\[50px\] {
    margin-right: 50px;
}
.tw-mr-\[5px\] {
    margin-right: 5px;
}
.tw-mr-\[8px\] {
    margin-right: 8px;
}
.tw-mr-auto {
    margin-right: auto;
}
.tw-mt-0 {
    margin-top: 0px;
}
.tw-mt-1 {
    margin-top: 0.25rem;
}
.tw-mt-10 {
    margin-top: 2.5rem;
}
.tw-mt-2 {
    margin-top: 0.5rem;
}
.tw-mt-3 {
    margin-top: 0.75rem;
}
.tw-mt-4 {
    margin-top: 1rem;
}
.tw-mt-5 {
    margin-top: 1.25rem;
}
.tw-mt-6 {
    margin-top: 1.5rem;
}
.tw-mt-7 {
    margin-top: 1.75rem;
}
.tw-mt-8 {
    margin-top: 2rem;
}
.tw-mt-\[-1\.00px\] {
    margin-top: -1.00px;
}
.tw-mt-\[-10px\] {
    margin-top: -10px;
}
.tw-mt-\[-3px\] {
    margin-top: -3px;
}
.tw-mt-\[12px\] {
    margin-top: 12px;
}
.tw-mt-\[24px\] {
    margin-top: 24px;
}
.tw-mt-\[3px\] {
    margin-top: 3px;
}
.tw-mt-\[4px\] {
    margin-top: 4px;
}
.\!tw-block {
    display: block !important;
}
.tw-block {
    display: block;
}
.tw-inline-block {
    display: inline-block;
}
.tw-flex {
    display: flex;
}
.tw-grid {
    display: grid;
}
.tw-hidden {
    display: none;
}
.tw-size-full {
    width: 100%;
    height: 100%;
}
.\!tw-h-\[35px\] {
    height: 35px !important;
}
.\!tw-h-\[38px\] {
    height: 38px !important;
}
.\!tw-h-\[40px\] {
    height: 40px !important;
}
.\!tw-h-\[44px\] {
    height: 44px !important;
}
.\!tw-h-\[56px\] {
    height: 56px !important;
}
.\!tw-h-\[auto\] {
    height: auto !important;
}
.\!tw-h-auto {
    height: auto !important;
}
.\!tw-h-full {
    height: 100% !important;
}
.tw-h-10 {
    height: 2.5rem;
}
.tw-h-2\.5 {
    height: 0.625rem;
}
.tw-h-\[100px\] {
    height: 100px;
}
.tw-h-\[190px\] {
    height: 190px;
}
.tw-h-\[20px\] {
    height: 20px;
}
.tw-h-\[24px\] {
    height: 24px;
}
.tw-h-\[30px\] {
    height: 30px;
}
.tw-h-\[36px\] {
    height: 36px;
}
.tw-h-\[38px\] {
    height: 38px;
}
.tw-h-\[400px\] {
    height: 400px;
}
.tw-h-\[48px\] {
    height: 48px;
}
.tw-h-\[55px\] {
    height: 55px;
}
.tw-h-\[56px\] {
    height: 56px;
}
.tw-h-\[72px\] {
    height: 72px;
}
.tw-h-auto {
    height: auto;
}
.tw-h-full {
    height: 100%;
}
.\!tw-max-h-\[calc\(100vh-100px\)\] {
    max-height: calc(100vh - 100px) !important;
}
.tw-max-h-\[200px\] {
    max-height: 200px;
}
.tw-max-h-\[350px\] {
    max-height: 350px;
}
.tw-max-h-\[38px\] {
    max-height: 38px;
}
.tw-max-h-\[400px\] {
    max-height: 400px;
}
.tw-max-h-\[85vh\] {
    max-height: 85vh;
}
.tw-max-h-full {
    max-height: 100%;
}
.tw-min-h-0 {
    min-height: 0px;
}
.\!tw-w-28 {
    width: 7rem !important;
}
.\!tw-w-\[100px\] {
    width: 100px !important;
}
.\!tw-w-\[180px\] {
    width: 180px !important;
}
.\!tw-w-\[32px\] {
    width: 32px !important;
}
.\!tw-w-\[50px\] {
    width: 50px !important;
}
.\!tw-w-\[55px\] {
    width: 55px !important;
}
.\!tw-w-\[75px\] {
    width: 75px !important;
}
.\!tw-w-\[80px\] {
    width: 80px !important;
}
.\!tw-w-auto {
    width: auto !important;
}
.tw-w-10 {
    width: 2.5rem;
}
.tw-w-2\.5 {
    width: 0.625rem;
}
.tw-w-72 {
    width: 18rem;
}
.tw-w-\[100px\] {
    width: 100px;
}
.tw-w-\[10px\] {
    width: 10px;
}
.tw-w-\[120px\] {
    width: 120px;
}
.tw-w-\[129px\] {
    width: 129px;
}
.tw-w-\[14px\] {
    width: 14px;
}
.tw-w-\[160px\] {
    width: 160px;
}
.tw-w-\[20px\] {
    width: 20px;
}
.tw-w-\[24px\] {
    width: 24px;
}
.tw-w-\[250px\] {
    width: 250px;
}
.tw-w-\[260px\] {
    width: 260px;
}
.tw-w-\[350px\] {
    width: 350px;
}
.tw-w-\[400px\] {
    width: 400px;
}
.tw-w-\[40px\] {
    width: 40px;
}
.tw-w-\[450px\] {
    width: 450px;
}
.tw-w-\[480px\] {
    width: 480px;
}
.tw-w-\[80\%\] {
    width: 80%;
}
.tw-w-\[90vw\] {
    width: 90vw;
}
.tw-w-\[calc\(100\%_-_var\(--sidebar-open-width\)\)\] {
    width: calc(100% - var(--sidebar-open-width));
}
.tw-w-auto {
    width: auto;
}
.tw-w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.tw-w-full {
    width: 100%;
}
.tw-min-w-\[170px\] {
    min-width: 170px;
}
.tw-min-w-\[300px\] {
    min-width: 300px;
}
.tw-min-w-\[880px\] {
    min-width: 880px;
}
.tw-max-w-\[1000px\] {
    max-width: 1000px;
}
.tw-max-w-\[100px\] {
    max-width: 100px;
}
.tw-max-w-\[1250px\] {
    max-width: 1250px;
}
.tw-max-w-\[1750px\] {
    max-width: 1750px;
}
.tw-max-w-\[250px\] {
    max-width: 250px;
}
.tw-max-w-\[251px\] {
    max-width: 251px;
}
.tw-max-w-\[300px\] {
    max-width: 300px;
}
.tw-max-w-\[320px\] {
    max-width: 320px;
}
.tw-max-w-\[350px\] {
    max-width: 350px;
}
.tw-max-w-\[400px\] {
    max-width: 400px;
}
.tw-max-w-\[430px\] {
    max-width: 430px;
}
.tw-max-w-\[450px\] {
    max-width: 450px;
}
.tw-max-w-\[500px\] {
    max-width: 500px;
}
.tw-max-w-\[600px\] {
    max-width: 600px;
}
.tw-max-w-\[640px\] {
    max-width: 640px;
}
.tw-max-w-\[670px\] {
    max-width: 670px;
}
.tw-max-w-\[750px\] {
    max-width: 750px;
}
.tw-max-w-\[800px\] {
    max-width: 800px;
}
.tw-max-w-\[830px\] {
    max-width: 830px;
}
.tw-max-w-\[900px\] {
    max-width: 900px;
}
.tw-max-w-full {
    max-width: 100%;
}
.tw-max-w-screen-sm {
    max-width: 640px;
}
.tw-flex-1 {
    flex: 1 1 0%;
}
.tw-flex-\[1_0_100\%\] {
    flex: 1 0 100%;
}
.tw-flex-\[1_0_440px\] {
    flex: 1 0 440px;
}
.tw-flex-\[1_1_750px\] {
    flex: 1 1 750px;
}
.tw-flex-\[2_1_0\%\] {
    flex: 2 1 0%;
}
.tw-flex-\[3\] {
    flex: 3;
}
.tw-flex-auto {
    flex: 1 1 auto;
}
.tw-shrink {
    flex-shrink: 1;
}
.tw-shrink-0 {
    flex-shrink: 0;
}
.tw-flex-grow {
    flex-grow: 1;
}
.tw-flex-grow-0 {
    flex-grow: 0;
}
.tw-grow {
    flex-grow: 1;
}
.tw-grow-0 {
    flex-grow: 0;
}
.tw-border-collapse {
    border-collapse: collapse;
}
.tw--translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes tw-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.tw-animate-fadeIn {
    animation: tw-fadeIn 0.5s ease-in-out;
}
.tw-cursor-not-allowed {
    cursor: not-allowed;
}
.tw-cursor-pointer {
    cursor: pointer;
}
.tw-touch-none {
    touch-action: none;
}
.tw-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-\[repeat\(auto-fit\,_minmax\(250px\,_1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.tw-flex-row {
    flex-direction: row;
}
.tw-flex-row-reverse {
    flex-direction: row-reverse;
}
.tw-flex-col {
    flex-direction: column;
}
.tw-flex-wrap {
    flex-wrap: wrap;
}
.tw-flex-nowrap {
    flex-wrap: nowrap;
}
.tw-items-start {
    align-items: flex-start;
}
.tw-items-end {
    align-items: flex-end;
}
.tw-items-center {
    align-items: center;
}
.tw-items-baseline {
    align-items: baseline;
}
.tw-items-stretch {
    align-items: stretch;
}
.\!tw-justify-start {
    justify-content: flex-start !important;
}
.tw-justify-start {
    justify-content: flex-start;
}
.tw-justify-end {
    justify-content: flex-end;
}
.\!tw-justify-center {
    justify-content: center !important;
}
.tw-justify-center {
    justify-content: center;
}
.tw-justify-between {
    justify-content: space-between;
}
.\!tw-gap-0 {
    gap: 0px !important;
}
.\!tw-gap-1 {
    gap: 0.25rem !important;
}
.\!tw-gap-\[16px\] {
    gap: 16px !important;
}
.tw-gap-1 {
    gap: 0.25rem;
}
.tw-gap-10 {
    gap: 2.5rem;
}
.tw-gap-2 {
    gap: 0.5rem;
}
.tw-gap-20 {
    gap: 5rem;
}
.tw-gap-3 {
    gap: 0.75rem;
}
.tw-gap-4 {
    gap: 1rem;
}
.tw-gap-5 {
    gap: 1.25rem;
}
.tw-gap-6 {
    gap: 1.5rem;
}
.tw-gap-8 {
    gap: 2rem;
}
.tw-gap-\[10\%\] {
    gap: 10%;
}
.tw-gap-\[12px\] {
    gap: 12px;
}
.tw-gap-\[160px\] {
    gap: 160px;
}
.tw-gap-\[16px\] {
    gap: 16px;
}
.tw-gap-\[18px\] {
    gap: 18px;
}
.tw-gap-\[20px\] {
    gap: 20px;
}
.tw-gap-\[24px\] {
    gap: 24px;
}
.tw-gap-\[2px\] {
    gap: 2px;
}
.tw-gap-\[40px\] {
    gap: 40px;
}
.tw-gap-\[4px\] {
    gap: 4px;
}
.tw-gap-\[56px\] {
    gap: 56px;
}
.tw-gap-\[5px\] {
    gap: 5px;
}
.tw-gap-\[6px\] {
    gap: 6px;
}
.tw-gap-\[80px\] {
    gap: 80px;
}
.tw-gap-\[8px\] {
    gap: 8px;
}
.tw-gap-\[9px\] {
    gap: 9px;
}
.tw-gap-y-4 {
    row-gap: 1rem;
}
.tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * 0);
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * (1 - 0));
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.25rem * calc(1 - 0));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * (1 - 0));
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.25rem * calc(1 - 0));
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * 0);
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - 0));
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1rem * calc(1 - 0));
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * 0);
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.\!tw-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * 0) !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * (1 - 0)) !important;
    border-left-width: calc(0px * (1 - var(--tw-divide-x-reverse))) !important;
    border-left-width: calc(0px * calc(1 - 0)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}
.\!tw-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * (1 - 0)) !important;
    border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse))) !important;
    border-top-width: calc(1px * calc(1 - 0)) !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * 0) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
}
.\!tw-divide-\[\#DFE1E6\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(223, 225, 230, 1) !important;
    border-color: rgba(223, 225, 230, var(--tw-divide-opacity, 1)) !important;
}
.tw-self-start {
    align-self: flex-start;
}
.tw-self-end {
    align-self: flex-end;
}
.tw-self-stretch {
    align-self: stretch;
}
.tw-self-baseline {
    align-self: baseline;
}
.tw-overflow-auto {
    overflow: auto;
}
.tw-overflow-hidden {
    overflow: hidden;
}
.tw-overflow-x-auto {
    overflow-x: auto;
}
.\!tw-overflow-y-auto {
    overflow-y: auto !important;
}
.tw-overflow-y-auto {
    overflow-y: auto;
}
.tw-whitespace-nowrap {
    white-space: nowrap;
}
.tw-whitespace-pre-wrap {
    white-space: pre-wrap;
}
.tw-text-pretty {
    text-wrap: pretty;
}
.\!tw-rounded-\[16px\] {
    border-radius: 16px !important;
}
.\!tw-rounded-\[3px\] {
    border-radius: 3px !important;
}
.\!tw-rounded-\[4px\] {
    border-radius: 4px !important;
}
.\!tw-rounded-\[6px\] {
    border-radius: 6px !important;
}
.\!tw-rounded-\[8px\] {
    border-radius: 8px !important;
}
.\!tw-rounded-full {
    border-radius: 9999px !important;
}
.\!tw-rounded-none {
    border-radius: 0px !important;
}
.tw-rounded {
    border-radius: 0.25rem;
}
.tw-rounded-\[12px\] {
    border-radius: 12px;
}
.tw-rounded-\[16px\] {
    border-radius: 16px;
}
.tw-rounded-\[2px\] {
    border-radius: 2px;
}
.tw-rounded-\[3px\] {
    border-radius: 3px;
}
.tw-rounded-\[4px\] {
    border-radius: 4px;
}
.tw-rounded-\[6\.4px\] {
    border-radius: 6.4px;
}
.tw-rounded-\[6px\] {
    border-radius: 6px;
}
.tw-rounded-\[8px\] {
    border-radius: 8px;
}
.tw-rounded-\[9999px\] {
    border-radius: 9999px;
}
.tw-rounded-\[inherit\] {
    border-radius: inherit;
}
.tw-rounded-full {
    border-radius: 9999px;
}
.tw-rounded-md {
    border-radius: 0.375rem;
}
.tw-rounded-none {
    border-radius: 0px;
}
.tw-rounded-sm {
    border-radius: 0.125rem;
}
.tw-rounded-t-\[12px\] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.\!tw-border {
    border-width: 1px !important;
}
.\!tw-border-\[2px\] {
    border-width: 2px !important;
}
.tw-border {
    border-width: 1px;
}
.tw-border-0 {
    border-width: 0px;
}
.tw-border-\[1px\] {
    border-width: 1px;
}
.tw-border-x-0 {
    border-left-width: 0px;
    border-right-width: 0px;
}
.tw-border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.\!tw-border-b {
    border-bottom-width: 1px !important;
}
.\!tw-border-b-0 {
    border-bottom-width: 0px !important;
}
.\!tw-border-r-0 {
    border-right-width: 0px !important;
}
.\!tw-border-t {
    border-top-width: 1px !important;
}
.\!tw-border-t-0 {
    border-top-width: 0px !important;
}
.tw-border-b {
    border-bottom-width: 1px;
}
.tw-border-l {
    border-left-width: 1px;
}
.tw-border-t {
    border-top-width: 1px;
}
.tw-border-t-0 {
    border-top-width: 0px;
}
.\!tw-border-solid {
    border-style: solid !important;
}
.tw-border-solid {
    border-style: solid;
}
.\!tw-border-none {
    border-style: none !important;
}
.tw-border-none {
    border-style: none;
}
.\!tw-border-\[\#A7B1E2\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 177, 226, 1) !important;
    border-color: rgba(167, 177, 226, var(--tw-border-opacity, 1)) !important;
}
.\!tw-border-\[\#C2C5CE\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 197, 206, 1) !important;
    border-color: rgba(194, 197, 206, var(--tw-border-opacity, 1)) !important;
}
.\!tw-border-\[\#D6D7D8E1\] {
    border-color: rgba(214,215,216,0.88235) !important;
}
.\!tw-border-\[\#d0d5dd\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 213, 221, 1) !important;
    border-color: rgba(208, 213, 221, var(--tw-border-opacity, 1)) !important;
}
.\!tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1)) !important;
}
.\!tw-border-secondary {
    border-color: #2940b9 !important;
    border-color: var(--color-secondary) !important;
}
.tw-border-\[\#1B2B73\] {
    --tw-border-opacity: 1;
    border-color: rgba(27, 43, 115, 1);
    border-color: rgba(27, 43, 115, var(--tw-border-opacity, 1));
}
.tw-border-\[\#2940B9\] {
    --tw-border-opacity: 1;
    border-color: rgba(41, 64, 185, 1);
    border-color: rgba(41, 64, 185, var(--tw-border-opacity, 1));
}
.tw-border-\[\#A7B1E2\] {
    --tw-border-opacity: 1;
    border-color: rgba(167, 177, 226, 1);
    border-color: rgba(167, 177, 226, var(--tw-border-opacity, 1));
}
.tw-border-\[\#C2C5CE\] {
    --tw-border-opacity: 1;
    border-color: rgba(194, 197, 206, 1);
    border-color: rgba(194, 197, 206, var(--tw-border-opacity, 1));
}
.tw-border-\[\#DFE0E1\] {
    --tw-border-opacity: 1;
    border-color: rgba(223, 224, 225, 1);
    border-color: rgba(223, 224, 225, var(--tw-border-opacity, 1));
}
.tw-border-\[\#DFE1E6\] {
    --tw-border-opacity: 1;
    border-color: rgba(223, 225, 230, 1);
    border-color: rgba(223, 225, 230, var(--tw-border-opacity, 1));
}
.tw-border-\[\#EAECF0\] {
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 240, 1);
    border-color: rgba(234, 236, 240, var(--tw-border-opacity, 1));
}
.tw-border-\[\#EAECF8\] {
    --tw-border-opacity: 1;
    border-color: rgba(234, 236, 248, 1);
    border-color: rgba(234, 236, 248, var(--tw-border-opacity, 1));
}
.tw-border-danger {
    border-color: #eb0062;
    border-color: var(--color-danger);
}
.tw-border-primary {
    border-color: #fd417f;
    border-color: var(--color-primary);
}
.tw-border-secondary {
    border-color: #2940b9;
    border-color: var(--color-secondary);
}
.tw-border-success {
    border-color: #3be100;
    border-color: var(--color-success);
}
.tw-border-warning {
    border-color: #ff8c22;
    border-color: var(--color-warning);
}
.tw-border-l-transparent {
    border-left-color: transparent;
}
.tw-border-t-transparent {
    border-top-color: transparent;
}
.\!tw-bg-\[\#EAECF8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 236, 248, 1) !important;
    background-color: rgba(234, 236, 248, var(--tw-bg-opacity, 1)) !important;
}
.\!tw-bg-\[\#F5F6FC\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 252, 1) !important;
    background-color: rgba(245, 246, 252, var(--tw-bg-opacity, 1)) !important;
}
.\!tw-bg-\[transparent\] {
    background-color: transparent !important;
}
.\!tw-bg-transparent {
    background-color: transparent !important;
}
.tw-bg-\[\#1D2D82\] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 45, 130, 1);
    background-color: rgba(29, 45, 130, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#2940B8\] {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 64, 184, 1);
    background-color: rgba(41, 64, 184, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#2940B9\] {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 64, 185, 1);
    background-color: rgba(41, 64, 185, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#4A6AF2\] {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 106, 242, 1);
    background-color: rgba(74, 106, 242, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#5466C7\] {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 102, 199, 1);
    background-color: rgba(84, 102, 199, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#8390D6\] {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 144, 214, 1);
    background-color: rgba(131, 144, 214, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#9E1300\] {
    --tw-bg-opacity: 1;
    background-color: rgba(158, 19, 0, 1);
    background-color: rgba(158, 19, 0, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#A7B1E2\] {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 177, 226, 1);
    background-color: rgba(167, 177, 226, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#DFE1E6\] {
    --tw-bg-opacity: 1;
    background-color: rgba(223, 225, 230, 1);
    background-color: rgba(223, 225, 230, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#EAECF880\] {
    background-color: rgba(234,236,248,0.50196);
}
.tw-bg-\[\#EAECF8\] {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 248, 1);
    background-color: rgba(234, 236, 248, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#EAEDF8\] {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 237, 248, 1);
    background-color: rgba(234, 237, 248, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#EBFCE6\] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 252, 230, 1);
    background-color: rgba(235, 252, 230, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F5F6FC\] {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 246, 252, 1);
    background-color: rgba(245, 246, 252, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F7F7FC\] {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 247, 252, 1);
    background-color: rgba(247, 247, 252, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FAFAFA\] {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, 1);
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FDE6EF\] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 239, 1);
    background-color: rgba(253, 230, 239, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFF4E9\] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 244, 233, 1);
    background-color: rgba(255, 244, 233, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#FFFFFF40\] {
    background-color: rgba(255,255,255,0.25098);
}
.tw-bg-\[\#FFF\] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#f9fafb\] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}
.tw-bg-\[rgba\(0\,_0\,_0\,_0\.5\)\] {
    background-color: rgba(0, 0, 0, 0.5);
}
.tw-bg-primary {
    background-color: #fd417f;
    background-color: var(--color-primary);
}
.tw-bg-secondary {
    background-color: #2940b9;
    background-color: var(--color-secondary);
}
.tw-bg-secondary-light {
    background-color: #eaecf8;
    background-color: var(--color-secondary-light);
}
.tw-bg-transparent {
    background-color: transparent;
}
.tw-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.tw-fill-white {
    fill: #fff;
}
.\!tw-p-0 {
    padding: 0px !important;
}
.\!tw-p-1 {
    padding: 0.25rem !important;
}
.\!tw-p-2 {
    padding: 0.5rem !important;
}
.\!tw-p-5 {
    padding: 1.25rem !important;
}
.\!tw-p-8 {
    padding: 2rem !important;
}
.\!tw-p-\[0px_16px\] {
    padding: 0px 16px !important;
}
.tw-p-0 {
    padding: 0px;
}
.tw-p-10 {
    padding: 2.5rem;
}
.tw-p-2 {
    padding: 0.5rem;
}
.tw-p-3 {
    padding: 0.75rem;
}
.tw-p-4 {
    padding: 1rem;
}
.tw-p-5 {
    padding: 1.25rem;
}
.tw-p-6 {
    padding: 1.5rem;
}
.tw-p-\[12px_24px\] {
    padding: 12px 24px;
}
.tw-p-\[14px\] {
    padding: 14px;
}
.tw-p-\[15px\] {
    padding: 15px;
}
.tw-p-\[16px\] {
    padding: 16px;
}
.tw-p-\[1px\] {
    padding: 1px;
}
.tw-p-\[20px\] {
    padding: 20px;
}
.tw-p-\[24px\] {
    padding: 24px;
}
.tw-p-\[3px\] {
    padding: 3px;
}
.tw-p-\[40px\] {
    padding: 40px;
}
.tw-p-\[5px\] {
    padding: 5px;
}
.tw-p-\[60px\] {
    padding: 60px;
}
.tw-p-\[8px\] {
    padding: 8px;
}
.\!tw-px-\[16px\] {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.\!tw-px-\[18px\] {
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.\!tw-py-\[15px\] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.\!tw-py-\[8px\] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.tw-px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.tw-px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}
.tw-px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}
.tw-px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
}
.tw-px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
}
.tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.tw-py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.tw-py-\[3px\] {
    padding-top: 3px;
    padding-bottom: 3px;
}
.tw-py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
}
.tw-py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px;
}
.\!tw-pb-0 {
    padding-bottom: 0px !important;
}
.\!tw-pl-0 {
    padding-left: 0px !important;
}
.\!tw-pr-0 {
    padding-right: 0px !important;
}
.\!tw-pt-0 {
    padding-top: 0px !important;
}
.\!tw-pt-\[12px\] {
    padding-top: 12px !important;
}
.tw-pb-0 {
    padding-bottom: 0px;
}
.tw-pb-5 {
    padding-bottom: 1.25rem;
}
.tw-pb-\[20px\] {
    padding-bottom: 20px;
}
.tw-pl-0 {
    padding-left: 0px;
}
.tw-pl-3 {
    padding-left: 0.75rem;
}
.tw-pl-4 {
    padding-left: 1rem;
}
.tw-pl-6 {
    padding-left: 1.5rem;
}
.tw-pl-8 {
    padding-left: 2rem;
}
.tw-pl-\[10px\] {
    padding-left: 10px;
}
.tw-pl-\[16px\] {
    padding-left: 16px;
}
.tw-pl-\[20px\] {
    padding-left: 20px;
}
.tw-pl-\[28px\] {
    padding-left: 28px;
}
.tw-pr-\[10px\] {
    padding-right: 10px;
}
.tw-pt-0 {
    padding-top: 0px;
}
.tw-pt-2 {
    padding-top: 0.5rem;
}
.tw-pt-6 {
    padding-top: 1.5rem;
}
.tw-text-left {
    text-align: left;
}
.tw-text-center {
    text-align: center;
}
.tw-text-right {
    text-align: right;
}
.tw-align-middle {
    vertical-align: middle;
}
.tw-font-body {
    font-family: Inter, sans-serif;
}
.tw-font-display {
    font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.\!tw-text-2xl {
    font-size: 1.25rem !important;
}
.\!tw-text-\[12px\] {
    font-size: 12px !important;
}
.\!tw-text-\[18px\] {
    font-size: 18px !important;
}
.\!tw-text-\[20px\] {
    font-size: 20px !important;
}
.\!tw-text-base {
    font-size: 0.875rem !important;
}
.\!tw-text-lg {
    font-size: 1rem !important;
}
.\!tw-text-sm {
    font-size: 0.75rem !important;
}
.\!tw-text-xl {
    font-size: 1.125rem !important;
}
.tw-text-2xl {
    font-size: 1.25rem;
}
.tw-text-3xl {
    font-size: 1.5rem;
}
.tw-text-4xl {
    font-size: 1.875rem;
}
.tw-text-5xl {
    font-size: 2.25rem;
}
.tw-text-7xl {
    font-size: 3.75rem;
}
.tw-text-\[0\.8rem\] {
    font-size: 0.8rem;
}
.tw-text-\[11px\] {
    font-size: 11px;
}
.tw-text-\[12px\] {
    font-size: 12px;
}
.tw-text-\[13\.88px\] {
    font-size: 13.88px;
}
.tw-text-\[20px\] {
    font-size: 20px;
}
.tw-text-\[21px\] {
    font-size: 21px;
}
.tw-text-\[24px\] {
    font-size: 24px;
}
.tw-text-\[28px\] {
    font-size: 28px;
}
.tw-text-\[32px\] {
    font-size: 32px;
}
.tw-text-\[40px\] {
    font-size: 40px;
}
.tw-text-\[8px\] {
    font-size: 8px;
}
.tw-text-base {
    font-size: 0.875rem;
}
.tw-text-lg {
    font-size: 1rem;
}
.tw-text-sm {
    font-size: 0.75rem;
}
.tw-text-xl {
    font-size: 1.125rem;
}
.tw-text-xs {
    font-size: 0.625rem;
}
.\!tw-font-bold {
    font-weight: 700 !important;
}
.\!tw-font-normal {
    font-weight: 400 !important;
}
.\!tw-font-semibold {
    font-weight: 600 !important;
}
.tw-font-bold {
    font-weight: 700;
}
.tw-font-light {
    font-weight: 300;
}
.tw-font-medium {
    font-weight: 500;
}
.tw-font-normal {
    font-weight: 400;
}
.tw-font-semibold {
    font-weight: 600;
}
.tw-uppercase {
    text-transform: uppercase;
}
.\!tw-leading-\[10px\] {
    line-height: 10px !important;
}
.tw-leading-6 {
    line-height: 1.5rem;
}
.tw-leading-\[0\] {
    line-height: 0;
}
.tw-leading-\[0px\] {
    line-height: 0px;
}
.tw-leading-\[1\.2\] {
    line-height: 1.2;
}
.tw-leading-\[1\.35\] {
    line-height: 1.35;
}
.tw-leading-\[1\.3\] {
    line-height: 1.3;
}
.tw-leading-\[1\.4\] {
    line-height: 1.4;
}
.tw-leading-\[1\.5\] {
    line-height: 1.5;
}
.tw-leading-\[1\.6\] {
    line-height: 1.6;
}
.tw-leading-\[1\.7\] {
    line-height: 1.7;
}
.tw-leading-\[1\.8\] {
    line-height: 1.8;
}
.tw-leading-none {
    line-height: 1;
}
.\!tw-text-\[\#1B2B73\] {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 43, 115, 1) !important;
    color: rgba(27, 43, 115, var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-\[\#2940B9\] {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 64, 185, 1) !important;
    color: rgba(41, 64, 185, var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-\[\#5C6578\] {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 101, 120, 1) !important;
    color: rgba(92, 101, 120, var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-\[\#FFFFFF\] {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}
.\!tw-text-body {
    color: #101828 !important;
    color: var(--color-body) !important;
}
.\!tw-text-danger {
    color: #eb0062 !important;
    color: var(--color-danger) !important;
}
.\!tw-text-primary {
    color: #fd417f !important;
    color: var(--color-primary) !important;
}
.\!tw-text-secondary {
    color: #2940b9 !important;
    color: var(--color-secondary) !important;
}
.tw-text-\[\#0085FF\] {
    --tw-text-opacity: 1;
    color: rgba(0, 133, 255, 1);
    color: rgba(0, 133, 255, var(--tw-text-opacity, 1));
}
.tw-text-\[\#080808\] {
    --tw-text-opacity: 1;
    color: rgba(8, 8, 8, 1);
    color: rgba(8, 8, 8, var(--tw-text-opacity, 1));
}
.tw-text-\[\#080D17\] {
    --tw-text-opacity: 1;
    color: rgba(8, 13, 23, 1);
    color: rgba(8, 13, 23, var(--tw-text-opacity, 1));
}
.tw-text-\[\#0A1734\] {
    --tw-text-opacity: 1;
    color: rgba(10, 23, 52, 1);
    color: rgba(10, 23, 52, var(--tw-text-opacity, 1));
}
.tw-text-\[\#0B1A3B\] {
    --tw-text-opacity: 1;
    color: rgba(11, 26, 59, 1);
    color: rgba(11, 26, 59, var(--tw-text-opacity, 1));
}
.tw-text-\[\#0C111D\] {
    --tw-text-opacity: 1;
    color: rgba(12, 17, 29, 1);
    color: rgba(12, 17, 29, var(--tw-text-opacity, 1));
}
.tw-text-\[\#101828\] {
    --tw-text-opacity: 1;
    color: rgba(16, 24, 40, 1);
    color: rgba(16, 24, 40, var(--tw-text-opacity, 1));
}
.tw-text-\[\#122152\] {
    --tw-text-opacity: 1;
    color: rgba(18, 33, 82, 1);
    color: rgba(18, 33, 82, var(--tw-text-opacity, 1));
}
.tw-text-\[\#21272A\] {
    --tw-text-opacity: 1;
    color: rgba(33, 39, 42, 1);
    color: rgba(33, 39, 42, var(--tw-text-opacity, 1));
}
.tw-text-\[\#242424\] {
    --tw-text-opacity: 1;
    color: rgba(36, 36, 36, 1);
    color: rgba(36, 36, 36, var(--tw-text-opacity, 1));
}
.tw-text-\[\#2940B9\] {
    --tw-text-opacity: 1;
    color: rgba(41, 64, 185, 1);
    color: rgba(41, 64, 185, var(--tw-text-opacity, 1));
}
.tw-text-\[\#2940b9\] {
    --tw-text-opacity: 1;
    color: rgba(41, 64, 185, 1);
    color: rgba(41, 64, 185, var(--tw-text-opacity, 1));
}
.tw-text-\[\#344054\] {
    --tw-text-opacity: 1;
    color: rgba(52, 64, 84, 1);
    color: rgba(52, 64, 84, var(--tw-text-opacity, 1));
}
.tw-text-\[\#3BE100\] {
    --tw-text-opacity: 1;
    color: rgba(59, 225, 0, 1);
    color: rgba(59, 225, 0, var(--tw-text-opacity, 1));
}
.tw-text-\[\#4D5255\] {
    --tw-text-opacity: 1;
    color: rgba(77, 82, 85, 1);
    color: rgba(77, 82, 85, var(--tw-text-opacity, 1));
}
.tw-text-\[\#50535A\] {
    --tw-text-opacity: 1;
    color: rgba(80, 83, 90, 1);
    color: rgba(80, 83, 90, var(--tw-text-opacity, 1));
}
.tw-text-\[\#5C6578\] {
    --tw-text-opacity: 1;
    color: rgba(92, 101, 120, 1);
    color: rgba(92, 101, 120, var(--tw-text-opacity, 1));
}
.tw-text-\[\#8390D6\] {
    --tw-text-opacity: 1;
    color: rgba(131, 144, 214, 1);
    color: rgba(131, 144, 214, var(--tw-text-opacity, 1));
}
.tw-text-\[\#878787\] {
    --tw-text-opacity: 1;
    color: rgba(135, 135, 135, 1);
    color: rgba(135, 135, 135, var(--tw-text-opacity, 1));
}
.tw-text-\[\#888B90\] {
    --tw-text-opacity: 1;
    color: rgba(136, 139, 144, 1);
    color: rgba(136, 139, 144, var(--tw-text-opacity, 1));
}
.tw-text-\[\#9198A4\] {
    --tw-text-opacity: 1;
    color: rgba(145, 152, 164, 1);
    color: rgba(145, 152, 164, var(--tw-text-opacity, 1));
}
.tw-text-\[\#E11B00\] {
    --tw-text-opacity: 1;
    color: rgba(225, 27, 0, 1);
    color: rgba(225, 27, 0, var(--tw-text-opacity, 1));
}
.tw-text-\[\#EAECF8\] {
    --tw-text-opacity: 1;
    color: rgba(234, 236, 248, 1);
    color: rgba(234, 236, 248, var(--tw-text-opacity, 1));
}
.tw-text-\[\#EE2B7E\] {
    --tw-text-opacity: 1;
    color: rgba(238, 43, 126, 1);
    color: rgba(238, 43, 126, var(--tw-text-opacity, 1));
}
.tw-text-\[\#EEEEED\] {
    --tw-text-opacity: 1;
    color: rgba(238, 238, 237, 1);
    color: rgba(238, 238, 237, var(--tw-text-opacity, 1));
}
.tw-text-\[\#FF8C22\] {
    --tw-text-opacity: 1;
    color: rgba(255, 140, 34, 1);
    color: rgba(255, 140, 34, var(--tw-text-opacity, 1));
}
.tw-text-\[\#FFFFFF\] {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.tw-text-\[\#e6422b\] {
    --tw-text-opacity: 1;
    color: rgba(230, 66, 43, 1);
    color: rgba(230, 66, 43, var(--tw-text-opacity, 1));
}
.tw-text-\[rgba\(11\,_26\,_59\,_0\.5\)\] {
    color: rgba(11, 26, 59, 0.5);
}
.tw-text-accent-foreground {
    color: hsl(var(--color-accent-foreground));
}
.tw-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.tw-text-body {
    color: #101828;
    color: var(--color-body);
}
.tw-text-danger {
    color: #eb0062;
    color: var(--color-danger);
}
.tw-text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}
.tw-text-link {
    color: #3172f7;
    color: var(--color-link);
}
.tw-text-primary {
    color: #fd417f;
    color: var(--color-primary);
}
.tw-text-secondary {
    color: #2940b9;
    color: var(--color-secondary);
}
.tw-text-success {
    color: #3be100;
    color: var(--color-success);
}
.tw-text-warning {
    color: #ff8c22;
    color: var(--color-warning);
}
.tw-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.tw-underline {
    text-decoration-line: underline;
}
.tw-opacity-0 {
    opacity: 0;
}
.tw-opacity-100 {
    opacity: 1;
}
.tw-opacity-50 {
    opacity: 0.5;
}
.tw-opacity-80 {
    opacity: 0.8;
}
.tw-shadow-\[0_10px_38px_-10px_hsla\(206\,22\%\,7\%\,\.35\)\,0_10px_20px_-15px_hsla\(206\,22\%\,7\%\,\.2\)\] {
    --tw-shadow: 0 10px 38px -10px hsla(206,22%,7%,.35),0 10px 20px -15px hsla(206,22%,7%,.2);
    --tw-shadow-colored: 0 10px 38px -10px var(--tw-shadow-color), 0 10px 20px -15px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 38px -10px hsla(206,22%,7%,.35),0 10px 20px -15px hsla(206,22%,7%,.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.tw-shadow-\[2px_-2px_10px_0px_rgba\(0\,_0\,_0\,_0\.25\)\] {
    --tw-shadow: 2px -2px 10px 0px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 2px -2px 10px 0px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 2px -2px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.tw-shadow-\[var\(--shadow-6\)\] {
    --tw-shadow-color: var(--shadow-6);
    --tw-shadow: var(--tw-shadow-colored);
}
.tw-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.tw-transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.tw-transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.tw-duration-300 {
    transition-duration: 300ms;
}
.tw-will-change-\[transform\,opacity\] {
    will-change: transform,opacity;
}
@keyframes enter {
    from {
        opacity: 1;
        opacity: var(--tw-enter-opacity, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
        transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
    }
}
@keyframes exit {
    to {
        opacity: 1;
        opacity: var(--tw-exit-opacity, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
        transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
    }
}
.tw-duration-300 {
    animation-duration: 300ms;
}
.first\:tw-w-\[400px\]:first-child {
    width: 400px;
}
.first\:tw-w-\[450px\]:first-child {
    width: 450px;
}
.first\:tw-rounded-l-md:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.first\:tw-rounded-t-\[8px\]:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.first\:tw-border-l:first-child {
    border-left-width: 1px;
}
.first\:tw-border-r-0:first-child {
    border-right-width: 0px;
}
.last\:tw-mb-0:last-child {
    margin-bottom: 0px;
}
.last\:tw-rounded-b-\[8px\]:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.last\:tw-rounded-r-md:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.last\:tw-border-l-0:last-child {
    border-left-width: 0px;
}
.last\:tw-border-r:last-child {
    border-right-width: 1px;
}
.hover\:tw-bg-\[\#2940B8\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 64, 184, 1);
    background-color: rgba(41, 64, 184, var(--tw-bg-opacity, 1));
}
.hover\:tw-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.aria-selected\:tw-bg-\[\#EAECF8\][aria-selected="true"] {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 236, 248, 1);
    background-color: rgba(234, 236, 248, var(--tw-bg-opacity, 1));
}
.aria-selected\:tw-bg-\[\#EAECF8\]\/50[aria-selected="true"] {
    background-color: rgba(234, 236, 248, 0.5);
}
.aria-selected\:tw-text-accent-foreground[aria-selected="true"] {
    color: hsl(var(--color-accent-foreground));
}
.aria-selected\:tw-opacity-100[aria-selected="true"] {
    opacity: 1;
}
.aria-selected\:tw-opacity-30[aria-selected="true"] {
    opacity: 0.3;
}
@keyframes tw-slideRightAndFade {
    from {
        opacity: 0;
        transform: translateX(-2px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.data-\[state\=open\]\:data-\[side\=left\]\:tw-animate-slideRightAndFade[data-side="left"][data-state="open"] {
    animation: tw-slideRightAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes tw-slideLeftAndFade {
    from {
        opacity: 0;
        transform: translateX(2px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.data-\[state\=open\]\:data-\[side\=right\]\:tw-animate-slideLeftAndFade[data-side="right"][data-state="open"] {
    animation: tw-slideLeftAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes tw-slideDownAndFade {
    from {
        opacity: 0;
        transform: translateY(-2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.data-\[state\=open\]\:data-\[side\=top\]\:tw-animate-slideDownAndFade[data-side="top"][data-state="open"] {
    animation: tw-slideDownAndFade 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes tw-contentShow {
    from {
        opacity: 0;
        transform: translate(-50%, -48%) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}
.data-\[state\=open\]\:tw-animate-contentShow[data-state="open"] {
    animation: tw-contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes tw-overlayShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.data-\[state\=open\]\:tw-animate-overlayShow[data-state="open"] {
    animation: tw-overlayShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes tw-slideDown {
    from {
        height: 0px;
    }
    to {
        height: var(--radix-accordion-content-height);
    }
}
.data-\[state\=open\]\:tw-animate-slideDown[data-state="open"] {
    animation: tw-slideDown 100ms cubic-bezier(0.87, 0, 0.13, 1);
}
.data-\[state\=open\]\:tw-py-2[data-state="open"] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.data-\[state\=open\]\:tw-animate-in[data-state="open"] {
    animation-name: enter;
    animation-duration: 150ms;
    --tw-enter-opacity: initial;
    --tw-enter-scale: initial;
    --tw-enter-rotate: initial;
    --tw-enter-translate-x: initial;
    --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:tw-animate-out[data-state="closed"] {
    animation-name: exit;
    animation-duration: 150ms;
    --tw-exit-opacity: initial;
    --tw-exit-scale: initial;
    --tw-exit-rotate: initial;
    --tw-exit-translate-x: initial;
    --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:tw-fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
}
.data-\[state\=open\]\:tw-fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:tw-zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
}
.data-\[state\=open\]\:tw-zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:tw-slide-in-from-top-2[data-side="bottom"] {
    --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:tw-slide-in-from-right-2[data-side="left"] {
    --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:tw-slide-in-from-left-2[data-side="right"] {
    --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:tw-slide-in-from-bottom-2[data-side="top"] {
    --tw-enter-translate-y: 0.5rem;
}
.tw-group\/item[data-state="open"] .group-data-\[state\=open\]\/item\:tw-rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-group\/trigger[data-state="open"] .group-data-\[state\=open\]\/trigger\:tw-rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 640px) {
    .sm\:tw-flex-row {
        flex-direction: row;
    }
    .sm\:tw-flex-col {
        flex-direction: column;
    }
    .sm\:tw-gap-\[50px\] {
        gap: 50px;
    }
    .sm\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * 0);
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * (1 - 0));
        margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
        margin-left: calc(1rem * calc(1 - 0));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * (1 - 0));
        margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
        margin-top: calc(0px * calc(1 - 0));
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * 0);
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
}
@media (min-width: 768px) {
    .md\:tw-block {
        display: block;
    }
    .md\:tw-hidden {
        display: none;
    }
    .md\:tw-h-full {
        height: 100%;
    }
    .md\:tw-max-w-\[410px\] {
        max-width: 410px;
    }
    .md\:tw-flex-row {
        flex-direction: row;
    }
    .md\:tw-flex-nowrap {
        flex-wrap: nowrap;
    }
    .md\:tw-gap-6 {
        gap: 1.5rem;
    }
    .md\:tw-gap-\[10\%\] {
        gap: 10%;
    }
}
@media (min-width: 1024px) {
    .lg\:tw-col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:tw-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:tw-flex-row {
        flex-direction: row;
    }
    .lg\:tw-gap-\[40px\] {
        gap: 40px;
    }
}
@media (min-width: 1280px) {
    .xl\:tw-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.\[\&\.active\]\:tw-bg-primary.active {
    background-color: #fd417f;
    background-color: var(--color-primary);
}
.\[\&\.active\]\:tw-bg-secondary.active {
    background-color: #2940b9;
    background-color: var(--color-secondary);
}
.\[\&\.active\]\:tw-text-white.active {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.\[\&\:first-child_td_\>_div\]\:\!tw-mt-5:first-child td > div {
    margin-top: 1.25rem !important;
}
.\[\&\:nth-child\(1n\+2\)\]\:tw-text-center:nth-child(1n+2) {
    text-align: center;
}
.\[\&\>\.form-group\\_\\_content\]\:tw-grow>.form-group__content {
    flex-grow: 1;
}
.\[\&\>\.form-group\]\:\!tw-mb-0>.form-group {
    margin-bottom: 0px !important;
}
.\[\&\>\.sidebar\\_\\_section\]\:tw-w-full>.sidebar__section {
    width: 100%;
}
.\[\&\>div\:first-child\]\:\!tw-pl-0>div:first-child {
    padding-left: 0px !important;
}
.\[\&\>p\]\:tw-mb-0>p {
    margin-bottom: 0px;
}
.\[\&\>strong\]\:tw-text-\[\#F36BA5\]>strong {
    --tw-text-opacity: 1;
    color: rgba(243, 107, 165, 1);
    color: rgba(243, 107, 165, var(--tw-text-opacity, 1));
}
.\[\&_\+_\.scoring-buying-stage\\_\\_type\]\:tw-mt-\[32px\] + .scoring-buying-stage__type {
    margin-top: 32px;
}
.\[\&_\+_button\]\:\!tw-border-l + button {
    border-left-width: 1px !important;
}
.\[\&_\+_div\]\:tw-mt-2 + div {
    margin-top: 0.5rem;
}
.\[\&_\+_li\]\:tw-mt-4 + li {
    margin-top: 1rem;
}
.\[\&_\+_li\]\:tw-mt-5 + li {
    margin-top: 1.25rem;
}
.\[\&_\.form-group\]\:\!tw-mb-0 .form-group {
    margin-bottom: 0px !important;
}
.\[\&_\.select\\_\\_placeholder\]\:tw-whitespace-nowrap .select__placeholder {
    white-space: nowrap;
}
.\[\&_div\]\:tw-flex-grow div {
    flex-grow: 1;
}
.\[\&_h3\]\:\!tw-text-lg h3 {
    font-size: 1rem !important;
}
.\[\&_img\]\:tw-max-w-\[390px\] img {
    max-width: 390px;
}
.\[\&_img\]\:tw-max-w-\[570px\] img {
    max-width: 570px;
}
.\[\&_input\]\:\!tw-h-10 input {
    height: 2.5rem !important;
}
.\[\&_input\]\:\!tw-h-\[30px\] input {
    height: 30px !important;
}
.\[\&_label\]\:\!tw-mb-3 label {
    margin-bottom: 0.75rem !important;
}
.\[\&_label\]\:\!tw-mb-\[8px\] label {
    margin-bottom: 8px !important;
}
.\[\&_label\]\:\!tw-text-base label {
    font-size: 0.875rem !important;
}
.\[\&_label\]\:\!tw-text-lg label {
    font-size: 1rem !important;
}
.\[\&_label\]\:\!tw-font-medium label {
    font-weight: 500 !important;
}
.\[\&_label\]\:\!tw-font-normal label {
    font-weight: 400 !important;
}
.\[\&_label\]\:tw-font-medium label {
    font-weight: 500;
}
.\[\&_label\]\:tw-font-normal label {
    font-weight: 400;
}
.\[\&_label\]\:\!tw-leading-none label {
    line-height: 1 !important;
}
.\[\&_label\]\:\!tw-opacity-100 label {
    opacity: 1 !important;
}
.\[\&_sidebar\\_\\_section\\-trigger\]\:\!tw-p-\[0px_16px\] sidebar__section\-trigger {
    padding: 0px 16px !important;
}
.\[\&_span\]\:\!tw-ml-0 span {
    margin-left: 0px !important;
}
.\[\&_span\]\:tw-leading-\[0\] span {
    line-height: 0;
}
.\[\&_svg\]\:tw-self-start svg {
    align-self: flex-start;
}
.\[\&_tr_td\]\:\!tw-h-\[50px\] tr td {
    height: 50px !important;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-gap-10 {
    gap: 2.5rem;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-gap-\[40px\] {
    gap: 40px;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-gap-\[80px\] {
    gap: 80px;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-p-\[20px\] {
    padding: 20px;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:\!tw-text-lg {
    font-size: 1rem !important;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-text-\[18px\] {
    font-size: 18px;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-text-\[24px\] {
    font-size: 24px;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-text-\[28px\] {
    font-size: 28px;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-text-\[32px\] {
    font-size: 32px;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-text-lg {
    font-size: 1rem;
}
body[data-help=open] .\[body\[data-help\=open\]_\&\]\:tw-text-xl {
    font-size: 1.125rem;
}
body[data-help=open] .\[body\[data-help\=open\]_\&_img\]\:tw-max-w-\[256px\] img {
    max-width: 256px;
}
body[data-help=open] .\[body\[data-help\=open\]_\&_img\]\:tw-max-w-\[510px\] img {
    max-width: 510px;
}
body[data-sidebar=closed] .\[body\[data-sidebar\=closed\]_\&\]\:tw-left-\[calc\(var\(--sidebar-closed-width\)\)\] {
    left: calc(62px);
    left: calc(var(--sidebar-closed-width));
}
body[data-sidebar=closed] .\[body\[data-sidebar\=closed\]_\&\]\:tw-w-\[calc\(100\%_-_var\(--sidebar-closed-width\)\)\] {
    width: calc(100% - 62px);
    width: calc(100% - var(--sidebar-closed-width));
}
