@charset "UTF-8";
:root {
  --base-font-size: 11px;
}

.ms-6 {
  margin-left: 4rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

h1, .h1 {
  font-size: 13px;
  color: #c18df3;
}

h2, .h2 {
  font-size: 12px;
  color: #333333;
}

h3, .h3 {
  font-size: 13px;
  color: #333333;
  margin-bottom: 0px;
}

h4, .h4 {
  font-size: 12px !important;
  color: #333333;
  font-weight: bold !important;
  position: relative;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 12px !important;
  color: #333333;
}

h6, .h6 {
  font-size: 11px !important;
  color: #333333 !important;
}

h4::after, .h4::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 33px;
  border-bottom: 2px solid #c18df3;
  left: 0;
  right: 0;
  margin: 0;
  bottom: -5px;
}

.font-weight-bold {
  font-weight: bold !important;
}

p {
  font-size: var(--base-font-size);
  color: #333333;
  margin-bottom: 0px;
}

a {
  color: #006fff;
  text-decoration: none !important;
  font-weight: normal;
}

sub {
  font-size: 10px;
}

ul li {
  padding-bottom: 5px;
  word-spacing: 1px;
}

a:hover {
  text-decoration: underline;
}

.list-heading {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

.main-heading {
  width: 100%;
  float: left;
  padding: 5px 10px 5px 10px;
  position: relative;
  display: flex;
  justify-content: unset;
}

.main-heading .heading-left {
  display: flex;
  float: left;
  flex-grow: 1;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}

.main-heading .heading-right {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.main-heading .heading-center {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.sub-main-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sub-heading {
  text-transform: uppercase;
}

.sub-heading h2, .sub-heading .h2 {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  position: relative;
}

.sub-heading h2::after, .sub-heading .h2::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 33px;
  border-bottom: 2px solid #c18df3;
  left: 0;
  right: 0;
  margin: 0;
  bottom: -5px;
}

.sub-heading-center {
  display: flex;
}

.sub-heading-right {
  display: flex;
  justify-content: flex-end;
  margin-top: -10px;
}

.main-component h1, .main-component .h1 {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}

ol,
ul {
  padding-left: 1rem;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #e5e8eb;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #9eb5c9;
}

button {
  background-color: transparent;
}

.dataTables_scrollBody tr {
  border-bottom: 1px solid #e5e8eb !important;
  border-style: solid !important;
}

.custom-datatable td {
  border-bottom: 1px solid #e5e8eb !important;
  border-style: solid !important;
}

.compare-main-data td {
  border-bottom: 1px solid #e5e8eb !important;
  border-style: solid !important;
}

tr.dataRepositoryUpdatedDiffRowHighlight td {
  border-bottom: 1px solid #ff0000 !important;
}

tr.dataRepositoryNewDiffRowHighlight td {
  border-bottom: 1px solid #4caf50 !important;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit !important;
  border-style: inherit !important;
}

.custom-style-editor ul li {
  padding-bottom: 0px !important;
  word-spacing: 0px !important;
}

.w100 {
  width: 100%;
  float: left;
}

.w-95 {
  width: 95% !important;
}

.modal {
  overflow-y: hidden !important;
}

.irx-overlay.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: pointer;
}

.daterangepicker {
  font-size: 11px !important;
  font-family: "SuisseIntl", sans-serif !important;
  background-color: #f8f9fa !important;
  border: 1px solid #e5e8eb !important;
  -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  box-shadow: -3px 6px 21px -11px rgb(51, 51, 51) !important;
  border-radius: 4px !important;
  width: 630px !important;
  z-index: 7001 !important;
}

.daterangepicker:before {
  border-right: 0px !important;
  border-left: 0px !important;
  border-bottom: 0px !important;
}

.daterangepicker:after {
  border-right: 0px !important;
  border-left: 0px !important;
  border-bottom: 0px !important;
}

.daterangepicker .drp-buttons .btn {
  font-weight: normal !important;
}

.daterangepicker .calendar-table {
  background-color: #f8f9fa !important;
}

.daterangepicker .ranges li.active {
  background-color: #c18df3 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #c18df3 !important;
}

.tooltip {
  position: absolute !important;
  z-index: 1020 !important;
  display: block !important;
  visibility: visible !important;
  padding: 5px !important;
  font-size: 11px !important;
  opacity: 1 !important;
  filter: alpha(opacity=0);
  z-index: 2400 !important;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip .tooltip-arrow::before {
  border-color: transparent !important;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0 !important;
  width: 5px !important;
  height: 5px !important;
  margin: auto !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 5px solid #222834 !important;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0 !important;
  width: 5px !important;
  height: 5px !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-left: 5px solid #222834 !important;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0 !important;
  left: 8% !important;
  width: 5px !important;
  height: 5px !important;
  margin-left: -5px !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid #222834 !important;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0 !important;
  width: 5px !important;
  height: 5px !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-right: 5px solid #222834 !important;
}

.tooltip-inner {
  max-width: 300px !important;
  padding: 5px 10px !important;
  color: #fff !important;
  text-align: left !important;
  text-decoration: none !important;
  background-color: #222834 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 11px !important;
  line-height: 15px !important;
  z-index: 2400 !important;
}

.tooltip-inner p {
  color: #fff !important;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.loader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}

.custom-loader .loader-pos,
.loader .loader-pos {
  position: absolute;
  width: 3%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.custom-loader .spinner-border,
.loader .loader-pos .spinner-border {
  color: #67a9ff !important;
}

.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%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.modal-content {
  border-radius: 4px;
}

.modal-title {
  font-size: 12px;
}

.irxError {
  position: absolute;
}

.dropdown-menu a {
  padding: 5px 5px 5px 0px !important;
}

.dropdown-menu a:hover {
  background-color: #e9edf5;
  padding: 5px 5px 5px 0px !important;
}

.dropdown-menu.show {
  z-index: 1000 !important;
}

.treeview .dropdown-menu.show {
  max-width: 250px;
}

.workflow-dropdown {
  width: auto;
  margin-top: 10px;
}

.workflow-dropdown span {
  margin-right: 5px;
}

.workflow-dropdown .dropdown-menu a {
  padding: 5px 5px 5px 0px !important;
}

.dropdownicon a {
  padding: 5px 5px 5px 0px !important;
}

.dropdownicon a:hover {
  color: #c18df3 !important;
}

.workflow-dropdown button.btn.dropdown-toggle.irx-dropdown {
  text-align: left;
  padding: 3px 3px 3px 7px !important;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 10px !important;
}

.workflow-dropdown .irx-dropdown .icon-down-arrow {
  padding: 0px 6px;
  position: unset;
  margin-right: 0px;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #c18df3;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #c18df3;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}

.range-field {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.tagBtn {
  font-size: 10px;
  border-radius: 4px;
  border: 1px solid #c18df3;
  padding: 2px 4px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 2px;
  margin-bottom: 2px;
  background: rgba(193, 144, 243, 0.1098039216);
}

.nonPreferredBtn {
  background: #dee2e6 !important;
  border: 1px solid #282244;
}

.align {
  display: inline-block;
  margin-right: 5px !important;
}

.sorting:hover {
  color: #c18df3;
}

.custom-dropdown.left {
  left: 0px;
  right: unset;
}

.custom-dropdown.right {
  right: 0px;
  left: unset;
}

.custom-dropdown.top {
  top: unset;
  bottom: 40px;
}

.custom-dropdown.bottom {
  top: 40px;
  bottom: unset;
}

.dropdown .left {
  left: 0px !important;
  right: unset !important;
}

.dropdown .right {
  right: 0px !important;
  left: unset !important;
}

.picker__box {
  font-size: 11px !important;
  -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  box-shadow: -3px 6px 21px -11px rgb(51, 51, 51) !important;
  border-bottom-width: unset !important;
  border: 1px solid #e5e8eb !important;
}

.picker__frame {
  max-width: 350px !important;
}

.picker__select--month,
.picker__select--year {
  height: 3em !important;
  border: 1px solid #e5e8eb !important;
}

.picker__input.picker__input--active {
  border-color: #e5e8eb !important;
}

.picker__holder {
  overflow-y: unset !important;
  position: absolute !important;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #f2e8fd !important;
  color: #333333 !important;
}

.picker__day--highlighted {
  border-color: #c18df3 !important;
}

.picker__day--today:before {
  border-top: 0.5em solid #c18df3 !important;
}

.picker__footer {
  margin-bottom: 10px;
}

.picker__button--today:before {
  border-top: 0.66em solid #c18df3 !important;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  background: #f2e8fd !important;
  border-bottom-color: #f2e8fd !important;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #f2e8fd !important;
}

.picker__select--year {
  width: 31.5% !important;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: #f2e8fd !important;
}

.picker[aria-hidden^=true] {
  display: none;
}

.picker__select--month {
  width: 45% !important;
}

.list-style-none {
  list-style: none;
}

ul.list-style-none {
  padding-left: 0;
}

.modal-header {
  padding: 10px 10px !important;
}

.modal-body {
  padding: 10px 10px !important;
}

.modal-body .icon-down-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 16px 16px;
}

.modal-footer {
  padding: 10px 10px;
}

.new-change-text {
  color: #13be06;
  font-weight: bold;
}

.update-change-text {
  color: #ff0000;
  font-weight: bold;
}

.new-change-border {
  border: 1px solid #13be06;
}

.update-change-border {
  border: 1px solid #ff0000 !important;
}

.new-value {
  font-size: 9px;
  color: #13be06;
  display: inline-block;
}

.old-value {
  font-size: 9px;
  color: #ff0000;
  display: inline-block;
}

.new-box {
  background-color: #13be06;
  padding: 4px;
  display: inline-block;
  margin-right: 3px;
}

.old-box {
  background-color: #ff0000;
  padding: 4px;
  display: inline-block;
  text-decoration: line-through;
  margin-right: 3px;
}

.disabled {
  opacity: 0.65;
  pointer-events: none;
}

.customPaginationTable {
  margin: auto !important;
}

.custom-pagination {
  margin: 0 auto 10px;
}

.custom-pagination .pagination-wrap {
  flex-grow: unset;
}

.pagination-wrap {
  flex-grow: 3;
  display: inline-flex;
  margin: auto;
}

.datatable-count {
  display: flex;
  padding: 0 10px;
}

.alert {
  position: fixed !important;
  bottom: unset;
  left: unset;
  z-index: 3061 !important;
  width: 300px;
  background: #fff;
  top: 30px;
  right: 23px;
}

.alert .closeAlert {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  padding: 10px;
}

.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 12px;
  padding-right: 30px;
}

.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 12px;
  padding-right: 30px;
}

.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 12px;
  padding-right: 30px;
}

button.closeAlert {
  position: absolute;
}

.autosuggest-custom {
  background: #fff !important;
  position: absolute;
  z-index: 5;
  width: 100%;
  -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
}

.autosuggestList {
  max-height: 200px;
  overflow-y: auto;
  padding-left: 6px;
  background: #f8f9fa;
  border-radius: 4px;
  border-left: 1px solid #e5e8eb;
  border-right: 1px solid #e5e8eb;
}

.autosuggestListItem:first-child {
  margin-top: 5px;
}

.autosuggestListItem {
  padding: 4px;
  cursor: pointer;
}

.autosuggestListItem:hover {
  padding: 4px;
  cursor: pointer;
  background-color: #c18df3;
  border-radius: 3px;
  color: #fff;
}

#toEmailTextContainer {
  margin: 5px 0;
}

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

.form-floating {
  margin: 0 0 10px 0 !important;
}

form .icon-down-arrow {
  padding: 16px !important;
}

.dropdown-menu {
  border: 0px solid #e5e8eb !important;
  margin-top: 0px !important;
  padding: 10px !important;
  -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  background: #f8f9fa;
  border-radius: 4px;
  color: #333333 !important;
  position: relative;
  z-index: 100 !important;
  font-size: 11px !important;
}

a.dropdown-item {
  padding: 5px 0;
  color: #333333 !important;
}

a.dropdown-item :hover {
  text-decoration: none !important;
}

.custom-dropdown a.dropdown-item {
  color: #fff !important;
}

.spinner-border {
  width: 30px !important;
  height: 30px !important;
}

.search-container {
  width: 550px;
  border: 0px solid #e5e8eb !important;
  margin-top: 0px !important;
  padding: 10px !important;
  -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  background: #f8f9fa;
  border-radius: 4px;
  color: #333333 !important;
  position: absolute;
  top: 42px;
  z-index: 10;
  right: 22vw;
}

.search-container .default-icon {
  background-color: transparent;
  float: left;
}

.search-container .repository-dropdown {
  -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  background: #fff;
  position: absolute;
  top: 52px;
  right: 0px;
  padding: 10px;
  border-radius: 4px;
}

.search-input {
  width: 100%;
  float: left;
  margin-right: 5px;
  position: relative;
}

.search-input .icon-search {
  background-position: left;
  position: absolute;
  top: 5px;
  right: 11px;
  cursor: pointer;
  width: 16px;
}

.search-input input {
  min-height: calc(30px + var(--bs-border-width) * 2) !important;
}

.search-input .icon-down-info {
  right: 40px;
  top: 2px;
}

.search-main-container .carouselslider {
  margin: 10px 0 3px 0;
}

.search-main-container .carousel-inner {
  border-bottom: 1px solid #dee2e6;
  margin-top: 20px;
}

.left-move i,
.right-move i {
  color: #a75eee !important;
  font-size: 25px !important;
}

.PreviousSlider {
  text-indent: 16px !important;
}

.carousel-control-prev,
.carousel-control-next {
  color: #333333 !important;
  position: relative !important;
  top: 0 !important;
  font-size: 12px !important;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff !important;
}

.search-main-container .table thead th:first-child {
  padding: 0px !important;
}

.search-main-container .tab-view {
  padding: 0px 10px !important;
}

.search-main-container .icon-wrap {
  float: left;
  display: inline-block !important;
  width: auto !important;
  margin-right: 5px;
}

.search-main-container .entity-title {
  text-transform: uppercase;
  float: left;
  margin-right: 5px;
}

.no-height {
  height: unset !important;
}

.min-height-search-dropdown {
  overflow-y: auto;
  min-height: 315px;
}

.moreTab.active {
  padding: 0px 0px 5px 0px !important;
  color: #c18df3 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  border-bottom: 3px solid #c18df3 !important;
}

.search-main-container .dropdown-item.active,
.dropdown-item:active {
  background-color: #fff;
  color: #c18df3;
}

.custom-datatable {
  table-layout: fixed;
  width: 100%;
}

.dataTables_scrollHead .form-control {
  display: none;
}

table.dataTable thead tr > .dtfc-fixed-right {
  background-color: #e5e8eb !important;
}

.space-wrap .custom-datatable td {
  white-space: unset !important;
}

.bg-table .custom-datatable th {
  background: #e5e8eb;
  padding: 5px;
}

.bg-table .custom-datatable td {
  padding: 5px;
}

.dtfc-fixed-right {
  background-color: #fff;
}

.custom-datatable thead tr > .dtfc-fixed-left.pinnedColumn .playbookHeaderColumnUnpinIcon,
.custom-datatable thead tr > .dtfc-fixed-right.pinnedColumn .playbookHeaderColumnUnpinIcon {
  display: block !important;
  color: #fff;
}

.custom-datatable .playbookTimezoneContainer .dropdown-content {
  max-height: 300px !important;
  overflow: auto;
}

.custom-datatable th,
.custom-datatable td {
  white-space: nowrap;
}

.custom-datatable .webkitWrap.toggleBlock {
  white-space: break-spaces;
}

.toggleBlockChild.webkitWrap {
  white-space: break-spaces;
}

.custom-datatable table.table thead th.DTCR_tableHeader {
  padding: 0px 5px;
  line-height: 1.2rem;
  white-space: initial !important;
  min-width: 100px !important;
  cursor: move !important;
}

.custom-datatable table.table thead th .custom-dropdown-container-parent {
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.8;
  padding-top: 0px;
  padding-bottom: 0px;
}

.custom-datatable .dataTables_scrollBody thead {
  visibility: visible !important;
}

.custom-dropdown-container-parent {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

.custom-datatable thead .dtfc-fixed-left {
  outline-color: #c18df3 !important;
}

.custom-datatable .dataTables_scrollBody th.dtfc-fixed-left.active:after {
  border-top: 10px solid #89bedb;
}

.custom-datatable.bulk-move thead .dtfc-fixed-left {
  border-color: #fff !important;
}

.custom-datatable table.table thead th.DTCR_tableHeader {
  padding: 0px 5px;
  line-height: 1.2rem;
  white-space: initial !important;
  min-width: 100px !important;
  cursor: move !important;
}

.custom-datatable table.table tbody td {
  min-width: 100px !important;
}

.custom-datatable table.table thead th .custom-dropdown-container-parent {
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.8;
  height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.custom-datatable th.dtfc-fixed-left,
.custom-datatable th.dtfc-fixed-right {
  background: #e5e8eb !important;
  padding: 0px 0px 0px 10px;
  z-index: 2 !important;
  right: -2px !important;
}

.custom-datatable th.dtfc-fixed-left a,
.custom-datatable th.dtfc-fixed-right a {
  position: relative;
  top: -2px;
}

.custom-datatable th.dtfc-fixed-left a,
.custom-datatable th.dtfc-fixed-right a {
  font-weight: bold;
  color: #333333 !important;
}

.custom-datatable table thead th {
  padding-right: 0px !important;
  padding-left: 9px !important;
}

.custom-datatable table td:last-child {
  padding: 0px 0px 0px 10px;
}

.custom-dropdown-container-parent-body .custom-dropdown {
  top: 0px !important;
  font-weight: normal;
  max-height: 340px;
  color: #333333;
}

.custom-dropdown-container-parent-body .custom-dropdown-content {
  max-height: 100px;
}

.pincss {
  padding: 1px 2px 1px 2px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.pincss:hover,
.pincss.active {
  background-color: #c18df3;
  color: #fff;
  border-radius: 3px;
}

.pincss:hover span {
  color: #fff;
}

.custom-dropdown-container .irx-input {
  margin: 0 7px;
}

.topRecordCounts span a {
  color: #333333 !important;
}

.topRecordCounts span a:hover {
  color: #333333 !important;
}

.topRecordCounts span a.filtered {
  color: #721c24 !important;
  font-weight: bold !important;
  font-size: 13px !important;
}

.playbookTableContainer.playbookViewTableContainer .show_count {
  width: 35vw !important;
}

.repositoryTableContainer .show_count {
  margin: -36px auto 10px auto !important;
  width: 35vw !important;
}

.playbooktimezoneContainer {
  margin-right: 20px !important;
}

.custom-dropdown-open {
  position: sticky !important;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.form-check.custom-datatable-filter-margin {
  padding-left: 10px;
  margin-top: 0px;
  position: relative;
  left: 0px;
  margin-left: 0px;
  padding-left: 4px !important;
}

.form-check.custom-datatable-filter-margin:hover {
  background-color: #c18df3;
  color: #fff;
  border-radius: 3px;
  padding-bottom: 0px;
  cursor: pointer;
}

.form-check.custom-datatable-filter-margin input[type=checkbox] {
  margin-top: 6px;
}

.custom-dropdown-container-parent-body .list-container {
  margin-top: 0px;
}

.legend-container {
  position: relative;
  margin: 0 10px 0 0px;
}

.legend-mid-container {
  border: 0px solid #e5e8eb !important;
  top: 40px !important;
  padding: 10px !important;
  -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  background: #f8f9fa;
  border-radius: 4px;
  color: #333333 !important;
  z-index: 100 !important;
  font-size: 11px !important;
  min-width: 200px;
  height: 100%;
  min-height: 100px;
  position: absolute;
  right: 0px;
  overflow-y: auto;
}

.list-legend li {
  list-style: none;
  margin-left: 10px;
  cursor: pointer;
}

.list-legend li span {
  color: #282244;
  font-weight: bold;
}

.list-legend li .active {
  color: #c18df3;
  font-weight: bold;
}

.list-legend li .active span {
  color: #c18df3;
  font-weight: bold;
}

.list-legend li input[type=checkbox] {
  margin-top: 3px;
}

.session-type {
  padding: 5px;
  background-color: #e1f0ff;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  overflow-y: hidden;
  text-wrap: nowrap;
}

.tabs-playbook {
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  text-wrap: nowrap;
}

.tabs-playbook ul {
  width: 100%;
}

.searchCriteria {
  padding: 3px 10px;
  background-color: #e9edf5;
  width: 100% !important;
  display: flex;
  font-size: 11px;
}

.custom-datatable .dropdown-menu.dropdownicon.show {
  margin-left: 0px !important;
}

.dtfc-fixed-right .dropdown-menu.dropdownicon.show {
  right: 42px !important;
  left: auto !important;
}

.custom-datatable .workflow-dropdown-menu.dropdownicon.show {
  margin-left: 0px !important;
}

.custom-datatable table tbody tr td.irx-table-row {
  padding: 2px 11px !important;
  background-color: #fff !important;
}

.custom-datatable table tbody tr:hover {
  background-color: transparent !important;
}

.custom-card-repo {
  background-color: #f3f3f3;
  border: 1px solid #e9edf5;
  padding: 0px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.custom-card-repo a {
  color: #282244;
  padding: 10px;
  width: 100%;
  display: block;
  text-transform: uppercase;
}

.custom-card-repo a:hover,
.custom-card-repo a.active {
  background-color: #c18df3;
  color: #fff;
}

.left-fixed-bar {
  position: fixed;
  z-index: 1;
  overflow-y: auto;
  left: 0;
  overflow-x: hidden;
  width: 15%;
  padding-top: 0px;
  height: 71vh;
  top: 117px;
  left: 12px;
}

.custom-datatable .columnLabel {
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 25px);
}

.custom-datatable .dtfc-fixed-left .columnLabel,
.custom-datatable .sorting_asc .columnLabel,
.custom-datatable .sorting_desc .columnLabel {
  width: calc(100% - 45px);
}

.custom-datatable .sorting_asc.dtfc-fixed-left .columnLabel,
.custom-datatable .sorting_desc.dtfc-fixed-left .columnLabel {
  width: calc(100% - 55px);
}

.pinnedColumn .icon-pin-unfilled {
  display: block !important;
}

.repo-copy-margin {
  margin: 10px 20px;
}

.manual-copy .icon-down-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 16px 16px;
}

.manual-copy .custom-dropdown.left {
  z-index: 4;
}

.manual-copy .show_count {
  margin: -10px auto 15px auto !important;
}

.manual-copy .head-right-margin {
  margin-top: -47px;
}

.manual-copy .search-trials {
  min-height: 40px;
  float: left;
  width: 100%;
  padding-left: 10px;
}

.upload-container {
  padding: 0px 10px 10px 10px !important;
}

.upload-container h3 {
  font-size: 11px;
  margin-top: 10px;
  font-weight: bold;
  color: #282244;
  margin-bottom: 10px;
}

.playbookTimezoneContainer .icon-down-arrow {
  position: absolute;
  padding: 8px;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.playbookTimezoneContainer .form-floating > .form-control,
.form-floating > .form-select {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  min-height: 20px !important;
  height: 20px !important;
}

.playbookTimezoneContainer .form-floating > .custom-dropdown-trigger.form-control:not(:placeholder-shown) {
  padding-top: 2px !important;
  padding-bottom: 0px !important;
}

.playbookTimezoneContainer .custom-single-dropdown {
  width: 100% !important;
  min-width: 160px;
  font-weight: normal;
}

#topRecordCounts span:nth-child(2n) {
  margin: 0 7px;
}

.playbbookTopArticle p {
  font-size: 10px;
  text-transform: capitalize;
  font-weight: normal;
  margin-top: 0px;
}

.landscapeStep {
  counter-reset: step;
  margin-top: 7px;
}

.landscapeStep li {
  list-style: none;
  display: inline-block;
  width: auto;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.landscapeStep a {
  color: #9eb5c9;
  font-weight: bold;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.landscapeStep .step-circle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #9eb5c9;
  display: inline-block;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
}

.landscapeStep .title-name {
  margin-right: 10px;
}

.landscapeStep li.active .title-name {
  color: #c18df3;
}

.landscapeStep li.active .step-circle {
  background-color: #c18df3;
}

.landscapeStep li:last-child:after {
  content: none;
}

.landscapeStep li:last-child::before {
  content: none;
}

.landscapeStep li.active {
  color: #c18df3;
}

.landscapeStep li.custom-steps.active:before {
  background-color: #c18df3;
}

.landscapeStep li.custom-steps2.active:before {
  background-color: #c18df3;
}

.stepper {
  margin: auto;
  text-align: center;
  padding: 0px;
}

.manual-copy .view-inner {
  padding: 10px 10px !important;
}

.manual-copy .dataTables_scrollBody .irx-table-row {
  padding: 0px 11px;
}

.custom-datatable .custom-dropdown {
  width: 290px;
}

.custom-datatable th:last-child .custom-dropdown {
  left: unset;
  right: 0;
}

.custom-datatable th .custom-dropdown {
  left: 0px;
}

.trialrepo-component .main-heading {
  position: unset !important;
}

.trialrepo-component .add-wrap-inner {
  z-index: unset;
  height: unset !important;
}

.trialrepo-component .add-wrap-inner .right-fixed-bar {
  height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.trialrepo-component .icon-down-arrow {
  z-index: 1 !important;
}

.playbookTableContainer.custom-datatable table tbody tr td.irx-table-row {
  padding: 6px 11px !important;
}

.request-center .tab-view,
.analytics .tab-view,
.compare-main-wrap .tab-view {
  padding: 10px 10px 0px 10px;
}

.headingNote p {
  text-transform: capitalize !important;
  font-weight: normal !important;
  margin-top: 10px;
}

.fixed-modal {
  height: 400px;
  overflow: auto;
}

.fixed-modal-height500 {
  height: calc(100vh - 95px) !important;
  overflow: auto;
}

.hiddenfile {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.selected-criteria {
  position: relative;
  width: 100%;
  float: left;
}

.selected-criteria .icon-trash {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 2px;
  padding: 10px;
}

th.sorting_disabled.first-fixed.dtfc-fixed-left.DTCR_tableHeader {
  background: #e5e8eb !important;
}

.custom-time-zone .custom-dropdown-container-parent {
  left: 5px;
}

.custom-dropdown-button .irx-primary-button,
.custom-dropdown-button .irx-secondary-button,
.custom-dropdown-button .irx-gray-button {
  padding: 5px 5px !important;
}

div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
  background-color: unset !important;
}

.new .dataTables_scrollBody tr td:first-child div {
  border-left: 5px solid #ff0000;
}

.updated .dataTables_scrollBody tr td:first-child div {
  border-left: 5px solid #13be06;
}

.deleted .dataTables_scrollBody tr td:first-child div {
  border-left: 5px solid #f1680d;
}

.not-applicable .dataTables_scrollBody tr td:first-child div {
  background-color: #559eff;
}

.fixed-checkbox-column {
  max-width: 35px !important;
}

.color-width {
  width: 30px;
}

.remove-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.form-floating > label {
  max-width: 90% !important;
}

.customdaterangepicker {
  width: auto !important;
  font-family: "SuisseIntl", sans-serif !important;
  margin-top: 0px;
}

.customdaterangepicker select.timeselect {
  width: 92% !important;
}

.customdaterangepicker select.monthselect,
.customdaterangepicker select.yearselect,
.customdaterangepicker select.timeselect {
  font-size: 11px !important;
}

.customdb-title {
  font-size: 11px !important;
  margin-bottom: 0px !important;
  padding-top: 5px !important;
}

.customDashboardFilterButtons {
  margin-bottom: 10px;
}

.customWidgetAction {
  z-index: unset;
}

.custom-dropdown-container-parent .block-ellipsis {
  max-width: 85%;
  -webkit-line-clamp: unset;
}

.datepicker table tr td span.active {
  background: #410c73 !important;
  background-image: unset !important;
  border-color: unset !important;
  text-shadow: unset !important;
  color: #fff !important;
}

.datepicker table tr td.active {
  background: #410c73 !important;
  background-image: unset !important;
  border-color: unset !important;
  text-shadow: unset !important;
  color: #fff !important;
}

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

.fullscreen-modal {
  width: 99%;
  min-width: 99%;
  max-width: 99%;
  height: 98%;
  min-height: 98%;
  max-height: 98%;
  margin: 5px;
}

.irx-searchable-dropdown {
  color: #c18df3 !important;
  font-weight: bold !important;
  font-size: 11px !important;
}

.irx-searchable-dropdown .icon-down-arrow {
  padding: 1px 6px;
  position: unset;
  right: unset;
  top: unset;
}

.irx-searchable-dropdown-menu {
  height: 235px;
  overflow: auto;
}

.irx-searchable-dropdown-menu .dropdown-item {
  font-size: 11px !important;
  margin: 0;
  color: #5b6770 !important;
  padding: 3px 30px 5px 5px !important;
}

.dashboard-left .dropdown-menu {
  min-width: 200px;
}

.output-edit-filter {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 20px 0;
  background: #fbfbfb;
  margin-bottom: 10px;
}

.output-modal-box .accordion {
  --bs-accordion-btn-icon-width: 2.25rem !important;
}

.output-modal-box .accordion-button {
  font-weight: bold !important;
}

.popover .popover-body *,
.popover div {
  color: #f8f8f8 !important;
}

.popover-body,
.popover-header {
  background: #5b6770 !important;
  color: #f8f8f8 !important;
  font-size: 10px;
  padding: 1.5rem;
  line-height: 14px;
}

.popover-header {
  padding: 1.5rem;
  border-bottom: 1px solid #d3d3d3;
}

.registrational_block {
  display: inline-block;
  background: #027cbb;
  width: 14px;
  font-weight: bolder;
  text-align: center;
  color: #fff;
  height: 14px;
  font-size: 9px;
}

.fixed-modal-custom .table {
  background: #f6f7f8;
}

.fixed-modal-custom .table:not(.picker__table) tr th {
  background: #e5e8eb;
  position: relative;
  white-space: nowrap;
  padding: 5px 7px !important;
  font-size: 11px;
  border-right: 1px solid #fff;
}

.fixed-modal-custom .table:not(.picker__table) tr th a {
  color: #333333;
  font-weight: bold;
}

.fixed-modal-custom .table > :not(caption) > * > * {
  padding: 0.5rem 1.5rem !important;
  font-size: 11px !important;
}

.fixed-modal-custom {
  height: 310px;
  overflow: auto;
}

.fixed-modal-custom.trial-height {
  height: 310px;
  overflow: auto;
}

button.accordion-button.collapsed::after {
  background-size: 10px !important;
  width: 10px !important;
  height: 10px !important;
}

button.accordion-button:not(.collapsed)::after {
  background-size: 10px !important;
  width: 10px !important;
  height: 10px !important;
}

.disabled-input {
  height: 200px;
  overflow: auto;
  margin-top: 5px;
  opacity: 0.8;
  border: 1px solid #dee2e6;
  padding: 10px 0 0 10px;
}

div.dt_bottom ul.pagination,
div.dt_top ul.pagination {
  justify-content: flex-end;
  margin-bottom: 0.25rem;
}

.dropdown-content .disabled,
.pagination li.disabled {
  opacity: 1;
}

.dataTables_paginate.paging_simple_numbers ul.pagination .paginate_button.page-item.active a {
  background-color: #89bedb;
}

ul.pagination .paginate_button.page-item.next a.page-link,
ul.pagination .paginate_button.page-item.previous a.page-link {
  font-size: 11px;
  color: #767676;
}

.trial-th-margin table thead th {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.trfixed {
  position: sticky;
  top: -4px;
  z-index: 1;
}

.custom-event-position .picker--opened .picker__frame {
  bottom: 260px !important;
}

.workflow-dropdown .dropdown-toggle::after {
  content: unset;
}

.highlight-color .checkedRecord .irx-table-row {
  background-color: #7516d0 !important;
}

.highlight-color .checkedRecord .dtfc-fixed-left {
  background-color: #7516d0 !important;
}

.highlight-color .checkedRecord .dataTables_empty {
  background-color: #fff !important;
}

/* custom dropdown css */
.dataTables_wrapper .custom-dropdown-container-parent-body .custom-dropdown,
.dataTables_wrapper .custom-dropdown-container-parent .custom-dropdown {
  resize: horizontal;
  min-width: 240px;
  max-width: 600px;
}

.custom-dropdown-content {
  overflow: auto;
}

.custom-dropdown-container label.custom-control-label {
  padding: 1px 5px;
}

.custom-dropdown-container label.custom-control-label:hover {
  padding: 1px 5px;
}

.custom-dropdown-content .form-check-input[type=checkbox] {
  margin-top: 4px !important;
}

.custom-dropdown .form-control {
  margin-top: 2px;
}

.repositoryTableContainer .custom-dropdown-container-parent-body .custom-dropdown-content {
  max-height: 185px;
}

.load-more-button {
  visibility: hidden;
}

.playbookTableContainer .custom-dropdown-container-parent-body .custom-dropdown-content {
  max-height: 140px;
}

.azn-list-component .repositoryTableContainer .custom-dropdown-container-parent-body .custom-dropdown-content {
  max-height: 210px;
}

.manual-copy .custom-dropdown-container-parent-body .custom-dropdown-content {
  max-height: 115px;
}

.repositoryComparisonDRGrid .custom-dropdown-container-parent-body .custom-dropdown-content {
  max-height: 100px;
}

.edit-output .repositoryTableContainer .custom-dropdown-container-parent-body .custom-dropdown-content {
  max-height: 170px;
}

.project-wrap {
  width: auto;
  margin: 18%;
  text-align: center;
}

.project-wrap h5 {
  margin-top: 5px;
  font-weight: bold;
  margin-bottom: 0px !important;
}

.project-wrap .red {
  color: #ff0000;
}

.popover[data-popper-reference-hidden] {
  opacity: 0 !important;
}

.newchangesbadge {
  background-color: #c08cf3;
  padding: 1px 5px 2px 1px;
  border-radius: 2px;
  margin-left: 5px;
}

.synonym-scroll {
  min-height: 40px;
  max-height: 200px;
  overflow-y: auto;
}

input,
select,
textarea,
button {
  font-size: 11px;
}

.irx-primary-button {
  background-color: #c18df3 !important;
  color: #fff !important;
  border: 1px solid #c18df3 !important;
  border-radius: 3px !important;
  font-size: 11px !important;
  padding: 10px 10px !important;
  cursor: pointer !important;
  word-break: break-all !important;
}

.irx-primary-button.btn:active {
  background-color: #c18df3 !important;
  color: #fff !important;
}

.irx-primary-button:hover {
  background-color: #282244 !important;
  color: #fff !important;
  border: 1px solid #282244 !important;
}

.irx-primary-button:focus-visible {
  background-color: #c18df3 !important;
  color: #fff !important;
}

.irx-secondary-button {
  background-color: #fff !important;
  color: #333333 !important;
  border: 1px solid #e5e8eb !important;
  border-radius: 3px !important;
  font-size: 11px !important;
  padding: 10px 10px !important;
  cursor: pointer !important;
  word-break: break-all !important;
}

.irx-secondary-button:focus-visible {
  background-color: #fff !important;
  color: #333333 !important;
  border: 1px solid #e5e8eb !important;
}

.irx-secondary-button.btn:active {
  background-color: #fff !important;
  color: #333333 !important;
}

.irx-secondary-button:hover {
  background-color: #e5e8eb !important;
  color: #333333 !important;
}

.irx-gray-button {
  background-color: #282244 !important;
  color: #fff !important;
  border: 1px solid #282244 !important;
  border-radius: 3px !important;
  font-size: 11px !important;
  padding: 10px 5px !important;
  margin: 0 5px 0 5px !important;
  cursor: pointer !important;
  word-break: break-all !important;
}

.irx-gray-button:hover {
  background-color: #0e0d14 !important;
  color: #fff !important;
  border: 1px solid #0e0d14 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.irx-form {
  float: left;
  width: 100%;
}

.irx-form .form-control {
  color: #333333;
  font-size: 11px;
  padding-left: 20px;
  border-radius: 3px;
}

.irx-form .form-control:focus {
  border: 1px solid #fff;
  box-shadow: 0 0 0 0.1rem #f2e8fd;
}

.no-required-icon label.required::before,
.no-required-icon span.required::before {
  content: "" !important;
}

label.required::before,
span.required::before {
  margin-left: 2px;
  content: "*" !important;
  color: #ff0000;
  position: relative;
  margin-right: 2px;
}

input[type=checkbox] {
  border-color: #adb5bd !important;
  margin-top: 3px;
  width: 1em;
  height: 1em;
}

.content-text {
  line-height: 1.5 !important;
  padding-top: 10px !important;
}

.form-select {
  border-radius: 3px;
  font-size: 11px;
  background-image: none;
}

.form-select:focus {
  border: 1px solid #fff;
  box-shadow: 0 0 0 0.1rem #f2e8fd;
}

.form-select option {
  border-radius: 3px;
  border: 1px solid #e5e8eb !important;
}

.form-select option {
  border-radius: 3px;
  border: 1px solid #e5e8eb !important;
}

.irx-dropdown {
  font-size: 11px !important;
  border: 1px solid #e5e8eb !important;
  border-radius: 4px;
  color: #333333;
  padding: 5px !important;
}

.irx-dropdown:hover {
  border: 1px solid #e5e8eb;
  color: #c18df3;
}

.irx-textarea textarea {
  min-height: 50px !important;
  padding-top: 10px !important;
  padding-left: 12px !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e9edf5;
  color: #333333;
  text-decoration: none;
}

.main-component .dropdown-toggle::after {
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
}

.main-component .btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  border: none;
  padding: 0px;
  box-shadow: none;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  border: 0px;
  padding: 0px;
}

.datatable select {
  padding: 3px;
  border-radius: 3px !important;
  border: 1px solid #ced3d3;
  color: #333333;
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #c18df3 !important;
  border-color: #c18df3 !important;
}

.form-floating > label {
  height: auto !important;
  font-size: 10px;
  padding: 0px !important;
  top: -8px !important;
  left: 12px !important;
  background-color: #fff !important;
  font-weight: bold;
  color: #282244 !important;
  z-index: 0;
  pointer-events: unset !important;
}

.dropdown-menu {
  background-color: #fff !important;
}

.form-floating > .custom-dropdown-trigger.form-control:focus,
.form-floating > .custom-dropdown-trigger.form-control:not(:placeholder-shown),
.form-floating > .custom-dropdown-trigger.form-control-plaintext:focus,
.form-floating > .custom-dropdown-trigger.form-control-plaintext:not(:placeholder-shown) {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  padding-left: 12px !important;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-left: 12px !important;
  padding-top: 8px !important;
}

.form-control:focus {
  box-shadow: unset !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.form-control {
  border-radius: 3px !important;
  font-size: 11px !important;
  color: #333333 !important;
  padding: 5px !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(30px + var(--bs-border-width) * 2) !important;
  min-height: calc(30px + var(--bs-border-width) * 2) !important;
  background-color: transparent !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: none !important;
}

.form-floating > .form-select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.form-check {
  margin-bottom: 0px !important;
  border-color: #adb5bd !important;
}

.form-check-input {
  border-color: #adb5bd !important;
  cursor: pointer !important;
  margin-top: 3px !important;
}

.form-check-input:checked {
  background-color: #282244 !important;
  border-color: #282244 !important;
}

.form-check:checked {
  background-color: #c18df3 !important;
  border-color: #c18df3 !important;
}

.gray-checkbox:checked {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.3 !important;
}

.form-check-input:input[type=radio] {
  background-color: #c18df3 !important;
  border-color: #c18df3 !important;
}

.form-check-input input[type=radio]:checked:after {
  background-color: #c18df3 !important;
  border-color: #c18df3 !important;
}

.form-check-input input[type=radio]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:focus {
  outline: 0;
  box-shadow: none !important;
  width: 1em;
  height: 1em;
}

.form-switch .form-check-input {
  width: 4em !important;
  height: 2em;
}

.form-switch .form-check-label {
  padding-top: 6px;
  padding-left: 4px;
}

.irx-textarea {
  position: relative;
}

.irx-textarea .form-label {
  position: absolute;
  height: auto !important;
  font-size: 10px;
  padding: 0px !important;
  top: -6px !important;
  left: 12px !important;
  background-color: #fff !important;
  font-weight: bold;
  color: #000000 !important;
  z-index: 0;
}

.irx-checkbox .form-label {
  font-size: 10px;
  padding: 0px !important;
  top: -6px !important;
  left: 12px !important;
  background-color: #fff !important;
  font-weight: bold;
  color: #5b6770 !important;
  z-index: 0;
}

.word-break {
  word-break: break-all !important;
}

.list-icon {
  background-repeat: no-repeat;
}

.icon-logo {
  background-image: url('data:image/svg+xml;utf-8,<svg width="90" height="40" viewBox="0 0 190 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.37099 4.88732V28.8478H0V4.88732H3.37099Z" fill="white"/><path d="M11.6139 11.0675V13.7444C12.8257 11.7615 14.7425 10.77 17.3644 10.77C21.2642 10.77 23.2141 13.0504 23.2141 17.6112V28.8478H20.2066V18.5035C20.2066 16.8731 19.9422 15.6172 19.4134 14.7359C18.9067 13.8326 17.8711 13.3809 16.3068 13.3809C14.8306 13.3809 13.6739 13.8766 12.8367 14.8681C12.0215 15.8596 11.6139 17.3027 11.6139 19.1975V28.8478H8.60641V11.0675H11.6139Z" fill="white"/><path d="M28.5721 11.0675V6.60587H31.5796V11.0675H34.9506V13.4801H31.5796V24.0227C31.5796 24.9921 31.6787 25.62 31.877 25.9065C32.0973 26.1929 32.6151 26.3361 33.4303 26.3361H34.9506V28.8478H32.7693C31.0508 28.8478 29.9161 28.5614 29.3653 27.9885C28.8365 27.4157 28.5721 26.2149 28.5721 24.3862V13.4801H25.763V11.0675H28.5721Z" fill="white"/><path d="M53.9971 20.9491H40.3148C40.3589 22.7558 40.9207 24.1549 42.0003 25.1463C43.102 26.1378 44.3688 26.6335 45.801 26.6335C48.1805 26.6335 49.7999 25.6531 50.6591 23.6922H53.7658C53.3471 25.3006 52.4328 26.6335 51.0227 27.6911C49.6126 28.7487 47.872 29.2775 45.801 29.2775C43.0689 29.2775 40.9317 28.4072 39.3895 26.6666C37.8472 24.926 37.076 22.7007 37.076 19.9907C37.076 17.2146 37.8912 14.9893 39.5217 13.3148C41.1521 11.6183 43.2121 10.77 45.7018 10.77C48.3678 10.77 50.4609 11.7505 51.9811 13.7114C53.5014 15.6503 54.1734 18.0628 53.9971 20.9491ZM45.7018 13.3479C44.2697 13.3479 43.0469 13.7665 42.0334 14.6037C41.0419 15.441 40.4801 16.6968 40.3479 18.3713H50.8244C50.7803 17.0273 50.2956 15.8596 49.3702 14.8681C48.4449 13.8546 47.2221 13.3479 45.7018 13.3479Z" fill="white"/><path d="M60.5095 4.88732V28.8478H57.5021V4.88732H60.5095Z" fill="white"/><path d="M68.2877 4.88732V28.8478H65.2802V4.88732H68.2877Z" fill="white"/><path d="M73.0583 11.0675H76.0658V28.8478H73.0583V11.0675ZM73.0583 4.88732H76.0658V8.52271H73.0583V4.88732Z" fill="white"/><path d="M80.3077 11.0014C80.3077 9.56926 80.7704 8.33543 81.6957 7.2999C82.6211 6.26436 83.7117 5.53729 84.9676 5.11867C86.2455 4.67801 87.5785 4.45769 88.9665 4.45769C91.2799 4.45769 93.2519 5.0085 94.8823 6.11014C96.5347 7.18973 97.5923 8.82015 98.055 11.0014H94.7831C94.4086 9.72349 93.6595 8.7871 92.5358 8.19222C91.4121 7.59734 90.1783 7.2999 88.8343 7.2999C87.6446 7.2999 86.4989 7.58632 85.3972 8.15917C84.2956 8.73202 83.7448 9.61333 83.7448 10.8031C83.7448 12.6759 85.0447 13.8987 87.6446 14.4715L90.4207 15.0995C91.2799 15.2757 92.0291 15.463 92.668 15.6613C93.329 15.8596 94.045 16.146 94.8162 16.5206C95.5873 16.8951 96.2153 17.3137 96.7 17.7764C97.2067 18.2391 97.6253 18.845 97.9558 19.5941C98.3084 20.3432 98.4846 21.1805 98.4846 22.1058C98.4846 24.3311 97.5923 26.0827 95.8076 27.3606C94.045 28.6385 91.8969 29.2775 89.3631 29.2775C86.565 29.2775 84.2956 28.5724 82.555 27.1623C80.8365 25.7522 79.823 23.8354 79.5145 21.4118H82.8194C83.4584 24.7608 85.6616 26.4352 89.4292 26.4352C91.1918 26.4352 92.5578 26.0717 93.5273 25.3446C94.5187 24.5955 95.0145 23.6151 95.0145 22.4033C95.0145 21.2135 94.5738 20.3102 93.6925 19.6933C92.8112 19.0763 91.5333 18.5696 89.8588 18.173L86.8844 17.5451C84.9896 17.1265 83.4143 16.3884 82.1584 15.3308C80.9246 14.2732 80.3077 12.8301 80.3077 11.0014Z" fill="white"/><path d="M105.842 4.88732V28.8478H102.471V4.88732H105.842Z" fill="white"/><path d="M121.521 4.45769C124.033 4.45769 126.192 5.11867 127.999 6.44063C129.805 7.76258 130.951 9.56926 131.436 11.8607H128.164C127.745 10.4506 126.963 9.33792 125.817 8.52271C124.694 7.7075 123.207 7.2999 121.356 7.2999C119.153 7.2999 117.346 8.13714 115.936 9.81162C114.526 11.4861 113.821 13.8216 113.821 16.818C113.821 19.7924 114.515 22.1389 115.903 23.8574C117.291 25.576 119.108 26.4352 121.356 26.4352C122.215 26.4352 123.03 26.3361 123.801 26.1378C124.595 25.9395 125.344 25.62 126.049 25.1794C126.776 24.7167 127.349 24.0667 127.767 23.2295C128.208 22.3702 128.428 21.3457 128.428 20.1559V19.528H122.083V16.6197H131.601V28.8478H128.957L128.792 25.8404C127.36 28.1318 124.837 29.2775 121.224 29.2775C117.853 29.2775 115.198 28.1318 113.259 25.8404C111.342 23.5269 110.384 20.5195 110.384 16.818C110.384 13.1165 111.397 10.1311 113.424 7.86173C115.451 5.59237 118.15 4.45769 121.521 4.45769Z" fill="white"/><path d="M152.935 4.88732H156.306V28.8478H152.935V17.9747H140.343V28.8478H136.972V4.88732H140.343V15.0664H152.935V4.88732Z" fill="white"/><path d="M166.942 28.8478V7.79563H159.143V4.88732H178.113V7.79563H170.313V28.8478H166.942Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M185.444 8.93015C187.859 8.93015 189.818 6.97187 189.818 4.5562C189.818 2.14053 187.859 0.182248 185.444 0.182248C183.028 0.182248 181.07 2.14053 181.07 4.5562C181.07 6.97187 183.028 8.93015 185.444 8.93015ZM185.444 9.1124C187.96 9.1124 190 7.07252 190 4.5562C190 2.03988 187.96 0 185.444 0C182.927 0 180.888 2.03988 180.888 4.5562C180.888 7.07252 182.927 9.1124 185.444 9.1124Z" fill="white"/><path d="M183.074 6.21416V3.31186H181.998V2.91092H184.614V3.31186H183.538V6.21416H183.074Z" fill="white"/><path d="M186.874 6.21416H186.382L185.471 3.33464V6.21416H185.006V2.91092H185.786L186.628 5.66286L187.471 2.91092H188.25V6.21416H187.786V3.33464L186.874 6.21416Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  padding: 8px 46px;
  background-position: center;
}

.icon-logoPMR {
  background-image: url('data:image/svg+xml;utf-8,<svg width="122" height="26" viewBox="0 0 122 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.598 21V6.45455H33.7827C34.9143 6.45455 35.8518 6.66051 36.5952 7.07244C37.3385 7.48437 37.8949 8.04782 38.2642 8.76278C38.6335 9.47301 38.8182 10.2732 38.8182 11.1634C38.8182 12.0582 38.6312 12.8632 38.2571 13.5781C37.8878 14.2884 37.3291 14.8518 36.581 15.2685C35.8376 15.6804 34.9025 15.8864 33.7756 15.8864H30.2102V14.0256H33.5767C34.2917 14.0256 34.8717 13.9025 35.3168 13.6562C35.7618 13.4053 36.0885 13.0644 36.2969 12.6335C36.5052 12.2027 36.6094 11.7126 36.6094 11.1634C36.6094 10.6141 36.5052 10.1264 36.2969 9.70028C36.0885 9.27415 35.7595 8.94034 35.3097 8.69886C34.8646 8.45739 34.2775 8.33665 33.5483 8.33665H30.7926V21H28.598ZM41.391 21V6.45455H43.5856V12.7756H50.837V6.45455H53.0387V21H50.837V14.6577H43.5856V21H41.391ZM66.0785 11.0497C65.9412 10.6188 65.7565 10.233 65.5245 9.89205C65.2972 9.5464 65.025 9.25284 64.7077 9.01136C64.3905 8.76515 64.0283 8.57812 63.6211 8.45028C63.2186 8.32244 62.7759 8.25852 62.293 8.25852C61.4738 8.25852 60.7352 8.46922 60.0771 8.89062C59.4189 9.31203 58.8981 9.92992 58.5146 10.7443C58.1358 11.554 57.9464 12.5459 57.9464 13.7202C57.9464 14.8991 58.1381 15.8958 58.5217 16.7102C58.9052 17.5246 59.4308 18.1425 60.0984 18.5639C60.766 18.9853 61.5259 19.196 62.3782 19.196C63.1689 19.196 63.8578 19.035 64.445 18.7131C65.0368 18.3911 65.4937 17.9366 65.8157 17.3494C66.1424 16.7576 66.3058 16.0616 66.3058 15.2614L66.8739 15.3679H62.712V13.5568H68.4293V15.2116C68.4293 16.4332 68.1689 17.4938 67.6481 18.3935C67.132 19.2884 66.417 19.9796 65.5032 20.4673C64.5941 20.955 63.5524 21.1989 62.3782 21.1989C61.0619 21.1989 59.9066 20.8958 58.9123 20.2898C57.9227 19.6837 57.1509 18.8243 56.5969 17.7116C56.043 16.5942 55.766 15.2685 55.766 13.7344C55.766 12.5743 55.927 11.5327 56.2489 10.6094C56.5709 9.68608 57.0231 8.90246 57.6055 8.25852C58.1926 7.60985 58.8815 7.11506 59.6722 6.77415C60.4677 6.4285 61.3365 6.25568 62.2788 6.25568C63.0647 6.25568 63.7963 6.37169 64.4734 6.60369C65.1552 6.8357 65.7612 7.16477 66.2915 7.59091C66.8266 8.01705 67.2693 8.52367 67.6197 9.1108C67.9701 9.69318 68.2068 10.3395 68.3299 11.0497H66.0785ZM71.2152 21V6.45455H76.3999C77.5315 6.45455 78.469 6.66051 79.2124 7.07244C79.9557 7.48437 80.5121 8.04782 80.8814 8.76278C81.2507 9.47301 81.4354 10.2732 81.4354 11.1634C81.4354 12.0582 81.2483 12.8632 80.8743 13.5781C80.505 14.2884 79.9463 14.8518 79.1982 15.2685C78.4548 15.6804 77.5196 15.8864 76.3928 15.8864H72.8274V14.0256H76.1939C76.9089 14.0256 77.4889 13.9025 77.9339 13.6562C78.379 13.4053 78.7057 13.0644 78.9141 12.6335C79.1224 12.2027 79.2266 11.7126 79.2266 11.1634C79.2266 10.6141 79.1224 10.1264 78.9141 9.70028C78.7057 9.27415 78.3767 8.94034 77.9268 8.69886C77.4818 8.45739 76.8946 8.33665 76.1655 8.33665H73.4098V21H71.2152ZM84.0082 6.45455H86.6715L91.3022 17.7614H91.4727L96.1033 6.45455H98.7667V21H96.6786V10.4744H96.5437L92.2539 20.9787H90.521L86.2312 10.4673H86.0962V21H84.0082V6.45455ZM101.957 21V6.45455H107.142C108.269 6.45455 109.204 6.64867 109.947 7.03693C110.696 7.42519 111.254 7.96259 111.624 8.64915C111.993 9.33097 112.178 10.1193 112.178 11.0142C112.178 11.9044 111.991 12.688 111.616 13.3651C111.247 14.0374 110.688 14.5606 109.94 14.9347C109.197 15.3087 108.262 15.4957 107.135 15.4957H103.207V13.6065H106.936C107.646 13.6065 108.224 13.5047 108.669 13.3011C109.119 13.0975 109.448 12.8016 109.656 12.4134C109.865 12.0251 109.969 11.5587 109.969 11.0142C109.969 10.465 109.862 9.98911 109.649 9.58665C109.441 9.18419 109.112 8.87642 108.662 8.66335C108.217 8.44555 107.632 8.33665 106.908 8.33665H104.152V21H101.957ZM109.138 14.4375L112.732 21H110.232L106.709 14.4375H109.138Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9994 26C5.38279 26 0 20.6172 0 13.9993C0 7.38279 5.38279 2 11.9994 2C12.8039 2 13.5901 2.07958 14.3507 2.23129C14.8609 2.08044 15.3883 2.00132 15.9278 2.00132C16.8291 2.00132 17.6964 2.22213 18.5065 2.62928C18.928 2.22149 19.3816 2.00132 19.8562 2.00132C21.5043 2.00132 22.8995 4.65586 23.5707 8.60228V2.21399H24V25.7847H23.5707V19.3991C22.8995 23.3455 21.5043 26 19.8562 26C19.3814 26 18.9277 25.7799 18.5062 25.3722C17.6962 25.7793 16.829 26 15.9278 26C15.3864 26 14.8572 25.9203 14.3454 25.7684C13.5865 25.9195 12.802 25.9987 11.9994 25.9987V26ZM18.8957 25.1596C19.2033 25.4264 19.5256 25.5694 19.8562 25.5694C21.2405 25.5694 22.4767 23.0642 23.114 19.4598C22.2234 22.0406 20.7221 24.0821 18.8957 25.1596ZM23.115 8.54429C22.478 4.93705 21.2412 2.4293 19.8562 2.4293C19.5249 2.4293 19.202 2.57284 18.8938 2.84063C20.7218 3.91828 22.2242 5.96129 23.115 8.54429ZM18.2084 2.95537C17.4879 2.61358 16.7218 2.4293 15.9278 2.4293C15.7218 2.4293 15.5177 2.44171 15.3158 2.46604C16.1949 2.71921 17.0329 3.07041 17.8172 3.50699C17.9435 3.30414 18.074 3.11987 18.2084 2.95537ZM18.1816 3.71832C18.313 3.50515 18.4487 3.31582 18.588 3.15231C20.3105 4.12376 21.7411 6.01028 22.6207 8.41957C21.5965 6.47782 20.0554 4.84928 18.1816 3.71832ZM17.9689 4.09115C21.3229 6.11933 23.5694 9.80174 23.5694 13.9993C23.5694 18.1969 21.3229 21.8794 17.9689 23.9075C16.885 21.8608 16.1431 18.1425 16.1431 13.9993C16.1431 9.85616 16.885 6.13787 17.9689 4.09115ZM17.6018 3.87828C16.6038 3.32364 15.5156 2.91235 14.3652 2.67241C10.8984 3.76725 8.28621 8.42981 8.28621 13.9993C8.28621 19.5689 10.8984 24.2314 14.3652 25.3263C15.515 25.0865 16.6027 24.6755 17.6003 24.1212C16.4571 22.0075 15.7138 18.3021 15.7138 14.0007C15.7138 9.69805 16.458 5.99169 17.6018 3.87828ZM17.8155 24.4926C17.0317 24.9288 16.1943 25.2797 15.3158 25.5326C15.5177 25.557 15.7218 25.5694 15.9278 25.5694C16.721 25.5694 17.4865 25.3854 18.2064 25.0442C18.0721 24.8797 17.9417 24.6955 17.8155 24.4926ZM18.1816 24.2804C18.313 24.4935 18.4487 24.6829 18.588 24.8464C20.3105 23.8749 21.7411 21.9884 22.6207 19.5791C21.5965 21.5209 20.0554 23.1494 18.1816 24.2804ZM11.9994 2.4293C12.525 2.4293 13.0426 2.46453 13.5498 2.53275C10.2565 4.04532 7.8569 8.61416 7.8569 14.0007C7.8569 19.3848 10.2544 23.9519 13.5453 25.4665C13.0395 25.5344 12.5234 25.5694 11.9994 25.5694C5.61924 25.5694 0.429303 20.3794 0.429303 13.9993C0.429303 7.61924 5.61924 2.4293 11.9994 2.4293Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M118 7.84C120.121 7.84 121.84 6.12077 121.84 4C121.84 1.87923 120.121 0.16 118 0.16C115.879 0.16 114.16 1.87923 114.16 4C114.16 6.12077 115.879 7.84 118 7.84ZM118 8C120.209 8 122 6.20914 122 4C122 1.79086 120.209 0 118 0C115.791 0 114 1.79086 114 4C114 6.20914 115.791 8 118 8Z" fill="black"/><path d="M115.919 5.45556V2.90756H114.975V2.55556H117.271V2.90756H116.327V5.45556H115.919Z" fill="black"/><path d="M119.256 5.45556H118.824L118.024 2.92756V5.45556H117.616V2.55556H118.3L119.04 4.97156L119.78 2.55556H120.464V5.45556H120.056V2.92756L119.256 5.45556Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  padding: 20px 46px;
  background-position: center;
}

.icon-logoclin {
  background-image: url('data:image/svg+xml;utf-8,<svg width="143" height="25" viewBox="0 0 143 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40.679 10.1847H38.4631C38.3778 9.71117 38.2192 9.29451 37.9872 8.93466C37.7552 8.57481 37.4711 8.26941 37.1349 8.01847C36.7988 7.76752 36.4223 7.57812 36.0057 7.45028C35.5938 7.32244 35.1558 7.25852 34.6918 7.25852C33.8537 7.25852 33.1032 7.46922 32.4403 7.89062C31.7822 8.31203 31.2614 8.92992 30.8778 9.74432C30.4991 10.5587 30.3097 11.553 30.3097 12.7273C30.3097 13.911 30.4991 14.91 30.8778 15.7244C31.2614 16.5388 31.7846 17.1544 32.4474 17.571C33.1103 17.9877 33.8561 18.196 34.6847 18.196C35.1439 18.196 35.5795 18.1345 35.9915 18.0114C36.4081 17.8835 36.7846 17.6965 37.1207 17.4503C37.4569 17.2041 37.741 16.9034 37.973 16.5483C38.2098 16.1884 38.3731 15.7765 38.4631 15.3125L40.679 15.3196C40.5606 16.0346 40.331 16.6927 39.9901 17.294C39.6539 17.8906 39.2206 18.4067 38.6903 18.8423C38.1648 19.2732 37.5634 19.607 36.8864 19.8438C36.2093 20.0805 35.4706 20.1989 34.6705 20.1989C33.411 20.1989 32.2888 19.9006 31.304 19.304C30.3191 18.7027 29.5426 17.8433 28.9744 16.7259C28.411 15.6084 28.1293 14.2756 28.1293 12.7273C28.1293 11.1742 28.4134 9.84138 28.9815 8.72869C29.5497 7.61127 30.3262 6.75426 31.3111 6.15767C32.2959 5.55634 33.4157 5.25568 34.6705 5.25568C35.4422 5.25568 36.1619 5.36695 36.8295 5.58949C37.5019 5.80729 38.1056 6.12926 38.6406 6.5554C39.1757 6.9768 39.6184 7.4929 39.9688 8.10369C40.3191 8.70975 40.5559 9.40341 40.679 10.1847ZM45.2582 5.45455V20H43.1346V5.45455H45.2582ZM48.1151 20V9.09091H50.2386V20H48.1151ZM49.1875 7.40767C48.8182 7.40767 48.5009 7.28456 48.2358 7.03835C47.9754 6.7874 47.8452 6.48911 47.8452 6.14347C47.8452 5.79309 47.9754 5.49479 48.2358 5.24858C48.5009 4.99763 48.8182 4.87216 49.1875 4.87216C49.5568 4.87216 49.8717 4.99763 50.1321 5.24858C50.3973 5.49479 50.5298 5.79309 50.5298 6.14347C50.5298 6.48911 50.3973 6.7874 50.1321 7.03835C49.8717 7.28456 49.5568 7.40767 49.1875 7.40767ZM55.2191 13.5227V20H53.0955V9.09091H55.1339V10.8665H55.2688C55.5198 10.2888 55.9128 9.82481 56.4478 9.47443C56.9876 9.12405 57.667 8.94886 58.4862 8.94886C59.2295 8.94886 59.8806 9.10511 60.4393 9.41761C60.998 9.72538 61.4312 10.1847 61.739 10.7955C62.0468 11.4062 62.2006 12.1615 62.2006 13.0611V20H60.0771V13.3168C60.0771 12.526 59.8711 11.9081 59.4592 11.4631C59.0472 11.0133 58.4814 10.7884 57.7617 10.7884C57.2693 10.7884 56.8313 10.8949 56.4478 11.108C56.069 11.321 55.7683 11.6335 55.5458 12.0455C55.328 12.4527 55.2191 12.9451 55.2191 13.5227ZM73.1523 9.27557C73.0766 8.60322 72.7641 8.08239 72.2148 7.71307C71.6656 7.33902 70.9743 7.15199 70.141 7.15199C69.5444 7.15199 69.0283 7.24669 68.5927 7.43608C68.1571 7.62074 67.8185 7.87642 67.5771 8.20312C67.3403 8.52509 67.2219 8.89205 67.2219 9.30398C67.2219 9.64962 67.3024 9.94792 67.4634 10.1989C67.6291 10.4498 67.8446 10.6605 68.1097 10.831C68.3796 10.9967 68.6684 11.1364 68.9762 11.25C69.284 11.3589 69.5799 11.4489 69.864 11.5199L71.2844 11.8892C71.7485 12.0028 72.2243 12.1567 72.712 12.3509C73.1997 12.545 73.6519 12.8007 74.0685 13.1179C74.4852 13.4351 74.8214 13.8281 75.0771 14.2969C75.3375 14.7656 75.4677 15.3267 75.4677 15.9801C75.4677 16.804 75.2546 17.5355 74.8285 18.1747C74.4071 18.8139 73.7939 19.3182 72.989 19.6875C72.1888 20.0568 71.2205 20.2415 70.0842 20.2415C68.9951 20.2415 68.0529 20.0687 67.2575 19.723C66.462 19.3774 65.8394 18.8873 65.3896 18.2528C64.9397 17.6136 64.6912 16.8561 64.6438 15.9801H66.8455C66.8881 16.5057 67.0586 16.9437 67.3569 17.294C67.6599 17.6397 68.0458 17.8977 68.5146 18.0682C68.988 18.2339 69.5065 18.3168 70.07 18.3168C70.6902 18.3168 71.2418 18.2197 71.7248 18.0256C72.2125 17.8267 72.596 17.5521 72.8754 17.2017C73.1547 16.8466 73.2944 16.4323 73.2944 15.9588C73.2944 15.5279 73.1713 15.1752 72.9251 14.9006C72.6836 14.6259 72.3545 14.3987 71.9379 14.2188C71.5259 14.0388 71.0595 13.8802 70.5387 13.7429L68.82 13.2741C67.6552 12.9569 66.7319 12.4905 66.0501 11.875C65.373 11.2595 65.0344 10.4451 65.0344 9.43182C65.0344 8.59375 65.2617 7.86222 65.7163 7.23722C66.1708 6.61222 66.7863 6.12689 67.5629 5.78125C68.3394 5.43087 69.2153 5.25568 70.1907 5.25568C71.1755 5.25568 72.0444 5.4285 72.7972 5.77415C73.5548 6.11979 74.1514 6.59564 74.587 7.2017C75.0226 7.80303 75.2499 8.49432 75.2688 9.27557H73.1523ZM78.0902 5.45455H80.7536L85.3842 16.7614H85.5547L90.1854 5.45455H92.8487V20H90.7607V9.47443H90.6257L86.3359 19.9787H84.603L80.3132 9.46733H80.1783V20H78.0902V5.45455ZM97.2681 20H94.9386L100.173 5.45455H102.708L107.943 20H105.613L101.501 8.09659H101.387L97.2681 20ZM97.6587 14.304H105.216V16.1506H97.6587V14.304ZM110.043 20V5.45455H115.228C116.355 5.45455 117.29 5.64867 118.033 6.03693C118.781 6.42519 119.34 6.96259 119.71 7.64915C120.079 8.33097 120.263 9.11932 120.263 10.0142C120.263 10.9044 120.076 11.688 119.702 12.3651C119.333 13.0374 118.774 13.5606 118.026 13.9347C117.283 14.3087 116.348 14.4957 115.221 14.4957H111.293V12.6065H115.022C115.732 12.6065 116.31 12.5047 116.755 12.3011C117.205 12.0975 117.534 11.8016 117.742 11.4134C117.951 11.0251 118.055 10.5587 118.055 10.0142C118.055 9.46496 117.948 8.98911 117.735 8.58665C117.527 8.18419 117.198 7.87642 116.748 7.66335C116.303 7.44555 115.718 7.33665 114.994 7.33665H112.238V20H110.043ZM117.224 13.4375L120.817 20H118.317L114.795 13.4375H117.224ZM122.217 7.34375V5.45455H133.474V7.34375H128.935V20H126.748V7.34375H122.217Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9994 25C5.38279 25 0 19.6172 0 12.9993C0 6.38279 5.38279 1 11.9994 1C12.8039 1 13.5901 1.07958 14.3507 1.23129C14.8609 1.08044 15.3883 1.00132 15.9278 1.00132C16.8291 1.00132 17.6964 1.22213 18.5065 1.62928C18.928 1.22149 19.3816 1.00132 19.8562 1.00132C21.5043 1.00132 22.8995 3.65586 23.5707 7.60228V1.21399H24V24.7847H23.5707V18.3991C22.8995 22.3455 21.5043 25 19.8562 25C19.3814 25 18.9277 24.7799 18.5062 24.3722C17.6962 24.7793 16.829 25 15.9278 25C15.3864 25 14.8572 24.9203 14.3454 24.7684C13.5865 24.9195 12.802 24.9987 11.9994 24.9987V25ZM18.8957 24.1596C19.2033 24.4264 19.5256 24.5694 19.8562 24.5694C21.2405 24.5694 22.4767 22.0642 23.114 18.4598C22.2234 21.0406 20.7221 23.0821 18.8957 24.1596ZM23.115 7.54429C22.478 3.93705 21.2412 1.4293 19.8562 1.4293C19.5249 1.4293 19.202 1.57284 18.8938 1.84063C20.7218 2.91828 22.2242 4.96129 23.115 7.54429ZM18.2084 1.95537C17.4879 1.61358 16.7218 1.4293 15.9278 1.4293C15.7218 1.4293 15.5177 1.44171 15.3158 1.46604C16.1949 1.71921 17.0329 2.07041 17.8172 2.50699C17.9435 2.30414 18.074 2.11987 18.2084 1.95537ZM18.1816 2.71832C18.313 2.50515 18.4487 2.31582 18.588 2.15231C20.3105 3.12376 21.7411 5.01028 22.6207 7.41957C21.5965 5.47782 20.0554 3.84928 18.1816 2.71832ZM17.9689 3.09115C21.3229 5.11933 23.5694 8.80174 23.5694 12.9993C23.5694 17.1969 21.3229 20.8794 17.9689 22.9075C16.885 20.8608 16.1431 17.1425 16.1431 12.9993C16.1431 8.85616 16.885 5.13787 17.9689 3.09115ZM17.6018 2.87828C16.6038 2.32364 15.5156 1.91235 14.3652 1.67241C10.8984 2.76725 8.28621 7.42981 8.28621 12.9993C8.28621 18.5689 10.8984 23.2314 14.3652 24.3263C15.515 24.0865 16.6027 23.6755 17.6003 23.1212C16.4571 21.0075 15.7138 17.3021 15.7138 13.0007C15.7138 8.69805 16.458 4.99169 17.6018 2.87828ZM17.8155 23.4926C17.0317 23.9288 16.1943 24.2797 15.3158 24.5326C15.5177 24.557 15.7218 24.5694 15.9278 24.5694C16.721 24.5694 17.4865 24.3854 18.2064 24.0442C18.0721 23.8797 17.9417 23.6955 17.8155 23.4926ZM18.1816 23.2804C18.313 23.4935 18.4487 23.6829 18.588 23.8464C20.3105 22.8749 21.7411 20.9884 22.6207 18.5791C21.5965 20.5209 20.0554 22.1494 18.1816 23.2804ZM11.9994 1.4293C12.525 1.4293 13.0426 1.46453 13.5498 1.53275C10.2565 3.04532 7.8569 7.61416 7.8569 13.0007C7.8569 18.3848 10.2544 22.9519 13.5453 24.4665C13.0395 24.5344 12.5234 24.5694 11.9994 24.5694C5.61924 24.5694 0.429303 19.3794 0.429303 12.9993C0.429303 6.61924 5.61924 1.4293 11.9994 1.4293Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M139 7.84C141.121 7.84 142.84 6.12077 142.84 4C142.84 1.87923 141.121 0.16 139 0.16C136.879 0.16 135.16 1.87923 135.16 4C135.16 6.12077 136.879 7.84 139 7.84ZM139 8C141.209 8 143 6.20914 143 4C143 1.79086 141.209 0 139 0C136.791 0 135 1.79086 135 4C135 6.20914 136.791 8 139 8Z" fill="black"/><path d="M136.919 5.45557V2.90757H135.975V2.55557H138.271V2.90757H137.327V5.45557H136.919Z" fill="black"/><path d="M140.256 5.45557H139.824L139.024 2.92757V5.45557H138.616V2.55557H139.3L140.04 4.97157L140.78 2.55557H141.464V5.45557H141.056V2.92757L140.256 5.45557Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  padding: 20px 46px;
  background-position: center;
  background-size: contain;
}

.icon-logointelli {
  background-image: url('data:image/svg+xml;utf-8,<svg width="148" height="26" viewBox="0 0 148 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7926 6.45455V21H28.598V6.45455H30.7926ZM35.9418 14.5227V21H33.8182V10.0909H35.8565V11.8665H35.9915C36.2424 11.2888 36.6354 10.8248 37.1705 10.4744C37.7102 10.1241 38.3897 9.94886 39.2088 9.94886C39.9522 9.94886 40.6032 10.1051 41.1619 10.4176C41.7206 10.7254 42.1539 11.1847 42.4616 11.7955C42.7694 12.4062 42.9233 13.1615 42.9233 14.0611V21H40.7997V14.3168C40.7997 13.526 40.5938 12.9081 40.1818 12.4631C39.7699 12.0133 39.2041 11.7884 38.4844 11.7884C37.992 11.7884 37.554 11.8949 37.1705 12.108C36.7917 12.321 36.491 12.6335 36.2685 13.0455C36.0507 13.4527 35.9418 13.9451 35.9418 14.5227ZM50.8636 10.0909V11.7955H44.9048V10.0909H50.8636ZM46.5028 7.47727H48.6264V17.7969C48.6264 18.2088 48.688 18.5189 48.8111 18.7273C48.9342 18.9309 49.0928 19.0705 49.2869 19.1463C49.4858 19.2173 49.7012 19.2528 49.9332 19.2528C50.1037 19.2528 50.2528 19.241 50.3807 19.2173C50.5085 19.1937 50.608 19.1747 50.679 19.1605L51.0625 20.9148C50.9394 20.9621 50.7642 21.0095 50.5369 21.0568C50.3097 21.1089 50.0256 21.1373 49.6847 21.142C49.1259 21.1515 48.6051 21.0521 48.1222 20.8438C47.6392 20.6354 47.2486 20.3134 46.9503 19.8778C46.652 19.4422 46.5028 18.8954 46.5028 18.2372V7.47727ZM57.7972 21.2202C56.7224 21.2202 55.7968 20.9905 55.0202 20.5312C54.2485 20.0672 53.6519 19.4162 53.2305 18.5781C52.8138 17.7353 52.6055 16.7481 52.6055 15.6165C52.6055 14.4991 52.8138 13.5142 53.2305 12.6619C53.6519 11.8097 54.239 11.1444 54.9918 10.6662C55.7494 10.188 56.6348 9.94886 57.6481 9.94886C58.2636 9.94886 58.8602 10.0507 59.4379 10.2543C60.0155 10.4579 60.534 10.7775 60.9933 11.2131C61.4525 11.6487 61.8147 12.2145 62.0799 12.9105C62.3451 13.6018 62.4776 14.4422 62.4776 15.4318V16.1847H53.8058V14.5938H60.3967C60.3967 14.035 60.283 13.5402 60.0558 13.1094C59.8285 12.6738 59.5089 12.3305 59.0969 12.0795C58.6897 11.8286 58.2115 11.7031 57.6623 11.7031C57.0657 11.7031 56.5449 11.8499 56.0998 12.1435C55.6594 12.4323 55.3185 12.8111 55.0771 13.2798C54.8403 13.7438 54.7219 14.2481 54.7219 14.7926V16.0355C54.7219 16.7647 54.8498 17.3849 55.1055 17.8963C55.3659 18.4077 55.7281 18.7983 56.1921 19.0682C56.6561 19.3333 57.1983 19.4659 57.8185 19.4659C58.221 19.4659 58.588 19.4091 58.9194 19.2955C59.2508 19.1771 59.5373 19.0019 59.7788 18.7699C60.0202 18.5379 60.2049 18.2514 60.3327 17.9105L62.3427 18.2727C62.1817 18.8646 61.8929 19.383 61.4762 19.8281C61.0643 20.2685 60.5458 20.6117 59.9208 20.858C59.3005 21.0994 58.5927 21.2202 57.7972 21.2202ZM66.9574 6.45455V21H64.8338V6.45455H66.9574ZM71.9379 6.45455V21H69.8143V6.45455H71.9379ZM74.7947 21V10.0909H76.9183V21H74.7947ZM75.8672 8.40767C75.4979 8.40767 75.1806 8.28456 74.9155 8.03835C74.6551 7.7874 74.5249 7.48911 74.5249 7.14347C74.5249 6.79309 74.6551 6.49479 74.9155 6.24858C75.1806 5.99763 75.4979 5.87216 75.8672 5.87216C76.2365 5.87216 76.5514 5.99763 76.8118 6.24858C77.0769 6.49479 77.2095 6.79309 77.2095 7.14347C77.2095 7.48911 77.0769 7.7874 76.8118 8.03835C76.5514 8.28456 76.2365 8.40767 75.8672 8.40767ZM87.8789 10.2756C87.8031 9.60322 87.4906 9.08239 86.9414 8.71307C86.3922 8.33902 85.7009 8.15199 84.8675 8.15199C84.271 8.15199 83.7549 8.24669 83.3192 8.43608C82.8836 8.62074 82.5451 8.87642 82.3036 9.20312C82.0669 9.52509 81.9485 9.89205 81.9485 10.304C81.9485 10.6496 82.029 10.9479 82.19 11.1989C82.3557 11.4498 82.5711 11.6605 82.8363 11.831C83.1062 11.9967 83.395 12.1364 83.7028 12.25C84.0105 12.3589 84.3065 12.4489 84.5906 12.5199L86.011 12.8892C86.475 13.0028 86.9509 13.1567 87.4386 13.3509C87.9263 13.545 88.3784 13.8007 88.7951 14.1179C89.2118 14.4351 89.5479 14.8281 89.8036 15.2969C90.064 15.7656 90.1942 16.3267 90.1942 16.9801C90.1942 17.804 89.9812 18.5355 89.555 19.1747C89.1336 19.8139 88.5205 20.3182 87.7156 20.6875C86.9154 21.0568 85.9471 21.2415 84.8107 21.2415C83.7217 21.2415 82.7795 21.0687 81.984 20.723C81.1886 20.3774 80.5659 19.8873 80.1161 19.2528C79.6663 18.6136 79.4177 17.8561 79.3704 16.9801H81.5721C81.6147 17.5057 81.7852 17.9437 82.0835 18.294C82.3865 18.6397 82.7724 18.8977 83.2411 19.0682C83.7146 19.2339 84.2331 19.3168 84.7965 19.3168C85.4168 19.3168 85.9684 19.2197 86.4513 19.0256C86.939 18.8267 87.3226 18.5521 87.6019 18.2017C87.8813 17.8466 88.021 17.4323 88.021 16.9588C88.021 16.5279 87.8978 16.1752 87.6516 15.9006C87.4102 15.6259 87.0811 15.3987 86.6644 15.2188C86.2525 15.0388 85.7861 14.8802 85.2653 14.7429L83.5465 14.2741C82.3817 13.9569 81.4585 13.4905 80.7766 12.875C80.0996 12.2595 79.761 11.4451 79.761 10.4318C79.761 9.59375 79.9883 8.86222 80.4428 8.23722C80.8974 7.61222 81.5129 7.12689 82.2894 6.78125C83.0659 6.43087 83.9419 6.25568 84.9173 6.25568C85.9021 6.25568 86.771 6.4285 87.5238 6.77415C88.2814 7.11979 88.878 7.59564 89.3136 8.2017C89.7492 8.80303 89.9764 9.49432 89.9954 10.2756H87.8789ZM95.0114 6.45455V21H92.8168V6.45455H95.0114ZM108.051 11.0497C107.914 10.6188 107.729 10.233 107.497 9.89205C107.27 9.5464 106.998 9.25284 106.68 9.01136C106.363 8.76515 106.001 8.57812 105.594 8.45028C105.191 8.32244 104.749 8.25852 104.266 8.25852C103.446 8.25852 102.708 8.46922 102.05 8.89062C101.392 9.31203 100.871 9.92992 100.487 10.7443C100.108 11.554 99.919 12.5459 99.919 13.7202C99.919 14.8991 100.111 15.8958 100.494 16.7102C100.878 17.5246 101.403 18.1425 102.071 18.5639C102.739 18.9853 103.499 19.196 104.351 19.196C105.142 19.196 105.83 19.035 106.418 18.7131C107.009 18.3911 107.466 17.9366 107.788 17.3494C108.115 16.7576 108.278 16.0616 108.278 15.2614L108.847 15.3679H104.685V13.5568H110.402V15.2116C110.402 16.4332 110.142 17.4938 109.621 18.3935C109.105 19.2884 108.39 19.9796 107.476 20.4673C106.567 20.955 105.525 21.1989 104.351 21.1989C103.035 21.1989 101.879 20.8958 100.885 20.2898C99.8954 19.6837 99.1236 18.8243 98.5696 17.7116C98.0156 16.5942 97.7386 15.2685 97.7386 13.7344C97.7386 12.5743 97.8996 11.5327 98.2216 10.6094C98.5436 9.68608 98.9957 8.90246 99.5781 8.25852C100.165 7.60985 100.854 7.11506 101.645 6.77415C102.44 6.4285 103.309 6.25568 104.251 6.25568C105.037 6.25568 105.769 6.37169 106.446 6.60369C107.128 6.8357 107.734 7.16477 108.264 7.59091C108.799 8.01705 109.242 8.52367 109.592 9.1108C109.943 9.69318 110.179 10.3395 110.303 11.0497H108.051ZM113.188 21V6.45455H115.382V12.7756H122.634V6.45455H124.836V21H122.634V14.6577H115.382V21H113.188ZM127.314 8.34375V6.45455H138.571V8.34375H134.033V21H131.846V8.34375H127.314Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9994 26C5.38279 26 0 20.6172 0 13.9993C0 7.38279 5.38279 2 11.9994 2C12.8039 2 13.5901 2.07958 14.3507 2.23129C14.8609 2.08044 15.3883 2.00132 15.9278 2.00132C16.8291 2.00132 17.6964 2.22213 18.5065 2.62928C18.928 2.22149 19.3816 2.00132 19.8562 2.00132C21.5043 2.00132 22.8995 4.65586 23.5707 8.60228V2.21399H24V25.7847H23.5707V19.3991C22.8995 23.3455 21.5043 26 19.8562 26C19.3814 26 18.9277 25.7799 18.5062 25.3722C17.6962 25.7793 16.829 26 15.9278 26C15.3864 26 14.8572 25.9203 14.3454 25.7684C13.5865 25.9195 12.802 25.9987 11.9994 25.9987V26ZM18.8957 25.1596C19.2033 25.4264 19.5256 25.5694 19.8562 25.5694C21.2405 25.5694 22.4767 23.0642 23.114 19.4598C22.2234 22.0406 20.7221 24.0821 18.8957 25.1596ZM23.115 8.54429C22.478 4.93705 21.2412 2.4293 19.8562 2.4293C19.5249 2.4293 19.202 2.57284 18.8938 2.84063C20.7218 3.91828 22.2242 5.96129 23.115 8.54429ZM18.2084 2.95537C17.4879 2.61358 16.7218 2.4293 15.9278 2.4293C15.7218 2.4293 15.5177 2.44171 15.3158 2.46604C16.1949 2.71921 17.0329 3.07041 17.8172 3.50699C17.9435 3.30414 18.074 3.11987 18.2084 2.95537ZM18.1816 3.71832C18.313 3.50515 18.4487 3.31582 18.588 3.15231C20.3105 4.12376 21.7411 6.01028 22.6207 8.41957C21.5965 6.47782 20.0554 4.84928 18.1816 3.71832ZM17.9689 4.09115C21.3229 6.11933 23.5694 9.80174 23.5694 13.9993C23.5694 18.1969 21.3229 21.8794 17.9689 23.9075C16.885 21.8608 16.1431 18.1425 16.1431 13.9993C16.1431 9.85616 16.885 6.13787 17.9689 4.09115ZM17.6018 3.87828C16.6038 3.32364 15.5156 2.91235 14.3652 2.67241C10.8984 3.76725 8.28621 8.42981 8.28621 13.9993C8.28621 19.5689 10.8984 24.2314 14.3652 25.3263C15.515 25.0865 16.6027 24.6755 17.6003 24.1212C16.4571 22.0075 15.7138 18.3021 15.7138 14.0007C15.7138 9.69805 16.458 5.99169 17.6018 3.87828ZM17.8155 24.4926C17.0317 24.9288 16.1943 25.2797 15.3158 25.5326C15.5177 25.557 15.7218 25.5694 15.9278 25.5694C16.721 25.5694 17.4865 25.3854 18.2064 25.0442C18.0721 24.8797 17.9417 24.6955 17.8155 24.4926ZM18.1816 24.2804C18.313 24.4935 18.4487 24.6829 18.588 24.8464C20.3105 23.8749 21.7411 21.9884 22.6207 19.5791C21.5965 21.5209 20.0554 23.1494 18.1816 24.2804ZM11.9994 2.4293C12.525 2.4293 13.0426 2.46453 13.5498 2.53275C10.2565 4.04532 7.8569 8.61416 7.8569 14.0007C7.8569 19.3848 10.2544 23.9519 13.5453 25.4665C13.0395 25.5344 12.5234 25.5694 11.9994 25.5694C5.61924 25.5694 0.429303 20.3794 0.429303 13.9993C0.429303 7.61924 5.61924 2.4293 11.9994 2.4293Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M144 7.84C146.121 7.84 147.84 6.12077 147.84 4C147.84 1.87923 146.121 0.16 144 0.16C141.879 0.16 140.16 1.87923 140.16 4C140.16 6.12077 141.879 7.84 144 7.84ZM144 8C146.209 8 148 6.20914 148 4C148 1.79086 146.209 0 144 0C141.791 0 140 1.79086 140 4C140 6.20914 141.791 8 144 8Z" fill="black"/><path d="M141.919 5.45557V2.90757H140.975V2.55557H143.271V2.90757H142.327V5.45557H141.919Z" fill="black"/><path d="M145.256 5.45557H144.824L144.024 2.92757V5.45557H143.616V2.55557H144.3L145.04 4.97157L145.78 2.55557H146.464V5.45557H146.056V2.92757L145.256 5.45557Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  padding: 20px 46px;
  background-position: center;
  background-size: contain;
}

.icon-logoassist {
  background-image: url('data:image/svg+xml;utf-8,<svg width="136" height="26" viewBox="0 0 136 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.598 21V6.45455H33.7827C34.9143 6.45455 35.8518 6.66051 36.5952 7.07244C37.3385 7.48437 37.8949 8.04782 38.2642 8.76278C38.6335 9.47301 38.8182 10.2732 38.8182 11.1634C38.8182 12.0582 38.6312 12.8632 38.2571 13.5781C37.8878 14.2884 37.3291 14.8518 36.581 15.2685C35.8376 15.6804 34.9025 15.8864 33.7756 15.8864H30.2102V14.0256H33.5767C34.2917 14.0256 34.8717 13.9025 35.3168 13.6562C35.7618 13.4053 36.0885 13.0644 36.2969 12.6335C36.5052 12.2027 36.6094 11.7126 36.6094 11.1634C36.6094 10.6141 36.5052 10.1264 36.2969 9.70028C36.0885 9.27415 35.7595 8.94034 35.3097 8.69886C34.8646 8.45739 34.2775 8.33665 33.5483 8.33665H30.7926V21H28.598ZM41.391 21V6.45455H43.5856V12.7756H50.837V6.45455H53.0387V21H50.837V14.6577H43.5856V21H41.391ZM66.0785 11.0497C65.9412 10.6188 65.7565 10.233 65.5245 9.89205C65.2972 9.5464 65.025 9.25284 64.7077 9.01136C64.3905 8.76515 64.0283 8.57812 63.6211 8.45028C63.2186 8.32244 62.7759 8.25852 62.293 8.25852C61.4738 8.25852 60.7352 8.46922 60.0771 8.89062C59.4189 9.31203 58.8981 9.92992 58.5146 10.7443C58.1358 11.554 57.9464 12.5459 57.9464 13.7202C57.9464 14.8991 58.1381 15.8958 58.5217 16.7102C58.9052 17.5246 59.4308 18.1425 60.0984 18.5639C60.766 18.9853 61.5259 19.196 62.3782 19.196C63.1689 19.196 63.8578 19.035 64.445 18.7131C65.0368 18.3911 65.4937 17.9366 65.8157 17.3494C66.1424 16.7576 66.3058 16.0616 66.3058 15.2614L66.8739 15.3679H62.712V13.5568H68.4293V15.2116C68.4293 16.4332 68.1689 17.4938 67.6481 18.3935C67.132 19.2884 66.417 19.9796 65.5032 20.4673C64.5941 20.955 63.5524 21.1989 62.3782 21.1989C61.0619 21.1989 59.9066 20.8958 58.9123 20.2898C57.9227 19.6837 57.1509 18.8243 56.5969 17.7116C56.043 16.5942 55.766 15.2685 55.766 13.7344C55.766 12.5743 55.927 11.5327 56.2489 10.6094C56.5709 9.68608 57.0231 8.90246 57.6055 8.25852C58.1926 7.60985 58.8815 7.11506 59.6722 6.77415C60.4677 6.4285 61.3365 6.25568 62.2788 6.25568C63.0647 6.25568 63.7963 6.37169 64.4734 6.60369C65.1552 6.8357 65.7612 7.16477 66.2915 7.59091C66.8266 8.01705 67.2693 8.52367 67.6197 9.1108C67.9701 9.69318 68.2068 10.3395 68.3299 11.0497H66.0785ZM71.9947 21H69.6651L74.8995 6.45455H77.435L82.6694 21H80.3398L76.2276 9.09659H76.114L71.9947 21ZM72.3853 15.304H79.9421V17.1506H72.3853V15.304ZM92.696 12.7543L90.7713 13.0952C90.6908 12.849 90.563 12.6146 90.3878 12.392C90.2173 12.1695 89.9853 11.9872 89.6918 11.8452C89.3982 11.7031 89.0313 11.6321 88.5909 11.6321C87.9896 11.6321 87.4877 11.767 87.0852 12.0369C86.6828 12.3021 86.4815 12.6454 86.4815 13.0668C86.4815 13.4313 86.6165 13.7249 86.8864 13.9474C87.1563 14.17 87.5919 14.3523 88.1932 14.4943L89.9261 14.892C90.9299 15.1241 91.678 15.4815 92.1705 15.9645C92.6629 16.4474 92.9091 17.0748 92.9091 17.8466C92.9091 18.5 92.7197 19.0824 92.3409 19.5938C91.9669 20.1004 91.4437 20.4981 90.7713 20.7869C90.1037 21.0758 89.3295 21.2202 88.4489 21.2202C87.2273 21.2202 86.2306 20.9598 85.4588 20.4389C84.687 19.9134 84.2135 19.1676 84.0384 18.2017L86.0909 17.8892C86.2188 18.4242 86.4815 18.8291 86.8793 19.1037C87.277 19.3736 87.7955 19.5085 88.4347 19.5085C89.1307 19.5085 89.687 19.3641 90.1037 19.0753C90.5204 18.7817 90.7287 18.4242 90.7287 18.0028C90.7287 17.6619 90.6009 17.3755 90.3452 17.1435C90.0942 16.9115 89.7083 16.7363 89.1875 16.6179L87.3409 16.2131C86.3229 15.9811 85.5701 15.6117 85.0824 15.1051C84.5994 14.5985 84.358 13.9569 84.358 13.1804C84.358 12.5365 84.5379 11.973 84.8977 11.4901C85.2576 11.0071 85.7547 10.6307 86.3892 10.3608C87.0237 10.0862 87.7505 9.94886 88.5696 9.94886C89.7486 9.94886 90.6766 10.2045 91.3537 10.7159C92.0308 11.2225 92.4782 11.902 92.696 12.7543ZM103.419 12.7543L101.494 13.0952C101.413 12.849 101.286 12.6146 101.11 12.392C100.94 12.1695 100.708 11.9872 100.414 11.8452C100.121 11.7031 99.7539 11.6321 99.3136 11.6321C98.7122 11.6321 98.2103 11.767 97.8079 12.0369C97.4054 12.3021 97.2042 12.6454 97.2042 13.0668C97.2042 13.4313 97.3391 13.7249 97.609 13.9474C97.8789 14.17 98.3145 14.3523 98.9158 14.4943L100.649 14.892C101.653 15.1241 102.401 15.4815 102.893 15.9645C103.386 16.4474 103.632 17.0748 103.632 17.8466C103.632 18.5 103.442 19.0824 103.064 19.5938C102.69 20.1004 102.166 20.4981 101.494 20.7869C100.826 21.0758 100.052 21.2202 99.1715 21.2202C97.9499 21.2202 96.9532 20.9598 96.1815 20.4389C95.4097 19.9134 94.9362 19.1676 94.761 18.2017L96.8136 17.8892C96.9414 18.4242 97.2042 18.8291 97.6019 19.1037C97.9996 19.3736 98.5181 19.5085 99.1573 19.5085C99.8533 19.5085 100.41 19.3641 100.826 19.0753C101.243 18.7817 101.451 18.4242 101.451 18.0028C101.451 17.6619 101.324 17.3755 101.068 17.1435C100.817 16.9115 100.431 16.7363 99.9102 16.6179L98.0636 16.2131C97.0456 15.9811 96.2927 15.6117 95.805 15.1051C95.3221 14.5985 95.0806 13.9569 95.0806 13.1804C95.0806 12.5365 95.2605 11.973 95.6204 11.4901C95.9802 11.0071 96.4774 10.6307 97.1119 10.3608C97.7463 10.0862 98.4731 9.94886 99.2923 9.94886C100.471 9.94886 101.399 10.2045 102.076 10.7159C102.753 11.2225 103.201 11.902 103.419 12.7543ZM105.967 21V10.0909H108.09V21H105.967ZM107.039 8.40767C106.67 8.40767 106.353 8.28456 106.087 8.03835C105.827 7.7874 105.697 7.48911 105.697 7.14347C105.697 6.79309 105.827 6.49479 106.087 6.24858C106.353 5.99763 106.67 5.87216 107.039 5.87216C107.408 5.87216 107.723 5.99763 107.984 6.24858C108.249 6.49479 108.381 6.79309 108.381 7.14347C108.381 7.48911 108.249 7.7874 107.984 8.03835C107.723 8.28456 107.408 8.40767 107.039 8.40767ZM119.122 12.7543L117.197 13.0952C117.117 12.849 116.989 12.6146 116.814 12.392C116.643 12.1695 116.411 11.9872 116.118 11.8452C115.824 11.7031 115.457 11.6321 115.017 11.6321C114.415 11.6321 113.913 11.767 113.511 12.0369C113.109 12.3021 112.907 12.6454 112.907 13.0668C112.907 13.4313 113.042 13.7249 113.312 13.9474C113.582 14.17 114.018 14.3523 114.619 14.4943L116.352 14.892C117.356 15.1241 118.104 15.4815 118.596 15.9645C119.089 16.4474 119.335 17.0748 119.335 17.8466C119.335 18.5 119.145 19.0824 118.767 19.5938C118.393 20.1004 117.869 20.4981 117.197 20.7869C116.529 21.0758 115.755 21.2202 114.875 21.2202C113.653 21.2202 112.656 20.9598 111.885 20.4389C111.113 19.9134 110.639 19.1676 110.464 18.2017L112.517 17.8892C112.645 18.4242 112.907 18.8291 113.305 19.1037C113.703 19.3736 114.221 19.5085 114.86 19.5085C115.556 19.5085 116.113 19.3641 116.529 19.0753C116.946 18.7817 117.154 18.4242 117.154 18.0028C117.154 17.6619 117.027 17.3755 116.771 17.1435C116.52 16.9115 116.134 16.7363 115.613 16.6179L113.767 16.2131C112.749 15.9811 111.996 15.6117 111.508 15.1051C111.025 14.5985 110.784 13.9569 110.784 13.1804C110.784 12.5365 110.964 11.973 111.324 11.4901C111.683 11.0071 112.181 10.6307 112.815 10.3608C113.449 10.0862 114.176 9.94886 114.995 9.94886C116.174 9.94886 117.102 10.2045 117.779 10.7159C118.457 11.2225 118.904 11.902 119.122 12.7543ZM126.762 10.0909V11.7955H120.803V10.0909H126.762ZM122.401 7.47727H124.525V17.7969C124.525 18.2088 124.586 18.5189 124.71 18.7273C124.833 18.9309 124.991 19.0705 125.185 19.1463C125.384 19.2173 125.6 19.2528 125.832 19.2528C126.002 19.2528 126.151 19.241 126.279 19.2173C126.407 19.1937 126.506 19.1747 126.577 19.1605L126.961 20.9148C126.838 20.9621 126.663 21.0095 126.435 21.0568C126.208 21.1089 125.924 21.1373 125.583 21.142C125.024 21.1515 124.504 21.0521 124.021 20.8438C123.538 20.6354 123.147 20.3134 122.849 19.8778C122.55 19.4422 122.401 18.8954 122.401 18.2372V7.47727Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9994 26C5.38279 26 0 20.6172 0 13.9993C0 7.38279 5.38279 2 11.9994 2C12.8039 2 13.5901 2.07958 14.3507 2.23129C14.8609 2.08044 15.3883 2.00132 15.9278 2.00132C16.8291 2.00132 17.6964 2.22213 18.5065 2.62928C18.928 2.22149 19.3816 2.00132 19.8562 2.00132C21.5043 2.00132 22.8995 4.65586 23.5707 8.60228V2.21399H24V25.7847H23.5707V19.3991C22.8995 23.3455 21.5043 26 19.8562 26C19.3814 26 18.9277 25.7799 18.5062 25.3722C17.6962 25.7793 16.829 26 15.9278 26C15.3864 26 14.8572 25.9203 14.3454 25.7684C13.5865 25.9195 12.802 25.9987 11.9994 25.9987V26ZM18.8957 25.1596C19.2033 25.4264 19.5256 25.5694 19.8562 25.5694C21.2405 25.5694 22.4767 23.0642 23.114 19.4598C22.2234 22.0406 20.7221 24.0821 18.8957 25.1596ZM23.115 8.54429C22.478 4.93705 21.2412 2.4293 19.8562 2.4293C19.5249 2.4293 19.202 2.57284 18.8938 2.84063C20.7218 3.91828 22.2242 5.96129 23.115 8.54429ZM18.2084 2.95537C17.4879 2.61358 16.7218 2.4293 15.9278 2.4293C15.7218 2.4293 15.5177 2.44171 15.3158 2.46604C16.1949 2.71921 17.0329 3.07041 17.8172 3.50699C17.9435 3.30414 18.074 3.11987 18.2084 2.95537ZM18.1816 3.71832C18.313 3.50515 18.4487 3.31582 18.588 3.15231C20.3105 4.12376 21.7411 6.01028 22.6207 8.41957C21.5965 6.47782 20.0554 4.84928 18.1816 3.71832ZM17.9689 4.09115C21.3229 6.11933 23.5694 9.80174 23.5694 13.9993C23.5694 18.1969 21.3229 21.8794 17.9689 23.9075C16.885 21.8608 16.1431 18.1425 16.1431 13.9993C16.1431 9.85616 16.885 6.13787 17.9689 4.09115ZM17.6018 3.87828C16.6038 3.32364 15.5156 2.91235 14.3652 2.67241C10.8984 3.76725 8.28621 8.42981 8.28621 13.9993C8.28621 19.5689 10.8984 24.2314 14.3652 25.3263C15.515 25.0865 16.6027 24.6755 17.6003 24.1212C16.4571 22.0075 15.7138 18.3021 15.7138 14.0007C15.7138 9.69805 16.458 5.99169 17.6018 3.87828ZM17.8155 24.4926C17.0317 24.9288 16.1943 25.2797 15.3158 25.5326C15.5177 25.557 15.7218 25.5694 15.9278 25.5694C16.721 25.5694 17.4865 25.3854 18.2064 25.0442C18.0721 24.8797 17.9417 24.6955 17.8155 24.4926ZM18.1816 24.2804C18.313 24.4935 18.4487 24.6829 18.588 24.8464C20.3105 23.8749 21.7411 21.9884 22.6207 19.5791C21.5965 21.5209 20.0554 23.1494 18.1816 24.2804ZM11.9994 2.4293C12.525 2.4293 13.0426 2.46453 13.5498 2.53275C10.2565 4.04532 7.8569 8.61416 7.8569 14.0007C7.8569 19.3848 10.2544 23.9519 13.5453 25.4665C13.0395 25.5344 12.5234 25.5694 11.9994 25.5694C5.61924 25.5694 0.429303 20.3794 0.429303 13.9993C0.429303 7.61924 5.61924 2.4293 11.9994 2.4293Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M132 7.84C134.121 7.84 135.84 6.12077 135.84 4C135.84 1.87923 134.121 0.16 132 0.16C129.879 0.16 128.16 1.87923 128.16 4C128.16 6.12077 129.879 7.84 132 7.84ZM132 8C134.209 8 136 6.20914 136 4C136 1.79086 134.209 0 132 0C129.791 0 128 1.79086 128 4C128 6.20914 129.791 8 132 8Z" fill="black"/><path d="M129.919 5.45557V2.90757H128.975V2.55557H131.271V2.90757H130.327V5.45557H129.919Z" fill="black"/><path d="M133.256 5.45557H132.824L132.024 2.92757V5.45557H131.616V2.55557H132.3L133.04 4.97157L133.78 2.55557H134.464V5.45557H134.056V2.92757L133.256 5.45557Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  padding: 20px 46px;
  background-position: center;
  background-size: contain;
}

.icon-logoadmin {
  background-image: url('data:image/svg+xml;utf-8,<svg width="139" height="26" viewBox="0 0 139 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.598 21V6.45455H33.7827C34.9143 6.45455 35.8518 6.66051 36.5952 7.07244C37.3385 7.48437 37.8949 8.04782 38.2642 8.76278C38.6335 9.47301 38.8182 10.2732 38.8182 11.1634C38.8182 12.0582 38.6312 12.8632 38.2571 13.5781C37.8878 14.2884 37.3291 14.8518 36.581 15.2685C35.8376 15.6804 34.9025 15.8864 33.7756 15.8864H30.2102V14.0256H33.5767C34.2917 14.0256 34.8717 13.9025 35.3168 13.6562C35.7618 13.4053 36.0885 13.0644 36.2969 12.6335C36.5052 12.2027 36.6094 11.7126 36.6094 11.1634C36.6094 10.6141 36.5052 10.1264 36.2969 9.70028C36.0885 9.27415 35.7595 8.94034 35.3097 8.69886C34.8646 8.45739 34.2775 8.33665 33.5483 8.33665H30.7926V21H28.598ZM41.391 21V6.45455H43.5856V12.7756H50.837V6.45455H53.0387V21H50.837V14.6577H43.5856V21H41.391ZM66.0785 11.0497C65.9412 10.6188 65.7565 10.233 65.5245 9.89205C65.2972 9.5464 65.025 9.25284 64.7077 9.01136C64.3905 8.76515 64.0283 8.57812 63.6211 8.45028C63.2186 8.32244 62.7759 8.25852 62.293 8.25852C61.4738 8.25852 60.7352 8.46922 60.0771 8.89062C59.4189 9.31203 58.8981 9.92992 58.5146 10.7443C58.1358 11.554 57.9464 12.5459 57.9464 13.7202C57.9464 14.8991 58.1381 15.8958 58.5217 16.7102C58.9052 17.5246 59.4308 18.1425 60.0984 18.5639C60.766 18.9853 61.5259 19.196 62.3782 19.196C63.1689 19.196 63.8578 19.035 64.445 18.7131C65.0368 18.3911 65.4937 17.9366 65.8157 17.3494C66.1424 16.7576 66.3058 16.0616 66.3058 15.2614L66.8739 15.3679H62.712V13.5568H68.4293V15.2116C68.4293 16.4332 68.1689 17.4938 67.6481 18.3935C67.132 19.2884 66.417 19.9796 65.5032 20.4673C64.5941 20.955 63.5524 21.1989 62.3782 21.1989C61.0619 21.1989 59.9066 20.8958 58.9123 20.2898C57.9227 19.6837 57.1509 18.8243 56.5969 17.7116C56.043 16.5942 55.766 15.2685 55.766 13.7344C55.766 12.5743 55.927 11.5327 56.2489 10.6094C56.5709 9.68608 57.0231 8.90246 57.6055 8.25852C58.1926 7.60985 58.8815 7.11506 59.6722 6.77415C60.4677 6.4285 61.3365 6.25568 62.2788 6.25568C63.0647 6.25568 63.7963 6.37169 64.4734 6.60369C65.1552 6.8357 65.7612 7.16477 66.2915 7.59091C66.8266 8.01705 67.2693 8.52367 67.6197 9.1108C67.9701 9.69318 68.2068 10.3395 68.3299 11.0497H66.0785ZM71.9947 21H69.6651L74.8995 6.45455H77.435L82.6694 21H80.3398L76.2276 9.09659H76.114L71.9947 21ZM72.3853 15.304H79.9421V17.1506H72.3853V15.304ZM88.5075 21.2131C87.6268 21.2131 86.8408 20.9882 86.1495 20.5384C85.4629 20.0838 84.9232 19.4375 84.5302 18.5994C84.1419 17.7566 83.9478 16.7457 83.9478 15.5668C83.9478 14.3878 84.1443 13.3793 84.5373 12.5412C84.935 11.7031 85.4795 11.0616 86.1708 10.6165C86.8621 10.1714 87.6457 9.94886 88.5217 9.94886C89.1987 9.94886 89.7433 10.0625 90.1552 10.2898C90.5719 10.5123 90.8938 10.7727 91.1211 11.071C91.3531 11.3693 91.533 11.6321 91.6609 11.8594H91.7887V6.45455H93.9123V21H91.8384V19.3026H91.6609C91.533 19.5346 91.3484 19.7997 91.1069 20.098C90.8701 20.3963 90.5434 20.6567 90.1268 20.8793C89.7101 21.1018 89.1703 21.2131 88.5075 21.2131ZM88.9762 19.402C89.587 19.402 90.1031 19.241 90.5245 18.919C90.9506 18.5923 91.2726 18.1402 91.4904 17.5625C91.7129 16.9848 91.8242 16.3125 91.8242 15.5455C91.8242 14.7879 91.7153 14.125 91.4975 13.5568C91.2797 12.9886 90.9601 12.5459 90.5387 12.2287C90.1173 11.9115 89.5965 11.7528 88.9762 11.7528C88.337 11.7528 87.8043 11.9186 87.3782 12.25C86.9521 12.5814 86.6301 13.0336 86.4123 13.6065C86.1992 14.1795 86.0927 14.8258 86.0927 15.5455C86.0927 16.2746 86.2016 16.9304 86.4194 17.5128C86.6372 18.0952 86.9592 18.5568 87.3853 18.8977C87.8162 19.2339 88.3465 19.402 88.9762 19.402ZM96.9432 21V10.0909H98.9815V11.8665H99.1165C99.3438 11.2652 99.7154 10.7964 100.232 10.4602C100.748 10.1193 101.366 9.94886 102.085 9.94886C102.814 9.94886 103.425 10.1193 103.918 10.4602C104.415 10.8011 104.782 11.2699 105.018 11.8665H105.132C105.393 11.2841 105.807 10.8201 106.375 10.4744C106.943 10.1241 107.62 9.94886 108.406 9.94886C109.396 9.94886 110.203 10.259 110.828 10.8793C111.458 11.4995 111.773 12.4347 111.773 13.6847V21H109.649V13.8835C109.649 13.1449 109.448 12.6098 109.045 12.2784C108.643 11.947 108.162 11.7812 107.604 11.7812C106.912 11.7812 106.375 11.9943 105.991 12.4205C105.608 12.8419 105.416 13.384 105.416 14.0469V21H103.3V13.7486C103.3 13.1567 103.115 12.6809 102.746 12.321C102.376 11.9612 101.896 11.7812 101.304 11.7812C100.902 11.7812 100.53 11.8878 100.189 12.1009C99.8527 12.3092 99.5805 12.6004 99.3722 12.9744C99.1686 13.3485 99.0668 13.7817 99.0668 14.2741V21H96.9432ZM114.619 21V10.0909H116.743V21H114.619ZM115.691 8.40767C115.322 8.40767 115.005 8.28456 114.74 8.03835C114.479 7.7874 114.349 7.48911 114.349 7.14347C114.349 6.79309 114.479 6.49479 114.74 6.24858C115.005 5.99763 115.322 5.87216 115.691 5.87216C116.061 5.87216 116.376 5.99763 116.636 6.24858C116.901 6.49479 117.034 6.79309 117.034 7.14347C117.034 7.48911 116.901 7.7874 116.636 8.03835C116.376 8.28456 116.061 8.40767 115.691 8.40767ZM121.723 14.5227V21H119.599V10.0909H121.638V11.8665H121.773C122.024 11.2888 122.417 10.8248 122.952 10.4744C123.491 10.1241 124.171 9.94886 124.99 9.94886C125.733 9.94886 126.384 10.1051 126.943 10.4176C127.502 10.7254 127.935 11.1847 128.243 11.7955C128.551 12.4062 128.705 13.1615 128.705 14.0611V21H126.581V14.3168C126.581 13.526 126.375 12.9081 125.963 12.4631C125.551 12.0133 124.985 11.7884 124.266 11.7884C123.773 11.7884 123.335 11.8949 122.952 12.108C122.573 12.321 122.272 12.6335 122.05 13.0455C121.832 13.4527 121.723 13.9451 121.723 14.5227Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9994 26C5.38279 26 0 20.6172 0 13.9993C0 7.38279 5.38279 2 11.9994 2C12.8039 2 13.5901 2.07958 14.3507 2.23129C14.8609 2.08044 15.3883 2.00132 15.9278 2.00132C16.8291 2.00132 17.6964 2.22213 18.5065 2.62928C18.928 2.22149 19.3816 2.00132 19.8562 2.00132C21.5043 2.00132 22.8995 4.65586 23.5707 8.60228V2.21399H24V25.7847H23.5707V19.3991C22.8995 23.3455 21.5043 26 19.8562 26C19.3814 26 18.9277 25.7799 18.5062 25.3722C17.6962 25.7793 16.829 26 15.9278 26C15.3864 26 14.8572 25.9203 14.3454 25.7684C13.5865 25.9195 12.802 25.9987 11.9994 25.9987V26ZM18.8957 25.1596C19.2033 25.4264 19.5256 25.5694 19.8562 25.5694C21.2405 25.5694 22.4767 23.0642 23.114 19.4598C22.2234 22.0406 20.7221 24.0821 18.8957 25.1596ZM23.115 8.54429C22.478 4.93705 21.2412 2.4293 19.8562 2.4293C19.5249 2.4293 19.202 2.57284 18.8938 2.84063C20.7218 3.91828 22.2242 5.96129 23.115 8.54429ZM18.2084 2.95537C17.4879 2.61358 16.7218 2.4293 15.9278 2.4293C15.7218 2.4293 15.5177 2.44171 15.3158 2.46604C16.1949 2.71921 17.0329 3.07041 17.8172 3.50699C17.9435 3.30414 18.074 3.11987 18.2084 2.95537ZM18.1816 3.71832C18.313 3.50515 18.4487 3.31582 18.588 3.15231C20.3105 4.12376 21.7411 6.01028 22.6207 8.41957C21.5965 6.47782 20.0554 4.84928 18.1816 3.71832ZM17.9689 4.09115C21.3229 6.11933 23.5694 9.80174 23.5694 13.9993C23.5694 18.1969 21.3229 21.8794 17.9689 23.9075C16.885 21.8608 16.1431 18.1425 16.1431 13.9993C16.1431 9.85616 16.885 6.13787 17.9689 4.09115ZM17.6018 3.87828C16.6038 3.32364 15.5156 2.91235 14.3652 2.67241C10.8984 3.76725 8.28621 8.42981 8.28621 13.9993C8.28621 19.5689 10.8984 24.2314 14.3652 25.3263C15.515 25.0865 16.6027 24.6755 17.6003 24.1212C16.4571 22.0075 15.7138 18.3021 15.7138 14.0007C15.7138 9.69805 16.458 5.99169 17.6018 3.87828ZM17.8155 24.4926C17.0317 24.9288 16.1943 25.2797 15.3158 25.5326C15.5177 25.557 15.7218 25.5694 15.9278 25.5694C16.721 25.5694 17.4865 25.3854 18.2064 25.0442C18.0721 24.8797 17.9417 24.6955 17.8155 24.4926ZM18.1816 24.2804C18.313 24.4935 18.4487 24.6829 18.588 24.8464C20.3105 23.8749 21.7411 21.9884 22.6207 19.5791C21.5965 21.5209 20.0554 23.1494 18.1816 24.2804ZM11.9994 2.4293C12.525 2.4293 13.0426 2.46453 13.5498 2.53275C10.2565 4.04532 7.8569 8.61416 7.8569 14.0007C7.8569 19.3848 10.2544 23.9519 13.5453 25.4665C13.0395 25.5344 12.5234 25.5694 11.9994 25.5694C5.61924 25.5694 0.429303 20.3794 0.429303 13.9993C0.429303 7.61924 5.61924 2.4293 11.9994 2.4293Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M135 7.84C137.121 7.84 138.84 6.12077 138.84 4C138.84 1.87923 137.121 0.16 135 0.16C132.879 0.16 131.16 1.87923 131.16 4C131.16 6.12077 132.879 7.84 135 7.84ZM135 8C137.209 8 139 6.20914 139 4C139 1.79086 137.209 0 135 0C132.791 0 131 1.79086 131 4C131 6.20914 132.791 8 135 8Z" fill="black"/><path d="M132.919 5.45557V2.90757H131.975V2.55557H134.271V2.90757H133.327V5.45557H132.919Z" fill="black"/><path d="M136.256 5.45557H135.824L135.024 2.92757V5.45557H134.616V2.55557H135.3L136.04 4.97157L136.78 2.55557H137.464V5.45557H137.056V2.92757L136.256 5.45557Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  padding: 20px 46px;
  background-position: center;
  background-size: contain;
}

.default-icon {
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  color: #282244 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0px;
  cursor: pointer;
}

.default-icon.transparentbg {
  background-color: transparent;
}

.default-icon:hover {
  background-color: #f2e8fd;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50% !important;
}

.default-icon .btn.show {
  z-index: 3;
  background-color: #f2e8fd;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.default-icon.active {
  z-index: 3;
  background-color: #f2e8fd !important;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.default25 {
  display: inline;
  width: 25px;
  height: 25px;
}

.default25:hover {
  display: inline;
  width: 25px;
  height: 25px;
}

.icon-search {
  background-image: url('data:image/svg+xml;utf-8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.3792 15.75L9.21371 10.2375C8.80376 10.5875 8.33231 10.8646 7.79936 11.0687C7.26642 11.2729 6.69931 11.375 6.09804 11.375C4.60854 11.375 3.34806 10.8246 2.31661 9.72388C1.28461 8.62254 0.768616 7.27708 0.768616 5.6875C0.768616 4.09792 1.28461 2.75246 2.31661 1.65113C3.34806 0.550375 4.60854 0 6.09804 0C7.58755 0 8.8483 0.550375 9.8803 1.65113C10.9117 2.75246 11.4275 4.09792 11.4275 5.6875C11.4275 6.32917 11.3318 6.93437 11.1405 7.50312C10.9492 8.07187 10.6896 8.575 10.3616 9.0125L15.527 14.525L14.3792 15.75ZM6.09804 9.625C7.12294 9.625 7.99423 9.24233 8.71193 8.477C9.42907 7.71108 9.78765 6.78125 9.78765 5.6875C9.78765 4.59375 9.42907 3.66392 8.71193 2.898C7.99423 2.13267 7.12294 1.75 6.09804 1.75C5.07315 1.75 4.20186 2.13267 3.48416 2.898C2.76701 3.66392 2.40844 4.59375 2.40844 5.6875C2.40844 6.78125 2.76701 7.71108 3.48416 8.477C4.20186 9.24233 5.07315 9.625 6.09804 9.625Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
  position: relative;
}

.icon-support {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2643_16494" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2643_16494)"><path d="M16.625 17.5C14.8889 17.5 13.1736 17.1215 11.4792 16.3646C9.78472 15.6076 8.24306 14.5347 6.85417 13.1458C5.46528 11.7569 4.39236 10.2153 3.63542 8.52083C2.87847 6.82639 2.5 5.11111 2.5 3.375C2.5 3.125 2.58333 2.91667 2.75 2.75C2.91667 2.58333 3.125 2.5 3.375 2.5H6.75C6.94444 2.5 7.11806 2.56597 7.27083 2.69792C7.42361 2.82986 7.51389 2.98611 7.54167 3.16667L8.08333 6.08333C8.11111 6.30556 8.10417 6.49306 8.0625 6.64583C8.02083 6.79861 7.94444 6.93056 7.83333 7.04167L5.8125 9.08333C6.09028 9.59722 6.42014 10.0937 6.80208 10.5729C7.18403 11.0521 7.60417 11.5139 8.0625 11.9583C8.49306 12.3889 8.94444 12.7882 9.41667 13.1563C9.88889 13.5243 10.3889 13.8611 10.9167 14.1667L12.875 12.2083C13 12.0833 13.1632 11.9896 13.3646 11.9271C13.566 11.8646 13.7639 11.8472 13.9583 11.875L16.8333 12.4583C17.0278 12.5139 17.1875 12.6146 17.3125 12.7604C17.4375 12.9062 17.5 13.0694 17.5 13.25V16.625C17.5 16.875 17.4167 17.0833 17.25 17.25C17.0833 17.4167 16.875 17.5 16.625 17.5Z" fill="%23ffffff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 20px;
  width: 100%;
  background-position: center;
}

.icon-notification {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9751 6.875C16.9751 3.07863 14.0903 0 10.5329 0C6.97557 0 4.09076 3.07863 4.09076 6.875L4.09076 13.75L0.225464 16.5L0.225464 17.875H20.8404V16.5L16.9751 13.75V6.875Z" fill="%23ffffff" fill-opacity="0.9"/><path d="M13.1098 19.25H7.95605C7.95605 20.7694 9.1092 22 10.5329 22C11.9566 22 13.1098 20.7694 13.1098 19.25Z" fill="%23ffffff" fill-opacity="0.9"/></svg>');
  background-repeat: no-repeat;
  padding: 20px;
  background-position: center;
}

.icon-notification-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9751 6.875C16.9751 3.07863 14.0903 0 10.5329 0C6.97557 0 4.09076 3.07863 4.09076 6.875L4.09076 13.75L0.225464 16.5L0.225464 17.875H20.8404V16.5L16.9751 13.75V6.875Z" fill="%2300b0b9" fill-opacity="0.9"/><path d="M13.1098 19.25H7.95605C7.95605 20.7694 9.1092 22 10.5329 22C11.9566 22 13.1098 20.7694 13.1098 19.25Z" fill="%2300b0b9" fill-opacity="0.9"/></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 5px;
}

.icon-eclipse {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 16 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-8.74228e-08 2.5C-6.33815e-08 1.95 0.195666 1.47933 0.587 1.088C0.979 0.696 1.45 0.499999 2 0.499999C2.55 0.499999 3.021 0.696 3.413 1.088C3.80433 1.47933 4 1.95 4 2.5C4 3.05 3.80433 3.521 3.413 3.913C3.021 4.30433 2.55 4.5 2 4.5C1.45 4.5 0.979 4.30433 0.587 3.913C0.195666 3.521 -1.11464e-07 3.05 -8.74228e-08 2.5ZM6 2.5C6 1.95 6.196 1.47933 6.588 1.088C6.97933 0.696 7.45 0.5 8 0.5C8.55 0.5 9.021 0.696 9.413 1.088C9.80433 1.47933 10 1.95 10 2.5C10 3.05 9.80433 3.521 9.413 3.913C9.021 4.30433 8.55 4.5 8 4.5C7.45 4.5 6.97933 4.30433 6.588 3.913C6.196 3.521 6 3.05 6 2.5ZM12 2.5C12 1.95 12.196 1.47933 12.588 1.088C12.9793 0.696 13.45 0.5 14 0.5C14.55 0.5 15.0207 0.696 15.412 1.088C15.804 1.47933 16 1.95 16 2.5C16 3.05 15.804 3.521 15.412 3.913C15.0207 4.30433 14.55 4.5 14 4.5C13.45 4.5 12.9793 4.30433 12.588 3.913C12.196 3.521 12 3.05 12 2.5Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 17px;
  position: absolute;
  top: -3px;
  left: -2px;
  background-position: center;
}

.icon-eclipseV {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 4 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 14C1.26875 14 0.856771 13.8286 0.514063 13.4859C0.171354 13.1432 0 12.7312 0 12.25C0 11.7688 0.171354 11.3568 0.514063 11.0141C0.856771 10.6714 1.26875 10.5 1.75 10.5C2.23125 10.5 2.64323 10.6714 2.98594 11.0141C3.32865 11.3568 3.5 11.7688 3.5 12.25C3.5 12.7312 3.32865 13.1432 2.98594 13.4859C2.64323 13.8286 2.23125 14 1.75 14ZM1.75 8.75C1.26875 8.75 0.856771 8.57865 0.514063 8.23594C0.171354 7.89323 0 7.48125 0 7C0 6.51875 0.171354 6.10677 0.514063 5.76406C0.856771 5.42135 1.26875 5.25 1.75 5.25C2.23125 5.25 2.64323 5.42135 2.98594 5.76406C3.32865 6.10677 3.5 6.51875 3.5 7C3.5 7.48125 3.32865 7.89323 2.98594 8.23594C2.64323 8.57865 2.23125 8.75 1.75 8.75ZM1.75 3.5C1.26875 3.5 0.856771 3.32865 0.514063 2.98594C0.171354 2.64323 0 2.23125 0 1.75C0 1.26875 0.171354 0.856771 0.514063 0.514063C0.856771 0.171354 1.26875 0 1.75 0C2.23125 0 2.64323 0.171354 2.98594 0.514063C3.32865 0.856771 3.5 1.26875 3.5 1.75C3.5 2.23125 3.32865 2.64323 2.98594 2.98594C2.64323 3.32865 2.23125 3.5 1.75 3.5Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 10px 5px 10px 10px;
  background-position: center;
}

.icon-eclipseWhiteV {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 4 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 14C1.26875 14 0.856771 13.8286 0.514063 13.4859C0.171354 13.1432 0 12.7312 0 12.25C0 11.7688 0.171354 11.3568 0.514063 11.0141C0.856771 10.6714 1.26875 10.5 1.75 10.5C2.23125 10.5 2.64323 10.6714 2.98594 11.0141C3.32865 11.3568 3.5 11.7688 3.5 12.25C3.5 12.7312 3.32865 13.1432 2.98594 13.4859C2.64323 13.8286 2.23125 14 1.75 14ZM1.75 8.75C1.26875 8.75 0.856771 8.57865 0.514063 8.23594C0.171354 7.89323 0 7.48125 0 7C0 6.51875 0.171354 6.10677 0.514063 5.76406C0.856771 5.42135 1.26875 5.25 1.75 5.25C2.23125 5.25 2.64323 5.42135 2.98594 5.76406C3.32865 6.10677 3.5 6.51875 3.5 7C3.5 7.48125 3.32865 7.89323 2.98594 8.23594C2.64323 8.57865 2.23125 8.75 1.75 8.75ZM1.75 3.5C1.26875 3.5 0.856771 3.32865 0.514063 2.98594C0.171354 2.64323 0 2.23125 0 1.75C0 1.26875 0.171354 0.856771 0.514063 0.514063C0.856771 0.171354 1.26875 0 1.75 0C2.23125 0 2.64323 0.171354 2.98594 0.514063C3.32865 0.856771 3.5 1.26875 3.5 1.75C3.5 2.23125 3.32865 2.64323 2.98594 2.98594C2.64323 3.32865 2.23125 3.5 1.75 3.5Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  padding: 10px 5px 10px 22px;
  background-position: center;
}

.icon-sort {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.79657 10.552H8.1299V7.88533H10.7966V6.552H8.1299V3.88533H6.79657V6.552H4.1299V7.88533H6.79657V10.552ZM7.46324 13.8853C6.54101 13.8853 5.67435 13.7103 4.86324 13.3603C4.05213 13.0103 3.34657 12.5353 2.74657 11.9353C2.14657 11.3353 1.67157 10.6298 1.32157 9.81867C0.97157 9.00756 0.79657 8.14089 0.79657 7.21867C0.79657 6.29645 0.97157 5.42978 1.32157 4.61867C1.67157 3.80756 2.14657 3.102 2.74657 2.502C3.34657 1.902 4.05213 1.427 4.86324 1.077C5.67435 0.727002 6.54101 0.552002 7.46324 0.552002C8.38546 0.552002 9.25212 0.727002 10.0632 1.077C10.8743 1.427 11.5799 1.902 12.1799 2.502C12.7799 3.102 13.2549 3.80756 13.6049 4.61867C13.9549 5.42978 14.1299 6.29645 14.1299 7.21867C14.1299 8.14089 13.9549 9.00756 13.6049 9.81867C13.2549 10.6298 12.7799 11.3353 12.1799 11.9353C11.5799 12.5353 10.8743 13.0103 10.0632 13.3603C9.25212 13.7103 8.38546 13.8853 7.46324 13.8853Z" fill="%23c18df3"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-plus {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3878_19467" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23c18df3"/></mask><g mask="url(%23mask0_3878_19467)"><path d="M11 17H13V13H17V11H13V7H11V11H7V13H11V17ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="%23c18df3"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-minus {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3878_19467" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23c18df3"/></mask><g mask="url(%23mask0_3878_19467)"><path d="M11 17H13V13H17V11H13V7H11V11H7V13H11V17ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="%23c18df3"/><path d="M6 5H18V18H6V5Z" fill="%23c18df3"/><rect x="7" y="11" width="11" height="2" fill="white"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-search-heading {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1687_50829" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1687_50829)"><path d="M15 11.0417L16.6667 12.7084V16.6667C16.6667 17.125 16.5035 17.5174 16.1771 17.8438C15.8507 18.1702 15.4584 18.3334 15 18.3334H3.33335C2.87502 18.3334 2.48266 18.1702 2.15627 17.8438C1.82988 17.5174 1.66669 17.125 1.66669 16.6667V5.00002C1.66669 4.54169 1.82988 4.14933 2.15627 3.82294C2.48266 3.49655 2.87502 3.33335 3.33335 3.33335H7.91669C7.80558 3.58335 7.72224 3.85071 7.66669 4.13544C7.61113 4.42016 7.56947 4.70835 7.54169 5.00002H3.33335V16.6667H15V11.0417ZM16.0834 7.41669L18.75 10.0834L17.5834 11.25L14.9167 8.58335C14.625 8.75002 14.3125 8.88891 13.9792 9.00002C13.6459 9.11113 13.2917 9.16669 12.9167 9.16669C11.875 9.16669 10.9896 8.8021 10.2604 8.07294C9.53127 7.34377 9.16669 6.45835 9.16669 5.41669C9.16669 4.37502 9.53127 3.4896 10.2604 2.76044C10.9896 2.03127 11.875 1.66669 12.9167 1.66669C13.9584 1.66669 14.8438 2.03127 15.5729 2.76044C16.3021 3.4896 16.6667 4.37502 16.6667 5.41669C16.6667 5.79169 16.6111 6.14585 16.5 6.47919C16.3889 6.81252 16.25 7.12502 16.0834 7.41669ZM12.9167 7.50002C13.5 7.50002 13.9931 7.29863 14.3959 6.89585C14.7986 6.49308 15 6.00002 15 5.41669C15 4.83335 14.7986 4.3403 14.3959 3.93752C13.9931 3.53474 13.5 3.33335 12.9167 3.33335C12.3334 3.33335 11.8403 3.53474 11.4375 3.93752C11.0347 4.3403 10.8334 4.83335 10.8334 5.41669C10.8334 6.00002 11.0347 6.49308 11.4375 6.89585C11.8403 7.29863 12.3334 7.50002 12.9167 7.50002ZM3.33335 16.6667V5.00002V10.8334V10.5834V16.6667Z" fill="%23fff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-news-alert {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1295_13375" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1295_13375)"><path d="M5.83333 14.1667H7.5V10H5.83333V14.1667ZM12.5 14.1667H14.1667V5.83333H12.5V14.1667ZM9.16667 14.1667H10.8333V11.6667H9.16667V14.1667ZM9.16667 10H10.8333V8.33333H9.16667V10ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-kiq {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2766_14761" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2766_14761)"><path d="M5.83333 11.6666H8.89583C9.04861 11.3472 9.22569 11.0486 9.42708 10.7708C9.62847 10.493 9.85417 10.2361 10.1042 9.99996H5.83333V11.6666ZM5.83333 15H8.39583C8.35417 14.7222 8.33333 14.4444 8.33333 14.1666C8.33333 13.8888 8.35417 13.6111 8.39583 13.3333H5.83333V15ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V3.33329C2.5 2.87496 2.66319 2.4826 2.98958 2.15621C3.31597 1.82982 3.70833 1.66663 4.16667 1.66663H10.8333L15.8333 6.66663V8.58329C15.5694 8.49996 15.2986 8.43746 15.0208 8.39579C14.7431 8.35413 14.4583 8.33329 14.1667 8.33329V7.49996H10V3.33329H4.16667V16.6666H8.89583C9.04861 16.9861 9.22569 17.2847 9.42708 17.5625C9.62847 17.8402 9.85417 18.0972 10.1042 18.3333H4.16667ZM14.1667 9.99996C15.3194 9.99996 16.3021 10.4062 17.1146 11.2187C17.9271 12.0312 18.3333 13.0138 18.3333 14.1666C18.3333 15.3194 17.9271 16.302 17.1146 17.1145C16.3021 17.927 15.3194 18.3333 14.1667 18.3333C13.0139 18.3333 12.0313 17.927 11.2188 17.1145C10.4063 16.302 10 15.3194 10 14.1666C10 13.0138 10.4063 12.0312 11.2188 11.2187C12.0313 10.4062 13.0139 9.99996 14.1667 9.99996ZM14.1667 16.6666C14.3194 16.6666 14.4479 16.6145 14.5521 16.5104C14.6563 16.4062 14.7083 16.2777 14.7083 16.125C14.7083 15.9722 14.6563 15.8437 14.5521 15.7395C14.4479 15.6354 14.3194 15.5833 14.1667 15.5833C14.0139 15.5833 13.8854 15.6354 13.7813 15.7395C13.6771 15.8437 13.625 15.9722 13.625 16.125C13.625 16.2777 13.6771 16.4062 13.7813 16.5104C13.8854 16.6145 14.0139 16.6666 14.1667 16.6666ZM13.7917 15.0833H14.5417V14.875C14.5417 14.7222 14.5833 14.5868 14.6667 14.4687C14.75 14.3507 14.8472 14.2361 14.9583 14.125C15.1528 13.9583 15.3056 13.7986 15.4167 13.6458C15.5278 13.493 15.5833 13.2777 15.5833 13C15.5833 12.5972 15.4514 12.2743 15.1875 12.0312C14.9236 11.7882 14.5833 11.6666 14.1667 11.6666C13.8472 11.6666 13.559 11.7604 13.3021 11.9479C13.0451 12.1354 12.8611 12.3888 12.75 12.7083L13.4167 13C13.4583 12.8333 13.5451 12.6875 13.6771 12.5625C13.809 12.4375 13.9722 12.375 14.1667 12.375C14.375 12.375 14.5382 12.427 14.6563 12.5312C14.7743 12.6354 14.8333 12.7916 14.8333 13C14.8333 13.1527 14.7917 13.2812 14.7083 13.3854C14.625 13.4895 14.5278 13.5972 14.4167 13.7083C14.3333 13.7916 14.2465 13.875 14.1562 13.9583C14.066 14.0416 13.9861 14.1388 13.9167 14.25C13.875 14.3333 13.8438 14.4166 13.8229 14.5C13.8021 14.5833 13.7917 14.6805 13.7917 14.7916V15.0833Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-dashboard-analytics {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4818_18379" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="0.406616" y="0.753113" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4818_18379)"><path d="M5.40662 21.7531C4.85662 21.7531 4.38578 21.5572 3.99412 21.1656C3.60245 20.7739 3.40662 20.3031 3.40662 19.7531V5.75305C3.40662 5.20305 3.60245 4.73222 3.99412 4.34055C4.38578 3.94889 4.85662 3.75305 5.40662 3.75305H19.4066C19.9566 3.75305 20.4274 3.94889 20.8191 4.34055C21.2108 4.73222 21.4066 5.20305 21.4066 5.75305V19.7531C21.4066 20.3031 21.2108 20.7739 20.8191 21.1656C20.4274 21.5572 19.9566 21.7531 19.4066 21.7531H5.40662ZM5.40662 17.7031V19.7531H19.4066V11.0031L13.4566 17.7531L9.40662 13.7031L5.40662 17.7031ZM5.40662 14.8531L9.40662 10.8531L13.3566 14.8031L19.4066 8.00305V5.75305H5.40662V14.8531ZM5.40662 11.0031V8.00305V14.8031V10.8531V17.7031V13.7031V17.7531V11.0031ZM5.40662 14.8531V5.75305V14.8031V10.8531V14.8531ZM5.40662 17.7031V13.7031V17.7531V11.0031V19.7531V17.7031Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-dashboard-analytics-head {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4818_18379" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="0.406616" y="0.753113" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4818_18379)"><path d="M5.40662 21.7531C4.85662 21.7531 4.38578 21.5572 3.99412 21.1656C3.60245 20.7739 3.40662 20.3031 3.40662 19.7531V5.75305C3.40662 5.20305 3.60245 4.73222 3.99412 4.34055C4.38578 3.94889 4.85662 3.75305 5.40662 3.75305H19.4066C19.9566 3.75305 20.4274 3.94889 20.8191 4.34055C21.2108 4.73222 21.4066 5.20305 21.4066 5.75305V19.7531C21.4066 20.3031 21.2108 20.7739 20.8191 21.1656C20.4274 21.5572 19.9566 21.7531 19.4066 21.7531H5.40662ZM5.40662 17.7031V19.7531H19.4066V11.0031L13.4566 17.7531L9.40662 13.7031L5.40662 17.7031ZM5.40662 14.8531L9.40662 10.8531L13.3566 14.8031L19.4066 8.00305V5.75305H5.40662V14.8531ZM5.40662 11.0031V8.00305V14.8031V10.8531V17.7031V13.7031V17.7531V11.0031ZM5.40662 14.8531V5.75305V14.8031V10.8531V14.8531ZM5.40662 17.7031V13.7031V17.7531V11.0031V19.7531V17.7031Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-api {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4438_1812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4438_1812)"><path d="M6.5 20C4.98333 20 3.6875 19.475 2.6125 18.425C1.5375 17.375 1 16.0917 1 14.575C1 13.275 1.39167 12.1167 2.175 11.1C2.95833 10.0833 3.98333 9.43333 5.25 9.15C5.66667 7.61667 6.5 6.375 7.75 5.425C9 4.475 10.4167 4 12 4C13.95 4 15.6042 4.67917 16.9625 6.0375C18.3208 7.39583 19 9.05 19 11C20.15 11.1333 21.1042 11.6292 21.8625 12.4875C22.6208 13.3458 23 14.35 23 15.5C23 16.75 22.5625 17.8125 21.6875 18.6875C20.8125 19.5625 19.75 20 18.5 20H13C12.45 20 11.9792 19.8042 11.5875 19.4125C11.1958 19.0208 11 18.55 11 18V12.85L9.4 14.4L8 13L12 9L16 13L14.6 14.4L13 12.85V18H18.5C19.2 18 19.7917 17.7583 20.275 17.275C20.7583 16.7917 21 16.2 21 15.5C21 14.8 20.7583 14.2083 20.275 13.725C19.7917 13.2417 19.2 13 18.5 13H17V11C17 9.61667 16.5125 8.4375 15.5375 7.4625C14.5625 6.4875 13.3833 6 12 6C10.6167 6 9.4375 6.4875 8.4625 7.4625C7.4875 8.4375 7 9.61667 7 11H6.5C5.53333 11 4.70833 11.3417 4.025 12.025C3.34167 12.7083 3 13.5333 3 14.5C3 15.4667 3.34167 16.2917 4.025 16.975C4.70833 17.6583 5.53333 18 6.5 18H9V20H6.5Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-organization {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4437_1794" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4437_1794)"><path d="M2 21V3H12V7H22V21H2ZM4 19H10V17H4V19ZM4 15H10V13H4V15ZM4 11H10V9H4V11ZM4 7H10V5H4V7ZM12 19H20V9H12V19ZM14 13V11H18V13H14ZM14 17V15H18V17H14Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-projectview {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4437_1800" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4437_1800)"><path d="M16.4 21L15 19.6L16.575 18L15 16.425L16.4 15L18 16.6L19.575 15L21 16.425L19.4 18L21 19.6L19.575 21L18 19.425L16.4 21ZM6 19C6.28333 19 6.52083 18.9042 6.7125 18.7125C6.90417 18.5208 7 18.2833 7 18C7 17.7167 6.90417 17.4792 6.7125 17.2875C6.52083 17.0958 6.28333 17 6 17C5.71667 17 5.47917 17.0958 5.2875 17.2875C5.09583 17.4792 5 17.7167 5 18C5 18.2833 5.09583 18.5208 5.2875 18.7125C5.47917 18.9042 5.71667 19 6 19ZM6 21C5.16667 21 4.45833 20.7083 3.875 20.125C3.29167 19.5417 3 18.8333 3 18C3 17.1667 3.29167 16.4583 3.875 15.875C4.45833 15.2917 5.16667 15 6 15C6.61667 15 7.17917 15.1708 7.6875 15.5125C8.19583 15.8542 8.56667 16.3167 8.8 16.9C9.45 16.7167 9.97917 16.3583 10.3875 15.825C10.7958 15.2917 11 14.6833 11 14V10C11 8.61667 11.4875 7.4375 12.4625 6.4625C13.4375 5.4875 14.6167 5 16 5H17.15L15.575 3.425L17 2L21 6L17 10L15.575 8.6L17.15 7H16C15.1667 7 14.4583 7.29167 13.875 7.875C13.2917 8.45833 13 9.16667 13 10V14C13 15.2167 12.6083 16.2875 11.825 17.2125C11.0417 18.1375 10.05 18.7083 8.85 18.925C8.65 19.5417 8.2875 20.0417 7.7625 20.425C7.2375 20.8083 6.65 21 6 21ZM4.4 9L3 7.6L4.575 6L3 4.425L4.4 3L6 4.6L7.575 3L9 4.425L7.4 6L9 7.6L7.575 9L6 7.425L4.4 9Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-users {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4459_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="0.333374" y="0.333374" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4459_1592)"><path d="M10.6084 12.3334C10.1417 12.3334 9.75837 12.1584 9.45837 11.8084C9.15837 11.4584 9.05004 11.05 9.13337 10.5834L9.43337 8.78337C9.56671 8.06671 9.90421 7.47921 10.4459 7.02087C10.9875 6.56254 11.6167 6.33337 12.3334 6.33337C13.0667 6.33337 13.7042 6.56254 14.2459 7.02087C14.7875 7.47921 15.125 8.06671 15.2584 8.78337L15.5584 10.5834C15.6417 11.05 15.5334 11.4584 15.2334 11.8084C14.9334 12.1584 14.55 12.3334 14.0834 12.3334H10.6084ZM11.2084 10.3334H13.4834L13.2834 9.10837C13.25 8.87504 13.1417 8.68754 12.9584 8.54587C12.775 8.40421 12.5667 8.33337 12.3334 8.33337C12.1 8.33337 11.8959 8.40421 11.7209 8.54587C11.5459 8.68754 11.4417 8.87504 11.4084 9.10837L11.2084 10.3334ZM3.43337 13.3084C3.05004 13.325 2.72087 13.25 2.44587 13.0834C2.17087 12.9167 1.99171 12.6584 1.90837 12.3084C1.87504 12.1584 1.86671 12.0084 1.88337 11.8584C1.90004 11.7084 1.94171 11.5667 2.00837 11.4334C2.00837 11.45 2.00004 11.4167 1.98337 11.3334C1.95004 11.3 1.86671 11.1 1.73337 10.7334C1.70004 10.5334 1.72504 10.3417 1.80837 10.1584C1.89171 9.97504 2.00004 9.81671 2.13337 9.68337L2.18337 9.63337C2.21671 9.31671 2.34587 9.05004 2.57087 8.83337C2.79587 8.61671 3.07504 8.50837 3.40837 8.50837C3.45837 8.50837 3.61671 8.54171 3.88337 8.60837L3.95837 8.58337C4.04171 8.50004 4.15004 8.43754 4.28337 8.39587C4.41671 8.35421 4.55837 8.33337 4.70837 8.33337C4.89171 8.33337 5.05421 8.36254 5.19587 8.42087C5.33754 8.47921 5.45004 8.56671 5.53337 8.68337C5.55004 8.68337 5.56254 8.68754 5.57087 8.69587C5.57921 8.70421 5.59171 8.70837 5.60837 8.70837C5.84171 8.72504 6.04587 8.79587 6.22087 8.92087C6.39587 9.04587 6.52504 9.21671 6.60837 9.43337C6.64171 9.55004 6.65421 9.66254 6.64587 9.77087C6.63754 9.87921 6.61671 9.98337 6.58337 10.0834C6.58337 10.1 6.59171 10.1334 6.60837 10.1834C6.72504 10.3 6.81671 10.4292 6.88337 10.5709C6.95004 10.7125 6.98337 10.8584 6.98337 11.0084C6.98337 11.075 6.93337 11.25 6.83337 11.5334C6.81671 11.5667 6.81671 11.6 6.83337 11.6334L6.88337 12.0334C6.88337 12.3834 6.73754 12.6834 6.44587 12.9334C6.15421 13.1834 5.80004 13.3084 5.38337 13.3084H3.43337ZM20.3334 13.3334C19.7834 13.3334 19.3125 13.1375 18.9209 12.7459C18.5292 12.3542 18.3334 11.8834 18.3334 11.3334C18.3334 11.1334 18.3625 10.9459 18.4209 10.7709C18.4792 10.5959 18.5584 10.425 18.6584 10.2584L17.9584 9.63337C17.7917 9.50004 17.7625 9.33337 17.8709 9.13337C17.9792 8.93337 18.1334 8.83337 18.3334 8.83337H20.3334C20.8834 8.83337 21.3542 9.02921 21.7459 9.42087C22.1375 9.81254 22.3334 10.2834 22.3334 10.8334V11.3334C22.3334 11.8834 22.1375 12.3542 21.7459 12.7459C21.3542 13.1375 20.8834 13.3334 20.3334 13.3334ZM0.333374 18.3334V16.7584C0.333374 16.025 0.704207 15.4375 1.44587 14.9959C2.18754 14.5542 3.15004 14.3334 4.33337 14.3334C4.55004 14.3334 4.75837 14.3375 4.95837 14.3459C5.15837 14.3542 5.35004 14.375 5.53337 14.4084C5.30004 14.7417 5.12504 15.1 5.00837 15.4834C4.89171 15.8667 4.83337 16.275 4.83337 16.7084V18.3334H0.333374ZM6.33337 18.3334V16.7084C6.33337 15.625 6.88754 14.75 7.99587 14.0834C9.10421 13.4167 10.55 13.0834 12.3334 13.0834C14.1334 13.0834 15.5834 13.4167 16.6834 14.0834C17.7834 14.75 18.3334 15.625 18.3334 16.7084V18.3334H6.33337ZM20.3334 14.3334C21.5334 14.3334 22.5 14.5542 23.2334 14.9959C23.9667 15.4375 24.3334 16.025 24.3334 16.7584V18.3334H19.8334V16.7084C19.8334 16.275 19.7792 15.8667 19.6709 15.4834C19.5625 15.1 19.4 14.7417 19.1834 14.4084C19.3667 14.375 19.5542 14.3542 19.7459 14.3459C19.9375 14.3375 20.1334 14.3334 20.3334 14.3334ZM12.3334 15.0834C11.3834 15.0834 10.5334 15.2084 9.78337 15.4584C9.03337 15.7084 8.59171 16 8.45837 16.3334H16.2334C16.0834 16 15.6375 15.7084 14.8959 15.4584C14.1542 15.2084 13.3 15.0834 12.3334 15.0834Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-access {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4460_1700" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4460_1700)"><path d="M1 20V4H11V8H9V6H3V18H9V16H11V20H1ZM13 20V16H15V18H17V20H13ZM19 20V18H21V16H23V20H19ZM13 8V4H17V6H15V8H13ZM21 8V6H19V4H23V8H21ZM17 16L15.6 14.6L17.175 13H6V11H17.175L15.6 9.4L17 8L21 12L17 16Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-cache {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4445_1848" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4445_1848)"><path d="M15 18V16H19V18H15ZM15 10V8H22V10H15ZM15 14V12H21V14H15ZM3 8H2V6H6V4.5H10V6H14V8H13V17C13 17.55 12.8042 18.0208 12.4125 18.4125C12.0208 18.8042 11.55 19 11 19H5C4.45 19 3.97917 18.8042 3.5875 18.4125C3.19583 18.0208 3 17.55 3 17V8ZM5 8V17H11V8H5Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-calendar {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16746" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16746)"><path d="M8 14C7.71667 14 7.47917 13.9042 7.2875 13.7125C7.09583 13.5208 7 13.2833 7 13C7 12.7167 7.09583 12.4792 7.2875 12.2875C7.47917 12.0958 7.71667 12 8 12C8.28333 12 8.52083 12.0958 8.7125 12.2875C8.90417 12.4792 9 12.7167 9 13C9 13.2833 8.90417 13.5208 8.7125 13.7125C8.52083 13.9042 8.28333 14 8 14ZM12 14C11.7167 14 11.4792 13.9042 11.2875 13.7125C11.0958 13.5208 11 13.2833 11 13C11 12.7167 11.0958 12.4792 11.2875 12.2875C11.4792 12.0958 11.7167 12 12 12C12.2833 12 12.5208 12.0958 12.7125 12.2875C12.9042 12.4792 13 12.7167 13 13C13 13.2833 12.9042 13.5208 12.7125 13.7125C12.5208 13.9042 12.2833 14 12 14ZM16 14C15.7167 14 15.4792 13.9042 15.2875 13.7125C15.0958 13.5208 15 13.2833 15 13C15 12.7167 15.0958 12.4792 15.2875 12.2875C15.4792 12.0958 15.7167 12 16 12C16.2833 12 16.5208 12.0958 16.7125 12.2875C16.9042 12.4792 17 12.7167 17 13C17 13.2833 16.9042 13.5208 16.7125 13.7125C16.5208 13.9042 16.2833 14 16 14ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H6V2H8V4H16V2H18V4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8042 19.55 22 19 22H5ZM5 20H19V10H5V20ZM5 8H19V6H5V8Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-topic {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2766_14659" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2766_14659)"><path d="M3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V10H3.33329V15.8333H10.8333V17.5H3.33329ZM6.66663 14.1667C6.20829 14.1667 5.81593 14.0035 5.48954 13.6771C5.16315 13.3507 4.99996 12.9583 4.99996 12.5V6.66667H6.66663V12.5H14.1666V14.1667H6.66663ZM9.99996 10.8333C9.54163 10.8333 9.14927 10.6701 8.82288 10.3438C8.49649 10.0174 8.33329 9.625 8.33329 9.16667V4.16667C8.33329 3.70833 8.49649 3.31597 8.82288 2.98958C9.14927 2.66319 9.54163 2.5 9.99996 2.5H16.6666C17.125 2.5 17.5173 2.66319 17.8437 2.98958C18.1701 3.31597 18.3333 3.70833 18.3333 4.16667V9.16667C18.3333 9.625 18.1701 10.0174 17.8437 10.3438C17.5173 10.6701 17.125 10.8333 16.6666 10.8333H9.99996ZM9.99996 9.16667H16.6666V5.83333H9.99996V9.16667Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-catalyst {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2766_14782" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2766_14782)"><path d="M3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V4.16667C1.66663 3.70833 1.82982 3.31597 2.15621 2.98958C2.4826 2.66319 2.87496 2.5 3.33329 2.5H16.6666C17.125 2.5 17.5173 2.66319 17.8437 2.98958C18.1701 3.31597 18.3333 3.70833 18.3333 4.16667V15.8333C18.3333 16.2917 18.1701 16.684 17.8437 17.0104C17.5173 17.3368 17.125 17.5 16.6666 17.5H3.33329ZM3.33329 15.8333H16.6666V4.16667H3.33329V15.8333ZM4.99996 14.1667H15V12.5H4.99996V14.1667ZM4.99996 10.8333H8.33329V5.83333H4.99996V10.8333ZM9.99996 10.8333H15V9.16667H9.99996V10.8333ZM9.99996 7.5H15V5.83333H9.99996V7.5Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 2px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-document {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3499_16596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3499_16596)"><path d="M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2916 2.5 15.8333V4.16665C2.5 3.70831 2.66319 3.31595 2.98958 2.98956C3.31597 2.66317 3.70833 2.49998 4.16667 2.49998H7.66667C7.84722 1.99998 8.14931 1.5972 8.57292 1.29165C8.99653 0.986091 9.47222 0.833313 10 0.833313C10.5278 0.833313 11.0035 0.986091 11.4271 1.29165C11.8507 1.5972 12.1528 1.99998 12.3333 2.49998H15.8333C16.2917 2.49998 16.684 2.66317 17.0104 2.98956C17.3368 3.31595 17.5 3.70831 17.5 4.16665V15.8333C17.5 16.2916 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16665H4.16667V15.8333ZM5.83333 14.1666H11.6667V12.5H5.83333V14.1666ZM5.83333 10.8333H14.1667V9.16665H5.83333V10.8333ZM5.83333 7.49998H14.1667V5.83331H5.83333V7.49998ZM10 3.54165C10.1806 3.54165 10.3299 3.48262 10.4479 3.36456C10.566 3.24651 10.625 3.0972 10.625 2.91665C10.625 2.73609 10.566 2.58679 10.4479 2.46873C10.3299 2.35067 10.1806 2.29165 10 2.29165C9.81944 2.29165 9.67014 2.35067 9.55208 2.46873C9.43403 2.58679 9.375 2.73609 9.375 2.91665C9.375 3.0972 9.43403 3.24651 9.55208 3.36456C9.67014 3.48262 9.81944 3.54165 10 3.54165Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-dashboard {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3462_16601" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3462_16601)"><path d="M10.8333 7.5V2.5H17.5V7.5H10.8333ZM2.5 10.8333V2.5H9.16667V10.8333H2.5ZM10.8333 17.5V9.16667H17.5V17.5H10.8333ZM2.5 17.5V12.5H9.16667V17.5H2.5ZM4.16667 9.16667H7.5V4.16667H4.16667V9.16667ZM12.5 15.8333H15.8333V10.8333H12.5V15.8333ZM12.5 5.83333H15.8333V4.16667H12.5V5.83333ZM4.16667 15.8333H7.5V14.1667H4.16667V15.8333Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-analytics-head {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3280_16613" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3280_16613)"><path d="M11.6666 17.5C11.9027 17.5 12.1007 17.4202 12.2604 17.2605C12.4201 17.1007 12.5 16.9028 12.5 16.6667C12.5 16.4306 12.4201 16.2327 12.2604 16.073C12.1007 15.9132 11.9027 15.8334 11.6666 15.8334C11.4305 15.8334 11.2326 15.9132 11.0729 16.073C10.9132 16.2327 10.8333 16.4306 10.8333 16.6667C10.8333 16.9028 10.9132 17.1007 11.0729 17.2605C11.2326 17.4202 11.4305 17.5 11.6666 17.5ZM16.6666 9.16671C16.9027 9.16671 17.1007 9.08685 17.2604 8.92712C17.4201 8.7674 17.5 8.56949 17.5 8.33337C17.5 8.09726 17.4201 7.89935 17.2604 7.73962C17.1007 7.5799 16.9027 7.50004 16.6666 7.50004C16.4305 7.50004 16.2326 7.5799 16.0729 7.73962C15.9132 7.89935 15.8333 8.09726 15.8333 8.33337C15.8333 8.56949 15.9132 8.7674 16.0729 8.92712C16.2326 9.08685 16.4305 9.16671 16.6666 9.16671ZM4.99996 9.16671H9.16663V7.50004H4.99996V9.16671ZM4.99996 12.5H9.16663V10.8334H4.99996V12.5ZM3.33329 16.6667C2.87496 16.6667 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4584 1.66663 15V5.00004C1.66663 4.54171 1.82982 4.14935 2.15621 3.82296C2.4826 3.49657 2.87496 3.33337 3.33329 3.33337H16.6666C17.125 3.33337 17.5173 3.49657 17.8437 3.82296C18.1701 4.14935 18.3333 4.54171 18.3333 5.00004H3.33329V15H7.49996V16.6667H3.33329ZM11.6666 19.1667C10.9722 19.1667 10.3819 18.9237 9.89579 18.4375C9.40968 17.9514 9.16663 17.3612 9.16663 16.6667C9.16663 16.125 9.32288 15.6389 9.63538 15.2084C9.94788 14.7778 10.3472 14.4792 10.8333 14.3125V11.6667H15.8333V10.6875C15.3472 10.5209 14.9479 10.2223 14.6354 9.79171C14.3229 9.36115 14.1666 8.87504 14.1666 8.33337C14.1666 7.63893 14.4097 7.04865 14.8958 6.56254C15.3819 6.07643 15.9722 5.83337 16.6666 5.83337C17.3611 5.83337 17.9513 6.07643 18.4375 6.56254C18.9236 7.04865 19.1666 7.63893 19.1666 8.33337C19.1666 8.87504 19.0104 9.36115 18.6979 9.79171C18.3854 10.2223 17.9861 10.5209 17.5 10.6875V13.3334H12.5V14.3125C12.9861 14.4792 13.3854 14.7778 13.6979 15.2084C14.0104 15.6389 14.1666 16.125 14.1666 16.6667C14.1666 17.3612 13.9236 17.9514 13.4375 18.4375C12.9513 18.9237 12.3611 19.1667 11.6666 19.1667Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-playbook {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3423_16607" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="21"><rect y="0.25" width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3423_16607)"><path d="M5.00004 18.5834C4.54171 18.5834 4.14935 18.4202 3.82296 18.0938C3.49657 17.7674 3.33337 17.375 3.33337 16.9167V3.58335C3.33337 3.12502 3.49657 2.73266 3.82296 2.40627C4.14935 2.07988 4.54171 1.91669 5.00004 1.91669H15C15.4584 1.91669 15.8507 2.07988 16.1771 2.40627C16.5035 2.73266 16.6667 3.12502 16.6667 3.58335V16.9167C16.6667 17.375 16.5035 17.7674 16.1771 18.0938C15.8507 18.4202 15.4584 18.5834 15 18.5834H5.00004ZM5.00004 16.9167H15V3.58335H5.00004V16.9167ZM5.83337 15.25H14.1667L11.2917 11.5L9.37504 14L8.08337 12.3334L5.83337 15.25Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-respondent {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4449_1854" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4449_1854)"><path d="M2 21C1.45 21 0.979167 20.8042 0.5875 20.4125C0.195833 20.0208 0 19.55 0 19V5C0 4.45 0.195833 3.97917 0.5875 3.5875C0.979167 3.19583 1.45 3 2 3H22C22.55 3 23.0208 3.19583 23.4125 3.5875C23.8042 3.97917 24 4.45 24 5V19C24 19.55 23.8042 20.0208 23.4125 20.4125C23.0208 20.8042 22.55 21 22 21H2ZM15.9 19H22V5H2V19H2.1C2.8 17.75 3.76667 16.7708 5 16.0625C6.23333 15.3542 7.56667 15 9 15C10.4333 15 11.7667 15.3542 13 16.0625C14.2333 16.7708 15.2 17.75 15.9 19ZM9 14C9.83333 14 10.5417 13.7083 11.125 13.125C11.7083 12.5417 12 11.8333 12 11C12 10.1667 11.7083 9.45833 11.125 8.875C10.5417 8.29167 9.83333 8 9 8C8.16667 8 7.45833 8.29167 6.875 8.875C6.29167 9.45833 6 10.1667 6 11C6 11.8333 6.29167 12.5417 6.875 13.125C7.45833 13.7083 8.16667 14 9 14ZM19 18L21 16L19.5 14H17.85C17.75 13.7 17.6667 13.3792 17.6 13.0375C17.5333 12.6958 17.5 12.35 17.5 12C17.5 11.65 17.5333 11.3125 17.6 10.9875C17.6667 10.6625 17.75 10.3333 17.85 10H19.5L21 8L19 6C18.1 6.7 17.375 7.5875 16.825 8.6625C16.275 9.7375 16 10.85 16 12C16 13.15 16.275 14.2625 16.825 15.3375C17.375 16.4125 18.1 17.3 19 18ZM4.55 19H13.45C12.8833 18.3667 12.2125 17.875 11.4375 17.525C10.6625 17.175 9.85 17 9 17C8.15 17 7.34167 17.175 6.575 17.525C5.80833 17.875 5.13333 18.3667 4.55 19ZM9 12C8.71667 12 8.47917 11.9042 8.2875 11.7125C8.09583 11.5208 8 11.2833 8 11C8 10.7167 8.09583 10.4792 8.2875 10.2875C8.47917 10.0958 8.71667 10 9 10C9.28333 10 9.52083 10.0958 9.7125 10.2875C9.90417 10.4792 10 10.7167 10 11C10 11.2833 9.90417 11.5208 9.7125 11.7125C9.52083 11.9042 9.28333 12 9 12Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-tr {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1409_15682" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1409_15682)"><path d="M2.5 17.5V15.8333L4.16667 14.1667V17.5H2.5ZM5.83333 17.5V12.5L7.5 10.8333V17.5H5.83333ZM9.16667 17.5V10.8333L10.8333 12.5208V17.5H9.16667ZM12.5 17.5V12.5208L14.1667 10.8542V17.5H12.5ZM15.8333 17.5V9.16667L17.5 7.5V17.5H15.8333ZM2.5 13.1875V10.8333L8.33333 5L11.6667 8.33333L17.5 2.5V4.85417L11.6667 10.6875L8.33333 7.35417L2.5 13.1875Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-tr-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1409_15682" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1409_15682)"><path d="M2.5 17.5V15.8333L4.16667 14.1667V17.5H2.5ZM5.83333 17.5V12.5L7.5 10.8333V17.5H5.83333ZM9.16667 17.5V10.8333L10.8333 12.5208V17.5H9.16667ZM12.5 17.5V12.5208L14.1667 10.8542V17.5H12.5ZM15.8333 17.5V9.16667L17.5 7.5V17.5H15.8333ZM2.5 13.1875V10.8333L8.33333 5L11.6667 8.33333L17.5 2.5V4.85417L11.6667 10.6875L8.33333 7.35417L2.5 13.1875Z" fill="%23c18df3"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 5px;
}

.icon-trautomation {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5888_2007" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5888_2007)"><path d="M5.85 12L5.55 10.5C5.35 10.4167 5.1625 10.3292 4.9875 10.2375C4.8125 10.1458 4.63333 10.0333 4.45 9.9L3 10.35L2 8.65L3.15 7.65C3.11667 7.43333 3.1 7.21667 3.1 7C3.1 6.78333 3.11667 6.56667 3.15 6.35L2 5.35L3 3.65L4.45 4.1C4.63333 3.96667 4.8125 3.85417 4.9875 3.7625C5.1625 3.67083 5.35 3.58333 5.55 3.5L5.85 2H7.85L8.15 3.5C8.35 3.58333 8.5375 3.67083 8.7125 3.7625C8.8875 3.85417 9.06667 3.96667 9.25 4.1L10.7 3.65L11.7 5.35L10.55 6.35C10.5833 6.56667 10.6 6.78333 10.6 7C10.6 7.21667 10.5833 7.43333 10.55 7.65L11.7 8.65L10.7 10.35L9.25 9.9C9.06667 10.0333 8.8875 10.1458 8.7125 10.2375C8.5375 10.3292 8.35 10.4167 8.15 10.5L7.85 12H5.85ZM6.85 9C7.4 9 7.87083 8.80417 8.2625 8.4125C8.65417 8.02083 8.85 7.55 8.85 7C8.85 6.45 8.65417 5.97917 8.2625 5.5875C7.87083 5.19583 7.4 5 6.85 5C6.3 5 5.82917 5.19583 5.4375 5.5875C5.04583 5.97917 4.85 6.45 4.85 7C4.85 7.55 5.04583 8.02083 5.4375 8.4125C5.82917 8.80417 6.3 9 6.85 9ZM14.8 23L14.35 20.9C14.0667 20.8 13.8042 20.6792 13.5625 20.5375C13.3208 20.3958 13.0833 20.2333 12.85 20.05L10.85 20.7L9.45 18.3L11.05 16.9C11.0167 16.6 11 16.3 11 16C11 15.7 11.0167 15.4 11.05 15.1L9.45 13.7L10.85 11.3L12.85 11.95C13.0833 11.7667 13.3208 11.6042 13.5625 11.4625C13.8042 11.3208 14.0667 11.2 14.35 11.1L14.8 9H17.6L18.05 11.1C18.3333 11.2 18.5958 11.3208 18.8375 11.4625C19.0792 11.6042 19.3167 11.7667 19.55 11.95L21.55 11.3L22.95 13.7L21.35 15.1C21.3833 15.4 21.4 15.7 21.4 16C21.4 16.3 21.3833 16.6 21.35 16.9L22.95 18.3L21.55 20.7L19.55 20.05C19.3167 20.2333 19.0792 20.3958 18.8375 20.5375C18.5958 20.6792 18.3333 20.8 18.05 20.9L17.6 23H14.8ZM16.2 19C17.0333 19 17.7417 18.7083 18.325 18.125C18.9083 17.5417 19.2 16.8333 19.2 16C19.2 15.1667 18.9083 14.4583 18.325 13.875C17.7417 13.2917 17.0333 13 16.2 13C15.3667 13 14.6583 13.2917 14.075 13.875C13.4917 14.4583 13.2 15.1667 13.2 16C13.2 16.8333 13.4917 17.5417 14.075 18.125C14.6583 18.7083 15.3667 19 16.2 19Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 2px 11px;
  background-position: center;
  margin-right: 10px;
}

.icon-trautomation-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5888_2007" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5888_2007)"><path d="M5.85 12L5.55 10.5C5.35 10.4167 5.1625 10.3292 4.9875 10.2375C4.8125 10.1458 4.63333 10.0333 4.45 9.9L3 10.35L2 8.65L3.15 7.65C3.11667 7.43333 3.1 7.21667 3.1 7C3.1 6.78333 3.11667 6.56667 3.15 6.35L2 5.35L3 3.65L4.45 4.1C4.63333 3.96667 4.8125 3.85417 4.9875 3.7625C5.1625 3.67083 5.35 3.58333 5.55 3.5L5.85 2H7.85L8.15 3.5C8.35 3.58333 8.5375 3.67083 8.7125 3.7625C8.8875 3.85417 9.06667 3.96667 9.25 4.1L10.7 3.65L11.7 5.35L10.55 6.35C10.5833 6.56667 10.6 6.78333 10.6 7C10.6 7.21667 10.5833 7.43333 10.55 7.65L11.7 8.65L10.7 10.35L9.25 9.9C9.06667 10.0333 8.8875 10.1458 8.7125 10.2375C8.5375 10.3292 8.35 10.4167 8.15 10.5L7.85 12H5.85ZM6.85 9C7.4 9 7.87083 8.80417 8.2625 8.4125C8.65417 8.02083 8.85 7.55 8.85 7C8.85 6.45 8.65417 5.97917 8.2625 5.5875C7.87083 5.19583 7.4 5 6.85 5C6.3 5 5.82917 5.19583 5.4375 5.5875C5.04583 5.97917 4.85 6.45 4.85 7C4.85 7.55 5.04583 8.02083 5.4375 8.4125C5.82917 8.80417 6.3 9 6.85 9ZM14.8 23L14.35 20.9C14.0667 20.8 13.8042 20.6792 13.5625 20.5375C13.3208 20.3958 13.0833 20.2333 12.85 20.05L10.85 20.7L9.45 18.3L11.05 16.9C11.0167 16.6 11 16.3 11 16C11 15.7 11.0167 15.4 11.05 15.1L9.45 13.7L10.85 11.3L12.85 11.95C13.0833 11.7667 13.3208 11.6042 13.5625 11.4625C13.8042 11.3208 14.0667 11.2 14.35 11.1L14.8 9H17.6L18.05 11.1C18.3333 11.2 18.5958 11.3208 18.8375 11.4625C19.0792 11.6042 19.3167 11.7667 19.55 11.95L21.55 11.3L22.95 13.7L21.35 15.1C21.3833 15.4 21.4 15.7 21.4 16C21.4 16.3 21.3833 16.6 21.35 16.9L22.95 18.3L21.55 20.7L19.55 20.05C19.3167 20.2333 19.0792 20.3958 18.8375 20.5375C18.5958 20.6792 18.3333 20.8 18.05 20.9L17.6 23H14.8ZM16.2 19C17.0333 19 17.7417 18.7083 18.325 18.125C18.9083 17.5417 19.2 16.8333 19.2 16C19.2 15.1667 18.9083 14.4583 18.325 13.875C17.7417 13.2917 17.0333 13 16.2 13C15.3667 13 14.6583 13.2917 14.075 13.875C13.4917 14.4583 13.2 15.1667 13.2 16C13.2 16.8333 13.4917 17.5417 14.075 18.125C14.6583 18.7083 15.3667 19 16.2 19Z" fill="%23c18df3"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 5px;
}

.icon-trailmap {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24"><rect x="0.16272" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16602)"><path d="M5.16272 19H19.1627V9.825L14.3377 5H5.16272V19ZM5.16272 21C4.61272 21 4.14189 20.8042 3.75022 20.4125C3.35855 20.0208 3.16272 19.55 3.16272 19V5C3.16272 4.45 3.35855 3.97917 3.75022 3.5875C4.14189 3.19583 4.61272 3 5.16272 3H15.1627L21.1627 9V19C21.1627 19.55 20.9669 20.0208 20.5752 20.4125C20.1836 20.8042 19.7127 21 19.1627 21H5.16272ZM7.16272 17H17.1627V15H7.16272V17ZM7.16272 13H17.1627V11H7.16272V13ZM7.16272 9H14.1627V7H7.16272V9Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-bulk-edit {
  background-image: url('data:image/svg+xml;utf-8,<svg width="18" height="18" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10V8H7V10H0ZM0 6V4H11V6H0ZM0 2V0H11V2H0ZM9 16V12.925L14.525 7.425C14.675 7.275 14.8417 7.16667 15.025 7.1C15.2083 7.03333 15.3917 7 15.575 7C15.775 7 15.9667 7.0375 16.15 7.1125C16.3333 7.1875 16.5 7.3 16.65 7.45L17.575 8.375C17.7083 8.525 17.8125 8.69167 17.8875 8.875C17.9625 9.05833 18 9.24167 18 9.425C18 9.60833 17.9667 9.79583 17.9 9.9875C17.8333 10.1792 17.725 10.35 17.575 10.5L12.075 16H9ZM10.5 14.5H11.45L14.475 11.45L14.025 10.975L13.55 10.525L10.5 13.55V14.5ZM14.025 10.975L13.55 10.525L14.475 11.45L14.025 10.975Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-top: 9px;
  width: 100%;
  background-position: center;
}

.icon-bulk-edit-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="13" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10V8H7V10H0ZM0 6V4H11V6H0ZM0 2V0H11V2H0ZM9 16V12.925L14.525 7.425C14.675 7.275 14.8417 7.16667 15.025 7.1C15.2083 7.03333 15.3917 7 15.575 7C15.775 7 15.9667 7.0375 16.15 7.1125C16.3333 7.1875 16.5 7.3 16.65 7.45L17.575 8.375C17.7083 8.525 17.8125 8.69167 17.8875 8.875C17.9625 9.05833 18 9.24167 18 9.425C18 9.60833 17.9667 9.79583 17.9 9.9875C17.8333 10.1792 17.725 10.35 17.575 10.5L12.075 16H9ZM10.5 14.5H11.45L14.475 11.45L14.025 10.975L13.55 10.525L10.5 13.55V14.5ZM14.025 10.975L13.55 10.525L14.475 11.45L14.025 10.975Z" fill="%23c18df3"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  width: 100%;
  background-position: center;
}

.icon-bulk-edit-head {
  background-image: url('data:image/svg+xml;utf-8,<svg width="18" height="18" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10V8H7V10H0ZM0 6V4H11V6H0ZM0 2V0H11V2H0ZM9 16V12.925L14.525 7.425C14.675 7.275 14.8417 7.16667 15.025 7.1C15.2083 7.03333 15.3917 7 15.575 7C15.775 7 15.9667 7.0375 16.15 7.1125C16.3333 7.1875 16.5 7.3 16.65 7.45L17.575 8.375C17.7083 8.525 17.8125 8.69167 17.8875 8.875C17.9625 9.05833 18 9.24167 18 9.425C18 9.60833 17.9667 9.79583 17.9 9.9875C17.8333 10.1792 17.725 10.35 17.575 10.5L12.075 16H9ZM10.5 14.5H11.45L14.475 11.45L14.025 10.975L13.55 10.525L10.5 13.55V14.5ZM14.025 10.975L13.55 10.525L14.475 11.45L14.025 10.975Z" fill="%23333333"/></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.icon-change_alert {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="0.16272" y="0.165894" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16596)"><path d="M2.16272 10.1658C2.16272 8.49918 2.53355 6.97001 3.27522 5.57835C4.01689 4.18668 5.01272 3.03251 6.26272 2.11584L7.43772 3.71584C6.43772 4.44918 5.64189 5.37418 5.05022 6.49085C4.45855 7.60751 4.16272 8.83251 4.16272 10.1658H2.16272ZM20.1627 10.1658C20.1627 8.83251 19.8669 7.60751 19.2752 6.49085C18.6836 5.37418 17.8877 4.44918 16.8877 3.71584L18.0627 2.11584C19.3127 3.03251 20.3086 4.18668 21.0502 5.57835C21.7919 6.97001 22.1627 8.49918 22.1627 10.1658H20.1627ZM4.16272 19.1658V17.1658H6.16272V10.1658C6.16272 8.78251 6.57939 7.55334 7.41272 6.47834C8.24605 5.40334 9.32939 4.69918 10.6627 4.36584V3.66584C10.6627 3.24918 10.8086 2.89501 11.1002 2.60334C11.3919 2.31168 11.7461 2.16584 12.1627 2.16584C12.5794 2.16584 12.9336 2.31168 13.2252 2.60334C13.5169 2.89501 13.6627 3.24918 13.6627 3.66584V4.36584C14.9961 4.69918 16.0794 5.40334 16.9127 6.47834C17.7461 7.55334 18.1627 8.78251 18.1627 10.1658V17.1658H20.1627V19.1658H4.16272ZM12.1627 22.1658C11.6127 22.1658 11.1419 21.97 10.7502 21.5783C10.3586 21.1867 10.1627 20.7158 10.1627 20.1658H14.1627C14.1627 20.7158 13.9669 21.1867 13.5752 21.5783C13.1836 21.97 12.7127 22.1658 12.1627 22.1658ZM8.16272 17.1658H16.1627V10.1658C16.1627 9.06585 15.7711 8.12418 14.9877 7.34085C14.2044 6.55751 13.2627 6.16584 12.1627 6.16584C11.0627 6.16584 10.1211 6.55751 9.33772 7.34085C8.55439 8.12418 8.16272 9.06585 8.16272 10.1658V17.1658Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-landscape {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1502_19250" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1502_19250)"><path d="M10 18.3333C8.84724 18.3333 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6458 4.10419 15.8958C3.35419 15.1458 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.41667 2.07988 6.95486 2.90627 5.61458C3.73266 4.27431 4.85419 3.25 6.27085 2.54167C6.28474 2.80556 6.31252 3.07292 6.35419 3.34375C6.39585 3.61458 6.4653 3.93056 6.56252 4.29167C5.56252 4.90278 4.77433 5.71181 4.19794 6.71875C3.62155 7.72569 3.33335 8.81944 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0208 8.13891 16.6667 10 16.6667C11.8611 16.6667 13.4375 16.0208 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.81944 16.3785 7.72222 15.8021 6.70833C15.2257 5.69444 14.4306 4.88194 13.4167 4.27083C13.5139 3.90972 13.5834 3.59375 13.625 3.32292C13.6667 3.05208 13.7014 2.79167 13.7292 2.54167C15.1459 3.25 16.2674 4.27083 17.0938 5.60417C17.9202 6.9375 18.3334 8.40278 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3333 10 18.3333ZM10 15C8.61113 15 7.43058 14.5139 6.45835 13.5417C5.48613 12.5694 5.00002 11.3889 5.00002 10C5.00002 9.19444 5.1771 8.4375 5.53127 7.72917C5.88544 7.02083 6.38891 6.43056 7.04169 5.95833C7.11113 6.16667 7.18752 6.40625 7.27085 6.67708C7.35419 6.94792 7.4653 7.28472 7.60419 7.6875C7.29863 8.00695 7.06599 8.36111 6.90627 8.75C6.74655 9.13889 6.66669 9.55556 6.66669 10C6.66669 10.9167 6.99308 11.7014 7.64585 12.3542C8.29863 13.0069 9.08335 13.3333 10 13.3333C10.9167 13.3333 11.7014 13.0069 12.3542 12.3542C13.007 11.7014 13.3334 10.9167 13.3334 10C13.3334 9.55556 13.2535 9.13889 13.0938 8.75C12.934 8.36111 12.7014 8.00695 12.3959 7.6875C12.507 7.35417 12.6077 7.04514 12.6979 6.76042C12.7882 6.4757 12.8681 6.20833 12.9375 5.95833C13.5903 6.43056 14.0972 7.02083 14.4584 7.72917C14.8195 8.4375 15 9.19444 15 10C15 11.3889 14.5139 12.5694 13.5417 13.5417C12.5695 14.5139 11.3889 15 10 15ZM9.16669 7.08333C8.6528 5.52778 8.31599 4.43403 8.15627 3.80208C7.99655 3.17014 7.91669 2.59722 7.91669 2.08333C7.91669 1.5 8.11808 1.00694 8.52085 0.604167C8.92363 0.201389 9.41669 0 10 0C10.5834 0 11.0764 0.201389 11.4792 0.604167C11.882 1.00694 12.0834 1.5 12.0834 2.08333C12.0834 2.59722 12.0035 3.17014 11.8438 3.80208C11.684 4.43403 11.3472 5.52778 10.8334 7.08333H9.16669ZM10 11.6667C9.54169 11.6667 9.14933 11.5035 8.82294 11.1771C8.49655 10.8507 8.33335 10.4583 8.33335 10C8.33335 9.54167 8.49655 9.14931 8.82294 8.82292C9.14933 8.49653 9.54169 8.33333 10 8.33333C10.4584 8.33333 10.8507 8.49653 11.1771 8.82292C11.5035 9.14931 11.6667 9.54167 11.6667 10C11.6667 10.4583 11.5035 10.8507 11.1771 11.1771C10.8507 11.5035 10.4584 11.6667 10 11.6667Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-clinical-studies {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3897_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3897_1592)"><path d="M17 16C16.1667 16 15.4583 15.7083 14.875 15.125C14.2917 14.5417 14 13.8333 14 13C14 12.1667 14.2917 11.4583 14.875 10.875C15.4583 10.2917 16.1667 10 17 10C17.8333 10 18.5417 10.2917 19.125 10.875C19.7083 11.4583 20 12.1667 20 13C20 13.8333 19.7083 14.5417 19.125 15.125C18.5417 15.7083 17.8333 16 17 16ZM17 14C17.2833 14 17.5208 13.9042 17.7125 13.7125C17.9042 13.5208 18 13.2833 18 13C18 12.7167 17.9042 12.4792 17.7125 12.2875C17.5208 12.0958 17.2833 12 17 12C16.7167 12 16.4792 12.0958 16.2875 12.2875C16.0958 12.4792 16 12.7167 16 13C16 13.2833 16.0958 13.5208 16.2875 13.7125C16.4792 13.9042 16.7167 14 17 14ZM11 23V20.1C11 19.75 11.0833 19.4208 11.25 19.1125C11.4167 18.8042 11.65 18.5583 11.95 18.375C12.4833 18.0583 13.0458 17.7958 13.6375 17.5875C14.2292 17.3792 14.8333 17.225 15.45 17.125L17 19L18.55 17.125C19.1667 17.225 19.7667 17.3792 20.35 17.5875C20.9333 17.7958 21.4917 18.0583 22.025 18.375C22.325 18.5583 22.5625 18.8042 22.7375 19.1125C22.9125 19.4208 23 19.75 23 20.1V23H11ZM12.975 21H16.05L14.7 19.35C14.4 19.4333 14.1083 19.5417 13.825 19.675C13.5417 19.8083 13.2583 19.95 12.975 20.1V21ZM17.95 21H21V20.1C20.7333 19.9333 20.4583 19.7875 20.175 19.6625C19.8917 19.5375 19.6 19.4333 19.3 19.35L17.95 21ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V10C20.7333 9.66667 20.4417 9.35 20.125 9.05C19.8083 8.75 19.4333 8.55 19 8.45V5H5V19H9.15C9.1 19.1833 9.0625 19.3667 9.0375 19.55C9.0125 19.7333 9 19.9167 9 20.1V21H5ZM7 9H14C14.4333 8.66667 14.9083 8.41667 15.425 8.25C15.9417 8.08333 16.4667 8 17 8V7H7V9ZM7 13H12C12 12.65 12.0375 12.3083 12.1125 11.975C12.1875 11.6417 12.2917 11.3167 12.425 11H7V13ZM7 17H10.45C10.6333 16.85 10.8292 16.7167 11.0375 16.6C11.2458 16.4833 11.4583 16.375 11.675 16.275V15H7V17ZM5 19V5V8.425V8V19Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-comparison-tool {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3897_1598" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3897_1598)"><path d="M10 23V21H5C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H10V1H12V23H10ZM5 18H10V12L5 18ZM14 21V12L19 18V5H14V3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H14Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-coverage {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3024_16601" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3024_16601)"><path d="M17.0834 13.75C16.7362 13.75 16.441 13.6285 16.198 13.3855C15.9549 13.1424 15.8334 12.8473 15.8334 12.5V10.4167C15.8334 10.0695 15.9549 9.77435 16.198 9.53129C16.441 9.28823 16.7362 9.16671 17.0834 9.16671C17.4306 9.16671 17.7257 9.28823 17.9688 9.53129C18.2118 9.77435 18.3334 10.0695 18.3334 10.4167V12.5C18.3334 12.8473 18.2118 13.1424 17.9688 13.3855C17.7257 13.6285 17.4306 13.75 17.0834 13.75ZM16.6667 16.6667V15.375C15.9584 15.2639 15.3646 14.941 14.8855 14.4063C14.4063 13.8716 14.1667 13.2362 14.1667 12.5H15C15 13.0834 15.2014 13.5764 15.6042 13.9792C16.007 14.382 16.5 14.5834 17.0834 14.5834C17.6667 14.5834 18.1598 14.382 18.5625 13.9792C18.9653 13.5764 19.1667 13.0834 19.1667 12.5H20C20 13.2362 19.7605 13.8716 19.2813 14.4063C18.8021 14.941 18.2084 15.2639 17.5 15.375V16.6667H16.6667ZM7.50004 10C6.58337 10 5.79865 9.67365 5.14587 9.02087C4.4931 8.3681 4.16671 7.58337 4.16671 6.66671C4.16671 5.75004 4.4931 4.96532 5.14587 4.31254C5.79865 3.65976 6.58337 3.33337 7.50004 3.33337C7.69448 3.33337 7.88546 3.34726 8.07296 3.37504C8.26046 3.40282 8.44449 3.45143 8.62504 3.52087C8.26393 3.95143 7.98615 4.43407 7.79171 4.96879C7.59726 5.50351 7.50004 6.06949 7.50004 6.66671C7.50004 7.26393 7.59726 7.8299 7.79171 8.36462C7.98615 8.89935 8.26393 9.38199 8.62504 9.81254C8.44449 9.88199 8.26046 9.9306 8.07296 9.95837C7.88546 9.98615 7.69448 10 7.50004 10ZM0.833374 16.6667V14.3542C0.833374 13.882 0.95143 13.4445 1.18754 13.0417C1.42365 12.6389 1.75004 12.3334 2.16671 12.125C2.69449 11.8473 3.2674 11.6077 3.88546 11.4063C4.50351 11.2049 5.1806 11.0487 5.91671 10.9375C5.36115 11.3264 4.9306 11.8195 4.62504 12.4167C4.31949 13.0139 4.16671 13.6598 4.16671 14.3542V16.6667H0.833374ZM12.5 10C11.5834 10 10.7987 9.67365 10.1459 9.02087C9.4931 8.3681 9.16671 7.58337 9.16671 6.66671C9.16671 5.75004 9.4931 4.96532 10.1459 4.31254C10.7987 3.65976 11.5834 3.33337 12.5 3.33337C13.4167 3.33337 14.2014 3.65976 14.8542 4.31254C15.507 4.96532 15.8334 5.75004 15.8334 6.66671C15.8334 7.58337 15.507 8.3681 14.8542 9.02087C14.2014 9.67365 13.4167 10 12.5 10ZM12.5 8.33337C12.9584 8.33337 13.3507 8.17018 13.6771 7.84379C14.0035 7.5174 14.1667 7.12504 14.1667 6.66671C14.1667 6.20837 14.0035 5.81601 13.6771 5.48962C13.3507 5.16324 12.9584 5.00004 12.5 5.00004C12.0417 5.00004 11.6493 5.16324 11.323 5.48962C10.9966 5.81601 10.8334 6.20837 10.8334 6.66671C10.8334 7.12504 10.9966 7.5174 11.323 7.84379C11.6493 8.17018 12.0417 8.33337 12.5 8.33337ZM5.83337 16.6667V14.3542C5.83337 13.882 5.95143 13.4445 6.18754 13.0417C6.42365 12.6389 6.75004 12.3334 7.16671 12.125C7.87504 11.7639 8.67712 11.4584 9.57296 11.2084C10.4688 10.9584 11.4445 10.8334 12.5 10.8334C12.6667 10.8334 12.8299 10.8368 12.9896 10.8438C13.1493 10.8507 13.3056 10.8612 13.4584 10.875C13.3195 11.125 13.2049 11.3855 13.1146 11.6563C13.0243 11.9271 12.9653 12.2084 12.9375 12.5H12.5C11.5 12.5 10.6146 12.625 9.84379 12.875C9.07296 13.125 8.43754 13.375 7.93754 13.625C7.79865 13.6945 7.69101 13.7952 7.61462 13.9271C7.53823 14.0591 7.50004 14.2014 7.50004 14.3542V15H13.4792C13.6875 15.3612 13.9445 15.6806 14.25 15.9584C14.5556 16.2362 14.8959 16.4723 15.2709 16.6667H5.83337Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-full-program {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5883_1887" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5883_1887)"><path d="M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V8H4V18ZM7.5 17L6.1 15.6L8.675 13L6.075 10.4L7.5 9L11.5 13L7.5 17ZM12 17V15H18V17H12Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-project-view {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3809_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3809_16602)"><path d="M19.675 20.375L20.375 19.675L18.5 17.8V15H17.5V18.2L19.675 20.375ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V11.7C20.6833 11.55 20.3583 11.4208 20.025 11.3125C19.6917 11.2042 19.35 11.125 19 11.075V5H5V19H11.05C11.1 19.3667 11.1792 19.7167 11.2875 20.05C11.3958 20.3833 11.525 20.7 11.675 21H5ZM5 19V5V11.075V11V19ZM7 17H11.075C11.125 16.65 11.2042 16.3083 11.3125 15.975C11.4208 15.6417 11.5417 15.3167 11.675 15H7V17ZM7 13H13.1C13.6333 12.5 14.2292 12.0833 14.8875 11.75C15.5458 11.4167 16.25 11.1917 17 11.075V11H7V13ZM7 9H17V7H7V9ZM18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 2px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-team {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3809_16608" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3809_16608)"><path d="M1 20V17.2C1 16.6333 1.14583 16.1125 1.4375 15.6375C1.72917 15.1625 2.11667 14.8 2.6 14.55C3.63333 14.0333 4.68333 13.6458 5.75 13.3875C6.81667 13.1292 7.9 13 9 13C10.1 13 11.1833 13.1292 12.25 13.3875C13.3167 13.6458 14.3667 14.0333 15.4 14.55C15.8833 14.8 16.2708 15.1625 16.5625 15.6375C16.8542 16.1125 17 16.6333 17 17.2V20H1ZM19 20V17C19 16.2667 18.7958 15.5625 18.3875 14.8875C17.9792 14.2125 17.4 13.6333 16.65 13.15C17.5 13.25 18.3 13.4208 19.05 13.6625C19.8 13.9042 20.5 14.2 21.15 14.55C21.75 14.8833 22.2083 15.2542 22.525 15.6625C22.8417 16.0708 23 16.5167 23 17V20H19ZM9 12C7.9 12 6.95833 11.6083 6.175 10.825C5.39167 10.0417 5 9.1 5 8C5 6.9 5.39167 5.95833 6.175 5.175C6.95833 4.39167 7.9 4 9 4C10.1 4 11.0417 4.39167 11.825 5.175C12.6083 5.95833 13 6.9 13 8C13 9.1 12.6083 10.0417 11.825 10.825C11.0417 11.6083 10.1 12 9 12ZM19 8C19 9.1 18.6083 10.0417 17.825 10.825C17.0417 11.6083 16.1 12 15 12C14.8167 12 14.5833 11.9792 14.3 11.9375C14.0167 11.8958 13.7833 11.85 13.6 11.8C14.05 11.2667 14.3958 10.675 14.6375 10.025C14.8792 9.375 15 8.7 15 8C15 7.3 14.8792 6.625 14.6375 5.975C14.3958 5.325 14.05 4.73333 13.6 4.2C13.8333 4.11667 14.0667 4.0625 14.3 4.0375C14.5333 4.0125 14.7667 4 15 4C16.1 4 17.0417 4.39167 17.825 5.175C18.6083 5.95833 19 6.9 19 8ZM3 18H15V17.2C15 17.0167 14.9542 16.85 14.8625 16.7C14.7708 16.55 14.65 16.4333 14.5 16.35C13.6 15.9 12.6917 15.5625 11.775 15.3375C10.8583 15.1125 9.93333 15 9 15C8.06667 15 7.14167 15.1125 6.225 15.3375C5.30833 15.5625 4.4 15.9 3.5 16.35C3.35 16.4333 3.22917 16.55 3.1375 16.7C3.04583 16.85 3 17.0167 3 17.2V18ZM9 10C9.55 10 10.0208 9.80417 10.4125 9.4125C10.8042 9.02083 11 8.55 11 8C11 7.45 10.8042 6.97917 10.4125 6.5875C10.0208 6.19583 9.55 6 9 6C8.45 6 7.97917 6.19583 7.5875 6.5875C7.19583 6.97917 7 7.45 7 8C7 8.55 7.19583 9.02083 7.5875 9.4125C7.97917 9.80417 8.45 10 9 10Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-distribution-list {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3809_16614" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3809_16614)"><path d="M16 14C15.1667 14 14.4583 13.7083 13.875 13.125C13.2917 12.5417 13 11.8333 13 11C13 10.1667 13.2917 9.45833 13.875 8.875C14.4583 8.29167 15.1667 8 16 8C16.8333 8 17.5417 8.29167 18.125 8.875C18.7083 9.45833 19 10.1667 19 11C19 11.8333 18.7083 12.5417 18.125 13.125C17.5417 13.7083 16.8333 14 16 14ZM10 20V18.1C10 17.75 10.0833 17.4167 10.25 17.1C10.4167 16.7833 10.65 16.5333 10.95 16.35C11.7 15.9 12.4958 15.5625 13.3375 15.3375C14.1792 15.1125 15.0667 15 16 15C16.9333 15 17.8208 15.1125 18.6625 15.3375C19.5042 15.5625 20.3 15.9 21.05 16.35C21.35 16.5333 21.5833 16.7833 21.75 17.1C21.9167 17.4167 22 17.75 22 18.1V20H10ZM12.15 18H19.85C19.2667 17.6667 18.65 17.4167 18 17.25C17.35 17.0833 16.6833 17 16 17C15.3167 17 14.65 17.0833 14 17.25C13.35 17.4167 12.7333 17.6667 12.15 18ZM16 12C16.2833 12 16.5208 11.9042 16.7125 11.7125C16.9042 11.5208 17 11.2833 17 11C17 10.7167 16.9042 10.4792 16.7125 10.2875C16.5208 10.0958 16.2833 10 16 10C15.7167 10 15.4792 10.0958 15.2875 10.2875C15.0958 10.4792 15 10.7167 15 11C15 11.2833 15.0958 11.5208 15.2875 11.7125C15.4792 11.9042 15.7167 12 16 12ZM3 14V12H11V14H3ZM3 6V4H15V6H3ZM11.1 10H3V8H12C11.7667 8.28333 11.5792 8.59167 11.4375 8.925C11.2958 9.25833 11.1833 9.61667 11.1 10Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-unsubscribed {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3809_16716" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3809_16716)"><path d="M17.4 13L16 11.6L18.075 9.5L16 7.425L17.4 6L19.5 8.1L21.575 6L23 7.425L20.9 9.5L23 11.6L21.575 13L19.5 10.925L17.4 13ZM9 12C7.9 12 6.95833 11.6083 6.175 10.825C5.39167 10.0417 5 9.1 5 8C5 6.9 5.39167 5.95833 6.175 5.175C6.95833 4.39167 7.9 4 9 4C10.1 4 11.0417 4.39167 11.825 5.175C12.6083 5.95833 13 6.9 13 8C13 9.1 12.6083 10.0417 11.825 10.825C11.0417 11.6083 10.1 12 9 12ZM1 20V17.2C1 16.6333 1.14583 16.1125 1.4375 15.6375C1.72917 15.1625 2.11667 14.8 2.6 14.55C3.63333 14.0333 4.68333 13.6458 5.75 13.3875C6.81667 13.1292 7.9 13 9 13C10.1 13 11.1833 13.1292 12.25 13.3875C13.3167 13.6458 14.3667 14.0333 15.4 14.55C15.8833 14.8 16.2708 15.1625 16.5625 15.6375C16.8542 16.1125 17 16.6333 17 17.2V20H1ZM3 18H15V17.2C15 17.0167 14.9542 16.85 14.8625 16.7C14.7708 16.55 14.65 16.4333 14.5 16.35C13.6 15.9 12.6917 15.5625 11.775 15.3375C10.8583 15.1125 9.93333 15 9 15C8.06667 15 7.14167 15.1125 6.225 15.3375C5.30833 15.5625 4.4 15.9 3.5 16.35C3.35 16.4333 3.22917 16.55 3.1375 16.7C3.04583 16.85 3 17.0167 3 17.2V18ZM9 10C9.55 10 10.0208 9.80417 10.4125 9.4125C10.8042 9.02083 11 8.55 11 8C11 7.45 10.8042 6.97917 10.4125 6.5875C10.0208 6.19583 9.55 6 9 6C8.45 6 7.97917 6.19583 7.5875 6.5875C7.19583 6.97917 7 7.45 7 8C7 8.55 7.19583 9.02083 7.5875 9.4125C7.97917 9.80417 8.45 10 9 10Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-templates {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3809_16734" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3809_16734)"><path d="M6 22C5.16667 22 4.45833 21.7083 3.875 21.125C3.29167 20.5417 3 19.8333 3 19V16H6V2L7.5 3.5L9 2L10.5 3.5L12 2L13.5 3.5L15 2L16.5 3.5L18 2L19.5 3.5L21 2V19C21 19.8333 20.7083 20.5417 20.125 21.125C19.5417 21.7083 18.8333 22 18 22H6ZM18 20C18.2833 20 18.5208 19.9042 18.7125 19.7125C18.9042 19.5208 19 19.2833 19 19V5H8V16H17V19C17 19.2833 17.0958 19.5208 17.2875 19.7125C17.4792 19.9042 17.7167 20 18 20ZM9 9V7H15V9H9ZM9 12V10H15V12H9ZM17 9C16.7167 9 16.4792 8.90417 16.2875 8.7125C16.0958 8.52083 16 8.28333 16 8C16 7.71667 16.0958 7.47917 16.2875 7.2875C16.4792 7.09583 16.7167 7 17 7C17.2833 7 17.5208 7.09583 17.7125 7.2875C17.9042 7.47917 18 7.71667 18 8C18 8.28333 17.9042 8.52083 17.7125 8.7125C17.5208 8.90417 17.2833 9 17 9ZM17 12C16.7167 12 16.4792 11.9042 16.2875 11.7125C16.0958 11.5208 16 11.2833 16 11C16 10.7167 16.0958 10.4792 16.2875 10.2875C16.4792 10.0958 16.7167 10 17 10C17.2833 10 17.5208 10.0958 17.7125 10.2875C17.9042 10.4792 18 10.7167 18 11C18 11.2833 17.9042 11.5208 17.7125 11.7125C17.5208 11.9042 17.2833 12 17 12ZM6 20H15V18H5V19C5 19.2833 5.09583 19.5208 5.2875 19.7125C5.47917 19.9042 5.71667 20 6 20Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-engagement-scope {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3809_16740" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3809_16740)"><path d="M14.5 23C14.0833 23 13.7291 22.8542 13.4375 22.5625C13.1458 22.2708 13 21.9167 13 21.5V14.5C13 14.0833 13.1458 13.7292 13.4375 13.4375C13.7291 13.1458 14.0833 13 14.5 13H21.5C21.9166 13 22.2708 13.1458 22.5625 13.4375C22.8541 13.7292 23 14.0833 23 14.5V21.5C23 21.9167 22.8541 22.2708 22.5625 22.5625C22.2708 22.8542 21.9166 23 21.5 23H14.5ZM14.5 21.5H21.5V20.7C21.0833 20.1833 20.575 19.7708 19.975 19.4625C19.375 19.1542 18.7166 19 18 19C17.2833 19 16.625 19.1542 16.025 19.4625C15.425 19.7708 14.9166 20.1833 14.5 20.7V21.5ZM18 18C18.4166 18 18.7708 17.8542 19.0625 17.5625C19.3541 17.2708 19.5 16.9167 19.5 16.5C19.5 16.0833 19.3541 15.7292 19.0625 15.4375C18.7708 15.1458 18.4166 15 18 15C17.5833 15 17.2291 15.1458 16.9375 15.4375C16.6458 15.7292 16.5 16.0833 16.5 16.5C16.5 16.9167 16.6458 17.2708 16.9375 17.5625C17.2291 17.8542 17.5833 18 18 18ZM12.05 8.5C11.0833 8.5 10.2583 8.84167 9.57495 9.525C8.89162 10.2083 8.54995 11.0333 8.54995 12C8.54995 12.8 8.77495 13.5 9.22495 14.1C9.67495 14.7 10.2666 15.1167 11 15.35V13.1C10.8666 12.9667 10.7583 12.7958 10.675 12.5875C10.5916 12.3792 10.55 12.1833 10.55 12C10.55 11.5833 10.6958 11.2292 10.9875 10.9375C11.2791 10.6458 11.6333 10.5 12.05 10.5C12.2833 10.5 12.4916 10.5458 12.675 10.6375C12.8583 10.7292 13.0166 10.85 13.15 11H15.4C15.1833 10.2667 14.7708 9.66667 14.1625 9.2C13.5541 8.73333 12.85 8.5 12.05 8.5ZM9.24995 22L8.84995 18.8C8.63329 18.7167 8.42912 18.6167 8.23745 18.5C8.04578 18.3833 7.85828 18.2583 7.67495 18.125L4.69995 19.375L1.94995 14.625L4.52495 12.675C4.50828 12.5583 4.49995 12.4458 4.49995 12.3375V11.6625C4.49995 11.5542 4.50828 11.4417 4.52495 11.325L1.94995 9.375L4.69995 4.625L7.67495 5.875C7.85828 5.74167 8.04995 5.61667 8.24995 5.5C8.44995 5.38333 8.64995 5.28333 8.84995 5.2L9.24995 2H14.75L15.15 5.2C15.3666 5.28333 15.5708 5.38333 15.7625 5.5C15.9541 5.61667 16.1416 5.74167 16.325 5.875L19.3 4.625L22.05 9.375L19.925 11H17.4C17.3833 10.9167 17.3666 10.8292 17.35 10.7375C17.3333 10.6458 17.3083 10.5583 17.275 10.475L19.425 8.85L18.45 7.15L15.975 8.2C15.6083 7.81667 15.2041 7.49583 14.7625 7.2375C14.3208 6.97917 13.8416 6.78333 13.325 6.65L13 4H11.025L10.675 6.65C10.1583 6.78333 9.67912 6.97917 9.23745 7.2375C8.79579 7.49583 8.39162 7.80833 8.02495 8.175L5.54995 7.15L4.57495 8.85L6.72495 10.45C6.64162 10.7 6.58328 10.95 6.54995 11.2C6.51662 11.45 6.49995 11.7167 6.49995 12C6.49995 12.2667 6.51662 12.525 6.54995 12.775C6.58328 13.025 6.64162 13.275 6.72495 13.525L4.57495 15.15L5.54995 16.85L8.02495 15.8C8.42495 16.2167 8.87495 16.5667 9.37495 16.85C9.87495 17.1333 10.4166 17.3167 11 17.4V22H9.24995Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-reference {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4551_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4551_1592)"><path d="M6.75 22C6 22 5.35417 21.7458 4.8125 21.2375C4.27083 20.7292 4 20.1 4 19.35V5.39999C4 4.76665 4.19583 4.19999 4.5875 3.69999C4.97917 3.19999 5.49167 2.88332 6.125 2.74999L16 0.799988V16.8L6.525 18.7C6.375 18.7333 6.25 18.8125 6.15 18.9375C6.05 19.0625 6 19.2 6 19.35C6 19.5333 6.075 19.6875 6.225 19.8125C6.375 19.9375 6.55 20 6.75 20H18V3.99999H20V22H6.75ZM9 16.175L14 15.2V3.24999L9 4.22499V16.175ZM7 16.575V4.62499L6.625 4.69999C6.44167 4.73332 6.29167 4.81249 6.175 4.93749C6.05833 5.06249 6 5.21665 6 5.39999V16.825C6.08333 16.7917 6.17083 16.7625 6.2625 16.7375C6.35417 16.7125 6.44167 16.6917 6.525 16.675L7 16.575Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-news-alert-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1295_13375" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1295_13375)"><path d="M5.83333 14.1667H7.5V10H5.83333V14.1667ZM12.5 14.1667H14.1667V5.83333H12.5V14.1667ZM9.16667 14.1667H10.8333V11.6667H9.16667V14.1667ZM9.16667 10H10.8333V8.33333H9.16667V10ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16667H4.16667V15.8333Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-respondent {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4449_1854" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4449_1854)"><path d="M2 21C1.45 21 0.979167 20.8042 0.5875 20.4125C0.195833 20.0208 0 19.55 0 19V5C0 4.45 0.195833 3.97917 0.5875 3.5875C0.979167 3.19583 1.45 3 2 3H22C22.55 3 23.0208 3.19583 23.4125 3.5875C23.8042 3.97917 24 4.45 24 5V19C24 19.55 23.8042 20.0208 23.4125 20.4125C23.0208 20.8042 22.55 21 22 21H2ZM15.9 19H22V5H2V19H2.1C2.8 17.75 3.76667 16.7708 5 16.0625C6.23333 15.3542 7.56667 15 9 15C10.4333 15 11.7667 15.3542 13 16.0625C14.2333 16.7708 15.2 17.75 15.9 19ZM9 14C9.83333 14 10.5417 13.7083 11.125 13.125C11.7083 12.5417 12 11.8333 12 11C12 10.1667 11.7083 9.45833 11.125 8.875C10.5417 8.29167 9.83333 8 9 8C8.16667 8 7.45833 8.29167 6.875 8.875C6.29167 9.45833 6 10.1667 6 11C6 11.8333 6.29167 12.5417 6.875 13.125C7.45833 13.7083 8.16667 14 9 14ZM19 18L21 16L19.5 14H17.85C17.75 13.7 17.6667 13.3792 17.6 13.0375C17.5333 12.6958 17.5 12.35 17.5 12C17.5 11.65 17.5333 11.3125 17.6 10.9875C17.6667 10.6625 17.75 10.3333 17.85 10H19.5L21 8L19 6C18.1 6.7 17.375 7.5875 16.825 8.6625C16.275 9.7375 16 10.85 16 12C16 13.15 16.275 14.2625 16.825 15.3375C17.375 16.4125 18.1 17.3 19 18ZM4.55 19H13.45C12.8833 18.3667 12.2125 17.875 11.4375 17.525C10.6625 17.175 9.85 17 9 17C8.15 17 7.34167 17.175 6.575 17.525C5.80833 17.875 5.13333 18.3667 4.55 19ZM9 12C8.71667 12 8.47917 11.9042 8.2875 11.7125C8.09583 11.5208 8 11.2833 8 11C8 10.7167 8.09583 10.4792 8.2875 10.2875C8.47917 10.0958 8.71667 10 9 10C9.28333 10 9.52083 10.0958 9.7125 10.2875C9.90417 10.4792 10 10.7167 10 11C10 11.2833 9.90417 11.5208 9.7125 11.7125C9.52083 11.9042 9.28333 12 9 12Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-respondent-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4449_1854" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4449_1854)"><path d="M2 21C1.45 21 0.979167 20.8042 0.5875 20.4125C0.195833 20.0208 0 19.55 0 19V5C0 4.45 0.195833 3.97917 0.5875 3.5875C0.979167 3.19583 1.45 3 2 3H22C22.55 3 23.0208 3.19583 23.4125 3.5875C23.8042 3.97917 24 4.45 24 5V19C24 19.55 23.8042 20.0208 23.4125 20.4125C23.0208 20.8042 22.55 21 22 21H2ZM15.9 19H22V5H2V19H2.1C2.8 17.75 3.76667 16.7708 5 16.0625C6.23333 15.3542 7.56667 15 9 15C10.4333 15 11.7667 15.3542 13 16.0625C14.2333 16.7708 15.2 17.75 15.9 19ZM9 14C9.83333 14 10.5417 13.7083 11.125 13.125C11.7083 12.5417 12 11.8333 12 11C12 10.1667 11.7083 9.45833 11.125 8.875C10.5417 8.29167 9.83333 8 9 8C8.16667 8 7.45833 8.29167 6.875 8.875C6.29167 9.45833 6 10.1667 6 11C6 11.8333 6.29167 12.5417 6.875 13.125C7.45833 13.7083 8.16667 14 9 14ZM19 18L21 16L19.5 14H17.85C17.75 13.7 17.6667 13.3792 17.6 13.0375C17.5333 12.6958 17.5 12.35 17.5 12C17.5 11.65 17.5333 11.3125 17.6 10.9875C17.6667 10.6625 17.75 10.3333 17.85 10H19.5L21 8L19 6C18.1 6.7 17.375 7.5875 16.825 8.6625C16.275 9.7375 16 10.85 16 12C16 13.15 16.275 14.2625 16.825 15.3375C17.375 16.4125 18.1 17.3 19 18ZM4.55 19H13.45C12.8833 18.3667 12.2125 17.875 11.4375 17.525C10.6625 17.175 9.85 17 9 17C8.15 17 7.34167 17.175 6.575 17.525C5.80833 17.875 5.13333 18.3667 4.55 19ZM9 12C8.71667 12 8.47917 11.9042 8.2875 11.7125C8.09583 11.5208 8 11.2833 8 11C8 10.7167 8.09583 10.4792 8.2875 10.2875C8.47917 10.0958 8.71667 10 9 10C9.28333 10 9.52083 10.0958 9.7125 10.2875C9.90417 10.4792 10 10.7167 10 11C10 11.2833 9.90417 11.5208 9.7125 11.7125C9.52083 11.9042 9.28333 12 9 12Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-clinical-studies-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3897_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3897_1592)"><path d="M17 16C16.1667 16 15.4583 15.7083 14.875 15.125C14.2917 14.5417 14 13.8333 14 13C14 12.1667 14.2917 11.4583 14.875 10.875C15.4583 10.2917 16.1667 10 17 10C17.8333 10 18.5417 10.2917 19.125 10.875C19.7083 11.4583 20 12.1667 20 13C20 13.8333 19.7083 14.5417 19.125 15.125C18.5417 15.7083 17.8333 16 17 16ZM17 14C17.2833 14 17.5208 13.9042 17.7125 13.7125C17.9042 13.5208 18 13.2833 18 13C18 12.7167 17.9042 12.4792 17.7125 12.2875C17.5208 12.0958 17.2833 12 17 12C16.7167 12 16.4792 12.0958 16.2875 12.2875C16.0958 12.4792 16 12.7167 16 13C16 13.2833 16.0958 13.5208 16.2875 13.7125C16.4792 13.9042 16.7167 14 17 14ZM11 23V20.1C11 19.75 11.0833 19.4208 11.25 19.1125C11.4167 18.8042 11.65 18.5583 11.95 18.375C12.4833 18.0583 13.0458 17.7958 13.6375 17.5875C14.2292 17.3792 14.8333 17.225 15.45 17.125L17 19L18.55 17.125C19.1667 17.225 19.7667 17.3792 20.35 17.5875C20.9333 17.7958 21.4917 18.0583 22.025 18.375C22.325 18.5583 22.5625 18.8042 22.7375 19.1125C22.9125 19.4208 23 19.75 23 20.1V23H11ZM12.975 21H16.05L14.7 19.35C14.4 19.4333 14.1083 19.5417 13.825 19.675C13.5417 19.8083 13.2583 19.95 12.975 20.1V21ZM17.95 21H21V20.1C20.7333 19.9333 20.4583 19.7875 20.175 19.6625C19.8917 19.5375 19.6 19.4333 19.3 19.35L17.95 21ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V10C20.7333 9.66667 20.4417 9.35 20.125 9.05C19.8083 8.75 19.4333 8.55 19 8.45V5H5V19H9.15C9.1 19.1833 9.0625 19.3667 9.0375 19.55C9.0125 19.7333 9 19.9167 9 20.1V21H5ZM7 9H14C14.4333 8.66667 14.9083 8.41667 15.425 8.25C15.9417 8.08333 16.4667 8 17 8V7H7V9ZM7 13H12C12 12.65 12.0375 12.3083 12.1125 11.975C12.1875 11.6417 12.2917 11.3167 12.425 11H7V13ZM7 17H10.45C10.6333 16.85 10.8292 16.7167 11.0375 16.6C11.2458 16.4833 11.4583 16.375 11.675 16.275V15H7V17ZM5 19V5V8.425V8V19Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 9px;
  background-position: center;
  margin-right: 5px;
}

.icon-kiq-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2766_14761" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2766_14761)"><path d="M5.83333 11.6666H8.89583C9.04861 11.3472 9.22569 11.0486 9.42708 10.7708C9.62847 10.493 9.85417 10.2361 10.1042 9.99996H5.83333V11.6666ZM5.83333 15H8.39583C8.35417 14.7222 8.33333 14.4444 8.33333 14.1666C8.33333 13.8888 8.35417 13.6111 8.39583 13.3333H5.83333V15ZM4.16667 18.3333C3.70833 18.3333 3.31597 18.1701 2.98958 17.8437C2.66319 17.5173 2.5 17.125 2.5 16.6666V3.33329C2.5 2.87496 2.66319 2.4826 2.98958 2.15621C3.31597 1.82982 3.70833 1.66663 4.16667 1.66663H10.8333L15.8333 6.66663V8.58329C15.5694 8.49996 15.2986 8.43746 15.0208 8.39579C14.7431 8.35413 14.4583 8.33329 14.1667 8.33329V7.49996H10V3.33329H4.16667V16.6666H8.89583C9.04861 16.9861 9.22569 17.2847 9.42708 17.5625C9.62847 17.8402 9.85417 18.0972 10.1042 18.3333H4.16667ZM14.1667 9.99996C15.3194 9.99996 16.3021 10.4062 17.1146 11.2187C17.9271 12.0312 18.3333 13.0138 18.3333 14.1666C18.3333 15.3194 17.9271 16.302 17.1146 17.1145C16.3021 17.927 15.3194 18.3333 14.1667 18.3333C13.0139 18.3333 12.0313 17.927 11.2188 17.1145C10.4063 16.302 10 15.3194 10 14.1666C10 13.0138 10.4063 12.0312 11.2188 11.2187C12.0313 10.4062 13.0139 9.99996 14.1667 9.99996ZM14.1667 16.6666C14.3194 16.6666 14.4479 16.6145 14.5521 16.5104C14.6563 16.4062 14.7083 16.2777 14.7083 16.125C14.7083 15.9722 14.6563 15.8437 14.5521 15.7395C14.4479 15.6354 14.3194 15.5833 14.1667 15.5833C14.0139 15.5833 13.8854 15.6354 13.7813 15.7395C13.6771 15.8437 13.625 15.9722 13.625 16.125C13.625 16.2777 13.6771 16.4062 13.7813 16.5104C13.8854 16.6145 14.0139 16.6666 14.1667 16.6666ZM13.7917 15.0833H14.5417V14.875C14.5417 14.7222 14.5833 14.5868 14.6667 14.4687C14.75 14.3507 14.8472 14.2361 14.9583 14.125C15.1528 13.9583 15.3056 13.7986 15.4167 13.6458C15.5278 13.493 15.5833 13.2777 15.5833 13C15.5833 12.5972 15.4514 12.2743 15.1875 12.0312C14.9236 11.7882 14.5833 11.6666 14.1667 11.6666C13.8472 11.6666 13.559 11.7604 13.3021 11.9479C13.0451 12.1354 12.8611 12.3888 12.75 12.7083L13.4167 13C13.4583 12.8333 13.5451 12.6875 13.6771 12.5625C13.809 12.4375 13.9722 12.375 14.1667 12.375C14.375 12.375 14.5382 12.427 14.6563 12.5312C14.7743 12.6354 14.8333 12.7916 14.8333 13C14.8333 13.1527 14.7917 13.2812 14.7083 13.3854C14.625 13.4895 14.5278 13.5972 14.4167 13.7083C14.3333 13.7916 14.2465 13.875 14.1562 13.9583C14.066 14.0416 13.9861 14.1388 13.9167 14.25C13.875 14.3333 13.8438 14.4166 13.8229 14.5C13.8021 14.5833 13.7917 14.6805 13.7917 14.7916V15.0833Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-topic-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2766_14659" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2766_14659)"><path d="M3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V10H3.33329V15.8333H10.8333V17.5H3.33329ZM6.66663 14.1667C6.20829 14.1667 5.81593 14.0035 5.48954 13.6771C5.16315 13.3507 4.99996 12.9583 4.99996 12.5V6.66667H6.66663V12.5H14.1666V14.1667H6.66663ZM9.99996 10.8333C9.54163 10.8333 9.14927 10.6701 8.82288 10.3438C8.49649 10.0174 8.33329 9.625 8.33329 9.16667V4.16667C8.33329 3.70833 8.49649 3.31597 8.82288 2.98958C9.14927 2.66319 9.54163 2.5 9.99996 2.5H16.6666C17.125 2.5 17.5173 2.66319 17.8437 2.98958C18.1701 3.31597 18.3333 3.70833 18.3333 4.16667V9.16667C18.3333 9.625 18.1701 10.0174 17.8437 10.3438C17.5173 10.6701 17.125 10.8333 16.6666 10.8333H9.99996ZM9.99996 9.16667H16.6666V5.83333H9.99996V9.16667Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-newsletter-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2766_14773" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2766_14773)"><path d="M3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V5.83333H3.33329V15.8333H15.8333V17.5H3.33329ZM6.66663 14.1667C6.20829 14.1667 5.81593 14.0035 5.48954 13.6771C5.16315 13.3507 4.99996 12.9583 4.99996 12.5V2.5H19.1666V12.5C19.1666 12.9583 19.0034 13.3507 18.677 13.6771C18.3507 14.0035 17.9583 14.1667 17.5 14.1667H6.66663ZM6.66663 12.5H17.5V4.16667H6.66663V12.5ZM8.33329 10H11.6666V5.83333H8.33329V10ZM12.5 10H15.8333V8.33333H12.5V10ZM12.5 7.5H15.8333V5.83333H12.5V7.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-catalyst-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2766_14782" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2766_14782)"><path d="M3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V4.16667C1.66663 3.70833 1.82982 3.31597 2.15621 2.98958C2.4826 2.66319 2.87496 2.5 3.33329 2.5H16.6666C17.125 2.5 17.5173 2.66319 17.8437 2.98958C18.1701 3.31597 18.3333 3.70833 18.3333 4.16667V15.8333C18.3333 16.2917 18.1701 16.684 17.8437 17.0104C17.5173 17.3368 17.125 17.5 16.6666 17.5H3.33329ZM3.33329 15.8333H16.6666V4.16667H3.33329V15.8333ZM4.99996 14.1667H15V12.5H4.99996V14.1667ZM4.99996 10.8333H8.33329V5.83333H4.99996V10.8333ZM9.99996 10.8333H15V9.16667H9.99996V10.8333ZM9.99996 7.5H15V5.83333H9.99996V7.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-admin-view-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4424_1782" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4424_1782)"><path d="M10 12C8.9 12 7.95833 11.6083 7.175 10.825C6.39167 10.0417 6 9.1 6 8C6 6.9 6.39167 5.95833 7.175 5.175C7.95833 4.39167 8.9 4 10 4C11.1 4 12.0417 4.39167 12.825 5.175C13.6083 5.95833 14 6.9 14 8C14 9.1 13.6083 10.0417 12.825 10.825C12.0417 11.6083 11.1 12 10 12ZM2 20V17.2C2 16.65 2.14167 16.1333 2.425 15.65C2.70833 15.1667 3.1 14.8 3.6 14.55C4.45 14.1167 5.40833 13.75 6.475 13.45C7.54167 13.15 8.71667 13 10 13H10.35C10.45 13 10.55 13.0167 10.65 13.05C10.5167 13.35 10.4042 13.6625 10.3125 13.9875C10.2208 14.3125 10.15 14.65 10.1 15H10C8.81667 15 7.75417 15.15 6.8125 15.45C5.87083 15.75 5.1 16.05 4.5 16.35C4.35 16.4333 4.22917 16.55 4.1375 16.7C4.04583 16.85 4 17.0167 4 17.2V18H10.3C10.4 18.35 10.5333 18.6958 10.7 19.0375C10.8667 19.3792 11.05 19.7 11.25 20H2ZM16 21L15.7 19.5C15.5 19.4167 15.3125 19.3292 15.1375 19.2375C14.9625 19.1458 14.7833 19.0333 14.6 18.9L13.15 19.35L12.15 17.65L13.3 16.65C13.2667 16.4167 13.25 16.2 13.25 16C13.25 15.8 13.2667 15.5833 13.3 15.35L12.15 14.35L13.15 12.65L14.6 13.1C14.7833 12.9667 14.9625 12.8542 15.1375 12.7625C15.3125 12.6708 15.5 12.5833 15.7 12.5L16 11H18L18.3 12.5C18.5 12.5833 18.6875 12.675 18.8625 12.775C19.0375 12.875 19.2167 13 19.4 13.15L20.85 12.65L21.85 14.4L20.7 15.4C20.7333 15.6 20.75 15.8083 20.75 16.025C20.75 16.2417 20.7333 16.45 20.7 16.65L21.85 17.65L20.85 19.35L19.4 18.9C19.2167 19.0333 19.0375 19.1458 18.8625 19.2375C18.6875 19.3292 18.5 19.4167 18.3 19.5L18 21H16ZM17 18C17.55 18 18.0208 17.8042 18.4125 17.4125C18.8042 17.0208 19 16.55 19 16C19 15.45 18.8042 14.9792 18.4125 14.5875C18.0208 14.1958 17.55 14 17 14C16.45 14 15.9792 14.1958 15.5875 14.5875C15.1958 14.9792 15 15.45 15 16C15 16.55 15.1958 17.0208 15.5875 17.4125C15.9792 17.8042 16.45 18 17 18ZM10 10C10.55 10 11.0208 9.80417 11.4125 9.4125C11.8042 9.02083 12 8.55 12 8C12 7.45 11.8042 6.97917 11.4125 6.5875C11.0208 6.19583 10.55 6 10 6C9.45 6 8.97917 6.19583 8.5875 6.5875C8.19583 6.97917 8 7.45 8 8C8 8.55 8.19583 9.02083 8.5875 9.4125C8.97917 9.80417 9.45 10 10 10Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-organization-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4437_1794" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4437_1794)"><path d="M2 21V3H12V7H22V21H2ZM4 19H10V17H4V19ZM4 15H10V13H4V15ZM4 11H10V9H4V11ZM4 7H10V5H4V7ZM12 19H20V9H12V19ZM14 13V11H18V13H14ZM14 17V15H18V17H14Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-project-view-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4437_1800" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4437_1800)"><path d="M16.4 21L15 19.6L16.575 18L15 16.425L16.4 15L18 16.6L19.575 15L21 16.425L19.4 18L21 19.6L19.575 21L18 19.425L16.4 21ZM6 19C6.28333 19 6.52083 18.9042 6.7125 18.7125C6.90417 18.5208 7 18.2833 7 18C7 17.7167 6.90417 17.4792 6.7125 17.2875C6.52083 17.0958 6.28333 17 6 17C5.71667 17 5.47917 17.0958 5.2875 17.2875C5.09583 17.4792 5 17.7167 5 18C5 18.2833 5.09583 18.5208 5.2875 18.7125C5.47917 18.9042 5.71667 19 6 19ZM6 21C5.16667 21 4.45833 20.7083 3.875 20.125C3.29167 19.5417 3 18.8333 3 18C3 17.1667 3.29167 16.4583 3.875 15.875C4.45833 15.2917 5.16667 15 6 15C6.61667 15 7.17917 15.1708 7.6875 15.5125C8.19583 15.8542 8.56667 16.3167 8.8 16.9C9.45 16.7167 9.97917 16.3583 10.3875 15.825C10.7958 15.2917 11 14.6833 11 14V10C11 8.61667 11.4875 7.4375 12.4625 6.4625C13.4375 5.4875 14.6167 5 16 5H17.15L15.575 3.425L17 2L21 6L17 10L15.575 8.6L17.15 7H16C15.1667 7 14.4583 7.29167 13.875 7.875C13.2917 8.45833 13 9.16667 13 10V14C13 15.2167 12.6083 16.2875 11.825 17.2125C11.0417 18.1375 10.05 18.7083 8.85 18.925C8.65 19.5417 8.2875 20.0417 7.7625 20.425C7.2375 20.8083 6.65 21 6 21ZM4.4 9L3 7.6L4.575 6L3 4.425L4.4 3L6 4.6L7.575 3L9 4.425L7.4 6L9 7.6L7.575 9L6 7.425L4.4 9Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-users-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4459_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="0.333374" y="0.333374" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4459_1592)"><path d="M10.6084 12.3334C10.1417 12.3334 9.75837 12.1584 9.45837 11.8084C9.15837 11.4584 9.05004 11.05 9.13337 10.5834L9.43337 8.78337C9.56671 8.06671 9.90421 7.47921 10.4459 7.02087C10.9875 6.56254 11.6167 6.33337 12.3334 6.33337C13.0667 6.33337 13.7042 6.56254 14.2459 7.02087C14.7875 7.47921 15.125 8.06671 15.2584 8.78337L15.5584 10.5834C15.6417 11.05 15.5334 11.4584 15.2334 11.8084C14.9334 12.1584 14.55 12.3334 14.0834 12.3334H10.6084ZM11.2084 10.3334H13.4834L13.2834 9.10837C13.25 8.87504 13.1417 8.68754 12.9584 8.54587C12.775 8.40421 12.5667 8.33337 12.3334 8.33337C12.1 8.33337 11.8959 8.40421 11.7209 8.54587C11.5459 8.68754 11.4417 8.87504 11.4084 9.10837L11.2084 10.3334ZM3.43337 13.3084C3.05004 13.325 2.72087 13.25 2.44587 13.0834C2.17087 12.9167 1.99171 12.6584 1.90837 12.3084C1.87504 12.1584 1.86671 12.0084 1.88337 11.8584C1.90004 11.7084 1.94171 11.5667 2.00837 11.4334C2.00837 11.45 2.00004 11.4167 1.98337 11.3334C1.95004 11.3 1.86671 11.1 1.73337 10.7334C1.70004 10.5334 1.72504 10.3417 1.80837 10.1584C1.89171 9.97504 2.00004 9.81671 2.13337 9.68337L2.18337 9.63337C2.21671 9.31671 2.34587 9.05004 2.57087 8.83337C2.79587 8.61671 3.07504 8.50837 3.40837 8.50837C3.45837 8.50837 3.61671 8.54171 3.88337 8.60837L3.95837 8.58337C4.04171 8.50004 4.15004 8.43754 4.28337 8.39587C4.41671 8.35421 4.55837 8.33337 4.70837 8.33337C4.89171 8.33337 5.05421 8.36254 5.19587 8.42087C5.33754 8.47921 5.45004 8.56671 5.53337 8.68337C5.55004 8.68337 5.56254 8.68754 5.57087 8.69587C5.57921 8.70421 5.59171 8.70837 5.60837 8.70837C5.84171 8.72504 6.04587 8.79587 6.22087 8.92087C6.39587 9.04587 6.52504 9.21671 6.60837 9.43337C6.64171 9.55004 6.65421 9.66254 6.64587 9.77087C6.63754 9.87921 6.61671 9.98337 6.58337 10.0834C6.58337 10.1 6.59171 10.1334 6.60837 10.1834C6.72504 10.3 6.81671 10.4292 6.88337 10.5709C6.95004 10.7125 6.98337 10.8584 6.98337 11.0084C6.98337 11.075 6.93337 11.25 6.83337 11.5334C6.81671 11.5667 6.81671 11.6 6.83337 11.6334L6.88337 12.0334C6.88337 12.3834 6.73754 12.6834 6.44587 12.9334C6.15421 13.1834 5.80004 13.3084 5.38337 13.3084H3.43337ZM20.3334 13.3334C19.7834 13.3334 19.3125 13.1375 18.9209 12.7459C18.5292 12.3542 18.3334 11.8834 18.3334 11.3334C18.3334 11.1334 18.3625 10.9459 18.4209 10.7709C18.4792 10.5959 18.5584 10.425 18.6584 10.2584L17.9584 9.63337C17.7917 9.50004 17.7625 9.33337 17.8709 9.13337C17.9792 8.93337 18.1334 8.83337 18.3334 8.83337H20.3334C20.8834 8.83337 21.3542 9.02921 21.7459 9.42087C22.1375 9.81254 22.3334 10.2834 22.3334 10.8334V11.3334C22.3334 11.8834 22.1375 12.3542 21.7459 12.7459C21.3542 13.1375 20.8834 13.3334 20.3334 13.3334ZM0.333374 18.3334V16.7584C0.333374 16.025 0.704207 15.4375 1.44587 14.9959C2.18754 14.5542 3.15004 14.3334 4.33337 14.3334C4.55004 14.3334 4.75837 14.3375 4.95837 14.3459C5.15837 14.3542 5.35004 14.375 5.53337 14.4084C5.30004 14.7417 5.12504 15.1 5.00837 15.4834C4.89171 15.8667 4.83337 16.275 4.83337 16.7084V18.3334H0.333374ZM6.33337 18.3334V16.7084C6.33337 15.625 6.88754 14.75 7.99587 14.0834C9.10421 13.4167 10.55 13.0834 12.3334 13.0834C14.1334 13.0834 15.5834 13.4167 16.6834 14.0834C17.7834 14.75 18.3334 15.625 18.3334 16.7084V18.3334H6.33337ZM20.3334 14.3334C21.5334 14.3334 22.5 14.5542 23.2334 14.9959C23.9667 15.4375 24.3334 16.025 24.3334 16.7584V18.3334H19.8334V16.7084C19.8334 16.275 19.7792 15.8667 19.6709 15.4834C19.5625 15.1 19.4 14.7417 19.1834 14.4084C19.3667 14.375 19.5542 14.3542 19.7459 14.3459C19.9375 14.3375 20.1334 14.3334 20.3334 14.3334ZM12.3334 15.0834C11.3834 15.0834 10.5334 15.2084 9.78337 15.4584C9.03337 15.7084 8.59171 16 8.45837 16.3334H16.2334C16.0834 16 15.6375 15.7084 14.8959 15.4584C14.1542 15.2084 13.3 15.0834 12.3334 15.0834Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-api-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4438_1812" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4438_1812)"><path d="M6.5 20C4.98333 20 3.6875 19.475 2.6125 18.425C1.5375 17.375 1 16.0917 1 14.575C1 13.275 1.39167 12.1167 2.175 11.1C2.95833 10.0833 3.98333 9.43333 5.25 9.15C5.66667 7.61667 6.5 6.375 7.75 5.425C9 4.475 10.4167 4 12 4C13.95 4 15.6042 4.67917 16.9625 6.0375C18.3208 7.39583 19 9.05 19 11C20.15 11.1333 21.1042 11.6292 21.8625 12.4875C22.6208 13.3458 23 14.35 23 15.5C23 16.75 22.5625 17.8125 21.6875 18.6875C20.8125 19.5625 19.75 20 18.5 20H13C12.45 20 11.9792 19.8042 11.5875 19.4125C11.1958 19.0208 11 18.55 11 18V12.85L9.4 14.4L8 13L12 9L16 13L14.6 14.4L13 12.85V18H18.5C19.2 18 19.7917 17.7583 20.275 17.275C20.7583 16.7917 21 16.2 21 15.5C21 14.8 20.7583 14.2083 20.275 13.725C19.7917 13.2417 19.2 13 18.5 13H17V11C17 9.61667 16.5125 8.4375 15.5375 7.4625C14.5625 6.4875 13.3833 6 12 6C10.6167 6 9.4375 6.4875 8.4625 7.4625C7.4875 8.4375 7 9.61667 7 11H6.5C5.53333 11 4.70833 11.3417 4.025 12.025C3.34167 12.7083 3 13.5333 3 14.5C3 15.4667 3.34167 16.2917 4.025 16.975C4.70833 17.6583 5.53333 18 6.5 18H9V20H6.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-cache-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4445_1848" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4445_1848)"><path d="M15 18V16H19V18H15ZM15 10V8H22V10H15ZM15 14V12H21V14H15ZM3 8H2V6H6V4.5H10V6H14V8H13V17C13 17.55 12.8042 18.0208 12.4125 18.4125C12.0208 18.8042 11.55 19 11 19H5C4.45 19 3.97917 18.8042 3.5875 18.4125C3.19583 18.0208 3 17.55 3 17V8ZM5 8V17H11V8H5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-cache-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4445_1848" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4445_1848)"><path d="M15 18V16H19V18H15ZM15 10V8H22V10H15ZM15 14V12H21V14H15ZM3 8H2V6H6V4.5H10V6H14V8H13V17C13 17.55 12.8042 18.0208 12.4125 18.4125C12.0208 18.8042 11.55 19 11 19H5C4.45 19 3.97917 18.8042 3.5875 18.4125C3.19583 18.0208 3 17.55 3 17V8ZM5 8V17H11V8H5Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-on-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4460_1706" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4460_1706)"><path d="M11 13V3H13V13H11ZM12 21C10.7667 21 9.60417 20.7625 8.5125 20.2875C7.42083 19.8125 6.46667 19.1667 5.65 18.35C4.83333 17.5333 4.1875 16.5792 3.7125 15.4875C3.2375 14.3958 3 13.2333 3 12C3 10.6667 3.275 9.40833 3.825 8.225C4.375 7.04167 5.15 6.01667 6.15 5.15L7.55 6.55C6.75 7.21667 6.125 8.025 5.675 8.975C5.225 9.925 5 10.9333 5 12C5 13.9333 5.68333 15.5833 7.05 16.95C8.41667 18.3167 10.0667 19 12 19C13.95 19 15.6042 18.3167 16.9625 16.95C18.3208 15.5833 19 13.9333 19 12C19 10.9333 18.7792 9.925 18.3375 8.975C17.8958 8.025 17.2667 7.21667 16.45 6.55L17.85 5.15C18.85 6.01667 19.625 7.04167 20.175 8.225C20.725 9.40833 21 10.6667 21 12C21 13.2333 20.7625 14.3958 20.2875 15.4875C19.8125 16.5792 19.1708 17.5333 18.3625 18.35C17.5542 19.1667 16.6042 19.8125 15.5125 20.2875C14.4208 20.7625 13.25 21 12 21Z" fill="%2377cb19"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-off-red {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4460_1706" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4460_1706)"><path d="M11 13V3H13V13H11ZM12 21C10.7667 21 9.60417 20.7625 8.5125 20.2875C7.42083 19.8125 6.46667 19.1667 5.65 18.35C4.83333 17.5333 4.1875 16.5792 3.7125 15.4875C3.2375 14.3958 3 13.2333 3 12C3 10.6667 3.275 9.40833 3.825 8.225C4.375 7.04167 5.15 6.01667 6.15 5.15L7.55 6.55C6.75 7.21667 6.125 8.025 5.675 8.975C5.225 9.925 5 10.9333 5 12C5 13.9333 5.68333 15.5833 7.05 16.95C8.41667 18.3167 10.0667 19 12 19C13.95 19 15.6042 18.3167 16.9625 16.95C18.3208 15.5833 19 13.9333 19 12C19 10.9333 18.7792 9.925 18.3375 8.975C17.8958 8.025 17.2667 7.21667 16.45 6.55L17.85 5.15C18.85 6.01667 19.625 7.04167 20.175 8.225C20.725 9.40833 21 10.6667 21 12C21 13.2333 20.7625 14.3958 20.2875 15.4875C19.8125 16.5792 19.1708 17.5333 18.3625 18.35C17.5542 19.1667 16.6042 19.8125 15.5125 20.2875C14.4208 20.7625 13.25 21 12 21Z" fill="%23f2453d"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-access-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4460_1700" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4460_1700)"><path d="M1 20V4H11V8H9V6H3V18H9V16H11V20H1ZM13 20V16H15V18H17V20H13ZM19 20V18H21V16H23V20H19ZM13 8V4H17V6H15V8H13ZM21 8V6H19V4H23V8H21ZM17 16L15.6 14.6L17.175 13H6V11H17.175L15.6 9.4L17 8L21 12L17 16Z" fill="%2300b0b9"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-comparison-tool-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3897_1598" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3897_1598)"><path d="M10 23V21H5C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H10V1H12V23H10ZM5 18H10V12L5 18ZM14 21V12L19 18V5H14V3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H14Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-document-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3499_16596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3499_16596)"><path d="M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2916 2.5 15.8333V4.16665C2.5 3.70831 2.66319 3.31595 2.98958 2.98956C3.31597 2.66317 3.70833 2.49998 4.16667 2.49998H7.66667C7.84722 1.99998 8.14931 1.5972 8.57292 1.29165C8.99653 0.986091 9.47222 0.833313 10 0.833313C10.5278 0.833313 11.0035 0.986091 11.4271 1.29165C11.8507 1.5972 12.1528 1.99998 12.3333 2.49998H15.8333C16.2917 2.49998 16.684 2.66317 17.0104 2.98956C17.3368 3.31595 17.5 3.70831 17.5 4.16665V15.8333C17.5 16.2916 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16665H4.16667V15.8333ZM5.83333 14.1666H11.6667V12.5H5.83333V14.1666ZM5.83333 10.8333H14.1667V9.16665H5.83333V10.8333ZM5.83333 7.49998H14.1667V5.83331H5.83333V7.49998ZM10 3.54165C10.1806 3.54165 10.3299 3.48262 10.4479 3.36456C10.566 3.24651 10.625 3.0972 10.625 2.91665C10.625 2.73609 10.566 2.58679 10.4479 2.46873C10.3299 2.35067 10.1806 2.29165 10 2.29165C9.81944 2.29165 9.67014 2.35067 9.55208 2.46873C9.43403 2.58679 9.375 2.73609 9.375 2.91665C9.375 3.0972 9.43403 3.24651 9.55208 3.36456C9.67014 3.48262 9.81944 3.54165 10 3.54165Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-changealert-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="0.16272" y="0.165894" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16596)"><path d="M2.16272 10.1658C2.16272 8.49918 2.53355 6.97001 3.27522 5.57835C4.01689 4.18668 5.01272 3.03251 6.26272 2.11584L7.43772 3.71584C6.43772 4.44918 5.64189 5.37418 5.05022 6.49085C4.45855 7.60751 4.16272 8.83251 4.16272 10.1658H2.16272ZM20.1627 10.1658C20.1627 8.83251 19.8669 7.60751 19.2752 6.49085C18.6836 5.37418 17.8877 4.44918 16.8877 3.71584L18.0627 2.11584C19.3127 3.03251 20.3086 4.18668 21.0502 5.57835C21.7919 6.97001 22.1627 8.49918 22.1627 10.1658H20.1627ZM4.16272 19.1658V17.1658H6.16272V10.1658C6.16272 8.78251 6.57939 7.55334 7.41272 6.47834C8.24605 5.40334 9.32939 4.69918 10.6627 4.36584V3.66584C10.6627 3.24918 10.8086 2.89501 11.1002 2.60334C11.3919 2.31168 11.7461 2.16584 12.1627 2.16584C12.5794 2.16584 12.9336 2.31168 13.2252 2.60334C13.5169 2.89501 13.6627 3.24918 13.6627 3.66584V4.36584C14.9961 4.69918 16.0794 5.40334 16.9127 6.47834C17.7461 7.55334 18.1627 8.78251 18.1627 10.1658V17.1658H20.1627V19.1658H4.16272ZM12.1627 22.1658C11.6127 22.1658 11.1419 21.97 10.7502 21.5783C10.3586 21.1867 10.1627 20.7158 10.1627 20.1658H14.1627C14.1627 20.7158 13.9669 21.1867 13.5752 21.5783C13.1836 21.97 12.7127 22.1658 12.1627 22.1658ZM8.16272 17.1658H16.1627V10.1658C16.1627 9.06585 15.7711 8.12418 14.9877 7.34085C14.2044 6.55751 13.2627 6.16584 12.1627 6.16584C11.0627 6.16584 10.1211 6.55751 9.33772 7.34085C8.55439 8.12418 8.16272 9.06585 8.16272 10.1658V17.1658Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-trailmap-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24"><rect x="0.16272" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16602)"><path d="M5.16272 19H19.1627V9.825L14.3377 5H5.16272V19ZM5.16272 21C4.61272 21 4.14189 20.8042 3.75022 20.4125C3.35855 20.0208 3.16272 19.55 3.16272 19V5C3.16272 4.45 3.35855 3.97917 3.75022 3.5875C4.14189 3.19583 4.61272 3 5.16272 3H15.1627L21.1627 9V19C21.1627 19.55 20.9669 20.0208 20.5752 20.4125C20.1836 20.8042 19.7127 21 19.1627 21H5.16272ZM7.16272 17H17.1627V15H7.16272V17ZM7.16272 13H17.1627V11H7.16272V13ZM7.16272 9H14.1627V7H7.16272V9Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-projectdesign-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16608" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24"><rect x="0.16272" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16608)"><path d="M5.16272 21C4.61272 21 4.14189 20.8042 3.75022 20.4125C3.35855 20.0208 3.16272 19.55 3.16272 19V5C3.16272 4.45 3.35855 3.97917 3.75022 3.5875C4.14189 3.19583 4.61272 3 5.16272 3H19.1627C19.7127 3 20.1836 3.19583 20.5752 3.5875C20.9669 3.97917 21.1627 4.45 21.1627 5V19C21.1627 19.55 20.9669 20.0208 20.5752 20.4125C20.1836 20.8042 19.7127 21 19.1627 21H5.16272ZM5.16272 16V19H19.1627V16H14.3627C14.0794 16.3 13.7502 16.5417 13.3752 16.725C13.0002 16.9083 12.5961 17 12.1627 17C11.7294 17 11.3252 16.9083 10.9502 16.725C10.5752 16.5417 10.2461 16.3 9.96272 16H5.16272ZM12.1627 15C12.4461 15 12.6836 14.9042 12.8752 14.7125C13.0669 14.5208 13.1627 14.2833 13.1627 14C13.1627 13.7167 13.0669 13.4792 12.8752 13.2875C12.6836 13.0958 12.4461 13 12.1627 13C11.8794 13 11.6419 13.0958 11.4502 13.2875C11.2586 13.4792 11.1627 13.7167 11.1627 14C11.1627 14.2833 11.2586 14.5208 11.4502 14.7125C11.6419 14.9042 11.8794 15 12.1627 15ZM5.16272 14H9.16272C9.16272 13.1667 9.45439 12.4583 10.0377 11.875C10.6211 11.2917 11.3294 11 12.1627 11C12.9961 11 13.7044 11.2917 14.2877 11.875C14.8711 12.4583 15.1627 13.1667 15.1627 14H19.1627V5H5.16272V14Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-landscape-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1502_19250" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1502_19250)"><path d="M10 18.3333C8.84724 18.3333 7.76391 18.1146 6.75002 17.6771C5.73613 17.2396 4.85419 16.6458 4.10419 15.8958C3.35419 15.1458 2.76044 14.2639 2.32294 13.25C1.88544 12.2361 1.66669 11.1528 1.66669 10C1.66669 8.41667 2.07988 6.95486 2.90627 5.61458C3.73266 4.27431 4.85419 3.25 6.27085 2.54167C6.28474 2.80556 6.31252 3.07292 6.35419 3.34375C6.39585 3.61458 6.4653 3.93056 6.56252 4.29167C5.56252 4.90278 4.77433 5.71181 4.19794 6.71875C3.62155 7.72569 3.33335 8.81944 3.33335 10C3.33335 11.8611 3.97919 13.4375 5.27085 14.7292C6.56252 16.0208 8.13891 16.6667 10 16.6667C11.8611 16.6667 13.4375 16.0208 14.7292 14.7292C16.0209 13.4375 16.6667 11.8611 16.6667 10C16.6667 8.81944 16.3785 7.72222 15.8021 6.70833C15.2257 5.69444 14.4306 4.88194 13.4167 4.27083C13.5139 3.90972 13.5834 3.59375 13.625 3.32292C13.6667 3.05208 13.7014 2.79167 13.7292 2.54167C15.1459 3.25 16.2674 4.27083 17.0938 5.60417C17.9202 6.9375 18.3334 8.40278 18.3334 10C18.3334 11.1528 18.1146 12.2361 17.6771 13.25C17.2396 14.2639 16.6459 15.1458 15.8959 15.8958C15.1459 16.6458 14.2639 17.2396 13.25 17.6771C12.2361 18.1146 11.1528 18.3333 10 18.3333ZM10 15C8.61113 15 7.43058 14.5139 6.45835 13.5417C5.48613 12.5694 5.00002 11.3889 5.00002 10C5.00002 9.19444 5.1771 8.4375 5.53127 7.72917C5.88544 7.02083 6.38891 6.43056 7.04169 5.95833C7.11113 6.16667 7.18752 6.40625 7.27085 6.67708C7.35419 6.94792 7.4653 7.28472 7.60419 7.6875C7.29863 8.00695 7.06599 8.36111 6.90627 8.75C6.74655 9.13889 6.66669 9.55556 6.66669 10C6.66669 10.9167 6.99308 11.7014 7.64585 12.3542C8.29863 13.0069 9.08335 13.3333 10 13.3333C10.9167 13.3333 11.7014 13.0069 12.3542 12.3542C13.007 11.7014 13.3334 10.9167 13.3334 10C13.3334 9.55556 13.2535 9.13889 13.0938 8.75C12.934 8.36111 12.7014 8.00695 12.3959 7.6875C12.507 7.35417 12.6077 7.04514 12.6979 6.76042C12.7882 6.4757 12.8681 6.20833 12.9375 5.95833C13.5903 6.43056 14.0972 7.02083 14.4584 7.72917C14.8195 8.4375 15 9.19444 15 10C15 11.3889 14.5139 12.5694 13.5417 13.5417C12.5695 14.5139 11.3889 15 10 15ZM9.16669 7.08333C8.6528 5.52778 8.31599 4.43403 8.15627 3.80208C7.99655 3.17014 7.91669 2.59722 7.91669 2.08333C7.91669 1.5 8.11808 1.00694 8.52085 0.604167C8.92363 0.201389 9.41669 0 10 0C10.5834 0 11.0764 0.201389 11.4792 0.604167C11.882 1.00694 12.0834 1.5 12.0834 2.08333C12.0834 2.59722 12.0035 3.17014 11.8438 3.80208C11.684 4.43403 11.3472 5.52778 10.8334 7.08333H9.16669ZM10 11.6667C9.54169 11.6667 9.14933 11.5035 8.82294 11.1771C8.49655 10.8507 8.33335 10.4583 8.33335 10C8.33335 9.54167 8.49655 9.14931 8.82294 8.82292C9.14933 8.49653 9.54169 8.33333 10 8.33333C10.4584 8.33333 10.8507 8.49653 11.1771 8.82292C11.5035 9.14931 11.6667 9.54167 11.6667 10C11.6667 10.4583 11.5035 10.8507 11.1771 11.1771C10.8507 11.5035 10.4584 11.6667 10 11.6667Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-rt-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1602_24970" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1602_24970)"><path d="M3.33331 16.6667V7.50004H6.66665V16.6667H3.33331ZM3.33331 6.66671V3.33337H6.66665V6.66671H3.33331ZM8.33331 16.6667V10H11.6666V16.6667H8.33331ZM8.33331 9.16671V5.83337H11.6666V9.16671H8.33331ZM13.3333 16.6667V12.5H16.6666V16.6667H13.3333ZM13.3333 11.6667V8.33337H16.6666V11.6667H13.3333Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-output-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-customtext-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3590_16754" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3590_16754)"><path d="M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V5.83333H4.16667V15.8333ZM5.83333 10V8.33333H14.1667V10H5.83333ZM5.83333 13.3333V11.6667H10.8333V13.3333H5.83333Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-recentactivities-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16614" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24"><rect x="0.16272" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16614)"><path d="M3.16272 19C2.61272 19 2.14189 18.8042 1.75022 18.4125C1.35855 18.0208 1.16272 17.55 1.16272 17V7C1.16272 6.45 1.35855 5.97917 1.75022 5.5875C2.14189 5.19583 2.61272 5 3.16272 5H13.1627C13.7127 5 14.1836 5.19583 14.5752 5.5875C14.9669 5.97917 15.1627 6.45 15.1627 7V17C15.1627 17.55 14.9669 18.0208 14.5752 18.4125C14.1836 18.8042 13.7127 19 13.1627 19H3.16272ZM3.16272 15.35C3.89605 14.9167 4.67939 14.5833 5.51272 14.35C6.34605 14.1167 7.22939 14 8.16272 14C9.09605 14 9.97939 14.1167 10.8127 14.35C11.6461 14.5833 12.4294 14.9167 13.1627 15.35V7H3.16272V15.35ZM8.16272 16C7.47939 16 6.81272 16.0833 6.16272 16.25C5.51272 16.4167 4.89605 16.6667 4.31272 17H12.0127C11.4294 16.6667 10.8127 16.4167 10.1627 16.25C9.51272 16.0833 8.84605 16 8.16272 16ZM8.16272 13.25C7.41272 13.25 6.76689 12.9792 6.22522 12.4375C5.68355 11.8958 5.41272 11.25 5.41272 10.5C5.41272 9.75 5.68355 9.10417 6.22522 8.5625C6.76689 8.02083 7.41272 7.75 8.16272 7.75C8.91272 7.75 9.55855 8.02083 10.1002 8.5625C10.6419 9.10417 10.9127 9.75 10.9127 10.5C10.9127 11.25 10.6419 11.8958 10.1002 12.4375C9.55855 12.9792 8.91272 13.25 8.16272 13.25ZM8.16272 11.4C8.41272 11.4 8.62522 11.3125 8.80022 11.1375C8.97522 10.9625 9.06272 10.75 9.06272 10.5C9.06272 10.25 8.97522 10.0375 8.80022 9.8625C8.62522 9.6875 8.41272 9.6 8.16272 9.6C7.91272 9.6 7.70022 9.6875 7.52522 9.8625C7.35022 10.0375 7.26272 10.25 7.26272 10.5C7.26272 10.75 7.35022 10.9625 7.52522 11.1375C7.70022 11.3125 7.91272 11.4 8.16272 11.4ZM17.1627 19V5H19.1627V19H17.1627ZM21.1627 19V5H23.1627V19H21.1627Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-upcoming-conference-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16620" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="24"><rect x="0.16272" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16620)"><path d="M15.1627 22V20H19.1627V10H5.16272V14H3.16272V6C3.16272 5.45 3.35855 4.97917 3.75022 4.5875C4.14189 4.19583 4.61272 4 5.16272 4H6.16272V2H8.16272V4H16.1627V2H18.1627V4H19.1627C19.7127 4 20.1836 4.19583 20.5752 4.5875C20.9669 4.97917 21.1627 5.45 21.1627 6V20C21.1627 20.55 20.9669 21.0208 20.5752 21.4125C20.1836 21.8042 19.7127 22 19.1627 22H15.1627ZM8.16272 24L6.76272 22.6L9.33772 20H1.16272V18H9.33772L6.76272 15.4L8.16272 14L13.1627 19L8.16272 24ZM5.16272 8H19.1627V6H5.16272V8Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-report-conference-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16626" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.165894" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16626)"><path d="M8 12.1659V10.1659H16V12.1659H8ZM8 8.16589V6.16589H16V8.16589H8ZM6 14.1659H13.5C13.9833 14.1659 14.4333 14.2701 14.85 14.4784C15.2667 14.6867 15.6167 14.9826 15.9 15.3659L18 18.1159V4.16589H6V14.1659ZM6 20.1659H17.05L14.325 16.5909C14.225 16.4576 14.1042 16.3534 13.9625 16.2784C13.8208 16.2034 13.6667 16.1659 13.5 16.1659H6V20.1659ZM18 22.1659H6C5.45 22.1659 4.97917 21.9701 4.5875 21.5784C4.19583 21.1867 4 20.7159 4 20.1659V4.16589C4 3.61589 4.19583 3.14506 4.5875 2.75339C4.97917 2.36173 5.45 2.16589 6 2.16589H18C18.55 2.16589 19.0208 2.36173 19.4125 2.75339C19.8042 3.14506 20 3.61589 20 4.16589V20.1659C20 20.7159 19.8042 21.1867 19.4125 21.5784C19.0208 21.9701 18.55 22.1659 18 22.1659Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-project-conference-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16740" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16740)"><path d="M7.00001 20V8.97501C7.00001 8.42501 7.20001 7.95835 7.60001 7.57501C8.00001 7.19168 8.47501 7.00001 9.02501 7.00001H20C20.55 7.00001 21.0208 7.19585 21.4125 7.58751C21.8042 7.97918 22 8.45001 22 9.00001V17L17 22H9.00001C8.45001 22 7.97918 21.8042 7.58751 21.4125C7.19585 21.0208 7.00001 20.55 7.00001 20ZM2.02501 6.25001C1.92501 5.70001 2.03335 5.20418 2.35001 4.76251C2.66668 4.32085 3.10001 4.05001 3.65001 3.95001L14.5 2.02501C15.05 1.92501 15.5458 2.03335 15.9875 2.35001C16.4292 2.66668 16.7 3.10001 16.8 3.65001L17.05 5.00001H15L14.825 4.00001L4.00001 5.92501L5.00001 11.575V18.55C4.73335 18.4 4.50418 18.2 4.31251 17.95C4.12085 17.7 4.00001 17.4167 3.95001 17.1L2.02501 6.25001ZM9.00001 9.00001V20H16V16H20V9.00001H9.00001Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-pharmafeeds-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3499_16596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3499_16596)"><path d="M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2916 2.5 15.8333V4.16665C2.5 3.70831 2.66319 3.31595 2.98958 2.98956C3.31597 2.66317 3.70833 2.49998 4.16667 2.49998H7.66667C7.84722 1.99998 8.14931 1.5972 8.57292 1.29165C8.99653 0.986091 9.47222 0.833313 10 0.833313C10.5278 0.833313 11.0035 0.986091 11.4271 1.29165C11.8507 1.5972 12.1528 1.99998 12.3333 2.49998H15.8333C16.2917 2.49998 16.684 2.66317 17.0104 2.98956C17.3368 3.31595 17.5 3.70831 17.5 4.16665V15.8333C17.5 16.2916 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667ZM4.16667 15.8333H15.8333V4.16665H4.16667V15.8333ZM5.83333 14.1666H11.6667V12.5H5.83333V14.1666ZM5.83333 10.8333H14.1667V9.16665H5.83333V10.8333ZM5.83333 7.49998H14.1667V5.83331H5.83333V7.49998ZM10 3.54165C10.1806 3.54165 10.3299 3.48262 10.4479 3.36456C10.566 3.24651 10.625 3.0972 10.625 2.91665C10.625 2.73609 10.566 2.58679 10.4479 2.46873C10.3299 2.35067 10.1806 2.29165 10 2.29165C9.81944 2.29165 9.67014 2.35067 9.55208 2.46873C9.43403 2.58679 9.375 2.73609 9.375 2.91665C9.375 3.0972 9.43403 3.24651 9.55208 3.36456C9.67014 3.48262 9.81944 3.54165 10 3.54165Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-calender-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16746" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16746)"><path d="M8 14C7.71667 14 7.47917 13.9042 7.2875 13.7125C7.09583 13.5208 7 13.2833 7 13C7 12.7167 7.09583 12.4792 7.2875 12.2875C7.47917 12.0958 7.71667 12 8 12C8.28333 12 8.52083 12.0958 8.7125 12.2875C8.90417 12.4792 9 12.7167 9 13C9 13.2833 8.90417 13.5208 8.7125 13.7125C8.52083 13.9042 8.28333 14 8 14ZM12 14C11.7167 14 11.4792 13.9042 11.2875 13.7125C11.0958 13.5208 11 13.2833 11 13C11 12.7167 11.0958 12.4792 11.2875 12.2875C11.4792 12.0958 11.7167 12 12 12C12.2833 12 12.5208 12.0958 12.7125 12.2875C12.9042 12.4792 13 12.7167 13 13C13 13.2833 12.9042 13.5208 12.7125 13.7125C12.5208 13.9042 12.2833 14 12 14ZM16 14C15.7167 14 15.4792 13.9042 15.2875 13.7125C15.0958 13.5208 15 13.2833 15 13C15 12.7167 15.0958 12.4792 15.2875 12.2875C15.4792 12.0958 15.7167 12 16 12C16.2833 12 16.5208 12.0958 16.7125 12.2875C16.9042 12.4792 17 12.7167 17 13C17 13.2833 16.9042 13.5208 16.7125 13.7125C16.5208 13.9042 16.2833 14 16 14ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H6V2H8V4H16V2H18V4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8042 19.55 22 19 22H5ZM5 20H19V10H5V20ZM5 8H19V6H5V8Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-focusedanalysis-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3533_16752" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3533_16752)"><path d="M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V15H5V19H9V21H5ZM15 21V19H19V15H21V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H15ZM3 9V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H9V5H5V9H3ZM19 9V5H15V3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V9H19ZM12 17C10.6167 17 9.4375 16.5125 8.4625 15.5375C7.4875 14.5625 7 13.3833 7 12C7 10.6167 7.4875 9.4375 8.4625 8.4625C9.4375 7.4875 10.6167 7 12 7C13.3833 7 14.5625 7.4875 15.5375 8.4625C16.5125 9.4375 17 10.6167 17 12C17 13.3833 16.5125 14.5625 15.5375 15.5375C14.5625 16.5125 13.3833 17 12 17ZM12 15C12.8333 15 13.5417 14.7083 14.125 14.125C14.7083 13.5417 15 12.8333 15 12C15 11.1667 14.7083 10.4583 14.125 9.875C13.5417 9.29167 12.8333 9 12 9C11.1667 9 10.4583 9.29167 9.875 9.875C9.29167 10.4583 9 11.1667 9 12C9 12.8333 9.29167 13.5417 9.875 14.125C10.4583 14.7083 11.1667 15 12 15Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-releases-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1779" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1779)"><path d="M10 16.6667C9.33337 16.1389 8.61115 15.7292 7.83337 15.4375C7.0556 15.1459 6.25004 15 5.41671 15C4.83337 15 4.26046 15.0764 3.69796 15.2292C3.13546 15.382 2.59726 15.5972 2.08337 15.875C1.79171 16.0278 1.51046 16.0209 1.23962 15.8542C0.968791 15.6875 0.833374 15.4445 0.833374 15.125V5.08335C0.833374 4.93058 0.871568 4.78474 0.947957 4.64585C1.02435 4.50696 1.13893 4.4028 1.29171 4.33335C1.9306 4.00002 2.59726 3.75002 3.29171 3.58335C3.98615 3.41669 4.69449 3.33335 5.41671 3.33335C6.22226 3.33335 7.01046 3.43752 7.78129 3.64585C8.55212 3.85419 9.29171 4.16669 10 4.58335V14.6667C10.7084 14.2222 11.4514 13.8889 12.2292 13.6667C13.007 13.4445 13.7917 13.3334 14.5834 13.3334C15.0834 13.3334 15.573 13.375 16.0521 13.4584C16.5313 13.5417 17.0139 13.6667 17.5 13.8334V3.83335C17.7084 3.9028 17.9132 3.97571 18.1146 4.0521C18.316 4.12849 18.5139 4.22224 18.7084 4.33335C18.8612 4.4028 18.9757 4.50696 19.0521 4.64585C19.1285 4.78474 19.1667 4.93058 19.1667 5.08335V15.125C19.1667 15.4445 19.0313 15.6875 18.7605 15.8542C18.4896 16.0209 18.2084 16.0278 17.9167 15.875C17.4028 15.5972 16.8646 15.382 16.3021 15.2292C15.7396 15.0764 15.1667 15 14.5834 15C13.75 15 12.9445 15.1459 12.1667 15.4375C11.3889 15.7292 10.6667 16.1389 10 16.6667ZM11.6667 12.5V4.58335L15.8334 0.416687V8.75002L11.6667 12.5ZM8.33337 13.8542V5.60419C7.87504 5.40974 7.39935 5.26044 6.90629 5.15627C6.41324 5.0521 5.91671 5.00002 5.41671 5.00002C4.90282 5.00002 4.40282 5.04863 3.91671 5.14585C3.4306 5.24308 2.95837 5.38891 2.50004 5.58335V13.8542C2.98615 13.6736 3.46879 13.5417 3.94796 13.4584C4.42712 13.375 4.91671 13.3334 5.41671 13.3334C5.91671 13.3334 6.40629 13.375 6.88546 13.4584C7.36462 13.5417 7.84726 13.6736 8.33337 13.8542Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-videos-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1767" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1767)"><path d="M9.58329 12.0834L15.4166 8.33335L9.58329 4.58335V12.0834ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM6.66663 13.3334H16.6666V3.33335H6.66663V13.3334ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.00002H3.33329V16.6667H15V18.3334H3.33329Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-reference-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4551_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4551_1592)"><path d="M6.75 22C6 22 5.35417 21.7458 4.8125 21.2375C4.27083 20.7292 4 20.1 4 19.35V5.39999C4 4.76665 4.19583 4.19999 4.5875 3.69999C4.97917 3.19999 5.49167 2.88332 6.125 2.74999L16 0.799988V16.8L6.525 18.7C6.375 18.7333 6.25 18.8125 6.15 18.9375C6.05 19.0625 6 19.2 6 19.35C6 19.5333 6.075 19.6875 6.225 19.8125C6.375 19.9375 6.55 20 6.75 20H18V3.99999H20V22H6.75ZM9 16.175L14 15.2V3.24999L9 4.22499V16.175ZM7 16.575V4.62499L6.625 4.69999C6.44167 4.73332 6.29167 4.81249 6.175 4.93749C6.05833 5.06249 6 5.21665 6 5.39999V16.825C6.08333 16.7917 6.17083 16.7625 6.2625 16.7375C6.35417 16.7125 6.44167 16.6917 6.525 16.675L7 16.575Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-newsletter {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2766_14773" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2766_14773)"><path d="M3.33329 17.5C2.87496 17.5 2.4826 17.3368 2.15621 17.0104C1.82982 16.684 1.66663 16.2917 1.66663 15.8333V5.83333H3.33329V15.8333H15.8333V17.5H3.33329ZM6.66663 14.1667C6.20829 14.1667 5.81593 14.0035 5.48954 13.6771C5.16315 13.3507 4.99996 12.9583 4.99996 12.5V2.5H19.1666V12.5C19.1666 12.9583 19.0034 13.3507 18.677 13.6771C18.3507 14.0035 17.9583 14.1667 17.5 14.1667H6.66663ZM6.66663 12.5H17.5V4.16667H6.66663V12.5ZM8.33329 10H11.6666V5.83333H8.33329V10ZM12.5 10H15.8333V8.33333H12.5V10ZM12.5 7.5H15.8333V5.83333H12.5V7.5Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 9px;
  background-position: center;
  margin-right: 10px;
}

.icon-regulatory-timelines {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1602_24970" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1602_24970)"><path d="M3.33331 16.6667V7.50004H6.66665V16.6667H3.33331ZM3.33331 6.66671V3.33337H6.66665V6.66671H3.33331ZM8.33331 16.6667V10H11.6666V16.6667H8.33331ZM8.33331 9.16671V5.83337H11.6666V9.16671H8.33331ZM13.3333 16.6667V12.5H16.6666V16.6667H13.3333ZM13.3333 11.6667V8.33337H16.6666V11.6667H13.3333Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-data-repo {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2585_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2585_1592)"><path d="M10 17.5C7.90278 17.5 6.12847 17.1771 4.67708 16.5312C3.22569 15.8854 2.5 15.0972 2.5 14.1667V5.83333C2.5 4.91667 3.23264 4.13194 4.69792 3.47917C6.16319 2.82639 7.93056 2.5 10 2.5C12.0694 2.5 13.8368 2.82639 15.3021 3.47917C16.7674 4.13194 17.5 4.91667 17.5 5.83333V14.1667C17.5 15.0972 16.7743 15.8854 15.3229 16.5312C13.8715 17.1771 12.0972 17.5 10 17.5ZM10 7.52083C11.2361 7.52083 12.4792 7.34375 13.7292 6.98958C14.9792 6.63542 15.6806 6.25694 15.8333 5.85417C15.6806 5.45139 14.9826 5.06944 13.7396 4.70833C12.4965 4.34722 11.25 4.16667 10 4.16667C8.73611 4.16667 7.49653 4.34375 6.28125 4.69792C5.06597 5.05208 4.36111 5.4375 4.16667 5.85417C4.36111 6.27083 5.06597 6.65278 6.28125 7C7.49653 7.34722 8.73611 7.52083 10 7.52083ZM10 11.6667C10.5833 11.6667 11.1458 11.6389 11.6875 11.5833C12.2292 11.5278 12.7465 11.4479 13.2396 11.3437C13.7326 11.2396 14.1979 11.1111 14.6354 10.9583C15.0729 10.8056 15.4722 10.6319 15.8333 10.4375V7.9375C15.4722 8.13194 15.0729 8.30556 14.6354 8.45833C14.1979 8.61111 13.7326 8.73958 13.2396 8.84375C12.7465 8.94792 12.2292 9.02778 11.6875 9.08333C11.1458 9.13889 10.5833 9.16667 10 9.16667C9.41667 9.16667 8.84722 9.13889 8.29167 9.08333C7.73611 9.02778 7.21181 8.94792 6.71875 8.84375C6.22569 8.73958 5.76389 8.61111 5.33333 8.45833C4.90278 8.30556 4.51389 8.13194 4.16667 7.9375V10.4375C4.51389 10.6319 4.90278 10.8056 5.33333 10.9583C5.76389 11.1111 6.22569 11.2396 6.71875 11.3437C7.21181 11.4479 7.73611 11.5278 8.29167 11.5833C8.84722 11.6389 9.41667 11.6667 10 11.6667ZM10 15.8333C10.6389 15.8333 11.2882 15.7847 11.9479 15.6875C12.6076 15.5903 13.2153 15.4618 13.7708 15.3021C14.3264 15.1424 14.7917 14.9618 15.1667 14.7604C15.5417 14.559 15.7639 14.3542 15.8333 14.1458V12.1042C15.4722 12.2986 15.0729 12.4722 14.6354 12.625C14.1979 12.7778 13.7326 12.9062 13.2396 13.0104C12.7465 13.1146 12.2292 13.1944 11.6875 13.25C11.1458 13.3056 10.5833 13.3333 10 13.3333C9.41667 13.3333 8.84722 13.3056 8.29167 13.25C7.73611 13.1944 7.21181 13.1146 6.71875 13.0104C6.22569 12.9062 5.76389 12.7778 5.33333 12.625C4.90278 12.4722 4.51389 12.2986 4.16667 12.1042V14.1667C4.23611 14.375 4.45486 14.5764 4.82292 14.7708C5.19097 14.9653 5.65278 15.1424 6.20833 15.3021C6.76389 15.4618 7.375 15.5903 8.04167 15.6875C8.70833 15.7847 9.36111 15.8333 10 15.8333Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-privacy {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2674_16292" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2674_16292)"><path d="M14.1666 14.1666C14.5139 14.1666 14.809 14.0451 15.0521 13.802C15.2951 13.559 15.4166 13.2638 15.4166 12.9166C15.4166 12.5694 15.2951 12.2743 15.0521 12.0312C14.809 11.7882 14.5139 11.6666 14.1666 11.6666C13.8194 11.6666 13.5243 11.7882 13.2812 12.0312C13.0382 12.2743 12.9166 12.5694 12.9166 12.9166C12.9166 13.2638 13.0382 13.559 13.2812 13.802C13.5243 14.0451 13.8194 14.1666 14.1666 14.1666ZM14.1666 16.6666C14.5972 16.6666 14.993 16.5659 15.3541 16.3645C15.7153 16.1632 16.0069 15.8958 16.2291 15.5625C15.9236 15.3819 15.5972 15.243 15.25 15.1458C14.9028 15.0486 14.5416 15 14.1666 15C13.7916 15 13.4305 15.0486 13.0833 15.1458C12.7361 15.243 12.4097 15.3819 12.1041 15.5625C12.3264 15.8958 12.618 16.1632 12.9791 16.3645C13.3403 16.5659 13.7361 16.6666 14.1666 16.6666ZM9.99998 18.3333C8.06942 17.8472 6.47567 16.7395 5.21873 15.0104C3.96179 13.2812 3.33331 11.3611 3.33331 9.24996V4.16663L9.99998 1.66663L16.6666 4.16663V8.89579C16.4028 8.78468 16.1319 8.68399 15.8541 8.59371C15.5764 8.50343 15.2916 8.43746 15 8.39579V5.33329L9.99998 3.45829L4.99998 5.33329V9.24996C4.99998 9.90274 5.08679 10.5555 5.2604 11.2083C5.43401 11.8611 5.67706 12.4826 5.98956 13.0729C6.30206 13.6632 6.68054 14.2083 7.12498 14.7083C7.56942 15.2083 8.06248 15.625 8.60415 15.9583C8.75692 16.4027 8.95831 16.8263 9.20831 17.2291C9.45831 17.6319 9.74303 17.993 10.0625 18.3125C10.0486 18.3125 10.0382 18.3159 10.0312 18.3229C10.0243 18.3298 10.0139 18.3333 9.99998 18.3333ZM14.1666 18.3333C13.0139 18.3333 12.0312 17.927 11.2187 17.1145C10.4062 16.302 9.99998 15.3194 9.99998 14.1666C9.99998 13.0138 10.4062 12.0312 11.2187 11.2187C12.0312 10.4062 13.0139 9.99996 14.1666 9.99996C15.3194 9.99996 16.3021 10.4062 17.1146 11.2187C17.9271 12.0312 18.3333 13.0138 18.3333 14.1666C18.3333 15.3194 17.9271 16.302 17.1146 17.1145C16.3021 17.927 15.3194 18.3333 14.1666 18.3333Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-changepassword {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2691_16293" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2691_16293)"><path d="M9.16667 9.99998C8.25 9.99998 7.46528 9.67359 6.8125 9.02081C6.15972 8.36804 5.83333 7.58331 5.83333 6.66665C5.83333 5.74998 6.15972 4.96526 6.8125 4.31248C7.46528 3.6597 8.25 3.33331 9.16667 3.33331C10.0833 3.33331 10.8681 3.6597 11.5208 4.31248C12.1736 4.96526 12.5 5.74998 12.5 6.66665C12.5 7.58331 12.1736 8.36804 11.5208 9.02081C10.8681 9.67359 10.0833 9.99998 9.16667 9.99998ZM9.16667 8.33331C9.625 8.33331 10.0174 8.17012 10.3438 7.84373C10.6701 7.51734 10.8333 7.12498 10.8333 6.66665C10.8333 6.20831 10.6701 5.81595 10.3438 5.48956C10.0174 5.16317 9.625 4.99998 9.16667 4.99998C8.70833 4.99998 8.31597 5.16317 7.98958 5.48956C7.66319 5.81595 7.5 6.20831 7.5 6.66665C7.5 7.12498 7.66319 7.51734 7.98958 7.84373C8.31597 8.17012 8.70833 8.33331 9.16667 8.33331ZM2.5 16.6666V14.3541C2.5 13.8819 2.61806 13.4444 2.85417 13.0416C3.09028 12.6389 3.41667 12.3333 3.83333 12.125C4.54167 11.7639 5.34375 11.4583 6.23958 11.2083C7.13542 10.9583 8.11111 10.8333 9.16667 10.8333C9.45833 10.8333 9.74306 10.8437 10.0208 10.8646C10.2986 10.8854 10.5764 10.9166 10.8542 10.9583C10.8681 11.2778 10.9097 11.5833 10.9792 11.875C11.0486 12.1666 11.1597 12.4514 11.3125 12.7291C10.9931 12.6597 10.6528 12.6041 10.2917 12.5625C9.93056 12.5208 9.55556 12.5 9.16667 12.5C8.16667 12.5 7.27778 12.6215 6.5 12.8646C5.72222 13.1076 5.08333 13.3541 4.58333 13.6041C4.44444 13.6736 4.34028 13.7778 4.27083 13.9166C4.20139 14.0555 4.16667 14.2014 4.16667 14.3541V15H12.5V16.6666H2.5ZM15.2083 17.5L14.1667 16.25V13.1875C13.6806 13.0069 13.2812 12.7048 12.9687 12.2812C12.6562 11.8576 12.5 11.375 12.5 10.8333C12.5 10.1389 12.7431 9.54859 13.2292 9.06248C13.7153 8.57637 14.3056 8.33331 15 8.33331C15.6944 8.33331 16.2847 8.57637 16.7708 9.06248C17.2569 9.54859 17.5 10.1389 17.5 10.8333C17.5 11.375 17.3437 11.8576 17.0312 12.2812C16.7187 12.7048 16.3194 13.0069 15.8333 13.1875L16.6667 14.1666L15.8333 15L16.6667 15.8333L15.2083 17.5ZM15 12.0833C15.3472 12.0833 15.6424 11.9618 15.8854 11.7187C16.1285 11.4757 16.25 11.1805 16.25 10.8333C16.25 10.4861 16.1285 10.191 15.8854 9.9479C15.6424 9.70484 15.3472 9.58331 15 9.58331C14.6528 9.58331 14.3576 9.70484 14.1146 9.9479C13.8715 10.191 13.75 10.4861 13.75 10.8333C13.75 11.1805 13.8715 11.4757 14.1146 11.7187C14.3576 11.9618 14.6528 12.0833 15 12.0833Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-listofcopy {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1603" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1603)"><path d="M3.8462 15.3846C3.42312 15.3846 3.06094 15.234 2.75966 14.9327C2.45838 14.6314 2.30774 14.2692 2.30774 13.8461V3.07691C2.30774 2.65384 2.45838 2.29166 2.75966 1.99038C3.06094 1.68909 3.42312 1.53845 3.8462 1.53845H14.6154C15.0385 1.53845 15.4007 1.68909 15.702 1.99038C16.0033 2.29166 16.1539 2.65384 16.1539 3.07691V9.86538C15.9231 9.72435 15.6795 9.60897 15.4231 9.51922C15.1667 9.42948 14.8975 9.35897 14.6154 9.30768V3.07691H3.8462V13.8461H9.23082C9.23082 14.1154 9.25005 14.3782 9.28851 14.6346C9.32697 14.891 9.39107 15.141 9.48082 15.3846H3.8462ZM6.15389 12.3077C6.37184 12.3077 6.55453 12.234 6.70197 12.0865C6.84941 11.9391 6.92312 11.7564 6.92312 11.5385C6.92312 11.3205 6.84941 11.1378 6.70197 10.9904C6.55453 10.8429 6.37184 10.7692 6.15389 10.7692C5.93594 10.7692 5.75325 10.8429 5.60582 10.9904C5.45838 11.1378 5.38466 11.3205 5.38466 11.5385C5.38466 11.7564 5.45838 11.9391 5.60582 12.0865C5.75325 12.234 5.93594 12.3077 6.15389 12.3077ZM6.15389 9.23076C6.37184 9.23076 6.55453 9.15704 6.70197 9.00961C6.84941 8.86217 6.92312 8.67948 6.92312 8.46153C6.92312 8.24358 6.84941 8.06089 6.70197 7.91345C6.55453 7.76602 6.37184 7.6923 6.15389 7.6923C5.93594 7.6923 5.75325 7.76602 5.60582 7.91345C5.45838 8.06089 5.38466 8.24358 5.38466 8.46153C5.38466 8.67948 5.45838 8.86217 5.60582 9.00961C5.75325 9.15704 5.93594 9.23076 6.15389 9.23076ZM6.15389 6.15384C6.37184 6.15384 6.55453 6.08012 6.70197 5.93268C6.84941 5.78525 6.92312 5.60255 6.92312 5.38461C6.92312 5.16666 6.84941 4.98396 6.70197 4.83653C6.55453 4.68909 6.37184 4.61538 6.15389 4.61538C5.93594 4.61538 5.75325 4.68909 5.60582 4.83653C5.45838 4.98396 5.38466 5.16666 5.38466 5.38461C5.38466 5.60255 5.45838 5.78525 5.60582 5.93268C5.75325 6.08012 5.93594 6.15384 6.15389 6.15384ZM8.46159 9.23076H13.077V7.6923H8.46159V9.23076ZM8.46159 6.15384H13.077V4.61538H8.46159V6.15384ZM8.46159 12.3077H9.50005C9.60261 12.0128 9.73082 11.7372 9.88466 11.4808C10.0385 11.2243 10.218 10.9872 10.4231 10.7692H8.46159V12.3077Z" fill="%23333333"/><path d="M11.1991 18.4615C10.9752 18.4615 10.7834 18.3862 10.6239 18.2356C10.4644 18.0849 10.3847 17.9038 10.3847 17.6923V12.3077H11.1991V17.6923H15.6788V18.4615H11.1991ZM12.8281 16.9231C12.6041 16.9231 12.4124 16.8477 12.2529 16.6971C12.0934 16.5465 12.0136 16.3654 12.0136 16.1538V11.5385C12.0136 11.3269 12.0934 11.1458 12.2529 10.9952C12.4124 10.8445 12.6041 10.7692 12.8281 10.7692H16.4933C16.7172 10.7692 16.909 10.8445 17.0685 10.9952C17.228 11.1458 17.3077 11.3269 17.3077 11.5385V16.1538C17.3077 16.3654 17.228 16.5465 17.0685 16.6971C16.909 16.8477 16.7172 16.9231 16.4933 16.9231H12.8281Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-listofdownload {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1718" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1718)"><path d="M5.00004 18.3334C4.54171 18.3334 4.14935 18.1702 3.82296 17.8438C3.49657 17.5174 3.33337 17.125 3.33337 16.6667V3.33335C3.33337 2.87502 3.49657 2.48266 3.82296 2.15627C4.14935 1.82988 4.54171 1.66669 5.00004 1.66669H11.6667L16.6667 6.66669V16.6667C16.6667 17.125 16.5035 17.5174 16.1771 17.8438C15.8507 18.1702 15.4584 18.3334 15 18.3334H5.00004ZM10.8334 7.50002V3.33335H5.00004V16.6667H15V7.50002H10.8334Z" fill="%23333333"/><path d="M9.75 10V14.0437L8.35 12.6438L8 13L10 15L12 13L11.65 12.6438L10.25 14.0437V10H9.75Z" fill="%23333333" stroke="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-listofsync {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1742" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect x="0.25" y="0.6875" width="19" height="19" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1742)"><path d="M3.41675 16.5208V14.9375H5.59383L5.27716 14.6604C4.59105 14.0534 4.10946 13.3607 3.83237 12.5823C3.55529 11.8038 3.41675 11.0187 3.41675 10.227C3.41675 8.76246 3.85546 7.45951 4.73289 6.31819C5.61032 5.17687 6.75494 4.42149 8.16675 4.05204V5.71454C7.21675 6.0576 6.45147 6.64145 5.87091 7.4661C5.29036 8.29076 5.00008 9.21107 5.00008 10.227C5.00008 10.8208 5.11223 11.398 5.33654 11.9588C5.56085 12.5196 5.9105 13.0375 6.3855 13.5125L6.58341 13.7104V11.7708H8.16675V16.5208H3.41675ZM11.3334 16.3229V14.6604C12.2834 14.3173 13.0487 13.7335 13.6292 12.9088C14.2098 12.0842 14.5001 11.1638 14.5001 10.1479C14.5001 9.55413 14.3879 8.97687 14.1636 8.41611C13.9393 7.85534 13.5897 7.33746 13.1147 6.86246L12.9167 6.66454V8.60413H11.3334V3.85413H16.0834V5.43746H13.9063L14.223 5.71454C14.8695 6.36107 15.3412 7.06367 15.6381 7.82236C15.935 8.58104 16.0834 9.35621 16.0834 10.1479C16.0834 11.6125 15.6447 12.9154 14.7673 14.0567C13.8898 15.198 12.7452 15.9534 11.3334 16.3229Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-listofbulk {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1773" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1773)"><path d="M4.99996 10.8333H15V9.16665H4.99996V10.8333ZM4.99996 8.33331H15V6.66665H4.99996V8.33331ZM3.33329 16.6666C2.87496 16.6666 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4583 1.66663 15V4.99998C1.66663 4.54165 1.82982 4.14929 2.15621 3.8229C2.4826 3.49651 2.87496 3.33331 3.33329 3.33331H16.6666C17.125 3.33331 17.5173 3.49651 17.8437 3.8229C18.1701 4.14929 18.3333 4.54165 18.3333 4.99998V15C18.3333 15.4583 18.1701 15.8507 17.8437 16.1771C17.5173 16.5035 17.125 16.6666 16.6666 16.6666H3.33329ZM3.33329 15H16.6666V4.99998H3.33329V15Z" fill="%23333333"/><path d="M15 13.3333H4.99996V11.6666H15V13.3333Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-mainsetting {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1780" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1780)"><path d="M7.70833 18.3334L7.375 15.6667C7.19444 15.5972 7.02431 15.5139 6.86458 15.4167C6.70486 15.3195 6.54861 15.2153 6.39583 15.1042L3.91667 16.1459L1.625 12.1875L3.77083 10.5625C3.75694 10.4653 3.75 10.3715 3.75 10.2813V9.71877C3.75 9.62849 3.75694 9.53474 3.77083 9.43752L1.625 7.81252L3.91667 3.85419L6.39583 4.89585C6.54861 4.78474 6.70833 4.68058 6.875 4.58335C7.04167 4.48613 7.20833 4.4028 7.375 4.33335L7.70833 1.66669H12.2917L12.625 4.33335C12.8056 4.4028 12.9757 4.48613 13.1354 4.58335C13.2951 4.68058 13.4514 4.78474 13.6042 4.89585L16.0833 3.85419L18.375 7.81252L16.2292 9.43752C16.2431 9.53474 16.25 9.62849 16.25 9.71877V10.2813C16.25 10.3715 16.2361 10.4653 16.2083 10.5625L18.3542 12.1875L16.0625 16.1459L13.6042 15.1042C13.4514 15.2153 13.2917 15.3195 13.125 15.4167C12.9583 15.5139 12.7917 15.5972 12.625 15.6667L12.2917 18.3334H7.70833ZM10.0417 12.9167C10.8472 12.9167 11.5347 12.632 12.1042 12.0625C12.6736 11.4931 12.9583 10.8056 12.9583 10C12.9583 9.19446 12.6736 8.50696 12.1042 7.93752C11.5347 7.36808 10.8472 7.08335 10.0417 7.08335C9.22222 7.08335 8.53125 7.36808 7.96875 7.93752C7.40625 8.50696 7.125 9.19446 7.125 10C7.125 10.8056 7.40625 11.4931 7.96875 12.0625C8.53125 12.632 9.22222 12.9167 10.0417 12.9167ZM10.0417 11.25C9.69444 11.25 9.39931 11.1285 9.15625 10.8854C8.91319 10.6424 8.79167 10.3472 8.79167 10C8.79167 9.6528 8.91319 9.35766 9.15625 9.1146C9.39931 8.87155 9.69444 8.75002 10.0417 8.75002C10.3889 8.75002 10.684 8.87155 10.9271 9.1146C11.1701 9.35766 11.2917 9.6528 11.2917 10C11.2917 10.3472 11.1701 10.6424 10.9271 10.8854C10.684 11.1285 10.3889 11.25 10.0417 11.25ZM9.16667 16.6667H10.8125L11.1042 14.4584C11.5347 14.3472 11.934 14.184 12.3021 13.9688C12.6701 13.7535 13.0069 13.4931 13.3125 13.1875L15.375 14.0417L16.1875 12.625L14.3958 11.2709C14.4653 11.0764 14.5139 10.8715 14.5417 10.6563C14.5694 10.441 14.5833 10.2222 14.5833 10C14.5833 9.7778 14.5694 9.55905 14.5417 9.34377C14.5139 9.12849 14.4653 8.92363 14.3958 8.72919L16.1875 7.37502L15.375 5.95835L13.3125 6.83335C13.0069 6.51391 12.6701 6.24655 12.3021 6.03127C11.934 5.81599 11.5347 5.6528 11.1042 5.54169L10.8333 3.33335H9.1875L8.89583 5.54169C8.46528 5.6528 8.06597 5.81599 7.69792 6.03127C7.32986 6.24655 6.99306 6.50696 6.6875 6.81252L4.625 5.95835L3.8125 7.37502L5.60417 8.70835C5.53472 8.91669 5.48611 9.12502 5.45833 9.33335C5.43056 9.54169 5.41667 9.76391 5.41667 10C5.41667 10.2222 5.43056 10.4375 5.45833 10.6459C5.48611 10.8542 5.53472 11.0625 5.60417 11.2709L3.8125 12.625L4.625 14.0417L6.6875 13.1667C6.99306 13.4861 7.32986 13.7535 7.69792 13.9688C8.06597 14.184 8.46528 14.3472 8.89583 14.4584L9.16667 16.6667Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-releases {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1779" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1779)"><path d="M10 16.6667C9.33337 16.1389 8.61115 15.7292 7.83337 15.4375C7.0556 15.1459 6.25004 15 5.41671 15C4.83337 15 4.26046 15.0764 3.69796 15.2292C3.13546 15.382 2.59726 15.5972 2.08337 15.875C1.79171 16.0278 1.51046 16.0209 1.23962 15.8542C0.968791 15.6875 0.833374 15.4445 0.833374 15.125V5.08335C0.833374 4.93058 0.871568 4.78474 0.947957 4.64585C1.02435 4.50696 1.13893 4.4028 1.29171 4.33335C1.9306 4.00002 2.59726 3.75002 3.29171 3.58335C3.98615 3.41669 4.69449 3.33335 5.41671 3.33335C6.22226 3.33335 7.01046 3.43752 7.78129 3.64585C8.55212 3.85419 9.29171 4.16669 10 4.58335V14.6667C10.7084 14.2222 11.4514 13.8889 12.2292 13.6667C13.007 13.4445 13.7917 13.3334 14.5834 13.3334C15.0834 13.3334 15.573 13.375 16.0521 13.4584C16.5313 13.5417 17.0139 13.6667 17.5 13.8334V3.83335C17.7084 3.9028 17.9132 3.97571 18.1146 4.0521C18.316 4.12849 18.5139 4.22224 18.7084 4.33335C18.8612 4.4028 18.9757 4.50696 19.0521 4.64585C19.1285 4.78474 19.1667 4.93058 19.1667 5.08335V15.125C19.1667 15.4445 19.0313 15.6875 18.7605 15.8542C18.4896 16.0209 18.2084 16.0278 17.9167 15.875C17.4028 15.5972 16.8646 15.382 16.3021 15.2292C15.7396 15.0764 15.1667 15 14.5834 15C13.75 15 12.9445 15.1459 12.1667 15.4375C11.3889 15.7292 10.6667 16.1389 10 16.6667ZM11.6667 12.5V4.58335L15.8334 0.416687V8.75002L11.6667 12.5ZM8.33337 13.8542V5.60419C7.87504 5.40974 7.39935 5.26044 6.90629 5.15627C6.41324 5.0521 5.91671 5.00002 5.41671 5.00002C4.90282 5.00002 4.40282 5.04863 3.91671 5.14585C3.4306 5.24308 2.95837 5.38891 2.50004 5.58335V13.8542C2.98615 13.6736 3.46879 13.5417 3.94796 13.4584C4.42712 13.375 4.91671 13.3334 5.41671 13.3334C5.91671 13.3334 6.40629 13.375 6.88546 13.4584C7.36462 13.5417 7.84726 13.6736 8.33337 13.8542Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 11px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-videos {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1767" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1767)"><path d="M9.58329 12.0834L15.4166 8.33335L9.58329 4.58335V12.0834ZM6.66663 15C6.20829 15 5.81593 14.8368 5.48954 14.5104C5.16315 14.184 4.99996 13.7917 4.99996 13.3334V3.33335C4.99996 2.87502 5.16315 2.48266 5.48954 2.15627C5.81593 1.82988 6.20829 1.66669 6.66663 1.66669H16.6666C17.125 1.66669 17.5173 1.82988 17.8437 2.15627C18.1701 2.48266 18.3333 2.87502 18.3333 3.33335V13.3334C18.3333 13.7917 18.1701 14.184 17.8437 14.5104C17.5173 14.8368 17.125 15 16.6666 15H6.66663ZM6.66663 13.3334H16.6666V3.33335H6.66663V13.3334ZM3.33329 18.3334C2.87496 18.3334 2.4826 18.1702 2.15621 17.8438C1.82982 17.5174 1.66663 17.125 1.66663 16.6667V5.00002H3.33329V16.6667H15V18.3334H3.33329Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 8px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-cookienotice {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2712_1797" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2712_1797)"><path d="M15 15C15.3472 15 15.6424 14.8785 15.8854 14.6354C16.1285 14.3924 16.25 14.0972 16.25 13.75C16.25 13.4028 16.1285 13.1076 15.8854 12.8646C15.6424 12.6215 15.3472 12.5 15 12.5C14.6528 12.5 14.3576 12.6215 14.1146 12.8646C13.8715 13.1076 13.75 13.4028 13.75 13.75C13.75 14.0972 13.8715 14.3924 14.1146 14.6354C14.3576 14.8785 14.6528 15 15 15ZM15 17.5C15.4167 17.5 15.8056 17.4028 16.1667 17.2083C16.5278 17.0139 16.8264 16.7431 17.0625 16.3958C16.7431 16.2014 16.4097 16.059 16.0625 15.9687C15.7153 15.8785 15.3611 15.8333 15 15.8333C14.6389 15.8333 14.2847 15.8785 13.9375 15.9687C13.5903 16.059 13.2569 16.2014 12.9375 16.3958C13.1736 16.7431 13.4722 17.0139 13.8333 17.2083C14.1944 17.4028 14.5833 17.5 15 17.5ZM4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V9.75C17.2361 9.625 16.9653 9.51736 16.6875 9.42708C16.4097 9.33681 16.125 9.27083 15.8333 9.22917V4.16667H4.16667V15.8333H9.20833C9.25 16.1389 9.31597 16.4306 9.40625 16.7083C9.49653 16.9861 9.60417 17.25 9.72917 17.5H4.16667ZM4.16667 15.8333V4.16667V9.22917V9.16667V15.8333ZM5.83333 14.1667H9.22917C9.27083 13.875 9.33681 13.5903 9.42708 13.3125C9.51736 13.0347 9.61806 12.7639 9.72917 12.5H5.83333V14.1667ZM5.83333 10.8333H10.9167C11.3611 10.4167 11.8576 10.0694 12.4062 9.79167C12.9549 9.51389 13.5417 9.32639 14.1667 9.22917V9.16667H5.83333V10.8333ZM5.83333 7.5H14.1667V5.83333H5.83333V7.5ZM15 19.1667C13.8472 19.1667 12.8646 18.7604 12.0521 17.9479C11.2396 17.1354 10.8333 16.1528 10.8333 15C10.8333 13.8472 11.2396 12.8646 12.0521 12.0521C12.8646 11.2396 13.8472 10.8333 15 10.8333C16.1528 10.8333 17.1354 11.2396 17.9479 12.0521C18.7604 12.8646 19.1667 13.8472 19.1667 15C19.1667 16.1528 18.7604 17.1354 17.9479 17.9479C17.1354 18.7604 16.1528 19.1667 15 19.1667Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 10px;
  width: 100%;
  background-position: center;
  margin-right: 10px;
}

.icon-disabled-sort {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.83331 10.3333H8.16665V7.66658H10.8333V6.33325H8.16665V3.66658H6.83331V6.33325H4.16665V7.66658H6.83331V10.3333ZM7.49998 13.6666C6.57776 13.6666 5.71109 13.4916 4.89998 13.1416C4.08887 12.7916 3.38331 12.3166 2.78331 11.7166C2.18331 11.1166 1.70831 10.411 1.35831 9.59992C1.00831 8.78881 0.833313 7.92214 0.833313 6.99992C0.833313 6.0777 1.00831 5.21103 1.35831 4.39992C1.70831 3.58881 2.18331 2.88325 2.78331 2.28325C3.38331 1.68325 4.08887 1.20825 4.89998 0.858252C5.71109 0.508252 6.57776 0.333252 7.49998 0.333252C8.4222 0.333252 9.28887 0.508252 10.1 0.858252C10.9111 1.20825 11.6166 1.68325 12.2166 2.28325C12.8166 2.88325 13.2916 3.58881 13.6416 4.39992C13.9916 5.21103 14.1666 6.0777 14.1666 6.99992C14.1666 7.92214 13.9916 8.78881 13.6416 9.59992C13.2916 10.411 12.8166 11.1166 12.2166 11.7166C11.6166 12.3166 10.9111 12.7916 10.1 13.1416C9.28887 13.4916 8.4222 13.6666 7.49998 13.6666ZM7.49998 12.3333C8.98887 12.3333 10.25 11.8166 11.2833 10.7833C12.3166 9.74992 12.8333 8.48881 12.8333 6.99992C12.8333 5.51103 12.3166 4.24992 11.2833 3.21659C10.25 2.18325 8.98887 1.66659 7.49998 1.66659C6.01109 1.66659 4.74998 2.18325 3.71665 3.21659C2.68331 4.24992 2.16665 5.51103 2.16665 6.99992C2.16665 8.48881 2.68331 9.74992 3.71665 10.7833C4.74998 11.8166 6.01109 12.3333 7.49998 12.3333Z" fill="%23d9d9d9"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-addintell {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16520" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect width="21" height="21" transform="matrix(-1 0 0 1 21 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2653_16520)"><path d="M13.5882 18V15.5258H10.9412V13.8763H13.5882V11.4021H15.3529V13.8763H18V15.5258H15.3529V18H13.5882ZM3 15.5464V13.8969H9.24265C9.19853 14.1856 9.18 14.4605 9.18706 14.7216C9.19471 14.9828 9.22059 15.2577 9.26471 15.5464H3ZM3 12.2474V10.5979H11.5147C11.1765 10.8179 10.8715 11.0653 10.5997 11.3402C10.3274 11.6151 10.0882 11.9175 9.88235 12.2474H3ZM3 8.94845V7.29897H16.2353V8.94845H3ZM3 5.64948V4H16.2353V5.64948H3Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-export {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20"  viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2788_16289" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2788_16289)"><path d="M10 13.3333L5.83337 9.16665L7.00004 7.95831L9.16671 10.125V3.33331H10.8334V10.125L13 7.95831L14.1667 9.16665L10 13.3333ZM5.00004 16.6666C4.54171 16.6666 4.14935 16.5035 3.82296 16.1771C3.49657 15.8507 3.33337 15.4583 3.33337 15V12.5H5.00004V15H15V12.5H16.6667V15C16.6667 15.4583 16.5035 15.8507 16.1771 16.1771C15.8507 16.5035 15.4584 16.6666 15 16.6666H5.00004Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-copycr {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20"  viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16507" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" transform="matrix(-1 0 0 1 20 0)" fill="%23000000"/></mask><g mask="url(%23mask0_2653_16507)"><path d="M4.39866 17.1905C3.98782 17.1905 3.636 17.0414 3.34319 16.7433C3.05088 16.4446 2.90472 16.0857 2.90472 15.6667V5.00001H4.39866V15.6667H12.6153V17.1905H4.39866ZM7.38652 14.1429C6.97569 14.1429 6.62411 13.9938 6.3318 13.6956C6.03899 13.397 5.89259 13.0381 5.89259 12.6191V3.4762C5.89259 3.05715 6.03899 2.6983 6.3318 2.39963C6.62411 2.10147 6.97569 1.95239 7.38652 1.95239H14.1092C14.52 1.95239 14.8719 2.10147 15.1647 2.39963C15.457 2.6983 15.6031 3.05715 15.6031 3.4762V12.6191C15.6031 13.0381 15.457 13.397 15.1647 13.6956C14.8719 13.9938 14.52 14.1429 14.1092 14.1429H7.38652ZM7.38652 12.6191H14.1092V3.4762H7.38652V12.6191Z" fill="%23000000"/><circle cx="13.5999" cy="13.5999" r="5.39999" fill="white"/><path d="M16.5332 17.3768L16.71 17.5536L16.8867 17.3768L17.3767 16.8868L17.5535 16.71L17.3767 16.5332L15.3217 14.4782C15.419 14.3272 15.4992 14.1628 15.5628 13.9857C15.6547 13.7295 15.7 13.4587 15.7 13.175C15.7 12.4745 15.4546 11.8722 14.9663 11.3837L14.9662 11.3836C14.4777 10.8954 13.8755 10.65 13.175 10.65C12.4744 10.65 11.8723 10.8954 11.384 11.3837C10.8955 11.8722 10.65 12.4744 10.65 13.175C10.65 13.8756 10.8955 14.4779 11.384 14.9663C11.8723 15.4546 12.4744 15.7 13.175 15.7C13.4586 15.7 13.7294 15.6548 13.9857 15.5628C14.1628 15.4992 14.3272 15.419 14.4782 15.3218L16.5332 17.3768ZM14.1139 14.1141L14.2908 14.2908L12.236 14.1141C11.9772 13.8552 11.85 13.547 11.85 13.175C11.85 12.803 11.9772 12.4949 12.236 12.2359L12.0592 12.0592L12.2359 12.2361C12.4948 11.9773 12.803 11.85 13.175 11.85C13.5469 11.85 13.8551 11.9773 14.114 12.2361L14.2908 12.0592L14.1139 12.2359C14.3727 12.4949 14.5 12.803 14.5 13.175C14.5 13.547 14.3727 13.8552 14.1139 14.1141Z" fill="%23000000" stroke="%23000000" stroke-width="0.5"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-copycr-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15"  viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16507" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" transform="matrix(-1 0 0 1 20 0)" fill="%23a544ff"/></mask><g mask="url(%23mask0_2653_16507)"><path d="M4.39866 17.1905C3.98782 17.1905 3.636 17.0414 3.34319 16.7433C3.05088 16.4446 2.90472 16.0857 2.90472 15.6667V5.00001H4.39866V15.6667H12.6153V17.1905H4.39866ZM7.38652 14.1429C6.97569 14.1429 6.62411 13.9938 6.3318 13.6956C6.03899 13.397 5.89259 13.0381 5.89259 12.6191V3.4762C5.89259 3.05715 6.03899 2.6983 6.3318 2.39963C6.62411 2.10147 6.97569 1.95239 7.38652 1.95239H14.1092C14.52 1.95239 14.8719 2.10147 15.1647 2.39963C15.457 2.6983 15.6031 3.05715 15.6031 3.4762V12.6191C15.6031 13.0381 15.457 13.397 15.1647 13.6956C14.8719 13.9938 14.52 14.1429 14.1092 14.1429H7.38652ZM7.38652 12.6191H14.1092V3.4762H7.38652V12.6191Z" fill="%23a544ff"/><circle cx="13.5999" cy="13.5999" r="5.39999" fill="white"/><path d="M16.5332 17.3768L16.71 17.5536L16.8867 17.3768L17.3767 16.8868L17.5535 16.71L17.3767 16.5332L15.3217 14.4782C15.419 14.3272 15.4992 14.1628 15.5628 13.9857C15.6547 13.7295 15.7 13.4587 15.7 13.175C15.7 12.4745 15.4546 11.8722 14.9663 11.3837L14.9662 11.3836C14.4777 10.8954 13.8755 10.65 13.175 10.65C12.4744 10.65 11.8723 10.8954 11.384 11.3837C10.8955 11.8722 10.65 12.4744 10.65 13.175C10.65 13.8756 10.8955 14.4779 11.384 14.9663C11.8723 15.4546 12.4744 15.7 13.175 15.7C13.4586 15.7 13.7294 15.6548 13.9857 15.5628C14.1628 15.4992 14.3272 15.419 14.4782 15.3218L16.5332 17.3768ZM14.1139 14.1141L14.2908 14.2908L12.236 14.1141C11.9772 13.8552 11.85 13.547 11.85 13.175C11.85 12.803 11.9772 12.4949 12.236 12.2359L12.0592 12.0592L12.2359 12.2361C12.4948 11.9773 12.803 11.85 13.175 11.85C13.5469 11.85 13.8551 11.9773 14.114 12.2361L14.2908 12.0592L14.1139 12.2359C14.3727 12.4949 14.5 12.803 14.5 13.175C14.5 13.547 14.3727 13.8552 14.1139 14.1141Z" fill="%23a544ff" stroke="%23a544ff" stroke-width="0.5"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.default-icon .icon-filter {
  background-image: url('data:image/svg+xml;utf-8,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16514" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect width="21" height="21" transform="matrix(-1 0 0 1 21 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2653_16514)"><path d="M9.85731 17.7142C9.60939 17.7142 9.40158 17.6304 9.23387 17.4627C9.06616 17.295 8.98231 17.0872 8.98231 16.8392V11.5892L3.90731 5.11423C3.68856 4.82257 3.65575 4.51632 3.80887 4.19548C3.962 3.87465 4.22814 3.71423 4.60731 3.71423H16.8573C17.2365 3.71423 17.5026 3.87465 17.6557 4.19548C17.8089 4.51632 17.7761 4.82257 17.5573 5.11423L12.4823 11.5892V16.8392C12.4823 17.0872 12.3985 17.295 12.2307 17.4627C12.063 17.6304 11.8552 17.7142 11.6073 17.7142H9.85731ZM10.7323 10.9767L15.0636 5.46423H6.40106L10.7323 10.9767Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.default-icon .icon-single-filter {
  background-image: url('data:image/svg+xml;utf-8,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16514" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect width="21" height="21" transform="matrix(-1 0 0 1 21 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2653_16514)"><path d="M9.85731 17.7142C9.60939 17.7142 9.40158 17.6304 9.23387 17.4627C9.06616 17.295 8.98231 17.0872 8.98231 16.8392V11.5892L3.90731 5.11423C3.68856 4.82257 3.65575 4.51632 3.80887 4.19548C3.962 3.87465 4.22814 3.71423 4.60731 3.71423H16.8573C17.2365 3.71423 17.5026 3.87465 17.6557 4.19548C17.8089 4.51632 17.7761 4.82257 17.5573 5.11423L12.4823 11.5892V16.8392C12.4823 17.0872 12.3985 17.295 12.2307 17.4627C12.063 17.6304 11.8552 17.7142 11.6073 17.7142H9.85731ZM10.7323 10.9767L15.0636 5.46423H6.40106L10.7323 10.9767Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.default-icon.active .icon-filter {
  background-image: url('data:image/svg+xml;utf-8,<svg width="18" height="18" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2446_1598" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2446_1598)"><path d="M4 11.875L3.125 11L6.625 7.5L3.125 4L4 3.125L7.5 6.625L11 3.125L11.875 4L8.375 7.5L11.875 11L11 11.875L7.5 8.375L4 11.875Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
  z-index: 6;
}

.icon-analytics {
  background-image: url('data:image/svg+xml;utf-8,<svg width="21" height="21" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3280_16613" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3280_16613)"><path d="M11.6666 17.5C11.9027 17.5 12.1007 17.4202 12.2604 17.2605C12.4201 17.1007 12.5 16.9028 12.5 16.6667C12.5 16.4306 12.4201 16.2327 12.2604 16.073C12.1007 15.9132 11.9027 15.8334 11.6666 15.8334C11.4305 15.8334 11.2326 15.9132 11.0729 16.073C10.9132 16.2327 10.8333 16.4306 10.8333 16.6667C10.8333 16.9028 10.9132 17.1007 11.0729 17.2605C11.2326 17.4202 11.4305 17.5 11.6666 17.5ZM16.6666 9.16671C16.9027 9.16671 17.1007 9.08685 17.2604 8.92712C17.4201 8.7674 17.5 8.56949 17.5 8.33337C17.5 8.09726 17.4201 7.89935 17.2604 7.73962C17.1007 7.5799 16.9027 7.50004 16.6666 7.50004C16.4305 7.50004 16.2326 7.5799 16.0729 7.73962C15.9132 7.89935 15.8333 8.09726 15.8333 8.33337C15.8333 8.56949 15.9132 8.7674 16.0729 8.92712C16.2326 9.08685 16.4305 9.16671 16.6666 9.16671ZM4.99996 9.16671H9.16663V7.50004H4.99996V9.16671ZM4.99996 12.5H9.16663V10.8334H4.99996V12.5ZM3.33329 16.6667C2.87496 16.6667 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4584 1.66663 15V5.00004C1.66663 4.54171 1.82982 4.14935 2.15621 3.82296C2.4826 3.49657 2.87496 3.33337 3.33329 3.33337H16.6666C17.125 3.33337 17.5173 3.49657 17.8437 3.82296C18.1701 4.14935 18.3333 4.54171 18.3333 5.00004H3.33329V15H7.49996V16.6667H3.33329ZM11.6666 19.1667C10.9722 19.1667 10.3819 18.9237 9.89579 18.4375C9.40968 17.9514 9.16663 17.3612 9.16663 16.6667C9.16663 16.125 9.32288 15.6389 9.63538 15.2084C9.94788 14.7778 10.3472 14.4792 10.8333 14.3125V11.6667H15.8333V10.6875C15.3472 10.5209 14.9479 10.2223 14.6354 9.79171C14.3229 9.36115 14.1666 8.87504 14.1666 8.33337C14.1666 7.63893 14.4097 7.04865 14.8958 6.56254C15.3819 6.07643 15.9722 5.83337 16.6666 5.83337C17.3611 5.83337 17.9513 6.07643 18.4375 6.56254C18.9236 7.04865 19.1666 7.63893 19.1666 8.33337C19.1666 8.87504 19.0104 9.36115 18.6979 9.79171C18.3854 10.2223 17.9861 10.5209 17.5 10.6875V13.3334H12.5V14.3125C12.9861 14.4792 13.3854 14.7778 13.6979 15.2084C14.0104 15.6389 14.1666 16.125 14.1666 16.6667C14.1666 17.3612 13.9236 17.9514 13.4375 18.4375C12.9513 18.9237 12.3611 19.1667 11.6666 19.1667Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-clear-filter {
  background-image: url('data:image/svg+xml;utf-8,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3280_16715" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect width="21" height="21" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3280_16715)"><path d="M12.95 10.4782L11.7032 9.23132L14.8313 5.25007H7.72191L5.97191 3.50007H16.625C16.9896 3.50007 17.2521 3.66049 17.4125 3.98132C17.573 4.30216 17.5438 4.60841 17.325 4.90007L12.95 10.4782ZM17.3032 19.7751L12.25 14.7219V16.6251C12.25 16.873 12.1662 17.0808 11.9985 17.2485C11.8308 17.4162 11.623 17.5001 11.375 17.5001H9.62504C9.37712 17.5001 9.16931 17.4162 9.0016 17.2485C8.83389 17.0808 8.75004 16.873 8.75004 16.6251V11.2219L1.22504 3.69695L2.45004 2.45007L18.55 18.5501L17.3032 19.7751Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-fullscreen {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3513_16609" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3513_16609)"><path d="M2.5 17.5V12.5H4.16667V14.6667L6.75 12.0833L7.91667 13.25L5.33333 15.8333H7.5V17.5H2.5ZM12.5 17.5V15.8333H14.6667L12.0833 13.25L13.25 12.0833L15.8333 14.6667V12.5H17.5V17.5H12.5ZM6.75 7.91667L4.16667 5.33333V7.5H2.5V2.5H7.5V4.16667H5.33333L7.91667 6.75L6.75 7.91667ZM13.25 7.91667L12.0833 6.75L14.6667 4.16667H12.5V2.5H17.5V7.5H15.8333V5.33333L13.25 7.91667Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-fullscreen-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3513_16609" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3513_16609)"><path d="M2.5 17.5V12.5H4.16667V14.6667L6.75 12.0833L7.91667 13.25L5.33333 15.8333H7.5V17.5H2.5ZM12.5 17.5V15.8333H14.6667L12.0833 13.25L13.25 12.0833L15.8333 14.6667V12.5H17.5V17.5H12.5ZM6.75 7.91667L4.16667 5.33333V7.5H2.5V2.5H7.5V4.16667H5.33333L7.91667 6.75L6.75 7.91667ZM13.25 7.91667L12.0833 6.75L14.6667 4.16667H12.5V2.5H17.5V7.5H15.8333V5.33333L13.25 7.91667Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-movecursor-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3896_1595" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="0.405396" y="0.743286" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3896_1595)"><path d="M12.4054 22.7433L8.1554 18.4933L9.5804 17.0683L11.4054 18.8933V13.7433L6.2804 13.7183L8.1054 15.5433L6.6554 16.9933L2.4054 12.7433L6.6304 8.51829L8.0554 9.94329L6.2554 11.7433H11.4054V6.59329L9.5804 8.41829L8.1554 6.99329L12.4054 2.74329L16.6554 6.99329L15.2304 8.41829L13.4054 6.59329V11.7433L18.5304 11.7683L16.7054 9.94329L18.1554 8.49329L22.4054 12.7433L18.1554 16.9933L16.7304 15.5683L18.5554 13.7433H13.4054L13.3804 18.8683L15.2054 17.0433L16.6554 18.4933L12.4054 22.7433Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-more {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4823_18385" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="0.406616" y="0.753113" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4823_18385)"><path d="M5.40662 21.7532V10.7532H7.40662V19.7532H16.4066V21.7532H5.40662ZM10.4066 16.7532V5.75317H12.4066V14.7532H21.4066V16.7532H10.4066Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-add-dashboard {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3443_16601" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3443_16601)"><path d="M3 3H11V11H3V3ZM13 3H21V11H13V3ZM3 13H11V21H3V13ZM16 13H18V16H21V18H18V21H16V18H13V16H16V13ZM15 5V9H19V5H15ZM5 5V9H9V5H5ZM5 15V19H9V15H5Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-help {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3443_16607" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3443_16607)"><path d="M16.5 20H17.5V16H16.5V20ZM17 15C17.1333 15 17.25 14.95 17.35 14.85C17.45 14.75 17.5 14.6333 17.5 14.5C17.5 14.3667 17.45 14.25 17.35 14.15C17.25 14.05 17.1333 14 17 14C16.8667 14 16.75 14.05 16.65 14.15C16.55 14.25 16.5 14.3667 16.5 14.5C16.5 14.6333 16.55 14.75 16.65 14.85C16.75 14.95 16.8667 15 17 15ZM7 14H10.675C10.8583 13.6167 11.0708 13.2583 11.3125 12.925C11.5542 12.5917 11.825 12.2833 12.125 12H7V14ZM7 18H10.075C10.025 17.6667 10 17.3333 10 17C10 16.6667 10.025 16.3333 10.075 16H7V18ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V4C3 3.45 3.19583 2.97917 3.5875 2.5875C3.97917 2.19583 4.45 2 5 2H13L19 8V10.3C18.6833 10.2 18.3583 10.125 18.025 10.075C17.6917 10.025 17.35 10 17 10V9H12V4H5V20H10.675C10.8583 20.3833 11.0708 20.7417 11.3125 21.075C11.5542 21.4083 11.825 21.7167 12.125 22H5ZM17 12C18.3833 12 19.5625 12.4875 20.5375 13.4625C21.5125 14.4375 22 15.6167 22 17C22 18.3833 21.5125 19.5625 20.5375 20.5375C19.5625 21.5125 18.3833 22 17 22C15.6167 22 14.4375 21.5125 13.4625 20.5375C12.4875 19.5625 12 18.3833 12 17C12 15.6167 12.4875 14.4375 13.4625 13.4625C14.4375 12.4875 15.6167 12 17 12Z" fill="%23f2a900"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.list-icon .toggle-icon {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 13.25C1.40278 13.25 1.10778 13.1283 0.865 12.885C0.621667 12.6422 0.5 12.3472 0.5 12C0.5 11.6528 0.621667 11.3578 0.865 11.115C1.10778 10.8717 1.40278 10.75 1.75 10.75C2.09722 10.75 2.39222 10.8717 2.635 11.115C2.87833 11.3578 3 11.6528 3 12C3 12.3472 2.87833 12.6422 2.635 12.885C2.39222 13.1283 2.09722 13.25 1.75 13.25ZM4.66667 12.8333V11.1667H15.5V12.8333H4.66667ZM1.75 8.25C1.40278 8.25 1.10778 8.12833 0.865 7.885C0.621667 7.64222 0.5 7.34722 0.5 7C0.5 6.65278 0.621667 6.35778 0.865 6.115C1.10778 5.87167 1.40278 5.75 1.75 5.75C2.09722 5.75 2.39222 5.87167 2.635 6.115C2.87833 6.35778 3 6.65278 3 7C3 7.34722 2.87833 7.64222 2.635 7.885C2.39222 8.12833 2.09722 8.25 1.75 8.25ZM4.66667 7.83333V6.16667H15.5V7.83333H4.66667ZM1.75 3.25C1.40278 3.25 1.10778 3.12833 0.865 2.885C0.621667 2.64222 0.5 2.34722 0.5 2C0.5 1.65278 0.621667 1.35778 0.865 1.115C1.10778 0.871667 1.40278 0.75 1.75 0.75C2.09722 0.75 2.39222 0.871667 2.635 1.115C2.87833 1.35778 3 1.65278 3 2C3 2.34722 2.87833 2.64222 2.635 2.885C2.39222 3.12833 2.09722 3.25 1.75 3.25ZM4.66667 2.83333V1.16667H15.5V2.83333H4.66667Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 9px 10px;
  width: 100%;
  background-position: center;
}

.list-icon.active .toggle-icon {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 13.25C1.40278 13.25 1.10778 13.1283 0.865 12.885C0.621667 12.6422 0.5 12.3472 0.5 12C0.5 11.6528 0.621667 11.3578 0.865 11.115C1.10778 10.8717 1.40278 10.75 1.75 10.75C2.09722 10.75 2.39222 10.8717 2.635 11.115C2.87833 11.3578 3 11.6528 3 12C3 12.3472 2.87833 12.6422 2.635 12.885C2.39222 13.1283 2.09722 13.25 1.75 13.25ZM4.66667 12.8333V11.1667H15.5V12.8333H4.66667ZM1.75 8.25C1.40278 8.25 1.10778 8.12833 0.865 7.885C0.621667 7.64222 0.5 7.34722 0.5 7C0.5 6.65278 0.621667 6.35778 0.865 6.115C1.10778 5.87167 1.40278 5.75 1.75 5.75C2.09722 5.75 2.39222 5.87167 2.635 6.115C2.87833 6.35778 3 6.65278 3 7C3 7.34722 2.87833 7.64222 2.635 7.885C2.39222 8.12833 2.09722 8.25 1.75 8.25ZM4.66667 7.83333V6.16667H15.5V7.83333H4.66667ZM1.75 3.25C1.40278 3.25 1.10778 3.12833 0.865 2.885C0.621667 2.64222 0.5 2.34722 0.5 2C0.5 1.65278 0.621667 1.35778 0.865 1.115C1.10778 0.871667 1.40278 0.75 1.75 0.75C2.09722 0.75 2.39222 0.871667 2.635 1.115C2.87833 1.35778 3 1.65278 3 2C3 2.34722 2.87833 2.64222 2.635 2.885C2.39222 3.12833 2.09722 3.25 1.75 3.25ZM4.66667 2.83333V1.16667H15.5V2.83333H4.66667Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  padding: 9px 10px;
  width: 100%;
  background-position: center;
}

.view-icon .toggle-icon {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.91666 3.25C1.56943 3.25 1.27443 3.12833 1.03166 2.885C0.788323 2.64222 0.666656 2.34722 0.666656 2C0.666656 1.65278 0.788323 1.35778 1.03166 1.115C1.27443 0.871667 1.56943 0.75 1.91666 0.75C2.26388 0.75 2.55888 0.871667 2.80166 1.115C3.04499 1.35778 3.16666 1.65278 3.16666 2C3.16666 2.34722 3.04499 2.64222 2.80166 2.885C2.55888 3.12833 2.26388 3.25 1.91666 3.25ZM1.91666 8.25C1.56943 8.25 1.27443 8.12833 1.03166 7.885C0.788323 7.64222 0.666656 7.34722 0.666656 7C0.666656 6.65278 0.788323 6.35778 1.03166 6.115C1.27443 5.87167 1.56943 5.75 1.91666 5.75C2.26388 5.75 2.55888 5.87167 2.80166 6.115C3.04499 6.35778 3.16666 6.65278 3.16666 7C3.16666 7.34722 3.04499 7.64222 2.80166 7.885C2.55888 8.12833 2.26388 8.25 1.91666 8.25ZM1.91666 13.25C1.56943 13.25 1.27443 13.1283 1.03166 12.885C0.788323 12.6422 0.666656 12.3472 0.666656 12C0.666656 11.6528 0.788323 11.3578 1.03166 11.115C1.27443 10.8717 1.56943 10.75 1.91666 10.75C2.26388 10.75 2.55888 10.8717 2.80166 11.115C3.04499 11.3578 3.16666 11.6528 3.16666 12C3.16666 12.3472 3.04499 12.6422 2.80166 12.885C2.55888 13.1283 2.26388 13.25 1.91666 13.25ZM5.66666 2.83333C5.20642 2.83333 4.83332 2.46024 4.83332 2C4.83332 1.53976 5.20642 1.16667 5.66666 1.16667H14.8333C15.2936 1.16667 15.6667 1.53976 15.6667 2C15.6667 2.46024 15.2936 2.83333 14.8333 2.83333H5.66666ZM5.66666 7.83333C5.20642 7.83333 4.83332 7.46024 4.83332 7C4.83332 6.53976 5.20642 6.16667 5.66666 6.16667H14C13.2083 6.16667 12.4653 6.31583 11.7708 6.61417C11.5416 6.71282 11.3215 6.82319 11.1104 6.94527C10.2917 7.4188 9.40826 7.83333 8.4625 7.83333H5.66666ZM5.66666 12.8333C5.20642 12.8333 4.83332 12.4602 4.83332 12C4.83332 11.5398 5.20642 11.1667 5.66666 11.1667H7.39271C7.8331 11.1667 8.16666 11.5596 8.16666 12C8.16666 12.4404 7.8331 12.8333 7.39271 12.8333H5.66666ZM14 16.1667C12.8472 16.1667 11.8647 15.7606 11.0525 14.9483C10.2397 14.1356 9.83332 13.1528 9.83332 12C9.83332 10.8472 10.2397 9.86444 11.0525 9.05167C11.8647 8.23944 12.8472 7.83333 14 7.83333C15.1528 7.83333 16.1355 8.23944 16.9483 9.05167C17.7605 9.86444 18.1667 10.8472 18.1667 12C18.1667 13.1528 17.7605 14.1356 16.9483 14.9483C16.1355 15.7606 15.1528 16.1667 14 16.1667ZM13.5833 14.0833C13.5833 14.3135 13.7699 14.5 14 14.5C14.2301 14.5 14.4167 14.3135 14.4167 14.0833V13.4583C14.4167 12.883 14.883 12.4167 15.4583 12.4167H16.0833C16.3134 12.4167 16.5 12.2301 16.5 12C16.5 11.7699 16.3134 11.5833 16.0833 11.5833H15.4583C14.883 11.5833 14.4167 11.117 14.4167 10.5417V9.91667C14.4167 9.68655 14.2301 9.5 14 9.5C13.7699 9.5 13.5833 9.68655 13.5833 9.91667V10.5417C13.5833 11.117 13.117 11.5833 12.5417 11.5833H11.9167C11.6865 11.5833 11.5 11.7699 11.5 12C11.5 12.2301 11.6865 12.4167 11.9167 12.4167H12.5417C13.117 12.4167 13.5833 12.883 13.5833 13.4583V14.0833Z" fill="%235B6770"/><circle cx="14" cy="12" r="5" fill="%235B6770"/><path d="M11.8395 14.7777C11.6698 14.7777 11.5244 14.7173 11.4034 14.5966C11.2826 14.4756 11.2222 14.3302 11.2222 14.1604V9.83945C11.2222 9.6697 11.2826 9.52433 11.4034 9.40334C11.5244 9.28256 11.6698 9.22217 11.8395 9.22217H14.1434C14.8421 9.22217 15.5121 9.49972 16.0062 9.99377C16.5002 10.4878 16.7778 11.1579 16.7778 11.8566V14.1604C16.7778 14.3302 16.7174 14.4756 16.5966 14.5966C16.4756 14.7173 16.3303 14.7777 16.1605 14.7777H11.8395ZM11.8395 11.9999C11.8395 13.1932 12.8068 14.1604 14 14.1604H14.6173C15.4696 14.1604 16.1605 13.4695 16.1605 12.6172V11.6913C16.1605 11.3504 15.8841 11.074 15.5432 11.074C15.2023 11.074 14.9259 10.7977 14.9259 10.4567C14.9259 10.1158 14.6496 9.83945 14.3086 9.83945H11.8395V11.9999ZM12.4568 13.2345C12.4568 13.405 12.595 13.5432 12.7654 13.5432H15.2346C15.405 13.5432 15.5432 13.405 15.5432 13.2345C15.5432 13.0641 15.405 12.9259 15.2346 12.9259H12.7654C12.595 12.9259 12.4568 13.0641 12.4568 13.2345ZM12.4568 10.7654C12.4568 10.9358 12.595 11.074 12.7654 11.074H13.6914C13.8618 11.074 14 10.9358 14 10.7654C14 10.5949 13.8618 10.4567 13.6914 10.4567H12.7654C12.595 10.4567 12.4568 10.5949 12.4568 10.7654ZM12.4568 11.9999C12.4568 12.1704 12.595 12.3086 12.7654 12.3086H15.2346C15.405 12.3086 15.5432 12.1704 15.5432 11.9999C15.5432 11.8295 15.405 11.6913 15.2346 11.6913H12.7654C12.595 11.6913 12.4568 11.8295 12.4568 11.9999Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 9px 12px;
  width: 100%;
  background-position: center;
}

.view-icon.active .toggle-icon {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.91666 3.25C1.56943 3.25 1.27443 3.12833 1.03166 2.885C0.788323 2.64222 0.666656 2.34722 0.666656 2C0.666656 1.65278 0.788323 1.35778 1.03166 1.115C1.27443 0.871667 1.56943 0.75 1.91666 0.75C2.26388 0.75 2.55888 0.871667 2.80166 1.115C3.04499 1.35778 3.16666 1.65278 3.16666 2C3.16666 2.34722 3.04499 2.64222 2.80166 2.885C2.55888 3.12833 2.26388 3.25 1.91666 3.25ZM1.91666 8.25C1.56943 8.25 1.27443 8.12833 1.03166 7.885C0.788323 7.64222 0.666656 7.34722 0.666656 7C0.666656 6.65278 0.788323 6.35778 1.03166 6.115C1.27443 5.87167 1.56943 5.75 1.91666 5.75C2.26388 5.75 2.55888 5.87167 2.80166 6.115C3.04499 6.35778 3.16666 6.65278 3.16666 7C3.16666 7.34722 3.04499 7.64222 2.80166 7.885C2.55888 8.12833 2.26388 8.25 1.91666 8.25ZM1.91666 13.25C1.56943 13.25 1.27443 13.1283 1.03166 12.885C0.788323 12.6422 0.666656 12.3472 0.666656 12C0.666656 11.6528 0.788323 11.3578 1.03166 11.115C1.27443 10.8717 1.56943 10.75 1.91666 10.75C2.26388 10.75 2.55888 10.8717 2.80166 11.115C3.04499 11.3578 3.16666 11.6528 3.16666 12C3.16666 12.3472 3.04499 12.6422 2.80166 12.885C2.55888 13.1283 2.26388 13.25 1.91666 13.25ZM5.66666 2.83333C5.20642 2.83333 4.83332 2.46024 4.83332 2C4.83332 1.53976 5.20642 1.16667 5.66666 1.16667H14.8333C15.2936 1.16667 15.6667 1.53976 15.6667 2C15.6667 2.46024 15.2936 2.83333 14.8333 2.83333H5.66666ZM5.66666 7.83333C5.20642 7.83333 4.83332 7.46024 4.83332 7C4.83332 6.53976 5.20642 6.16667 5.66666 6.16667H14C13.2083 6.16667 12.4653 6.31583 11.7708 6.61417C11.5416 6.71282 11.3215 6.82319 11.1104 6.94527C10.2917 7.4188 9.40826 7.83333 8.4625 7.83333H5.66666ZM5.66666 12.8333C5.20642 12.8333 4.83332 12.4602 4.83332 12C4.83332 11.5398 5.20642 11.1667 5.66666 11.1667H7.39271C7.8331 11.1667 8.16666 11.5596 8.16666 12C8.16666 12.4404 7.8331 12.8333 7.39271 12.8333H5.66666ZM14 16.1667C12.8472 16.1667 11.8647 15.7606 11.0525 14.9483C10.2397 14.1356 9.83332 13.1528 9.83332 12C9.83332 10.8472 10.2397 9.86444 11.0525 9.05167C11.8647 8.23944 12.8472 7.83333 14 7.83333C15.1528 7.83333 16.1355 8.23944 16.9483 9.05167C17.7605 9.86444 18.1667 10.8472 18.1667 12C18.1667 13.1528 17.7605 14.1356 16.9483 14.9483C16.1355 15.7606 15.1528 16.1667 14 16.1667ZM13.5833 14.0833C13.5833 14.3135 13.7699 14.5 14 14.5C14.2301 14.5 14.4167 14.3135 14.4167 14.0833V13.4583C14.4167 12.883 14.883 12.4167 15.4583 12.4167H16.0833C16.3134 12.4167 16.5 12.2301 16.5 12C16.5 11.7699 16.3134 11.5833 16.0833 11.5833H15.4583C14.883 11.5833 14.4167 11.117 14.4167 10.5417V9.91667C14.4167 9.68655 14.2301 9.5 14 9.5C13.7699 9.5 13.5833 9.68655 13.5833 9.91667V10.5417C13.5833 11.117 13.117 11.5833 12.5417 11.5833H11.9167C11.6865 11.5833 11.5 11.7699 11.5 12C11.5 12.2301 11.6865 12.4167 11.9167 12.4167H12.5417C13.117 12.4167 13.5833 12.883 13.5833 13.4583V14.0833Z" fill="%235B6770"/><circle cx="14" cy="12" r="5" fill="%235B6770"/><path d="M11.8395 14.7777C11.6698 14.7777 11.5244 14.7173 11.4034 14.5966C11.2826 14.4756 11.2222 14.3302 11.2222 14.1604V9.83945C11.2222 9.6697 11.2826 9.52433 11.4034 9.40334C11.5244 9.28256 11.6698 9.22217 11.8395 9.22217H14.1434C14.8421 9.22217 15.5121 9.49972 16.0062 9.99377C16.5002 10.4878 16.7778 11.1579 16.7778 11.8566V14.1604C16.7778 14.3302 16.7174 14.4756 16.5966 14.5966C16.4756 14.7173 16.3303 14.7777 16.1605 14.7777H11.8395ZM11.8395 11.9999C11.8395 13.1932 12.8068 14.1604 14 14.1604H14.6173C15.4696 14.1604 16.1605 13.4695 16.1605 12.6172V11.6913C16.1605 11.3504 15.8841 11.074 15.5432 11.074C15.2023 11.074 14.9259 10.7977 14.9259 10.4567C14.9259 10.1158 14.6496 9.83945 14.3086 9.83945H11.8395V11.9999ZM12.4568 13.2345C12.4568 13.405 12.595 13.5432 12.7654 13.5432H15.2346C15.405 13.5432 15.5432 13.405 15.5432 13.2345C15.5432 13.0641 15.405 12.9259 15.2346 12.9259H12.7654C12.595 12.9259 12.4568 13.0641 12.4568 13.2345ZM12.4568 10.7654C12.4568 10.9358 12.595 11.074 12.7654 11.074H13.6914C13.8618 11.074 14 10.9358 14 10.7654C14 10.5949 13.8618 10.4567 13.6914 10.4567H12.7654C12.595 10.4567 12.4568 10.5949 12.4568 10.7654ZM12.4568 11.9999C12.4568 12.1704 12.595 12.3086 12.7654 12.3086H15.2346C15.405 12.3086 15.5432 12.1704 15.5432 11.9999C15.5432 11.8295 15.405 11.6913 15.2346 11.6913H12.7654C12.595 11.6913 12.4568 11.8295 12.4568 11.9999Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  padding: 9px 12px;
  width: 100%;
  background-position: center;
}

.timeline-icon .toggle-icon {
  background-image: url('data:image/svg+xml;utf-8,<svg width="19" height="19" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5190_1922" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="-1" width="20" height="20"><rect x="-0.281982" y="-0.589745" width="18.8047" height="18.8047" fill="%235B6770"/></mask><g mask="url(%23mask0_5190_1922)"><path d="M2.0686 15.8643V14.2973L3.63566 12.7302V15.8643H2.0686ZM5.20272 15.8643V11.1632L6.76977 9.59612V15.8643H5.20272ZM8.33683 15.8643V9.59612L9.90388 11.1828V15.8643H8.33683ZM11.4709 15.8643V11.1828L13.038 9.61571V15.8643H11.4709ZM14.6051 15.8643V8.02906L16.1721 6.46201V15.8643H14.6051ZM2.0686 11.8096V9.59612L7.5533 4.11142L10.6874 7.24553L16.1721 1.76084V3.9743L10.6874 9.459L7.5533 6.32489L2.0686 11.8096Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 9px 12px;
  width: 100%;
  background-position: center;
}

.timeline-icon.active .toggle-icon {
  background-image: url('data:image/svg+xml;utf-8,<svg width="19" height="19" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5190_1922" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="-1" width="20" height="20"><rect x="-0.281982" y="-0.589745" width="18.8047" height="18.8047" fill="%235B6770"/></mask><g mask="url(%23mask0_5190_1922)"><path d="M2.0686 15.8643V14.2973L3.63566 12.7302V15.8643H2.0686ZM5.20272 15.8643V11.1632L6.76977 9.59612V15.8643H5.20272ZM8.33683 15.8643V9.59612L9.90388 11.1828V15.8643H8.33683ZM11.4709 15.8643V11.1828L13.038 9.61571V15.8643H11.4709ZM14.6051 15.8643V8.02906L16.1721 6.46201V15.8643H14.6051ZM2.0686 11.8096V9.59612L7.5533 4.11142L10.6874 7.24553L16.1721 1.76084V3.9743L10.6874 9.459L7.5533 6.32489L2.0686 11.8096Z" fill="%23ffffff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 9px 12px;
  width: 100%;
  background-position: center;
}

.sorting,
.sorting_asc,
.sorting_desc {
  cursor: pointer;
}

.sorting .sort-icon {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2897_16949" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="14" height="15"><rect y="0.5" width="14" height="14" fill="%23000000"/></mask><g mask="url(%23mask0_2897_16949)"><path d="M4.66671 8.08335V3.89794L3.16462 5.40002L2.33337 4.58335L5.25004 1.66669L8.16671 4.58335L7.33546 5.40002L5.83337 3.89794V8.08335H4.66671ZM8.75004 13.3334L5.83337 10.4167L6.66462 9.60002L8.16671 11.1021V6.91669H9.33337V11.1021L10.8355 9.60002L11.6667 10.4167L8.75004 13.3334Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 9px 10px;
  background-position: center;
}

.sorting_asc .sort-icon {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3423_16596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="14" height="14"><rect width="14" height="14" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3423_16596)"><path d="M6.33333 9.41667V5.23125L4.83125 6.73333L4 5.91667L6.91667 3L9.83333 5.91667L9.00208 6.73333L7.5 5.23125V9.41667H6.33333Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 9px 10px;
  background-position: center;
}

.sorting_desc .sort-icon {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15"  viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3423_16599" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="14" height="14"><rect width="14" height="14" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3423_16599)"><path d="M6.91667 9.41667L4 6.5L4.83125 5.68333L6.33333 7.18542V3H7.5V7.18542L9.00208 5.68333L9.83333 6.5L6.91667 9.41667Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 9px 10px;
  background-position: center;
}

.sorting_asc .sort-icon-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3423_16596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="14" height="14"><rect width="14" height="14" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3423_16596)"><path d="M6.33333 9.41667V5.23125L4.83125 6.73333L4 5.91667L6.91667 3L9.83333 5.91667L9.00208 6.73333L7.5 5.23125V9.41667H6.33333Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 9px 10px;
  background-position: center;
}

.sorting_desc .sort-icon-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20"  viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3423_16599" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="14" height="14"><rect width="14" height="14" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3423_16599)"><path d="M6.91667 9.41667L4 6.5L4.83125 5.68333L6.33333 7.18542V3H7.5V7.18542L9.00208 5.68333L9.83333 6.5L6.91667 9.41667Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 9px 10px;
  background-position: center;
}

.icon-green-star {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5906_1706" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5906_1706)"><path d="M16.7 14.5L20.5 11.25L23.5 11.5L19.1 15.325L20.4 21L17.85 19.45L16.7 14.5ZM14.35 7.2L13.3 4.75L14.45 2L16.75 7.425L14.35 7.2ZM7.35 16.825L10.5 14.925L13.65 16.85L12.825 13.25L15.6 10.85L11.95 10.525L10.5 7.125L9.05 10.5L5.4 10.825L8.175 13.25L7.35 16.825ZM4.325 21L5.95 13.975L0.5 9.25L7.7 8.625L10.5 2L13.3 8.625L20.5 9.25L15.05 13.975L16.675 21L10.5 17.275L4.325 21Z" fill="%23282244"/></g></svg>');
  background-repeat: no-repeat;
  padding: 9px 12px;
  width: 100%;
  background-position: center;
}

.icon-yellow-star {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5906_1706" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5906_1706)"><path d="M16.7 14.5L20.5 11.25L23.5 11.5L19.1 15.325L20.4 21L17.85 19.45L16.7 14.5ZM14.35 7.2L13.3 4.75L14.45 2L16.75 7.425L14.35 7.2ZM7.35 16.825L10.5 14.925L13.65 16.85L12.825 13.25L15.6 10.85L11.95 10.525L10.5 7.125L9.05 10.5L5.4 10.825L8.175 13.25L7.35 16.825ZM4.325 21L5.95 13.975L0.5 9.25L7.7 8.625L10.5 2L13.3 8.625L20.5 9.25L15.05 13.975L16.675 21L10.5 17.275L4.325 21Z" fill="%23fab000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 9px 12px;
  width: 100%;
  background-position: center;
}

.icon-expand-arrow {
  background-image: url('data:image/svg+xml;utf-8,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="17" cy="17" r="16" transform="rotate(-180 17 17)" fill="%235B6770" stroke="white" stroke-width="2"/><path d="M15.0649 10.5714L21.0649 16.5714L15.0649 22.5714L13.9999 21.5064L18.9349 16.5714L13.9999 11.6364L15.0649 10.5714Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  padding: 16px 16px;
  width: 100%;
  background-position: center;
}

.icon-collapse-arrow {
  background-image: url('data:image/svg+xml;utf-8,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="17" cy="17" r="16" fill="%235B6770" stroke="white" stroke-width="2"/><path d="M18.935 23.4286L12.935 17.4286L18.935 11.4286L20 12.4936L15.065 17.4286L20 22.3636L18.935 23.4286Z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  padding: 16px 16px;
  width: 100%;
  background-position: center;
}

.icon-down-arrow {
  background-image: url('data:image/svg+xml;utf-8,<svg width="8" height="8" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3721_16608" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect y="24" width="24" height="24" transform="rotate(-90 0 24)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3721_16608)"><path d="M22 8L12 18L2 8L3.775 6.225L12 14.45L20.225 6.225L22 8Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 16px;
  background-position: center;
}

.icon-down-arrow-white {
  background-image: url('data:image/svg+xml;utf-8,<svg width="8" height="8" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3721_16608" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect y="24" width="24" height="24" transform="rotate(-90 0 24)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3721_16608)"><path d="M22 8L12 18L2 8L3.775 6.225L12 14.45L20.225 6.225L22 8Z" fill="%23ffffff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 16px;
  background-position: center;
}

.icon-down-info {
  background-image: url('data:image/svg+xml;utf-8,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.625 5.5C9.625 7.7782 7.77827 9.625 5.5 9.625C3.22173 9.625 1.375 7.7782 1.375 5.5C1.375 3.2218 3.22173 1.375 5.5 1.375C7.77827 1.375 9.625 3.2218 9.625 5.5ZM4.60789 4.57701H6.06648V7.6841C6.06648 7.98487 5.82267 8.22868 5.5219 8.22868C5.22114 8.22868 4.97733 7.98487 4.97733 7.6841V5.5428H4.60789C4.3412 5.5428 4.125 5.3266 4.125 5.05991C4.125 4.79321 4.3412 4.57701 4.60789 4.57701ZM4.81921 3.39107C4.81921 3.30535 4.83445 3.2254 4.86466 3.15122C4.89737 3.07475 4.94157 3.0087 4.9975 2.95308C5.05343 2.89746 5.1186 2.85345 5.19326 2.82099C5.22722 2.80665 5.26218 2.79548 5.29838 2.78747C5.34433 2.77741 5.39202 2.77232 5.44146 2.77232C5.52536 2.77232 5.60451 2.78852 5.67917 2.82099C5.6994 2.82974 5.71887 2.83936 5.7376 2.84979C5.78829 2.87804 5.83398 2.91249 5.87493 2.95308C5.93087 3.0087 5.97506 3.07475 6.00777 3.15122C6.02475 3.18989 6.03749 3.23012 6.04548 3.27189C6.05297 3.31032 6.05671 3.35004 6.05671 3.39107C6.05671 3.43726 6.05197 3.48214 6.04248 3.52565C6.03449 3.56289 6.02276 3.59914 6.00777 3.6344C5.97506 3.70858 5.93087 3.77345 5.87493 3.82907C5.84622 3.85756 5.81526 3.88301 5.7818 3.90542C5.74984 3.92671 5.71563 3.94533 5.67917 3.96116C5.60451 3.99362 5.52536 4.00982 5.44146 4.00982C5.39776 4.00982 5.35556 4.00591 5.31486 3.99803C5.27266 3.98996 5.23221 3.97767 5.19326 3.96116C5.1186 3.92869 5.05343 3.88468 4.9975 3.82907C4.94157 3.77345 4.89737 3.70858 4.86466 3.6344C4.83445 3.55793 4.81921 3.4768 4.81921 3.39107Z" fill="%23868fa0"/></svg>');
  background-repeat: no-repeat;
  padding: 14px 12px;
  background-position: center;
  position: absolute;
  right: 1px;
  top: 2px;
  background-color: #fff;
}

.icon-active {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.25 13.125L3.375 13.125L3.375 5L7.75 0.625L8.53125 1.40625C8.60417 1.47917 8.66406 1.57812 8.71094 1.70312C8.75781 1.82812 8.78125 1.94792 8.78125 2.0625L8.78125 2.28125L8.09375 5L12.125 5C12.4583 5 12.75 5.125 13 5.375C13.25 5.625 13.375 5.91667 13.375 6.25L13.375 7.5C13.375 7.57292 13.3646 7.65104 13.3438 7.73437C13.3229 7.81771 13.3021 7.89583 13.2813 7.96875L11.4063 12.375C11.3125 12.5833 11.1563 12.7604 10.9375 12.9062C10.7188 13.0521 10.4896 13.125 10.25 13.125ZM4.625 11.875L10.25 11.875L12.125 7.5L12.125 6.25L6.5 6.25L7.34375 2.8125L4.625 5.53125L4.625 11.875ZM3.375 5L3.375 6.25L1.5 6.25L1.5 11.875L3.375 11.875L3.375 13.125L0.25 13.125L0.250001 5L3.375 5Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-inactive {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 0.875H10.625V9L6.25 13.375L5.46875 12.5938C5.39583 12.5208 5.33594 12.4219 5.28906 12.2969C5.24219 12.1719 5.21875 12.0521 5.21875 11.9375V11.7188L5.90625 9H1.875C1.54167 9 1.25 8.875 1 8.625C0.75 8.375 0.625 8.08333 0.625 7.75V6.5C0.625 6.42708 0.635417 6.34896 0.65625 6.26562C0.677083 6.18229 0.697917 6.10417 0.71875 6.03125L2.59375 1.625C2.6875 1.41667 2.84375 1.23958 3.0625 1.09375C3.28125 0.947917 3.51042 0.875 3.75 0.875ZM9.375 2.125H3.75L1.875 6.5V7.75H7.5L6.65625 11.1875L9.375 8.46875V2.125ZM10.625 9V7.75H12.5V2.125H10.625V0.875H13.75V9H10.625Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-assignee {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2413_29130" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect x="0.875061" y="0.153931" width="14" height="14" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2413_29130)"><path d="M1.50006 12.6539V10.9039C1.50006 10.5498 1.59121 10.2242 1.7735 9.92737C1.95579 9.63049 2.19798 9.40393 2.50006 9.24768C3.14589 8.92476 3.80214 8.68258 4.46881 8.52112C5.13548 8.35966 5.81256 8.27893 6.50006 8.27893C7.18756 8.27893 7.86464 8.35966 8.53131 8.52112C9.19798 8.68258 9.85423 8.92476 10.5001 9.24768C10.8021 9.40393 11.0443 9.63049 11.2266 9.92737C11.4089 10.2242 11.5001 10.5498 11.5001 10.9039V12.6539H1.50006ZM12.7501 12.6539V10.7789C12.7501 10.3206 12.6225 9.88049 12.3672 9.45862C12.112 9.03674 11.7501 8.67476 11.2813 8.37268C11.8126 8.43518 12.3126 8.54195 12.7813 8.69299C13.2501 8.84404 13.6876 9.02893 14.0938 9.24768C14.4688 9.45601 14.7553 9.68779 14.9532 9.94299C15.1511 10.1982 15.2501 10.4768 15.2501 10.7789V12.6539H12.7501ZM6.50006 7.65393C5.81256 7.65393 5.22402 7.40914 4.73444 6.91956C4.24485 6.42997 4.00006 5.84143 4.00006 5.15393C4.00006 4.46643 4.24485 3.87789 4.73444 3.38831C5.22402 2.89872 5.81256 2.65393 6.50006 2.65393C7.18756 2.65393 7.7761 2.89872 8.26569 3.38831C8.75527 3.87789 9.00006 4.46643 9.00006 5.15393C9.00006 5.84143 8.75527 6.42997 8.26569 6.91956C7.7761 7.40914 7.18756 7.65393 6.50006 7.65393ZM12.7501 5.15393C12.7501 5.84143 12.5053 6.42997 12.0157 6.91956C11.5261 7.40914 10.9376 7.65393 10.2501 7.65393C10.1355 7.65393 9.98964 7.64091 9.81256 7.61487C9.63548 7.58883 9.48964 7.56018 9.37506 7.52893C9.65631 7.1956 9.87246 6.82581 10.0235 6.41956C10.1745 6.01331 10.2501 5.59143 10.2501 5.15393C10.2501 4.71643 10.1745 4.29456 10.0235 3.88831C9.87246 3.48206 9.65631 3.11226 9.37506 2.77893C9.52089 2.72685 9.66673 2.69299 9.81256 2.67737C9.95839 2.66174 10.1042 2.65393 10.2501 2.65393C10.9376 2.65393 11.5261 2.89872 12.0157 3.38831C12.5053 3.87789 12.7501 4.46643 12.7501 5.15393ZM2.75006 11.4039H10.2501V10.9039C10.2501 10.7893 10.2214 10.6852 10.1641 10.5914C10.1068 10.4977 10.0313 10.4248 9.93756 10.3727C9.37506 10.0914 8.80735 9.88049 8.23444 9.73987C7.66152 9.59924 7.08339 9.52893 6.50006 9.52893C5.91673 9.52893 5.3386 9.59924 4.76569 9.73987C4.19277 9.88049 3.62506 10.0914 3.06256 10.3727C2.96881 10.4248 2.89329 10.4977 2.836 10.5914C2.77871 10.6852 2.75006 10.7893 2.75006 10.9039V11.4039ZM6.50006 6.40393C6.84381 6.40393 7.13808 6.28153 7.38287 6.03674C7.62767 5.79195 7.75006 5.49768 7.75006 5.15393C7.75006 4.81018 7.62767 4.51591 7.38287 4.27112C7.13808 4.02633 6.84381 3.90393 6.50006 3.90393C6.15631 3.90393 5.86204 4.02633 5.61725 4.27112C5.37246 4.51591 5.25006 4.81018 5.25006 5.15393C5.25006 5.49768 5.37246 5.79195 5.61725 6.03674C5.86204 6.28153 6.15631 6.40393 6.50006 6.40393Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-inactivegray {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 0.875H10.625V9L6.25 13.375L5.46875 12.5938C5.39583 12.5208 5.33594 12.4219 5.28906 12.2969C5.24219 12.1719 5.21875 12.0521 5.21875 11.9375V11.7188L5.90625 9H1.875C1.54167 9 1.25 8.875 1 8.625C0.75 8.375 0.625 8.08333 0.625 7.75V6.5C0.625 6.42708 0.635417 6.34896 0.65625 6.26562C0.677083 6.18229 0.697917 6.10417 0.71875 6.03125L2.59375 1.625C2.6875 1.41667 2.84375 1.23958 3.0625 1.09375C3.28125 0.947917 3.51042 0.875 3.75 0.875ZM9.375 2.125H3.75L1.875 6.5V7.75H7.5L6.65625 11.1875L9.375 8.46875V2.125ZM10.625 9V7.75H12.5V2.125H10.625V0.875H13.75V9H10.625Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-selfassignee {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2413_29136" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2413_29136)"><path d="M7.5 7.5C6.8125 7.5 6.22396 7.25521 5.73438 6.76563C5.24479 6.27604 5 5.6875 5 5C5 4.3125 5.24479 3.72396 5.73438 3.23438C6.22396 2.74479 6.8125 2.5 7.5 2.5C8.1875 2.5 8.77604 2.74479 9.26562 3.23438C9.75521 3.72396 10 4.3125 10 5C10 5.6875 9.75521 6.27604 9.26562 6.76563C8.77604 7.25521 8.1875 7.5 7.5 7.5ZM2.5 12.5V10.75C2.5 10.3958 2.59115 10.0703 2.77344 9.77344C2.95573 9.47656 3.19792 9.25 3.5 9.09375C4.14583 8.77083 4.80208 8.52865 5.46875 8.36719C6.13542 8.20573 6.8125 8.125 7.5 8.125C8.1875 8.125 8.86458 8.20573 9.53125 8.36719C10.1979 8.52865 10.8542 8.77083 11.5 9.09375C11.8021 9.25 12.0443 9.47656 12.2266 9.77344C12.4089 10.0703 12.5 10.3958 12.5 10.75V12.5H2.5ZM3.75 11.25H11.25V10.75C11.25 10.6354 11.2214 10.5312 11.1641 10.4375C11.1068 10.3437 11.0313 10.2708 10.9375 10.2188C10.375 9.9375 9.80729 9.72656 9.23438 9.58594C8.66146 9.44531 8.08333 9.375 7.5 9.375C6.91667 9.375 6.33854 9.44531 5.76562 9.58594C5.19271 9.72656 4.625 9.9375 4.0625 10.2188C3.96875 10.2708 3.89323 10.3437 3.83594 10.4375C3.77865 10.5312 3.75 10.6354 3.75 10.75V11.25ZM7.5 6.25C7.84375 6.25 8.13802 6.1276 8.38281 5.88281C8.6276 5.63802 8.75 5.34375 8.75 5C8.75 4.65625 8.6276 4.36198 8.38281 4.11719C8.13802 3.8724 7.84375 3.75 7.5 3.75C7.15625 3.75 6.86198 3.8724 6.61719 4.11719C6.3724 4.36198 6.25 4.65625 6.25 5C6.25 5.34375 6.3724 5.63802 6.61719 5.88281C6.86198 6.1276 7.15625 6.25 7.5 6.25Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-central-copy-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15"  viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3310_17490" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="16"><rect y="0.5" width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3310_17490)"><path d="M7.5 13.625C5.92708 13.625 4.59635 13.3828 3.50781 12.8984C2.41927 12.4141 1.875 11.8229 1.875 11.125V4.875C1.875 4.1875 2.42448 3.59896 3.52344 3.10938C4.6224 2.61979 5.94792 2.375 7.5 2.375C9.05208 2.375 10.3776 2.61979 11.4766 3.10938C12.5755 3.59896 13.125 4.1875 13.125 4.875V11.125C13.125 11.8229 12.5807 12.4141 11.4922 12.8984C10.4036 13.3828 9.07292 13.625 7.5 13.625ZM7.5 6.14063C8.42708 6.14063 9.35938 6.00781 10.2969 5.74219C11.2344 5.47656 11.7604 5.19271 11.875 4.89063C11.7604 4.58854 11.237 4.30208 10.3047 4.03125C9.3724 3.76042 8.4375 3.625 7.5 3.625C6.55208 3.625 5.6224 3.75781 4.71094 4.02344C3.79948 4.28906 3.27083 4.57813 3.125 4.89063C3.27083 5.20313 3.79948 5.48958 4.71094 5.75C5.6224 6.01042 6.55208 6.14063 7.5 6.14063ZM7.5 9.25C7.9375 9.25 8.35938 9.22917 8.76563 9.1875C9.17188 9.14583 9.5599 9.08594 9.92969 9.00781C10.2995 8.92969 10.6484 8.83333 10.9766 8.71875C11.3047 8.60417 11.6042 8.47396 11.875 8.32813V6.45313C11.6042 6.59896 11.3047 6.72917 10.9766 6.84375C10.6484 6.95833 10.2995 7.05469 9.92969 7.13281C9.5599 7.21094 9.17188 7.27083 8.76563 7.3125C8.35938 7.35417 7.9375 7.375 7.5 7.375C7.0625 7.375 6.63542 7.35417 6.21875 7.3125C5.80208 7.27083 5.40885 7.21094 5.03906 7.13281C4.66927 7.05469 4.32292 6.95833 4 6.84375C3.67708 6.72917 3.38542 6.59896 3.125 6.45313V8.32813C3.38542 8.47396 3.67708 8.60417 4 8.71875C4.32292 8.83333 4.66927 8.92969 5.03906 9.00781C5.40885 9.08594 5.80208 9.14583 6.21875 9.1875C6.63542 9.22917 7.0625 9.25 7.5 9.25ZM7.5 12.375C7.97917 12.375 8.46615 12.3385 8.96094 12.2656C9.45573 12.1927 9.91146 12.0964 10.3281 11.9766C10.7448 11.8568 11.0937 11.7214 11.375 11.5703C11.6562 11.4193 11.8229 11.2656 11.875 11.1094V9.57813C11.6042 9.72396 11.3047 9.85417 10.9766 9.96875C10.6484 10.0833 10.2995 10.1797 9.92969 10.2578C9.5599 10.3359 9.17188 10.3958 8.76563 10.4375C8.35938 10.4792 7.9375 10.5 7.5 10.5C7.0625 10.5 6.63542 10.4792 6.21875 10.4375C5.80208 10.3958 5.40885 10.3359 5.03906 10.2578C4.66927 10.1797 4.32292 10.0833 4 9.96875C3.67708 9.85417 3.38542 9.72396 3.125 9.57813V11.125C3.17708 11.2812 3.34115 11.4323 3.61719 11.5781C3.89323 11.724 4.23958 11.8568 4.65625 11.9766C5.07292 12.0964 5.53125 12.1927 6.03125 12.2656C6.53125 12.3385 7.02083 12.375 7.5 12.375Z" fill="%2300B0B9"/><rect x="6" y="8" width="8" height="8" fill="white"/><path d="M7.70588 15C7.51176 15 7.34559 14.9413 7.20735 14.8238C7.06912 14.7063 7 14.565 7 14.4H7.70588V15ZM7 13.95V13.35H7.70588V13.95H7ZM7 12.9V12.3H7.70588V12.9H7ZM7 11.85V11.25H7.70588V11.85H7ZM7 10.8C7 10.635 7.06912 10.4938 7.20735 10.3763C7.34559 10.2588 7.51176 10.2 7.70588 10.2V10.8H7ZM8.23529 15V14.4H8.94118V15H8.23529ZM9.11765 13.8C8.92353 13.8 8.75735 13.7413 8.61912 13.6238C8.48088 13.5063 8.41176 13.365 8.41176 13.2V9.6C8.41176 9.435 8.48088 9.29375 8.61912 9.17625C8.75735 9.05875 8.92353 9 9.11765 9H12.2941C12.4882 9 12.6544 9.05875 12.7926 9.17625C12.9309 9.29375 13 9.435 13 9.6V13.2C13 13.365 12.9309 13.5063 12.7926 13.6238C12.6544 13.7413 12.4882 13.8 12.2941 13.8H9.11765ZM9.11765 13.2H12.2941V9.6H9.11765V13.2ZM9.47059 15V14.4H10.1765V15H9.47059ZM10.7059 15V14.4H11.4118C11.4118 14.565 11.3426 14.7063 11.2044 14.8238C11.0662 14.9413 10.9 15 10.7059 15Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-download-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_271_2823" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="16"><rect y="0.5" width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_271_2823)"><path d="M3.75 13C3.40625 13 3.11198 12.8776 2.86719 12.6328C2.6224 12.388 2.5 12.0938 2.5 11.75V9.875H3.75V11.75H11.25V9.875H12.5V11.75C12.5 12.0938 12.3776 12.388 12.1328 12.6328C11.888 12.8776 11.5938 13 11.25 13H3.75ZM7.5 10.5L4.375 7.375L5.25 6.46875L6.875 8.09375V3H8.125V8.09375L9.75 6.46875L10.625 7.375L7.5 10.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-download-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_271_2823" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="16"><rect y="0.5" width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_271_2823)"><path d="M3.75 13C3.40625 13 3.11198 12.8776 2.86719 12.6328C2.6224 12.388 2.5 12.0938 2.5 11.75V9.875H3.75V11.75H11.25V9.875H12.5V11.75C12.5 12.0938 12.3776 12.388 12.1328 12.6328C11.888 12.8776 11.5938 13 11.25 13H3.75ZM7.5 10.5L4.375 7.375L5.25 6.46875L6.875 8.09375V3H8.125V8.09375L9.75 6.46875L10.625 7.375L7.5 10.5Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-history-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4422_1674" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4422_1674)"><path d="M12 21C9.7 21 7.69583 20.2375 5.9875 18.7125C4.27917 17.1875 3.3 15.2833 3.05 13H5.1C5.33333 14.7333 6.10417 16.1667 7.4125 17.3C8.72083 18.4333 10.25 19 12 19C13.95 19 15.6042 18.3208 16.9625 16.9625C18.3208 15.6042 19 13.95 19 12C19 10.05 18.3208 8.39583 16.9625 7.0375C15.6042 5.67917 13.95 5 12 5C10.85 5 9.775 5.26667 8.775 5.8C7.775 6.33333 6.93333 7.06667 6.25 8H9V10H3V4H5V6.35C5.85 5.28333 6.8875 4.45833 8.1125 3.875C9.3375 3.29167 10.6333 3 12 3C13.25 3 14.4208 3.2375 15.5125 3.7125C16.6042 4.1875 17.5542 4.82917 18.3625 5.6375C19.1708 6.44583 19.8125 7.39583 20.2875 8.4875C20.7625 9.57917 21 10.75 21 12C21 13.25 20.7625 14.4208 20.2875 15.5125C19.8125 16.6042 19.1708 17.5542 18.3625 18.3625C17.5542 19.1708 16.6042 19.8125 15.5125 20.2875C14.4208 20.7625 13.25 21 12 21ZM14.8 16.2L11 12.4V7H13V11.6L16.2 14.8L14.8 16.2Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-floor-plan {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4012_16596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4012_16596)"><path d="M15 21L9 18.9L4.35 20.7C4.01667 20.8333 3.70833 20.7958 3.425 20.5875C3.14167 20.3792 3 20.1 3 19.75V5.75C3 5.53333 3.0625 5.34167 3.1875 5.175C3.3125 5.00833 3.48333 4.88333 3.7 4.8L9 3L15 5.1L19.65 3.3C19.9833 3.16667 20.2917 3.20417 20.575 3.4125C20.8583 3.62083 21 3.9 21 4.25V18.25C21 18.4667 20.9375 18.6583 20.8125 18.825C20.6875 18.9917 20.5167 19.1167 20.3 19.2L15 21ZM14 18.55V6.85L10 5.45V17.15L14 18.55ZM16 18.55L19 17.55V5.7L16 6.85V18.55ZM5 18.3L8 17.15V5.45L5 6.45V18.3Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-floor-plan-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4012_16596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4012_16596)"><path d="M15 21L9 18.9L4.35 20.7C4.01667 20.8333 3.70833 20.7958 3.425 20.5875C3.14167 20.3792 3 20.1 3 19.75V5.75C3 5.53333 3.0625 5.34167 3.1875 5.175C3.3125 5.00833 3.48333 4.88333 3.7 4.8L9 3L15 5.1L19.65 3.3C19.9833 3.16667 20.2917 3.20417 20.575 3.4125C20.8583 3.62083 21 3.9 21 4.25V18.25C21 18.4667 20.9375 18.6583 20.8125 18.825C20.6875 18.9917 20.5167 19.1167 20.3 19.2L15 21ZM14 18.55V6.85L10 5.45V17.15L14 18.55ZM16 18.55L19 17.55V5.7L16 6.85V18.55ZM5 18.3L8 17.15V5.45L5 6.45V18.3Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-bulk-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15"  viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3313_17602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3313_17602)"><path d="M3.75 8.125H11.25V6.875H3.75V8.125ZM3.75 6.25H11.25V5H3.75V6.25ZM2.5 12.5C2.15625 12.5 1.86198 12.3776 1.61719 12.1328C1.3724 11.888 1.25 11.5938 1.25 11.25V3.75C1.25 3.40625 1.3724 3.11198 1.61719 2.86719C1.86198 2.6224 2.15625 2.5 2.5 2.5H12.5C12.8438 2.5 13.138 2.6224 13.3828 2.86719C13.6276 3.11198 13.75 3.40625 13.75 3.75V11.25C13.75 11.5938 13.6276 11.888 13.3828 12.1328C13.138 12.3776 12.8438 12.5 12.5 12.5H2.5ZM2.5 11.25H12.5V3.75H2.5V11.25Z" fill="%2300B0B9"/><path d="M11.25 10H3.75V8.75H11.25V10Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-edit-criteria-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="14" height="14" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3313_17616" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="15"><rect x="0.38623" width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3313_17616)"><path d="M3.51123 14.8125C3.16748 14.8125 2.87321 14.6901 2.62842 14.4453C2.38363 14.2005 2.26123 13.9062 2.26123 13.5625V4.8125C2.26123 4.46875 2.38363 4.17448 2.62842 3.92969C2.87321 3.6849 3.16748 3.5625 3.51123 3.5625H9.08936L7.83936 4.8125H3.51123V13.5625H12.2612V9.21875L13.5112 7.96875V13.5625C13.5112 13.9062 13.3888 14.2005 13.144 14.4453C12.8993 14.6901 12.605 14.8125 12.2612 14.8125H3.51123ZM10.4956 3.92188L11.3862 4.79688L7.26123 8.92188V9.8125H8.13623L12.2769 5.67188L13.1675 6.54688L8.66748 11.0625H6.01123V8.40625L10.4956 3.92188ZM13.1675 6.54688L10.4956 3.92188L12.0581 2.35938C12.3081 2.10938 12.6076 1.98438 12.9565 1.98438C13.3055 1.98438 13.5998 2.10938 13.8394 2.35938L14.7144 3.25C14.9539 3.48958 15.0737 3.78125 15.0737 4.125C15.0737 4.46875 14.9539 4.76042 14.7144 5L13.1675 6.54688Z" fill="%2300B0B9"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-goback {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3313_17634" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect x="0.38623" y="0.0986328" width="19" height="19" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3313_17634)"><path d="M5.92798 15.1403V13.5569H11.5488C12.3801 13.5569 13.1025 13.293 13.716 12.7653C14.3295 12.2375 14.6363 11.5778 14.6363 10.7861C14.6363 9.99443 14.3295 9.3347 13.716 8.80693C13.1025 8.27915 12.3801 8.01526 11.5488 8.01526H6.56131L8.61965 10.0736L7.51131 11.1819L3.55298 7.22359L7.51131 3.26526L8.61965 4.37359L6.56131 6.43193H11.5488C12.8287 6.43193 13.9271 6.84755 14.8441 7.6788C15.7611 8.51005 16.2196 9.54581 16.2196 10.7861C16.2196 12.0264 15.7611 13.0621 14.8441 13.8934C13.9271 14.7246 12.8287 15.1403 11.5488 15.1403H5.92798Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-arrow {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4895_1940" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4895_1940)"><path d="M9.99998 16.6666L8.81248 15.5L13.4791 10.8333H3.33331V9.16665H13.4791L8.81248 4.49998L9.99998 3.33331L16.6666 9.99998L9.99998 16.6666Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-copy-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 13 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 15C1.0875 15 0.734375 14.8531 0.440625 14.5594C0.146875 14.2656 0 13.9125 0 13.5V3H1.5V13.5H9.75V15H1.5ZM4.5 12C4.0875 12 3.73438 11.8531 3.44063 11.5594C3.14688 11.2656 3 10.9125 3 10.5V1.5C3 1.0875 3.14688 0.734375 3.44063 0.440625C3.73438 0.146875 4.0875 0 4.5 0H11.25C11.6625 0 12.0156 0.146875 12.3094 0.440625C12.6031 0.734375 12.75 1.0875 12.75 1.5V10.5C12.75 10.9125 12.6031 11.2656 12.3094 11.5594C12.0156 11.8531 11.6625 12 11.25 12H4.5ZM4.5 10.5H11.25V1.5H4.5V10.5Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 1px 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-unpin {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 7.5C10.425 7.5 9.75 6.825 9.75 6V3H10.125C10.335 3 10.5 2.835 10.5 2.625C10.5 2.415 10.335 2.25 10.125 2.25H4.875C4.665 2.25 4.5 2.415 4.5 2.625C4.5 2.835 4.665 3 4.875 3H5.25V6C5.25 6.825 4.575 7.5 3.75 7.5V8.25H7.125V12.375L7.5 12.75L7.875 12.375V8.25H11.25V7.5ZM5.4225 7.5C5.7825 7.1025 6 6.5775 6 6V3H9V6C9 6.5775 9.2175 7.1025 9.5775 7.5H5.4225Z" fill="%23a544ff"/><line x1="3.35355" y1="1.64645" x2="12.3536" y2="10.6464" stroke="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-pin {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 7.5C10.425 7.5 9.75 6.825 9.75 6V3H10.125C10.335 3 10.5 2.835 10.5 2.625C10.5 2.415 10.335 2.25 10.125 2.25H4.875C4.665 2.25 4.5 2.415 4.5 2.625C4.5 2.835 4.665 3 4.875 3H5.25V6C5.25 6.825 4.575 7.5 3.75 7.5V8.25H7.125V12.375L7.5 12.75L7.875 12.375V8.25H11.25V7.5ZM5.4225 7.5C5.7825 7.1025 6 6.5775 6 6V3H9V6C9 6.5775 9.2175 7.1025 9.5775 7.5H5.4225Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-pin-filled {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 7.8525C11.25 7.6575 11.1075 7.5075 10.92 7.4625C10.2525 7.3125 9.75 6.7125 9.75 6V3H10.125C10.335 3 10.5 2.835 10.5 2.625C10.5 2.415 10.335 2.25 10.125 2.25H4.875C4.665 2.25 4.5 2.415 4.5 2.625C4.5 2.835 4.665 3 4.875 3H5.25V6C5.25 6.7125 4.7475 7.3125 4.08 7.4625C3.8925 7.5075 3.75 7.6575 3.75 7.8525C3.75 8.07 3.93 8.25 4.1475 8.25H7.125V12.375C7.125 12.585 7.29 12.75 7.5 12.75C7.71 12.75 7.875 12.585 7.875 12.375V8.25H10.8525C11.07 8.25 11.25 8.07 11.25 7.8525Z" fill="%23a544ff"/></svg>') !important;
  background-repeat: no-repeat !important;
  padding: 10px 5px !important;
  margin-right: 5px;
  background-position: center !important;
  cursor: pointer !important;
}

.icon-pin-unfilled {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3005_1598" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3005_1598)"><path d="M10 7.5L11.25 8.75V10H8.125V13.75L7.5 14.375L6.875 13.75V10H3.75V8.75L5 7.5V3.125H4.375V1.875H10.625V3.125H10V7.5Z" fill="%2300B0B9"/><line x1="3.35355" y1="1.64645" x2="12.3536" y2="10.6464" stroke="%23a544ff"/></g></svg>') !important;
  background-repeat: no-repeat !important;
  padding: 10px 5px !important;
  margin-right: 5px;
  background-position: center !important;
  cursor: pointer !important;
}

.icon-linechart {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4867_18526" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4867_18526)"><path d="M3.5 21.5L2 20L9.5 12.5L13.5 16.5L20.6 8.5L22 9.9L13.5 19.5L9.5 15.5L3.5 21.5ZM3.5 15.5L2 14L9.5 6.5L13.5 10.5L20.6 2.5L22 3.9L13.5 13.5L9.5 9.5L3.5 15.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-barchart {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4867_18634" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4867_18634)"><path d="M16 20V13H20V20H16ZM10 20V4H14V20H10ZM4 20V9H8V20H4Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-barchart-horizontal {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5717_14669" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="24" width="24" height="24" transform="rotate(90 24 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5717_14669)"><path d="M4 16L11 16L11 20L4 20L4 16ZM4 10L20 10L20 14L4 14L4 10ZM4 4L15 4L15 8L4 8L4 4Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-piechart {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5717_14663" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5717_14663)"><path d="M13 11H19.95C19.7 9.16667 18.9375 7.6125 17.6625 6.3375C16.3875 5.0625 14.8333 4.3 13 4.05V11ZM11 19.95V4.05C8.98333 4.3 7.3125 5.17917 5.9875 6.6875C4.6625 8.19583 4 9.96667 4 12C4 14.0333 4.6625 15.8042 5.9875 17.3125C7.3125 18.8208 8.98333 19.7 11 19.95ZM13 19.95C14.8333 19.7167 16.3917 18.9583 17.675 17.675C18.9583 16.3917 19.7167 14.8333 19.95 13H13V19.95ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6792 2.2625 15.8875 2.7875C17.0958 3.3125 18.1542 4.02917 19.0625 4.9375C19.9708 5.84583 20.6875 6.90417 21.2125 8.1125C21.7375 9.32083 22 10.6167 22 12C22 13.3667 21.7375 14.6583 21.2125 15.875C20.6875 17.0917 19.975 18.1542 19.075 19.0625C18.175 19.9708 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-stackhorizontal {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4867_18635" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="24" width="24" height="24" transform="rotate(90 24 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4867_18635)"><path d="M3 2L5 2L5 22L3 22L3 2ZM6 3L13 3L13 6L6 6L6 3ZM6 8L18 8L18 11L6 11L6 8ZM6 13L15 13L15 16L6 16L6 13ZM6 18L21 18L21 21L6 21L6 18Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-stackvertical {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4867_18628" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4867_18628)"><path d="M2 21V19H22V21H2ZM3 18V11H6V18H3ZM8 18V6H11V18H8ZM13 18V9H16V18H13ZM18 18V3H21V18H18Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-htol {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3314_17989" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3314_17989)"><path d="M6.15385 3.78723L6.15385 7.88458L5.48077 7.88458L5.48077 3.78723L3.59615 5.67184L3.125 5.19227L5.81731 2.49997L8.50962 5.19227L8.03846 5.67184L6.15385 3.78723Z" fill="%2300B0B9" stroke="%2300B0B9" stroke-width="0.5"/><path d="M8.5577 11.2128L8.5577 7.11542L9.23078 7.11542L9.23078 11.2128L11.1154 9.32816L11.5865 9.80773L8.89424 12.5L6.20193 9.80773L6.67309 9.32816L8.5577 11.2128Z" fill="%235B6770" stroke="%23a544ff" stroke-width="0.5"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-ltoh {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3314_17989" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect x="15" y="15" width="15" height="15" transform="rotate(-180 15 15)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3314_17989)"><path d="M8.84615 11.2128L8.84615 7.11542L9.51923 7.11542L9.51923 11.2128L11.4038 9.32816L11.875 9.80773L9.18269 12.5L6.49038 9.80773L6.96154 9.32816L8.84615 11.2128Z" fill="%2300B0B9" stroke="%2300B0B9" stroke-width="0.5"/><path d="M6.4423 3.78723L6.4423 7.88458L5.76922 7.88458L5.76922 3.78723L3.88461 5.67184L3.41345 5.19227L6.10576 2.49997L8.79807 5.19228L8.32692 5.67184L6.4423 3.78723Z" fill="%23a544ff" stroke="%235B6770" stroke-width="0.5"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-otol {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3314_18001" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="14"><rect width="15" height="13.3333" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3314_18001)"><path d="M3.33331 9.99998V8.88887H6.66665V9.99998H3.33331ZM3.33331 7.2222V6.11109H9.99998V7.2222H3.33331ZM3.33331 4.44442V3.33331H13.3333V4.44442H3.33331Z" fill="%235B6770"/><path d="M2.48608 2.57723C2.48608 2.74723 2.45442 2.9189 2.39108 3.09223C2.33108 3.26556 2.25275 3.43556 2.15608 3.60223C2.06275 3.7689 1.95775 3.93056 1.84108 4.08723C1.72775 4.24056 1.61608 4.38223 1.50608 4.51223L1.24108 4.71723V4.74223L1.60108 4.67223H2.56108V5.22223H0.456084V4.88723C0.536084 4.8039 0.626084 4.70723 0.726084 4.59723C0.826084 4.4839 0.926084 4.36556 1.02608 4.24223C1.12942 4.11556 1.22942 3.98556 1.32608 3.85223C1.42275 3.7189 1.50942 3.58556 1.58608 3.45223C1.66275 3.31556 1.72275 3.1839 1.76608 3.05723C1.81275 2.93056 1.83608 2.81056 1.83608 2.69723C1.83608 2.56056 1.79608 2.4489 1.71608 2.36223C1.63942 2.27223 1.51608 2.22723 1.34608 2.22723C1.23942 2.22723 1.12942 2.25056 1.01608 2.29723C0.906084 2.34056 0.812751 2.39723 0.736084 2.46723L0.476084 2.00723C0.606084 1.90056 0.752751 1.81556 0.916084 1.75223C1.08275 1.68556 1.27775 1.65223 1.50108 1.65223C1.64442 1.65223 1.77608 1.67223 1.89608 1.71223C2.01608 1.75223 2.11942 1.81056 2.20608 1.88723C2.29275 1.9639 2.36108 2.06056 2.41108 2.17723C2.46108 2.29056 2.48608 2.4239 2.48608 2.57723Z" fill="%2300B0B9"/><path d="M0.616084 10.6722H1.31108V8.69723L1.38608 8.35723L1.14608 8.65223L0.701084 8.95723L0.426084 8.58223L1.56608 7.66223H1.93108V10.6722H2.61108V11.2222H0.616084V10.6722Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-ltoo {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3314_17998" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="14"><rect width="15" height="13.3333" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3314_17998)"><path d="M3.33331 9.99998V8.88887H6.66665V9.99998H3.33331ZM3.33331 7.2222V6.11109H9.99998V7.2222H3.33331ZM3.33331 4.44442V3.33331H13.3333V4.44442H3.33331Z" fill="%235B6770"/><path d="M0.616084 4.67223H1.31108V2.69723L1.38608 2.35723L1.14608 2.65223L0.701084 2.95723L0.426084 2.58223L1.56608 1.66223H1.93108V4.67223H2.61108V5.22223H0.616084V4.67223Z" fill="%2300B0B9"/><path d="M2.48608 8.57723C2.48608 8.74723 2.45442 8.9189 2.39108 9.09223C2.33108 9.26556 2.25275 9.43556 2.15608 9.60223C2.06275 9.7689 1.95775 9.93056 1.84108 10.0872C1.72775 10.2406 1.61608 10.3822 1.50608 10.5122L1.24108 10.7172V10.7422L1.60108 10.6722H2.56108V11.2222H0.456084V10.8872C0.536084 10.8039 0.626084 10.7072 0.726084 10.5972C0.826084 10.4839 0.926084 10.3656 1.02608 10.2422C1.12942 10.1156 1.22942 9.98556 1.32608 9.85223C1.42275 9.7189 1.50942 9.58556 1.58608 9.45223C1.66275 9.31556 1.72275 9.1839 1.76608 9.05723C1.81275 8.93056 1.83608 8.81056 1.83608 8.69723C1.83608 8.56056 1.79608 8.4489 1.71608 8.36223C1.63942 8.27223 1.51608 8.22723 1.34608 8.22723C1.23942 8.22723 1.12942 8.25056 1.01608 8.29723C0.906084 8.34056 0.812751 8.39723 0.736084 8.46723L0.476084 8.00723C0.606084 7.90056 0.752751 7.81556 0.916084 7.75223C1.08275 7.68556 1.27775 7.65223 1.50108 7.65223C1.64442 7.65223 1.77608 7.67223 1.89608 7.71223C2.01608 7.75223 2.11942 7.81056 2.20608 7.88723C2.29275 7.9639 2.36108 8.06056 2.41108 8.17723C2.46108 8.29056 2.48608 8.4239 2.48608 8.57723Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-atoz {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3314_18005" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="14"><rect width="15" height="13.3333" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3314_18005)"><path d="M3.33331 9.99998V8.88887H6.66665V9.99998H3.33331ZM3.33331 7.2222V6.11109H9.99998V7.2222H3.33331ZM3.33331 4.44442V3.33331H13.3333V4.44442H3.33331Z" fill="%235B6770"/><path d="M2.13608 4.44723H1.06108L0.796084 5.22223H0.111084L1.37108 1.69723H1.87608L3.13608 5.22223H2.41608L2.13608 4.44723ZM1.23608 3.89723H1.98608L1.72608 3.11723L1.62108 2.56723H1.59608L1.49108 3.12223L1.23608 3.89723Z" fill="%2300B0B9"/><path d="M0.246084 10.6122L1.72608 8.54223L1.98608 8.33223H0.246084V7.72223H2.67108V8.33223L1.18108 10.4222L0.926084 10.6122H2.67108V11.2222H0.246084V10.6122Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-ztoa {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3314_18009" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="14"><rect width="15" height="13.3333" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3314_18009)"><path d="M3.33331 9.99998V8.88887H6.66665V9.99998H3.33331ZM3.33331 7.2222V6.11109H9.99998V7.2222H3.33331ZM3.33331 4.44442V3.33331H13.3333V4.44442H3.33331Z" fill="%235B6770"/><path d="M0.246084 4.61223L1.72608 2.54223L1.98608 2.33223H0.246084V1.72223H2.67108V2.33223L1.18108 4.42223L0.926084 4.61223H2.67108V5.22223H0.246084V4.61223Z" fill="%2300B0B9"/><path d="M2.13608 10.4472H1.06108L0.796084 11.2222H0.111084L1.37108 7.69723H1.87608L3.13608 11.2222H2.41608L2.13608 10.4472ZM1.23608 9.89723H1.98608L1.72608 9.11723L1.62108 8.56723H1.59608L1.49108 9.12223L1.23608 9.89723Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-hide {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3317_18018" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="13" height="13"><rect width="13" height="13" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3317_18018)"><path d="M8.72085 7.20416L7.93544 6.41875C8.01669 5.99444 7.89481 5.59722 7.56981 5.22708C7.24481 4.85694 6.82502 4.7125 6.31044 4.79375L5.52502 4.00833C5.67849 3.93611 5.83422 3.88194 5.99221 3.84583C6.15019 3.80972 6.31946 3.79166 6.50002 3.79166C7.1771 3.79166 7.75262 4.02864 8.22658 4.5026C8.70054 4.97656 8.93752 5.55208 8.93752 6.22916C8.93752 6.40972 8.91947 6.57899 8.88335 6.73698C8.84724 6.89496 8.79308 7.05069 8.72085 7.20416ZM10.4542 8.91041L9.66877 8.15208C10.0118 7.89027 10.3165 7.60364 10.5828 7.29218C10.8492 6.98073 11.0771 6.62638 11.2667 6.22916C10.8153 5.31736 10.1676 4.59288 9.32346 4.05573C8.47936 3.51857 7.53822 3.25 6.50002 3.25C6.23821 3.25 5.98092 3.26805 5.72815 3.30416C5.47537 3.34027 5.2271 3.39444 4.98335 3.46666L4.14377 2.62708C4.51391 2.47361 4.89308 2.3585 5.28127 2.28177C5.66946 2.20503 6.07571 2.16666 6.50002 2.16666C7.86322 2.16666 9.07745 2.54357 10.1427 3.29739C11.208 4.05121 11.9799 5.02847 12.4584 6.22916C12.2507 6.7618 11.9776 7.25607 11.6391 7.71198C11.3005 8.16788 10.9056 8.56736 10.4542 8.91041ZM10.725 12.2417L8.45002 9.99375C8.13405 10.0931 7.81582 10.1675 7.49533 10.2172C7.17485 10.2668 6.84308 10.2917 6.50002 10.2917C5.13683 10.2917 3.92259 9.91475 2.85731 9.16093C1.79203 8.40711 1.02016 7.42986 0.541687 6.22916C0.73127 5.75069 0.970506 5.30607 1.2594 4.89531C1.54828 4.48454 1.8778 4.11666 2.24794 3.79166L0.758354 2.275L1.51669 1.51666L11.4834 11.4833L10.725 12.2417ZM3.00627 4.55C2.74446 4.78472 2.50523 5.04201 2.28856 5.32187C2.0719 5.60173 1.88683 5.90416 1.73335 6.22916C2.18474 7.14097 2.83249 7.86545 3.67658 8.4026C4.52068 8.93975 5.46183 9.20833 6.50002 9.20833C6.68058 9.20833 6.85662 9.19704 7.02815 9.17448C7.19967 9.15191 7.37571 9.12708 7.55627 9.1L7.06877 8.58541C6.96947 8.6125 6.87467 8.63281 6.7844 8.64635C6.69412 8.65989 6.59933 8.66666 6.50002 8.66666C5.82294 8.66666 5.24742 8.42968 4.77346 7.95573C4.2995 7.48177 4.06252 6.90625 4.06252 6.22916C4.06252 6.12986 4.06929 6.03507 4.08283 5.94479C4.09637 5.85451 4.11669 5.75972 4.14377 5.66041L3.00627 4.55Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-finish {
  background-image: url('data:image/svg+xml;utf-8,<svg width="23" height="23" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3313_17951" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect x="0.318726" y="0.41571" width="20" height="20" fill="%23a544ff"/></mask><g mask="url(%23mask0_3313_17951)"><path d="M5.86039 14.5824L8.56873 10.4157L8.14164 11.0616C7.85692 11.4921 7.54789 11.9678 7.21456 12.4886C6.88123 13.0095 6.5722 13.4886 6.28748 13.9261L5.86039 14.5824ZM2.81873 16.2491L6.56873 10.4157L2.81873 4.5824H12.8187C13.0965 4.5824 13.3569 4.6449 13.6 4.7699C13.843 4.8949 14.0409 5.06851 14.1937 5.29073L17.5479 10.0199C17.1729 9.86712 16.7875 9.75254 16.3916 9.67615C15.9958 9.59976 15.5965 9.56851 15.1937 9.5824L12.8187 6.24906H5.86039L8.56873 10.4157L5.86039 14.5824H9.54789C9.50623 14.8602 9.48539 15.138 9.48539 15.4157C9.48539 15.6935 9.50623 15.9713 9.54789 16.2491H2.81873ZM14.7146 17.2907L17.6104 14.4157L16.7354 13.5407L14.7146 15.5199L13.9021 14.7074L13.0271 15.6032L14.7146 17.2907ZM15.3187 19.5824C14.1659 19.5824 13.1833 19.1761 12.3708 18.3636C11.5583 17.5511 11.1521 16.5685 11.1521 15.4157C11.1521 14.263 11.5583 13.2803 12.3708 12.4678C13.1833 11.6553 14.1659 11.2491 15.3187 11.2491C16.4715 11.2491 17.4541 11.6553 18.2666 12.4678C19.0791 13.2803 19.4854 14.263 19.4854 15.4157C19.4854 16.5685 19.0791 17.5511 18.2666 18.3636C17.4541 19.1761 16.4715 19.5824 15.3187 19.5824Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-finish-white {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3313_17951" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect x="0.318726" y="0.41571" width="20" height="20" fill="%23ffffff"/></mask><g mask="url(%23mask0_3313_17951)"><path d="M5.86039 14.5824L8.56873 10.4157L8.14164 11.0616C7.85692 11.4921 7.54789 11.9678 7.21456 12.4886C6.88123 13.0095 6.5722 13.4886 6.28748 13.9261L5.86039 14.5824ZM2.81873 16.2491L6.56873 10.4157L2.81873 4.5824H12.8187C13.0965 4.5824 13.3569 4.6449 13.6 4.7699C13.843 4.8949 14.0409 5.06851 14.1937 5.29073L17.5479 10.0199C17.1729 9.86712 16.7875 9.75254 16.3916 9.67615C15.9958 9.59976 15.5965 9.56851 15.1937 9.5824L12.8187 6.24906H5.86039L8.56873 10.4157L5.86039 14.5824H9.54789C9.50623 14.8602 9.48539 15.138 9.48539 15.4157C9.48539 15.6935 9.50623 15.9713 9.54789 16.2491H2.81873ZM14.7146 17.2907L17.6104 14.4157L16.7354 13.5407L14.7146 15.5199L13.9021 14.7074L13.0271 15.6032L14.7146 17.2907ZM15.3187 19.5824C14.1659 19.5824 13.1833 19.1761 12.3708 18.3636C11.5583 17.5511 11.1521 16.5685 11.1521 15.4157C11.1521 14.263 11.5583 13.2803 12.3708 12.4678C13.1833 11.6553 14.1659 11.2491 15.3187 11.2491C16.4715 11.2491 17.4541 11.6553 18.2666 12.4678C19.0791 13.2803 19.4854 14.263 19.4854 15.4157C19.4854 16.5685 19.0791 17.5511 18.2666 18.3636C17.4541 19.1761 16.4715 19.5824 15.3187 19.5824Z" fill="%23ffffff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-edit {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_470_6989" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_470_6989)"><path d="M3.125 11.875H4L9.39063 6.48438L8.51562 5.60938L3.125 11V11.875ZM12.0625 5.57812L9.40625 2.95312L10.2812 2.07812C10.5208 1.83854 10.8151 1.71875 11.1641 1.71875C11.513 1.71875 11.8073 1.83854 12.0469 2.07812L12.9219 2.95312C13.1615 3.19271 13.2865 3.48177 13.2969 3.82031C13.3073 4.15885 13.1927 4.44792 12.9531 4.6875L12.0625 5.57812ZM11.1562 6.5L4.53125 13.125H1.875V10.4688L8.5 3.84375L11.1562 6.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-edit-gray {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_470_6989" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_470_6989)"><path d="M3.125 11.875H4L9.39063 6.48438L8.51562 5.60938L3.125 11V11.875ZM12.0625 5.57812L9.40625 2.95312L10.2812 2.07812C10.5208 1.83854 10.8151 1.71875 11.1641 1.71875C11.513 1.71875 11.8073 1.83854 12.0469 2.07812L12.9219 2.95312C13.1615 3.19271 13.2865 3.48177 13.2969 3.82031C13.3073 4.15885 13.1927 4.44792 12.9531 4.6875L12.0625 5.57812ZM11.1562 6.5L4.53125 13.125H1.875V10.4688L8.5 3.84375L11.1562 6.5Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-rename-config {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3462_16609" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="16"><rect y="0.5" width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3462_16609)"><path d="M5.78125 14.25L5.53125 12.25C5.39583 12.1979 5.26823 12.1354 5.14844 12.0625C5.02865 11.9896 4.91146 11.9115 4.79687 11.8281L2.9375 12.6094L1.21875 9.64062L2.82813 8.42188C2.81771 8.34896 2.8125 8.27865 2.8125 8.21094V7.78906C2.8125 7.72135 2.81771 7.65104 2.82813 7.57812L1.21875 6.35938L2.9375 3.39062L4.79687 4.17188C4.91146 4.08854 5.03125 4.01042 5.15625 3.9375C5.28125 3.86458 5.40625 3.80208 5.53125 3.75L5.78125 1.75H9.21875L9.46875 3.75C9.60417 3.80208 9.73177 3.86458 9.85156 3.9375C9.97135 4.01042 10.0885 4.08854 10.2031 4.17188L12.0625 3.39062L13.7813 6.35938L12.625 7.23438C12.3958 7.11979 12.1615 7.02344 11.9219 6.94531C11.6823 6.86719 11.4271 6.8125 11.1563 6.78125L12.1406 6.03125L11.5312 4.96875L9.98438 5.625C9.75521 5.38542 9.5026 5.1849 9.22656 5.02344C8.95052 4.86198 8.65104 4.73958 8.32812 4.65625L8.125 3H6.89062L6.67188 4.65625C6.34896 4.73958 6.04948 4.86198 5.77344 5.02344C5.4974 5.1849 5.24479 5.38021 5.01563 5.60938L3.46875 4.96875L2.85938 6.03125L4.20313 7.03125C4.15104 7.1875 4.11458 7.34375 4.09375 7.5C4.07292 7.65625 4.0625 7.82292 4.0625 8C4.0625 8.16667 4.07292 8.32813 4.09375 8.48438C4.11458 8.64063 4.15104 8.79688 4.20313 8.95313L2.85938 9.96875L3.46875 11.0313L5.01563 10.375C5.19271 10.5521 5.38281 10.7109 5.58594 10.8516C5.78906 10.9922 6.01042 11.1094 6.25 11.2031C6.26042 11.7969 6.38281 12.3542 6.61719 12.875C6.85156 13.3958 7.16667 13.8542 7.5625 14.25H5.78125ZM6.42187 9.89063C6.48437 9.68229 6.5599 9.48177 6.64844 9.28906C6.73698 9.09635 6.83854 8.91146 6.95313 8.73438C6.83854 8.65104 6.75 8.54427 6.6875 8.41406C6.625 8.28385 6.59375 8.14583 6.59375 8C6.59375 7.73958 6.6849 7.51823 6.86719 7.33594C7.04948 7.15365 7.27083 7.0625 7.53125 7.0625C7.67708 7.0625 7.81771 7.09635 7.95313 7.16406C8.08854 7.23177 8.19792 7.32292 8.28125 7.4375C8.45833 7.32292 8.64063 7.22135 8.82813 7.13281C9.01563 7.04427 9.21354 6.97396 9.42188 6.92188C9.23437 6.58854 8.97396 6.32031 8.64062 6.11719C8.30729 5.91406 7.9375 5.8125 7.53125 5.8125C6.91667 5.8125 6.39844 6.02604 5.97656 6.45313C5.55469 6.88021 5.34375 7.39583 5.34375 8C5.34375 8.39583 5.4401 8.76302 5.63281 9.10156C5.82552 9.4401 6.08854 9.70313 6.42187 9.89063Z" fill=""%23a544ff"/><path d="M8.18399 13.0086H8.66276L11.6123 10.3502L11.1335 9.91866L8.18399 12.5771V13.0086ZM13.0743 9.90325L11.6209 8.60873L12.0996 8.17723C12.2307 8.05908 12.3917 8 12.5827 8C12.7736 8 12.9346 8.05908 13.0657 8.17723L13.5445 8.60873C13.6756 8.72688 13.744 8.86944 13.7497 9.03639C13.7554 9.20334 13.6927 9.34589 13.5616 9.46404L13.0743 9.90325ZM12.5784 10.3579L8.95344 13.625H7.50003V12.3151L11.125 9.04795L12.5784 10.3579Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-analytics-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3280_16613" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3280_16613)"><path d="M11.6666 17.5C11.9027 17.5 12.1007 17.4202 12.2604 17.2605C12.4201 17.1007 12.5 16.9028 12.5 16.6667C12.5 16.4306 12.4201 16.2327 12.2604 16.073C12.1007 15.9132 11.9027 15.8334 11.6666 15.8334C11.4305 15.8334 11.2326 15.9132 11.0729 16.073C10.9132 16.2327 10.8333 16.4306 10.8333 16.6667C10.8333 16.9028 10.9132 17.1007 11.0729 17.2605C11.2326 17.4202 11.4305 17.5 11.6666 17.5ZM16.6666 9.16671C16.9027 9.16671 17.1007 9.08685 17.2604 8.92712C17.4201 8.7674 17.5 8.56949 17.5 8.33337C17.5 8.09726 17.4201 7.89935 17.2604 7.73962C17.1007 7.5799 16.9027 7.50004 16.6666 7.50004C16.4305 7.50004 16.2326 7.5799 16.0729 7.73962C15.9132 7.89935 15.8333 8.09726 15.8333 8.33337C15.8333 8.56949 15.9132 8.7674 16.0729 8.92712C16.2326 9.08685 16.4305 9.16671 16.6666 9.16671ZM4.99996 9.16671H9.16663V7.50004H4.99996V9.16671ZM4.99996 12.5H9.16663V10.8334H4.99996V12.5ZM3.33329 16.6667C2.87496 16.6667 2.4826 16.5035 2.15621 16.1771C1.82982 15.8507 1.66663 15.4584 1.66663 15V5.00004C1.66663 4.54171 1.82982 4.14935 2.15621 3.82296C2.4826 3.49657 2.87496 3.33337 3.33329 3.33337H16.6666C17.125 3.33337 17.5173 3.49657 17.8437 3.82296C18.1701 4.14935 18.3333 4.54171 18.3333 5.00004H3.33329V15H7.49996V16.6667H3.33329ZM11.6666 19.1667C10.9722 19.1667 10.3819 18.9237 9.89579 18.4375C9.40968 17.9514 9.16663 17.3612 9.16663 16.6667C9.16663 16.125 9.32288 15.6389 9.63538 15.2084C9.94788 14.7778 10.3472 14.4792 10.8333 14.3125V11.6667H15.8333V10.6875C15.3472 10.5209 14.9479 10.2223 14.6354 9.79171C14.3229 9.36115 14.1666 8.87504 14.1666 8.33337C14.1666 7.63893 14.4097 7.04865 14.8958 6.56254C15.3819 6.07643 15.9722 5.83337 16.6666 5.83337C17.3611 5.83337 17.9513 6.07643 18.4375 6.56254C18.9236 7.04865 19.1666 7.63893 19.1666 8.33337C19.1666 8.87504 19.0104 9.36115 18.6979 9.79171C18.3854 10.2223 17.9861 10.5209 17.5 10.6875V13.3334H12.5V14.3125C12.9861 14.4792 13.3854 14.7778 13.6979 15.2084C14.0104 15.6389 14.1666 16.125 14.1666 16.6667C14.1666 17.3612 13.9236 17.9514 13.4375 18.4375C12.9513 18.9237 12.3611 19.1667 11.6666 19.1667Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-submitupdate {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.832886 10.4348V0.434814L12.7079 5.43481L0.832886 10.4348ZM2.08289 8.55981L9.48914 5.43481L2.08289 2.30981V4.49731L5.83289 5.43481L2.08289 6.37231V8.55981Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-submitreview {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2303_29344" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2303_29344)"><path d="M3.75 8.75H5.28125L8.96875 5.09375C9.03125 5.03125 9.0625 4.95312 9.0625 4.85938C9.0625 4.76562 9.03125 4.6875 8.96875 4.625L7.875 3.53125C7.8125 3.46875 7.73438 3.4375 7.64062 3.4375C7.54688 3.4375 7.46875 3.46875 7.40625 3.53125L3.75 7.21875V8.75ZM6.5625 8.75H11.25V7.5H7.8125L6.5625 8.75ZM1.25 13.75V2.5C1.25 2.15625 1.3724 1.86198 1.61719 1.61719C1.86198 1.3724 2.15625 1.25 2.5 1.25H12.5C12.8438 1.25 13.138 1.3724 13.3828 1.61719C13.6276 1.86198 13.75 2.15625 13.75 2.5V10C13.75 10.3438 13.6276 10.638 13.3828 10.8828C13.138 11.1276 12.8438 11.25 12.5 11.25H3.75L1.25 13.75ZM3.21875 10H12.5V2.5H2.5V10.7031L3.21875 10Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-markreviewed {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.9375 7.53125L10.4688 4L9.59375 3.09375L6.9375 5.75L5.59375 4.4375L4.71875 5.3125L6.9375 7.53125ZM4 10C3.65625 10 3.36198 9.8776 3.11719 9.63281C2.8724 9.38802 2.75 9.09375 2.75 8.75V1.25C2.75 0.90625 2.8724 0.611979 3.11719 0.367188C3.36198 0.122396 3.65625 0 4 0H11.5C11.8438 0 12.138 0.122396 12.3828 0.367188C12.6276 0.611979 12.75 0.90625 12.75 1.25V8.75C12.75 9.09375 12.6276 9.38802 12.3828 9.63281C12.138 9.8776 11.8438 10 11.5 10H4ZM4 8.75H11.5V1.25H4V8.75ZM1.5 12.5C1.15625 12.5 0.861979 12.3776 0.617188 12.1328C0.372396 11.888 0.25 11.5938 0.25 11.25V2.5H1.5V11.25H10.25V12.5H1.5Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-reviewed {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="13" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.96875 8L0.421875 4.45313L1.3125 3.5625L3.96875 6.21875L9.6875 0.5L10.5781 1.39063L3.96875 8ZM1.125 10.5V9.25H9.875V10.5H1.125Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-markupdate {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="13" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.96875 8L0.421875 4.45313L1.3125 3.5625L3.96875 6.21875L9.6875 0.5L10.5781 1.39063L3.96875 8ZM1.125 10.5V9.25H9.875V10.5H1.125Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-markrework {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.875 12.7187C5.08333 12.6354 4.34635 12.4193 3.66406 12.0703C2.98177 11.7214 2.38802 11.2682 1.88281 10.7109C1.3776 10.1536 0.979167 9.51562 0.6875 8.79688C0.395833 8.07813 0.25 7.3125 0.25 6.5C0.25 5.55208 0.440104 4.67708 0.820313 3.875C1.20052 3.07292 1.71875 2.38542 2.375 1.8125H0.875V0.5625H4.625V4.3125H3.375V2.60938C2.80208 3.06771 2.34635 3.63281 2.00781 4.30469C1.66927 4.97656 1.5 5.70833 1.5 6.5C1.5 7.78125 1.91927 8.88802 2.75781 9.82031C3.59635 10.7526 4.63542 11.2969 5.875 11.4531V12.7187ZM5.60937 9.375L2.96875 6.71875L3.84375 5.84375L5.60937 7.60938L9.15625 4.0625L10.0313 4.95312L5.60937 9.375ZM8.375 12.4375V8.6875H9.625V10.3906C10.1979 9.92188 10.6536 9.35417 10.9922 8.6875C11.3307 8.02083 11.5 7.29167 11.5 6.5C11.5 5.21875 11.0807 4.11198 10.2422 3.17969C9.40365 2.2474 8.36458 1.70313 7.125 1.54688V0.28125C8.70833 0.4375 10.0417 1.10417 11.125 2.28125C12.2083 3.45833 12.75 4.86458 12.75 6.5C12.75 7.44792 12.5599 8.32292 12.1797 9.125C11.7995 9.92708 11.2813 10.6146 10.625 11.1875H12.125V12.4375H8.375Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-inqc {
  background-image: url('data:image/svg+xml;utf-8,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.96875 8L0.421875 4.45313L1.3125 3.5625L3.96875 6.21875L9.6875 0.5L10.5781 1.39063L3.96875 8ZM1.125 10.5V9.25H9.875V10.5H1.125Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-qced {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.875 7V5.75H5.875V7H0.875ZM0.875 4.5V3.25H8.375V4.5H0.875ZM0.875 2V0.75H8.375V2H0.875ZM9.21875 8.875L7 6.65625L7.875 5.78125L9.21875 7.09375L11.875 4.4375L12.75 5.34375L9.21875 8.875Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-compareversion {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_271_2783" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_271_2783)"><path d="M4.375 13.125L1.25 10L4.375 6.875L5.26562 7.75L3.64062 9.375H13.125V10.625H3.64062L5.26562 12.25L4.375 13.125ZM10.625 8.125L9.73438 7.25L11.3594 5.625H1.875V4.375H11.3594L9.73438 2.75L10.625 1.875L13.75 5L10.625 8.125Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-lastapproved {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2414_29142" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2414_29142)"><path d="M6.84375 11.4688L4.625 9.25L5.53125 8.34375L6.84375 9.65625L9.46875 7.03125L10.375 7.9375L6.84375 11.4688ZM3.125 13.75C2.78125 13.75 2.48698 13.6276 2.24219 13.3828C1.9974 13.138 1.875 12.8438 1.875 12.5V3.75C1.875 3.40625 1.9974 3.11198 2.24219 2.86719C2.48698 2.6224 2.78125 2.5 3.125 2.5H3.75V1.25H5V2.5H10V1.25H11.25V2.5H11.875C12.2188 2.5 12.513 2.6224 12.7578 2.86719C13.0026 3.11198 13.125 3.40625 13.125 3.75V12.5C13.125 12.8438 13.0026 13.138 12.7578 13.3828C12.513 13.6276 12.2188 13.75 11.875 13.75H3.125ZM3.125 12.5H11.875V6.25H3.125V12.5ZM3.125 5H11.875V3.75H3.125V5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-private {
  background-image: url('data:image/svg+xml;utf-8,<svg width="11" height="11" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5623_16658" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5623_16658)"><path d="M6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V10C4 9.45 4.19583 8.97917 4.5875 8.5875C4.97917 8.19583 5.45 8 6 8H7V6C7 4.61667 7.4875 3.4375 8.4625 2.4625C9.4375 1.4875 10.6167 1 12 1C13.3833 1 14.5625 1.4875 15.5375 2.4625C16.5125 3.4375 17 4.61667 17 6V8H18C18.55 8 19.0208 8.19583 19.4125 8.5875C19.8042 8.97917 20 9.45 20 10V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6ZM6 20H18V10H6V20ZM12 17C12.55 17 13.0208 16.8042 13.4125 16.4125C13.8042 16.0208 14 15.55 14 15C14 14.45 13.8042 13.9792 13.4125 13.5875C13.0208 13.1958 12.55 13 12 13C11.45 13 10.9792 13.1958 10.5875 13.5875C10.1958 13.9792 10 14.45 10 15C10 15.55 10.1958 16.0208 10.5875 16.4125C10.9792 16.8042 11.45 17 12 17ZM9 8H15V6C15 5.16667 14.7083 4.45833 14.125 3.875C13.5417 3.29167 12.8333 3 12 3C11.1667 3 10.4583 3.29167 9.875 3.875C9.29167 4.45833 9 5.16667 9 6V8Z" fill="%231C1B1F"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-public {
  background-image: url('data:image/svg+xml;utf-8,<svg width="11" height="11" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5623_16664" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5623_16664)"><path d="M0 20V16.85C0 16.2125 0.159091 15.6266 0.477273 15.0922C0.795455 14.5578 1.21818 14.15 1.74545 13.8688C2.87273 13.2875 4.01818 12.8516 5.18182 12.5609C6.34545 12.2703 7.52727 12.125 8.72727 12.125C9.92727 12.125 11.1091 12.2703 12.2727 12.5609C13.4364 12.8516 14.5818 13.2875 15.7091 13.8688C16.2364 14.15 16.6591 14.5578 16.9773 15.0922C17.2955 15.6266 17.4545 16.2125 17.4545 16.85V20H0ZM19.6364 20V16.625C19.6364 15.8 19.4136 15.0078 18.9682 14.2484C18.5227 13.4891 17.8909 12.8375 17.0727 12.2938C18 12.4063 18.8727 12.5984 19.6909 12.8703C20.5091 13.1422 21.2727 13.475 21.9818 13.8688C22.6364 14.2438 23.1364 14.6609 23.4818 15.1203C23.8273 15.5797 24 16.0812 24 16.625V20H19.6364ZM8.72727 11C7.52727 11 6.5 10.5594 5.64545 9.67813C4.79091 8.79688 4.36364 7.7375 4.36364 6.5C4.36364 5.2625 4.79091 4.20313 5.64545 3.32188C6.5 2.44063 7.52727 2 8.72727 2C9.92727 2 10.9545 2.44063 11.8091 3.32188C12.6636 4.20313 13.0909 5.2625 13.0909 6.5C13.0909 7.7375 12.6636 8.79688 11.8091 9.67813C10.9545 10.5594 9.92727 11 8.72727 11ZM19.6364 6.5C19.6364 7.7375 19.2091 8.79688 18.3545 9.67813C17.5 10.5594 16.4727 11 15.2727 11C15.0727 11 14.8182 10.9766 14.5091 10.9297C14.2 10.8828 13.9455 10.8313 13.7455 10.775C14.2364 10.175 14.6136 9.50938 14.8773 8.77813C15.1409 8.04688 15.2727 7.2875 15.2727 6.5C15.2727 5.7125 15.1409 4.95313 14.8773 4.22188C14.6136 3.49062 14.2364 2.825 13.7455 2.225C14 2.13125 14.2545 2.07031 14.5091 2.04219C14.7636 2.01406 15.0182 2 15.2727 2C16.4727 2 17.5 2.44063 18.3545 3.32188C19.2091 4.20313 19.6364 5.2625 19.6364 6.5ZM2.18182 17.75H15.2727V16.85C15.2727 16.6437 15.2227 16.4562 15.1227 16.2875C15.0227 16.1187 14.8909 15.9875 14.7273 15.8938C13.7455 15.3875 12.7545 15.0078 11.7545 14.7547C10.7545 14.5016 9.74545 14.375 8.72727 14.375C7.70909 14.375 6.7 14.5016 5.7 14.7547C4.7 15.0078 3.70909 15.3875 2.72727 15.8938C2.56364 15.9875 2.43182 16.1187 2.33182 16.2875C2.23182 16.4562 2.18182 16.6437 2.18182 16.85V17.75ZM8.72727 8.75C9.32727 8.75 9.84091 8.52969 10.2682 8.08906C10.6955 7.64844 10.9091 7.11875 10.9091 6.5C10.9091 5.88125 10.6955 5.35156 10.2682 4.91094C9.84091 4.47031 9.32727 4.25 8.72727 4.25C8.12727 4.25 7.61364 4.47031 7.18636 4.91094C6.75909 5.35156 6.54545 5.88125 6.54545 6.5C6.54545 7.11875 6.75909 7.64844 7.18636 8.08906C7.61364 8.52969 8.12727 8.75 8.72727 8.75Z" fill="%231C1B1F"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-private-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="11" height="11" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5623_16658" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5623_16658)"><path d="M6 22C5.45 22 4.97917 21.8042 4.5875 21.4125C4.19583 21.0208 4 20.55 4 20V10C4 9.45 4.19583 8.97917 4.5875 8.5875C4.97917 8.19583 5.45 8 6 8H7V6C7 4.61667 7.4875 3.4375 8.4625 2.4625C9.4375 1.4875 10.6167 1 12 1C13.3833 1 14.5625 1.4875 15.5375 2.4625C16.5125 3.4375 17 4.61667 17 6V8H18C18.55 8 19.0208 8.19583 19.4125 8.5875C19.8042 8.97917 20 9.45 20 10V20C20 20.55 19.8042 21.0208 19.4125 21.4125C19.0208 21.8042 18.55 22 18 22H6ZM6 20H18V10H6V20ZM12 17C12.55 17 13.0208 16.8042 13.4125 16.4125C13.8042 16.0208 14 15.55 14 15C14 14.45 13.8042 13.9792 13.4125 13.5875C13.0208 13.1958 12.55 13 12 13C11.45 13 10.9792 13.1958 10.5875 13.5875C10.1958 13.9792 10 14.45 10 15C10 15.55 10.1958 16.0208 10.5875 16.4125C10.9792 16.8042 11.45 17 12 17ZM9 8H15V6C15 5.16667 14.7083 4.45833 14.125 3.875C13.5417 3.29167 12.8333 3 12 3C11.1667 3 10.4583 3.29167 9.875 3.875C9.29167 4.45833 9 5.16667 9 6V8Z" fill="%231C1B1F"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-public-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="11" height="11" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5623_16664" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5623_16664)"><path d="M0 20V16.85C0 16.2125 0.159091 15.6266 0.477273 15.0922C0.795455 14.5578 1.21818 14.15 1.74545 13.8688C2.87273 13.2875 4.01818 12.8516 5.18182 12.5609C6.34545 12.2703 7.52727 12.125 8.72727 12.125C9.92727 12.125 11.1091 12.2703 12.2727 12.5609C13.4364 12.8516 14.5818 13.2875 15.7091 13.8688C16.2364 14.15 16.6591 14.5578 16.9773 15.0922C17.2955 15.6266 17.4545 16.2125 17.4545 16.85V20H0ZM19.6364 20V16.625C19.6364 15.8 19.4136 15.0078 18.9682 14.2484C18.5227 13.4891 17.8909 12.8375 17.0727 12.2938C18 12.4063 18.8727 12.5984 19.6909 12.8703C20.5091 13.1422 21.2727 13.475 21.9818 13.8688C22.6364 14.2438 23.1364 14.6609 23.4818 15.1203C23.8273 15.5797 24 16.0812 24 16.625V20H19.6364ZM8.72727 11C7.52727 11 6.5 10.5594 5.64545 9.67813C4.79091 8.79688 4.36364 7.7375 4.36364 6.5C4.36364 5.2625 4.79091 4.20313 5.64545 3.32188C6.5 2.44063 7.52727 2 8.72727 2C9.92727 2 10.9545 2.44063 11.8091 3.32188C12.6636 4.20313 13.0909 5.2625 13.0909 6.5C13.0909 7.7375 12.6636 8.79688 11.8091 9.67813C10.9545 10.5594 9.92727 11 8.72727 11ZM19.6364 6.5C19.6364 7.7375 19.2091 8.79688 18.3545 9.67813C17.5 10.5594 16.4727 11 15.2727 11C15.0727 11 14.8182 10.9766 14.5091 10.9297C14.2 10.8828 13.9455 10.8313 13.7455 10.775C14.2364 10.175 14.6136 9.50938 14.8773 8.77813C15.1409 8.04688 15.2727 7.2875 15.2727 6.5C15.2727 5.7125 15.1409 4.95313 14.8773 4.22188C14.6136 3.49062 14.2364 2.825 13.7455 2.225C14 2.13125 14.2545 2.07031 14.5091 2.04219C14.7636 2.01406 15.0182 2 15.2727 2C16.4727 2 17.5 2.44063 18.3545 3.32188C19.2091 4.20313 19.6364 5.2625 19.6364 6.5ZM2.18182 17.75H15.2727V16.85C15.2727 16.6437 15.2227 16.4562 15.1227 16.2875C15.0227 16.1187 14.8909 15.9875 14.7273 15.8938C13.7455 15.3875 12.7545 15.0078 11.7545 14.7547C10.7545 14.5016 9.74545 14.375 8.72727 14.375C7.70909 14.375 6.7 14.5016 5.7 14.7547C4.7 15.0078 3.70909 15.3875 2.72727 15.8938C2.56364 15.9875 2.43182 16.1187 2.33182 16.2875C2.23182 16.4562 2.18182 16.6437 2.18182 16.85V17.75ZM8.72727 8.75C9.32727 8.75 9.84091 8.52969 10.2682 8.08906C10.6955 7.64844 10.9091 7.11875 10.9091 6.5C10.9091 5.88125 10.6955 5.35156 10.2682 4.91094C9.84091 4.47031 9.32727 4.25 8.72727 4.25C8.12727 4.25 7.61364 4.47031 7.18636 4.91094C6.75909 5.35156 6.54545 5.88125 6.54545 6.5C6.54545 7.11875 6.75909 7.64844 7.18636 8.08906C7.61364 8.52969 8.12727 8.75 8.72727 8.75Z" fill="%231C1B1F"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-default {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2414_29148" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2414_29148)"><path d="M5.96875 11.25L2.40625 7.6875L3.29688 6.79688L5.96875 9.46875L11.7031 3.73438L12.5938 4.625L5.96875 11.25Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-commentgreen {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_650_9039" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_650_9039)"><path d="M2 13.88V3.188C2 2.8613 2.11633 2.58162 2.34898 2.34898C2.58162 2.11633 2.8613 2 3.188 2H12.692C13.0187 2 13.2984 2.11633 13.531 2.34898C13.7637 2.58162 13.88 2.8613 13.88 3.188V10.316C13.88 10.6427 13.7637 10.9224 13.531 11.155C13.2984 11.3877 13.0187 11.504 12.692 11.504H4.376L2 13.88ZM3.8711 10.316H12.692V3.188H3.188V10.9843L3.8711 10.316Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-commentgray {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_650_9039" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_650_9039)"><path d="M2 13.88V3.188C2 2.8613 2.11633 2.58162 2.34898 2.34898C2.58162 2.11633 2.8613 2 3.188 2H12.692C13.0187 2 13.2984 2.11633 13.531 2.34898C13.7637 2.58162 13.88 2.8613 13.88 3.188V10.316C13.88 10.6427 13.7637 10.9224 13.531 11.155C13.2984 11.3877 13.0187 11.504 12.692 11.504H4.376L2 13.88ZM3.8711 10.316H12.692V3.188H3.188V10.9843L3.8711 10.316Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-preview-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5859_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5859_1592)"><path d="M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V7H5V19ZM12 17C10.6333 17 9.4125 16.6292 8.3375 15.8875C7.2625 15.1458 6.48333 14.1833 6 13C6.48333 11.8167 7.2625 10.8542 8.3375 10.1125C9.4125 9.37083 10.6333 9 12 9C13.3667 9 14.5875 9.37083 15.6625 10.1125C16.7375 10.8542 17.5167 11.8167 18 13C17.5167 14.1833 16.7375 15.1458 15.6625 15.8875C14.5875 16.6292 13.3667 17 12 17ZM12 15.5C12.9333 15.5 13.7833 15.2792 14.55 14.8375C15.3167 14.3958 15.9167 13.7833 16.35 13C15.9167 12.2167 15.3167 11.6042 14.55 11.1625C13.7833 10.7208 12.9333 10.5 12 10.5C11.0667 10.5 10.2167 10.7208 9.45 11.1625C8.68333 11.6042 8.08333 12.2167 7.65 13C8.08333 13.7833 8.68333 14.3958 9.45 14.8375C10.2167 15.2792 11.0667 15.5 12 15.5ZM12 14.5C12.4167 14.5 12.7708 14.3542 13.0625 14.0625C13.3542 13.7708 13.5 13.4167 13.5 13C13.5 12.5833 13.3542 12.2292 13.0625 11.9375C12.7708 11.6458 12.4167 11.5 12 11.5C11.5833 11.5 11.2292 11.6458 10.9375 11.9375C10.6458 12.2292 10.5 12.5833 10.5 13C10.5 13.4167 10.6458 13.7708 10.9375 14.0625C11.2292 14.3542 11.5833 14.5 12 14.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-hide-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3024_16607" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3024_16607)"><path d="M10.0625 8.3125L9.15625 7.40625C9.25 6.91667 9.10938 6.45833 8.73438 6.03125C8.35938 5.60417 7.875 5.4375 7.28125 5.53125L6.375 4.625C6.55208 4.54167 6.73177 4.47917 6.91406 4.4375C7.09635 4.39583 7.29167 4.375 7.5 4.375C8.28125 4.375 8.94531 4.64844 9.49219 5.19531C10.0391 5.74219 10.3125 6.40625 10.3125 7.1875C10.3125 7.39583 10.2917 7.59115 10.25 7.77344C10.2083 7.95573 10.1458 8.13542 10.0625 8.3125ZM12.0625 10.2813L11.1563 9.40625C11.5521 9.10417 11.9036 8.77344 12.2109 8.41406C12.5182 8.05469 12.7813 7.64583 13 7.1875C12.4792 6.13542 11.7318 5.29948 10.7578 4.67969C9.78385 4.0599 8.69792 3.75 7.5 3.75C7.19792 3.75 6.90104 3.77083 6.60937 3.8125C6.31771 3.85417 6.03125 3.91667 5.75 4L4.78125 3.03125C5.20833 2.85417 5.64583 2.72135 6.09375 2.63281C6.54167 2.54427 7.01042 2.5 7.5 2.5C9.07292 2.5 10.474 2.9349 11.7031 3.80469C12.9323 4.67448 13.8229 5.80208 14.375 7.1875C14.1354 7.80208 13.8203 8.3724 13.4297 8.89844C13.0391 9.42448 12.5833 9.88542 12.0625 10.2813ZM12.375 14.125L9.75 11.5313C9.38542 11.6458 9.01823 11.7318 8.64844 11.7891C8.27865 11.8464 7.89583 11.875 7.5 11.875C5.92708 11.875 4.52604 11.4401 3.29688 10.5703C2.06771 9.70052 1.17708 8.57292 0.625 7.1875C0.84375 6.63542 1.11979 6.1224 1.45313 5.64844C1.78646 5.17448 2.16667 4.75 2.59375 4.375L0.875 2.625L1.75 1.75L13.25 13.25L12.375 14.125ZM3.46875 5.25C3.16667 5.52083 2.89063 5.81771 2.64063 6.14063C2.39063 6.46354 2.17708 6.8125 2 7.1875C2.52083 8.23958 3.26823 9.07552 4.24219 9.69531C5.21615 10.3151 6.30208 10.625 7.5 10.625C7.70833 10.625 7.91146 10.612 8.10938 10.5859C8.30729 10.5599 8.51042 10.5313 8.71875 10.5L8.15625 9.90625C8.04167 9.9375 7.93229 9.96094 7.82813 9.97656C7.72396 9.99219 7.61458 10 7.5 10C6.71875 10 6.05469 9.72656 5.50781 9.17969C4.96094 8.63281 4.6875 7.96875 4.6875 7.1875C4.6875 7.07292 4.69531 6.96354 4.71094 6.85938C4.72656 6.75521 4.75 6.64583 4.78125 6.53125L3.46875 5.25Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-associate-template {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2724_1596" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2724_1596)"><path d="M1.875 13.125C1.53125 13.125 1.23698 13.0026 0.992188 12.7578C0.747396 12.513 0.625 12.2188 0.625 11.875V3.125C0.625 2.78125 0.747396 2.48698 0.992188 2.24219C1.23698 1.9974 1.53125 1.875 1.875 1.875H10.625C10.9688 1.875 11.263 1.9974 11.5078 2.24219C11.7526 2.48698 11.875 2.78125 11.875 3.125V6.25H10.625V5H1.875V11.875H10V13.125H1.875ZM1.875 3.75H10.625V3.125H1.875V3.75Z" fill="%23a544ff"/><path d="M8 9.5C8 9.08182 8.16 8.72727 8.48 8.43636C8.8 8.14545 9.19 8 9.65 8L12.8 8C13.13 8 13.4125 8.10682 13.6475 8.32045C13.8825 8.53409 14 8.79091 14 9.09091C14 9.39091 13.8825 9.64773 13.6475 9.86136C13.4125 10.075 13.13 10.1818 12.8 10.1818L9.95 10.1818C9.74 10.1818 9.5625 10.1159 9.4175 9.98409C9.2725 9.85227 9.2 9.69091 9.2 9.5C9.2 9.30909 9.2725 9.14773 9.4175 9.01591C9.5625 8.88409 9.74 8.81818 9.95 8.81818L12.8 8.81818L12.8 9.22727L9.95 9.22727C9.865 9.22727 9.79375 9.25341 9.73625 9.30568C9.67875 9.35795 9.65 9.42273 9.65 9.5C9.65 9.57727 9.67875 9.64205 9.73625 9.69432C9.79375 9.74659 9.865 9.77273 9.95 9.77273L12.8 9.77273C13.01 9.77273 13.1875 9.70682 13.3325 9.575C13.4775 9.44318 13.55 9.28182 13.55 9.09091C13.55 8.9 13.4775 8.73864 13.3325 8.60682C13.1875 8.475 13.01 8.40909 12.8 8.40909L9.65 8.40909C9.32 8.40909 9.0375 8.51591 8.8025 8.72955C8.5675 8.94318 8.45 9.2 8.45 9.5C8.45 9.8 8.5675 10.0568 8.8025 10.2705C9.0375 10.4841 9.32 10.5909 9.65 10.5909L12.8 10.5909L12.8 11L9.65 11C9.19 11 8.8 10.8545 8.48 10.5636C8.16 10.2727 8 9.91818 8 9.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-save-template {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2721_1702" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2721_1702)"><path d="M3.125 13.125C2.78125 13.125 2.48698 13.0026 2.24219 12.7578C1.9974 12.513 1.875 12.2188 1.875 11.875V3.125C1.875 2.78125 1.9974 2.48698 2.24219 2.24219C2.48698 1.9974 2.78125 1.875 3.125 1.875H10.625L13.125 4.375V7.75L11.875 9V4.89063L10.1094 3.125H3.125V11.875H9L7.75 13.125H3.125ZM7.5 11.25C8.02083 11.25 8.46354 11.0677 8.82812 10.7031C9.19271 10.3385 9.375 9.89583 9.375 9.375C9.375 8.85417 9.19271 8.41146 8.82812 8.04688C8.46354 7.68229 8.02083 7.5 7.5 7.5C6.97917 7.5 6.53646 7.68229 6.17188 8.04688C5.80729 8.41146 5.625 8.85417 5.625 9.375C5.625 9.89583 5.80729 10.3385 6.17188 10.7031C6.53646 11.0677 6.97917 11.25 7.5 11.25ZM3.75 6.25H9.375V3.75H3.75V6.25ZM9.375 14.375V13.2656L12.5 10.1562L13.5938 11.2656L10.4844 14.375H9.375ZM14 10.8438L12.8906 9.75L13.4219 9.21875C13.4844 9.15625 13.5599 9.125 13.6484 9.125C13.737 9.125 13.8125 9.15625 13.875 9.21875L14.5312 9.875C14.5938 9.9375 14.625 10.0104 14.625 10.0938C14.625 10.1771 14.5938 10.25 14.5312 10.3125L14 10.8438Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-associate-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2724_1623" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2724_1623)"><path d="M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V9.75C17.2361 9.625 16.9653 9.51736 16.6875 9.42708C16.4097 9.33681 16.125 9.27083 15.8333 9.22917V4.16667H4.16667V15.8333H9.20833C9.25 16.1389 9.31597 16.4306 9.40625 16.7083C9.49653 16.9861 9.60417 17.25 9.72917 17.5H4.16667ZM4.16667 15.8333V4.16667V9.22917V9.16667V15.8333ZM5.83333 14.1667H9.22917C9.27083 13.875 9.33681 13.5903 9.42708 13.3125C9.51736 13.0347 9.61806 12.7639 9.72917 12.5H5.83333V14.1667ZM5.83333 10.8333H10.9167C11.3611 10.4167 11.8576 10.0694 12.4062 9.79167C12.9549 9.51389 13.5417 9.32639 14.1667 9.22917V9.16667H5.83333V10.8333ZM5.83333 7.5H14.1667V5.83333H5.83333V7.5Z" fill="%23a544ff"/><path d="M14.6389 18.3333C14.0426 18.3333 13.537 18.1333 13.1222 17.7333C12.7074 17.3333 12.5 16.8458 12.5 16.2708V12.3333C12.5 11.9208 12.6523 11.5677 12.9569 11.2739C13.2616 10.9802 13.6278 10.8333 14.0556 10.8333C14.4833 10.8333 14.8495 10.9802 15.1542 11.2739C15.4588 11.5677 15.6111 11.9208 15.6111 12.3333V15.3333H15.0278V12.3333C15.0278 12.0708 14.9338 11.8489 14.7458 11.6677C14.5579 11.4864 14.3278 11.3958 14.0556 11.3958C13.7833 11.3958 13.5532 11.4864 13.3653 11.6677C13.1773 11.8489 13.0833 12.0708 13.0833 12.3333V16.2708C13.0833 16.6833 13.2356 17.0364 13.5403 17.3302C13.8449 17.6239 14.2111 17.7708 14.6389 17.7708C14.8269 17.7708 15.0035 17.7411 15.1688 17.6818C15.334 17.6224 15.4815 17.5396 15.6111 17.4333V18.1083C15.462 18.1771 15.3065 18.2318 15.1444 18.2724C14.9824 18.313 14.8139 18.3333 14.6389 18.3333ZM16.3889 17.9583V16.8333H15.2222V16.0833H16.3889V14.9583H17.1667V16.0833H18.3333V16.8333H17.1667V17.9583H16.3889ZM14.6389 16.2708V16.8333C14.3667 16.8333 14.1366 16.7427 13.9486 16.5614C13.7606 16.3802 13.6667 16.1583 13.6667 15.8958V12.3333H14.25V15.8958C14.25 16.0021 14.2873 16.0911 14.3618 16.163C14.4363 16.2349 14.5287 16.2708 14.6389 16.2708ZM16.1944 14.2083V12.3333H16.7778V14.2083H16.1944Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-addsmall {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20"" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2731_1737" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2731_1737)"><path d="M8.125 8.75H9.375V6.875H11.25V5.625H9.375V3.75H8.125V5.625H6.25V6.875H8.125V8.75ZM5 11.25C4.65625 11.25 4.36198 11.1276 4.11719 10.8828C3.8724 10.638 3.75 10.3438 3.75 10V2.5C3.75 2.15625 3.8724 1.86198 4.11719 1.61719C4.36198 1.3724 4.65625 1.25 5 1.25H12.5C12.8438 1.25 13.138 1.3724 13.3828 1.61719C13.6276 1.86198 13.75 2.15625 13.75 2.5V10C13.75 10.3438 13.6276 10.638 13.3828 10.8828C13.138 11.1276 12.8438 11.25 12.5 11.25H5ZM5 10H12.5V2.5H5V10ZM2.5 13.75C2.15625 13.75 1.86198 13.6276 1.61719 13.3828C1.3724 13.138 1.25 12.8438 1.25 12.5V3.75H2.5V12.5H11.25V13.75H2.5Z" fill="%235B6770"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 16px;
  background-position: center;
}

.icon-preview-gray {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5859_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5859_1592)"><path d="M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V7H5V19ZM12 17C10.6333 17 9.4125 16.6292 8.3375 15.8875C7.2625 15.1458 6.48333 14.1833 6 13C6.48333 11.8167 7.2625 10.8542 8.3375 10.1125C9.4125 9.37083 10.6333 9 12 9C13.3667 9 14.5875 9.37083 15.6625 10.1125C16.7375 10.8542 17.5167 11.8167 18 13C17.5167 14.1833 16.7375 15.1458 15.6625 15.8875C14.5875 16.6292 13.3667 17 12 17ZM12 15.5C12.9333 15.5 13.7833 15.2792 14.55 14.8375C15.3167 14.3958 15.9167 13.7833 16.35 13C15.9167 12.2167 15.3167 11.6042 14.55 11.1625C13.7833 10.7208 12.9333 10.5 12 10.5C11.0667 10.5 10.2167 10.7208 9.45 11.1625C8.68333 11.6042 8.08333 12.2167 7.65 13C8.08333 13.7833 8.68333 14.3958 9.45 14.8375C10.2167 15.2792 11.0667 15.5 12 15.5ZM12 14.5C12.4167 14.5 12.7708 14.3542 13.0625 14.0625C13.3542 13.7708 13.5 13.4167 13.5 13C13.5 12.5833 13.3542 12.2292 13.0625 11.9375C12.7708 11.6458 12.4167 11.5 12 11.5C11.5833 11.5 11.2292 11.6458 10.9375 11.9375C10.6458 12.2292 10.5 12.5833 10.5 13C10.5 13.4167 10.6458 13.7708 10.9375 14.0625C11.2292 14.3542 11.5833 14.5 12 14.5Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-next-arrow {
  background-image: url('data:image/svg+xml;utf-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4256_17338" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4256_17338)"><path d="M6.05005 19L11.05 12L6.05005 5H8.50005L13.5 12L8.50005 19H6.05005ZM12 19L17 12L12 5H14.45L19.45 12L14.45 19H12Z" fill="%23fab000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-godata {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2736_1746" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2736_1746)"><path d="M6.25 11.25L2.5 7.5L6.25 3.75L7.125 4.65625L4.90625 6.875H12.5V8.125H4.90625L7.125 10.3438L6.25 11.25Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-download {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_271_2823" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="16"><rect y="0.5" width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_271_2823)"><path d="M3.75 13C3.40625 13 3.11198 12.8776 2.86719 12.6328C2.6224 12.388 2.5 12.0938 2.5 11.75V9.875H3.75V11.75H11.25V9.875H12.5V11.75C12.5 12.0938 12.3776 12.388 12.1328 12.6328C11.888 12.8776 11.5938 13 11.25 13H3.75ZM7.5 10.5L4.375 7.375L5.25 6.46875L6.875 8.09375V3H8.125V8.09375L9.75 6.46875L10.625 7.375L7.5 10.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-compare {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_271_2783" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_271_2783)"><path d="M4.375 13.125L1.25 10L4.375 6.875L5.26562 7.75L3.64062 9.375H13.125V10.625H3.64062L5.26562 12.25L4.375 13.125ZM10.625 8.125L9.73438 7.25L11.3594 5.625H1.875V4.375H11.3594L9.73438 2.75L10.625 1.875L13.75 5L10.625 8.125Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-sync-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1742" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect x="0.25" y="0.6875" width="19" height="19" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1742)"><path d="M3.41675 16.5208V14.9375H5.59383L5.27716 14.6604C4.59105 14.0534 4.10946 13.3607 3.83237 12.5823C3.55529 11.8038 3.41675 11.0187 3.41675 10.227C3.41675 8.76246 3.85546 7.45951 4.73289 6.31819C5.61032 5.17687 6.75494 4.42149 8.16675 4.05204V5.71454C7.21675 6.0576 6.45147 6.64145 5.87091 7.4661C5.29036 8.29076 5.00008 9.21107 5.00008 10.227C5.00008 10.8208 5.11223 11.398 5.33654 11.9588C5.56085 12.5196 5.9105 13.0375 6.3855 13.5125L6.58341 13.7104V11.7708H8.16675V16.5208H3.41675ZM11.3334 16.3229V14.6604C12.2834 14.3173 13.0487 13.7335 13.6292 12.9088C14.2098 12.0842 14.5001 11.1638 14.5001 10.1479C14.5001 9.55413 14.3879 8.97687 14.1636 8.41611C13.9393 7.85534 13.5897 7.33746 13.1147 6.86246L12.9167 6.66454V8.60413H11.3334V3.85413H16.0834V5.43746H13.9063L14.223 5.71454C14.8695 6.36107 15.3412 7.06367 15.6381 7.82236C15.935 8.58104 16.0834 9.35621 16.0834 10.1479C16.0834 11.6125 15.6447 12.9154 14.7673 14.0567C13.8898 15.198 12.7452 15.9534 11.3334 16.3229Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-delete-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2594_1590" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2594_1590)"><path d="M4.375 13.125C4.03125 13.125 3.73698 13.0026 3.49219 12.7578C3.2474 12.513 3.125 12.2188 3.125 11.875V3.75H2.5V2.5H5.625V1.875H9.375V2.5H12.5V3.75H11.875V11.875C11.875 12.2188 11.7526 12.513 11.5078 12.7578C11.263 13.0026 10.9688 13.125 10.625 13.125H4.375ZM10.625 3.75H4.375V11.875H10.625V3.75ZM5.625 10.625H6.875V5H5.625V10.625ZM8.125 10.625H9.375V5H8.125V10.625Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-history-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4422_1674" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4422_1674)"><path d="M12 21C9.7 21 7.69583 20.2375 5.9875 18.7125C4.27917 17.1875 3.3 15.2833 3.05 13H5.1C5.33333 14.7333 6.10417 16.1667 7.4125 17.3C8.72083 18.4333 10.25 19 12 19C13.95 19 15.6042 18.3208 16.9625 16.9625C18.3208 15.6042 19 13.95 19 12C19 10.05 18.3208 8.39583 16.9625 7.0375C15.6042 5.67917 13.95 5 12 5C10.85 5 9.775 5.26667 8.775 5.8C7.775 6.33333 6.93333 7.06667 6.25 8H9V10H3V4H5V6.35C5.85 5.28333 6.8875 4.45833 8.1125 3.875C9.3375 3.29167 10.6333 3 12 3C13.25 3 14.4208 3.2375 15.5125 3.7125C16.6042 4.1875 17.5542 4.82917 18.3625 5.6375C19.1708 6.44583 19.8125 7.39583 20.2875 8.4875C20.7625 9.57917 21 10.75 21 12C21 13.25 20.7625 14.4208 20.2875 15.5125C19.8125 16.6042 19.1708 17.5542 18.3625 18.3625C17.5542 19.1708 16.6042 19.8125 15.5125 20.2875C14.4208 20.7625 13.25 21 12 21ZM14.8 16.2L11 12.4V7H13V11.6L16.2 14.8L14.8 16.2Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-refresh-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2701_1589" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2701_1589)"><path d="M10 16.6666C8.13893 16.6666 6.56254 16.0208 5.27087 14.7291C3.97921 13.4375 3.33337 11.8611 3.33337 9.99998C3.33337 8.13887 3.97921 6.56248 5.27087 5.27081C6.56254 3.97915 8.13893 3.33331 10 3.33331C10.9584 3.33331 11.875 3.53123 12.75 3.92706C13.625 4.3229 14.375 4.88887 15 5.62498V3.33331H16.6667V9.16665H10.8334V7.49998H14.3334C13.8889 6.7222 13.2813 6.11109 12.5105 5.66665C11.7396 5.2222 10.9028 4.99998 10 4.99998C8.61115 4.99998 7.4306 5.48609 6.45837 6.45831C5.48615 7.43054 5.00004 8.61109 5.00004 9.99998C5.00004 11.3889 5.48615 12.5694 6.45837 13.5416C7.4306 14.5139 8.61115 15 10 15C11.0695 15 12.0348 14.6944 12.8959 14.0833C13.757 13.4722 14.3612 12.6666 14.7084 11.6666H16.4584C16.0695 13.1389 15.2778 14.3403 14.0834 15.2708C12.8889 16.2014 11.5278 16.6666 10 16.6666Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-upload-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5625 12.5C1.13281 12.5 0.765104 12.3471 0.459375 12.0414C0.153125 11.7352 0 11.3672 0 10.9375V8.59375H1.5625V10.9375H10.9375V8.59375H12.5V10.9375C12.5 11.3672 12.3471 11.7352 12.0414 12.0414C11.7352 12.3471 11.3672 12.5 10.9375 12.5H1.5625ZM5.46875 9.375V3.00781L3.4375 5.03906L2.34375 3.90625L6.25 0L10.1562 3.90625L9.0625 5.03906L7.03125 3.00781V9.375H5.46875Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-search-doc-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3201_16832" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3201_16832)"><path d="M3.125 2.5V6.26563V6.25V12.5V2.5ZM4.375 8.75H6.5625C6.65625 8.51042 6.77083 8.28646 6.90625 8.07813C7.04167 7.86979 7.19792 7.67708 7.375 7.5H4.375V8.75ZM4.375 11.25H6.35938C6.30729 11.0417 6.27344 10.8333 6.25781 10.625C6.24219 10.4167 6.24479 10.2083 6.26563 10H4.375V11.25ZM3.125 13.75C2.78125 13.75 2.48698 13.6276 2.24219 13.3828C1.9974 13.138 1.875 12.8438 1.875 12.5V2.5C1.875 2.15625 1.9974 1.86198 2.24219 1.61719C2.48698 1.3724 2.78125 1.25 3.125 1.25H8.125L11.875 5V6.5625C11.6771 6.47917 11.474 6.41406 11.2656 6.36719C11.0573 6.32031 10.8437 6.28646 10.625 6.26563V5.625H7.5V2.5H3.125V12.5H6.89063C7.05729 12.75 7.24479 12.9818 7.45313 13.1953C7.66146 13.4089 7.89063 13.5938 8.14063 13.75H3.125ZM10.3125 11.875C10.75 11.875 11.1198 11.724 11.4219 11.4219C11.724 11.1198 11.875 10.75 11.875 10.3125C11.875 9.875 11.724 9.50521 11.4219 9.20313C11.1198 8.90104 10.75 8.75 10.3125 8.75C9.875 8.75 9.50521 8.90104 9.20313 9.20313C8.90104 9.50521 8.75 9.875 8.75 10.3125C8.75 10.75 8.90104 11.1198 9.20313 11.4219C9.50521 11.724 9.875 11.875 10.3125 11.875ZM13.5 14.375L11.8125 12.6875C11.5938 12.8333 11.3568 12.9427 11.1016 13.0156C10.8464 13.0885 10.5833 13.125 10.3125 13.125C9.53125 13.125 8.86719 12.8516 8.32031 12.3047C7.77344 11.7578 7.5 11.0938 7.5 10.3125C7.5 9.53125 7.77344 8.86719 8.32031 8.32031C8.86719 7.77344 9.53125 7.5 10.3125 7.5C11.0938 7.5 11.7578 7.77344 12.3047 8.32031C12.8516 8.86719 13.125 9.53125 13.125 10.3125C13.125 10.5833 13.0885 10.8464 13.0156 11.1016C12.9427 11.3568 12.8333 11.5937 12.6875 11.8125L14.375 13.5L13.5 14.375Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-change-sequence-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_271_2783" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_271_2783)"><path d="M4.375 13.125L1.25 10L4.375 6.875L5.26562 7.75L3.64062 9.375H13.125V10.625H3.64062L5.26562 12.25L4.375 13.125ZM10.625 8.125L9.73438 7.25L11.3594 5.625H1.875V4.375H11.3594L9.73438 2.75L10.625 1.875L13.75 5L10.625 8.125Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-rename-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3201_16838" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3201_16838)"><path d="M7.5 13.125V11.7969L10.8125 8.48438L12.1406 9.8125L8.82812 13.125H7.5ZM1.875 10V8.75H6.25V10H1.875ZM12.5781 9.375L11.25 8.04688L11.7031 7.59375C11.8177 7.47917 11.9635 7.42188 12.1406 7.42188C12.3177 7.42188 12.4635 7.47917 12.5781 7.59375L13.0313 8.04688C13.1458 8.16146 13.2031 8.30729 13.2031 8.48438C13.2031 8.66146 13.1458 8.80729 13.0313 8.92188L12.5781 9.375ZM1.875 7.5V6.25H8.75V7.5H1.875ZM1.875 5V3.75H8.75V5H1.875Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-add-folder-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3197_16820" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3197_16820)"><path d="M8.75 10H10V8.75H11.25V7.5H10V6.25H8.75V7.5H7.5V8.75H8.75V10ZM2.5 12.5C2.15625 12.5 1.86198 12.3776 1.61719 12.1328C1.3724 11.888 1.25 11.5938 1.25 11.25V3.75C1.25 3.40625 1.3724 3.11198 1.61719 2.86719C1.86198 2.6224 2.15625 2.5 2.5 2.5H6.25L7.5 3.75H12.5C12.8438 3.75 13.138 3.8724 13.3828 4.11719C13.6276 4.36198 13.75 4.65625 13.75 5V11.25C13.75 11.5938 13.6276 11.888 13.3828 12.1328C13.138 12.3776 12.8438 12.5 12.5 12.5H2.5ZM2.5 11.25H12.5V5H6.98438L5.73438 3.75H2.5V11.25Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-sort-up-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3201_16874" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3201_16874)"><path d="M6.875 10H8.125V7.375L9.125 8.375L10 7.5L7.5 5L5 7.5L5.875 8.375L6.875 7.375V10ZM7.5 13.75C6.63542 13.75 5.82292 13.5859 5.0625 13.2578C4.30208 12.9297 3.64062 12.4844 3.07812 11.9219C2.51562 11.3594 2.07031 10.6979 1.74219 9.9375C1.41406 9.17708 1.25 8.36458 1.25 7.5C1.25 6.63542 1.41406 5.82292 1.74219 5.0625C2.07031 4.30208 2.51562 3.64062 3.07812 3.07812C3.64062 2.51562 4.30208 2.07031 5.0625 1.74219C5.82292 1.41406 6.63542 1.25 7.5 1.25C8.36458 1.25 9.17708 1.41406 9.9375 1.74219C10.6979 2.07031 11.3594 2.51562 11.9219 3.07812C12.4844 3.64062 12.9297 4.30208 13.2578 5.0625C13.5859 5.82292 13.75 6.63542 13.75 7.5C13.75 8.36458 13.5859 9.17708 13.2578 9.9375C12.9297 10.6979 12.4844 11.3594 11.9219 11.9219C11.3594 12.4844 10.6979 12.9297 9.9375 13.2578C9.17708 13.5859 8.36458 13.75 7.5 13.75ZM7.5 12.5C8.89583 12.5 10.0781 12.0156 11.0469 11.0469C12.0156 10.0781 12.5 8.89583 12.5 7.5C12.5 6.10417 12.0156 4.92188 11.0469 3.95313C10.0781 2.98438 8.89583 2.5 7.5 2.5C6.10417 2.5 4.92188 2.98438 3.95313 3.95313C2.98438 4.92188 2.5 6.10417 2.5 7.5C2.5 8.89583 2.98438 10.0781 3.95313 11.0469C4.92188 12.0156 6.10417 12.5 7.5 12.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-sort-down-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3201_16868" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3201_16868)"><path d="M7.5 10L10 7.5L9.125 6.625L8.125 7.625V5H6.875V7.625L5.875 6.625L5 7.5L7.5 10ZM7.5 13.75C6.63542 13.75 5.82292 13.5859 5.0625 13.2578C4.30208 12.9297 3.64062 12.4844 3.07812 11.9219C2.51562 11.3594 2.07031 10.6979 1.74219 9.9375C1.41406 9.17708 1.25 8.36458 1.25 7.5C1.25 6.63542 1.41406 5.82292 1.74219 5.0625C2.07031 4.30208 2.51562 3.64062 3.07812 3.07812C3.64062 2.51562 4.30208 2.07031 5.0625 1.74219C5.82292 1.41406 6.63542 1.25 7.5 1.25C8.36458 1.25 9.17708 1.41406 9.9375 1.74219C10.6979 2.07031 11.3594 2.51562 11.9219 3.07812C12.4844 3.64062 12.9297 4.30208 13.2578 5.0625C13.5859 5.82292 13.75 6.63542 13.75 7.5C13.75 8.36458 13.5859 9.17708 13.2578 9.9375C12.9297 10.6979 12.4844 11.3594 11.9219 11.9219C11.3594 12.4844 10.6979 12.9297 9.9375 13.2578C9.17708 13.5859 8.36458 13.75 7.5 13.75ZM7.5 12.5C8.89583 12.5 10.0781 12.0156 11.0469 11.0469C12.0156 10.0781 12.5 8.89583 12.5 7.5C12.5 6.10417 12.0156 4.92188 11.0469 3.95313C10.0781 2.98438 8.89583 2.5 7.5 2.5C6.10417 2.5 4.92188 2.98438 3.95313 3.95313C2.98438 4.92188 2.5 6.10417 2.5 7.5C2.5 8.89583 2.98438 10.0781 3.95313 11.0469C4.92188 12.0156 6.10417 12.5 7.5 12.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-add-note-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3207_16880" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3207_16880)"><path d="M3.125 13.125C2.78125 13.125 2.48698 13.0026 2.24219 12.7578C1.9974 12.513 1.875 12.2188 1.875 11.875V3.125C1.875 2.78125 1.9974 2.48698 2.24219 2.24219C2.48698 1.9974 2.78125 1.875 3.125 1.875H11.875C12.2188 1.875 12.513 1.9974 12.7578 2.24219C13.0026 2.48698 13.125 2.78125 13.125 3.125V7.3125C12.9271 7.21875 12.724 7.13802 12.5156 7.07031C12.3073 7.0026 12.0937 6.95312 11.875 6.92187V3.125H3.125V11.875H6.90625C6.9375 12.1042 6.98698 12.3229 7.05469 12.5313C7.1224 12.7396 7.20313 12.9375 7.29688 13.125H3.125ZM3.125 11.875V3.125V6.92187V6.875V11.875ZM4.375 10.625H6.92187C6.95312 10.4063 7.0026 10.1927 7.07031 9.98438C7.13802 9.77604 7.21354 9.57292 7.29688 9.375H4.375V10.625ZM4.375 8.125H8.1875C8.52083 7.8125 8.89323 7.55208 9.30469 7.34375C9.71615 7.13542 10.1562 6.99479 10.625 6.92187V6.875H4.375V8.125ZM4.375 5.625H10.625V4.375H4.375V5.625ZM11.25 14.375C10.3854 14.375 9.64844 14.0703 9.03906 13.4609C8.42969 12.8516 8.125 12.1146 8.125 11.25C8.125 10.3854 8.42969 9.64844 9.03906 9.03906C9.64844 8.42969 10.3854 8.125 11.25 8.125C12.1146 8.125 12.8516 8.42969 13.4609 9.03906C14.0703 9.64844 14.375 10.3854 14.375 11.25C14.375 12.1146 14.0703 12.8516 13.4609 13.4609C12.8516 14.0703 12.1146 14.375 11.25 14.375ZM10.9375 13.125H11.5625V11.5625H13.125V10.9375H11.5625V9.375H10.9375V10.9375H9.375V11.5625H10.9375V13.125Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-folder-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3201_16844" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3201_16844)"><path d="M2.5 12.5C2.15625 12.5 1.86198 12.3776 1.61719 12.1328C1.3724 11.888 1.25 11.5938 1.25 11.25V3.75C1.25 3.40625 1.3724 3.11198 1.61719 2.86719C1.86198 2.6224 2.15625 2.5 2.5 2.5H6.25L7.5 3.75H12.5C12.8438 3.75 13.138 3.8724 13.3828 4.11719C13.6276 4.36198 13.75 4.65625 13.75 5V11.25C13.75 11.5938 13.6276 11.888 13.3828 12.1328C13.138 12.3776 12.8438 12.5 12.5 12.5H2.5ZM2.5 11.25H12.5V5H6.98438L5.73438 3.75H2.5V11.25Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
}

.icon-show-error {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2737_1755" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2737_1755)"><path d="M7.5 10C8.28125 10 8.94531 9.72656 9.49219 9.17969C10.0391 8.63281 10.3125 7.96875 10.3125 7.1875C10.3125 6.40625 10.0391 5.74219 9.49219 5.19531C8.94531 4.64844 8.28125 4.375 7.5 4.375C6.71875 4.375 6.05469 4.64844 5.50781 5.19531C4.96094 5.74219 4.6875 6.40625 4.6875 7.1875C4.6875 7.96875 4.96094 8.63281 5.50781 9.17969C6.05469 9.72656 6.71875 10 7.5 10ZM7.5 8.875C7.03125 8.875 6.63281 8.71094 6.30469 8.38281C5.97656 8.05469 5.8125 7.65625 5.8125 7.1875C5.8125 6.71875 5.97656 6.32031 6.30469 5.99219C6.63281 5.66406 7.03125 5.5 7.5 5.5C7.96875 5.5 8.36719 5.66406 8.69531 5.99219C9.02344 6.32031 9.1875 6.71875 9.1875 7.1875C9.1875 7.65625 9.02344 8.05469 8.69531 8.38281C8.36719 8.71094 7.96875 8.875 7.5 8.875ZM7.5 11.875C5.97917 11.875 4.59375 11.4505 3.34375 10.6016C2.09375 9.7526 1.1875 8.61458 0.625 7.1875C1.1875 5.76042 2.09375 4.6224 3.34375 3.77344C4.59375 2.92448 5.97917 2.5 7.5 2.5C9.02083 2.5 10.4062 2.92448 11.6562 3.77344C12.9062 4.6224 13.8125 5.76042 14.375 7.1875C13.8125 8.61458 12.9062 9.7526 11.6562 10.6016C10.4062 11.4505 9.02083 11.875 7.5 11.875ZM7.5 10.625C8.67708 10.625 9.75781 10.3151 10.7422 9.69531C11.7266 9.07552 12.4792 8.23958 13 7.1875C12.4792 6.13542 11.7266 5.29948 10.7422 4.67969C9.75781 4.0599 8.67708 3.75 7.5 3.75C6.32292 3.75 5.24219 4.0599 4.25781 4.67969C3.27344 5.29948 2.52083 6.13542 2 7.1875C2.52083 8.23958 3.27344 9.07552 4.25781 9.69531C5.24219 10.3151 6.32292 10.625 7.5 10.625Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-upload {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5625 12.5C1.13281 12.5 0.765104 12.3471 0.459375 12.0414C0.153125 11.7352 0 11.3672 0 10.9375V8.59375H1.5625V10.9375H10.9375V8.59375H12.5V10.9375C12.5 11.3672 12.3471 11.7352 12.0414 12.0414C11.7352 12.3471 11.3672 12.5 10.9375 12.5H1.5625ZM5.46875 9.375V3.00781L3.4375 5.03906L2.34375 3.90625L6.25 0L10.1562 3.90625L9.0625 5.03906L7.03125 3.00781V9.375H5.46875Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-upload-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5625 12.5C1.13281 12.5 0.765104 12.3471 0.459375 12.0414C0.153125 11.7352 0 11.3672 0 10.9375V8.59375H1.5625V10.9375H10.9375V8.59375H12.5V10.9375C12.5 11.3672 12.3471 11.7352 12.0414 12.0414C11.7352 12.3471 11.3672 12.5 10.9375 12.5H1.5625ZM5.46875 9.375V3.00781L3.4375 5.03906L2.34375 3.90625L6.25 0L10.1562 3.90625L9.0625 5.03906L7.03125 3.00781V9.375H5.46875Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-snapshot-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2471_16289" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2471_16289)"><path d="M12.9062 4.375C12.9062 3.5625 12.625 2.875 12.0625 2.3125C11.5 1.75 10.8125 1.46875 10 1.46875V0.625C11.0417 0.625 11.9271 0.989583 12.6562 1.71875C13.3854 2.44792 13.75 3.33333 13.75 4.375H12.9062ZM11.25 4.375C11.25 4.03125 11.1276 3.73698 10.8828 3.49219C10.638 3.2474 10.3438 3.125 10 3.125V2.28125C10.5729 2.28125 11.0599 2.48437 11.4609 2.89062C11.862 3.29688 12.0729 3.79167 12.0938 4.375H11.25ZM2.5 13.125C2.15625 13.125 1.86198 13.0026 1.61719 12.7578C1.3724 12.513 1.25 12.2188 1.25 11.875V4.375C1.25 4.03125 1.3724 3.73698 1.61719 3.49219C1.86198 3.2474 2.15625 3.125 2.5 3.125H4.46875L5.625 1.875H9.375V3.125H6.17188L5.03125 4.375H2.5V11.875H12.5V5H13.75V11.875C13.75 12.2188 13.6276 12.513 13.3828 12.7578C13.138 13.0026 12.8438 13.125 12.5 13.125H2.5ZM7.5 10.9375C8.28125 10.9375 8.94531 10.6641 9.49219 10.1172C10.0391 9.57031 10.3125 8.90625 10.3125 8.125C10.3125 7.34375 10.0391 6.67969 9.49219 6.13281C8.94531 5.58594 8.28125 5.3125 7.5 5.3125C6.71875 5.3125 6.05469 5.58594 5.50781 6.13281C4.96094 6.67969 4.6875 7.34375 4.6875 8.125C4.6875 8.90625 4.96094 9.57031 5.50781 10.1172C6.05469 10.6641 6.71875 10.9375 7.5 10.9375ZM7.5 9.6875C7.0625 9.6875 6.69271 9.53646 6.39063 9.23438C6.08854 8.93229 5.9375 8.5625 5.9375 8.125C5.9375 7.6875 6.08854 7.31771 6.39063 7.01563C6.69271 6.71354 7.0625 6.5625 7.5 6.5625C7.9375 6.5625 8.30729 6.71354 8.60938 7.01563C8.91146 7.31771 9.0625 7.6875 9.0625 8.125C9.0625 8.5625 8.91146 8.93229 8.60938 9.23438C8.30729 9.53646 7.9375 9.6875 7.5 9.6875Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-configuration {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.81095 15.9204L5.49254 13.3731C5.32007 13.3068 5.15755 13.2272 5.00497 13.1343C4.8524 13.0415 4.70315 12.942 4.55721 12.8358L2.18905 13.8308L0 10.0498L2.04975 8.49751C2.03648 8.40464 2.02985 8.31509 2.02985 8.22886V7.69154C2.02985 7.60531 2.03648 7.51575 2.04975 7.42289L0 5.87065L2.18905 2.08955L4.55721 3.08458C4.70315 2.97844 4.85572 2.87894 5.01493 2.78607C5.17413 2.6932 5.33333 2.6136 5.49254 2.54726L5.81095 0H10.1891L10.5075 2.54726C10.6799 2.6136 10.8425 2.6932 10.995 2.78607C11.1476 2.87894 11.2968 2.97844 11.4428 3.08458L13.8109 2.08955L16 5.87065L14.5274 6.98507C14.2355 6.83914 13.937 6.71642 13.6318 6.61692C13.3267 6.51741 13.0017 6.44776 12.6567 6.40796L13.9104 5.45274L13.1343 4.0995L11.1642 4.93532C10.8723 4.63018 10.5506 4.37479 10.199 4.16915C9.84743 3.96352 9.466 3.80763 9.05473 3.70149L8.79602 1.59204H7.22388L6.94527 3.70149C6.534 3.80763 6.15257 3.96352 5.80099 4.16915C5.44942 4.37479 5.1277 4.62355 4.83582 4.91542L2.86567 4.0995L2.08955 5.45274L3.80099 6.72637C3.73466 6.92537 3.68823 7.12438 3.66169 7.32338C3.63516 7.52239 3.62189 7.73466 3.62189 7.9602C3.62189 8.17247 3.63516 8.37811 3.66169 8.57712C3.68823 8.77612 3.73466 8.97512 3.80099 9.17413L2.08955 10.4677L2.86567 11.8209L4.83582 10.9851C5.06136 11.2106 5.30348 11.4129 5.56219 11.592C5.8209 11.7711 6.10282 11.9204 6.40796 12.0398C6.42123 12.796 6.57711 13.5058 6.87562 14.1692C7.17413 14.8325 7.57546 15.4163 8.0796 15.9204H5.81095ZM6.62687 10.3682C6.70647 10.1028 6.80265 9.84743 6.91542 9.60199C7.02819 9.35655 7.15755 9.12106 7.30348 8.89552C7.15755 8.78939 7.04478 8.6534 6.96517 8.48756C6.88557 8.32172 6.84577 8.14594 6.84577 7.9602C6.84577 7.62852 6.96186 7.3466 7.19403 7.11443C7.4262 6.88226 7.70813 6.76617 8.0398 6.76617C8.22554 6.76617 8.40464 6.80929 8.57712 6.89552C8.74959 6.98176 8.88889 7.09784 8.99502 7.24378C9.22056 7.09784 9.45274 6.96849 9.69154 6.85572C9.93035 6.74295 10.1824 6.6534 10.4478 6.58707C10.209 6.16252 9.87728 5.8209 9.45274 5.56219C9.02819 5.30348 8.55721 5.17413 8.0398 5.17413C7.25705 5.17413 6.59701 5.4461 6.0597 5.99005C5.52239 6.534 5.25373 7.19071 5.25373 7.9602C5.25373 8.46434 5.37645 8.93201 5.62189 9.36318C5.86733 9.79436 6.20232 10.1294 6.62687 10.3682Z" fill="%235B6770"/><path d="M8.87115 14.3393H9.48092L13.2376 10.9535L12.6278 10.4039L8.87115 13.7897V14.3393ZM15.0996 10.3842L13.2485 8.7355L13.8582 8.18592C14.0252 8.03544 14.2303 7.9602 14.4735 7.9602C14.7166 7.9602 14.9217 8.03544 15.0887 8.18592L15.6985 8.7355C15.8654 8.88598 15.9525 9.06754 15.9598 9.28017C15.967 9.49281 15.8872 9.67437 15.7202 9.82485L15.0996 10.3842ZM14.468 10.9633L9.85114 15.1244H8.00004V13.456L12.6169 9.2949L14.468 10.9633Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 16px 16px;
  background-position: center;
}

.icon-headconfiguration {
  background-image: url('data:image/svg+xml;utf-8,<svg width="18" height="18" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.81095 15.9204L5.49254 13.3731C5.32007 13.3068 5.15755 13.2272 5.00497 13.1343C4.8524 13.0415 4.70315 12.942 4.55721 12.8358L2.18905 13.8308L0 10.0498L2.04975 8.49751C2.03648 8.40464 2.02985 8.31509 2.02985 8.22886V7.69154C2.02985 7.60531 2.03648 7.51575 2.04975 7.42289L0 5.87065L2.18905 2.08955L4.55721 3.08458C4.70315 2.97844 4.85572 2.87894 5.01493 2.78607C5.17413 2.6932 5.33333 2.6136 5.49254 2.54726L5.81095 0H10.1891L10.5075 2.54726C10.6799 2.6136 10.8425 2.6932 10.995 2.78607C11.1476 2.87894 11.2968 2.97844 11.4428 3.08458L13.8109 2.08955L16 5.87065L14.5274 6.98507C14.2355 6.83914 13.937 6.71642 13.6318 6.61692C13.3267 6.51741 13.0017 6.44776 12.6567 6.40796L13.9104 5.45274L13.1343 4.0995L11.1642 4.93532C10.8723 4.63018 10.5506 4.37479 10.199 4.16915C9.84743 3.96352 9.466 3.80763 9.05473 3.70149L8.79602 1.59204H7.22388L6.94527 3.70149C6.534 3.80763 6.15257 3.96352 5.80099 4.16915C5.44942 4.37479 5.1277 4.62355 4.83582 4.91542L2.86567 4.0995L2.08955 5.45274L3.80099 6.72637C3.73466 6.92537 3.68823 7.12438 3.66169 7.32338C3.63516 7.52239 3.62189 7.73466 3.62189 7.9602C3.62189 8.17247 3.63516 8.37811 3.66169 8.57712C3.68823 8.77612 3.73466 8.97512 3.80099 9.17413L2.08955 10.4677L2.86567 11.8209L4.83582 10.9851C5.06136 11.2106 5.30348 11.4129 5.56219 11.592C5.8209 11.7711 6.10282 11.9204 6.40796 12.0398C6.42123 12.796 6.57711 13.5058 6.87562 14.1692C7.17413 14.8325 7.57546 15.4163 8.0796 15.9204H5.81095ZM6.62687 10.3682C6.70647 10.1028 6.80265 9.84743 6.91542 9.60199C7.02819 9.35655 7.15755 9.12106 7.30348 8.89552C7.15755 8.78939 7.04478 8.6534 6.96517 8.48756C6.88557 8.32172 6.84577 8.14594 6.84577 7.9602C6.84577 7.62852 6.96186 7.3466 7.19403 7.11443C7.4262 6.88226 7.70813 6.76617 8.0398 6.76617C8.22554 6.76617 8.40464 6.80929 8.57712 6.89552C8.74959 6.98176 8.88889 7.09784 8.99502 7.24378C9.22056 7.09784 9.45274 6.96849 9.69154 6.85572C9.93035 6.74295 10.1824 6.6534 10.4478 6.58707C10.209 6.16252 9.87728 5.8209 9.45274 5.56219C9.02819 5.30348 8.55721 5.17413 8.0398 5.17413C7.25705 5.17413 6.59701 5.4461 6.0597 5.99005C5.52239 6.534 5.25373 7.19071 5.25373 7.9602C5.25373 8.46434 5.37645 8.93201 5.62189 9.36318C5.86733 9.79436 6.20232 10.1294 6.62687 10.3682Z" fill="%235B6770"/><path d="M8.87115 14.3393H9.48092L13.2376 10.9535L12.6278 10.4039L8.87115 13.7897V14.3393ZM15.0996 10.3842L13.2485 8.7355L13.8582 8.18592C14.0252 8.03544 14.2303 7.9602 14.4735 7.9602C14.7166 7.9602 14.9217 8.03544 15.0887 8.18592L15.6985 8.7355C15.8654 8.88598 15.9525 9.06754 15.9598 9.28017C15.967 9.49281 15.8872 9.67437 15.7202 9.82485L15.0996 10.3842ZM14.468 10.9633L9.85114 15.1244H8.00004V13.456L12.6169 9.2949L14.468 10.9633Z" fill="%23333333"/></svg>');
  background-repeat: no-repeat;
  padding: 3px 10px;
  background-position: center;
  margin-right: 10px;
}

.icon-associate {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2724_1623" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2724_1623)"><path d="M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H15.8333C16.2917 2.5 16.684 2.66319 17.0104 2.98958C17.3368 3.31597 17.5 3.70833 17.5 4.16667V9.75C17.2361 9.625 16.9653 9.51736 16.6875 9.42708C16.4097 9.33681 16.125 9.27083 15.8333 9.22917V4.16667H4.16667V15.8333H9.20833C9.25 16.1389 9.31597 16.4306 9.40625 16.7083C9.49653 16.9861 9.60417 17.25 9.72917 17.5H4.16667ZM4.16667 15.8333V4.16667V9.22917V9.16667V15.8333ZM5.83333 14.1667H9.22917C9.27083 13.875 9.33681 13.5903 9.42708 13.3125C9.51736 13.0347 9.61806 12.7639 9.72917 12.5H5.83333V14.1667ZM5.83333 10.8333H10.9167C11.3611 10.4167 11.8576 10.0694 12.4062 9.79167C12.9549 9.51389 13.5417 9.32639 14.1667 9.22917V9.16667H5.83333V10.8333ZM5.83333 7.5H14.1667V5.83333H5.83333V7.5Z" fill="%23000000"/><path d="M14.6389 18.3333C14.0426 18.3333 13.537 18.1333 13.1222 17.7333C12.7074 17.3333 12.5 16.8458 12.5 16.2708V12.3333C12.5 11.9208 12.6523 11.5677 12.9569 11.2739C13.2616 10.9802 13.6278 10.8333 14.0556 10.8333C14.4833 10.8333 14.8495 10.9802 15.1542 11.2739C15.4588 11.5677 15.6111 11.9208 15.6111 12.3333V15.3333H15.0278V12.3333C15.0278 12.0708 14.9338 11.8489 14.7458 11.6677C14.5579 11.4864 14.3278 11.3958 14.0556 11.3958C13.7833 11.3958 13.5532 11.4864 13.3653 11.6677C13.1773 11.8489 13.0833 12.0708 13.0833 12.3333V16.2708C13.0833 16.6833 13.2356 17.0364 13.5403 17.3302C13.8449 17.6239 14.2111 17.7708 14.6389 17.7708C14.8269 17.7708 15.0035 17.7411 15.1688 17.6818C15.334 17.6224 15.4815 17.5396 15.6111 17.4333V18.1083C15.462 18.1771 15.3065 18.2318 15.1444 18.2724C14.9824 18.313 14.8139 18.3333 14.6389 18.3333ZM16.3889 17.9583V16.8333H15.2222V16.0833H16.3889V14.9583H17.1667V16.0833H18.3333V16.8333H17.1667V17.9583H16.3889ZM14.6389 16.2708V16.8333C14.3667 16.8333 14.1366 16.7427 13.9486 16.5614C13.7606 16.3802 13.6667 16.1583 13.6667 15.8958V12.3333H14.25V15.8958C14.25 16.0021 14.2873 16.0911 14.3618 16.163C14.4363 16.2349 14.5287 16.2708 14.6389 16.2708ZM16.1944 14.2083V12.3333H16.7778V14.2083H16.1944Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 19px 16px;
  background-position: center;
}

.icon-add {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16520" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect width="21" height="21" transform="matrix(-1 0 0 1 21 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2653_16520)"><path d="M13.5882 18V15.5258H10.9412V13.8763H13.5882V11.4021H15.3529V13.8763H18V15.5258H15.3529V18H13.5882ZM3 15.5464V13.8969H9.24265C9.19853 14.1856 9.18 14.4605 9.18706 14.7216C9.19471 14.9828 9.22059 15.2577 9.26471 15.5464H3ZM3 12.2474V10.5979H11.5147C11.1765 10.8179 10.8715 11.0653 10.5997 11.3402C10.3274 11.6151 10.0882 11.9175 9.88235 12.2474H3ZM3 8.94845V7.29897H16.2353V8.94845H3ZM3 5.64948V4H16.2353V5.64948H3Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-add-column {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4728_14657" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4728_14657)"><path d="M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V15C3 14.45 3.19583 13.9792 3.5875 13.5875C3.97917 13.1958 4.45 13 5 13H19C19.55 13 20.0208 13.1958 20.4125 13.5875C20.8042 13.9792 21 14.45 21 15H5V19H15V21H5ZM5 11C4.45 11 3.97917 10.8042 3.5875 10.4125C3.19583 10.0208 3 9.55 3 9V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V9C21 9.55 20.8042 10.0208 20.4125 10.4125C20.0208 10.8042 19.55 11 19 11H5ZM5 9H19V5H5V9ZM19 23V21H17V19H19V17H21V19H23V21H21V23H19Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-add-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16520" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect width="21" height="21" transform="matrix(-1 0 0 1 21 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2653_16520)"><path d="M13.5882 18V15.5258H10.9412V13.8763H13.5882V11.4021H15.3529V13.8763H18V15.5258H15.3529V18H13.5882ZM3 15.5464V13.8969H9.24265C9.19853 14.1856 9.18 14.4605 9.18706 14.7216C9.19471 14.9828 9.22059 15.2577 9.26471 15.5464H3ZM3 12.2474V10.5979H11.5147C11.1765 10.8179 10.8715 11.0653 10.5997 11.3402C10.3274 11.6151 10.0882 11.9175 9.88235 12.2474H3ZM3 8.94845V7.29897H16.2353V8.94845H3ZM3 5.64948V4H16.2353V5.64948H3Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-configuration-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3462_16609" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="16"><rect y="0.5" width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3462_16609)"><path d="M5.78125 14.25L5.53125 12.25C5.39583 12.1979 5.26823 12.1354 5.14844 12.0625C5.02865 11.9896 4.91146 11.9115 4.79687 11.8281L2.9375 12.6094L1.21875 9.64062L2.82813 8.42188C2.81771 8.34896 2.8125 8.27865 2.8125 8.21094V7.78906C2.8125 7.72135 2.81771 7.65104 2.82813 7.57812L1.21875 6.35938L2.9375 3.39062L4.79687 4.17188C4.91146 4.08854 5.03125 4.01042 5.15625 3.9375C5.28125 3.86458 5.40625 3.80208 5.53125 3.75L5.78125 1.75H9.21875L9.46875 3.75C9.60417 3.80208 9.73177 3.86458 9.85156 3.9375C9.97135 4.01042 10.0885 4.08854 10.2031 4.17188L12.0625 3.39062L13.7813 6.35938L12.625 7.23438C12.3958 7.11979 12.1615 7.02344 11.9219 6.94531C11.6823 6.86719 11.4271 6.8125 11.1563 6.78125L12.1406 6.03125L11.5312 4.96875L9.98438 5.625C9.75521 5.38542 9.5026 5.1849 9.22656 5.02344C8.95052 4.86198 8.65104 4.73958 8.32812 4.65625L8.125 3H6.89062L6.67188 4.65625C6.34896 4.73958 6.04948 4.86198 5.77344 5.02344C5.4974 5.1849 5.24479 5.38021 5.01563 5.60938L3.46875 4.96875L2.85938 6.03125L4.20313 7.03125C4.15104 7.1875 4.11458 7.34375 4.09375 7.5C4.07292 7.65625 4.0625 7.82292 4.0625 8C4.0625 8.16667 4.07292 8.32813 4.09375 8.48438C4.11458 8.64063 4.15104 8.79688 4.20313 8.95313L2.85938 9.96875L3.46875 11.0313L5.01563 10.375C5.19271 10.5521 5.38281 10.7109 5.58594 10.8516C5.78906 10.9922 6.01042 11.1094 6.25 11.2031C6.26042 11.7969 6.38281 12.3542 6.61719 12.875C6.85156 13.3958 7.16667 13.8542 7.5625 14.25H5.78125ZM6.42187 9.89063C6.48437 9.68229 6.5599 9.48177 6.64844 9.28906C6.73698 9.09635 6.83854 8.91146 6.95313 8.73438C6.83854 8.65104 6.75 8.54427 6.6875 8.41406C6.625 8.28385 6.59375 8.14583 6.59375 8C6.59375 7.73958 6.6849 7.51823 6.86719 7.33594C7.04948 7.15365 7.27083 7.0625 7.53125 7.0625C7.67708 7.0625 7.81771 7.09635 7.95313 7.16406C8.08854 7.23177 8.19792 7.32292 8.28125 7.4375C8.45833 7.32292 8.64063 7.22135 8.82813 7.13281C9.01563 7.04427 9.21354 6.97396 9.42188 6.92188C9.23437 6.58854 8.97396 6.32031 8.64062 6.11719C8.30729 5.91406 7.9375 5.8125 7.53125 5.8125C6.91667 5.8125 6.39844 6.02604 5.97656 6.45313C5.55469 6.88021 5.34375 7.39583 5.34375 8C5.34375 8.39583 5.4401 8.76302 5.63281 9.10156C5.82552 9.4401 6.08854 9.70313 6.42187 9.89063Z" fill=""%23a544ff"/><path d="M8.18399 13.0086H8.66276L11.6123 10.3502L11.1335 9.91866L8.18399 12.5771V13.0086ZM13.0743 9.90325L11.6209 8.60873L12.0996 8.17723C12.2307 8.05908 12.3917 8 12.5827 8C12.7736 8 12.9346 8.05908 13.0657 8.17723L13.5445 8.60873C13.6756 8.72688 13.744 8.86944 13.7497 9.03639C13.7554 9.20334 13.6927 9.34589 13.5616 9.46404L13.0743 9.90325ZM12.5784 10.3579L8.95344 13.625H7.50003V12.3151L11.125 9.04795L12.5784 10.3579Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-add-table {
  background-image: url('data:image/svg+xml;utf-8,<svg width="14" height="14" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4186_2021" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4186_2021)"><path d="M18 20V17H15V15H18V12H20V15H23V17H20V20H18ZM3 21C2.45 21 1.97917 20.8042 1.5875 20.4125C1.19583 20.0208 1 19.55 1 19V5C1 4.45 1.19583 3.97917 1.5875 3.5875C1.97917 3.19583 2.45 3 3 3H17C17.55 3 18.0208 3.19583 18.4125 3.5875C18.8042 3.97917 19 4.45 19 5V10H17V8H3V19H16V21H3ZM3 6H17V5H3V6Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-add-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1509_23316" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" transform="matrix(-1 0 0 1 20 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1509_23316)"><path d="M9.16665 11.6666H7.49998V9.16663H4.99998V7.49996H7.49998V4.99996H9.16665V7.49996H11.6666V9.16663H9.16665V11.6666ZM13.3333 15C13.7916 15 14.184 14.8368 14.5104 14.5104C14.8368 14.184 15 13.7916 15 13.3333V3.33329C15 2.87496 14.8368 2.4826 14.5104 2.15621C14.184 1.82982 13.7916 1.66663 13.3333 1.66663H3.33331C2.87498 1.66663 2.48262 1.82982 2.15623 2.15621C1.82984 2.4826 1.66665 2.87496 1.66665 3.33329V13.3333C1.66665 13.7916 1.82984 14.184 2.15623 14.5104C2.48262 14.8368 2.87498 15 3.33331 15H13.3333ZM13.3333 13.3333H3.33331V3.33329H13.3333V13.3333ZM16.6666 18.3333C17.125 18.3333 17.5173 18.1701 17.8437 17.8437C18.1701 17.5173 18.3333 17.125 18.3333 16.6666V4.99996H16.6666V16.6666H4.99998V18.3333H16.6666Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  background-position: center;
}

.icon-unlock {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_470_7001" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_470_7001)"><path d="M3.75 12.5H11.25V6.25H3.75V12.5ZM7.5 10.625C7.84375 10.625 8.13802 10.5026 8.38281 10.2578C8.6276 10.013 8.75 9.71875 8.75 9.375C8.75 9.03125 8.6276 8.73698 8.38281 8.49219C8.13802 8.2474 7.84375 8.125 7.5 8.125C7.15625 8.125 6.86198 8.2474 6.61719 8.49219C6.3724 8.73698 6.25 9.03125 6.25 9.375C6.25 9.71875 6.3724 10.013 6.61719 10.2578C6.86198 10.5026 7.15625 10.625 7.5 10.625ZM3.75 13.75C3.40625 13.75 3.11198 13.6276 2.86719 13.3828C2.6224 13.138 2.5 12.8438 2.5 12.5V6.25C2.5 5.90625 2.6224 5.61198 2.86719 5.36719C3.11198 5.1224 3.40625 5 3.75 5H8.125V3.75C8.125 2.88542 8.42969 2.14844 9.03906 1.53906C9.64844 0.929687 10.3854 0.625 11.25 0.625C12.1146 0.625 12.8516 0.929687 13.4609 1.53906C14.0703 2.14844 14.375 2.88542 14.375 3.75H13.125C13.125 3.22917 12.9427 2.78646 12.5781 2.42188C12.2135 2.05729 11.7708 1.875 11.25 1.875C10.7292 1.875 10.2865 2.05729 9.92188 2.42188C9.55729 2.78646 9.375 3.22917 9.375 3.75V5H11.25C11.5938 5 11.888 5.1224 12.1328 5.36719C12.3776 5.61198 12.5 5.90625 12.5 6.25V12.5C12.5 12.8438 12.3776 13.138 12.1328 13.3828C11.888 13.6276 11.5938 13.75 11.25 13.75H3.75Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-selectexisting {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5370_2287" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5370_2287)"><path d="M16 11V6H18V11H16ZM11 17.9C10.4167 17.7333 9.9375 17.4083 9.5625 16.925C9.1875 16.4417 9 15.8833 9 15.25V6H11V17.9ZM11.75 22C10.0167 22 8.54167 21.3917 7.325 20.175C6.10833 18.9583 5.5 17.4833 5.5 15.75V6.5C5.5 5.25 5.9375 4.1875 6.8125 3.3125C7.6875 2.4375 8.75 2 10 2C11.25 2 12.3125 2.4375 13.1875 3.3125C14.0625 4.1875 14.5 5.25 14.5 6.5V14H12.5V6.5C12.4833 5.8 12.2375 5.20833 11.7625 4.725C11.2875 4.24167 10.7 4 10 4C9.3 4 8.70833 4.24167 8.225 4.725C7.74167 5.20833 7.5 5.8 7.5 6.5V15.75C7.48333 16.9333 7.89167 17.9375 8.725 18.7625C9.55833 19.5875 10.5667 20 11.75 20C12.1667 20 12.5625 19.9458 12.9375 19.8375C13.3125 19.7292 13.6667 19.5667 14 19.35V21.575C13.65 21.7083 13.2875 21.8125 12.9125 21.8875C12.5375 21.9625 12.15 22 11.75 22ZM16 21V18H13V16H16V13H18V16H21V18H18V21H16Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 16px;
  background-position: center;
}

.icon-saveurl {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5370_2389" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5370_2389)"><path d="M20.95 22.375L18 19.425V21.65H16V16H21.65V18H19.4L22.35 20.95L20.95 22.375ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 12.3333 21.9833 12.6667 21.95 13C21.9167 13.3333 21.8667 13.6667 21.8 14H19.75C19.8333 13.6667 19.8958 13.3333 19.9375 13C19.9792 12.6667 20 12.3333 20 12C20 11.6667 19.9792 11.3333 19.9375 11C19.8958 10.6667 19.8333 10.3333 19.75 10H16.35C16.4 10.3333 16.4375 10.6667 16.4625 11C16.4875 11.3333 16.5 11.6667 16.5 12C16.5 12.3333 16.4875 12.6667 16.4625 13C16.4375 13.3333 16.4 13.6667 16.35 14H14.35C14.4 13.6667 14.4375 13.3333 14.4625 13C14.4875 12.6667 14.5 12.3333 14.5 12C14.5 11.6667 14.4875 11.3333 14.4625 11C14.4375 10.6667 14.4 10.3333 14.35 10H9.65C9.6 10.3333 9.5625 10.6667 9.5375 11C9.5125 11.3333 9.5 11.6667 9.5 12C9.5 12.3333 9.5125 12.6667 9.5375 13C9.5625 13.3333 9.6 13.6667 9.65 14H13V16H10.1C10.3 16.7167 10.5583 17.4042 10.875 18.0625C11.1917 18.7208 11.5667 19.35 12 19.95C12.3333 19.95 12.6667 19.9292 13 19.8875C13.3333 19.8458 13.6667 19.8083 14 19.775V21.825C13.6667 21.8583 13.3333 21.8958 13 21.9375C12.6667 21.9792 12.3333 22 12 22ZM4.25 14H7.65C7.6 13.6667 7.5625 13.3333 7.5375 13C7.5125 12.6667 7.5 12.3333 7.5 12C7.5 11.6667 7.5125 11.3333 7.5375 11C7.5625 10.6667 7.6 10.3333 7.65 10H4.25C4.16667 10.3333 4.10417 10.6667 4.0625 11C4.02083 11.3333 4 11.6667 4 12C4 12.3333 4.02083 12.6667 4.0625 13C4.10417 13.3333 4.16667 13.6667 4.25 14ZM5.1 8H8.05C8.2 7.38333 8.3875 6.77917 8.6125 6.1875C8.8375 5.59583 9.1 5.01667 9.4 4.45C8.48333 4.75 7.65833 5.20417 6.925 5.8125C6.19167 6.42083 5.58333 7.15 5.1 8ZM9.4 19.55C9.1 18.9833 8.8375 18.4042 8.6125 17.8125C8.3875 17.2208 8.2 16.6167 8.05 16H5.1C5.58333 16.85 6.19167 17.5792 6.925 18.1875C7.65833 18.7958 8.48333 19.25 9.4 19.55ZM10.1 8H13.9C13.7 7.28333 13.4417 6.59583 13.125 5.9375C12.8083 5.27917 12.4333 4.65 12 4.05C11.5667 4.65 11.1917 5.27917 10.875 5.9375C10.5583 6.59583 10.3 7.28333 10.1 8ZM15.95 8H18.9C18.4167 7.15 17.8083 6.42083 17.075 5.8125C16.3417 5.20417 15.5167 4.75 14.6 4.45C14.9 5.01667 15.1625 5.59583 15.3875 6.1875C15.6125 6.77917 15.8 7.38333 15.95 8Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 16px;
  background-position: center;
}

.icon-cross {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2446_1598" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2446_1598)"><path d="M4 11.875L3.125 11L6.625 7.5L3.125 4L4 3.125L7.5 6.625L11 3.125L11.875 4L8.375 7.5L11.875 11L11 11.875L7.5 8.375L4 11.875Z" fill="%23ff0000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  background-position: center;
  cursor: pointer;
  margin-right: 5px;
}

.icon-saveurl {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5370_2389" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5370_2389)"><path d="M20.95 22.375L18 19.425V21.65H16V16H21.65V18H19.4L22.35 20.95L20.95 22.375ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 12.3333 21.9833 12.6667 21.95 13C21.9167 13.3333 21.8667 13.6667 21.8 14H19.75C19.8333 13.6667 19.8958 13.3333 19.9375 13C19.9792 12.6667 20 12.3333 20 12C20 11.6667 19.9792 11.3333 19.9375 11C19.8958 10.6667 19.8333 10.3333 19.75 10H16.35C16.4 10.3333 16.4375 10.6667 16.4625 11C16.4875 11.3333 16.5 11.6667 16.5 12C16.5 12.3333 16.4875 12.6667 16.4625 13C16.4375 13.3333 16.4 13.6667 16.35 14H14.35C14.4 13.6667 14.4375 13.3333 14.4625 13C14.4875 12.6667 14.5 12.3333 14.5 12C14.5 11.6667 14.4875 11.3333 14.4625 11C14.4375 10.6667 14.4 10.3333 14.35 10H9.65C9.6 10.3333 9.5625 10.6667 9.5375 11C9.5125 11.3333 9.5 11.6667 9.5 12C9.5 12.3333 9.5125 12.6667 9.5375 13C9.5625 13.3333 9.6 13.6667 9.65 14H13V16H10.1C10.3 16.7167 10.5583 17.4042 10.875 18.0625C11.1917 18.7208 11.5667 19.35 12 19.95C12.3333 19.95 12.6667 19.9292 13 19.8875C13.3333 19.8458 13.6667 19.8083 14 19.775V21.825C13.6667 21.8583 13.3333 21.8958 13 21.9375C12.6667 21.9792 12.3333 22 12 22ZM4.25 14H7.65C7.6 13.6667 7.5625 13.3333 7.5375 13C7.5125 12.6667 7.5 12.3333 7.5 12C7.5 11.6667 7.5125 11.3333 7.5375 11C7.5625 10.6667 7.6 10.3333 7.65 10H4.25C4.16667 10.3333 4.10417 10.6667 4.0625 11C4.02083 11.3333 4 11.6667 4 12C4 12.3333 4.02083 12.6667 4.0625 13C4.10417 13.3333 4.16667 13.6667 4.25 14ZM5.1 8H8.05C8.2 7.38333 8.3875 6.77917 8.6125 6.1875C8.8375 5.59583 9.1 5.01667 9.4 4.45C8.48333 4.75 7.65833 5.20417 6.925 5.8125C6.19167 6.42083 5.58333 7.15 5.1 8ZM9.4 19.55C9.1 18.9833 8.8375 18.4042 8.6125 17.8125C8.3875 17.2208 8.2 16.6167 8.05 16H5.1C5.58333 16.85 6.19167 17.5792 6.925 18.1875C7.65833 18.7958 8.48333 19.25 9.4 19.55ZM10.1 8H13.9C13.7 7.28333 13.4417 6.59583 13.125 5.9375C12.8083 5.27917 12.4333 4.65 12 4.05C11.5667 4.65 11.1917 5.27917 10.875 5.9375C10.5583 6.59583 10.3 7.28333 10.1 8ZM15.95 8H18.9C18.4167 7.15 17.8083 6.42083 17.075 5.8125C16.3417 5.20417 15.5167 4.75 14.6 4.45C14.9 5.01667 15.1625 5.59583 15.3875 6.1875C15.6125 6.77917 15.8 7.38333 15.95 8Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 16px;
  background-position: center;
}

.icon-saveurl-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5370_2389" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5370_2389)"><path d="M20.95 22.375L18 19.425V21.65H16V16H21.65V18H19.4L22.35 20.95L20.95 22.375ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 12.3333 21.9833 12.6667 21.95 13C21.9167 13.3333 21.8667 13.6667 21.8 14H19.75C19.8333 13.6667 19.8958 13.3333 19.9375 13C19.9792 12.6667 20 12.3333 20 12C20 11.6667 19.9792 11.3333 19.9375 11C19.8958 10.6667 19.8333 10.3333 19.75 10H16.35C16.4 10.3333 16.4375 10.6667 16.4625 11C16.4875 11.3333 16.5 11.6667 16.5 12C16.5 12.3333 16.4875 12.6667 16.4625 13C16.4375 13.3333 16.4 13.6667 16.35 14H14.35C14.4 13.6667 14.4375 13.3333 14.4625 13C14.4875 12.6667 14.5 12.3333 14.5 12C14.5 11.6667 14.4875 11.3333 14.4625 11C14.4375 10.6667 14.4 10.3333 14.35 10H9.65C9.6 10.3333 9.5625 10.6667 9.5375 11C9.5125 11.3333 9.5 11.6667 9.5 12C9.5 12.3333 9.5125 12.6667 9.5375 13C9.5625 13.3333 9.6 13.6667 9.65 14H13V16H10.1C10.3 16.7167 10.5583 17.4042 10.875 18.0625C11.1917 18.7208 11.5667 19.35 12 19.95C12.3333 19.95 12.6667 19.9292 13 19.8875C13.3333 19.8458 13.6667 19.8083 14 19.775V21.825C13.6667 21.8583 13.3333 21.8958 13 21.9375C12.6667 21.9792 12.3333 22 12 22ZM4.25 14H7.65C7.6 13.6667 7.5625 13.3333 7.5375 13C7.5125 12.6667 7.5 12.3333 7.5 12C7.5 11.6667 7.5125 11.3333 7.5375 11C7.5625 10.6667 7.6 10.3333 7.65 10H4.25C4.16667 10.3333 4.10417 10.6667 4.0625 11C4.02083 11.3333 4 11.6667 4 12C4 12.3333 4.02083 12.6667 4.0625 13C4.10417 13.3333 4.16667 13.6667 4.25 14ZM5.1 8H8.05C8.2 7.38333 8.3875 6.77917 8.6125 6.1875C8.8375 5.59583 9.1 5.01667 9.4 4.45C8.48333 4.75 7.65833 5.20417 6.925 5.8125C6.19167 6.42083 5.58333 7.15 5.1 8ZM9.4 19.55C9.1 18.9833 8.8375 18.4042 8.6125 17.8125C8.3875 17.2208 8.2 16.6167 8.05 16H5.1C5.58333 16.85 6.19167 17.5792 6.925 18.1875C7.65833 18.7958 8.48333 19.25 9.4 19.55ZM10.1 8H13.9C13.7 7.28333 13.4417 6.59583 13.125 5.9375C12.8083 5.27917 12.4333 4.65 12 4.05C11.5667 4.65 11.1917 5.27917 10.875 5.9375C10.5583 6.59583 10.3 7.28333 10.1 8ZM15.95 8H18.9C18.4167 7.15 17.8083 6.42083 17.075 5.8125C16.3417 5.20417 15.5167 4.75 14.6 4.45C14.9 5.01667 15.1625 5.59583 15.3875 6.1875C15.6125 6.77917 15.8 7.38333 15.95 8Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  background-position: center;
  cursor: pointer;
  margin-right: 5px;
}

.icon-check {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3910_1604" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23a544ff"/></mask><g mask="url(%23mask0_3910_1604)"><path d="M9.54998 18L3.84998 12.3L5.27498 10.875L9.54998 15.15L18.725 5.97498L20.15 7.39998L9.54998 18Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  background-position: center;
  cursor: pointer;
  margin-right: 5px;
}

.icon-rollback {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5943_1710" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5943_1710)"><path d="M12 22C10.75 22 9.57917 21.7625 8.4875 21.2875C7.39583 20.8125 6.44583 20.1708 5.6375 19.3625C4.82917 18.5542 4.1875 17.6042 3.7125 16.5125C3.2375 15.4208 3 14.25 3 13H5C5 14.95 5.67917 16.6042 7.0375 17.9625C8.39583 19.3208 10.05 20 12 20C13.95 20 15.6042 19.3208 16.9625 17.9625C18.3208 16.6042 19 14.95 19 13C19 11.05 18.3208 9.39583 16.9625 8.0375C15.6042 6.67917 13.95 6 12 6H11.85L13.4 7.55L12 9L8 5L12 1L13.4 2.45L11.85 4H12C13.25 4 14.4208 4.2375 15.5125 4.7125C16.6042 5.1875 17.5542 5.82917 18.3625 6.6375C19.1708 7.44583 19.8125 8.39583 20.2875 9.4875C20.7625 10.5792 21 11.75 21 13C21 14.25 20.7625 15.4208 20.2875 16.5125C19.8125 17.6042 19.1708 18.5542 18.3625 19.3625C17.5542 20.1708 16.6042 20.8125 15.5125 21.2875C14.4208 21.7625 13.25 22 12 22Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  background-position: center;
  cursor: pointer;
  margin-right: 5px;
}

.icon-check-new {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5935_1598" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23a544ff"/></mask><g mask="url(%23mask0_5935_1598)"><path d="M11.38 19.4599L7.13 15.2099L8.53 13.8099L11.38 16.6599L17.03 11.0099L18.43 12.4099L11.38 19.4599Z" fill="%23a544ff"/><path d="M8.088 9.08L7.428 7.76H7.368L7.56 9.08V13.46H6V5H7.2L10.38 9.476L11.016 10.76H11.076L10.884 9.476V5.06H12.444V13.52H11.244L8.088 9.08Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  background-position: center;
  cursor: pointer;
  margin-right: 5px;
}

.icon-check-exist {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5935_1700" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23a544ff"/></mask><g mask="url(%23mask0_5935_1700)"><path d="M11.66 19.86L7.41003 15.61L8.81003 14.21L11.66 17.06L17.31 11.41L18.71 12.81L11.66 19.86Z" fill="%23a544ff"/><path d="M6 5H10.98V6.464H7.644V8.42H10.68V9.884H7.644V11.936H11.04V13.4H6V5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  background-position: center;
  cursor: pointer;
  margin-right: 5px;
}

.icon-check12 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="12" height="12" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3910_1604" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23333333"/></mask><g mask="url(%23mask0_3910_1604)"><path d="M9.54998 18L3.84998 12.3L5.27498 10.875L9.54998 15.15L18.725 5.97498L20.15 7.39998L9.54998 18Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 7px 10px;
  background-position: center;
  cursor: pointer;
}

.icon-check15 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3910_1604" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23333333"/></mask><g mask="url(%23mask0_3910_1604)"><path d="M9.54998 18L3.84998 12.3L5.27498 10.875L9.54998 15.15L18.725 5.97498L20.15 7.39998L9.54998 18Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 5px;
  background-position: center;
  cursor: pointer;
  margin-right: 5px;
}

.icon-crossgrey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2446_1598" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2446_1598)"><path d="M4 11.875L3.125 11L6.625 7.5L3.125 4L4 3.125L7.5 6.625L11 3.125L11.875 4L8.375 7.5L11.875 11L11 11.875L7.5 8.375L4 11.875Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 16px;
  background-position: center;
}

.icon-snapshot {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2446_1598" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2446_1598)"><path d="M4 11.875L3.125 11L6.625 7.5L3.125 4L4 3.125L7.5 6.625L11 3.125L11.875 4L8.375 7.5L11.875 11L11 11.875L7.5 8.375L4 11.875Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
}

.icon-scancode {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3061_16655" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3061_16655)"><path d="M1.25 4.375V1.25H4.375V2.5H2.5V4.375H1.25ZM1.25 13.75V10.625H2.5V12.5H4.375V13.75H1.25ZM10.625 13.75V12.5H12.5V10.625H13.75V13.75H10.625ZM12.5 4.375V2.5H10.625V1.25H13.75V4.375H12.5ZM10.9375 10.9375H11.875V11.875H10.9375V10.9375ZM10.9375 9.0625H11.875V10H10.9375V9.0625ZM10 10H10.9375V10.9375H10V10ZM9.0625 10.9375H10V11.875H9.0625V10.9375ZM8.125 10H9.0625V10.9375H8.125V10ZM10 8.125H10.9375V9.0625H10V8.125ZM9.0625 9.0625H10V10H9.0625V9.0625ZM8.125 8.125H9.0625V9.0625H8.125V8.125ZM11.875 3.125V6.875H8.125V3.125H11.875ZM6.875 8.125V11.875H3.125V8.125H6.875ZM6.875 3.125V6.875H3.125V3.125H6.875ZM5.9375 10.9375V9.0625H4.0625V10.9375H5.9375ZM5.9375 5.9375V4.0625H4.0625V5.9375H5.9375ZM10.9375 5.9375V4.0625H9.0625V5.9375H10.9375Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
}

.icon-scancode-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3061_16655" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3061_16655)"><path d="M1.25 4.375V1.25H4.375V2.5H2.5V4.375H1.25ZM1.25 13.75V10.625H2.5V12.5H4.375V13.75H1.25ZM10.625 13.75V12.5H12.5V10.625H13.75V13.75H10.625ZM12.5 4.375V2.5H10.625V1.25H13.75V4.375H12.5ZM10.9375 10.9375H11.875V11.875H10.9375V10.9375ZM10.9375 9.0625H11.875V10H10.9375V9.0625ZM10 10H10.9375V10.9375H10V10ZM9.0625 10.9375H10V11.875H9.0625V10.9375ZM8.125 10H9.0625V10.9375H8.125V10ZM10 8.125H10.9375V9.0625H10V8.125ZM9.0625 9.0625H10V10H9.0625V9.0625ZM8.125 8.125H9.0625V9.0625H8.125V8.125ZM11.875 3.125V6.875H8.125V3.125H11.875ZM6.875 8.125V11.875H3.125V8.125H6.875ZM6.875 3.125V6.875H3.125V3.125H6.875ZM5.9375 10.9375V9.0625H4.0625V10.9375H5.9375ZM5.9375 5.9375V4.0625H4.0625V5.9375H5.9375ZM10.9375 5.9375V4.0625H9.0625V5.9375H10.9375Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  background-position: center;
}

.icon-click-image {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3061_16769" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3061_16769)"><path d="M6.54688 13.75C6.25521 13.75 5.98177 13.6875 5.72656 13.5625C5.47135 13.4375 5.25521 13.2604 5.07813 13.0313L1.67188 8.70313L1.96875 8.39063C2.17708 8.17188 2.42708 8.04167 2.71875 8C3.01042 7.95833 3.28125 8.01562 3.53125 8.17187L4.6875 8.875V3.75C4.6875 3.57292 4.7474 3.42448 4.86719 3.30469C4.98698 3.1849 5.13542 3.125 5.3125 3.125C5.48958 3.125 5.64063 3.1849 5.76563 3.30469C5.89063 3.42448 5.95312 3.57292 5.95312 3.75V11.125L4.4375 10.1875L6.0625 12.2656C6.125 12.3385 6.19792 12.3958 6.28125 12.4375C6.36458 12.4792 6.45313 12.5 6.54688 12.5H10C10.3437 12.5 10.638 12.3776 10.8828 12.1328C11.1276 11.888 11.25 11.5938 11.25 11.25V8.75C11.25 8.57292 11.1901 8.42448 11.0703 8.30469C10.9505 8.1849 10.8021 8.125 10.625 8.125H7.20313V6.875H10.625C11.1458 6.875 11.5885 7.05729 11.9531 7.42188C12.3177 7.78646 12.5 8.22917 12.5 8.75V11.25C12.5 11.9375 12.2552 12.526 11.7656 13.0156C11.276 13.5052 10.6875 13.75 10 13.75H6.54688ZM2.60938 5.3125C2.47396 5.08333 2.36979 4.83594 2.29688 4.57031C2.22396 4.30469 2.1875 4.03125 2.1875 3.75C2.1875 2.88542 2.49219 2.14844 3.10156 1.53906C3.71094 0.929687 4.44792 0.625 5.3125 0.625C6.17708 0.625 6.91406 0.929687 7.52344 1.53906C8.13281 2.14844 8.4375 2.88542 8.4375 3.75C8.4375 4.03125 8.40104 4.30469 8.32813 4.57031C8.25521 4.83594 8.15104 5.08333 8.01563 5.3125L6.9375 4.6875C7.02083 4.54167 7.08333 4.39323 7.125 4.24219C7.16667 4.09115 7.1875 3.92708 7.1875 3.75C7.1875 3.22917 7.00521 2.78646 6.64063 2.42188C6.27604 2.05729 5.83333 1.875 5.3125 1.875C4.79167 1.875 4.34896 2.05729 3.98438 2.42188C3.61979 2.78646 3.4375 3.22917 3.4375 3.75C3.4375 3.92708 3.45833 4.09115 3.5 4.24219C3.54167 4.39323 3.60417 4.54167 3.6875 4.6875L2.60938 5.3125Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 10px;
  background-position: center;
}

.icon-click-image-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3061_16769" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3061_16769)"><path d="M6.54688 13.75C6.25521 13.75 5.98177 13.6875 5.72656 13.5625C5.47135 13.4375 5.25521 13.2604 5.07813 13.0313L1.67188 8.70313L1.96875 8.39063C2.17708 8.17188 2.42708 8.04167 2.71875 8C3.01042 7.95833 3.28125 8.01562 3.53125 8.17187L4.6875 8.875V3.75C4.6875 3.57292 4.7474 3.42448 4.86719 3.30469C4.98698 3.1849 5.13542 3.125 5.3125 3.125C5.48958 3.125 5.64063 3.1849 5.76563 3.30469C5.89063 3.42448 5.95312 3.57292 5.95312 3.75V11.125L4.4375 10.1875L6.0625 12.2656C6.125 12.3385 6.19792 12.3958 6.28125 12.4375C6.36458 12.4792 6.45313 12.5 6.54688 12.5H10C10.3437 12.5 10.638 12.3776 10.8828 12.1328C11.1276 11.888 11.25 11.5938 11.25 11.25V8.75C11.25 8.57292 11.1901 8.42448 11.0703 8.30469C10.9505 8.1849 10.8021 8.125 10.625 8.125H7.20313V6.875H10.625C11.1458 6.875 11.5885 7.05729 11.9531 7.42188C12.3177 7.78646 12.5 8.22917 12.5 8.75V11.25C12.5 11.9375 12.2552 12.526 11.7656 13.0156C11.276 13.5052 10.6875 13.75 10 13.75H6.54688ZM2.60938 5.3125C2.47396 5.08333 2.36979 4.83594 2.29688 4.57031C2.22396 4.30469 2.1875 4.03125 2.1875 3.75C2.1875 2.88542 2.49219 2.14844 3.10156 1.53906C3.71094 0.929687 4.44792 0.625 5.3125 0.625C6.17708 0.625 6.91406 0.929687 7.52344 1.53906C8.13281 2.14844 8.4375 2.88542 8.4375 3.75C8.4375 4.03125 8.40104 4.30469 8.32813 4.57031C8.25521 4.83594 8.15104 5.08333 8.01563 5.3125L6.9375 4.6875C7.02083 4.54167 7.08333 4.39323 7.125 4.24219C7.16667 4.09115 7.1875 3.92708 7.1875 3.75C7.1875 3.22917 7.00521 2.78646 6.64063 2.42188C6.27604 2.05729 5.83333 1.875 5.3125 1.875C4.79167 1.875 4.34896 2.05729 3.98438 2.42188C3.61979 2.78646 3.4375 3.22917 3.4375 3.75C3.4375 3.92708 3.45833 4.09115 3.5 4.24219C3.54167 4.39323 3.60417 4.54167 3.6875 4.6875L2.60938 5.3125Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  background-position: center;
}

.icon-flash {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2480_16295" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2480_16295)"><path d="M7.5 9.75L9.5 6.875H7.71875L8.96875 2.5H5.625V7.5H7.5V9.75ZM6.25 13.75V8.75H4.375V1.25H10.625L9.375 5.625H11.875L6.25 13.75Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-mail {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2480_16301" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2480_16301)"><path d="M11.25 12.5L10.375 11.625L11.3594 10.625H8.75V9.375H11.3594L10.375 8.375L11.25 7.5L13.75 10L11.25 12.5ZM2.5 10.625C2.15625 10.625 1.86198 10.5026 1.61719 10.2578C1.3724 10.013 1.25 9.71875 1.25 9.375V3.125C1.25 2.78125 1.3724 2.48698 1.61719 2.24219C1.86198 1.9974 2.15625 1.875 2.5 1.875H10.625C10.9688 1.875 11.263 1.9974 11.5078 2.24219C11.7526 2.48698 11.875 2.78125 11.875 3.125V6.3125C11.7708 6.29167 11.6667 6.27604 11.5625 6.26563C11.4583 6.25521 11.3542 6.25 11.25 6.25C11.1458 6.25 11.0417 6.2526 10.9375 6.25781C10.8333 6.26302 10.7292 6.27604 10.625 6.29688V4L6.5 6.875L2.5 4.01562V9.375H7.54687C7.52604 9.47917 7.51302 9.58333 7.50781 9.6875C7.5026 9.79167 7.5 9.89583 7.5 10C7.5 10.1042 7.50521 10.2083 7.51563 10.3125C7.52604 10.4167 7.54167 10.5208 7.5625 10.625H2.5ZM3.40625 3.125L6.5 5.34375L9.6875 3.125H3.40625Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  margin-right: 5px;
}

.icon-copy {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="15" viewBox="0 0 13 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 15C1.0875 15 0.734375 14.8531 0.440625 14.5594C0.146875 14.2656 0 13.9125 0 13.5V3H1.5V13.5H9.75V15H1.5ZM4.5 12C4.0875 12 3.73438 11.8531 3.44063 11.5594C3.14688 11.2656 3 10.9125 3 10.5V1.5C3 1.0875 3.14688 0.734375 3.44063 0.440625C3.73438 0.146875 4.0875 0 4.5 0H11.25C11.6625 0 12.0156 0.146875 12.3094 0.440625C12.6031 0.734375 12.75 1.0875 12.75 1.5V10.5C12.75 10.9125 12.6031 11.2656 12.3094 11.5594C12.0156 11.8531 11.6625 12 11.25 12H4.5ZM4.5 10.5H11.25V1.5H4.5V10.5Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-trash {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2594_1590" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2594_1590)"><path d="M4.375 13.125C4.03125 13.125 3.73698 13.0026 3.49219 12.7578C3.2474 12.513 3.125 12.2188 3.125 11.875V3.75H2.5V2.5H5.625V1.875H9.375V2.5H12.5V3.75H11.875V11.875C11.875 12.2188 11.7526 12.513 11.5078 12.7578C11.263 13.0026 10.9688 13.125 10.625 13.125H4.375ZM10.625 3.75H4.375V11.875H10.625V3.75ZM5.625 10.625H6.875V5H5.625V10.625ZM8.125 10.625H9.375V5H8.125V10.625Z" fill="%23ff0000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-trash-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2594_1590" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2594_1590)"><path d="M4.375 13.125C4.03125 13.125 3.73698 13.0026 3.49219 12.7578C3.2474 12.513 3.125 12.2188 3.125 11.875V3.75H2.5V2.5H5.625V1.875H9.375V2.5H12.5V3.75H11.875V11.875C11.875 12.2188 11.7526 12.513 11.5078 12.7578C11.263 13.0026 10.9688 13.125 10.625 13.125H4.375ZM10.625 3.75H4.375V11.875H10.625V3.75ZM5.625 10.625H6.875V5H5.625V10.625ZM8.125 10.625H9.375V5H8.125V10.625Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  margin-right: 5px;
  background-position: center;
}

.icon-copy-project {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2787_16283" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2787_16283)"><path d="M10.4167 9.16665H12.0834V7.49998H13.75V5.83331H12.0834V4.16665H10.4167V5.83331H8.75002V7.49998H10.4167V9.16665ZM8.75002 12.5H13.75V10.8333H8.75002V12.5ZM6.66669 15.8333C6.20835 15.8333 5.81599 15.6701 5.4896 15.3437C5.16321 15.0173 5.00002 14.625 5.00002 14.1666V2.49998C5.00002 2.04165 5.16321 1.64929 5.4896 1.3229C5.81599 0.996507 6.20835 0.833313 6.66669 0.833313H12.5L17.5 5.83331V14.1666C17.5 14.625 17.3368 15.0173 17.0104 15.3437C16.684 15.6701 16.2917 15.8333 15.8334 15.8333H6.66669ZM6.66669 14.1666H15.8334V6.66665L11.6667 2.49998H6.66669V14.1666ZM3.33335 19.1666C2.87502 19.1666 2.48266 19.0035 2.15627 18.6771C1.82988 18.3507 1.66669 17.9583 1.66669 17.5V5.83331H3.33335V17.5H12.5V19.1666H3.33335Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 16px 16px !important;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
}

.icon-save {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2599_1700" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2599_1700)"><path d="M17.5 5.83333V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H14.1667L17.5 5.83333ZM15.8333 6.54167L13.4583 4.16667H4.16667V15.8333H15.8333V6.54167ZM10 15C10.6944 15 11.2847 14.7569 11.7708 14.2708C12.2569 13.7847 12.5 13.1944 12.5 12.5C12.5 11.8056 12.2569 11.2153 11.7708 10.7292C11.2847 10.2431 10.6944 10 10 10C9.30556 10 8.71528 10.2431 8.22917 10.7292C7.74306 11.2153 7.5 11.8056 7.5 12.5C7.5 13.1944 7.74306 13.7847 8.22917 14.2708C8.71528 14.7569 9.30556 15 10 15ZM5 8.33333H12.5V5H5V8.33333Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px !important;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
}

.icon-bestmatch {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5906_1706" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5906_1706)"><path d="M16.7 14.5L20.5 11.25L23.5 11.5L19.1 15.325L20.4 21L17.85 19.45L16.7 14.5ZM14.35 7.2L13.3 4.75L14.45 2L16.75 7.425L14.35 7.2ZM7.35 16.825L10.5 14.925L13.65 16.85L12.825 13.25L15.6 10.85L11.95 10.525L10.5 7.125L9.05 10.5L5.4 10.825L8.175 13.25L7.35 16.825ZM4.325 21L5.95 13.975L0.5 9.25L7.7 8.625L10.5 2L13.3 8.625L20.5 9.25L15.05 13.975L16.675 21L10.5 17.275L4.325 21Z" fill="%23f9a400"/></g></svg>');
  background-repeat: no-repeat;
  padding: 4px 13px !important;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
}

.icon-bestmatch:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5906_1706" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5906_1706)"><path d="M16.7 14.5L20.5 11.25L23.5 11.5L19.1 15.325L20.4 21L17.85 19.45L16.7 14.5ZM14.35 7.2L13.3 4.75L14.45 2L16.75 7.425L14.35 7.2ZM7.35 16.825L10.5 14.925L13.65 16.85L12.825 13.25L15.6 10.85L11.95 10.525L10.5 7.125L9.05 10.5L5.4 10.825L8.175 13.25L7.35 16.825ZM4.325 21L5.95 13.975L0.5 9.25L7.7 8.625L10.5 2L13.3 8.625L20.5 9.25L15.05 13.975L16.675 21L10.5 17.275L4.325 21Z" fill="%23a544ff"/></g></svg>');
}

.icon-cancel {
  background-image: url('data:image/svg+xml;utf-8,<svg width="21" height="21" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2643_16456" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2643_16456)"><path d="M7.8 14.25L10.5 11.55L13.2 14.25L14.25 13.2L11.55 10.5L14.25 7.8L13.2 6.75L10.5 9.45L7.8 6.75L6.75 7.8L9.45 10.5L6.75 13.2L7.8 14.25ZM10.5 18C9.4625 18 8.4875 17.8031 7.575 17.4094C6.6625 17.0156 5.86875 16.4813 5.19375 15.8063C4.51875 15.1313 3.98438 14.3375 3.59063 13.425C3.19687 12.5125 3 11.5375 3 10.5C3 9.4625 3.19687 8.4875 3.59063 7.575C3.98438 6.6625 4.51875 5.86875 5.19375 5.19375C5.86875 4.51875 6.6625 3.98438 7.575 3.59063C8.4875 3.19687 9.4625 3 10.5 3C11.5375 3 12.5125 3.19687 13.425 3.59063C14.3375 3.98438 15.1313 4.51875 15.8063 5.19375C16.4813 5.86875 17.0156 6.6625 17.4094 7.575C17.8031 8.4875 18 9.4625 18 10.5C18 11.5375 17.8031 12.5125 17.4094 13.425C17.0156 14.3375 16.4813 15.1313 15.8063 15.8063C15.1313 16.4813 14.3375 17.0156 13.425 17.4094C12.5125 17.8031 11.5375 18 10.5 18ZM10.5 16.5C12.175 16.5 13.5938 15.9188 14.7563 14.7563C15.9188 13.5938 16.5 12.175 16.5 10.5C16.5 8.825 15.9188 7.40625 14.7563 6.24375C13.5938 5.08125 12.175 4.5 10.5 4.5C8.825 4.5 7.40625 5.08125 6.24375 6.24375C5.08125 7.40625 4.5 8.825 4.5 10.5C4.5 12.175 5.08125 13.5938 6.24375 14.7563C7.40625 15.9188 8.825 16.5 10.5 16.5Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px !important;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
}

.icon-legend {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2621_16289" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2621_16289)"><path d="M3.33331 15.8333V14.1666H16.6666V15.8333H3.33331ZM3.33331 12.5V10.8333H16.6666V12.5H3.33331ZM3.33331 9.16663V7.20829L8.33331 4.16663L12.5 7.12496L16.6666 4.16663V6.20829L12.5 9.16663L8.27081 6.16663L3.33331 9.16663Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-client {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2621_16289" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2621_16289)"><path d="M3.33331 15.8333V14.1666H16.6666V15.8333H3.33331ZM3.33331 12.5V10.8333H16.6666V12.5H3.33331ZM3.33331 9.16663V7.20829L8.33331 4.16663L12.5 7.12496L16.6666 4.16663V6.20829L12.5 9.16663L8.27081 6.16663L3.33331 9.16663Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-central {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2666_16278" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2666_16278)"><path d="M7.5 13.125C5.92708 13.125 4.59635 12.8828 3.50781 12.3984C2.41927 11.9141 1.875 11.3229 1.875 10.625V4.375C1.875 3.6875 2.42448 3.09896 3.52344 2.60938C4.6224 2.11979 5.94792 1.875 7.5 1.875C9.05208 1.875 10.3776 2.11979 11.4766 2.60938C12.5755 3.09896 13.125 3.6875 13.125 4.375V10.625C13.125 11.3229 12.5807 11.9141 11.4922 12.3984C10.4036 12.8828 9.07292 13.125 7.5 13.125ZM7.5 5.64063C8.42708 5.64063 9.35938 5.50781 10.2969 5.24219C11.2344 4.97656 11.7604 4.69271 11.875 4.39063C11.7604 4.08854 11.237 3.80208 10.3047 3.53125C9.3724 3.26042 8.4375 3.125 7.5 3.125C6.55208 3.125 5.6224 3.25781 4.71094 3.52344C3.79948 3.78906 3.27083 4.07813 3.125 4.39063C3.27083 4.70313 3.79948 4.98958 4.71094 5.25C5.6224 5.51042 6.55208 5.64063 7.5 5.64063ZM7.5 8.75C7.9375 8.75 8.35938 8.72917 8.76563 8.6875C9.17188 8.64583 9.5599 8.58594 9.92969 8.50781C10.2995 8.42969 10.6484 8.33333 10.9766 8.21875C11.3047 8.10417 11.6042 7.97396 11.875 7.82813V5.95313C11.6042 6.09896 11.3047 6.22917 10.9766 6.34375C10.6484 6.45833 10.2995 6.55469 9.92969 6.63281C9.5599 6.71094 9.17188 6.77083 8.76563 6.8125C8.35938 6.85417 7.9375 6.875 7.5 6.875C7.0625 6.875 6.63542 6.85417 6.21875 6.8125C5.80208 6.77083 5.40885 6.71094 5.03906 6.63281C4.66927 6.55469 4.32292 6.45833 4 6.34375C3.67708 6.22917 3.38542 6.09896 3.125 5.95313V7.82813C3.38542 7.97396 3.67708 8.10417 4 8.21875C4.32292 8.33333 4.66927 8.42969 5.03906 8.50781C5.40885 8.58594 5.80208 8.64583 6.21875 8.6875C6.63542 8.72917 7.0625 8.75 7.5 8.75ZM7.5 11.875C7.97917 11.875 8.46615 11.8385 8.96094 11.7656C9.45573 11.6927 9.91146 11.5964 10.3281 11.4766C10.7448 11.3568 11.0937 11.2214 11.375 11.0703C11.6562 10.9193 11.8229 10.7656 11.875 10.6094V9.07813C11.6042 9.22396 11.3047 9.35417 10.9766 9.46875C10.6484 9.58333 10.2995 9.67969 9.92969 9.75781C9.5599 9.83594 9.17188 9.89583 8.76563 9.9375C8.35938 9.97917 7.9375 10 7.5 10C7.0625 10 6.63542 9.97917 6.21875 9.9375C5.80208 9.89583 5.40885 9.83594 5.03906 9.75781C4.66927 9.67969 4.32292 9.58333 4 9.46875C3.67708 9.35417 3.38542 9.22396 3.125 9.07813V10.625C3.17708 10.7812 3.34115 10.9323 3.61719 11.0781C3.89323 11.224 4.23958 11.3568 4.65625 11.4766C5.07292 11.5964 5.53125 11.6927 6.03125 11.7656C6.53125 11.8385 7.02083 11.875 7.5 11.875Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-consultant {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2643_16468" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"><rect x="0.206909" y="0.810425" width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2643_16468)"><path d="M7.70691 8.31042C7.01941 8.31042 6.43087 8.06563 5.94128 7.57605C5.4517 7.08647 5.20691 6.49792 5.20691 5.81042C5.20691 5.12292 5.4517 4.53438 5.94128 4.0448C6.43087 3.55522 7.01941 3.31042 7.70691 3.31042C8.39441 3.31042 8.98295 3.55522 9.47253 4.0448C9.96212 4.53438 10.2069 5.12292 10.2069 5.81042C10.2069 6.49792 9.96212 7.08647 9.47253 7.57605C8.98295 8.06563 8.39441 8.31042 7.70691 8.31042ZM2.70691 13.3104V11.5604C2.70691 11.2063 2.79806 10.8807 2.98035 10.5839C3.16264 10.287 3.40483 10.0604 3.70691 9.90417C4.35274 9.58126 5.00899 9.33907 5.67566 9.17761C6.34233 9.01615 7.01941 8.93542 7.70691 8.93542C8.39441 8.93542 9.07149 9.01615 9.73816 9.17761C10.4048 9.33907 11.0611 9.58126 11.7069 9.90417C12.009 10.0604 12.2512 10.287 12.4335 10.5839C12.6158 10.8807 12.7069 11.2063 12.7069 11.5604V13.3104H2.70691ZM3.95691 12.0604H11.4569V11.5604C11.4569 11.4458 11.4283 11.3417 11.371 11.2479C11.3137 11.1542 11.2382 11.0813 11.1444 11.0292C10.5819 10.7479 10.0142 10.537 9.44128 10.3964C8.86837 10.2557 8.29024 10.1854 7.70691 10.1854C7.12358 10.1854 6.54545 10.2557 5.97253 10.3964C5.39962 10.537 4.83191 10.7479 4.26941 11.0292C4.17566 11.0813 4.10014 11.1542 4.04285 11.2479C3.98556 11.3417 3.95691 11.4458 3.95691 11.5604V12.0604ZM7.70691 7.06042C8.05066 7.06042 8.34493 6.93803 8.58972 6.69324C8.83451 6.44845 8.95691 6.15417 8.95691 5.81042C8.95691 5.46667 8.83451 5.1724 8.58972 4.92761C8.34493 4.68282 8.05066 4.56042 7.70691 4.56042C7.36316 4.56042 7.06889 4.68282 6.8241 4.92761C6.57931 5.1724 6.45691 5.46667 6.45691 5.81042C6.45691 6.15417 6.57931 6.44845 6.8241 6.69324C7.06889 6.93803 7.36316 7.06042 7.70691 7.06042Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-project {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2666_16278" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2666_16278)"><path d="M7.5 13.125C5.92708 13.125 4.59635 12.8828 3.50781 12.3984C2.41927 11.9141 1.875 11.3229 1.875 10.625V4.375C1.875 3.6875 2.42448 3.09896 3.52344 2.60938C4.6224 2.11979 5.94792 1.875 7.5 1.875C9.05208 1.875 10.3776 2.11979 11.4766 2.60938C12.5755 3.09896 13.125 3.6875 13.125 4.375V10.625C13.125 11.3229 12.5807 11.9141 11.4922 12.3984C10.4036 12.8828 9.07292 13.125 7.5 13.125ZM7.5 5.64063C8.42708 5.64063 9.35938 5.50781 10.2969 5.24219C11.2344 4.97656 11.7604 4.69271 11.875 4.39063C11.7604 4.08854 11.237 3.80208 10.3047 3.53125C9.3724 3.26042 8.4375 3.125 7.5 3.125C6.55208 3.125 5.6224 3.25781 4.71094 3.52344C3.79948 3.78906 3.27083 4.07813 3.125 4.39063C3.27083 4.70313 3.79948 4.98958 4.71094 5.25C5.6224 5.51042 6.55208 5.64063 7.5 5.64063ZM7.5 8.75C7.9375 8.75 8.35938 8.72917 8.76563 8.6875C9.17188 8.64583 9.5599 8.58594 9.92969 8.50781C10.2995 8.42969 10.6484 8.33333 10.9766 8.21875C11.3047 8.10417 11.6042 7.97396 11.875 7.82813V5.95313C11.6042 6.09896 11.3047 6.22917 10.9766 6.34375C10.6484 6.45833 10.2995 6.55469 9.92969 6.63281C9.5599 6.71094 9.17188 6.77083 8.76563 6.8125C8.35938 6.85417 7.9375 6.875 7.5 6.875C7.0625 6.875 6.63542 6.85417 6.21875 6.8125C5.80208 6.77083 5.40885 6.71094 5.03906 6.63281C4.66927 6.55469 4.32292 6.45833 4 6.34375C3.67708 6.22917 3.38542 6.09896 3.125 5.95313V7.82813C3.38542 7.97396 3.67708 8.10417 4 8.21875C4.32292 8.33333 4.66927 8.42969 5.03906 8.50781C5.40885 8.58594 5.80208 8.64583 6.21875 8.6875C6.63542 8.72917 7.0625 8.75 7.5 8.75ZM7.5 11.875C7.97917 11.875 8.46615 11.8385 8.96094 11.7656C9.45573 11.6927 9.91146 11.5964 10.3281 11.4766C10.7448 11.3568 11.0937 11.2214 11.375 11.0703C11.6562 10.9193 11.8229 10.7656 11.875 10.6094V9.07813C11.6042 9.22396 11.3047 9.35417 10.9766 9.46875C10.6484 9.58333 10.2995 9.67969 9.92969 9.75781C9.5599 9.83594 9.17188 9.89583 8.76563 9.9375C8.35938 9.97917 7.9375 10 7.5 10C7.0625 10 6.63542 9.97917 6.21875 9.9375C5.80208 9.89583 5.40885 9.83594 5.03906 9.75781C4.66927 9.67969 4.32292 9.58333 4 9.46875C3.67708 9.35417 3.38542 9.22396 3.125 9.07813V10.625C3.17708 10.7812 3.34115 10.9323 3.61719 11.0781C3.89323 11.224 4.23958 11.3568 4.65625 11.4766C5.07292 11.5964 5.53125 11.6927 6.03125 11.7656C6.53125 11.8385 7.02083 11.875 7.5 11.875Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-masters-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5905_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5905_1592)"><path d="M18 18C18.4167 18 18.7708 17.8542 19.0625 17.5625C19.3542 17.2708 19.5 16.9167 19.5 16.5C19.5 16.0833 19.3542 15.7292 19.0625 15.4375C18.7708 15.1458 18.4167 15 18 15C17.5833 15 17.2292 15.1458 16.9375 15.4375C16.6458 15.7292 16.5 16.0833 16.5 16.5C16.5 16.9167 16.6458 17.2708 16.9375 17.5625C17.2292 17.8542 17.5833 18 18 18ZM18 21C18.5 21 18.9667 20.8833 19.4 20.65C19.8333 20.4167 20.1917 20.0917 20.475 19.675C20.0917 19.4417 19.6917 19.2708 19.275 19.1625C18.8583 19.0542 18.4333 19 18 19C17.5667 19 17.1417 19.0542 16.725 19.1625C16.3083 19.2708 15.9083 19.4417 15.525 19.675C15.8083 20.0917 16.1667 20.4167 16.6 20.65C17.0333 20.8833 17.5 21 18 21ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V11.7C20.6833 11.55 20.3583 11.4208 20.025 11.3125C19.6917 11.2042 19.35 11.125 19 11.075V5H5V19H11.05C11.1 19.3667 11.1792 19.7167 11.2875 20.05C11.3958 20.3833 11.525 20.7 11.675 21H5ZM5 19V5V11.075V11V19ZM7 17H11.075C11.125 16.65 11.2042 16.3083 11.3125 15.975C11.4208 15.6417 11.5417 15.3167 11.675 15H7V17ZM7 13H13.1C13.6333 12.5 14.2292 12.0833 14.8875 11.75C15.5458 11.4167 16.25 11.1917 17 11.075V11H7V13ZM7 9H17V7H7V9ZM18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-masters {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5905_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5905_1592)"><path d="M18 18C18.4167 18 18.7708 17.8542 19.0625 17.5625C19.3542 17.2708 19.5 16.9167 19.5 16.5C19.5 16.0833 19.3542 15.7292 19.0625 15.4375C18.7708 15.1458 18.4167 15 18 15C17.5833 15 17.2292 15.1458 16.9375 15.4375C16.6458 15.7292 16.5 16.0833 16.5 16.5C16.5 16.9167 16.6458 17.2708 16.9375 17.5625C17.2292 17.8542 17.5833 18 18 18ZM18 21C18.5 21 18.9667 20.8833 19.4 20.65C19.8333 20.4167 20.1917 20.0917 20.475 19.675C20.0917 19.4417 19.6917 19.2708 19.275 19.1625C18.8583 19.0542 18.4333 19 18 19C17.5667 19 17.1417 19.0542 16.725 19.1625C16.3083 19.2708 15.9083 19.4417 15.525 19.675C15.8083 20.0917 16.1667 20.4167 16.6 20.65C17.0333 20.8833 17.5 21 18 21ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V11.7C20.6833 11.55 20.3583 11.4208 20.025 11.3125C19.6917 11.2042 19.35 11.125 19 11.075V5H5V19H11.05C11.1 19.3667 11.1792 19.7167 11.2875 20.05C11.3958 20.3833 11.525 20.7 11.675 21H5ZM5 19V5V11.075V11V19ZM7 17H11.075C11.125 16.65 11.2042 16.3083 11.3125 15.975C11.4208 15.6417 11.5417 15.3167 11.675 15H7V17ZM7 13H13.1C13.6333 12.5 14.2292 12.0833 14.8875 11.75C15.5458 11.4167 16.25 11.1917 17 11.075V11H7V13ZM7 9H17V7H7V9ZM18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-masters-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5905_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5905_1592)"><path d="M18 18C18.4167 18 18.7708 17.8542 19.0625 17.5625C19.3542 17.2708 19.5 16.9167 19.5 16.5C19.5 16.0833 19.3542 15.7292 19.0625 15.4375C18.7708 15.1458 18.4167 15 18 15C17.5833 15 17.2292 15.1458 16.9375 15.4375C16.6458 15.7292 16.5 16.0833 16.5 16.5C16.5 16.9167 16.6458 17.2708 16.9375 17.5625C17.2292 17.8542 17.5833 18 18 18ZM18 21C18.5 21 18.9667 20.8833 19.4 20.65C19.8333 20.4167 20.1917 20.0917 20.475 19.675C20.0917 19.4417 19.6917 19.2708 19.275 19.1625C18.8583 19.0542 18.4333 19 18 19C17.5667 19 17.1417 19.0542 16.725 19.1625C16.3083 19.2708 15.9083 19.4417 15.525 19.675C15.8083 20.0917 16.1667 20.4167 16.6 20.65C17.0333 20.8833 17.5 21 18 21ZM5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V11.7C20.6833 11.55 20.3583 11.4208 20.025 11.3125C19.6917 11.2042 19.35 11.125 19 11.075V5H5V19H11.05C11.1 19.3667 11.1792 19.7167 11.2875 20.05C11.3958 20.3833 11.525 20.7 11.675 21H5ZM5 19V5V11.075V11V19ZM7 17H11.075C11.125 16.65 11.2042 16.3083 11.3125 15.975C11.4208 15.6417 11.5417 15.3167 11.675 15H7V17ZM7 13H13.1C13.6333 12.5 14.2292 12.0833 14.8875 11.75C15.5458 11.4167 16.25 11.1917 17 11.075V11H7V13ZM7 9H17V7H7V9ZM18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
}

.icon-setting {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2643_16474" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2643_16474)"><path d="M5.78125 13.75L5.53125 11.75C5.39583 11.6979 5.26823 11.6354 5.14844 11.5625C5.02865 11.4896 4.91146 11.4115 4.79687 11.3281L2.9375 12.1094L1.21875 9.14062L2.82813 7.92188C2.81771 7.84896 2.8125 7.77865 2.8125 7.71094V7.28906C2.8125 7.22135 2.81771 7.15104 2.82813 7.07812L1.21875 5.85938L2.9375 2.89062L4.79687 3.67188C4.91146 3.58854 5.03125 3.51042 5.15625 3.4375C5.28125 3.36458 5.40625 3.30208 5.53125 3.25L5.78125 1.25H9.21875L9.46875 3.25C9.60417 3.30208 9.73177 3.36458 9.85156 3.4375C9.97135 3.51042 10.0885 3.58854 10.2031 3.67188L12.0625 2.89062L13.7813 5.85938L12.1719 7.07812C12.1823 7.15104 12.1875 7.22135 12.1875 7.28906V7.71094C12.1875 7.77865 12.1771 7.84896 12.1562 7.92188L13.7656 9.14062L12.0469 12.1094L10.2031 11.3281C10.0885 11.4115 9.96875 11.4896 9.84375 11.5625C9.71875 11.6354 9.59375 11.6979 9.46875 11.75L9.21875 13.75H5.78125ZM7.53125 9.6875C8.13542 9.6875 8.65104 9.47396 9.07812 9.04688C9.50521 8.61979 9.71875 8.10417 9.71875 7.5C9.71875 6.89583 9.50521 6.38021 9.07812 5.95313C8.65104 5.52604 8.13542 5.3125 7.53125 5.3125C6.91667 5.3125 6.39844 5.52604 5.97656 5.95313C5.55469 6.38021 5.34375 6.89583 5.34375 7.5C5.34375 8.10417 5.55469 8.61979 5.97656 9.04688C6.39844 9.47396 6.91667 9.6875 7.53125 9.6875ZM7.53125 8.4375C7.27083 8.4375 7.04948 8.34635 6.86719 8.16406C6.6849 7.98177 6.59375 7.76042 6.59375 7.5C6.59375 7.23958 6.6849 7.01823 6.86719 6.83594C7.04948 6.65365 7.27083 6.5625 7.53125 6.5625C7.79167 6.5625 8.01302 6.65365 8.19531 6.83594C8.3776 7.01823 8.46875 7.23958 8.46875 7.5C8.46875 7.76042 8.3776 7.98177 8.19531 8.16406C8.01302 8.34635 7.79167 8.4375 7.53125 8.4375ZM6.875 12.5H8.10938L8.32812 10.8438C8.65104 10.7604 8.95052 10.638 9.22656 10.4766C9.5026 10.3151 9.75521 10.1198 9.98438 9.89062L11.5312 10.5313L12.1406 9.46875L10.7969 8.45313C10.849 8.30729 10.8854 8.15365 10.9062 7.99219C10.9271 7.83073 10.9375 7.66667 10.9375 7.5C10.9375 7.33333 10.9271 7.16927 10.9062 7.00781C10.8854 6.84635 10.849 6.69271 10.7969 6.54688L12.1406 5.53125L11.5312 4.46875L9.98438 5.125C9.75521 4.88542 9.5026 4.6849 9.22656 4.52344C8.95052 4.36198 8.65104 4.23958 8.32812 4.15625L8.125 2.5H6.89062L6.67188 4.15625C6.34896 4.23958 6.04948 4.36198 5.77344 4.52344C5.4974 4.6849 5.24479 4.88021 5.01563 5.10938L3.46875 4.46875L2.85938 5.53125L4.20313 6.53125C4.15104 6.6875 4.11458 6.84375 4.09375 7C4.07292 7.15625 4.0625 7.32292 4.0625 7.5C4.0625 7.66667 4.07292 7.82813 4.09375 7.98438C4.11458 8.14063 4.15104 8.29688 4.20313 8.45313L2.85938 9.46875L3.46875 10.5313L5.01563 9.875C5.24479 10.1146 5.4974 10.3151 5.77344 10.4766C6.04948 10.638 6.34896 10.7604 6.67188 10.8438L6.875 12.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-setting-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2643_16474" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2643_16474)"><path d="M5.78125 13.75L5.53125 11.75C5.39583 11.6979 5.26823 11.6354 5.14844 11.5625C5.02865 11.4896 4.91146 11.4115 4.79687 11.3281L2.9375 12.1094L1.21875 9.14062L2.82813 7.92188C2.81771 7.84896 2.8125 7.77865 2.8125 7.71094V7.28906C2.8125 7.22135 2.81771 7.15104 2.82813 7.07812L1.21875 5.85938L2.9375 2.89062L4.79687 3.67188C4.91146 3.58854 5.03125 3.51042 5.15625 3.4375C5.28125 3.36458 5.40625 3.30208 5.53125 3.25L5.78125 1.25H9.21875L9.46875 3.25C9.60417 3.30208 9.73177 3.36458 9.85156 3.4375C9.97135 3.51042 10.0885 3.58854 10.2031 3.67188L12.0625 2.89062L13.7813 5.85938L12.1719 7.07812C12.1823 7.15104 12.1875 7.22135 12.1875 7.28906V7.71094C12.1875 7.77865 12.1771 7.84896 12.1562 7.92188L13.7656 9.14062L12.0469 12.1094L10.2031 11.3281C10.0885 11.4115 9.96875 11.4896 9.84375 11.5625C9.71875 11.6354 9.59375 11.6979 9.46875 11.75L9.21875 13.75H5.78125ZM7.53125 9.6875C8.13542 9.6875 8.65104 9.47396 9.07812 9.04688C9.50521 8.61979 9.71875 8.10417 9.71875 7.5C9.71875 6.89583 9.50521 6.38021 9.07812 5.95313C8.65104 5.52604 8.13542 5.3125 7.53125 5.3125C6.91667 5.3125 6.39844 5.52604 5.97656 5.95313C5.55469 6.38021 5.34375 6.89583 5.34375 7.5C5.34375 8.10417 5.55469 8.61979 5.97656 9.04688C6.39844 9.47396 6.91667 9.6875 7.53125 9.6875ZM7.53125 8.4375C7.27083 8.4375 7.04948 8.34635 6.86719 8.16406C6.6849 7.98177 6.59375 7.76042 6.59375 7.5C6.59375 7.23958 6.6849 7.01823 6.86719 6.83594C7.04948 6.65365 7.27083 6.5625 7.53125 6.5625C7.79167 6.5625 8.01302 6.65365 8.19531 6.83594C8.3776 7.01823 8.46875 7.23958 8.46875 7.5C8.46875 7.76042 8.3776 7.98177 8.19531 8.16406C8.01302 8.34635 7.79167 8.4375 7.53125 8.4375ZM6.875 12.5H8.10938L8.32812 10.8438C8.65104 10.7604 8.95052 10.638 9.22656 10.4766C9.5026 10.3151 9.75521 10.1198 9.98438 9.89062L11.5312 10.5313L12.1406 9.46875L10.7969 8.45313C10.849 8.30729 10.8854 8.15365 10.9062 7.99219C10.9271 7.83073 10.9375 7.66667 10.9375 7.5C10.9375 7.33333 10.9271 7.16927 10.9062 7.00781C10.8854 6.84635 10.849 6.69271 10.7969 6.54688L12.1406 5.53125L11.5312 4.46875L9.98438 5.125C9.75521 4.88542 9.5026 4.6849 9.22656 4.52344C8.95052 4.36198 8.65104 4.23958 8.32812 4.15625L8.125 2.5H6.89062L6.67188 4.15625C6.34896 4.23958 6.04948 4.36198 5.77344 4.52344C5.4974 4.6849 5.24479 4.88021 5.01563 5.10938L3.46875 4.46875L2.85938 5.53125L4.20313 6.53125C4.15104 6.6875 4.11458 6.84375 4.09375 7C4.07292 7.15625 4.0625 7.32292 4.0625 7.5C4.0625 7.66667 4.07292 7.82813 4.09375 7.98438C4.11458 8.14063 4.15104 8.29688 4.20313 8.45313L2.85938 9.46875L3.46875 10.5313L5.01563 9.875C5.24479 10.1146 5.4974 10.3151 5.77344 10.4766C6.04948 10.638 6.34896 10.7604 6.67188 10.8438L6.875 12.5Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-alert {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2643_16477" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2643_16477)"><path d="M11.25 8.125V6.875H13.75V8.125H11.25ZM12 12.5L10 11L10.75 10L12.75 11.5L12 12.5ZM10.75 5L10 4L12 2.5L12.75 3.5L10.75 5ZM3.125 11.875V9.375H2.5C2.15625 9.375 1.86198 9.2526 1.61719 9.00781C1.3724 8.76302 1.25 8.46875 1.25 8.125V6.875C1.25 6.53125 1.3724 6.23698 1.61719 5.99219C1.86198 5.7474 2.15625 5.625 2.5 5.625H5L8.125 3.75V11.25L5 9.375H4.375V11.875H3.125ZM8.75 9.59375V5.40625C9.03125 5.65625 9.25781 5.96094 9.42969 6.32031C9.60156 6.67969 9.6875 7.07292 9.6875 7.5C9.6875 7.92708 9.60156 8.32031 9.42969 8.67969C9.25781 9.03906 9.03125 9.34375 8.75 9.59375ZM2.5 6.875V8.125H5.34375L6.875 9.03125V5.96875L5.34375 6.875H2.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-password {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2643_16480" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2643_16480)"><path d="M6.875 7.5C6.1875 7.5 5.59896 7.25521 5.10938 6.76563C4.61979 6.27604 4.375 5.6875 4.375 5C4.375 4.3125 4.61979 3.72396 5.10938 3.23438C5.59896 2.74479 6.1875 2.5 6.875 2.5C7.5625 2.5 8.15104 2.74479 8.64062 3.23438C9.13021 3.72396 9.375 4.3125 9.375 5C9.375 5.6875 9.13021 6.27604 8.64062 6.76563C8.15104 7.25521 7.5625 7.5 6.875 7.5ZM6.875 6.25C7.21875 6.25 7.51302 6.1276 7.75781 5.88281C8.0026 5.63802 8.125 5.34375 8.125 5C8.125 4.65625 8.0026 4.36198 7.75781 4.11719C7.51302 3.8724 7.21875 3.75 6.875 3.75C6.53125 3.75 6.23698 3.8724 5.99219 4.11719C5.7474 4.36198 5.625 4.65625 5.625 5C5.625 5.34375 5.7474 5.63802 5.99219 5.88281C6.23698 6.1276 6.53125 6.25 6.875 6.25ZM1.875 12.5V10.7656C1.875 10.4115 1.96354 10.0833 2.14063 9.78125C2.31771 9.47917 2.5625 9.25 2.875 9.09375C3.40625 8.82292 4.00781 8.59375 4.67969 8.40625C5.35156 8.21875 6.08333 8.125 6.875 8.125C7.09375 8.125 7.30729 8.13281 7.51563 8.14844C7.72396 8.16406 7.93229 8.1875 8.14063 8.21875C8.15104 8.45833 8.18229 8.6875 8.23438 8.90625C8.28646 9.125 8.36979 9.33854 8.48437 9.54688C8.24479 9.49479 7.98958 9.45312 7.71875 9.42187C7.44792 9.39062 7.16667 9.375 6.875 9.375C6.125 9.375 5.45833 9.46615 4.875 9.64844C4.29167 9.83073 3.8125 10.0156 3.4375 10.2031C3.33333 10.2552 3.25521 10.3333 3.20312 10.4375C3.15104 10.5417 3.125 10.651 3.125 10.7656V11.25H9.375V12.5H1.875ZM11.4062 13.125L10.625 12.1875V9.89062C10.2604 9.75521 9.96094 9.52865 9.72656 9.21094C9.49219 8.89323 9.375 8.53125 9.375 8.125C9.375 7.60417 9.55729 7.16146 9.92188 6.79688C10.2865 6.43229 10.7292 6.25 11.25 6.25C11.7708 6.25 12.2135 6.43229 12.5781 6.79688C12.9427 7.16146 13.125 7.60417 13.125 8.125C13.125 8.53125 13.0078 8.89323 12.7734 9.21094C12.5391 9.52865 12.2396 9.75521 11.875 9.89062L12.5 10.625L11.875 11.25L12.5 11.875L11.4062 13.125ZM11.25 9.0625C11.5104 9.0625 11.7318 8.97135 11.9141 8.78906C12.0964 8.60677 12.1875 8.38542 12.1875 8.125C12.1875 7.86458 12.0964 7.64323 11.9141 7.46094C11.7318 7.27865 11.5104 7.1875 11.25 7.1875C10.9896 7.1875 10.7682 7.27865 10.5859 7.46094C10.4036 7.64323 10.3125 7.86458 10.3125 8.125C10.3125 8.38542 10.4036 8.60677 10.5859 8.78906C10.7682 8.97135 10.9896 9.0625 11.25 9.0625Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-requestcenter {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3068_1593" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3068_1593)"><path d="M6.25 7.5C5.5625 7.5 4.97396 7.25521 4.48438 6.76563C3.99479 6.27604 3.75 5.6875 3.75 5C3.75 4.3125 3.99479 3.72396 4.48438 3.23438C4.97396 2.74479 5.5625 2.5 6.25 2.5C6.9375 2.5 7.52604 2.74479 8.01563 3.23438C8.50521 3.72396 8.75 4.3125 8.75 5C8.75 5.6875 8.50521 6.27604 8.01563 6.76563C7.52604 7.25521 6.9375 7.5 6.25 7.5ZM1.25 12.5V10.75C1.25 10.4062 1.33854 10.0833 1.51563 9.78125C1.69271 9.47917 1.9375 9.25 2.25 9.09375C2.78125 8.82292 3.38021 8.59375 4.04688 8.40625C4.71354 8.21875 5.44792 8.125 6.25 8.125H6.46875C6.53125 8.125 6.59375 8.13542 6.65625 8.15625C6.57292 8.34375 6.5026 8.53906 6.44531 8.74219C6.38802 8.94531 6.34375 9.15625 6.3125 9.375H6.25C5.51042 9.375 4.84635 9.46875 4.25781 9.65625C3.66927 9.84375 3.1875 10.0313 2.8125 10.2188C2.71875 10.2708 2.64323 10.3437 2.58594 10.4375C2.52865 10.5312 2.5 10.6354 2.5 10.75V11.25H6.4375C6.5 11.4687 6.58333 11.6849 6.6875 11.8984C6.79167 12.112 6.90625 12.3125 7.03125 12.5H1.25ZM10 13.125L9.8125 12.1875C9.6875 12.1354 9.57031 12.0807 9.46094 12.0234C9.35156 11.9661 9.23958 11.8958 9.125 11.8125L8.21875 12.0938L7.59375 11.0313L8.3125 10.4063C8.29167 10.2604 8.28125 10.125 8.28125 10C8.28125 9.875 8.29167 9.73958 8.3125 9.59375L7.59375 8.96875L8.21875 7.90625L9.125 8.1875C9.23958 8.10417 9.35156 8.03385 9.46094 7.97656C9.57031 7.91927 9.6875 7.86458 9.8125 7.8125L10 6.875H11.25L11.4375 7.8125C11.5625 7.86458 11.6797 7.92188 11.7891 7.98438C11.8984 8.04688 12.0104 8.125 12.125 8.21875L13.0313 7.90625L13.6563 9L12.9375 9.625C12.9583 9.75 12.9688 9.88021 12.9688 10.0156C12.9688 10.151 12.9583 10.2813 12.9375 10.4063L13.6563 11.0313L13.0313 12.0938L12.125 11.8125C12.0104 11.8958 11.8984 11.9661 11.7891 12.0234C11.6797 12.0807 11.5625 12.1354 11.4375 12.1875L11.25 13.125H10ZM10.625 11.25C10.9688 11.25 11.263 11.1276 11.5078 10.8828C11.7526 10.638 11.875 10.3438 11.875 10C11.875 9.65625 11.7526 9.36198 11.5078 9.11719C11.263 8.8724 10.9688 8.75 10.625 8.75C10.2813 8.75 9.98698 8.8724 9.74219 9.11719C9.4974 9.36198 9.375 9.65625 9.375 10C9.375 10.3438 9.4974 10.638 9.74219 10.8828C9.98698 11.1276 10.2813 11.25 10.625 11.25ZM6.25 6.25C6.59375 6.25 6.88802 6.1276 7.13281 5.88281C7.3776 5.63802 7.5 5.34375 7.5 5C7.5 4.65625 7.3776 4.36198 7.13281 4.11719C6.88802 3.8724 6.59375 3.75 6.25 3.75C5.90625 3.75 5.61198 3.8724 5.36719 4.11719C5.1224 4.36198 5 4.65625 5 5C5 5.34375 5.1224 5.63802 5.36719 5.88281C5.61198 6.1276 5.90625 6.25 6.25 6.25Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-requestcenter-gray {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3068_1593" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3068_1593)"><path d="M6.25 7.5C5.5625 7.5 4.97396 7.25521 4.48438 6.76563C3.99479 6.27604 3.75 5.6875 3.75 5C3.75 4.3125 3.99479 3.72396 4.48438 3.23438C4.97396 2.74479 5.5625 2.5 6.25 2.5C6.9375 2.5 7.52604 2.74479 8.01563 3.23438C8.50521 3.72396 8.75 4.3125 8.75 5C8.75 5.6875 8.50521 6.27604 8.01563 6.76563C7.52604 7.25521 6.9375 7.5 6.25 7.5ZM1.25 12.5V10.75C1.25 10.4062 1.33854 10.0833 1.51563 9.78125C1.69271 9.47917 1.9375 9.25 2.25 9.09375C2.78125 8.82292 3.38021 8.59375 4.04688 8.40625C4.71354 8.21875 5.44792 8.125 6.25 8.125H6.46875C6.53125 8.125 6.59375 8.13542 6.65625 8.15625C6.57292 8.34375 6.5026 8.53906 6.44531 8.74219C6.38802 8.94531 6.34375 9.15625 6.3125 9.375H6.25C5.51042 9.375 4.84635 9.46875 4.25781 9.65625C3.66927 9.84375 3.1875 10.0313 2.8125 10.2188C2.71875 10.2708 2.64323 10.3437 2.58594 10.4375C2.52865 10.5312 2.5 10.6354 2.5 10.75V11.25H6.4375C6.5 11.4687 6.58333 11.6849 6.6875 11.8984C6.79167 12.112 6.90625 12.3125 7.03125 12.5H1.25ZM10 13.125L9.8125 12.1875C9.6875 12.1354 9.57031 12.0807 9.46094 12.0234C9.35156 11.9661 9.23958 11.8958 9.125 11.8125L8.21875 12.0938L7.59375 11.0313L8.3125 10.4063C8.29167 10.2604 8.28125 10.125 8.28125 10C8.28125 9.875 8.29167 9.73958 8.3125 9.59375L7.59375 8.96875L8.21875 7.90625L9.125 8.1875C9.23958 8.10417 9.35156 8.03385 9.46094 7.97656C9.57031 7.91927 9.6875 7.86458 9.8125 7.8125L10 6.875H11.25L11.4375 7.8125C11.5625 7.86458 11.6797 7.92188 11.7891 7.98438C11.8984 8.04688 12.0104 8.125 12.125 8.21875L13.0313 7.90625L13.6563 9L12.9375 9.625C12.9583 9.75 12.9688 9.88021 12.9688 10.0156C12.9688 10.151 12.9583 10.2813 12.9375 10.4063L13.6563 11.0313L13.0313 12.0938L12.125 11.8125C12.0104 11.8958 11.8984 11.9661 11.7891 12.0234C11.6797 12.0807 11.5625 12.1354 11.4375 12.1875L11.25 13.125H10ZM10.625 11.25C10.9688 11.25 11.263 11.1276 11.5078 10.8828C11.7526 10.638 11.875 10.3438 11.875 10C11.875 9.65625 11.7526 9.36198 11.5078 9.11719C11.263 8.8724 10.9688 8.75 10.625 8.75C10.2813 8.75 9.98698 8.8724 9.74219 9.11719C9.4974 9.36198 9.375 9.65625 9.375 10C9.375 10.3438 9.4974 10.638 9.74219 10.8828C9.98698 11.1276 10.2813 11.25 10.625 11.25ZM6.25 6.25C6.59375 6.25 6.88802 6.1276 7.13281 5.88281C7.3776 5.63802 7.5 5.34375 7.5 5C7.5 4.65625 7.3776 4.36198 7.13281 4.11719C6.88802 3.8724 6.59375 3.75 6.25 3.75C5.90625 3.75 5.61198 3.8724 5.36719 4.11719C5.1224 4.36198 5 4.65625 5 5C5 5.34375 5.1224 5.63802 5.36719 5.88281C5.61198 6.1276 5.90625 6.25 6.25 6.25Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-signout {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2643_16486" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2643_16486)"><path d="M3.125 13.125C2.78125 13.125 2.48698 13.0026 2.24219 12.7578C1.9974 12.513 1.875 12.2188 1.875 11.875V3.125C1.875 2.78125 1.9974 2.48698 2.24219 2.24219C2.48698 1.9974 2.78125 1.875 3.125 1.875H7.5V3.125H3.125V11.875H7.5V13.125H3.125ZM10 10.625L9.14062 9.71875L10.7344 8.125H5.625V6.875H10.7344L9.14062 5.28125L10 4.375L13.125 7.5L10 10.625Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  display: inline;
  margin-right: 5px;
}

.icon-uparrow {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2668_16286" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2668_16286)"><path d="M6.875 13.5V4.89062L3.375 8.39062L2.5 7.5L7.5 2.5L12.5 7.5L11.625 8.39062L8.125 4.89062V13.5H6.875Z" fill="%23fff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
}

.icon-refresh {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2701_1589" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2701_1589)"><path d="M10 16.6666C8.13893 16.6666 6.56254 16.0208 5.27087 14.7291C3.97921 13.4375 3.33337 11.8611 3.33337 9.99998C3.33337 8.13887 3.97921 6.56248 5.27087 5.27081C6.56254 3.97915 8.13893 3.33331 10 3.33331C10.9584 3.33331 11.875 3.53123 12.75 3.92706C13.625 4.3229 14.375 4.88887 15 5.62498V3.33331H16.6667V9.16665H10.8334V7.49998H14.3334C13.8889 6.7222 13.2813 6.11109 12.5105 5.66665C11.7396 5.2222 10.9028 4.99998 10 4.99998C8.61115 4.99998 7.4306 5.48609 6.45837 6.45831C5.48615 7.43054 5.00004 8.61109 5.00004 9.99998C5.00004 11.3889 5.48615 12.5694 6.45837 13.5416C7.4306 14.5139 8.61115 15 10 15C11.0695 15 12.0348 14.6944 12.8959 14.0833C13.757 13.4722 14.3612 12.6666 14.7084 11.6666H16.4584C16.0695 13.1389 15.2778 14.3403 14.0834 15.2708C12.8889 16.2014 11.5278 16.6666 10 16.6666Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-sync {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1742" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect x="0.25" y="0.6875" width="19" height="19" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1742)"><path d="M3.41675 16.5208V14.9375H5.59383L5.27716 14.6604C4.59105 14.0534 4.10946 13.3607 3.83237 12.5823C3.55529 11.8038 3.41675 11.0187 3.41675 10.227C3.41675 8.76246 3.85546 7.45951 4.73289 6.31819C5.61032 5.17687 6.75494 4.42149 8.16675 4.05204V5.71454C7.21675 6.0576 6.45147 6.64145 5.87091 7.4661C5.29036 8.29076 5.00008 9.21107 5.00008 10.227C5.00008 10.8208 5.11223 11.398 5.33654 11.9588C5.56085 12.5196 5.9105 13.0375 6.3855 13.5125L6.58341 13.7104V11.7708H8.16675V16.5208H3.41675ZM11.3334 16.3229V14.6604C12.2834 14.3173 13.0487 13.7335 13.6292 12.9088C14.2098 12.0842 14.5001 11.1638 14.5001 10.1479C14.5001 9.55413 14.3879 8.97687 14.1636 8.41611C13.9393 7.85534 13.5897 7.33746 13.1147 6.86246L12.9167 6.66454V8.60413H11.3334V3.85413H16.0834V5.43746H13.9063L14.223 5.71454C14.8695 6.36107 15.3412 7.06367 15.6381 7.82236C15.935 8.58104 16.0834 9.35621 16.0834 10.1479C16.0834 11.6125 15.6447 12.9154 14.7673 14.0567C13.8898 15.198 12.7452 15.9534 11.3334 16.3229Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-sync15 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2710_1742" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect x="0.25" y="0.6875" width="19" height="19" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2710_1742)"><path d="M3.41675 16.5208V14.9375H5.59383L5.27716 14.6604C4.59105 14.0534 4.10946 13.3607 3.83237 12.5823C3.55529 11.8038 3.41675 11.0187 3.41675 10.227C3.41675 8.76246 3.85546 7.45951 4.73289 6.31819C5.61032 5.17687 6.75494 4.42149 8.16675 4.05204V5.71454C7.21675 6.0576 6.45147 6.64145 5.87091 7.4661C5.29036 8.29076 5.00008 9.21107 5.00008 10.227C5.00008 10.8208 5.11223 11.398 5.33654 11.9588C5.56085 12.5196 5.9105 13.0375 6.3855 13.5125L6.58341 13.7104V11.7708H8.16675V16.5208H3.41675ZM11.3334 16.3229V14.6604C12.2834 14.3173 13.0487 13.7335 13.6292 12.9088C14.2098 12.0842 14.5001 11.1638 14.5001 10.1479C14.5001 9.55413 14.3879 8.97687 14.1636 8.41611C13.9393 7.85534 13.5897 7.33746 13.1147 6.86246L12.9167 6.66454V8.60413H11.3334V3.85413H16.0834V5.43746H13.9063L14.223 5.71454C14.8695 6.36107 15.3412 7.06367 15.6381 7.82236C15.935 8.58104 16.0834 9.35621 16.0834 10.1479C16.0834 11.6125 15.6447 12.9154 14.7673 14.0567C13.8898 15.198 12.7452 15.9534 11.3334 16.3229Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-listofupload {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2701_1597" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2701_1597)"><path d="M9.16671 15.8334H10.8334V12.3542L12.1667 13.6875L13.3334 12.5L10 9.16669L6.66671 12.5L7.85421 13.6667L9.16671 12.3542V15.8334ZM5.00004 18.3334C4.54171 18.3334 4.14935 18.1702 3.82296 17.8438C3.49657 17.5174 3.33337 17.125 3.33337 16.6667V3.33335C3.33337 2.87502 3.49657 2.48266 3.82296 2.15627C4.14935 1.82988 4.54171 1.66669 5.00004 1.66669H11.6667L16.6667 6.66669V16.6667C16.6667 17.125 16.5035 17.5174 16.1771 17.8438C15.8507 18.1702 15.4584 18.3334 15 18.3334H5.00004ZM10.8334 7.50002V3.33335H5.00004V16.6667H15V7.50002H10.8334Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-approvedplaybooks {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3026_16613" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect x="0.320251" y="0.169983" width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3026_16613)"><path d="M2.82025 13.5033V11.8366H9.48692V13.5033H2.82025ZM2.82025 10.17V8.50332H12.8203V10.17H2.82025ZM2.82025 6.83665V5.16998H12.8203V6.83665H2.82025ZM13.9453 16.0033L10.9869 13.045L12.1536 11.8783L13.9453 13.6283L17.4869 10.0866L18.6536 11.295L13.9453 16.0033Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-report {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3038_16637" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect x="0.320251" y="0.620972" width="19" height="19" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3038_16637)"><path d="M6.65358 7.74597C6.87789 7.74597 7.06591 7.6701 7.21765 7.51837C7.36938 7.36663 7.44525 7.17861 7.44525 6.95431C7.44525 6.73 7.36938 6.54198 7.21765 6.39024C7.06591 6.23851 6.87789 6.16264 6.65358 6.16264C6.42928 6.16264 6.24126 6.23851 6.08952 6.39024C5.93779 6.54198 5.86192 6.73 5.86192 6.95431C5.86192 7.17861 5.93779 7.36663 6.08952 7.51837C6.24126 7.6701 6.42928 7.74597 6.65358 7.74597ZM6.65358 10.9126C6.87789 10.9126 7.06591 10.8368 7.21765 10.685C7.36938 10.5333 7.44525 10.3453 7.44525 10.121C7.44525 9.89667 7.36938 9.70865 7.21765 9.55691C7.06591 9.40517 6.87789 9.32931 6.65358 9.32931C6.42928 9.32931 6.24126 9.40517 6.08952 9.55691C5.93779 9.70865 5.86192 9.89667 5.86192 10.121C5.86192 10.3453 5.93779 10.5333 6.08952 10.685C6.24126 10.8368 6.42928 10.9126 6.65358 10.9126ZM6.65358 14.0793C6.87789 14.0793 7.06591 14.0034 7.21765 13.8517C7.36938 13.7 7.44525 13.5119 7.44525 13.2876C7.44525 13.0633 7.36938 12.8753 7.21765 12.7236C7.06591 12.5718 6.87789 12.496 6.65358 12.496C6.42928 12.496 6.24126 12.5718 6.08952 12.7236C5.93779 12.8753 5.86192 13.0633 5.86192 13.2876C5.86192 13.5119 5.93779 13.7 6.08952 13.8517C6.24126 14.0034 6.42928 14.0793 6.65358 14.0793ZM4.27858 17.246C3.84317 17.246 3.47043 17.0909 3.16036 16.7809C2.85029 16.4708 2.69525 16.0981 2.69525 15.6626V4.57931C2.69525 4.14389 2.85029 3.77115 3.16036 3.46108C3.47043 3.15101 3.84317 2.99597 4.27858 2.99597H12.9869L16.9453 6.95431V15.6626C16.9453 16.0981 16.7902 16.4708 16.4801 16.7809C16.1701 17.0909 15.7973 17.246 15.3619 17.246H4.27858ZM4.27858 15.6626H15.3619V7.74597H12.1953V4.57931H4.27858V15.6626Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-attachments {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3038_16643" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3038_16643)"><path d="M14.1667 16.6667V14.1667H11.6667V12.5H14.1667V10H15.8334V12.5H18.3334V14.1667H15.8334V16.6667H14.1667ZM9.16669 14.1667H5.83335C4.68058 14.1667 3.69794 13.7605 2.88544 12.948C2.07294 12.1355 1.66669 11.1528 1.66669 10C1.66669 8.84726 2.07294 7.86462 2.88544 7.05212C3.69794 6.23962 4.68058 5.83337 5.83335 5.83337H9.16669V7.50004H5.83335C5.13891 7.50004 4.54863 7.7431 4.06252 8.22921C3.57641 8.71532 3.33335 9.3056 3.33335 10C3.33335 10.6945 3.57641 11.2848 4.06252 11.7709C4.54863 12.257 5.13891 12.5 5.83335 12.5H9.16669V14.1667ZM6.66669 10.8334V9.16671H13.3334V10.8334H6.66669ZM18.3334 10H16.6667C16.6667 9.3056 16.4236 8.71532 15.9375 8.22921C15.4514 7.7431 14.8611 7.50004 14.1667 7.50004H10.8334V5.83337H14.1667C15.3195 5.83337 16.3021 6.23962 17.1146 7.05212C17.9271 7.86462 18.3334 8.84726 18.3334 10Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-internal-notes {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3038_16649" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3038_16649)"><path d="M6.66665 15H13.3333V13.3333H6.66665V15ZM6.66665 11.6666H13.3333V9.99996H6.66665V11.6666ZM4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V3.33329C3.33331 2.87496 3.49651 2.4826 3.8229 2.15621C4.14929 1.82982 4.54165 1.66663 4.99998 1.66663H11.6666L16.6666 6.66663V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM10.8333 7.49996V3.33329H4.99998V16.6666H15V7.49996H10.8333Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 10px;
}

.icon-internal-notes-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3038_16649" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3038_16649)"><path d="M6.66665 15H13.3333V13.3333H6.66665V15ZM6.66665 11.6666H13.3333V9.99996H6.66665V11.6666ZM4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V3.33329C3.33331 2.87496 3.49651 2.4826 3.8229 2.15621C4.14929 1.82982 4.54165 1.66663 4.99998 1.66663H11.6666L16.6666 6.66663V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM10.8333 7.49996V3.33329H4.99998V16.6666H15V7.49996H10.8333Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 8px;
  background-position: center;
}

.icon-report-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3038_16637" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect x="0.320251" y="0.620972" width="19" height="19" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3038_16637)"><path d="M6.65358 7.74597C6.87789 7.74597 7.06591 7.6701 7.21765 7.51837C7.36938 7.36663 7.44525 7.17861 7.44525 6.95431C7.44525 6.73 7.36938 6.54198 7.21765 6.39024C7.06591 6.23851 6.87789 6.16264 6.65358 6.16264C6.42928 6.16264 6.24126 6.23851 6.08952 6.39024C5.93779 6.54198 5.86192 6.73 5.86192 6.95431C5.86192 7.17861 5.93779 7.36663 6.08952 7.51837C6.24126 7.6701 6.42928 7.74597 6.65358 7.74597ZM6.65358 10.9126C6.87789 10.9126 7.06591 10.8368 7.21765 10.685C7.36938 10.5333 7.44525 10.3453 7.44525 10.121C7.44525 9.89667 7.36938 9.70865 7.21765 9.55691C7.06591 9.40517 6.87789 9.32931 6.65358 9.32931C6.42928 9.32931 6.24126 9.40517 6.08952 9.55691C5.93779 9.70865 5.86192 9.89667 5.86192 10.121C5.86192 10.3453 5.93779 10.5333 6.08952 10.685C6.24126 10.8368 6.42928 10.9126 6.65358 10.9126ZM6.65358 14.0793C6.87789 14.0793 7.06591 14.0034 7.21765 13.8517C7.36938 13.7 7.44525 13.5119 7.44525 13.2876C7.44525 13.0633 7.36938 12.8753 7.21765 12.7236C7.06591 12.5718 6.87789 12.496 6.65358 12.496C6.42928 12.496 6.24126 12.5718 6.08952 12.7236C5.93779 12.8753 5.86192 13.0633 5.86192 13.2876C5.86192 13.5119 5.93779 13.7 6.08952 13.8517C6.24126 14.0034 6.42928 14.0793 6.65358 14.0793ZM4.27858 17.246C3.84317 17.246 3.47043 17.0909 3.16036 16.7809C2.85029 16.4708 2.69525 16.0981 2.69525 15.6626V4.57931C2.69525 4.14389 2.85029 3.77115 3.16036 3.46108C3.47043 3.15101 3.84317 2.99597 4.27858 2.99597H12.9869L16.9453 6.95431V15.6626C16.9453 16.0981 16.7902 16.4708 16.4801 16.7809C16.1701 17.0909 15.7973 17.246 15.3619 17.246H4.27858ZM4.27858 15.6626H15.3619V7.74597H12.1953V4.57931H4.27858V15.6626Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 5px;
}

.icon-internal-notes-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3038_16649" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3038_16649)"><path d="M6.66665 15H13.3333V13.3333H6.66665V15ZM6.66665 11.6666H13.3333V9.99996H6.66665V11.6666ZM4.99998 18.3333C4.54165 18.3333 4.14929 18.1701 3.8229 17.8437C3.49651 17.5173 3.33331 17.125 3.33331 16.6666V3.33329C3.33331 2.87496 3.49651 2.4826 3.8229 2.15621C4.14929 1.82982 4.54165 1.66663 4.99998 1.66663H11.6666L16.6666 6.66663V16.6666C16.6666 17.125 16.5035 17.5173 16.1771 17.8437C15.8507 18.1701 15.4583 18.3333 15 18.3333H4.99998ZM10.8333 7.49996V3.33329H4.99998V16.6666H15V7.49996H10.8333Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 5px;
}

.icon-folder {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3114_1704" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3114_1704)"><path d="M12 13H13.6667V11.3333H15.3333V9.66667H13.6667V8H12V9.66667H10.3333V11.3333H12V13ZM3.66667 16.3333C3.20833 16.3333 2.81597 16.1701 2.48958 15.8438C2.16319 15.5174 2 15.125 2 14.6667V4.66667C2 4.20833 2.16319 3.81597 2.48958 3.48958C2.81597 3.16319 3.20833 3 3.66667 3H8.66667L10.3333 4.66667H17C17.4583 4.66667 17.8507 4.82986 18.1771 5.15625C18.5035 5.48264 18.6667 5.875 18.6667 6.33333V14.6667C18.6667 15.125 18.5035 15.5174 18.1771 15.8438C17.8507 16.1701 17.4583 16.3333 17 16.3333H3.66667Z" fill="%2300B0B9"/><rect x="4" y="7" width="13" height="8" fill="%2300b0b9"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 5px;
}

.icon-folder-plus {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3112_1607" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3112_1607)"><path d="M12 13H13.6667V11.3333H15.3333V9.66667H13.6667V8H12V9.66667H10.3333V11.3333H12V13ZM3.66667 16.3333C3.20833 16.3333 2.81597 16.1701 2.48958 15.8438C2.16319 15.5174 2 15.125 2 14.6667V4.66667C2 4.20833 2.16319 3.81597 2.48958 3.48958C2.81597 3.16319 3.20833 3 3.66667 3H8.66667L10.3333 4.66667H17C17.4583 4.66667 17.8507 4.82986 18.1771 5.15625C18.5035 5.48264 18.6667 5.875 18.6667 6.33333V14.6667C18.6667 15.125 18.5035 15.5174 18.1771 15.8438C17.8507 16.1701 17.4583 16.3333 17 16.3333H3.66667Z" fill="%23a544ff"/><rect x="4" y="6" width="13" height="8" fill="%23a544ff"/><path d="M9.57143 10.4286H7V9.57143H9.57143V7H10.4286V9.57143H13V10.4286H10.4286V13H9.57143V10.4286Z" fill="white" stroke="white"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 5px;
}

.icon-folder-minus {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3114_1704" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3114_1704)"><path d="M12 13H13.6667V11.3333H15.3333V9.66667H13.6667V8H12V9.66667H10.3333V11.3333H12V13ZM3.66667 16.3333C3.20833 16.3333 2.81597 16.1701 2.48958 15.8438C2.16319 15.5174 2 15.125 2 14.6667V4.66667C2 4.20833 2.16319 3.81597 2.48958 3.48958C2.81597 3.16319 3.20833 3 3.66667 3H8.66667L10.3333 4.66667H17C17.4583 4.66667 17.8507 4.82986 18.1771 5.15625C18.5035 5.48264 18.6667 5.875 18.6667 6.33333V14.6667C18.6667 15.125 18.5035 15.5174 18.1771 15.8438C17.8507 16.1701 17.4583 16.3333 17 16.3333H3.66667Z" fill="%23a544ff"/><rect x="4" y="7" width="13" height="8" fill="%23a544ff"/><path d="M6 11V10H14V11H6Z" fill="white" stroke="white"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0px 8px;
  background-position: center;
  margin-right: 5px;
}

.icon-file {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3114_1718" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3114_1718)"><path d="M5 11.25H10V10H5V11.25ZM5 8.75H10V7.5H5V8.75ZM3.75 13.75C3.40625 13.75 3.11198 13.6276 2.86719 13.3828C2.6224 13.138 2.5 12.8438 2.5 12.5V2.5C2.5 2.15625 2.6224 1.86198 2.86719 1.61719C3.11198 1.3724 3.40625 1.25 3.75 1.25H8.75L12.5 5V12.5C12.5 12.8438 12.3776 13.138 12.1328 13.3828C11.888 13.6276 11.5938 13.75 11.25 13.75H3.75ZM8.125 5.625V2.5H3.75V12.5H11.25V5.625H8.125Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 2px 8px;
  margin-right: 5px;
  background-position: center;
}

.icon-file-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3114_1718" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3114_1718)"><path d="M5 11.25H10V10H5V11.25ZM5 8.75H10V7.5H5V8.75ZM3.75 13.75C3.40625 13.75 3.11198 13.6276 2.86719 13.3828C2.6224 13.138 2.5 12.8438 2.5 12.5V2.5C2.5 2.15625 2.6224 1.86198 2.86719 1.61719C3.11198 1.3724 3.40625 1.25 3.75 1.25H8.75L12.5 5V12.5C12.5 12.8438 12.3776 13.138 12.1328 13.3828C11.888 13.6276 11.5938 13.75 11.25 13.75H3.75ZM8.125 5.625V2.5H3.75V12.5H11.25V5.625H8.125Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  cursor: pointer;
}

.icon-automatic {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3396_16715" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23a544ff"/></mask><g mask="url(%23mask0_3396_16715)"><path d="M4.16667 17.5C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2916 2.5 15.8333V4.16665C2.5 3.70831 2.66319 3.31595 2.98958 2.98956C3.31597 2.66317 3.70833 2.49998 4.16667 2.49998H7.66667C7.84722 1.99998 8.14931 1.5972 8.57292 1.29165C8.99653 0.986091 9.47222 0.833313 10 0.833313C10.5278 0.833313 11.0035 0.986091 11.4271 1.29165C11.8507 1.5972 12.1528 1.99998 12.3333 2.49998H15.8333C16.2917 2.49998 16.684 2.66317 17.0104 2.98956C17.3368 3.31595 17.5 3.70831 17.5 4.16665V9.74998C17.2361 9.62498 16.9653 9.51734 16.6875 9.42706C16.4097 9.33679 16.125 9.27081 15.8333 9.22915V4.16665H4.16667V15.8333H9.20833C9.25 16.1389 9.31597 16.4305 9.40625 16.7083C9.49653 16.9861 9.60417 17.25 9.72917 17.5H4.16667ZM4.16667 15.8333V4.16665V9.22915V9.16665V15.8333ZM5.83333 14.1666H9.22917C9.27083 13.875 9.33681 13.5903 9.42708 13.3125C9.51736 13.0347 9.61806 12.7639 9.72917 12.5H5.83333V14.1666ZM5.83333 10.8333H10.9167C11.3611 10.4166 11.8576 10.0694 12.4062 9.79165C12.9549 9.51387 13.5417 9.32637 14.1667 9.22915V9.16665H5.83333V10.8333ZM5.83333 7.49998H14.1667V5.83331H5.83333V7.49998ZM10 3.54165C10.1806 3.54165 10.3299 3.48262 10.4479 3.36456C10.566 3.24651 10.625 3.0972 10.625 2.91665C10.625 2.73609 10.566 2.58679 10.4479 2.46873C10.3299 2.35067 10.1806 2.29165 10 2.29165C9.81944 2.29165 9.67014 2.35067 9.55208 2.46873C9.43403 2.58679 9.375 2.73609 9.375 2.91665C9.375 3.0972 9.43403 3.24651 9.55208 3.36456C9.67014 3.48262 9.81944 3.54165 10 3.54165ZM15 19.1666C13.8472 19.1666 12.8646 18.7604 12.0521 17.9479C11.2396 17.1354 10.8333 16.1528 10.8333 15C10.8333 13.8472 11.2396 12.8646 12.0521 12.0521C12.8646 11.2396 13.8472 10.8333 15 10.8333C16.1528 10.8333 17.1354 11.2396 17.9479 12.0521C18.7604 12.8646 19.1667 13.8472 19.1667 15C19.1667 16.1528 18.7604 17.1354 17.9479 17.9479C17.1354 18.7604 16.1528 19.1666 15 19.1666ZM14.5833 17.5H15.4167V15.4166H17.5V14.5833H15.4167V12.5H14.5833V14.5833H12.5V15.4166H14.5833V17.5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-manual {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3396_16709" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3396_16709)"><path d="M15 16.6667V14.1667H12.5V12.5H15V10H16.6667V12.5H19.1667V14.1667H16.6667V16.6667H15ZM2.50004 17.5C2.04171 17.5 1.64935 17.3368 1.32296 17.0104C0.996568 16.684 0.833374 16.2917 0.833374 15.8333V4.16667C0.833374 3.70833 0.996568 3.31597 1.32296 2.98958C1.64935 2.66319 2.04171 2.5 2.50004 2.5H14.1667C14.625 2.5 15.0174 2.66319 15.3438 2.98958C15.6702 3.31597 15.8334 3.70833 15.8334 4.16667V8.33333H14.1667V6.66667H2.50004V15.8333H13.3334V17.5H2.50004ZM2.50004 5H14.1667V4.16667H2.50004V5Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-add-row-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16520" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect width="21" height="21" transform="matrix(-1 0 0 1 21 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2653_16520)"><path d="M13.5882 18V15.5258H10.9412V13.8763H13.5882V11.4021H15.3529V13.8763H18V15.5258H15.3529V18H13.5882ZM3 15.5464V13.8969H9.24265C9.19853 14.1856 9.18 14.4605 9.18706 14.7216C9.19471 14.9828 9.22059 15.2577 9.26471 15.5464H3ZM3 12.2474V10.5979H11.5147C11.1765 10.8179 10.8715 11.0653 10.5997 11.3402C10.3274 11.6151 10.0882 11.9175 9.88235 12.2474H3ZM3 8.94845V7.29897H16.2353V8.94845H3ZM3 5.64948V4H16.2353V5.64948H3Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-add-row-green18 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="18" height="18" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16520" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect width="21" height="21" transform="matrix(-1 0 0 1 21 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2653_16520)"><path d="M13.5882 18V15.5258H10.9412V13.8763H13.5882V11.4021H15.3529V13.8763H18V15.5258H15.3529V18H13.5882ZM3 15.5464V13.8969H9.24265C9.19853 14.1856 9.18 14.4605 9.18706 14.7216C9.19471 14.9828 9.22059 15.2577 9.26471 15.5464H3ZM3 12.2474V10.5979H11.5147C11.1765 10.8179 10.8715 11.0653 10.5997 11.3402C10.3274 11.6151 10.0882 11.9175 9.88235 12.2474H3ZM3 8.94845V7.29897H16.2353V8.94845H3ZM3 5.64948V4H16.2353V5.64948H3Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px 10px;
  background-position: center;
  cursor: pointer;
}

.icon-add-row {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2653_16520" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect width="21" height="21" transform="matrix(-1 0 0 1 21 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2653_16520)"><path d="M13.5882 18V15.5258H10.9412V13.8763H13.5882V11.4021H15.3529V13.8763H18V15.5258H15.3529V18H13.5882ZM3 15.5464V13.8969H9.24265C9.19853 14.1856 9.18 14.4605 9.18706 14.7216C9.19471 14.9828 9.22059 15.2577 9.26471 15.5464H3ZM3 12.2474V10.5979H11.5147C11.1765 10.8179 10.8715 11.0653 10.5997 11.3402C10.3274 11.6151 10.0882 11.9175 9.88235 12.2474H3ZM3 8.94845V7.29897H16.2353V8.94845H3ZM3 5.64948V4H16.2353V5.64948H3Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  background-position: center;
  cursor: pointer;
}

.icon-playbook-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3423_16607" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="21"><rect y="0.25" width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3423_16607)"><path d="M5.00004 18.5834C4.54171 18.5834 4.14935 18.4202 3.82296 18.0938C3.49657 17.7674 3.33337 17.375 3.33337 16.9167V3.58335C3.33337 3.12502 3.49657 2.73266 3.82296 2.40627C4.14935 2.07988 4.54171 1.91669 5.00004 1.91669H15C15.4584 1.91669 15.8507 2.07988 16.1771 2.40627C16.5035 2.73266 16.6667 3.12502 16.6667 3.58335V16.9167C16.6667 17.375 16.5035 17.7674 16.1771 18.0938C15.8507 18.4202 15.4584 18.5834 15 18.5834H5.00004ZM5.00004 16.9167H15V3.58335H5.00004V16.9167ZM5.83337 15.25H14.1667L11.2917 11.5L9.37504 14L8.08337 12.3334L5.83337 15.25Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-full-program-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5883_1887" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5883_1887)"><path d="M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM4 18H20V8H4V18ZM7.5 17L6.1 15.6L8.675 13L6.075 10.4L7.5 9L11.5 13L7.5 17ZM12 17V15H18V17H12Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-coverage-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3024_16601" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3024_16601)"><path d="M17.0834 13.75C16.7362 13.75 16.441 13.6285 16.198 13.3855C15.9549 13.1424 15.8334 12.8473 15.8334 12.5V10.4167C15.8334 10.0695 15.9549 9.77435 16.198 9.53129C16.441 9.28823 16.7362 9.16671 17.0834 9.16671C17.4306 9.16671 17.7257 9.28823 17.9688 9.53129C18.2118 9.77435 18.3334 10.0695 18.3334 10.4167V12.5C18.3334 12.8473 18.2118 13.1424 17.9688 13.3855C17.7257 13.6285 17.4306 13.75 17.0834 13.75ZM16.6667 16.6667V15.375C15.9584 15.2639 15.3646 14.941 14.8855 14.4063C14.4063 13.8716 14.1667 13.2362 14.1667 12.5H15C15 13.0834 15.2014 13.5764 15.6042 13.9792C16.007 14.382 16.5 14.5834 17.0834 14.5834C17.6667 14.5834 18.1598 14.382 18.5625 13.9792C18.9653 13.5764 19.1667 13.0834 19.1667 12.5H20C20 13.2362 19.7605 13.8716 19.2813 14.4063C18.8021 14.941 18.2084 15.2639 17.5 15.375V16.6667H16.6667ZM7.50004 10C6.58337 10 5.79865 9.67365 5.14587 9.02087C4.4931 8.3681 4.16671 7.58337 4.16671 6.66671C4.16671 5.75004 4.4931 4.96532 5.14587 4.31254C5.79865 3.65976 6.58337 3.33337 7.50004 3.33337C7.69448 3.33337 7.88546 3.34726 8.07296 3.37504C8.26046 3.40282 8.44449 3.45143 8.62504 3.52087C8.26393 3.95143 7.98615 4.43407 7.79171 4.96879C7.59726 5.50351 7.50004 6.06949 7.50004 6.66671C7.50004 7.26393 7.59726 7.8299 7.79171 8.36462C7.98615 8.89935 8.26393 9.38199 8.62504 9.81254C8.44449 9.88199 8.26046 9.9306 8.07296 9.95837C7.88546 9.98615 7.69448 10 7.50004 10ZM0.833374 16.6667V14.3542C0.833374 13.882 0.95143 13.4445 1.18754 13.0417C1.42365 12.6389 1.75004 12.3334 2.16671 12.125C2.69449 11.8473 3.2674 11.6077 3.88546 11.4063C4.50351 11.2049 5.1806 11.0487 5.91671 10.9375C5.36115 11.3264 4.9306 11.8195 4.62504 12.4167C4.31949 13.0139 4.16671 13.6598 4.16671 14.3542V16.6667H0.833374ZM12.5 10C11.5834 10 10.7987 9.67365 10.1459 9.02087C9.4931 8.3681 9.16671 7.58337 9.16671 6.66671C9.16671 5.75004 9.4931 4.96532 10.1459 4.31254C10.7987 3.65976 11.5834 3.33337 12.5 3.33337C13.4167 3.33337 14.2014 3.65976 14.8542 4.31254C15.507 4.96532 15.8334 5.75004 15.8334 6.66671C15.8334 7.58337 15.507 8.3681 14.8542 9.02087C14.2014 9.67365 13.4167 10 12.5 10ZM12.5 8.33337C12.9584 8.33337 13.3507 8.17018 13.6771 7.84379C14.0035 7.5174 14.1667 7.12504 14.1667 6.66671C14.1667 6.20837 14.0035 5.81601 13.6771 5.48962C13.3507 5.16324 12.9584 5.00004 12.5 5.00004C12.0417 5.00004 11.6493 5.16324 11.323 5.48962C10.9966 5.81601 10.8334 6.20837 10.8334 6.66671C10.8334 7.12504 10.9966 7.5174 11.323 7.84379C11.6493 8.17018 12.0417 8.33337 12.5 8.33337ZM5.83337 16.6667V14.3542C5.83337 13.882 5.95143 13.4445 6.18754 13.0417C6.42365 12.6389 6.75004 12.3334 7.16671 12.125C7.87504 11.7639 8.67712 11.4584 9.57296 11.2084C10.4688 10.9584 11.4445 10.8334 12.5 10.8334C12.6667 10.8334 12.8299 10.8368 12.9896 10.8438C13.1493 10.8507 13.3056 10.8612 13.4584 10.875C13.3195 11.125 13.2049 11.3855 13.1146 11.6563C13.0243 11.9271 12.9653 12.2084 12.9375 12.5H12.5C11.5 12.5 10.6146 12.625 9.84379 12.875C9.07296 13.125 8.43754 13.375 7.93754 13.625C7.79865 13.6945 7.69101 13.7952 7.61462 13.9271C7.53823 14.0591 7.50004 14.2014 7.50004 14.3542V15H13.4792C13.6875 15.3612 13.9445 15.6806 14.25 15.9584C14.5556 16.2362 14.8959 16.4723 15.2709 16.6667H5.83337Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-save-draft {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3423_16715" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="21"><rect y="0.25" width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3423_16715)"><path d="M4.16667 17.75C3.70833 17.75 3.31597 17.5868 2.98958 17.2604C2.66319 16.934 2.5 16.5417 2.5 16.0833V4.41667C2.5 3.95833 2.66319 3.56597 2.98958 3.23958C3.31597 2.91319 3.70833 2.75 4.16667 2.75H14.1667L17.5 6.08333V10.5833L15.8333 12.25V6.77083L13.4792 4.41667H4.16667V16.0833H12L10.3333 17.75H4.16667ZM10 15.25C10.6944 15.25 11.2847 15.0069 11.7708 14.5208C12.2569 14.0347 12.5 13.4444 12.5 12.75C12.5 12.0556 12.2569 11.4653 11.7708 10.9792C11.2847 10.4931 10.6944 10.25 10 10.25C9.30556 10.25 8.71528 10.4931 8.22917 10.9792C7.74306 11.4653 7.5 12.0556 7.5 12.75C7.5 13.4444 7.74306 14.0347 8.22917 14.5208C8.71528 15.0069 9.30556 15.25 10 15.25ZM5 8.58333H12.5V5.25H5V8.58333ZM12.5 19.4167V17.9375L16.6667 13.7917L18.125 15.2708L13.9792 19.4167H12.5ZM18.6667 14.7083L17.1875 13.25L17.8958 12.5417C17.9792 12.4583 18.0799 12.4167 18.1979 12.4167C18.316 12.4167 18.4167 12.4583 18.5 12.5417L19.375 13.4167C19.4583 13.5 19.5 13.5972 19.5 13.7083C19.5 13.8194 19.4583 13.9167 19.375 14L18.6667 14.7083Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-save-draft-big {
  background-image: url('data:image/svg+xml;utf-8,<svg width="21" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3423_16715" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="21"><rect y="0.25" width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3423_16715)"><path d="M4.16667 17.75C3.70833 17.75 3.31597 17.5868 2.98958 17.2604C2.66319 16.934 2.5 16.5417 2.5 16.0833V4.41667C2.5 3.95833 2.66319 3.56597 2.98958 3.23958C3.31597 2.91319 3.70833 2.75 4.16667 2.75H14.1667L17.5 6.08333V10.5833L15.8333 12.25V6.77083L13.4792 4.41667H4.16667V16.0833H12L10.3333 17.75H4.16667ZM10 15.25C10.6944 15.25 11.2847 15.0069 11.7708 14.5208C12.2569 14.0347 12.5 13.4444 12.5 12.75C12.5 12.0556 12.2569 11.4653 11.7708 10.9792C11.2847 10.4931 10.6944 10.25 10 10.25C9.30556 10.25 8.71528 10.4931 8.22917 10.9792C7.74306 11.4653 7.5 12.0556 7.5 12.75C7.5 13.4444 7.74306 14.0347 8.22917 14.5208C8.71528 15.0069 9.30556 15.25 10 15.25ZM5 8.58333H12.5V5.25H5V8.58333ZM12.5 19.4167V17.9375L16.6667 13.7917L18.125 15.2708L13.9792 19.4167H12.5ZM18.6667 14.7083L17.1875 13.25L17.8958 12.5417C17.9792 12.4583 18.0799 12.4167 18.1979 12.4167C18.316 12.4167 18.4167 12.4583 18.5 12.5417L19.375 13.4167C19.4583 13.5 19.5 13.5972 19.5 13.7083C19.5 13.8194 19.4583 13.9167 19.375 14L18.6667 14.7083Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-save15 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2599_1700" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2599_1700)"><path d="M17.5 5.83333V15.8333C17.5 16.2917 17.3368 16.684 17.0104 17.0104C16.684 17.3368 16.2917 17.5 15.8333 17.5H4.16667C3.70833 17.5 3.31597 17.3368 2.98958 17.0104C2.66319 16.684 2.5 16.2917 2.5 15.8333V4.16667C2.5 3.70833 2.66319 3.31597 2.98958 2.98958C3.31597 2.66319 3.70833 2.5 4.16667 2.5H14.1667L17.5 5.83333ZM15.8333 6.54167L13.4583 4.16667H4.16667V15.8333H15.8333V6.54167ZM10 15C10.6944 15 11.2847 14.7569 11.7708 14.2708C12.2569 13.7847 12.5 13.1944 12.5 12.5C12.5 11.8056 12.2569 11.2153 11.7708 10.7292C11.2847 10.2431 10.6944 10 10 10C9.30556 10 8.71528 10.2431 8.22917 10.7292C7.74306 11.2153 7.5 11.8056 7.5 12.5C7.5 13.1944 7.74306 13.7847 8.22917 14.2708C8.71528 14.7569 9.30556 15 10 15ZM5 8.33333H12.5V5H5V8.33333Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-save-publish {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3481_16618" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="21"><rect y="0.25" width="20" height="20" fill="%23a544ff"/></mask><g mask="url(%23mask0_3481_16618)"><path d="M4.16667 17.75C3.70833 17.75 3.31597 17.5868 2.98958 17.2604C2.66319 16.934 2.5 16.5417 2.5 16.0833V4.41667C2.5 3.95833 2.66319 3.56597 2.98958 3.23958C3.31597 2.91319 3.70833 2.75 4.16667 2.75H14.1667L17.5 6.08333V10.5833L15.8333 12.25V6.77083L13.4792 4.41667H4.16667V16.0833H12L10.3333 17.75H4.16667ZM10 15.25C10.6944 15.25 11.2847 15.0069 11.7708 14.5208C12.2569 14.0347 12.5 13.4444 12.5 12.75C12.5 12.0556 12.2569 11.4653 11.7708 10.9792C11.2847 10.4931 10.6944 10.25 10 10.25C9.30556 10.25 8.71528 10.4931 8.22917 10.9792C7.74306 11.4653 7.5 12.0556 7.5 12.75C7.5 13.4444 7.74306 14.0347 8.22917 14.5208C8.71528 15.0069 9.30556 15.25 10 15.25ZM5 8.58333H12.5V5.25H5V8.58333Z" fill="%23a544ff"/><path d="M15.0982 17L13 15.104L13.5245 14.6299L15.0982 16.052L18.4755 13L19 13.474L15.0982 17Z" fill="%23a544ff" stroke="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-save-continue {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3481_16618" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="21"><rect y="0.25" width="20" height="20" fill="%23000000"/></mask><g mask="url(%23mask0_3481_16618)"><path d="M4.16667 17.75C3.70833 17.75 3.31597 17.5868 2.98958 17.2604C2.66319 16.934 2.5 16.5417 2.5 16.0833V4.41667C2.5 3.95833 2.66319 3.56597 2.98958 3.23958C3.31597 2.91319 3.70833 2.75 4.16667 2.75H14.1667L17.5 6.08333V10.5833L15.8333 12.25V6.77083L13.4792 4.41667H4.16667V16.0833H12L10.3333 17.75H4.16667ZM10 15.25C10.6944 15.25 11.2847 15.0069 11.7708 14.5208C12.2569 14.0347 12.5 13.4444 12.5 12.75C12.5 12.0556 12.2569 11.4653 11.7708 10.9792C11.2847 10.4931 10.6944 10.25 10 10.25C9.30556 10.25 8.71528 10.4931 8.22917 10.9792C7.74306 11.4653 7.5 12.0556 7.5 12.75C7.5 13.4444 7.74306 14.0347 8.22917 14.5208C8.71528 15.0069 9.30556 15.25 10 15.25ZM5 8.58333H12.5V5.25H5V8.58333Z" fill="%23000000"/><path d="M16.25 17.55L17.55 16.25L16.25 14.95L15.795 15.405L16.315 15.925H14.95V16.575H16.315L15.795 17.095L16.25 17.55ZM16.25 19.5C15.8004 19.5 15.3779 19.4147 14.9825 19.2441C14.5871 19.0734 14.2431 18.8419 13.9506 18.5494C13.6581 18.2569 13.4266 17.9129 13.2559 17.5175C13.0853 17.1221 13 16.6996 13 16.25C13 15.8004 13.0853 15.3779 13.2559 14.9825C13.4266 14.5871 13.6581 14.2431 13.9506 13.9506C14.2431 13.6581 14.5871 13.4266 14.9825 13.2559C15.3779 13.0853 15.8004 13 16.25 13C16.6996 13 17.1221 13.0853 17.5175 13.2559C17.9129 13.4266 18.2569 13.6581 18.5494 13.9506C18.8419 14.2431 19.0734 14.5871 19.2441 14.9825C19.4147 15.3779 19.5 15.8004 19.5 16.25C19.5 16.6996 19.4147 17.1221 19.2441 17.5175C19.0734 17.9129 18.8419 18.2569 18.5494 18.5494C18.2569 18.8419 17.9129 19.0734 17.5175 19.2441C17.1221 19.4147 16.6996 19.5 16.25 19.5Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px !important;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
}

.icon-load-template {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3770_14668" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23a544ff"/></mask><g mask="url(%23mask0_3770_14668)"><path d="M6 22C5.16667 22 4.45833 21.7083 3.875 21.125C3.29167 20.5417 3 19.8333 3 19V16H6V2H21V12.375C20.6833 12.2583 20.3583 12.1708 20.025 12.1125C19.6917 12.0542 19.35 12.025 19 12.025V4H8V16H13.35C13.2333 16.3167 13.1458 16.6417 13.0875 16.975C13.0292 17.3083 13 17.65 13 18H5V19C5 19.2833 5.09583 19.5208 5.2875 19.7125C5.47917 19.9042 5.71667 20 6 20H13.35C13.4833 20.3833 13.65 20.7417 13.85 21.075C14.05 21.4083 14.2833 21.7167 14.55 22H6ZM9 9V7H18V9H9ZM9 12V10H18V12H9Z" fill="%23a544ff"/><path d="M17 20H21V19.2H17V20ZM19 18.8L20.6 17.2L20.04 16.64L19.4 17.26V15.6H18.6V17.26L17.96 16.64L17.4 17.2L19 18.8ZM19 22C18.4467 22 17.9267 21.895 17.44 21.685C16.9533 21.475 16.53 21.19 16.17 20.83C15.81 20.47 15.525 20.0467 15.315 19.56C15.105 19.0733 15 18.5533 15 18C15 17.4467 15.105 16.9267 15.315 16.44C15.525 15.9533 15.81 15.53 16.17 15.17C16.53 14.81 16.9533 14.525 17.44 14.315C17.9267 14.105 18.4467 14 19 14C19.5533 14 20.0733 14.105 20.56 14.315C21.0467 14.525 21.47 14.81 21.83 15.17C22.19 15.53 22.475 15.9533 22.685 16.44C22.895 16.9267 23 17.4467 23 18C23 18.5533 22.895 19.0733 22.685 19.56C22.475 20.0467 22.19 20.47 21.83 20.83C21.47 21.19 21.0467 21.475 20.56 21.685C20.0733 21.895 19.5533 22 19 22Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px !important;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
}

.icon-successful {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4547_17055" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4547_17055)"><path d="M10.6 16.6L17.65 9.55L16.25 8.15L10.6 13.8L7.75 10.95L6.35 12.35L10.6 16.6ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="%23%23COLOR%23%23"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  background-position: center;
  background-color: transparent;
}

.icon-add-data {
  background-image: url('data:image/svg+xml;utf-8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3582_16748" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="30" height="30"><rect width="30" height="30" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3582_16748)"><path d="M21.875 26.25H23.125V23.125H26.25V21.875H23.125V18.75H21.875V21.875H18.75V23.125H21.875V26.25ZM22.5 28.75C20.7708 28.75 19.2969 28.1406 18.0781 26.9219C16.8594 25.7031 16.25 24.2292 16.25 22.5C16.25 20.7708 16.8594 19.2969 18.0781 18.0781C19.2969 16.8594 20.7708 16.25 22.5 16.25C24.2292 16.25 25.7031 16.8594 26.9219 18.0781C28.1406 19.2969 28.75 20.7708 28.75 22.5C28.75 24.2292 28.1406 25.7031 26.9219 26.9219C25.7031 28.1406 24.2292 28.75 22.5 28.75ZM8.75 11.25H21.25V8.75H8.75V11.25ZM14.5938 26.25H6.25C5.5625 26.25 4.97396 26.0052 4.48438 25.5156C3.99479 25.026 3.75 24.4375 3.75 23.75V6.25C3.75 5.5625 3.99479 4.97396 4.48438 4.48438C4.97396 3.99479 5.5625 3.75 6.25 3.75H23.75C24.4375 3.75 25.026 3.99479 25.5156 4.48438C26.0052 4.97396 26.25 5.5625 26.25 6.25V14.625C25.6458 14.3333 25.0365 14.1146 24.4219 13.9688C23.8073 13.8229 23.1667 13.75 22.5 13.75C22.2708 13.75 22.0573 13.7552 21.8594 13.7656C21.6615 13.776 21.4583 13.8021 21.25 13.8437V13.75H8.75V16.25H16.4062C16.0312 16.6042 15.6927 16.9896 15.3906 17.4063C15.0885 17.8229 14.8229 18.2708 14.5938 18.75H8.75V21.25H13.8437C13.8021 21.4583 13.776 21.6615 13.7656 21.8594C13.7552 22.0573 13.75 22.2708 13.75 22.5C13.75 23.1875 13.8125 23.8281 13.9375 24.4219C14.0625 25.0156 14.2813 25.625 14.5938 26.25Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 20px 0px;
  background-position: center;
  cursor: pointer;
}

.icon-no-data {
  background-image: url('data:image/svg+xml;utf-8,<svg width="41" height="41" viewBox="0 0 41 41" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3576_16614" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="41" height="41"><rect x="0.5" y="0.75" width="40" height="40" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3576_16614)"><path d="M5.79163 6.04167V10.7083L1.66663 6.58333L3.99996 4.25L37 37.25L34.6666 39.5833L25.8333 30.75H23.8333V34.0833H27.1666V37.4167H13.8333V34.0833H17.1666V30.75H7.16663C6.24996 30.75 5.46524 30.4236 4.81246 29.7708C4.15968 29.1181 3.83329 28.3333 3.83329 27.4167V9.08333C3.83329 8.05556 4.15968 7.29167 4.81246 6.79167L5.79163 6.04167ZM35 30.5L10.25 5.75H33.8333C34.75 5.75 35.5347 6.07639 36.1875 6.72917C36.8402 7.38194 37.1666 8.16667 37.1666 9.08333V27.4167C37.1666 28.1389 36.9652 28.7778 36.5625 29.3333C36.1597 29.8889 35.6389 30.2778 35 30.5Z" fill="%2300B0B9"/></g></svg>');
  background-repeat: no-repeat;
  padding: 20px 0px;
  background-position: center;
  cursor: pointer;
}

.icon-latest-first {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3628_1587" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3628_1587)"><path d="M6.78577 10.0893V5.60492L5.17639 7.21429L4.28577 6.33929L7.41077 3.21429L10.5358 6.33929L9.64514 7.21429L8.03577 5.60492V10.0893H6.78577Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-image-text-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_5645_1700" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="25" height="25"><rect x="0.143311" y="0.0802002" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5645_1700)"><path d="M8.14331 18.0802C7.59331 18.0802 7.12248 17.8844 6.73081 17.4927C6.33914 17.101 6.14331 16.6302 6.14331 16.0802V14.0802H8.14331V16.0802H20.1433V6.0802H8.14331V8.0802H6.14331V4.0802C6.14331 3.5302 6.33914 3.05937 6.73081 2.6677C7.12248 2.27603 7.59331 2.0802 8.14331 2.0802H20.1433C20.6933 2.0802 21.1641 2.27603 21.5558 2.6677C21.9475 3.05937 22.1433 3.5302 22.1433 4.0802V16.0802C22.1433 16.6302 21.9475 17.101 21.5558 17.4927C21.1641 17.8844 20.6933 18.0802 20.1433 18.0802H8.14331ZM4.14331 22.0802C3.59331 22.0802 3.12248 21.8844 2.73081 21.4927C2.33914 21.101 2.14331 20.6302 2.14331 20.0802V6.0802H4.14331V20.0802H18.1433V22.0802H4.14331ZM13.1433 15.0802L11.7433 13.6802L13.3183 12.0802H6.14331V10.0802H13.3183L11.7433 8.4802L13.1433 7.0802L17.1433 11.0802L13.1433 15.0802Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  margin-right: 5px;
  background-position: center;
}

.icon-oldest-first {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3628_1590" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3628_1590)"><path d="M7.41077 10.0893L4.28577 6.96429L5.17639 6.08929L6.78577 7.69867V3.21429H8.03577V7.69867L9.64514 6.08929L10.5358 6.96429L7.41077 10.0893Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-next {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3923_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23000000"/></mask><g mask="url(%23mask0_3923_1592)"><path d="M20 18V6H22V18H20ZM12 18L10.575 16.6L14.175 13H2V11H14.175L10.6 7.4L12 6L18 12L12 18Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-next-green {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3923_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23a544ff"/></mask><g mask="url(%23mask0_3923_1592)"><path d="M20 18V6H22V18H20ZM12 18L10.575 16.6L14.175 13H2V11H14.175L10.6 7.4L12 6L18 12L12 18Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-next-white {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3923_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23ffffff"/></mask><g mask="url(%23mask0_3923_1592)"><path d="M20 18V6H22V18H20ZM12 18L10.575 16.6L14.175 13H2V11H14.175L10.6 7.4L12 6L18 12L12 18Z" fill="%23ffffff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-previous {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3923_1598" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23000000"/></mask><g mask="url(%23mask0_3923_1598)"><path d="M4 18H2V6H4V18ZM12 18L6 12L12 6L13.4 7.4L9.825 11H22V13H9.825L13.425 16.6L12 18Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-go-to-list {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3832_16604" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3832_16604)"><path d="M17.5 21H18.5V18.5H21V17.5H18.5V15H17.5V17.5H15V18.5H17.5V21ZM18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23ZM9 7V5H21V7H9ZM5 20C4.45 20 3.97917 19.8042 3.5875 19.4125C3.19583 19.0208 3 18.55 3 18C3 17.45 3.19583 16.9792 3.5875 16.5875C3.97917 16.1958 4.45 16 5 16C5.55 16 6.02083 16.1958 6.4125 16.5875C6.80417 16.9792 7 17.45 7 18C7 18.55 6.80417 19.0208 6.4125 19.4125C6.02083 19.8042 5.55 20 5 20ZM5 14C4.45 14 3.97917 13.8042 3.5875 13.4125C3.19583 13.0208 3 12.55 3 12C3 11.45 3.19583 10.9792 3.5875 10.5875C3.97917 10.1958 4.45 10 5 10C5.55 10 6.02083 10.1958 6.4125 10.5875C6.80417 10.9792 7 11.45 7 12C7 12.55 6.80417 13.0208 6.4125 13.4125C6.02083 13.8042 5.55 14 5 14ZM5 8C4.45 8 3.97917 7.80417 3.5875 7.4125C3.19583 7.02083 3 6.55 3 6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4C5.55 4 6.02083 4.19583 6.4125 4.5875C6.80417 4.97917 7 5.45 7 6C7 6.55 6.80417 7.02083 6.4125 7.4125C6.02083 7.80417 5.55 8 5 8ZM9 19V17H11.075C11.025 17.3333 11 17.6667 11 18C11 18.3333 11.025 18.6667 11.075 19H9ZM9 13V11H18C17.05 11 16.1583 11.1792 15.325 11.5375C14.4917 11.8958 13.7583 12.3833 13.125 13H9Z" fill="%23000000"/><circle cx="18" cy="18" r="4" fill="%23000000"/><path d="M16.4344 18.375L18.5344 20.475L18 21L15 18L18 15L18.5344 15.525L16.4344 17.625H21V18.375H16.4344Z" fill="white"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-help {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3571 17.8571H16.0714V15H15.3571V17.8571ZM15.7142 14.2857C15.8095 14.2857 15.8928 14.25 15.9642 14.1786C16.0357 14.1071 16.0714 14.0238 16.0714 13.9286C16.0714 13.8333 16.0357 13.75 15.9642 13.6786C15.8928 13.6071 15.8095 13.5714 15.7142 13.5714C15.619 13.5714 15.5357 13.6071 15.4642 13.6786C15.3928 13.75 15.3571 13.8333 15.3571 13.9286C15.3571 14.0238 15.3928 14.1071 15.4642 14.1786C15.5357 14.25 15.619 14.2857 15.7142 14.2857ZM8.57138 13.5714H11.1964C11.3273 13.2976 11.479 13.0417 11.6514 12.8036C11.8242 12.5655 12.0178 12.3452 12.2321 12.1429H8.57138V13.5714ZM8.57138 16.4286H10.7678C10.7321 16.1905 10.7142 15.9524 10.7142 15.7143C10.7142 15.4762 10.7321 15.2381 10.7678 15H8.57138V16.4286ZM7.1428 19.2857C6.74995 19.2857 6.41352 19.146 6.13352 18.8664C5.854 18.5864 5.71423 18.25 5.71423 17.8571V6.42857C5.71423 6.03571 5.854 5.69929 6.13352 5.41929C6.41352 5.13976 6.74995 5 7.1428 5H12.8571L17.1428 9.28571V10.9286C16.9166 10.8571 16.6845 10.8036 16.4464 10.7679C16.2083 10.7321 15.9642 10.7143 15.7142 10.7143V10H12.1428V6.42857H7.1428V17.8571H11.1964C11.3273 18.131 11.479 18.3869 11.6514 18.625C11.8242 18.8631 12.0178 19.0833 12.2321 19.2857H7.1428ZM15.7142 12.1429C16.7023 12.1429 17.5447 12.491 18.2414 13.1871C18.9376 13.8838 19.2857 14.7262 19.2857 15.7143C19.2857 16.7024 18.9376 17.5448 18.2414 18.2414C17.5447 18.9376 16.7023 19.2857 15.7142 19.2857C14.7261 19.2857 13.884 18.9376 13.1878 18.2414C12.4911 17.5448 12.1428 16.7024 12.1428 15.7143C12.1428 14.7262 12.4911 13.8838 13.1878 13.1871C13.884 12.491 14.7261 12.1429 15.7142 12.1429Z" fill="%23f28300"/></svg>');
  background-repeat: no-repeat;
  padding: 13px;
  width: 100%;
  background-position: center;
}

.icon-pdfconversion {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 4.5V14C14 14.5304 13.7893 15.0391 13.4142 15.4142C13.0391 15.7893 12.5304 16 12 16H11V15H12C12.2652 15 12.5196 14.8946 12.7071 14.7071C12.8946 14.5196 13 14.2652 13 14V4.5H11C10.6022 4.5 10.2206 4.34196 9.93934 4.06066C9.65804 3.77936 9.5 3.39782 9.5 3V1H4C3.73478 1 3.48043 1.10536 3.29289 1.29289C3.10536 1.48043 3 1.73478 3 2V11H2V2C2 1.46957 2.21071 0.960859 2.58579 0.585786C2.96086 0.210714 3.46957 0 4 0L9.5 0L14 4.5ZM1.6 11.85H0V15.849H0.791V14.507H1.594C1.88067 14.507 2.12467 14.4493 2.326 14.334C2.52933 14.2173 2.68367 14.0593 2.789 13.86C2.89879 13.6515 2.95417 13.4186 2.95 13.183C2.95 12.933 2.89733 12.7073 2.792 12.506C2.68648 12.307 2.52707 12.1417 2.332 12.029C2.132 11.909 1.888 11.8493 1.6 11.85ZM2.145 13.183C2.1484 13.3147 2.1192 13.4453 2.06 13.563C2.00692 13.6656 1.92392 13.7496 1.822 13.804C1.70551 13.8614 1.5768 13.8895 1.447 13.886H0.788V12.48H1.448C1.666 12.48 1.83667 12.5403 1.96 12.661C2.08333 12.783 2.145 12.957 2.145 13.183ZM3.362 11.85V15.849H4.822C5.22333 15.849 5.556 15.77 5.82 15.612C6.08716 15.4522 6.29577 15.2106 6.415 14.923C6.54567 14.623 6.611 14.2617 6.611 13.839C6.611 13.419 6.54567 13.0607 6.415 12.764C6.29693 12.4799 6.09038 12.2414 5.826 12.084C5.562 11.928 5.227 11.85 4.821 11.85H3.362ZM4.153 12.495H4.716C4.96333 12.495 5.16633 12.5457 5.325 12.647C5.48952 12.7555 5.61389 12.915 5.679 13.101C5.75767 13.3023 5.797 13.5533 5.797 13.854C5.8001 14.0534 5.77724 14.2525 5.729 14.446C5.69451 14.599 5.62768 14.7429 5.533 14.868C5.44599 14.9801 5.33072 15.0671 5.199 15.12C5.04465 15.1777 4.88074 15.2055 4.716 15.202H4.153V12.495ZM7.896 14.258V15.849H7.106V11.85H9.654V12.503H7.896V13.62H9.502V14.258H7.896Z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.icon-help30 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="30" height="30" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3571 17.8571H16.0714V15H15.3571V17.8571ZM15.7142 14.2857C15.8095 14.2857 15.8928 14.25 15.9642 14.1786C16.0357 14.1071 16.0714 14.0238 16.0714 13.9286C16.0714 13.8333 16.0357 13.75 15.9642 13.6786C15.8928 13.6071 15.8095 13.5714 15.7142 13.5714C15.619 13.5714 15.5357 13.6071 15.4642 13.6786C15.3928 13.75 15.3571 13.8333 15.3571 13.9286C15.3571 14.0238 15.3928 14.1071 15.4642 14.1786C15.5357 14.25 15.619 14.2857 15.7142 14.2857ZM8.57138 13.5714H11.1964C11.3273 13.2976 11.479 13.0417 11.6514 12.8036C11.8242 12.5655 12.0178 12.3452 12.2321 12.1429H8.57138V13.5714ZM8.57138 16.4286H10.7678C10.7321 16.1905 10.7142 15.9524 10.7142 15.7143C10.7142 15.4762 10.7321 15.2381 10.7678 15H8.57138V16.4286ZM7.1428 19.2857C6.74995 19.2857 6.41352 19.146 6.13352 18.8664C5.854 18.5864 5.71423 18.25 5.71423 17.8571V6.42857C5.71423 6.03571 5.854 5.69929 6.13352 5.41929C6.41352 5.13976 6.74995 5 7.1428 5H12.8571L17.1428 9.28571V10.9286C16.9166 10.8571 16.6845 10.8036 16.4464 10.7679C16.2083 10.7321 15.9642 10.7143 15.7142 10.7143V10H12.1428V6.42857H7.1428V17.8571H11.1964C11.3273 18.131 11.479 18.3869 11.6514 18.625C11.8242 18.8631 12.0178 19.0833 12.2321 19.2857H7.1428ZM15.7142 12.1429C16.7023 12.1429 17.5447 12.491 18.2414 13.1871C18.9376 13.8838 19.2857 14.7262 19.2857 15.7143C19.2857 16.7024 18.9376 17.5448 18.2414 18.2414C17.5447 18.9376 16.7023 19.2857 15.7142 19.2857C14.7261 19.2857 13.884 18.9376 13.1878 18.2414C12.4911 17.5448 12.1428 16.7024 12.1428 15.7143C12.1428 14.7262 12.4911 13.8838 13.1878 13.1871C13.884 12.491 14.7261 12.1429 15.7142 12.1429Z" fill="%23c18df3"/></svg>');
  background-repeat: no-repeat;
  padding: 13px 13px;
  width: 100%;
  background-position: center;
}

.icon-registrational12 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="12" height="12" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4141_16929" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23333333"/></mask><g mask="url(%23mask0_4141_16929)"><path d="M12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="%231C1B1F"/><path d="M9.75586 8.00195H12.2695C12.7578 8.00195 13.1309 8.02539 13.3887 8.07227C13.6504 8.11523 13.9141 8.23633 14.1797 8.43555C14.4453 8.63086 14.6523 8.90039 14.8008 9.24414C14.9531 9.58398 15.0293 9.9668 15.0293 10.3926C15.0293 11.3926 14.6543 12.0957 13.9043 12.502L15.375 16H13.459L12.3926 12.8359H11.5137V16H9.75586V8.00195ZM11.5137 9.29688V11.541H12.2871C12.9746 11.541 13.3184 11.1562 13.3184 10.3867C13.3184 10.1211 13.2676 9.9043 13.166 9.73633C13.0645 9.56445 12.9453 9.44922 12.8086 9.39062C12.6758 9.32812 12.4785 9.29688 12.2168 9.29688H11.5137Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-registrational15 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4141_16929" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23333333"/></mask><g mask="url(%23mask0_4141_16929)"><path d="M12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="%231C1B1F"/><path d="M9.75586 8.00195H12.2695C12.7578 8.00195 13.1309 8.02539 13.3887 8.07227C13.6504 8.11523 13.9141 8.23633 14.1797 8.43555C14.4453 8.63086 14.6523 8.90039 14.8008 9.24414C14.9531 9.58398 15.0293 9.9668 15.0293 10.3926C15.0293 11.3926 14.6543 12.0957 13.9043 12.502L15.375 16H13.459L12.3926 12.8359H11.5137V16H9.75586V8.00195ZM11.5137 9.29688V11.541H12.2871C12.9746 11.541 13.3184 11.1562 13.3184 10.3867C13.3184 10.1211 13.2676 9.9043 13.166 9.73633C13.0645 9.56445 12.9453 9.44922 12.8086 9.39062C12.6758 9.32812 12.4785 9.29688 12.2168 9.29688H11.5137Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-discontinued12 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="12" height="12" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4141_16932" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23333333"/></mask><g mask="url(%23mask0_4141_16932)"><path d="M12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="%231C1B1F"/><path d="M9.05859 8.00195H11.0156L11.9707 10.082L12.9785 8.00195H14.6602L12.7734 11.6172L14.9062 16H12.9785L11.8125 13.3867L10.5 16H8.81836L11.0156 11.8984L9.05859 8.00195Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-discontinued15 {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4141_16932" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23333333"/></mask><g mask="url(%23mask0_4141_16932)"><path d="M12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="%231C1B1F"/><path d="M9.05859 8.00195H11.0156L11.9707 10.082L12.9785 8.00195H14.6602L12.7734 11.6172L14.9062 16H12.9785L11.8125 13.3867L10.5 16H8.81836L11.0156 11.8984L9.05859 8.00195Z" fill="%23333333"/></g></svg>');
  background-repeat: no-repeat;
  padding: 7px 10px;
  margin-right: 5px;
  background-position: center;
  cursor: pointer;
}

.icon-expand {
  position: absolute;
  background-color: #819eae;
  width: 24px;
  height: 24px;
  top: 25px;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  line-height: 23px;
  cursor: pointer;
  left: 50%;
}

.icon-expand::after {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg width="12" height="12" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3721_16608" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3721_16608)"><path d="M10 22L0 12L10 2L11.775 3.775L3.55 12L11.775 20.225L10 22Z" fill="%23ffffff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
  position: absolute;
  left: 2px;
  top: 2px;
}

.icon-collapse {
  position: absolute;
  background-color: #819eae;
  width: 24px;
  height: 24px;
  top: 25px;
  z-index: 1;
  text-align: center;
  border-radius: 50%;
  line-height: 23px;
  cursor: pointer;
  left: 0%;
}

.icon-collapse::after {
  content: "";
  background-image: url('data:image/svg+xml;utf-8,<svg width="12" height="12" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3721_16615" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="24" y="24" width="24" height="24" transform="rotate(-180 24 24)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3721_16615)"><path d="M14 2L24 12L14 22L12.225 20.225L20.45 12L12.225 3.775L14 2Z" fill="%23ffffff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
  position: absolute;
  left: -3px;
  top: 2px;
}

.icon-product-profiles-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.active-op .icon-product-profiles-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23a544ff"/></g></svg>');
}

.icon-product-profiles-grey:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23a544ff"/></g></svg>');
}

.icon-clinical-program-overview-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  margin-top: 4px;
  width: 100%;
  background-position: center;
}

.icon-clinical-program-overview-dr-grey:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23a544ff"/></g></svg>');
}

.active-op .icon-clinical-program-overview-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23a544ff"/></g></svg>');
}

.icon-clinical-snapshots-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px;
  width: 100%;
  background-position: center;
}

.active-op .icon-clinical-snapshots-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23a544ff"/></g></svg>');
}

.icon-clinical-snapshots-dr-grey:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23a544ff"/></g></svg>');
}

.icon-efficacy-data-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-efficacy-data-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-efficacy-data-dr-grey:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-safety-data-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-safety-data-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-safety-data-dr-grey:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-regulatory-timelines-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-regulatory-timelines-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-regulatory-timelines-dr-grey:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-clinical-program-overview-moa-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-clinical-program-overview-moa-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-clinical-program-overview-moa-dr-grey:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-clinical-snapshots-moa-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-clinical-snapshots-moa-dr-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23a544ff"/></g></svg>');
}

.icon-clinical-snapshots-moa-dr-grey:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1777_29640" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1777_29640)"><path d="M8.625 21C7.05833 21 5.72917 20.4542 4.6375 19.3625C3.54583 18.2708 3 16.9417 3 15.375C3 14.625 3.14167 13.9083 3.425 13.225C3.70833 12.5417 4.11667 11.9333 4.65 11.4L11.4 4.65C11.9333 4.11667 12.5417 3.70833 13.225 3.425C13.9083 3.14167 14.625 3 15.375 3C16.9417 3 18.2708 3.54583 19.3625 4.6375C20.4542 5.72917 21 7.05833 21 8.625C21 9.375 20.8583 10.0917 20.575 10.775C20.2917 11.4583 19.8833 12.0667 19.35 12.6L12.6 19.35C12.0667 19.8833 11.4583 20.2917 10.775 20.575C10.0917 20.8583 9.375 21 8.625 21ZM15.275 13.85L17.95 11.2C18.2833 10.8667 18.5417 10.475 18.725 10.025C18.9083 9.575 19 9.10833 19 8.625C19 7.625 18.6458 6.77083 17.9375 6.0625C17.2292 5.35417 16.375 5 15.375 5C14.8917 5 14.425 5.09167 13.975 5.275C13.525 5.45833 13.1333 5.71667 12.8 6.05L10.15 8.725L15.275 13.85ZM8.625 19C9.10833 19 9.575 18.9083 10.025 18.725C10.475 18.5417 10.8667 18.2833 11.2 17.95L13.85 15.275L8.725 10.15L6.05 12.8C5.71667 13.1333 5.45833 13.525 5.275 13.975C5.09167 14.425 5 14.8917 5 15.375C5 16.375 5.35417 17.2292 6.0625 17.9375C6.77083 18.6458 7.625 19 8.625 19Z" fill="%23a544ff"/></g></svg>');
}

.icon-clinical-trial-study-design-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-clinical-trial-study-design-grey {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-clinical-trial-study-design-grey:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-commercial-team-structure {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-commercial-team-structure {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-commercial-team-structure:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-messaging-strategy {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-messaging-strategy {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-messaging-strategy:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-treatment-algorithm-guidelines {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-treatment-algorithm-guidelines {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-treatment-algorithm-guidelines:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-epidemiology-and-market-size {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-epidemiology-and-market-size {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-epidemiology-and-market-size:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-growth-drivers-and-barriers {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-growth-drivers-and-barriers {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-growth-drivers-and-barriers:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-ta-leadership {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-ta-leadership {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-ta-leadership:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-import {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-import {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-import:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-custom {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 12px;
  width: 100%;
  background-position: center;
}

.active-op .icon-custom {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-custom:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="25" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3684_16602" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="25"><rect y="0.836548" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3684_16602)"><path d="M16.95 21.4865L18.1 20.3365L16.5 18.7365L15.35 19.8865C15.1167 20.1199 15 20.3865 15 20.6865C15 20.9865 15.1167 21.2532 15.35 21.4865C15.5833 21.7199 15.85 21.8365 16.15 21.8365C16.45 21.8365 16.7167 21.7199 16.95 21.4865ZM19.5 18.9365L20.65 17.7865C20.8833 17.5532 21 17.2865 21 16.9865C21 16.6865 20.8833 16.4199 20.65 16.1865C20.4167 15.9532 20.15 15.8365 19.85 15.8365C19.55 15.8365 19.2833 15.9532 19.05 16.1865L17.9 17.3365L19.5 18.9365ZM18.375 22.9115C17.7583 23.5282 17.0167 23.8365 16.15 23.8365C15.2833 23.8365 14.5417 23.5282 13.925 22.9115C13.3083 22.2949 13 21.5532 13 20.6865C13 19.8199 13.3083 19.0782 13.925 18.4615L17.625 14.7615C18.2417 14.1449 18.9833 13.8365 19.85 13.8365C20.7167 13.8365 21.4583 14.1449 22.075 14.7615C22.6917 15.3782 23 16.1199 23 16.9865C23 17.8532 22.6917 18.5949 22.075 19.2115L18.375 22.9115ZM5 21.8365C4.45 21.8365 3.97917 21.6407 3.5875 21.249C3.19583 20.8574 3 20.3865 3 19.8365V5.83655C3 5.28655 3.19583 4.81571 3.5875 4.42405C3.97917 4.03238 4.45 3.83655 5 3.83655H9.2C9.41667 3.23655 9.77917 2.75321 10.2875 2.38655C10.7958 2.01988 11.3667 1.83655 12 1.83655C12.6333 1.83655 13.2042 2.01988 13.7125 2.38655C14.2208 2.75321 14.5833 3.23655 14.8 3.83655H19C19.55 3.83655 20.0208 4.03238 20.4125 4.42405C20.8042 4.81571 21 5.28655 21 5.83655V11.9615C20.6667 11.8782 20.3333 11.8365 20 11.8365C19.6667 11.8365 19.3333 11.8615 19 11.9115V5.83655H5V19.8365H11.075C11.025 20.1699 11 20.5032 11 20.8365C11 21.1699 11.0417 21.5032 11.125 21.8365H5ZM12 5.08655C12.2167 5.08655 12.3958 5.01571 12.5375 4.87405C12.6792 4.73238 12.75 4.55321 12.75 4.33655C12.75 4.11988 12.6792 3.94071 12.5375 3.79905C12.3958 3.65738 12.2167 3.58655 12 3.58655C11.7833 3.58655 11.6042 3.65738 11.4625 3.79905C11.3208 3.94071 11.25 4.11988 11.25 4.33655C11.25 4.55321 11.3208 4.73238 11.4625 4.87405C11.6042 5.01571 11.7833 5.08655 12 5.08655ZM7 9.83655V7.83655H17V9.83655H7ZM7 13.8365V11.8365H17V12.6865C16.8667 12.7699 16.7375 12.8657 16.6125 12.974C16.4875 13.0824 16.3583 13.2032 16.225 13.3365L15.725 13.8365H7ZM7 17.8365V15.8365H13.725L12.5 17.0615C12.3667 17.1949 12.2458 17.324 12.1375 17.449C12.0292 17.574 11.9333 17.7032 11.85 17.8365H7Z" fill="%23a544ff"/></g></svg>');
}

.icon-copysave {
  background-image: url('data:image/svg+xml;utf-8,<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6H5V20H16V22H5Z" fill="%23a544ff"/><mask id="mask0_6066_14657" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23a544ff"/></mask><g mask="url(%23mask0_6066_14657)"><rect x="11" y="13" width="11" height="10" fill="white"/><path d="M22 16.2222V22.8889C22 23.1944 21.8912 23.456 21.6736 23.6736C21.456 23.8912 21.1944 24 20.8889 24H13.1111C12.8056 24 12.544 23.8912 12.3264 23.6736C12.1088 23.456 12 23.1944 12 22.8889V15.1111C12 14.8056 12.1088 14.544 12.3264 14.3264C12.544 14.1088 12.8056 14 13.1111 14H19.7778L22 16.2222ZM20.8889 16.6944L19.3056 15.1111H13.1111V22.8889H20.8889V16.6944ZM17 22.3333C17.463 22.3333 17.8565 22.1713 18.1806 21.8472C18.5046 21.5231 18.6667 21.1296 18.6667 20.6667C18.6667 20.2037 18.5046 19.8102 18.1806 19.4861C17.8565 19.162 17.463 19 17 19C16.537 19 16.1435 19.162 15.8194 19.4861C15.4954 19.8102 15.3333 20.2037 15.3333 20.6667C15.3333 21.1296 15.4954 21.5231 15.8194 21.8472C16.1435 22.1713 16.537 22.3333 17 22.3333ZM13.6667 17.8889H18.6667V15.6667H13.6667V17.8889Z" fill="%23a544ff"/></g></svg>');
  background-repeat: no-repeat;
  padding: 10px !important;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
}

.icon-automatic-indicator {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_6131_1592" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_6131_1592)"><path d="M12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="%231C1B1F"/><path d="M17 16H14.0643L13.7158 14.8396H10.2842L9.93566 16H7L10.2976 7H13.7024L17 16ZM13.0188 12.5727L12 9.4018L10.9812 12.5727H13.0188Z" fill="%23000000"/></g></svg>');
  background-repeat: no-repeat;
  padding: 7px;
  background-position: center;
}

.dropdown-toggle .icon-eclipseV {
  padding: 8px 16px;
  position: absolute;
  left: -1px;
  top: 7px;
}

.pinnedColumn .icon-eclipseV {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 4 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 14C1.26875 14 0.856771 13.8286 0.514063 13.4859C0.171354 13.1432 0 12.7312 0 12.25C0 11.7688 0.171354 11.3568 0.514063 11.0141C0.856771 10.6714 1.26875 10.5 1.75 10.5C2.23125 10.5 2.64323 10.6714 2.98594 11.0141C3.32865 11.3568 3.5 11.7688 3.5 12.25C3.5 12.7312 3.32865 13.1432 2.98594 13.4859C2.64323 13.8286 2.23125 14 1.75 14ZM1.75 8.75C1.26875 8.75 0.856771 8.57865 0.514063 8.23594C0.171354 7.89323 0 7.48125 0 7C0 6.51875 0.171354 6.10677 0.514063 5.76406C0.856771 5.42135 1.26875 5.25 1.75 5.25C2.23125 5.25 2.64323 5.42135 2.98594 5.76406C3.32865 6.10677 3.5 6.51875 3.5 7C3.5 7.48125 3.32865 7.89323 2.98594 8.23594C2.64323 8.57865 2.23125 8.75 1.75 8.75ZM1.75 3.5C1.26875 3.5 0.856771 3.32865 0.514063 2.98594C0.171354 2.64323 0 2.23125 0 1.75C0 1.26875 0.171354 0.856771 0.514063 0.514063C0.856771 0.171354 1.26875 0 1.75 0C2.23125 0 2.64323 0.171354 2.98594 0.514063C3.32865 0.856771 3.5 1.26875 3.5 1.75C3.5 2.23125 3.32865 2.64323 2.98594 2.98594C2.64323 3.32865 2.23125 3.5 1.75 3.5Z" fill="%23a544ff"/></svg>');
}

.pincss:hover .icon-pin {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 7.5C10.425 7.5 9.75 6.825 9.75 6V3H10.125C10.335 3 10.5 2.835 10.5 2.625C10.5 2.415 10.335 2.25 10.125 2.25H4.875C4.665 2.25 4.5 2.415 4.5 2.625C4.5 2.835 4.665 3 4.875 3H5.25V6C5.25 6.825 4.575 7.5 3.75 7.5V8.25H7.125V12.375L7.5 12.75L7.875 12.375V8.25H11.25V7.5ZM5.4225 7.5C5.7825 7.1025 6 6.5775 6 6V3H9V6C9 6.5775 9.2175 7.1025 9.5775 7.5H5.4225Z" fill="%23ffffff"/></svg>');
}

.pincss:hover .icon-unpin {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 7.5C10.425 7.5 9.75 6.825 9.75 6V3H10.125C10.335 3 10.5 2.835 10.5 2.625C10.5 2.415 10.335 2.25 10.125 2.25H4.875C4.665 2.25 4.5 2.415 4.5 2.625C4.5 2.835 4.665 3 4.875 3H5.25V6C5.25 6.825 4.575 7.5 3.75 7.5V8.25H7.125V12.375L7.5 12.75L7.875 12.375V8.25H11.25V7.5ZM5.4225 7.5C5.7825 7.1025 6 6.5775 6 6V3H9V6C9 6.5775 9.2175 7.1025 9.5775 7.5H5.4225Z" fill="%23ffffff"/><line x1="3.35355" y1="1.64645" x2="12.3536" y2="10.6464" stroke="%23ffffff"/></svg>');
}

.pincss:hover .icon-hide {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3317_18018" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="13" height="13"><rect width="13" height="13" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3317_18018)"><path d="M8.72085 7.20416L7.93544 6.41875C8.01669 5.99444 7.89481 5.59722 7.56981 5.22708C7.24481 4.85694 6.82502 4.7125 6.31044 4.79375L5.52502 4.00833C5.67849 3.93611 5.83422 3.88194 5.99221 3.84583C6.15019 3.80972 6.31946 3.79166 6.50002 3.79166C7.1771 3.79166 7.75262 4.02864 8.22658 4.5026C8.70054 4.97656 8.93752 5.55208 8.93752 6.22916C8.93752 6.40972 8.91947 6.57899 8.88335 6.73698C8.84724 6.89496 8.79308 7.05069 8.72085 7.20416ZM10.4542 8.91041L9.66877 8.15208C10.0118 7.89027 10.3165 7.60364 10.5828 7.29218C10.8492 6.98073 11.0771 6.62638 11.2667 6.22916C10.8153 5.31736 10.1676 4.59288 9.32346 4.05573C8.47936 3.51857 7.53822 3.25 6.50002 3.25C6.23821 3.25 5.98092 3.26805 5.72815 3.30416C5.47537 3.34027 5.2271 3.39444 4.98335 3.46666L4.14377 2.62708C4.51391 2.47361 4.89308 2.3585 5.28127 2.28177C5.66946 2.20503 6.07571 2.16666 6.50002 2.16666C7.86322 2.16666 9.07745 2.54357 10.1427 3.29739C11.208 4.05121 11.9799 5.02847 12.4584 6.22916C12.2507 6.7618 11.9776 7.25607 11.6391 7.71198C11.3005 8.16788 10.9056 8.56736 10.4542 8.91041ZM10.725 12.2417L8.45002 9.99375C8.13405 10.0931 7.81582 10.1675 7.49533 10.2172C7.17485 10.2668 6.84308 10.2917 6.50002 10.2917C5.13683 10.2917 3.92259 9.91475 2.85731 9.16093C1.79203 8.40711 1.02016 7.42986 0.541687 6.22916C0.73127 5.75069 0.970506 5.30607 1.2594 4.89531C1.54828 4.48454 1.8778 4.11666 2.24794 3.79166L0.758354 2.275L1.51669 1.51666L11.4834 11.4833L10.725 12.2417ZM3.00627 4.55C2.74446 4.78472 2.50523 5.04201 2.28856 5.32187C2.0719 5.60173 1.88683 5.90416 1.73335 6.22916C2.18474 7.14097 2.83249 7.86545 3.67658 8.4026C4.52068 8.93975 5.46183 9.20833 6.50002 9.20833C6.68058 9.20833 6.85662 9.19704 7.02815 9.17448C7.19967 9.15191 7.37571 9.12708 7.55627 9.1L7.06877 8.58541C6.96947 8.6125 6.87467 8.63281 6.7844 8.64635C6.69412 8.65989 6.59933 8.66666 6.50002 8.66666C5.82294 8.66666 5.24742 8.42968 4.77346 7.95573C4.2995 7.48177 4.06252 6.90625 4.06252 6.22916C4.06252 6.12986 4.06929 6.03507 4.08283 5.94479C4.09637 5.85451 4.11669 5.75972 4.14377 5.66041L3.00627 4.55Z" fill="%23ffffff"/></g></svg>');
}

.pincss:hover .icon-atoz {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3314_18005" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="14"><rect width="15" height="13.3333" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3314_18005)"><path d="M3.33331 9.99998V8.88887H6.66665V9.99998H3.33331ZM3.33331 7.2222V6.11109H9.99998V7.2222H3.33331ZM3.33331 4.44442V3.33331H13.3333V4.44442H3.33331Z" fill="%235B6770"/><path d="M2.13608 4.44723H1.06108L0.796084 5.22223H0.111084L1.37108 1.69723H1.87608L3.13608 5.22223H2.41608L2.13608 4.44723ZM1.23608 3.89723H1.98608L1.72608 3.11723L1.62108 2.56723H1.59608L1.49108 3.12223L1.23608 3.89723Z" fill="%2300B0B9"/><path d="M0.246084 10.6122L1.72608 8.54223L1.98608 8.33223H0.246084V7.72223H2.67108V8.33223L1.18108 10.4222L0.926084 10.6122H2.67108V11.2222H0.246084V10.6122Z" fill="%23ffffff"/></g></svg>');
}

.pincss:hover .icon-ztoa {
  background-image: url('data:image/svg+xml;utf-8,<svg width="13" height="13" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3314_18009" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="14"><rect width="15" height="13.3333" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3314_18009)"><path d="M3.33331 9.99998V8.88887H6.66665V9.99998H3.33331ZM3.33331 7.2222V6.11109H9.99998V7.2222H3.33331ZM3.33331 4.44442V3.33331H13.3333V4.44442H3.33331Z" fill="%235B6770"/><path d="M0.246084 4.61223L1.72608 2.54223L1.98608 2.33223H0.246084V1.72223H2.67108V2.33223L1.18108 4.42223L0.926084 4.61223H2.67108V5.22223H0.246084V4.61223Z" fill="%2300B0B9"/><path d="M2.13608 10.4472H1.06108L0.796084 11.2222H0.111084L1.37108 7.69723H1.87608L3.13608 11.2222H2.41608L2.13608 10.4472ZM1.23608 9.89723H1.98608L1.72608 9.11723L1.62108 8.56723H1.59608L1.49108 9.12223L1.23608 9.89723Z" fill="%23ffffff"/></g></svg>');
}

.searched .icon-eclipseV {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 4 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 14C1.26875 14 0.856771 13.8286 0.514063 13.4859C0.171354 13.1432 0 12.7312 0 12.25C0 11.7688 0.171354 11.3568 0.514063 11.0141C0.856771 10.6714 1.26875 10.5 1.75 10.5C2.23125 10.5 2.64323 10.6714 2.98594 11.0141C3.32865 11.3568 3.5 11.7688 3.5 12.25C3.5 12.7312 3.32865 13.1432 2.98594 13.4859C2.64323 13.8286 2.23125 14 1.75 14ZM1.75 8.75C1.26875 8.75 0.856771 8.57865 0.514063 8.23594C0.171354 7.89323 0 7.48125 0 7C0 6.51875 0.171354 6.10677 0.514063 5.76406C0.856771 5.42135 1.26875 5.25 1.75 5.25C2.23125 5.25 2.64323 5.42135 2.98594 5.76406C3.32865 6.10677 3.5 6.51875 3.5 7C3.5 7.48125 3.32865 7.89323 2.98594 8.23594C2.64323 8.57865 2.23125 8.75 1.75 8.75ZM1.75 3.5C1.26875 3.5 0.856771 3.32865 0.514063 2.98594C0.171354 2.64323 0 2.23125 0 1.75C0 1.26875 0.171354 0.856771 0.514063 0.514063C0.856771 0.171354 1.26875 0 1.75 0C2.23125 0 2.64323 0.171354 2.98594 0.514063C3.32865 0.856771 3.5 1.26875 3.5 1.75C3.5 2.23125 3.32865 2.64323 2.98594 2.98594C2.64323 3.32865 2.23125 3.5 1.75 3.5Z" fill="%23a544ff"/></svg>');
}

.custom-datatable .sorting .sort-icon .custom-datatable .sorting_asc .sort-icon .custom-datatable .sorting_desc .sort-icon {
  padding: 9px 5px;
}

.brand-calendar .action .default-icon {
  background-color: transparent !important;
}

.custom-dropdown-container-parent {
  background-image: url('data:image/svg+xml;utf-8,<svg width="8" height="8" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3721_16608" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect y="24" width="24" height="24" transform="rotate(-90 0 24)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3721_16608)"><path d="M22 8L12 18L2 8L3.775 6.225L12 14.45L20.225 6.225L22 8Z" fill="%23000000"/></g></svg>');
  display: block;
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.custom-dropdown-container-parent .icon-down-arrow {
  display: none;
}

.custom-datatable .custom-dropdown-container-parent {
  background-image: unset;
}

.jexcel > tbody > tr > td.jexcel_dropdown {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_659_10313" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="17"><rect y="0.5" width="16" height="16" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_659_10313)"><path d="M8 10.75L4 6.74998L4.93333 5.81665L8 8.88332L11.0667 5.81665L12 6.74998L8 10.75Z" fill="%23000000"/></g></svg>') !important;
  background-repeat: no-repeat;
  background-position: top 50% right 5px;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.jdropdown-header {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_659_10313" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="17"><rect y="0.5" width="16" height="16" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_659_10313)"><path d="M8 10.75L4 6.74998L4.93333 5.81665L8 8.88332L11.0667 5.81665L12 6.74998L8 10.75Z" fill="%23000000"/></g></svg>') !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  content: "" !important;
  background-image: url('data:image/svg+xml;utf-8,<svg width="10" height="10" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3721_16608" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="24" y="24" width="24" height="24" transform="rotate(180 24 24)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3721_16608)"><path d="M8 2L18 12L8 22L6.225 20.225L14.45 12L6.225 3.775L8 2Z" fill="%23000000"/></g></svg>') !important;
  width: 10px;
  height: 10px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "" !important;
  background-image: url('data:image/svg+xml;utf-8,<svg width="10" height="10" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_3721_16608" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect y="24" width="24" height="24" transform="rotate(-90 0 24)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_3721_16608)"><path d="M22 8L12 18L2 8L3.775 6.225L12 14.45L20.225 6.225L22 8Z" fill="%23000000"/></g></svg>') !important;
  width: 10px;
  height: 10px;
}

.trautomation .show .icon-eclipseV {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 4 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75 14C1.26875 14 0.856771 13.8286 0.514063 13.4859C0.171354 13.1432 0 12.7312 0 12.25C0 11.7688 0.171354 11.3568 0.514063 11.0141C0.856771 10.6714 1.26875 10.5 1.75 10.5C2.23125 10.5 2.64323 10.6714 2.98594 11.0141C3.32865 11.3568 3.5 11.7688 3.5 12.25C3.5 12.7312 3.32865 13.1432 2.98594 13.4859C2.64323 13.8286 2.23125 14 1.75 14ZM1.75 8.75C1.26875 8.75 0.856771 8.57865 0.514063 8.23594C0.171354 7.89323 0 7.48125 0 7C0 6.51875 0.171354 6.10677 0.514063 5.76406C0.856771 5.42135 1.26875 5.25 1.75 5.25C2.23125 5.25 2.64323 5.42135 2.98594 5.76406C3.32865 6.10677 3.5 6.51875 3.5 7C3.5 7.48125 3.32865 7.89323 2.98594 8.23594C2.64323 8.57865 2.23125 8.75 1.75 8.75ZM1.75 3.5C1.26875 3.5 0.856771 3.32865 0.514063 2.98594C0.171354 2.64323 0 2.23125 0 1.75C0 1.26875 0.171354 0.856771 0.514063 0.514063C0.856771 0.171354 1.26875 0 1.75 0C2.23125 0 2.64323 0.171354 2.98594 0.514063C3.32865 0.856771 3.5 1.26875 3.5 1.75C3.5 2.23125 3.32865 2.64323 2.98594 2.98594C2.64323 3.32865 2.23125 3.5 1.75 3.5Z" fill="%23a544ff"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  padding: 9px 3px !important;
  position: absolute;
  left: 9px;
  top: 7px;
}

.trautomation .icon-compare:hover {
  background-image: url('data:image/svg+xml;utf-8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_271_2783" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="15" height="15"><rect width="15" height="15" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_271_2783)"><path d="M4.375 13.125L1.25 10L4.375 6.875L5.26562 7.75L3.64062 9.375H13.125V10.625H3.64062L5.26562 12.25L4.375 13.125ZM10.625 8.125L9.73438 7.25L11.3594 5.625H1.875V4.375H11.3594L9.73438 2.75L10.625 1.875L13.75 5L10.625 8.125Z" fill="%23333333"/></g></svg>');
}

.w100 {
  width: 100%;
  float: left;
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 0.3rem;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: var(--bs-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.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;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1em + 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='%23198754' d='M2.3 6.73.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: right calc(0.25em + 0.1875rem) center;
  background-size: calc(0.5em + 0.375rem) calc(0.5em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1em + 0.75rem);
  background-position: top calc(0.25em + 0.1875rem) right calc(0.25em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.5em + 0.375rem) calc(0.5em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.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;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.1875rem) center;
  background-size: calc(0.5em + 0.375rem) calc(0.5em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1em + 0.75rem);
  background-position: top calc(0.25em + 0.1875rem) right calc(0.25em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.5em + 0.375rem) calc(0.5em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.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-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.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 {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.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, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .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: calc(var(--bs-border-width) * -1);
}
.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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.375rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    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;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.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-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  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-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.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;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !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;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

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

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.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-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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
.header {
  border-bottom: 1px solid #e5e8eb;
  height: 42px;
  background: #282244;
  padding: 0 6px;
}

.header .bg-head {
  float: left;
}

.header .navbar {
  padding: 3px;
}

.header .navbar li.nav-item {
  padding-bottom: 0px !important;
}

.header .navbar .nav-item {
  margin-right: 15px;
}

.header .bg-head .navbar-nav .nav-link {
  color: #fff !important;
  padding: 10px 0px;
}

.header .bg-head .navbar-nav .nav-link.active {
  color: #c18df3 !important;
  font-weight: bold;
  border-bottom: 3px solid #c18df3;
}

.header .bg-head .navbar-nav .nav-link:hover {
  color: #c18df3 !important;
  text-decoration: none;
}

.header .navbar-nav {
  padding: 0 80px;
}

.header .navbar-nav .dropdown {
  border-radius: 2px;
}

.header .navbar-nav .dropdown .btn {
  box-shadow: none !important;
  padding: 3px;
  font-size: 11px;
  text-transform: none;
  color: #c18df3;
  font-weight: bold;
}

.header .drop-mega {
  margin-top: -6px !important;
  left: 15% !important;
}

.header .drop-mega .list-group-item-action:hover,
.list-group-item-action:focus {
  background-color: #e9edf5;
}

.header .dropdown-item.active,
.dropdown-item:active {
  background-color: #e9edf5 !important;
}

.header .dropdown-menu,
.heading-right .dropdown-menu {
  max-height: 300px !important;
  overflow-y: auto;
}

.header .dropdown-menu .dropdown-item {
  font-size: 11px !important;
  margin: 0;
  color: #282244 !important;
  padding: 5px 30px 5px 5px !important;
}

.header .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: #e9edf5 !important;
}

.header .dropdown-toggle::after {
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
  margin-left: 0 !important;
}

.header .right-comp-head {
  display: flex;
  padding-top: 0.313rem;
  justify-content: flex-end;
}

.header .right-comp-head .irx-dropdown {
  color: #fff;
  min-width: 80px;
  max-width: 200px;
  font-weight: normal;
  font-size: 11px !important;
  padding-top: 7px !important;
  border: 0px !important;
  padding-left: 5px;
}

.header .right-comp-head .default-icon {
  margin-right: 0.75rem;
  background-color: #282244;
}

.header .right-comp-head .dropdown {
  margin-right: 10px;
}

.mob-project {
  display: inline-flex;
  justify-content: flex-end;
}

.header .right-comp-head .default-icon .grey-circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c18df3;
}

.header .right-comp-head .default-icon .grey-circle.show {
  width: 25px;
  height: 25px;
  padding: 0px;
}

.header .right-comp-head .dropdownicon i {
  padding-right: 7px;
}

.header .icon-down-arrow-white {
  padding: 1px 6px;
  position: unset;
  right: unset;
  top: unset;
}

.mob-project .icon-down-arrow-white {
  position: relative;
  right: unset;
  top: -4px;
}

.client-view {
  background-color: #c18df3 !important;
  color: #fff !important;
  border-radius: 3px;
  border: none !important;
  border-radius: 4px !important;
}

.client-view:hover {
  background-color: #c18df3 !important;
  color: #fff;
  border-radius: 4px;
}

.dropdown-menu.mob-menu.show {
  max-height: 250px !important;
  min-width: 200px;
}

.project-search {
  min-width: 270px !important;
}

.search-container.without-filter {
  right: 17vw;
}

.without-filter .col-md-11 {
  width: 100%;
}

.without-filter .search-input .icon-down-info {
  right: 40px !important;
}

.footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #282244;
  position: absolute;
  bottom: 0px;
  z-index: 0;
  color: #fff;
  padding: 0 5px !important;
}

.footer .container {
  max-width: 100%;
  font-size: 11px;
  color: #fff;
}

.footer ul.footer-left-nav {
  padding-left: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  float: left;
}

.footer ul.footer-left-nav li {
  list-style: none;
  padding-right: 10px;
}

.footer ul.footer-left-nav li a {
  color: #fff;
  text-decoration: none;
}

.footer ul.footer-left-nav li a:hover {
  color: #c18df3;
  text-decoration: underline;
}

.footer ul.footer-right-nav {
  padding-left: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.footer ul.footer-right-nav li {
  list-style: none;
}

.footer ul.footer-right-nav li a {
  color: #fff;
  text-decoration: none;
}

.footer ul.footer-right-nav li a:hover {
  color: #c18df3;
  text-decoration: underline;
}

.footer ul.footer-right-nav .version {
  background-color: #c18df3;
  padding: 5px;
  color: #fff;
  margin-left: 10px;
  border-radius: 3px;
  min-height: 5px;
}

.mob-project .block-ellipsis {
  max-width: 90% !important;
  display: inline-block;
}

.breadcrumb {
  width: 80%;
  margin: 7px 10px 0px 10px !important;
}

.breadcrumb-item {
  max-width: 350px !important;
}

.breadcrumb-item a {
  color: #c18df3 !important;
}

.breadcrumb-item.block-ellipsis {
  padding-right: 0px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 5px;
  content: "|";
}

.help-position {
  display: flex;
  justify-content: flex-end;
  width: 20%;
  margin-right: 4px;
  top: 3px;
  position: relative;
}

:root {
  --base-font-size: 11px;
}

.main-component {
  padding: 5px;
}

.block-ellipsis.line-clamp-3 {
  -webkit-line-clamp: 3 !important;
  max-width: 95%;
}

.block-ellipsis {
  display: -webkit-box;
  max-width: 100%;
  font-size: 11px;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
  padding-right: 5px;
  height: 100%;
}

.block-ellipsis a {
  color: #006fff;
}

.block-ellipsis a:hover {
  text-decoration: underline;
}

.block-ellipsis,
.block-ellipsis-l1 {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.blue {
  color: #006fff;
}

.listing-component {
  background-color: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
}

.irx-form .form-select-lg {
  font-size: 11px;
  border-radius: 3px;
}

.irx-form .form-select {
  padding: 7px;
}

.main-heading .heading-right .button-toggle {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e5e8eb;
  height: 25px;
  margin-top: 5px;
  padding: 0px;
  margin-right: 10px;
}

.main-heading .heading-right .button-toggle .list-icon {
  width: 40px;
  padding: 2.7px 9px;
  border-radius: 3px;
  color: #282244;
  float: left;
  height: 25px;
}

.main-heading .heading-right .button-toggle .view-icon {
  width: 40px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #282244;
  float: right;
  height: 25px;
}

.main-heading .heading-right .button-toggle .timeline-icon {
  width: 40px;
  padding: 4px 11px;
  border-radius: 3px;
  color: #282244;
  float: right;
  height: 25px;
}

.main-heading .heading-right .button-toggle .active {
  background-color: #c18df3;
  border: 1px solid #c18df3;
  padding: 2.7px 9px;
  border-radius: 3px;
}

.dataTables_scroll {
  table-layout: fixed;
  border-collapse: collapse;
  position: unset !important;
}

.dataTables_scroll table th {
  padding: 10px 10px;
}

.dataTables_scroll table td {
  padding: 2.5px 10px;
}

.dataTables_scrollHead {
  width: 100%;
  background: #e5e8eb;
}

.dataTables_scrollHead table thead th {
  font-size: 11px;
  outline-style: solid;
  outline-width: thin;
  outline-color: #fff;
}

.dataTables_scrollHead table thead th:last-child {
  border-right: transparent !important;
}

.dataTables_scrollBody {
  height: calc(100vh - 190px);
}

.dataTables_scrollBody tr:hover {
  background-color: #e9edf5;
}

.datatable .show_count {
  display: none;
}

.central-search tbody tr td:first-child {
  padding: 12px 10px 9px 10px !important;
  vertical-align: top;
}

.central-repo {
  background-color: #ffc555 !important;
  font-size: 10px !important;
}

.project-repo {
  background-color: #819eae !important;
  font-size: 10px !important;
}

.workflow-approved {
  background-color: #de8982;
  min-height: 35px;
}

.workflow-new {
  background-color: #13be06;
  min-height: 35px;
}

.workflow-in-review {
  background-color: #8ee2ee;
  min-height: 35px;
}

.workflow-reviewed {
  background-color: #c18df3;
  min-height: 35px;
}

.workflow-mark-update {
  background-color: #deb2b7;
  min-height: 35px;
}

.datatable table td {
  border-color: inherit;
  border-style: solid !important;
}

.datatable table td .tag-td {
  padding-bottom: 0 !important;
}

.datatable .grey-circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 10px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #410c73;
}

.datatable .grey-circle:hover {
  background-color: #0d0217;
}

.central-repo {
  background-color: #5b11a1 !important;
  border-radius: 50% !important;
  width: 25px;
  height: 25px;
  font-size: 10px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-repo {
  background-color: #270745 !important;
  border-radius: 50% !important;
  width: 25px;
  height: 25px;
  font-size: 10px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datatable .icon-wrap {
  width: 100%;
  display: flex;
  justify-content: left;
}

.datatable .fa-plus-circle {
  color: #c18df3;
}

.datatable .dataTables_info {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.datatable .drop-num {
  float: left;
}

.datatable .drop-num select {
  margin: 0px 5px;
}

.dataTables_paginate select {
  margin: 0px 5px;
}

.grid-view {
  padding: 0 13px;
}

.grid-view a {
  color: #006fff;
}

.grid-view a:hover {
  color: #006fff;
  text-decoration: underline;
}

.grid-view thead th {
  display: none;
}

.grid-view .grd-row-block {
  padding: 5px 10px;
}

.grid-view .grid-view-body {
  width: 73%;
  padding: 0 10px 0 5px;
  height: 400px !important;
  height: 100%;
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 5px;
}

.grid-view .grid-left-pane {
  height: 400px !important;
  height: 100%;
  display: inline-block;
  overflow-y: auto;
  border-radius: 4px;
  border: 1px solid #e5e8eb;
  overflow-x: hidden;
}

.grid-view .tagBtn {
  margin-right: 5px;
}

.grid-view .confidence-bar {
  color: #282244;
  text-align: end;
}

.grid-view .confidence-bar .conference {
  margin-left: 10px;
}

.workflow-dropdown.dropdown {
  display: inline-block;
}

.repositoryTableContainer .workflow-dropdown.dropdown {
  display: contents !important;
}

.datatable .status-bar {
  margin-bottom: 5px;
  text-align: end;
}

.datatable .collapse-btn {
  position: absolute;
  left: -1px;
  top: 25px;
}

.irx-search-modal .row-button {
  float: right;
}

.irx-search-modal .row-button .irx-secondary-button {
  margin-right: 5px;
}

.irx-search-modal {
  position: absolute;
  width: 700px;
  margin-top: 35px;
  right: 0px;
  z-index: 750;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 30px -6px rgb(166, 166, 166);
  -moz-box-shadow: 0px 0px 30px -6px rgb(166, 166, 166);
  box-shadow: 0px 0px 30px -6px rgb(166, 166, 166);
  border-radius: 4px;
}

.associate-wrap .irx-search-modal {
  margin-top: 12px;
}

.associate-wrap .sub-heading-right {
  margin-top: 20px;
}

.kiq-inner-wrap .irx-search-modal {
  width: 90%;
  max-width: 700px;
  min-width: 400px;
}

.topic-inner-wrap .irx-search-modal {
  width: auto;
  max-width: 700px;
  min-width: 400px;
  right: 24px !important;
}

.irx-search-modal.versionlist {
  width: auto;
  max-width: 700px;
  min-width: 400px;
  right: 24px !important;
}

.irx-search-modal .icon-down-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
}

.irx-search-modal .sub-main-heading {
  margin-bottom: 20px;
}

.irx-search-modal .block-ellipsis {
  width: 75%;
}

.tags-wrap {
  max-height: 74px;
  overflow-y: auto;
  padding: 0 10px;
}

/* custom dropdown css */
.custom-dropdown {
  background: #fff;
  z-index: 4;
  width: 443px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e5e8eb;
  padding: 7px 0px 0px 0px;
  position: relative;
  right: 0px;
  -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
  box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
}

.custom-dropdown-container-parent .block-ellipsis {
  display: inline-block;
}

.custom-dropdown-list-item .block-ellipsis {
  display: -webkit-box !important;
}

.md-form {
  padding: 0 10px;
}

.list-container {
  overflow: auto;
  margin: 0 10px;
  max-height: 140px;
  white-space: nowrap;
}

.custom-dropdown-button {
  background-color: #f3f3f3;
  float: right;
  border-top: 1px solid #dee2e6;
  width: 100%;
  padding: 5px 10px;
  text-align: right;
}

.custom-dropdown-content {
  display: table;
  margin: 5px 0px 10px 0px;
  padding-left: 0px;
  width: 100%;
}

.custom-dropdown-content .form-check {
  min-height: auto;
  padding-left: 20px;
  float: none !important;
}

.custom-dropdown-content .form-check-input[type=checkbox] {
  margin-top: 4px !important;
}

.custom-dropdown-container label.custom-control-label {
  padding: 1px 5px;
}

.custom-dropdown-container label.custom-control-label:hover {
  padding: 1px 5px;
  color: #fff !important;
  cursor: pointer;
}

.custom-dropdown-content li {
  padding-bottom: 0px !important;
  padding-left: 0px;
  margin-bottom: 1px;
}

.custom-dropdown-content li.active {
  background-color: #c18df3;
  color: #fff !important;
  border-radius: 3px;
  padding-bottom: 0px;
  margin-bottom: 1px;
}

.custom-dropdown-content li:hover {
  background-color: #c18df3;
  color: #fff;
  border-radius: 3px;
  padding-bottom: 0px !important;
}

.custom-dropdown-content .select-all-checkbox:hover {
  background-color: #c18df3;
  color: #fff;
  border-radius: 3px;
  padding-bottom: 0px !important;
}

.custom-dropdown-list-item-count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c18df3;
  color: #fff;
  text-align: center;
  padding-top: 3px;
  margin-top: -8px;
  position: absolute;
  top: 17px;
  right: 20px;
}

.irx-search-modal .custom-dropdown-container-parent-body .custom-dropdown,
.irx-search-modal .custom-dropdown-container-parent .custom-dropdown {
  resize: unset;
}

.custom-dropdown-content .form-check-input[type=checkbox] {
  margin-top: 4px !important;
}

.custom-dropdown .form-control {
  margin-top: 2px;
}

.repositoryTableContainer .list-container {
  max-height: 190px;
}

.data-bulk-move .repositoryTableContainer .list-container {
  max-height: 80px;
}

.load-more-button {
  visibility: hidden;
}

.playbookTableContainer .list-container {
  max-height: 140px;
}

.azn-list-component .repositoryTableContainer .list-container {
  max-height: 190px;
}

.manual-copy .list-container {
  max-height: 135px;
}

.repositoryComparisonDRGrid .list-container {
  max-height: 110px;
}

.edit-output .repositoryTableContainer .list-container {
  max-height: 170px;
}

.bullets-none {
  height: auto !important;
  margin: 0px 0px 10px 0px !important;
}

.bullets-none .form-check {
  padding-left: 0px !important;
  float: none !important;
  display: block !important;
}

.bullets-none .form-check-input[type=radio] {
  pointer-events: none;
  opacity: 0;
}

.custom-dropdown-list-item {
  display: inline-block;
  border: 1px solid #00b0b9;
  padding: 1px 5px;
  background: rgba(0, 176, 185, 0.1098039216);
  margin-right: 3px;
  margin-bottom: 3px;
  width: 32%;
  border-radius: 4px;
}

.custom-dropdown-list-item span.block-ellipsis {
  width: 80%;
  padding-right: 0;
}

.dropdown-close-btn {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC);
  width: 7px;
  cursor: pointer;
  height: 7px;
  float: right;
  margin-top: -11px;
}

.list-container li {
  list-style: none;
}

.irx-search-modal .icon-down-arrow {
  z-index: -1;
}

.irx-dropdown-element {
  border: 1px solid #c18df3;
  padding: 3px 5px;
  background: rgba(193, 144, 243, 0.1098039216);
  margin-right: 3px;
  margin-bottom: 3px;
  width: auto;
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 5px;
  height: 80%;
}

.tagContainer .custom-dropdown-list-item-count {
  right: 40px !important;
}

.grd-row-block {
  padding: 10px 0px 10px 0px;
}

.grd-row-block a {
  color: #006fff !important;
}

.grd-row-block table tbody tr td {
  padding: 0px;
}

.grd-row-block .cb-mid {
  padding: 10px 0;
}

.modal-body .datatable .show_count {
  margin: -50px auto 9px auto;
}

.request-center .request-inner-wrap .listing-component {
  padding: 0px;
  border: 0px;
}

.request-center .request-inner-wrap .container-fluid {
  padding: 0px;
}

.request-center .irx-search-modal {
  width: 500px;
}

.toggleBlock a {
  color: #006fff !important;
  word-break: break-all;
}

.toggleBlock a:hover {
  color: #006fff !important;
  text-decoration: underline !important;
}

.pt15 {
  padding-top: 20px !important;
}

.radio-custom label {
  top: 0px !important;
  left: 1px !important;
}

.datarepositorybulkeditInputForm .custom-single-dropdown {
  max-width: 443px;
}

.datarepositorybulkeditInputForm .custom-dropdown-container-parent-body .custom-dropdown,
.datarepositorybulkeditInputForm .custom-dropdown-container-parent .custom-dropdown {
  resize: unset;
}

.custom-single-dropdown {
  width: 100% !important;
}

.newupdate-badge {
  border-left: 5px solid #ffc555;
  margin-right: 5px;
  height: 15px;
  float: left;
}

.red-badge {
  border-left: 5px solid #de8982;
  margin-right: 5px;
  height: 15px;
  float: left;
}

.donotcall-badge {
  border-left: 5px solid #ff0000;
  margin-right: 5px;
  height: 15px;
  float: left;
}

.gray-badge {
  border-left: 5px solid #6c757d;
  margin-right: -5px;
  margin-top: 1px;
  height: 15px;
  float: right;
}

.landscape-container.custom-datatable .dataTables_scrollBody .irx-table-row {
  padding: 0px 11px !important;
}

.landscape-container.custom-datatable table tbody tr td {
  padding: 3px 11px !important;
}

.repositoryTableContainer table tbody tr td {
  padding: 2.5px 11px !important;
  background-color: #fff;
}

.picker__select--month {
  width: 45% !important;
}

.request-inner-wrap p {
  padding-left: 9px !important;
}

.conference-inner-wrap .dataTables_scrollBody {
  height: calc(100vh - 267px);
}

.project-document {
  height: calc(100vh - 155px);
  overflow-y: auto;
}

.repositoryTableContainer .dataTables_scrollBody {
  height: calc(100vh - 200px);
  max-height: unset !important;
  width: 100% !important;
}

.azn-list-component .dataTables_scrollBody {
  height: calc(100vh - 220px);
  max-height: unset !important;
  width: 100% !important;
}

.trial-map .dataTables_scrollBody {
  height: calc(100vh - 280px);
  max-height: unset !important;
}

.addtrial-custom-height {
  height: calc(100vh - 116px);
  max-height: unset !important;
}

.landscape-container .dataTables_scrollBody {
  height: calc(100vh - 300px);
  width: 100% !important;
}

.repository-datatable .dataTables_scrollBody {
  height: calc(100vh - 295px);
}

.count-up .dataTables_scrollBody {
  height: calc(100vh - 270px) !important;
  width: 100% !important;
}

.comparison.count-up .dataTables_scrollBody {
  height: calc(100vh - 290px) !important;
  width: 100% !important;
}

.report-wrap .dataTables_scrollBody {
  height: calc(100vh - 242px);
}

.playbookTableContainer .dataTables_scrollBody {
  height: calc(100vh - 265px);
  max-height: unset !important;
  width: 100% !important;
}

.customWrap .dataTables_scrollBody {
  height: calc(100vh - 230px);
  max-height: unset !important;
  width: 100% !important;
}

.PlaybookviewWrap .dataTables_scrollBody {
  height: calc(100vh - 285px);
  max-height: unset !important;
  width: 100% !important;
}

.analyticsWrapper .dataTables_scrollBody {
  height: calc(100vh - 230px);
  width: 100% !important;
}

.dashboard-component .dataTables_wrapper .dataTables_scrollBody {
  height: calc(100vh - 330px) !important;
}

.request-inner-wrap .dataTables_scrollBody {
  height: calc(100vh - 235px);
}

.playbook-compare .dataTables_scrollBody {
  height: calc(100vh - 240px);
}

.repositoryTableContainer.bulk-move .dataTables_scrollBody {
  height: calc(100vh - 275px);
  max-height: unset !important;
  width: 100% !important;
}

.data-bulk-move {
  height: calc(100vh - 160px);
}

.data-bulk-move .view-inner {
  height: calc(100vh - 165px) !important;
}

.data-bulk-move .dataTables_scrollBody {
  height: calc(100vh - 330px);
  max-height: unset !important;
  width: 100% !important;
}

.playbookbulk .data-bulk-move .dataTables_scrollBody {
  height: calc(100vh - 321px);
  max-height: unset !important;
  width: 100% !important;
}

.data-bulk-move .checkbox-column {
  width: 2% !important;
}

.data-bulk-move .input-column {
  width: 98% !important;
}

.data-bulk-move .dropdown-column {
  width: 73% !important;
}

.rtautomatic {
  height: calc(100vh - 210px);
}

.config-table th {
  padding: 5px 10px;
  background: #e5e8eb;
  border-right: 1px solid #fff;
}

.config-table td {
  padding: 2.5px 10px;
}

.client-body .dataTables_scroll table td {
  padding: 10px 10px;
}

.conference-client-table .dataTables_scroll table td {
  padding: 2.5px 10px;
}

.respondent-wrap .block-ellipsis {
  word-break: break-all;
}

.respondent-wrap table thead th {
  padding-right: 9px !important;
}

.respondent-history .main-component {
  padding: 0px;
}

.respondent-history .dataTables_scrollBody {
  height: calc(100vh - 275px);
}

.respondent-history .custom-datatable table thead th {
  padding-right: 9px !important;
}

.respondent-wrap .dataTables_scroll table th {
  white-space: nowrap;
}

.respondent-history .dataTables_scroll table th {
  white-space: nowrap;
}

.custom-pagination .pagination-wrap {
  flex-grow: unset !important;
  margin-bottom: 10px;
}

.alert-custom-height {
  height: calc(100vh - 140px);
  overflow-y: auto;
}

.preferred-text {
  color: #c18df3;
}

.non-preferred-text {
  color: #000;
}

.respondentplannerassociate-datatable .dataTables_scrollBody {
  height: calc(100vh - 190px) !important;
  max-height: calc(100vh - 225px) !important;
}

.output-datatable .dataTables_scrollBody {
  height: calc(100vh - 255px) !important;
  max-height: unset !important;
}

.one-stopsearch .dataTables_scrollBody {
  height: calc(100vh - 210px) !important;
  max-height: unset !important;
}

.irx-search-modal .list-container {
  white-space: unset;
}

.custom-time-zone .form-floating {
  margin: 0 0 0px 0 !important;
}

.add-component {
  background-color: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  padding: 0px;
}

.add-component .main-heading {
  top: 0px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  display: flex;
}

.add-component .add-wrap-inner {
  padding: 10px 10px;
  float: left;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 155px);
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

.trialrepo-component .add-wrap-inner {
  z-index: unset;
}

.add-component .tox-tinymce {
  border-radius: 3px;
  border-color: #dee2e6;
}

.add-component .tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  border-bottom: 1px solid #dee2e6;
  background: none !important;
}

.add-component .row-button {
  float: right;
}

.add-component .row-button .irx-secondary-button {
  margin-right: 10px;
}

.add-component .confidence-label {
  display: inline-block;
}

.confidence-warp .range-field {
  width: 86%;
  float: left;
}

.confidence-warp .form-label {
  margin-bottom: 0px;
  font-weight: bold;
  color: #282244;
}

.confidence-warp .range-field input {
  width: 94%;
  margin: 0 5px;
}

.add-component .tag-cont {
  margin-top: -15px;
  margin-bottom: 15px;
}

.add-component .custom-textarea .tox-tinymce {
  height: 200px !important;
}

.add-component .intel-preview.active {
  display: inline-block;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 4px;
  background-color: #f3f3f3;
}

.add-component .icon-cross {
  background-position: inherit;
  padding: 1px 7px;
  margin-right: 5px;
}

.intel-preview .sourceDetail {
  float: left;
}

.intel-preview .sourceDetail .respondent-name:first-child {
  padding-left: 0px;
}

.intel-preview .sourceDetail .respondent-name {
  padding: 0 5px;
}

.intel-preview .block-ellipsis {
  max-width: 100px;
  float: left;
}

.intel-preview .sourceDetail a {
  padding-right: 5px;
  color: #006fff;
}

.link-custom .link {
  float: unset;
  padding-bottom: 0px !important;
}

.link-custom .link::after {
  display: none;
}

.link-custom .link::after {
  display: none;
}

.link {
  float: left;
  padding-bottom: 5px;
}

.link::after {
  content: "|";
  margin: 0 5px 0 0px;
}

.link:last-child::after {
  content: "";
  margin: 0 5px;
  display: none;
}

.intel-preview .label {
  font-weight: bold;
  color: #333333;
  float: left;
  margin-right: 5px;
}

.add-component .tagBtn {
  margin: 5px 7px 5px 0px;
}

.pintop {
  width: 100px;
  float: right;
  margin-top: 7px;
  position: relative;
  z-index: 3;
  margin-right: -16px;
}

.pintop label {
  font-weight: bold;
  color: #282244;
}

.sub-heading-right .remain-text {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}

.sub-heading-right .remain-text span {
  background-color: #282244;
  padding: 5px;
  border-radius: 10px;
  color: #fff;
}

.add-component .existing {
  margin-right: 5px;
}

.add-component .cancel {
  margin-right: 5px;
}

.add-component .form-label.custom-textarea {
  color: #282244;
  font-weight: bold;
}

.add-component .icon-crossgrey {
  padding: 6px 8px;
  cursor: pointer;
}

.add-component .icon-snapshot {
  padding: 6px 8px;
}

.add-component .block-ellipsis {
  width: 75%;
}

.add-component .icon-down-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  padding: 16px 16px;
}

.likehood {
  background-color: #d9baf8 !important;
  border-radius: 4px;
  padding: 5px !important;
  border: 1px solid #c18df3;
}

.likehood h3 {
  font-size: 11px;
  color: #c18df3;
  font-weight: bold;
  border-bottom: 1px solid #f2e8fd;
  padding: 3px 0 5px 0;
}

.likehood p {
  font-weight: bold;
  padding: 5px 0;
}

.add-scenario {
  overflow-x: auto !important;
}

.scenariomt20 {
  margin-top: -20px !important;
}

.scenario-main .icon-trash {
  position: relative;
  right: 10px;
  top: 4px;
}

.add-scenario .irx-label {
  padding: 5px 0;
}

.ratingCount {
  border: 0px;
  border-radius: 10px;
}

.add-scenario .icon-down-info {
  position: relative;
  padding: 0px 9px;
  top: 0px;
}

.irx-icon-info-text {
  padding-right: 25px !important;
}

.add-scenario .confidence-warp .range-field input {
  width: 90%;
}

.add-scenario .col {
  padding-right: 0px;
}

.add-scenario .col .card {
  border: 1px solid #e5e8eb;
}

.add-scenario .col:last-child {
  padding-right: 10px;
}

.md-progress {
  background-color: #fff !important;
  border: 1px solid #c18df3 !important;
  font-size: 11px !important;
}

.md-progress .progress-bar {
  background-color: #c18df3 !important;
  color: #fff !important;
}

.impact-low:before {
  content: close-quote;
  width: 4px;
  height: 100%;
  background: #a4c598;
  position: absolute;
  right: 0px;
  top: 0;
  overflow: hidden;
  border-radius: 1px;
}

.impact-high:before {
  content: close-quote;
  width: 4px;
  height: 100%;
  background: #d29a9d;
  position: absolute;
  right: 0px;
  top: 0;
  overflow: hidden;
  border-radius: 1px;
}

.scenario-list {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.carausel-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalyst-max-height {
  max-height: 100px !important;
  overflow-y: auto !important;
}

.accordion-button:not(.collapsed) {
  background-color: #f3f3f3 !important;
  padding: 5px !important;
  color: #333333 !important;
  font-size: 11px !important;
}

.accordion-button.collapsed {
  background-color: #f3f3f3 !important;
  padding: 5px !important;
  color: #333333 !important;
  font-size: 11px !important;
}

.red-cross-margin {
  padding: 6px 7px !important;
  position: absolute;
  right: 0px;
  top: 5px;
}

.associate-wrap .container-fluid {
  padding: 0px;
}

.associate-wrap .datatable .show_count {
  margin: -46px auto 15px auto;
  width: 27vw;
  position: relative;
  left: 0vw;
}

.associate-wrap .filter-active.datatable .show_count {
  margin: -70px auto 42px auto;
}

.associate-wrap .modal-header {
  padding-bottom: 0px;
}

.associate-wrap .modal-header .default-icon {
  margin-top: -24px;
}

.associate-wrap .dataTables_scrollHead tr th {
  padding-left: 10px;
}

.associate-wrap .datatable table tbody tr td {
  padding: 8px 10px 8px 10px;
}

td.origin-margin {
  padding: 2.5px 10px 2.5px 10px !important;
}

.intelassociate-datatable .dataTables_scrollBody {
  max-height: 280px !important;
  height: 280px !important;
  overflow-y: auto;
}

.associate-wrap .main-component {
  padding: 5px 0px;
}

.associate-wrap .block-ellipsis {
  width: 100% !important;
}

.view-component {
  background-color: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  padding: 0px !important;
}

.view-component .main-heading {
  top: 0px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
}

.view-component .view-inner {
  padding: 0px 10px;
  width: 100%;
  display: inline-block;
  overflow-y: auto;
  height: calc(100vh - 180px);
  overflow-x: hidden;
  position: relative;
  z-index: unset;
  font-size: 11px;
}

.view-component img {
  max-width: 100%;
}

.view-component .view-inner .list-heading {
  margin: 5px 0;
}

.view-component .view-inner .grey-box .align .label:first-child {
  color: #333333;
  display: inline-block;
  font-weight: bold;
  padding: 5px 7px 0px 0px;
}

.view-component .view-inner .grey-box .align .label {
  color: #333333;
  display: inline-block;
  font-weight: bold;
  padding: 0 7px;
}

.view-component .view-inner .grey-box .align a {
  color: #006fff;
  padding-right: 5px;
}

.view-component .view-inner .label {
  color: #333333;
  font-weight: bold;
  padding: 0px 7px 5px 0px;
}

.view-component .view-inner .tags-wrap .tagBtn,
.view-component .view-inner .tags .tagBtn {
  margin-right: 5px;
}

.view-component .view-inner .conference {
  display: inline-block;
  margin-left: 20px;
}

.view-component .view-inner .fact {
  display: inline-block;
}

.confidence-bar {
  display: flex;
  justify-content: end;
}

.grey-box {
  background-color: #f0f0f0;
  padding: 5px 10px;
  float: left;
  width: 100%;
  border-radius: 3px;
  font-size: 10px !important;
}

.grey-box p {
  padding-right: 10px;
  margin-bottom: 0px;
}

.custom-margin {
  margin-top: 7px !important;
  margin-bottom: 0px !important;
}

.custom-margin .irx-dropdown {
  padding: 8px 0px 5px 6px !important;
  font-size: 10px !important;
}

.custom-margin .irx-dropdown .icon-down-arrow {
  padding: 0 9px !important;
}

.kiq-wrap .view-component,
.topic-wrap .view-component {
  height: 100%;
}

.kiq-inner-wrap,
.topic-inner-wrap {
  margin-top: 0px;
  float: left;
  width: 100%;
  height: calc(100vh - 157px);
  overflow-y: auto;
  overflow-x: hidden;
}

.output-inner-wrap {
  margin-top: 0px;
  float: left;
  width: 100%;
  height: calc(100vh - 130px);
  overflow-y: auto;
  overflow-x: hidden;
}

.kiq-inner-wrap .irx-search-modal .custom-dropdown-list-item-count {
  top: 14px !important;
  right: 32px !important;
}

.kiq-inner-wrap .dataTables_scroll,
.topic-inner-wrap .dataTables_scroll {
  overflow-y: unset;
  height: auto;
  max-height: none;
}

.kiq-inner-wrap .datatable table thead th,
.topic-inner-wrap .datatable table thead th {
  background: none !important;
  border: 0px;
}

.kiq-inner-wrap .irx-search-modal .icon-down-arrow {
  z-index: 0;
}

.output-left-card {
  background-color: #f0f0f0;
  float: left;
  width: 49%;
  height: calc(100vh - 163px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
  border-radius: 3px;
  margin: 0 5px 0 12px;
}

.topic-intel-list .dataTables_scrollHead {
  display: none;
}

.topic-intel-list table tbody tr td.sorting_1:first-child {
  padding: 0px !important;
}

.topic-intel-list table tbody tr td:first-child {
  padding: 0px !important;
}

.custom-card .row {
  width: 100%;
}

.view-component h5 {
  text-transform: none;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 11px;
  width: 100%;
  font-weight: bold;
}

.view-component p {
  margin-top: 5px;
}

.view-component .form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  background-color: #fff;
}

.updated-date {
  font-size: 10px;
  color: #282244;
}

.output-heading {
  width: 98%;
}

.output-heading h3 {
  text-transform: unset;
  font-size: 11px;
  font-weight: bold;
}

.custom-card {
  border: 1px solid #e5e8eb;
  border-radius: 3px;
  padding: 10px;
  background-color: #fff;
  margin-top: 5px !important;
  display: inline-block;
  width: 100%;
  position: relative;
}

.custom-card-min-height {
  border: 1px solid #e5e8eb;
  border-radius: 3px;
  padding: 10px;
  background-color: #fff;
  margin-top: 0px !important;
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 100%;
}

.custom-card h5 {
  margin-bottom: 0px;
}

.custom-card p {
  margin-top: 0px;
}

.output-right-card {
  background-color: #f0f0f0;
  float: right;
  width: 49%;
  height: calc(100vh - 163px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
  margin: 0 5px 0 0px;
  border-radius: 3px;
}

.output-full-card {
  width: 98.5% !important;
}

.sub-heading {
  display: flex;
  align-items: flex-start;
}

.output-right-card .tab-icon-button {
  width: 100%;
  float: right;
}

.output-right-card .tab-icon-button button {
  float: right;
}

.output-right-card .irx-search-modal {
  right: 10px;
}

.output-right-card .icon-down-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}

.output-right-card .selected-criteria {
  margin-top: 6px;
}

.output-left-card .icon-down-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}

.kiq-icon .default-icon {
  background-color: transparent;
}

.kiq-icon .default-icon:last-child {
  background-color: transparent;
  margin-right: 0px;
}

.kiq-icon .sub-heading-right {
  display: inline;
}

.edit-kiq .form-floating.irx-input .form-label,
.edit-topic .form-floating.irx-input .form-label {
  background-color: #d9baf8;
}

.edit-kiq .form-floating.irx-input,
.edit-topic .form-floating.irx-input {
  margin: 10px 0 !important;
}

.edit-kiq .form-floating.irx-input textarea,
.edit-topic .form-floating.irx-input textarea {
  padding: 10px !important;
  line-height: 1.6;
}

.edit-kiq .form-floating .icon-down-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}

.topic-intel-list .form-check-input[type=checkbox] {
  margin: 15px 10px 0 0 !important;
}

.tab-view {
  border-bottom: 1px solid #e5e8eb;
}

.custom-card .dataTables_scrollBody {
  height: unset !important;
  max-height: unset !important;
}

.tab-view .nav-link {
  padding: 0px 0px 5px 0px;
  color: #333333;
  text-transform: uppercase;
}

.tab-view li {
  margin-right: 15px;
  padding-bottom: 0px;
}

.tab-view .nav-item.active {
  padding: 0px 0px 5px 0px;
  text-transform: uppercase;
  border-bottom: 3px solid #c18df3;
}

.tab-view .nav-item.active .custom-dropdown-trigger {
  color: #c18df3 !important;
  font-weight: bold;
}

.tab-view .nav-link.active {
  padding: 0px 0px 5px 0px;
  color: #c18df3;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 3px solid #c18df3;
}

.tab-view .nav-link.active:hover {
  padding: 0px 0px 5px 0px;
  color: #c18df3 !important;
  text-decoration: none !important;
}

.tab-view .nav-link:hover {
  padding: 0px 0px 5px 0px;
  color: #333333;
  text-decoration: none !important;
}

.tab-content {
  margin-top: 0px;
}

.tab-icon-button {
  float: right;
}

.tab-content .default-icon:hover {
  background-color: #f2e8fd;
}

.tab-icon-button .irx-primary-button {
  margin-top: -35px;
}

.tab-icon-button .icon-copycr {
  padding: 16px !important;
}

.impact {
  float: left;
  margin: 5px 0;
}

.impact h5 {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  width: auto;
  padding-right: 5px;
}

.low {
  background-color: #a4c598;
  padding: 3px;
  color: #fff;
  border-radius: 3px;
  display: inline;
  font-size: 10px;
}

.custom-card.no-record {
  margin-top: 0px !important;
  text-align: center !important;
}

.custom-card.no-record p {
  text-align: center !important;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
}

.custom-card.no-record .tab-icon-button {
  float: none;
  margin-top: 15px;
  display: inline-block;
}

.tab-pane .row-button {
  display: flex;
  justify-content: flex-end;
}

.modal-body .row-button {
  display: flex;
  justify-content: right;
}

.modal-body .row-button .irx-primary-button {
  margin-left: 10px;
}

.view-component .workflow-dropdown {
  margin-top: 9px !important;
}

.view-component .workflow-dropdown .dropdown-item {
  padding: 5px 0;
}

.view-component,
.add-component .dropdown-item {
  padding: 5px 0;
}

.view-component .dropdown-item:hover {
  text-decoration: none;
}

.view-component .impacted-component {
  padding: 10px;
}

.view-component .impacted-component .sub-heading {
  float: none;
}

.view-component .impacted-component .list-style-none {
  padding-top: 5px;
}

.no-data {
  border: 1px solid #f3f3f3;
  padding: 10px;
  text-align: center;
  color: #c18df3;
  font-size: 13px;
  width: 100%;
  float: left;
}

.custom-card .intelRating {
  position: absolute;
  right: 4px;
  top: unset;
}

.kiq-wrap-compare .main-heading {
  padding: 10px 0px 0 10px;
}

.kiq-wrap-compare .custom-card {
  margin-top: 0px;
}

.tox :not(svg):not(rect) {
  z-index: 0;
}

.grey-bg {
  background-color: #d9baf8;
  padding: 5px 10px;
  border-radius: 3px;
}

.edit-kiq .copy-content {
  position: absolute;
  top: -15px;
  right: 13px;
}

.h200 {
  height: 200px !important;
}

.edit-kiq .form-check {
  padding-left: 17px;
  float: left;
  margin-right: 10px;
}

.compare-copy {
  position: absolute;
  right: 5px;
  bottom: -14px;
}

.compare-trash {
  position: absolute;
  right: 5px;
  top: 35px;
}

.view-inner .left-inner-container {
  display: flex;
  flex-wrap: wrap;
}

.left-inner-container p {
  width: 100%;
}

.view-inner .right-inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  top: 7px;
  position: absolute;
  right: 5px;
}

.pr-drop .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  text-transform: uppercase;
}

.pr-drop .irx-dropdown {
  text-transform: uppercase;
  color: #282244 !important;
  font-weight: bold;
  font-size: 11px !important;
}

.projectsList .outerProjectList li::before {
  border-left: 1px dashed #333333;
}

.projectsList .innerProjectList li::after {
  border-bottom: 1px dashed #333333;
}

.intelassociate-datatable .show_count {
  margin-top: 0px !important;
}

.request-modal {
  height: 350px;
  max-height: 350px;
  overflow-y: auto;
}

.kiq-wrap-compare .form-floating {
  z-index: 0;
}

.kiq-wrap-compare .new-change-text {
  padding-bottom: 8.5px;
  margin-right: 5px;
}

.kiq-wrap-compare .update-change-text {
  padding-bottom: 8.5px;
  margin-right: 10px;
}

.link-margin {
  padding: 10px 10px;
  border-bottom: 1px solid #e5e8eb;
}

.project-document li {
  list-style: none;
  padding-bottom: 5px;
}

.default-icon.project-icon-margin .icon-eclipse {
  margin-left: 5px;
}

.project-icon-margin .icon-eclipse {
  padding: 4px 20px;
  top: unset;
  left: unset;
  position: relative;
}

.icon-snapshot,
.icon-scancode,
.icon-click-image,
.icon-upload {
  margin-right: 5px;
}

.sync-postion {
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.blueDarkColor {
  color: #00b0b9;
}

.file-icon-margin {
  margin-top: 5px;
}

.landscape-inner h3,
.trialComparisonData h3 {
  font-size: 13px;
  font-weight: bold;
}

.card-position {
  position: relative;
  top: -6px !important;
  margin-bottom: 0px;
  border: 0px;
}

.card-position .row {
  margin-top: 0px;
  margin-bottom: 15px;
}

.add-record .card-position {
  padding-bottom: 0px;
}

.manual-copy .sub-heading-right {
  margin-top: -20px;
}

.filter-margin-checkbox {
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
}

.filter-margin-checkbox:first-child {
  display: inline-block;
  padding-left: 0px;
}

.dashboard-component {
  width: 100%;
  display: inline-block;
  padding: 0 5px !important;
}

.dashboard-component .main-heading {
  padding: 0px;
}

.dashboard-inner {
  width: 100%;
  display: inline-block;
  overflow-y: auto;
  min-height: 100%;
  height: calc(100vh - 125px);
  overflow-x: hidden;
  position: relative;
}

.dashboard-component .default-icon {
  background-color: transparent;
}

.dashboard-header .icon-down-arrow {
  padding: 0 5px;
}

.dashboard-header .dropdown-item {
  padding: 5px !important;
}

.dashboard-header .dropdown-item:hover {
  padding: 5px !important;
  color: #fff;
  border-radius: 4px;
}

.dashboard-header .dropdown-item.active {
  background-color: #c18df3;
  color: #fff !important;
  border-radius: 4px;
}

.dashboard-right {
  display: flex;
  justify-content: flex-end;
}

.dashboard-right .updated-date {
  margin: 7px 10px 0 0;
}

.dashboard-icons {
  display: flex;
  justify-content: flex-end;
}

.dashboard-heading h3 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #282244;
}

.dashboard-widget-container h5 {
  font-weight: normal;
  display: inline-block;
  font-size: 11px !important;
}

.dashboard-widget-container h3 {
  font-size: 11px !important;
}

.dashboard-widget-container {
  width: 98%;
}

.dashboard-widget-container .icon-add-green {
  padding: 7px;
  margin-right: 0px;
}

.dashboard-widget-container .entity-title {
  color: #c18df3;
  font-size: 10px;
  text-transform: uppercase;
}

.customDashboardViewFilter .irx-dropdown {
  padding: 5px 3px 5px 7px !important;
  width: 120px;
}

.customDashboardViewFilter {
  margin-top: -2px !important;
  margin-right: 3px;
}

.customDashboardViewFilter .workflow-dropdown .irx-dropdown .icon-down-arrow {
  padding: 6px 6px !important;
}

.customDashboardViewFilter .dropdown-toggle::after {
  display: none;
}

.customDashboardViewFilter .workflow-dropdown.block-ellipsis {
  width: 80%;
}

img.conferencesLogoImg {
  max-width: 100%;
}

.fullScreenView {
  margin-top: 2px;
}

.grid-stack-item-header .main-heading {
  margin: 2px 7px 0px 7px;
  background-color: #fff;
  width: calc(100% - 12px);
  border: 0px;
  padding: 0 5px;
}

.viewTypeData .form-check,
.catalystTypeData .form-check {
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 10px;
}

.viewTypeDropdown .irx-label,
.catalystDropdown .irx-label {
  padding-left: 10px;
  font-weight: bold;
  color: #282244 !important;
}

.viewTypeData .irx-label,
.catalystTypeData .irx-label {
  font-weight: normal;
  padding-left: 0px;
}

.dashboard-header .dropdown-toggle {
  margin: 5px 0;
  background-color: #fff;
}

.dashboard-left .irx-dropdown {
  min-width: 200px;
  padding: 5px 15px !important;
}

.view-inner .tags-wrap {
  padding: 0 3px;
}

.view-inner .dynamic-text {
  padding-left: 0px !important;
}

.box-style {
  font-size: 10px;
  border-radius: 4px;
  border: 1px solid #ced3d3;
  padding: 2px 4px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
}

.grid-stack {
  margin-top: 0px !important;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin-top: 25px !important;
  left: 7px !important;
  box-shadow: unset !important;
}

.grid-stack-item-header .heading-left {
  margin: 8px 0 0 0;
}

.componentWidgetContent .calenderTable th {
  font-size: 11px !important;
}

.dashboard-no-record {
  background: #fff;
  border: 1px solid #e5e8eb;
  height: calc(100vh - 125px) !important;
  padding-top: 10vh;
}

.dashboard-no-record h3 {
  font-size: 12px;
  margin: 5px 0 10px 0;
}

.brand-calendar .calenderTable thead tr:first-child {
  background: #e5e8eb !important;
}

.brand-calendar .calenderTable thead {
  background: transparent !important;
}

.brand-calendar .calenderTable th:hover {
  background: #e5e8eb !important;
}

.brand-calendar .calenderTable thead tr:first-child:hover {
  background: #e5e8eb !important;
}

.brand-calendar .calenderTable th,
.brand-calendar .calenderTable td {
  border: 1px solid #dee2e6 !important;
}

.brand-calendar .meeting {
  background: #e9edf5 !important;
  padding: 3px 5px;
  border-bottom: 2px solid #c18df3 !important;
  margin-bottom: 2px;
  text-align: left;
  border-radius: 3px;
}

.brand-calendar .icon-add-green {
  cursor: pointer;
}

.brand-calendar .yearEvent {
  background: #dee2e6 !important;
  color: #333333 !important;
  cursor: pointer;
}

.event-margin .default-icon {
  float: right;
}

.brand-calendar .content-text,
.brand-calendar body {
  font-size: 11px !important;
}

.brand-calendar .meeting h3 {
  text-align: left;
  word-break: break-word;
}

.brand-calendar .meeting .icon-eclipse {
  left: -30px;
}

.event-body-height {
  height: 440px;
  overflow-y: auto;
  overflow-x: hidden;
}

.catalystScenario .card {
  position: unset;
}

.conferenceRow .btn.new {
  font-size: 9px;
  background-color: #c18df3;
  color: #fff;
  padding: 2px 4px;
  margin-left: 5px;
}

.catalystScenario {
  padding-top: 10px;
  padding-left: 0px !important;
}

.note-text {
  display: flex;
  flex: auto;
}

.pagination-style .main-heading .heading-center {
  margin-top: 5px;
}

.topic-modal-margin .block-ellipsis {
  max-width: 90%;
}

.toggle-left-margin {
  float: left;
  margin-left: -90px;
}

.calendar-margin {
  position: relative;
  left: -90px;
}

.scenario-main .icon-down-info {
  position: unset;
  padding: 6px 12px;
}

.new-template-dd .dropdown-menu a:hover {
  padding: 3px 5px 5px 5px !important;
}

.catalystTimelineBar {
  height: 20px !important;
  padding-top: 2px !important;
}

.option-wrap .form-check {
  display: inline-block;
  padding-right: 10px !important;
}

.brand-calendar-wrap .toggle-left-margin {
  margin-left: -98px;
}

.regulatory-grey-color {
  background-color: #cbd8e1;
}

.dashboard-component .custom-dropdown-container-parent .block-ellipsis {
  max-width: 80%;
  -webkit-line-clamp: unset;
}

.compare-main-data {
  padding: 0 10px;
  height: calc(100vh - 190px);
  display: block;
  overflow-y: auto;
  width: 100%;
}

.compare-sub-table {
  padding: 0 10px;
  height: calc(100vh - 220px);
  overflow-y: auto;
  width: 100%;
}

.compare-main-data tr:first-child {
  border-bottom: 1px solid #e5e8eb;
  background-color: #e5e8eb;
}

.compare-main-data th {
  padding-left: 10px;
}

.compare-main-data td {
  padding-left: 10px;
}

.compare-main-data tr {
  border-bottom: 1px solid #e5e8eb;
}

.new-highlight {
  border: 1px solid #00d761;
  padding: 2px 5px;
  height: 20px;
}

.update-highlight {
  border: 1px solid #ff0000;
  padding: 2px 5px;
  height: 20px;
}

.compare-main-wrap .workflow-dropdown {
  margin-top: 2px;
}

.compare-main-wrap .action-dropdown {
  margin-top: -3px !important;
}

.tab-right {
  display: inline-flex;
  margin-top: -35px;
  justify-content: flex-end;
  float: right;
  margin-right: 5px;
}

.tab-right .workflow-dropdown {
  margin-top: 8px;
}

.tab-right .action-dropdown {
  margin-top: 3px !important;
}

.topicOutput .action-dropdown {
  float: right;
}

.topicOutput .workflow-dropdown {
  margin-left: 7px;
}

.topicOutput .workflow-dropdown span {
  font-weight: bold;
  margin-right: 0px;
}

.compare-tool-filter {
  padding: 0 10px;
}

.attribute-element {
  height: calc(100vh - 190px);
  overflow-y: auto;
  overflow-x: hidden;
}

.update_badge_slides {
  position: absolute;
  top: -12px;
  width: 98%;
  height: 20px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.badge-danger {
  background-color: #ffc555 !important;
}

.clinicalProgramStage .greenBg {
  background: #a4c598;
  color: #333333;
  padding: 2px 6px;
  margin: 0px;
  padding-top: 0px !important;
  border: 1px solid #a4c598;
}

.clinicalProgramStage .orangeBg {
  background: #d29a9d;
  color: #333333;
  padding: 2px 6px;
  margin: 0px;
  padding-top: 0px !important;
  border: 1px solid #d29a9d;
}

.clinicalProgramStage .greyLBg {
  background: #a6bdcb;
  color: #333333;
  padding: 2px 6px;
  margin: 0px;
  padding-top: 0px !important;
  border: 1px solid #a6bdcb;
}

.engagement-scope {
  height: calc(100vh - 115px);
}

.engagement-conference .custom-dropdown-container-parent .icon-down-arrow {
  display: block;
}

.engagement-conference .form-floating {
  margin: 0 0 0px 0 !important;
}

.engagement-conference .table > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.engagement-conference .form-control:not(:placeholder-shown) {
  padding-top: 5px !important;
}

.engagement-conference .table > :not(caption) > * > *:last-child {
  padding-top: 8px !important;
}

.table-fix-head .table > thead {
  position: sticky;
  top: 0px;
  z-index: 1;
}

.engagement-conference .table-hover > tbody > tr:hover > * {
  background-color: unset;
  --bs-table-bg-state: unset;
}

.engagement-conference .table tr:hover {
  background-color: #fff;
}

.irx-search-modal.datarepository {
  width: 900px !important;
}

.irx-search-modal.landscape {
  width: 900px !important;
}

.dashboard-right .action-dropdown.mt-2 {
  margin-top: unset !important;
}

.custom-card-repo h5 {
  margin-bottom: 0px;
}

.icon-down-info.custom-dropdown-icon {
  right: 23px;
  padding: 14px 7px;
}

.brand-calendar .action .dropdown-menu {
  margin-left: 0px !important;
  margin-bottom: -50px !important;
}

.custom-head .heading-left {
  width: 20%;
  flex-grow: unset;
}

.custom-head .heading-center {
  width: 60%;
  display: unset;
  flex-grow: unset;
  margin: 5px 0;
}

.custom-head .heading-right {
  width: 20%;
  flex-grow: unset;
}

.card-position .form-floating {
  margin: 0px !important;
}

.custom-head .icon-edit {
  margin-right: 0px;
  padding: 10px;
}

.note-margin .custom-dropdown-list-item-count {
  right: 37px !important;
}

.sub-heading-right .right-head-margin .action-dropdown .mt-2 {
  margin-top: 1rem !important;
}

.jexcel_content {
  height: 310px;
}

#TrialMapJExcel .custom-pagination {
  display: none;
}

.note-margin .tagContainer .custom-dropdown-list-item-count {
  right: 37px !important;
}

.trial-map .dataTables_scroll table td {
  padding: 7px 10px;
}

.custom-upload-button {
  width: 35%;
}

.brand-calendar .meeting .dropdown-toggle {
  width: 10px;
  height: 10px;
}

.repoComparisonTable .table > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.respondent-body .block-ellipsis {
  width: 85%;
  height: 12%;
}

.irx-disclaimer p,
.irx-source p,
.irx-key-takeaway p {
  margin: 0px;
}

.icon-down-info.info-margin {
  position: unset;
  padding: 0px 7px;
}

.icon-down-info.info-margin-rt {
  position: relative;
  padding: 5px 7px;
  top: 0px;
  right: 9px;
}

.dashboard-analytics .analytics-card {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 49% !important;
}

.analytics-select-custom {
  margin-top: -5px;
  margin-left: 5px;
}

.analytics-select-custom .icon-down-arrow {
  padding: 0 6px;
}

.topic-output-wrap td {
  border-bottom: 1px solid #e5e8eb !important;
  border-style: solid !important;
}

.topicOutput td {
  border-bottom: 1px solid #e5e8eb !important;
  border-style: solid !important;
}

#catalystexportTablePagination .pagination-wrap {
  margin-left: 70px;
}

.switchstyle {
  margin-left: 46px;
  margin-top: -5px;
}

.switchstyle .toggle-left-margin {
  margin-left: -60px !important;
}

.marginnew {
  margin-top: 7px;
}

.output-head-text {
  width: 90%;
  float: left;
}

.output-action {
  width: 10%;
  float: right;
}

.output-head .workflow-dropdown {
  margin-top: 0px !important;
}

.modal-body .dataTables_scrollBody {
  height: calc(100vh - 220px) !important;
}

#projectAreaAddForm .custom-dropdown {
  width: 100%;
}

.keyword-space {
  position: relative;
  left: -4px;
}

ul.com-sub-table {
  padding-left: 5px !important;
  padding-top: 3px;
}

.com-sub-table li {
  list-style: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #dddddd;
}

.com-sub-table li:last-child {
  list-style: none;
  padding-bottom: 0px;
  border-bottom: 0px solid #dddddd;
}

.sub-table-bold {
  font-weight: bold;
}

.mfu-style {
  display: block;
  padding-left: 3px;
  background-color: #f7ffff;
  border-top: 1px solid #dddddd;
}

.unset-overflow {
  overflow-x: unset !important;
  overflow-y: unset !important;
}

.versionlist-datatable table tbody tr td {
  padding: 5px 10px 8px 10px !important;
}

.folderHighlight {
  background-color: #e4e4e4;
  padding: 3px 5px;
  border-radius: 3px;
}

.login-wrap {
  float: left;
  width: 100%;
  background: #282244;
  height: calc(100vh - 20px);
}

.login-mid-cont {
  display: flex;
  flex-direction: column;
  width: 70%;
  background: #fff;
  height: calc(100vh - 15%);
  padding: 20px;
  border-radius: 5px;
  margin: 20px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.login-mid-cont h3 {
  font-size: 20px;
  color: #0e0d14 !important;
  margin-top: 5px !important;
  width: 100%;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.login-mid-cont span {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
}

.login-mid-cont p {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 1rem !important;
  display: inline-block;
  font-size: 1vw;
  color: #000 !important;
}

.login-mid-cont p sub {
  bottom: -3px;
  right: 3px;
}

.border-sep-or {
  border-left: 1px solid #ddd;
  margin: auto;
  width: 1%;
  height: 100%;
  position: relative;
  top: 10px;
}

.border-sep-or::after {
  content: "OR";
  background: #fff;
  padding: 10px;
  position: absolute;
  left: -20px;
  top: 40%;
  font-weight: bold;
}

.border-sep {
  border-left: 1px solid #ddd;
  margin: auto;
  width: 1%;
  height: 100%;
  position: relative;
  top: 10px;
}

.border-sep::after {
  background: #fff;
  padding: 10px;
  position: absolute;
  left: -20px;
  top: 40%;
  font-weight: bold;
}

.grey-background {
  background-color: #f2f2f2;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.user_type {
  word-spacing: 0.1rem;
  margin-top: -15px;
  background-color: #fff;
  font-weight: bold;
  float: left;
  padding: 0px 5px;
}

.user-type-box {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  min-height: 60px;
  width: 23%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.user-type-box p {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.user-type-box.active {
  border: 2px solid #c18df3;
}

.user-type-box:last-child {
  margin-right: 0px;
}

.login-mid-cont .irx-form {
  width: 100% !important;
}

.login-mid-cont .irx-form .form-floating > label {
  padding: 0px !important;
  background-color: #f3f3f3 !important;
}

.login-mid-cont .irx-form .form-floating > label::after {
  background-color: #f3f3f3 !important;
}

.forgot-text {
  text-align: right !important;
  float: right;
  margin-top: 5px !important;
}

.login-mid-cont .irx-form .forgot-text:hover {
  text-decoration: underline !important;
}

.login-mid-cont .irx-form .form-control {
  min-height: calc(40px + var(--bs-border-width) * 2) !important;
}

.login-mid-cont .irx-form .irx-primary-button {
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 10px 0 !important;
  font-weight: bold;
}

.login-mid-cont .irx-form .irx-gray-button {
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 10px 0 !important;
  font-weight: bold;
}

.login-mid-cont .irx-form .irx-primary-button:active {
  background-color: #c18df3;
}

.login-mid-cont .logo {
  width: 100%;
  height: 4vh;
  display: flex;
  margin-bottom: 1%;
  justify-content: center;
}

.change-password .custom-card {
  margin-top: 0px;
  min-height: 240px;
}

.password-inner form {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.password-inner .text-muted .text-right {
  float: none !important;
}

.sso-style {
  margin-right: 10px;
}

.sso-style .form-check-input[type=radio] {
  margin-right: 5px;
}

@media only screen and (max-width: 1920px) and (min-width: 1367px) {
  .azn-list-component .dataTables_scrollBody {
    height: calc(100vh - 220px);
    max-height: unset !important;
    width: 100% !important;
  }
  .repositoryTableContainer .dataTables_scrollBody {
    max-height: unset !important;
    height: calc(100vh - 200px) !important;
  }
  .count-up .dataTables_scrollBody {
    height: calc(100vh - 270px) !important;
  }
  .playbookTableContainer .dataTables_scrollBody {
    height: calc(100vh - 260px) !important;
    max-height: unset !important;
  }
  .analyticsWrapper .dataTables_scrollBody {
    height: calc(100vh - 235px) !important;
    max-height: unset !important;
  }
  #login .login-right {
    margin-top: 60px;
  }
  #login .login-left {
    padding-top: 10px;
  }
  .fixed-modal {
    height: 500px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1356px) {
  #login .login-right {
    margin-top: 60px;
  }
  #login .login-left {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 919px) {
  .overflow-width600 {
    overflow-x: auto;
  }
  .trialrepo-component .add-wrap-inner .right-fixed-bar {
    height: unset;
  }
  .output-left-card {
    width: 48%;
  }
  .output-right-card {
    width: 48%;
  }
}
@media only screen and (max-width: 1181px) and (min-width: 1025px) {
  .dataTables_scrollBody {
    height: calc(100vh - 215px) !important;
  }
  .dashboard-component {
    padding: 0 0px !important;
  }
  .grid-stack > .grid-stack-item[data-gs-width="2"] {
    width: 100% !important;
  }
  .custom-dropdown {
    width: 100%;
  }
  .modal-dialog {
    max-width: 90%;
  }
  .add-component .block-ellipsis {
    width: 65%;
  }
  .overflow-width600 {
    overflow-x: auto;
  }
  .search-main-container .dataTables_scrollBody {
    height: 73vh !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 921px) {
  .dataTable {
    width: 100%;
    overflow-x: auto;
  }
  .datatable table thead th:first-child {
    width: 200px !important;
  }
  .datatable table thead th {
    width: 100px !important;
  }
  .repositoryTableContainer .dataTables_scrollBody {
    max-height: unset !important;
    height: calc(100vh - 200px) !important;
  }
  .dashboard-component {
    padding: 0 0px !important;
  }
  .grid-stack > .grid-stack-item[data-gs-width="2"] {
    width: 100% !important;
  }
  .fixed-modal {
    height: 270px;
  }
  .custom-dropdown {
    width: 100%;
  }
  .modal-dialog {
    max-width: 90%;
  }
  .add-component .block-ellipsis {
    width: 65%;
  }
  .overflow-width600 {
    overflow-x: auto;
  }
  .search-main-container .dataTables_scrollBody {
    height: 71vh !important;
  }
  #login .login-left .login-left-container .illustration {
    display: none;
  }
}
@media only screen and (max-width: 920px) and (min-width: 820px) {
  .dataTable {
    width: 100%;
    overflow-x: auto;
  }
  .datatable table thead th:first-child {
    width: 200px !important;
  }
  .datatable table thead th {
    width: 100px !important;
  }
  .repositoryTableContainer .dataTables_scrollBody {
    max-height: unset !important;
    height: calc(100vh - 200px) !important;
  }
  .dashboard-component {
    padding: 0 0px !important;
  }
  .grid-stack > .grid-stack-item[data-gs-width="2"] {
    width: 100% !important;
  }
  header .navbar-toggler {
    font-size: 13px;
    margin-top: -7px;
    margin-right: 20px;
  }
  header .navbar-collapse {
    -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    background: #f8f9fa;
    position: absolute;
    z-index: 3;
    top: 42px;
  }
  header .navbar-nav {
    padding: 0 15px;
  }
  header .bg-head .navbar-nav .nav-link {
    padding: 5px 0px;
  }
  header .bg-head .navbar-nav .nav-link.active {
    border-bottom: 0px solid #00b0b9;
  }
  header .dropdown-menu {
    box-shadow: unset;
    background: unset;
    border: unset;
  }
  header .right-comp-head {
    position: absolute;
    right: 15px;
    width: 50%;
  }
  .dropdown-menu.show {
    -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    background: #f8f9fa;
    padding: 0px;
  }
  .dropmob {
    top: 7px !important;
    position: absolute;
  }
  .logo {
    padding-top: 0px;
  }
  .mob-menu {
    box-shadow: unset !important;
    background: unset !important;
  }
  header .mob-menu .dropdown-item {
    padding: 5px 0px;
  }
  .fixed-modal {
    height: 270px;
  }
  .custom-dropdown {
    width: 100%;
  }
  .modal-dialog {
    max-width: 90%;
  }
  .add-component .block-ellipsis {
    width: 65%;
  }
  .overflow-width600 {
    overflow-x: auto;
  }
  .search-main-container .dataTables_scrollBody {
    height: 79vh !important;
  }
  .output-left-card {
    width: 47%;
  }
  .output-right-card {
    width: 47%;
  }
  #login .login-left .login-left-container .illustration {
    display: none;
  }
}
@media only screen and (max-width: 819px) and (min-width: 767px) {
  .base-font {
    font-size: 10px !important;
  }
  .main-component h1,
  .main-component .h1 {
    font-size: 11px;
  }
  .sub-heading h2,
  .sub-heading .h2 {
    font-size: 11px;
  }
  .dataTable {
    width: 100%;
    overflow-x: auto;
  }
  .datatable table thead th:first-child {
    width: 200px !important;
  }
  .datatable table thead th {
    width: 100px !important;
  }
  .dataTables_scrollBody {
    max-height: unset !important;
    height: calc(100vh - 230px) !important;
  }
  .request-inner-wrap .dataTables_scrollBody {
    max-height: unset !important;
    height: calc(100vh - 250px) !important;
  }
  .repositoryTableContainer .dataTables_scrollBody {
    max-height: unset !important;
    height: calc(100vh - 200px) !important;
  }
  .add-record .dataTables_scrollBody {
    height: calc(100vh - 320px) !important;
  }
  .conference-inner-wrap .dataTables_scrollBody {
    height: calc(100vh - 300px) !important;
  }
  .dashboard-component {
    padding: 0 0px !important;
  }
  .grid-stack > .grid-stack-item[data-gs-width="2"] {
    width: 100% !important;
  }
  .grid-stack > .grid-stack-item[data-gs-min-width="2"] {
    width: 100% !important;
  }
  header .navbar-toggler {
    font-size: 13px;
    margin-top: -7px;
    margin-right: 20px;
  }
  header .navbar-collapse {
    -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    background: #f8f9fa;
    position: absolute;
    z-index: 93;
    top: 42px;
  }
  .dropdown-menu.mob-menu.show {
    padding: 0px !important;
    margin: 0px !important;
  }
  header .navbar-nav {
    padding: 0 15px;
  }
  header .bg-head .navbar-nav .nav-link {
    padding: 5px 0px;
  }
  header .bg-head .navbar-nav .nav-link.active {
    border-bottom: 0px solid #00b0b9;
  }
  header .dropdown-menu {
    box-shadow: unset;
    background: unset;
    border: unset;
  }
  header .right-comp-head {
    position: absolute;
    right: 15px;
    width: 50%;
  }
  .dropdown-menu.show {
    -webkit-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    -moz-box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    box-shadow: -3px 6px 21px -11px rgb(51, 51, 51);
    background: #f8f9fa;
    padding: 0px;
  }
  .dropmob {
    top: 7px !important;
    position: absolute;
  }
  .logo {
    padding-top: 0px;
  }
  .mob-menu {
    box-shadow: unset !important;
    background: unset !important;
  }
  header .mob-menu .dropdown-item {
    padding: 5px 0px;
  }
  .fixed-modal {
    height: 311px;
  }
  .custom-dropdown {
    width: 100%;
  }
  .modal-dialog {
    max-width: 90%;
  }
  .add-component .block-ellipsis {
    width: 65%;
  }
  .overflow-width600 {
    overflow-x: auto;
  }
  .output-left-card {
    width: 48.5%;
  }
  .output-right-card {
    width: 48.5%;
  }
  .confidence-warp .range-field input {
    width: 90%;
  }
  .default-icon {
    width: 25px;
    height: 25px;
  }
  .default-icon .btn.show {
    width: 25px;
    height: 25px;
  }
  .default-icon.active {
    width: 25px;
    height: 25px;
  }
  .default-icon:hover {
    width: 25px;
    height: 25px;
  }
  .default-icon .btn.show {
    width: 25px;
    height: 25px;
  }
  .default-icon.active {
    width: 25px;
    height: 25px;
  }
  .dropdown-toggle .icon-eclipseV {
    left: -4px;
    top: 4px;
  }
  .trialrepo-component .add-wrap-inner .right-fixed-bar {
    height: calc(100vh - 175px) !important;
  }
  .left-fixed-bar {
    height: calc(100vh - 175px) !important;
  }
  .landscapeStep {
    width: 100% !important;
    margin: 0px auto;
  }
  .main-heading .heading-left {
    max-width: 30%;
  }
  .view-component .workflow-dropdown {
    margin-top: 3px !important;
  }
  .fullScreenView {
    margin-top: 3px;
  }
  .project-document {
    height: calc(100vh - 155px) !important;
  }
  .custom-card .sub-main-heading {
    display: unset;
  }
  .custom-card .sub-heading {
    display: unset;
  }
  .custom-card .sub-heading-center {
    margin-top: 10px;
  }
  .custom-card .datatable-count {
    padding: 0 10px 0 0px;
  }
  .custom-card .sub-heading-right {
    display: unset;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0px;
  }
  .tab-view .nav-link {
    font-size: 10px;
  }
  .tab-view .nav-link.active {
    padding: 0px 0px 0px 0px;
  }
  #login .login-left .login-left-container .illustration {
    display: none;
  }
  #login .login-left h1 {
    display: block;
  }
  .footer ul.footer-left-nav {
    width: 100%;
    padding-left: 0px !important;
    display: unset !important;
  }
  .footer ul.footer-right-nav {
    display: unset !important;
  }
  footer {
    height: auto !important;
    line-height: unset !important;
    padding: 5px 0;
  }
  .footer ul.footer-left-nav {
    width: 100%;
    padding-left: 0px !important;
    display: unset !important;
  }
  .footer ul.footer-left-nav li {
    float: left;
    display: unset;
  }
  .footer ul.footer-right-nav li {
    float: left;
  }
  .footer ul.footer-right-nav {
    display: unset !important;
  }
}
:root {
  --bs-font-sans-serif: "SuisseIntl", sans-serif;
  --bs-body-font-size: 11px !important;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333333 !important;
  --bs-background-bg: #f3f3f3;
  --bs-link-bg: #00b0b9 !important;
}

body {
  margin: 0;
  color: var(--bs-body-color);
  font-size: var(--bs-body-font-size);
  transition: all 0.4s ease-in-out;
  font-family: var(--bs-body-font-family);
  background-color: var(--bs-background-bg);
  overflow: hidden;
  word-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

.base-font {
  font-size: var(--bs-body-font-size);
}

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