/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.dots-loader-component {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}
.dots-loader-component.inline {
  width: auto;
}
.dots-loader-component .placeholder-text {
  visibility: hidden;
  width: 0;
}
.dots-loader-component .dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: relative;
  opacity: 0;
  animation: toggleDot 1500ms ease-in-out infinite;
  background: var(--wi-text-placeholder);
}
.dots-loader-component .dot.danger {
  background: var(--wi-status-bad);
}
.dots-loader-component .dot.good {
  background: var(--wi-status-good);
}
.dots-loader-component .dot.primary {
  background: var(--wi-action-primary);
}
.dots-loader-component .dot.secondary {
  background: var(--wi-action-secondary);
}
.dots-loader-component .dot.black {
  background: #3F424B;
}
.dots-loader-component .dot:nth-child(2) {
  margin: 0 0.5rem;
}
.dots-loader-component .dot:nth-child(1) {
  animation-delay: 0.1s;
}
.dots-loader-component .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dots-loader-component .dot:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes toggleDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.button-component button {
  padding:  0.8823529412vw 2.0588235294vw;
  border-radius: 16px;
  background-color: var(--wi-action-primary);
  color: var(--wi-background-secondary);
  border: 1px solid var(--wi-action-primary);
  text-align: center;
  transition: opacity 300ms ease, background-color 300ms ease, border-color 300ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1194px) {
  .button-component button {
    padding:  1.256281407vw 2.9313232831vw;
  }
}
@media screen and (max-width: 768px) {
  .button-component button {
    padding:  1.953125vw 4.5572916667vw;
  }
}
@media screen and (max-width: 420px) {
  .button-component button {
    padding:  3.5714285714vw 8.3333333333vw;
  }
}
.button-component button.smaller {
  padding:  0.7058823529vw 0.7058823529vw 0.5882352941vw 0.7058823529vw;
}
@media screen and (max-width: 1194px) {
  .button-component button.smaller {
    padding:  1.0050251256vw 1.0050251256vw 0.837520938vw 1.0050251256vw;
  }
}
@media screen and (max-width: 768px) {
  .button-component button.smaller {
    padding:  1.5625vw 1.5625vw 1.3020833333vw 1.5625vw;
  }
}
@media screen and (max-width: 420px) {
  .button-component button.smaller {
    padding:  2.8571428571vw 2.8571428571vw 2.380952381vw 2.8571428571vw;
  }
}
.button-component button:hover {
  background-color: var(--wi-action-primary-hover);
}
.button-component button:focus {
  background-color: var(--wi-action-primary-press);
}
.button-component button.mini {
  padding: 4px 16px;
  border-radius: 8px;
}
.button-component button.white {
  background-color: var(--wi-transparent);
  color: var(--wi-action-primary);
}
.button-component button.danger {
  background-color: var(--wi-action-primary-bad);
  border: 1px solid var(--wi-status-bad);
}
.button-component button.danger:hover {
  background-color: var(--wi-action-primary-bad-hover);
}
.button-component button.danger:focus {
  background-color: var(--wi-action-primary-bad-press);
}
.button-component button.danger-secondary {
  background-color: var(--wi-background-secondary);
  border: 1px solid var(--wi-action-primary-bad);
  color: var(--wi-action-primary-bad);
}
.button-component button.danger-secondary:hover {
  border: 1px solid var(--wi-action-primary-bad-hover);
}
.button-component button.danger-secondary:focus {
  border: 1px solid var(--wi-action-primary-bad-press);
}
.button-component button.danger-secondary .RPMIcons {
  color: var(--wi-action-primary-bad);
}
.button-component button.secondary {
  background-color: var(--wi-background-secondary);
  color: var(--wi-action-primary);
}
.button-component button.transparent {
  background-color: var(--wi-transparent);
  color: var(--wi-action-primary);
}
.button-component button.light {
  background-color: var(--wi-action-secondary);
  color: var(--wi-action-primary);
  border-color: var(--wi-action-secondary);
}
.button-component button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: var(--wi-action-primary-disabled);
  border-color: var(--wi-action-primary-disabled);
  color: var(--wi-text-secondary);
}
.button-component button span.button1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-component button span.button1 .RPMIcons {
  font-size: 1.25rem;
  margin-top: -2px;
}
.button-component button span.button1 .RPMIcons.position-left {
  margin-right: 10px;
}
.button-component button span.button1 .RPMIcons.position-right {
  margin-left: 10px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.default-view-component .sidebar-component {
  padding-top: 40px;
}
.default-view-component .sidebar-component .wrapper {
  height: 100%;
}
.default-view-component .sidebar-component .default-view-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 40px);
}
.default-view-component .sidebar-component .page-title span {
  display: block;
}
.default-view-component .sidebar-component .page-title span.body1 {
  margin-top: 10px;
}
.default-view-component .sidebar-component .page-title .errors {
  margin-top: 30px;
}
.default-view-component .sidebar-component .page-title .errors p {
  margin-bottom: 10px;
}
.default-view-component .sidebar-component .page-title .errors-items {
  border: 1px solid black;
  padding: 0px 10px;
}
.default-view-component .sidebar-component .actions button {
  width: 100%;
}
.default-view-component .sidebar-component .actions button:last-child {
  margin-top: 10px;
}
.default-view-component .content-component {
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-view-component .content-component .media {
  width: 45%;
}
.default-view-component .content-component .media img {
  width: 100%;
  height: 100%;
}
.default-view-component .subtitle-redox {
  margin-top: 20px;
}
.default-view-component .subtitle-redox ul {
  margin-top: 10px;
  padding-left: 30px;
}
.default-view-component .subtitle-redox ul li {
  list-style: initial;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.badge {
  position: relative;
  width: 50px;
  height: 50px;
  background: rgba(190, 192, 202, 0.25);
  border-radius: 100%;
  flex-shrink: 0;
}
@media (max-width: 968px) {
  .badge {
    width: 40px;
    height: 40px;
  }
}
.badge.inline {
  background: rgba(14, 151, 245, 0.2);
}
.badge.inline:after {
  background: var(--wi-status-info);
  box-shadow: 0 0 0 10px rgba(14, 151, 245, 0.4);
}
.badge.medium {
  background: rgba(253, 211, 0, 0.2);
}
.badge.medium:after {
  background: var(--wi-status-moderate);
  box-shadow: 0 0 0 10px rgba(253, 211, 0, 0.1);
}
.badge.high {
  background: rgba(255, 90, 72, 0.25);
}
.badge.high:after {
  background: var(--wi-status-bad);
  box-shadow: 0 0 0 10px rgba(255, 90, 72, 0.1);
}
.badge:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: var(--wi-status-undefined);
  box-shadow: 0 0 0 10px rgba(190, 192, 202, 0.15);
  z-index: 2;
}
.badge.all {
  background-image: linear-gradient(to bottom, var(--wi-status-bad), var(--wi-status-moderate) 49%, var(--wi-status-undefined));
}
.badge.all:after {
  display: none;
}
.badge.xs {
  width: 24px;
  height: 24px;
}
.badge.xs .has-icon {
  width: 15px;
  height: 15px;
  right: -5px;
  font-size: 0.625rem;
}
.badge.xs .has-icon span {
  margin-left: 0;
}
.badge.xs:after {
  width: 12px;
  height: 12px;
  box-shadow: none;
}
.badge.lg .has-icon {
  right: 0;
  width: 28px;
  height: 28px;
  top: -8px;
  font-size: 1rem;
}
.badge .has-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -10px;
  width: 22px;
  height: 22px;
  margin-left: auto;
  box-shadow: 0px 8px 30px 0 rgba(7, 26, 83, 0.04);
  background-color: var(--wi-text-secondary);
  border-radius: 50%;
  color: var(--wi-background-secondary);
  z-index: 3;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.filters-wrapper {
  width:  22.3529411765vw;
  top: 60px;
  max-height: 85vh;
  overflow: scroll;
  position: fixed;
  transform: translate3d(-50%, -2.5vw, 0);
  background: var(--wi-background-secondary);
  border-radius: 13px;
  box-shadow: 0px 8px 30px 0 rgba(7, 26, 83, 0.1);
  z-index: 11;
  opacity: 0;
  transition: opacity 250ms ease, transform 300ms ease;
}
@media screen and (max-width: 1194px) {
  .filters-wrapper {
    width:  31.8257956449vw;
  }
}
@media screen and (max-width: 768px) {
  .filters-wrapper {
    width:  49.4791666667vw;
  }
}
@media screen and (max-width: 420px) {
  .filters-wrapper {
    width:  90.4761904762vw;
  }
}
.filters-wrapper.new-filters {
  width:  17.6470588235vw;
}
@media screen and (max-width: 1194px) {
  .filters-wrapper.new-filters {
    width:  25.1256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .filters-wrapper.new-filters {
    width:  39.0625vw;
  }
}
@media screen and (max-width: 420px) {
  .filters-wrapper.new-filters {
    width:  71.4285714286vw;
  }
}
.filters-wrapper.new-filters.filter-search .filter-list {
  max-height:  14.7058823529vw;
  border-top: 1px solid var(--wi-divider);
  overflow: scroll;
}
@media screen and (max-width: 1194px) {
  .filters-wrapper.new-filters.filter-search .filter-list {
    max-height:  20.9380234506vw;
  }
}
@media screen and (max-width: 768px) {
  .filters-wrapper.new-filters.filter-search .filter-list {
    max-height:  32.5520833333vw;
  }
}
@media screen and (max-width: 420px) {
  .filters-wrapper.new-filters.filter-search .filter-list {
    max-height:  59.5238095238vw;
  }
}
.filters-wrapper.new-filters .back-btn {
  padding:  0vw 0.8823529412vw;
  margin:  0.8823529412vw 0vw 0.2941176471vw;
  color: #1F4AC2;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 1194px) {
  .filters-wrapper.new-filters .back-btn {
    padding:  0vw 1.256281407vw;
    margin:  1.256281407vw 0vw 0.418760469vw;
  }
}
@media screen and (max-width: 768px) {
  .filters-wrapper.new-filters .back-btn {
    padding:  0vw 1.953125vw;
    margin:  1.953125vw 0vw 0.6510416667vw;
  }
}
@media screen and (max-width: 420px) {
  .filters-wrapper.new-filters .back-btn {
    padding:  0vw 3.5714285714vw;
    margin:  3.5714285714vw 0vw 1.1904761905vw;
  }
}
.filters-wrapper.new-filters .query-filter {
  width: 100%;
}
.filters-wrapper.new-filters .query-filter .form-input-component {
  width: 100%;
  margin: 0px;
}
.filters-wrapper.new-filters .query-filter .form-input-component input {
  border: none;
}
.filters-wrapper.new-filters .form-input-component input {
  padding: 15px;
}
.filters-wrapper.new-filters .form-input-component .RPMIcons_utilitary_search {
  background-color: #FFF;
  right: 15px;
  padding-left: 5px;
}
.filters-wrapper.new-filters .filter span {
  margin-left:  0vw;
}
@media screen and (max-width: 1194px) {
  .filters-wrapper.new-filters .filter span {
    margin-left:  0vw;
  }
}
@media screen and (max-width: 768px) {
  .filters-wrapper.new-filters .filter span {
    margin-left:  0vw;
  }
}
@media screen and (max-width: 420px) {
  .filters-wrapper.new-filters .filter span {
    margin-left:  0vw;
  }
}
.filters-wrapper.new-filters .filter span.icon {
  font-size: 1.125rem;
}
.filters-wrapper.new-filters .filter .filterText {
  display: flex;
  width: 100%;
}
.filters-wrapper.new-filters .filter .filterText .subtextRegular {
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.filters-wrapper.new-filters .filter .filterText .iconSelected {
  margin-left: auto;
  color: var(--wi-background-secondary);
  background-color: var(--action-primary);
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 25px;
  border-radius: 4px;
}
.filters-wrapper.new-filters .filter .filterText .iconSelected .RPMIcons {
  position: relative;
  left: -1px;
  color: var(--wi-background-secondary);
}
.filters-wrapper.new-filters .filter .filterText.selected .subtextRegular {
  max-width: calc(100% - 32px);
}
.filters-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 968px) {
  .filters-wrapper {
    transform: translate3d(-72%, -15%, 0);
  }
}
.filters-wrapper.enter-done {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}
@media (max-width: 968px) {
  .filters-wrapper.enter-done {
    transform: translate3d(-72%, 0, 0);
  }
}
.filters-wrapper .header4 {
  display: block;
  margin-left:  1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .filters-wrapper .header4 {
    margin-left:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .filters-wrapper .header4 {
    margin-left:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .filters-wrapper .header4 {
    margin-left:  4.7619047619vw;
  }
}
.filters-wrapper .section {
  margin-top:  1.4117647059vw;
}
@media screen and (max-width: 1194px) {
  .filters-wrapper .section {
    margin-top:  2.0100502513vw;
  }
}
@media screen and (max-width: 768px) {
  .filters-wrapper .section {
    margin-top:  3.125vw;
  }
}
@media screen and (max-width: 420px) {
  .filters-wrapper .section {
    margin-top:  5.7142857143vw;
  }
}
.filters-wrapper .filter {
  display: flex;
  align-items: center;
  padding:  0.5882352941vw 0.8823529412vw;
  text-transform: capitalize;
  cursor: pointer;
  justify-content: space-between;
}
@media screen and (max-width: 1194px) {
  .filters-wrapper .filter {
    padding:  0.837520938vw 1.256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .filters-wrapper .filter {
    padding:  1.3020833333vw 1.953125vw;
  }
}
@media screen and (max-width: 420px) {
  .filters-wrapper .filter {
    padding:  2.380952381vw 3.5714285714vw;
  }
}
.filters-wrapper .filter:not(:first-of-type) {
  border-top: 1px solid var(--wi-divider);
}
.filters-wrapper .filter:hover {
  background: #F5F6FA;
}
.filters-wrapper .filter .circle {
  padding: 5px;
  border-radius: 50%;
  border: 1px solid var(--wi-status-undefined);
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.filters-wrapper .filter .circle .inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: background-color 300ms ease;
}
.filters-wrapper .filter span {
  opacity: 1;
  transition: opacity 300ms ease;
  margin-left:  1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .filters-wrapper .filter span {
    margin-left:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .filters-wrapper .filter span {
    margin-left:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .filters-wrapper .filter span {
    margin-left:  4.7619047619vw;
  }
}
.filters-wrapper .filter.active .circle {
  border-color: var(--wi-action-primary);
}
.filters-wrapper .filter.active .circle .inner {
  background-color: var(--wi-action-primary);
}
.filters-wrapper .badge {
  margin-left: auto;
}

.filters-close {
  -webkit-tap-highlight-color: var(--wi-transparent);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
.filters-close.active {
  display: block;
}
.detail1.label {
  color: var(--wi-text-secondary);
  letter-spacing: 1px !important;
  font-weight: var(--wi-font-bold) !important;
}
.search-advanced .search-advanced-title {
  border-top: 1px solid var(--wi-divider);
  border-bottom: 1px solid var(--wi-divider);
  padding: 0.95rem 1rem 1rem;
  height: 56px;
}
.search-advanced .search-advanced-form {
  padding: 1rem;
}
.search-advanced .search-advanced-form .form-input-component {
  margin-top: 1rem;
  width: 100%;
}
.search-advanced .search-advanced-form .form-input-component:first-of-type {
  margin-top: 0;
}
.search-advanced .search-advanced-form .w-button {
  margin-top: 1rem;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.contextual-menu-component-wrapper {
  position: relative;
}

.contextual-menu-component {
  border-radius:  1.0588235294vw;
  top:  0.5882352941vw;
  right:  -1.0588235294vw;
  background: var(--wi-background-secondary);
  position: absolute;
  box-shadow: 0 8px 30px 0 var(--wi-background-tertiary);
  display: none;
  z-index: 5;
}
@media screen and (max-width: 1194px) {
  .contextual-menu-component {
    border-radius:  1.5075376884vw;
    top:  0.837520938vw;
    right:  -1.5075376884vw;
  }
}
@media screen and (max-width: 768px) {
  .contextual-menu-component {
    border-radius:  2.34375vw;
    top:  1.3020833333vw;
    right:  -2.34375vw;
  }
}
@media screen and (max-width: 420px) {
  .contextual-menu-component {
    border-radius:  4.2857142857vw;
    top:  2.380952381vw;
    right:  -4.2857142857vw;
  }
}
.contextual-menu-component:before {
  top:  -0.7058823529vw;
  right:  1.2941176471vw;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--wi-background-secondary);
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 1194px) {
  .contextual-menu-component:before {
    top:  -1.0050251256vw;
    right:  1.8425460637vw;
  }
}
@media screen and (max-width: 768px) {
  .contextual-menu-component:before {
    top:  -1.5625vw;
    right:  2.8645833333vw;
  }
}
@media screen and (max-width: 420px) {
  .contextual-menu-component:before {
    top:  -2.8571428571vw;
    right:  5.2380952381vw;
  }
}
.contextual-menu-component .item {
  padding:  1vw 1.1764705882vw;
  font-size: 1.125rem;
  font-family: var(--wi-font-family), Serif;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  transition: transform 300ms ease;
}
@media screen and (max-width: 1194px) {
  .contextual-menu-component .item {
    padding:  1.4237855946vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .contextual-menu-component .item {
    padding:  2.2135416667vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .contextual-menu-component .item {
    padding:  4.0476190476vw 4.7619047619vw;
  }
}
.contextual-menu-component .item.medium {
  padding:  0.7058823529vw 0.8235294118vw;
  font-size: 0.875rem;
}
@media screen and (max-width: 1194px) {
  .contextual-menu-component .item.medium {
    padding:  1.0050251256vw 1.1725293132vw;
  }
}
@media screen and (max-width: 768px) {
  .contextual-menu-component .item.medium {
    padding:  1.5625vw 1.8229166667vw;
  }
}
@media screen and (max-width: 420px) {
  .contextual-menu-component .item.medium {
    padding:  2.8571428571vw 3.3333333333vw;
  }
}
.contextual-menu-component .item:not(:last-child) {
  border-bottom: 1px solid var(--wi-divider);
}
.contextual-menu-component .item:hover {
  transform: translate3d(5px, 0, 0);
}
.contextual-menu-component .item.danger {
  color: var(--wi-status-bad);
}
.contextual-menu-component.visible {
  display: block;
}

.contextual-menu-close {
  -webkit-tap-highlight-color: var(--wi-transparent);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 4;
}
.contextual-menu-close.enabled {
  pointer-events: auto;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.checkbox-component {
  border-bottom: 1px solid var(--wi-divider);
  position: relative;
}
.checkbox-component.no-b {
  border-bottom: none;
}
.checkbox-component .checkbox-component-container {
  display: flex;
  align-items: center;
}
.checkbox-component .checkbox-wrapper {
  display: flex;
  align-items: center;
  padding:  0.9411764706vw 0vw;
}
@media screen and (max-width: 1194px) {
  .checkbox-component .checkbox-wrapper {
    padding:  1.3400335008vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .checkbox-component .checkbox-wrapper {
    padding:  2.0833333333vw 0vw;
  }
}
@media screen and (max-width: 420px) {
  .checkbox-component .checkbox-wrapper {
    padding:  3.8095238095vw 0vw;
  }
}
.checkbox-component .checkbox-wrapper.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.checkbox-component .checkbox-wrapper .box {
  display: flex;
  align-items: center;
  min-width:  1.4117647059vw;
  min-height:  1.4117647059vw;
  width:  1.4117647059vw;
  height:  1.4117647059vw;
  margin:  0vw 1.1764705882vw;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid var(--wi-text-secondary);
  overflow: hidden;
  transition: background-color 300ms ease, border-color 300ms ease;
}
@media screen and (max-width: 1194px) {
  .checkbox-component .checkbox-wrapper .box {
    min-width:  2.0100502513vw;
    min-height:  2.0100502513vw;
    width:  2.0100502513vw;
    height:  2.0100502513vw;
    margin:  0vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .checkbox-component .checkbox-wrapper .box {
    min-width:  3.125vw;
    min-height:  3.125vw;
    width:  3.125vw;
    height:  3.125vw;
    margin:  0vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .checkbox-component .checkbox-wrapper .box {
    min-width:  5.7142857143vw;
    min-height:  5.7142857143vw;
    width:  5.7142857143vw;
    height:  5.7142857143vw;
    margin:  0vw 4.7619047619vw;
  }
}
.checkbox-component .checkbox-wrapper .box .RPMIcons {
  position: relative;
  top: 1px;
  color: var(--wi-background-secondary);
  transition: transform 300ms ease, opacity 200ms ease;
  opacity: 0;
  transform: scale3d(2, 2, 1);
}
.checkbox-component .checkbox-wrapper .text {
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--wi-font-family), Serif;
  color: var(--wi-text-secondary);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-component input {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  cursor: pointer;
  display: none;
}
.checkbox-component input:checked + .checkbox-wrapper .box {
  border-color: var(--wi-action-primary);
  background-color: var(--wi-action-primary);
}
.checkbox-component input:checked + .checkbox-wrapper .box .RPMIcons {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.checkbox-component .tooltip-icon {
  min-width:  1.4117647059vw;
  min-height:  1.4117647059vw;
  width:  1.4117647059vw;
  height:  1.4117647059vw;
  margin:  0vw 1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .checkbox-component .tooltip-icon {
    min-width:  2.0100502513vw;
    min-height:  2.0100502513vw;
    width:  2.0100502513vw;
    height:  2.0100502513vw;
    margin:  0vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .checkbox-component .tooltip-icon {
    min-width:  3.125vw;
    min-height:  3.125vw;
    width:  3.125vw;
    height:  3.125vw;
    margin:  0vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .checkbox-component .tooltip-icon {
    min-width:  5.7142857143vw;
    min-height:  5.7142857143vw;
    width:  5.7142857143vw;
    height:  5.7142857143vw;
    margin:  0vw 4.7619047619vw;
  }
}
.checkbox-component .tooltip-icon .RPMIcons {
  justify-content: center;
  color: var(--wi-action-primary);
  border-radius: 50%;
  position: relative;
  left: 3px;
  top: 2px;
  font-size: 1.75rem;
}
.checkbox-component .tooltip-icon .RPMIcons:hover + .tooltip-content {
  opacity: 1;
}
.checkbox-component .tooltip-content {
  background: var(--wi-background-secondary);
  box-shadow: 0 8px 30px 0 var(--wi-background-tertiary);
  border-radius: 10px;
  opacity: 0;
  position: absolute;
  padding: 10px;
  pointer-events: none;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 300ms ease;
  width: 60%;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.empty-state-component {
  padding:  1.6470588235vw 1.1764705882vw;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--wi-background-primary);
  background-color: var(--wi-background-secondary);
}
@media screen and (max-width: 1194px) {
  .empty-state-component {
    padding:  2.3450586265vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .empty-state-component {
    padding:  3.6458333333vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .empty-state-component {
    padding:  6.6666666667vw 4.7619047619vw;
  }
}
.empty-state-component.without-border {
  border: none;
}
.empty-state-component.full-width .empty-state-content {
  max-width: 100%;
}
.empty-state-component .empty-state-media {
  max-width:  4.7058823529vw;
}
@media screen and (max-width: 1194px) {
  .empty-state-component .empty-state-media {
    max-width:  6.7001675042vw;
  }
}
@media screen and (max-width: 768px) {
  .empty-state-component .empty-state-media {
    max-width:  10.4166666667vw;
  }
}
@media screen and (max-width: 420px) {
  .empty-state-component .empty-state-media {
    max-width:  19.0476190476vw;
  }
}
.empty-state-component .empty-state-media img {
  width: 100%;
  height: 100%;
}
.empty-state-component .empty-state-content {
  margin-top: 15px;
  max-width: 70%;
}
.empty-state-component .empty-state-content p {
  font-size: 0.9375rem;
  margin-top: 5px;
  color: var(--wi-text-secondary);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.delivery-tracking-component {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.delivery-tracking-component .tracking-number {
  color: var(--wi-text-secondary);
  margin-left: 20px;
}
.delivery-tracking-component .tracking-number span {
  margin-right: 10px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.graph-nav-component {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--wi-background-info);
  border-radius: 8px;
  padding: 14px 10px;
  position: relative;
  margin-bottom:  0.9411764706vw;
}
@media screen and (max-width: 1194px) {
  .graph-nav-component {
    margin-bottom:  1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-nav-component {
    margin-bottom:  2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-nav-component {
    margin-bottom:  3.8095238095vw;
  }
}
.graph-nav-component .graph-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.graph-nav-component .graph-nav-overlay.active {
  pointer-events: auto;
}
.graph-nav-component .current-scope {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-transform: capitalize;
  color: var(--wi-action-primary);
}
.graph-nav-component .current-scope .RPMIcons {
  font-size: 1.25rem;
}
.graph-nav-component .back-arrow .RPMIcons, .graph-nav-component .next-arrow .RPMIcons {
  font-size: 1.875rem;
}
.graph-nav-component .back-arrow.disabled, .graph-nav-component .next-arrow.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}
.graph-nav-component .filters-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.graph-nav-component .filters-wrapper.enter-active {
  opacity: 1;
}
@media (max-width: 968px) {
  .graph-nav-component .filters-wrapper.centered:before {
    left: 20px;
    right: 0;
  }
}
.graph-nav-component .filters-wrapper .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-nav-component .filters-wrapper .filter span {
  margin-left: 0;
  color: var(--wi-text-secondary);
}
.graph-nav-component .filters-wrapper .filter span.RPMIcons {
  font-size: 1.125rem;
  color: var(--wi-text-primary);
}

[data-theme^=v2] .graph-nav-component {
  background-color: var(--wi-action-secondary);
}
[data-theme^=v2] .graph-nav-component .current-scope {
  color: var(--wi-on-action-secondary);
}
[data-theme^=v2] .graph-nav-component .back-arrow .RPMIcons, [data-theme^=v2] .graph-nav-component .next-arrow .RPMIcons {
  color: var(--wi-on-action-secondary);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.ehr-sync__image {
  padding-right: 8px;
}

.ehr-sync__bold {
  font-weight: bold;
}

.ehr-sync__ehr {
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: var(--wi-background-good);
  color: var(--wi-text-primary-good);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.no-data-background__bars {
  fill: rgba(242, 238, 234, 0.5);
}

.linear-series__line {
  stroke-width: 2px;
}
.linear-series__line.graph-sleep-vitals {
  stroke: var(--status-info);
}
.linear-series__line--dashed {
  stroke: var(--divider-primary);
  stroke-dasharray: 2, 3;
}
.linear-series__dots.graph-sleep-vitals {
  fill: var(--status-info);
}
.linear-series__no-data-line {
  stroke: var(--text-placeholder);
  stroke-width: 2px;
  stroke-dasharray: 2, 3;
}

.axis-x__line-dashed {
  stroke-dasharray: 2, 3;
}

.axis-y__line-dashed {
  stroke-dasharray: 2, 3;
}

.nodata {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wg-container .visx-tooltip .tooltip-measures-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.wg-container .visx-tooltip .tooltip-measures-wrapper .tooltip-measure {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.wg-container .visx-tooltip .tooltip-measures-wrapper .tooltip-measure:first-of-type {
  padding-left: 0;
}
.wg-container .visx-tooltip .tooltip-measures-wrapper .tooltip-measure:last-of-type {
  padding-right: 0;
}
.wg-container .visx-tooltip .tooltip-measures-wrapper .tooltip-measure:not(:last-of-type) {
  border-right: 1px solid var(--wi-background-tertiary);
}

.graph-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin:  1.7647058824vw 0vw 1.1764705882vw 0vw;
}
@media screen and (max-width: 1194px) {
  .graph-legend {
    margin:  2.5125628141vw 0vw 1.675041876vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-legend {
    margin:  3.90625vw 0vw 2.6041666667vw 0vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-legend {
    margin:  7.1428571429vw 0vw 4.7619047619vw 0vw;
  }
}
.graph-legend .wi-chart-header-component {
  margin-right: 15px;
}
.graph-legend .wi-chart-header-component.inactive {
  opacity: 0.3;
}
.graph-legend .wi-chart-header-component .labelRow {
  align-items: center;
  line-height: 12px;
}
.graph-legend .circle-legend {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--wi-transparent);
  border: 2px solid var(--background-senary);
  margin-right: 5px;
}
.graph-legend .square-legend {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--wi-transparent);
  border: 2px solid var(--background-senary);
  margin-right: 5px;
}
.graph-legend .square-legend.rounded-edges {
  border-radius: 2px;
}
.graph-legend .square-legend.bigger {
  width: 12px;
  height: 12px;
}
.graph-legend .square-legend.bigger.rounded-edges {
  border-radius: 4px;
}
.graph-legend .square-legend.no-border {
  border: none;
}
.graph-legend .diamond-legend {
  margin-right: 5px;
}

.graph-pwv-legend {
  display: flex;
  flex-direction: column;
}
.graph-pwv-legend .legend {
  display: flex;
}
.graph-pwv-legend .legend > span {
  font-size: smaller;
  color: var(--wi-text-secondary);
}
.graph-pwv-legend .pwv-normality-zone {
  display: flex;
  padding-bottom: 10px;
}
.graph-pwv-legend .pwv-normality-zone .icon-status {
  margin-right: 10px;
}
.graph-pwv-legend .pwv-description {
  white-space: pre-line;
  padding-bottom: 10px;
}

.pwvLine {
  stroke-width: 1.5px;
  stroke-dasharray: 5, 1;
  stroke: var(--status-good);
}

.visx-tooltip span {
  display: block;
  color: var(--wi-text-secondary);
  font-size: 0.625rem;
}

.segmental-btn-modal {
  height: 40px !important;
  width: 180px;
  position: absolute;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(7, 26, 83, 0.1);
  bottom: calc(100% - 122px);
  border: none;
  border-radius: 12px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.vitals .vitals-title {
  padding: 12px 0;
  border-bottom: solid 1px var(--wi-divider);
}
.vitals .vitals-content-item-name {
  position: relative;
}
.vitals .vitals-content-item {
  border-bottom: solid 1px var(--wi-divider);
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vitals .vitals-content-item .tooltip-icon {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.vitals .vitals-content-item .tooltip-icon .tooltip-content {
  width: 300px;
}
.vitals .vitals-data-item {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vitals .vitals-color-light .vitals-content-item-value, .vitals .vitals-color-light .vitals-data-item-value {
  color: var(--wi-status-info);
}
.vitals .vitals-color-dark .vitals-content-item-value, .vitals .vitals-color-dark .vitals-data-item-value {
  color: var(--wi-text-secondary-info);
}
.vitals .vitals-color-bad .vitals-content-item-value, .vitals .vitals-color-bad .vitals-data-item-value {
  color: var(--wi-status-bad);
}
.vitals .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 12px;
}
.vitals .dot.red {
  background-color: var(--wi-status-bad);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.graph-section-component {
  padding:  1.1764705882vw;
  width: 100%;
  background: var(--wi-background-secondary);
  border-radius: 8px;
  box-shadow: 0px 8px 30px 0 rgba(7, 26, 83, 0.04);
  margin-bottom: 12px;
}
@media screen and (max-width: 1194px) {
  .graph-section-component {
    padding:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component {
    padding:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component {
    padding:  4.7619047619vw;
  }
}
.graph-section-component:last-child {
  margin-bottom:  2.1176470588vw;
}
@media screen and (max-width: 1194px) {
  .graph-section-component:last-child {
    margin-bottom:  3.0150753769vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component:last-child {
    margin-bottom:  4.6875vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component:last-child {
    margin-bottom:  8.5714285714vw;
  }
}
.graph-section-component .graph-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-section-component .graph-header .left {
  display: flex;
}
.graph-section-component .graph-header .left span {
  display: block;
  line-height: 24px;
}
.graph-section-component .graph-header .left .graph-header-info {
  margin-left: 10px;
}
.graph-section-component .graph-header .left .graph-header-info .RPMIcons_rounded_help {
  font-size: 1.375rem;
}
.graph-section-component .graph-header .left .graph-header-info .tooltip-content {
  width: 30vw;
  bottom: 1px;
  z-index: 10;
  background: var(--wi-transparent);
  padding: 0;
}
.graph-section-component .graph-header .left .graph-header-info .tooltip-content .subtextRegular {
  background-color: var(--action-primary);
  color: var(--wi-background-secondary);
  padding: 10px;
  border-radius: 8px;
  line-height: 1.2;
}
.graph-section-component .graph-header .left .summary {
  color: var(--wi-text-secondary);
}
.graph-section-component .graph-header .segmental-btn {
  margin-left: auto;
  margin-right:  0.8823529412vw;
}
@media screen and (max-width: 1194px) {
  .graph-section-component .graph-header .segmental-btn {
    margin-right:  1.256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component .graph-header .segmental-btn {
    margin-right:  1.953125vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component .graph-header .segmental-btn {
    margin-right:  3.5714285714vw;
  }
}
.graph-section-component .unit {
  margin-left: 4px;
}
.graph-section-component .graph-component {
  margin:  1.7647058824vw 0.1176470588vw 0.8823529412vw 0.1176470588vw;
  height:  17.6470588235vw;
  width: 100%;
}
@media screen and (max-width: 1194px) {
  .graph-section-component .graph-component {
    margin:  2.5125628141vw 0.1675041876vw 1.256281407vw 0.1675041876vw;
    height:  25.1256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component .graph-component {
    margin:  3.90625vw 0.2604166667vw 1.953125vw 0.2604166667vw;
    height:  39.0625vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component .graph-component {
    margin:  7.1428571429vw 0.4761904762vw 3.5714285714vw 0.4761904762vw;
    height:  71.4285714286vw;
  }
}
.graph-section-component .graph-component.with-legend {
  margin:  0vw 0.1176470588vw 4.4117647059vw 0.1176470588vw;
}
@media screen and (max-width: 1194px) {
  .graph-section-component .graph-component.with-legend {
    margin:  0vw 0.1675041876vw 6.2814070352vw 0.1675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component .graph-component.with-legend {
    margin:  0vw 0.2604166667vw 9.765625vw 0.2604166667vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component .graph-component.with-legend {
    margin:  0vw 0.4761904762vw 17.8571428571vw 0.4761904762vw;
  }
}
.graph-section-component .graph-component.pwv-legend {
  margin:  0vw 0.1176470588vw 8.2352941176vw 0.1176470588vw;
}
@media screen and (max-width: 1194px) {
  .graph-section-component .graph-component.pwv-legend {
    margin:  0vw 0.1675041876vw 11.7252931323vw 0.1675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component .graph-component.pwv-legend {
    margin:  0vw 0.2604166667vw 18.2291666667vw 0.2604166667vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component .graph-component.pwv-legend {
    margin:  0vw 0.4761904762vw 33.3333333333vw 0.4761904762vw;
  }
}
.graph-section-component .graph-component .graphLabel tspan {
  fill: var(--wi-text-secondary);
  font-size: 0.625rem;
}
.graph-section-component .graph-component .pwvLabel tspan {
  fill: var(--wi-text-secondary);
  font-size: 0.75rem;
}
.graph-section-component .graph-component .secondLine {
  margin: 3px 0;
  font-weight: normal;
}
.graph-section-component .graph-component .vx-tooltip-portal .tooltip-content, .graph-section-component .graph-component .visx-tooltip .tooltip-content {
  padding: 10px 15px;
  cursor: default;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.graph-section-component .graph-component .vx-tooltip-portal .tooltip-content.clickable, .graph-section-component .graph-component .visx-tooltip .tooltip-content.clickable {
  pointer-events: auto !important;
  cursor: pointer;
}
.graph-section-component .graph-component .vx-tooltip-portal .bodyBold, .graph-section-component .graph-component .visx-tooltip .bodyBold {
  font-size: 0.9375rem;
  color: var(--wi-text-secondary);
}
.graph-section-component .graph-component .vx-tooltip-portal span, .graph-section-component .graph-component .vx-tooltip-portal .graph, .graph-section-component .graph-component .visx-tooltip span, .graph-section-component .graph-component .visx-tooltip .graph {
  display: block;
  color: var(--wi-text-secondary);
  font-size: 0.625rem;
}
.graph-section-component .graph-component .vx-tooltip-portal .no-line, .graph-section-component .graph-component .visx-tooltip .no-line {
  display: none;
}
.graph-section-component .graph-component .vx-tooltip-portal .RPMIcons, .graph-section-component .graph-component .visx-tooltip .RPMIcons {
  font-size: 1.125rem;
  transform: rotate(-90deg);
  margin-left: 8px;
  color: black;
}
.graph-section-component .graph-component svg {
  overflow: visible;
}

.graph-container-pwv {
  margin-right: 5px;
}

.sleep-vitals, .body-comp-vitals, .gluco-vitals, .va-vitals {
  padding:  0vw 0vw 1.1764705882vw 0vw;
}
@media screen and (max-width: 1194px) {
  .sleep-vitals, .body-comp-vitals, .gluco-vitals, .va-vitals {
    padding:  0vw 0vw 1.675041876vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .sleep-vitals, .body-comp-vitals, .gluco-vitals, .va-vitals {
    padding:  0vw 0vw 2.6041666667vw 0vw;
  }
}
@media screen and (max-width: 420px) {
  .sleep-vitals, .body-comp-vitals, .gluco-vitals, .va-vitals {
    padding:  0vw 0vw 4.7619047619vw 0vw;
  }
}
.sleep-vitals .header4, .body-comp-vitals .header4, .gluco-vitals .header4, .va-vitals .header4 {
  display: block;
  margin:  0.9411764706vw 0vw;
}
@media screen and (max-width: 1194px) {
  .sleep-vitals .header4, .body-comp-vitals .header4, .gluco-vitals .header4, .va-vitals .header4 {
    margin:  1.3400335008vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .sleep-vitals .header4, .body-comp-vitals .header4, .gluco-vitals .header4, .va-vitals .header4 {
    margin:  2.0833333333vw 0vw;
  }
}
@media screen and (max-width: 420px) {
  .sleep-vitals .header4, .body-comp-vitals .header4, .gluco-vitals .header4, .va-vitals .header4 {
    margin:  3.8095238095vw 0vw;
  }
}
.sleep-vitals .vitals-section-component, .body-comp-vitals .vitals-section-component, .gluco-vitals .vitals-section-component, .va-vitals .vitals-section-component {
  padding:  0vw 1.1764705882vw;
  width: 100%;
  background: var(--wi-background-secondary);
  border-radius: 8px;
  box-shadow: 0px 8px 30px 0 rgba(7, 26, 83, 0.04);
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1194px) {
  .sleep-vitals .vitals-section-component, .body-comp-vitals .vitals-section-component, .gluco-vitals .vitals-section-component, .va-vitals .vitals-section-component {
    padding:  0vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .sleep-vitals .vitals-section-component, .body-comp-vitals .vitals-section-component, .gluco-vitals .vitals-section-component, .va-vitals .vitals-section-component {
    padding:  0vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .sleep-vitals .vitals-section-component, .body-comp-vitals .vitals-section-component, .gluco-vitals .vitals-section-component, .va-vitals .vitals-section-component {
    padding:  0vw 4.7619047619vw;
  }
}

.body-comp-vitals .vitals-section-component, .va-vitals .vitals-section-component {
  overflow: visible;
}

.graph-svg {
  position: relative;
  height: 100%;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.graph-section-component-survey {
  padding:  1.1764705882vw;
  width: 100%;
  background: var(--wi-background-secondary);
  border-radius: 8px;
  box-shadow: 0px 8px 30px 0 rgba(7, 26, 83, 0.04);
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1194px) {
  .graph-section-component-survey {
    padding:  1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component-survey {
    padding:  2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component-survey {
    padding:  4.7619047619vw;
  }
}
.graph-section-component-survey:last-child {
  margin-bottom:  2.1176470588vw;
}
@media screen and (max-width: 1194px) {
  .graph-section-component-survey:last-child {
    margin-bottom:  3.0150753769vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component-survey:last-child {
    margin-bottom:  4.6875vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component-survey:last-child {
    margin-bottom:  8.5714285714vw;
  }
}
.graph-section-component-survey .graph-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-section-component-survey .graph-header .left {
  display: flex;
}
.graph-section-component-survey .graph-header .left span {
  display: block;
  line-height: 24px;
}
.graph-section-component-survey .graph-header .left .graph-header-info {
  margin-left: 10px;
}
.graph-section-component-survey .graph-header .left .summary {
  color: var(--wi-text-secondary);
}
.graph-section-component-survey .graph-header .right button {
  height: 20px;
}
.graph-section-component-survey .graph-header .right button span {
  font-size: 0.9375rem;
}
.graph-section-component-survey .unit {
  margin-left: 4px;
}
.graph-section-component-survey .graph-component {
  margin:  1.7647058824vw 0.1176470588vw 0.8823529412vw 0.1176470588vw;
  width: 100%;
}
@media screen and (max-width: 1194px) {
  .graph-section-component-survey .graph-component {
    margin:  2.5125628141vw 0.1675041876vw 1.256281407vw 0.1675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component-survey .graph-component {
    margin:  3.90625vw 0.2604166667vw 1.953125vw 0.2604166667vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component-survey .graph-component {
    margin:  7.1428571429vw 0.4761904762vw 3.5714285714vw 0.4761904762vw;
  }
}
.graph-section-component-survey .graph-component.with-legend {
  margin:  0vw 0.1176470588vw 0.8823529412vw 0.1176470588vw;
}
@media screen and (max-width: 1194px) {
  .graph-section-component-survey .graph-component.with-legend {
    margin:  0vw 0.1675041876vw 1.256281407vw 0.1675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component-survey .graph-component.with-legend {
    margin:  0vw 0.2604166667vw 1.953125vw 0.2604166667vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component-survey .graph-component.with-legend {
    margin:  0vw 0.4761904762vw 3.5714285714vw 0.4761904762vw;
  }
}
.graph-section-component-survey .graph-component .graph-legend {
  display: flex;
  align-items: center;
  margin:  0.5882352941vw 0.1176470588vw 0.8823529412vw 0.1176470588vw;
}
@media screen and (max-width: 1194px) {
  .graph-section-component-survey .graph-component .graph-legend {
    margin:  0.837520938vw 0.1675041876vw 1.256281407vw 0.1675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-section-component-survey .graph-component .graph-legend {
    margin:  1.3020833333vw 0.2604166667vw 1.953125vw 0.2604166667vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-section-component-survey .graph-component .graph-legend {
    margin:  2.380952381vw 0.4761904762vw 3.5714285714vw 0.4761904762vw;
  }
}
.graph-section-component-survey .graph-component .graph-legend .circle-legend {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--wi-transparent);
  border: 2px solid var(--background-senary);
  margin-right: 5px;
}
.graph-section-component-survey .graph-component .graph-legend .circle-legend.dot-legend {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wi-action-primary-unchecked);
  margin-right: 5px;
}
.graph-section-component-survey .graph-component .graph-legend .diamond-legend {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--wi-transparent);
  border: 2px solid var(--background-senary);
  margin-right: 5px;
  transform: rotate(45deg);
}
.graph-section-component-survey .graph-component .graphLabel tspan {
  fill: var(--wi-text-secondary);
  font-size: 0.625rem;
}
.graph-section-component-survey .graph-component .symptomLabel span {
  color: var(--wi-text-secondary);
  font-size: 0.75rem;
  border: 0.5px solid var(--wi-divider);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 2px 5px;
  backdrop-filter: blur(4px);
}
.graph-section-component-survey .graph-component .secondLine {
  margin: 3px 0;
  font-weight: normal;
}
.graph-section-component-survey .graph-component svg {
  overflow: visible;
}

.graph-svg {
  position: relative;
  height: 100%;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.graph-section-component-sleep__overview .header4 {
  margin-bottom: 20px;
}
.graph-section-component-sleep .graph-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-section-component-sleep .chart-header {
  display: flex;
  gap: 15px;
}
.graph-section-component-sleep .graph-legend {
  margin-top: 0;
}
.graph-section-component-sleep__overview .graph-svg {
  height: 225px !important;
}
.graph-section-component-sleep__overview .graph-svg .series-bars {
  stroke-width: 2;
}
.graph-section-component-sleep__overview .graph-svg .series-bars.activity-wrapper-bar {
  stroke: var(--wi-status-info);
}
.graph-section-component-sleep__overview .graph-svg .series-bars.asleep-bar {
  stroke-width: 0;
}
.graph-section-component-sleep__overview .graph-svg .series-bars.awake-bar {
  stroke-width: 0;
}
.graph-section-component-sleep__overview .graph-svg .series-bars.out-of-bed-bar {
  stroke: var(--wi-status-bad);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.graph-section-component-sleep .graph-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-section-component-sleep .graph-component {
  height: unset;
  margin: 20px 0px 40px 0;
}
.graph-section-component-sleep .graph-component .wi-chart-header-component .level-icon-component {
  width: -moz-fit-content;
  width: fit-content;
}
.graph-section-component-sleep .graph-component .wi-chart-header-component .level-icon-component .level-inline {
  height: 24px;
  width: 24px;
}
.graph-section-component-sleep .graph-component .wi-chart-header-component .level-icon-component .level-inline .witems-icon {
  font-size: 24px !important;
  position: static;
}
.graph-section-component-sleep .graph-component .graph-svg {
  height: 75px;
  padding-right: 20px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.cpt-tooltip-component {
  position: absolute;
  background-color: var(--wi-action-primary);
  border-radius: 8px;
  padding: 20px;
  opacity: 0;
  color: var(--wi-background-secondary);
  transition: opacity 300ms ease;
  pointer-events: none;
  z-index: 1;
  width:  19.7058823529vw;
}
@media screen and (max-width: 1194px) {
  .cpt-tooltip-component {
    width:  28.0569514238vw;
  }
}
@media screen and (max-width: 768px) {
  .cpt-tooltip-component {
    width:  43.6197916667vw;
  }
}
@media screen and (max-width: 420px) {
  .cpt-tooltip-component {
    width:  79.7619047619vw;
  }
}
@media (max-width: 768px) {
  .cpt-tooltip-component {
    width: 100%;
    top: 50px;
  }
}
.cpt-tooltip-component.visible {
  opacity: 1;
}
.cpt-tooltip-component .content .subtextRegular {
  margin-top: 5px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.billing-cell {
  display: flex;
  align-items: center;
  padding: 20px;
}
@media (max-width: 768px) {
  .billing-cell {
    align-items: flex-start;
  }
  .billing-cell.need-wrap {
    flex-wrap: wrap;
  }
}
.billing-cell:last-child .cpt-tooltip-component {
  top: 0;
  transform: translateY(-85%);
}
.billing-cell:not(:last-child) {
  border-bottom: 1px solid var(--wi-divider);
}
.billing-cell .content-wrap {
  display: flex;
}
.billing-cell .circle-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.billing-cell .circle-wrapper .RPMIcons {
  cursor: auto;
  color: var(--wi-background-secondary);
  font-size: 1.125rem;
  position: absolute;
}
.billing-cell .progress-ring {
  overflow: visible;
  position: relative;
}
.billing-cell .progress-ring__circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 500ms ease 350ms;
}
.billing-cell .texts {
  margin-left: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .billing-cell .texts {
    margin-left: 15px;
  }
}
.billing-cell .texts .bottom {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .billing-cell .texts .bottom {
    flex-wrap: wrap;
  }
}
.billing-cell .texts .bottom .subtextRegular {
  color: var(--wi-text-secondary);
  margin-left: 8px;
}
@media (max-width: 768px) {
  .billing-cell .texts .bottom .subtextRegular {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}
.billing-cell .action {
  margin-left: auto;
}
@media (max-width: 768px) {
  .billing-cell .action {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .billing-cell .action button {
    width: 100%;
  }
}
.billing-cell .action button {
  padding:  0.5882352941vw 0.8823529412vw;
  border-radius: 8px;
  opacity: 1;
  min-width: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 1194px) {
  .billing-cell .action button {
    padding:  0.837520938vw 1.256281407vw;
  }
}
@media screen and (max-width: 768px) {
  .billing-cell .action button {
    padding:  1.3020833333vw 1.953125vw;
  }
}
@media screen and (max-width: 420px) {
  .billing-cell .action button {
    padding:  2.380952381vw 3.5714285714vw;
  }
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.action-cell-component {
  padding:  1.6470588235vw 1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .action-cell-component {
    padding:  2.3450586265vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .action-cell-component {
    padding:  3.6458333333vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .action-cell-component {
    padding:  6.6666666667vw 4.7619047619vw;
  }
}
.action-cell-component .action-cell-action:hover .action-media {
  transform: scale3d(1.1, 1.1, 1);
}
.action-cell-component .action-cell-action .action-media {
  max-width:  4.7058823529vw;
  transform: scale3d(1, 1, 1);
  transition: transform 300ms ease;
}
@media screen and (max-width: 1194px) {
  .action-cell-component .action-cell-action .action-media {
    max-width:  6.7001675042vw;
  }
}
@media screen and (max-width: 768px) {
  .action-cell-component .action-cell-action .action-media {
    max-width:  10.4166666667vw;
  }
}
@media screen and (max-width: 420px) {
  .action-cell-component .action-cell-action .action-media {
    max-width:  19.0476190476vw;
  }
}
.action-cell-component .action-cell-action .action-media img {
  width: 100%;
  height: 100%;
}
.action-cell-component .action-cell-action .action-content {
  margin-top: 15px;
  max-width: 70%;
}
@media (max-width: 968px) {
  .action-cell-component .action-cell-action .action-content {
    max-width: 100%;
  }
}
.action-cell-component .action-cell-action .action-content p {
  margin-top: 5px;
  color: var(--wi-text-secondary);
  white-space: pre-wrap;
}
.action-cell-component .action-cell-action .action-buttons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.action-cell-component .action-cell-action .action-buttons Button {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.action-cell-component .action-cell-action .action-buttons Button:last-child {
  margin-right: 0px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.graph-nav-new-component {
  width: 210px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--wi-background-info);
  box-shadow: 0px 8px 30px 0 rgba(7, 26, 83, 0.04);
  border-radius: 8px;
  padding: 14px 10px;
  position: relative;
  margin-bottom:  0.5882352941vw;
}
@media screen and (max-width: 1194px) {
  .graph-nav-new-component {
    margin-bottom:  0.837520938vw;
  }
}
@media screen and (max-width: 768px) {
  .graph-nav-new-component {
    margin-bottom:  1.3020833333vw;
  }
}
@media screen and (max-width: 420px) {
  .graph-nav-new-component {
    margin-bottom:  2.380952381vw;
  }
}
.graph-nav-new-component .graph-nav-new-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.graph-nav-new-component .graph-nav-new-overlay.active {
  pointer-events: auto;
}
.graph-nav-new-component .current-scope {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-transform: capitalize;
  color: var(--wi-action-primary);
}
.graph-nav-new-component .current-scope .RPMIcons {
  font-size: 1.25rem;
}
.graph-nav-new-component .current-scope .button1 {
  font-size: 0.875rem;
}
.graph-nav-new-component .back-arrow .RPMIcons, .graph-nav-new-component .next-arrow .RPMIcons {
  font-size: 1.875rem;
}
.graph-nav-new-component .back-arrow.disabled, .graph-nav-new-component .next-arrow.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}
.graph-nav-new-component .filters-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.graph-nav-new-component .filters-wrapper.enter-active {
  opacity: 1;
}
@media (max-width: 968px) {
  .graph-nav-new-component .filters-wrapper.centered:before {
    left: 20px;
    right: 0;
  }
}
.graph-nav-new-component .filters-wrapper .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-nav-new-component .filters-wrapper .filter span {
  margin-left: 0;
  color: var(--wi-text-secondary);
}
.graph-nav-new-component .filters-wrapper .filter span.RPMIcons {
  font-size: 1.125rem;
  color: var(--wi-text-primary);
}

[data-theme^=v2] .graph-nav-new-component .current-scope, [data-theme^=v2] .graph-nav-new-component .back-arrow, [data-theme^=v2] .graph-nav-new-component .next-arrow {
  color: var(--wi-on-action-secondary);
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.dropshipment-pill {
  padding:  0.2352941176vw 0.4705882353vw;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 1194px) {
  .dropshipment-pill {
    padding:  0.3350083752vw 0.6700167504vw;
  }
}
@media screen and (max-width: 768px) {
  .dropshipment-pill {
    padding:  0.5208333333vw 1.0416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .dropshipment-pill {
    padding:  0.9523809524vw 1.9047619048vw;
  }
}
.dropshipment-pill .RPMIcons {
  font-size: 1.125rem;
  margin-right: 8px;
}
.dropshipment-pill .dropshipment-pill-label {
  font-size: 0.75rem;
  font-weight: 500;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.select-wrapper select {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.form-input-component.phone .field-container {
  height:  3.2941176471vw;
  position: relative;
  width: 100%;
  transition: border-color 300ms ease;
  bottom: 1px;
}
@media screen and (max-width: 1194px) {
  .form-input-component.phone .field-container {
    height:  4.6901172529vw;
  }
}
@media screen and (max-width: 768px) {
  .form-input-component.phone .field-container {
    height:  7.2916666667vw;
  }
}
@media screen and (max-width: 420px) {
  .form-input-component.phone .field-container {
    height:  13.3333333333vw;
  }
}
.form-input-component.phone .field-container .field {
  min-height: auto;
}
.form-input-component.phone .field-container .field.error {
  color: var(--wi-status-bad);
  border-color: var(--wi-status-bad);
}

.country-selector .countries .input-country input {
  font-size: 0.75rem;
}

.field-helpers.error {
  color: var(--wi-status-bad);
  font-size: 0.75rem;
  margin-top:  0.4705882353vw;
  font-weight: 200;
}
@media screen and (max-width: 1194px) {
  .field-helpers.error {
    margin-top:  0.6700167504vw;
  }
}
@media screen and (max-width: 768px) {
  .field-helpers.error {
    margin-top:  1.0416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .field-helpers.error {
    margin-top:  1.9047619048vw;
  }
}

.field-phone-format {
  display: flex;
  flex-direction: row;
}
.field-phone-format .wicon-field-phone-format {
  position: relative;
  top: -2px;
  left: 5px;
}

.tooltip-field-phone-format {
  left: 5px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.center-modal-header {
  text-align: center;
  border-bottom: 1px solid var(--wi-divider);
}
.center-modal-header.no-b {
  border-bottom: none;
}
.center-modal-header .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  margin-bottom:  1.7647058824vw;
}
@media screen and (max-width: 1194px) {
  .center-modal-header .text-wrapper {
    margin-bottom:  2.5125628141vw;
  }
}
@media screen and (max-width: 768px) {
  .center-modal-header .text-wrapper {
    margin-bottom:  3.90625vw;
  }
}
@media screen and (max-width: 420px) {
  .center-modal-header .text-wrapper {
    margin-bottom:  7.1428571429vw;
  }
}
@media (max-width: 768px) {
  .center-modal-header .text-wrapper {
    max-width: 90%;
  }
}
.center-modal-header span {
  display: block;
}
.center-modal-header span:last-child {
  margin-top:  0.4705882353vw;
  color: var(--wi-text-secondary);
}
@media screen and (max-width: 1194px) {
  .center-modal-header span:last-child {
    margin-top:  0.6700167504vw;
  }
}
@media screen and (max-width: 768px) {
  .center-modal-header span:last-child {
    margin-top:  1.0416666667vw;
  }
}
@media screen and (max-width: 420px) {
  .center-modal-header span:last-child {
    margin-top:  1.9047619048vw;
  }
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.IconSVG {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.checklist-component-wrapper {
  position: relative;
  width: 100%;
}

.checklist-component {
  border-radius:  1.0588235294vw;
  right:  -1.0588235294vw;
  background: var(--wi-background-secondary);
  max-height: 280px;
  position: relative;
  overflow: scroll;
  width: 100%;
  box-shadow: 0 8px 30px 0 var(--wi-background-tertiary);
  display: none;
  top: 10px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 1194px) {
  .checklist-component {
    border-radius:  1.5075376884vw;
    right:  -1.5075376884vw;
  }
}
@media screen and (max-width: 768px) {
  .checklist-component {
    border-radius:  2.34375vw;
    right:  -2.34375vw;
  }
}
@media screen and (max-width: 420px) {
  .checklist-component {
    border-radius:  4.2857142857vw;
    right:  -4.2857142857vw;
  }
}
.checklist-component:before {
  top:  -0.7058823529vw;
  right:  1.2941176471vw;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--wi-background-secondary);
  margin: auto;
  transform: rotate(90deg);
}
@media screen and (max-width: 1194px) {
  .checklist-component:before {
    top:  -1.0050251256vw;
    right:  1.8425460637vw;
  }
}
@media screen and (max-width: 768px) {
  .checklist-component:before {
    top:  -1.5625vw;
    right:  2.8645833333vw;
  }
}
@media screen and (max-width: 420px) {
  .checklist-component:before {
    top:  -2.8571428571vw;
    right:  5.2380952381vw;
  }
}
.checklist-component .item {
  display: flex;
  align-items: center;
  padding:  1vw 1.1764705882vw;
  font-size: 1.125rem;
  font-family: var(--wi-font-family), Serif;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 300ms ease;
}
@media screen and (max-width: 1194px) {
  .checklist-component .item {
    padding:  1.4237855946vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .checklist-component .item {
    padding:  2.2135416667vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .checklist-component .item {
    padding:  4.0476190476vw 4.7619047619vw;
  }
}
.checklist-component .item:not(:last-child) {
  border-bottom: 1px solid var(--wi-divider);
}
.checklist-component .item .circle {
  display: flex;
  align-items: center;
  width:  1.4117647059vw;
  height:  1.4117647059vw;
  min-width:  1.4117647059vw;
  min-height:  1.4117647059vw;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid var(--wi-text-secondary);
  color: var(--wi-background-secondary);
  transition: background-color 300ms ease, border-color 300ms ease;
}
@media screen and (max-width: 1194px) {
  .checklist-component .item .circle {
    width:  2.0100502513vw;
    height:  2.0100502513vw;
    min-width:  2.0100502513vw;
    min-height:  2.0100502513vw;
  }
}
@media screen and (max-width: 768px) {
  .checklist-component .item .circle {
    width:  3.125vw;
    height:  3.125vw;
    min-width:  3.125vw;
    min-height:  3.125vw;
  }
}
@media screen and (max-width: 420px) {
  .checklist-component .item .circle {
    width:  5.7142857143vw;
    height:  5.7142857143vw;
    min-width:  5.7142857143vw;
    min-height:  5.7142857143vw;
  }
}
.checklist-component .item .circle.selected {
  background-color: var(--wi-action-primary);
  border-color: var(--wi-action-primary);
}
.checklist-component .item .body1 {
  margin-left: 20px;
}
.checklist-component.visible {
  display: block;
}

.checklist-close {
  -webkit-tap-highlight-color: var(--wi-transparent);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 4;
}
.checklist-close.enabled {
  pointer-events: auto;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.create-select-component-wrapper {
  position: relative;
  width: 100%;
}
.create-select-component-wrapper div:first-child:not(.button) {
  position: relative;
  width: 100%;
}
.create-select-component-wrapper div:first-child:not(.button) .select-wrapper {
  height: auto;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
}
.button:hover {
  transition: 600ms;
  border-radius: 30px;
  transform: scale3d(1.3, 1.3, 1.3);
  background-color: #b5c4e5;
}

.create-select-component {
  border-radius:  1.0588235294vw;
  right:  -1.0588235294vw;
  background: var(--wi-background-secondary);
  width: 100%;
  box-shadow: 0 8px 30px 0 var(--wi-background-tertiary);
  display: none;
  margin-top: 10px;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 1194px) {
  .create-select-component {
    border-radius:  1.5075376884vw;
    right:  -1.5075376884vw;
  }
}
@media screen and (max-width: 768px) {
  .create-select-component {
    border-radius:  2.34375vw;
    right:  -2.34375vw;
  }
}
@media screen and (max-width: 420px) {
  .create-select-component {
    border-radius:  4.2857142857vw;
    right:  -4.2857142857vw;
  }
}
.create-select-component .option-items {
  max-height: 280px;
  overflow-y: scroll;
}
.create-select-component .item {
  max-width: 100%;
  display: flex;
  align-items: center;
  padding:  0vw 1.3529411765vw;
  font-size: 1.125rem;
  font-family: var(--wi-font-family), Serif;
  transition: transform 300ms ease;
  cursor: pointer;
}
@media screen and (max-width: 1194px) {
  .create-select-component .item {
    padding:  0vw 1.9262981575vw;
  }
}
@media screen and (max-width: 768px) {
  .create-select-component .item {
    padding:  0vw 2.9947916667vw;
  }
}
@media screen and (max-width: 420px) {
  .create-select-component .item {
    padding:  0vw 5.4761904762vw;
  }
}
.create-select-component .item:not(:last-child) {
  border-bottom: 1px solid var(--wi-divider);
}
.create-select-component .item input {
  display: inline-block;
  width: 100%;
}
.create-select-component .item .circle {
  display: flex;
  align-items: center;
  width:  1.4117647059vw;
  height:  1.4117647059vw;
  min-width:  1.4117647059vw;
  min-height:  1.4117647059vw;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid var(--wi-text-secondary);
  color: var(--wi-background-secondary);
  transition: background-color 300ms ease, border-color 300ms ease;
}
@media screen and (max-width: 1194px) {
  .create-select-component .item .circle {
    width:  2.0100502513vw;
    height:  2.0100502513vw;
    min-width:  2.0100502513vw;
    min-height:  2.0100502513vw;
  }
}
@media screen and (max-width: 768px) {
  .create-select-component .item .circle {
    width:  3.125vw;
    height:  3.125vw;
    min-width:  3.125vw;
    min-height:  3.125vw;
  }
}
@media screen and (max-width: 420px) {
  .create-select-component .item .circle {
    width:  5.7142857143vw;
    height:  5.7142857143vw;
    min-width:  5.7142857143vw;
    min-height:  5.7142857143vw;
  }
}
.create-select-component .item .circle.selected {
  background-color: var(--wi-action-primary);
  border-color: var(--wi-action-primary);
}
.create-select-component .item input, .create-select-component .item .delete-button-wrapper {
  padding:  1vw 0vw;
}
@media screen and (max-width: 1194px) {
  .create-select-component .item input, .create-select-component .item .delete-button-wrapper {
    padding:  1.4237855946vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .create-select-component .item input, .create-select-component .item .delete-button-wrapper {
    padding:  2.2135416667vw 0vw;
  }
}
@media screen and (max-width: 420px) {
  .create-select-component .item input, .create-select-component .item .delete-button-wrapper {
    padding:  4.0476190476vw 0vw;
  }
}
.create-select-component.visible {
  display: block;
}

.create-select-close {
  -webkit-tap-highlight-color: var(--wi-transparent);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 4;
}
.create-select-close.enabled {
  pointer-events: auto;
}

.remove-list-option-warning {
  color: var(--text-secondary-bad);
  margin-top: 10px;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.form-textarea-component {
  width: 100%;
  font-size: 1rem;
  padding:  1.0588235294vw 1.1764705882vw;
  border-radius: 8px;
  background: var(--wi-background-secondary);
  border: 1px solid var(--wi-text-placeholder);
  position: relative;
  width: 100%;
  height: 100%;
  transition: border-color 300ms ease;
}
@media screen and (max-width: 1194px) {
  .form-textarea-component {
    padding:  1.5075376884vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .form-textarea-component {
    padding:  2.34375vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .form-textarea-component {
    padding:  4.2857142857vw 4.7619047619vw;
  }
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.billing-nav-component {
  display: inline-flex;
  align-items: center;
  height: 45px;
}
@media (max-width: 768px) {
  .billing-nav-component {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
}
.billing-nav-component .nav-item {
  display: flex;
  align-items: center;
  padding:  0.8235294118vw 1.1764705882vw;
  justify-content: center;
  background-color: var(--wi-background-info);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  width: 100%;
  color: var(--wi-action-primary);
}
@media screen and (max-width: 1194px) {
  .billing-nav-component .nav-item {
    padding:  1.1725293132vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .billing-nav-component .nav-item {
    padding:  1.8229166667vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .billing-nav-component .nav-item {
    padding:  3.3333333333vw 4.7619047619vw;
  }
}
@media (max-width: 768px) {
  .billing-nav-component .nav-item {
    width: auto;
    justify-content: center;
    margin-top: 10px !important;
  }
}
.billing-nav-component .nav-item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--wi-background-primary);
  border: 1px solid var(--wi-text-primary);
}
.billing-nav-component .nav-item .circle.selected {
  background-color: var(--wi-action-primary);
}
.billing-nav-component .nav-item .circle.selected .RPMIcons {
  color: var(--wi-background-secondary);
  opacity: 1;
}
.billing-nav-component .nav-item .circle .RPMIcons {
  font-size: 1.125rem;
  opacity: 0;
  transition: opacity 300ms ease;
}
.billing-nav-component .nav-item.indicator:before {
  content: "";
  position: absolute;
  top: 10%;
  right: 8%;
  background-color: var(--wi-action-primary);
  border: 3px solid var(--wi-background-info);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  min-width: 12px;
  max-height: 12px;
}
.billing-nav-component .nav-item.is-circle {
  max-width: 65px;
}
.billing-nav-component .nav-item.disabled {
  background-color: var(--wi-background-info);
  color: var(--wi-text-primary);
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.billing-nav-component .nav-item.search, .billing-nav-component .nav-item.filters {
  max-width: 50px;
}
.billing-nav-component .nav-item.search .contextual-menu-component, .billing-nav-component .nav-item.filters .contextual-menu-component {
  transform: translateX(50%);
  right: 0;
}
.billing-nav-component .nav-item.search .contextual-menu-component .item:hover, .billing-nav-component .nav-item.filters .contextual-menu-component .item:hover {
  transform: none;
}
.billing-nav-component .nav-item.search .contextual-menu-component .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.billing-nav-component .nav-item.search .contextual-menu-component .item input {
  padding: 0;
  border: none;
  margin:  0vw 1.1764705882vw;
}
@media screen and (max-width: 1194px) {
  .billing-nav-component .nav-item.search .contextual-menu-component .item input {
    margin:  0vw 1.675041876vw;
  }
}
@media screen and (max-width: 768px) {
  .billing-nav-component .nav-item.search .contextual-menu-component .item input {
    margin:  0vw 2.6041666667vw;
  }
}
@media screen and (max-width: 420px) {
  .billing-nav-component .nav-item.search .contextual-menu-component .item input {
    margin:  0vw 4.7619047619vw;
  }
}
.billing-nav-component .nav-item.search .contextual-menu-component .item .close {
  background: var(--wi-text-secondary);
  border-radius: 50%;
  color: var(--wi-background-secondary);
  padding: 2px;
}
.billing-nav-component .nav-item.filters .contextual-menu-component .item {
  padding: 0;
}
@media (max-width: 768px) {
  .billing-nav-component .nav-item.export {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
.billing-nav-component .nav-item.export .contextual-menu-component-wrapper {
  position: absolute;
  width: 100%;
}
.billing-nav-component .nav-item.export .contextual-menu-component-wrapper .contextual-menu-component {
  right: 0;
  left: 0;
}
.billing-nav-component .nav-item:nth-child(even) {
  margin:  0vw 0.7058823529vw;
}
@media screen and (max-width: 1194px) {
  .billing-nav-component .nav-item:nth-child(even) {
    margin:  0vw 1.0050251256vw;
  }
}
@media screen and (max-width: 768px) {
  .billing-nav-component .nav-item:nth-child(even) {
    margin:  0vw 1.5625vw;
  }
}
@media screen and (max-width: 420px) {
  .billing-nav-component .nav-item:nth-child(even) {
    margin:  0vw 2.8571428571vw;
  }
}
.billing-nav-component .nav-item:last-child {
  margin-right: 0;
}
.billing-nav-component .nav-item .RPMIcons {
  display: block;
  font-size: 1.125rem;
}
.billing-nav-component .nav-item .header4 {
  margin-left: 10px;
  white-space: nowrap;
}
.billing-nav-component .nav-item .header4.capitalize {
  text-transform: capitalize;
}
.billing-nav-component .contextual-menu-component {
  top: 30px;
}
.billing-nav-component .contextual-menu-component:before {
  display: none;
}
.billing-nav-component .contextual-menu-component .item {
  color: var(--wi-text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* SHORTCUTS */
/* MEDIA-QUERIES */
/* CONVERT FUNCTIONS */
.dropdown-component {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--wi-background-secondary);
  border: solid 1px var(--wi-text-secondary);
  border-radius: 8px;
  padding: 14px 10px;
  position: relative;
  margin-bottom:  0.9411764706vw;
}
@media screen and (max-width: 1194px) {
  .dropdown-component {
    margin-bottom:  1.3400335008vw;
  }
}
@media screen and (max-width: 768px) {
  .dropdown-component {
    margin-bottom:  2.0833333333vw;
  }
}
@media screen and (max-width: 420px) {
  .dropdown-component {
    margin-bottom:  3.8095238095vw;
  }
}
.dropdown-component .dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.dropdown-component .dropdown-overlay.active {
  pointer-events: auto;
}
.dropdown-component .current-scope {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-transform: capitalize;
  color: var(--wi-text-secondary);
}
.dropdown-component .current-scope .RPMIcons {
  font-size: 1.25rem;
}
.dropdown-component .back-arrow .RPMIcons, .dropdown-component .next-arrow .RPMIcons {
  font-size: 1.875rem;
}
.dropdown-component .back-arrow.disabled, .dropdown-component .next-arrow.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}
.dropdown-component .filters-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.dropdown-component .filters-wrapper.enter-active {
  opacity: 1;
}
@media (max-width: 968px) {
  .dropdown-component .filters-wrapper.centered:before {
    left: 20px;
    right: 0;
  }
}
.dropdown-component .filters-wrapper .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-component .filters-wrapper .filter span {
  margin-left: 0;
  color: var(--wi-text-secondary);
}
.dropdown-component .filters-wrapper .filter span.RPMIcons {
  font-size: 1.125rem;
  color: var(--wi-text-primary);
}
