.base_dot {
  width: 8px;
  height: 8px;
  /*border: 1px solid #ffffff;*/
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
body.darkMode .base_dot {
  background-color: rgba(255, 255, 255, 0.5);
}
.base_dot {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.base_dot.selected {
  background-color: rgb(255, 255, 255);
}
body.darkMode .base_dot.selected {
  background-color: rgb(255, 255, 255);
}

.slide_rotator .slide_track_container {
  overflow: hidden;
}
.slide_rotator .slide_dots {
  bottom: 20px;
}
.slide_rotator .slide_arrows {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%);
  height: 40px;
  overflow: visible;
  pointer-events: none;
}
.slide_rotator .slide_arrows .rotator_arrow {
  position: absolute;
  cursor: pointer;
  pointer-events: all;
  top: 0px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
}
.slide_rotator .slide_arrows .rotator_arrow.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.slide_rotator .slide_arrows .rotator_arrow.left {
  left: -20px;
}
body.phone .slide_rotator .slide_arrows .rotator_arrow.left {
  left: -10px;
}
.slide_rotator .slide_arrows .rotator_arrow.right {
  right: -20px;
}
body.phone .slide_rotator .slide_arrows .rotator_arrow.right {
  right: -10px;
}
.slide_track {
  top: 0px;
  left: 0px;
}
#action_sheet_panel {
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
}
#action_sheet_panel #centered_container {
  width: 90%;
  max-width: 420px;
  top: auto;
  bottom: 90px;
}
#action_sheet_panel #centered_container #rounded {
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 8px;
}
#action_sheet_panel #centered_container #rounded #title_container {
  padding: 10px;
  color: #333333;
}
#action_sheet_panel #centered_container #rounded #description_container {
  color: #555555;
  font-size: smaller;
  padding: 0px 10px 15px 10px;
}
#action_sheet_panel #centered_container #rounded #buttons_container .button {
  border-top: 1px solid #aaaaaa;
  color: #0000ff;
  padding: 10px;
}
#action_sheet_panel #centered_container #rounded #buttons_container .button:hover {
  cursor: pointer;
  color: #4444ff;
}
#action_sheet_panel #centered_container #cancel_container {
  cursor: pointer;
  border-radius: 8px;
  background: #ffffff;
  font-weight: bold;
  color: blue;
  padding: 10px;
}
.content_div {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.content_div #content_body {
  padding: 15px;
  cursor: pointer;
}
.content_div #top_container #author_container {
  color: #0c2026;
  padding: 12px 15px;
  margin-top: 0px;
}
.content_div #top_container #author_container #main_profile_container {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 8px;
}
.content_div #top_container #author_container #buttons_container {
  position: relative;
  z-index: 100;
}
.content_div #top_container #author_container #username {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #181818;
}
.content_div #image_container #content_image {
  padding: 0px 15px;
}
.content_div #image_container #content_image img {
  width: 100%;
  display: block;
}
.content_div #bottom_container {
  margin-top: 10px;
  font-size: 14px;
}
.content_div #bottom_container .dateSpan {
  display: inline-block;
  color: #aaaaaa;
  margin-right: 10px;
}
.content_div #bottom_container .moreText {
  display: inline-block;
  color: #2abc59;
}
.base_loading_more {
  width: 100%;
  height: 32px;
  text-align: center;
  margin-top: 12px;
}
.base_loading_more img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  height: 32px;
}
#load_more.loading_more {
  width: 100%;
  height: 32px;
  text-align: center;
  margin-top: 12px;
}
#load_more.loading_more img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  height: 32px;
}
.pull_to_refresh_wrapper {
  position: relative;
}
.pull_to_refresh_wrapper .pull_to_refresh {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 32px;
  pointer-events: none;
}
.pull_to_refresh_wrapper .pull_to_refresh img {
  width: 32px;
  height: 32px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.switch_option_container {
  margin-bottom: 24px;
  line-height: 1;
}
.switch_option_container .switch_row_left {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.switch_option_container .switch_row_right {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.uiswitchoff {
  margin: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .uiswitch {
    background-color: transparent !important;
  }
  .uiswitch:checked {
    background-color: transparent !important;
    background-image: none !important;
  }
}
@supports (-ms-ime-align: auto) {
  .uiswitch {
    background-color: transparent !important;
  }
  .uiswitch:checked {
    background-color: transparent !important;
    background-image: none !important;
  }
}
/*! uiswitch v1.1.0 | MIT License | github.com/fnky/css3-uiswitch */
.uiswitch {
  height: 31px;
  width: 51px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  outline: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #e5e5e5;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}

.uiswitch::before {
  height: 27px;
  width: 47px;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #ffffff;
  border-radius: 16px;
  z-index: 1;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body.darkMode .uiswitch::before {
  background-color: black;
}

.uiswitch::after {
  height: 27px;
  width: 27px;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  border-radius: 27px;
  background: #ffffff;
  z-index: 2;
  top: 2px;
  left: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 11px 0px rgba(0, 0, 0, 0.08), -1px 3px 3px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: width 280ms, -webkit-transform 300ms;
  transition: width 280ms, -webkit-transform 300ms;
  transition: transform 300ms, width 280ms;
  transition: transform 300ms, width 280ms, -webkit-transform 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
}

.uiswitch:checked {
  background-color: #37cbcc;
}

.uiswitch:checked::after {
  -webkit-transform: translate3d(16px, 0, 0);
  transform: translate3d(16px, 0, 0);
  right: 18px;
  left: inherit;
}

.uiswitch:active::after {
  width: 35px;
}

.uiswitch:checked::before, .uiswitch:active::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.uiswitch:disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-transition: none;
  transition: none;
}

.uiswitch:disabled:active::before, .uiswitch:disabled:active::after, .uiswitch:disabled:checked:active::before, .uiswitch:disabled:checked::before {
  width: 27px;
  -webkit-transition: none;
  transition: none;
}

.uiswitch:disabled:active::before {
  height: 27px;
  width: 47px;
  -webkit-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}

.uiswitch:disabled:checked:active::before {
  height: 27px;
  width: 27px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.uiswitch {
  background-color: #e5e5e5;
}

.uiswitch::before {
  background-color: #ffffff;
}

.uiswitch::after {
  background: #ffffff;
}
#base_list_panel .pull_to_refresh_wrapper .pull_to_refresh {
  top: 35px;
}
#base_list_panel #fixed_header_container {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
}
#base_list_panel #internal_wrapper {
  height: 100%;
  position: relative;
}
#base_list_panel #preloading_ring {
  z-index: 200;
}
#base_list_panel #content_list {
  position: relative;
  min-height: 80px;
}
body.darkMode #base_list_panel .noresults_text {
  color: white;
}
#preload_panel {
  background-color: rgba(0, 0, 0, 0.75);
}
#preload_panel #centered_container {
  width: 200px;
}
#preload_panel #centered_container #preloading_ring {
  width: 48px;
  height: 48px;
  margin-top: 12px;
}
#base_bottom_nav {
  background-color: white;
  width: 100%;
  min-height: 64px;
  text-align: left;
  padding-top: 1px;
  pointer-events: all;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18), 0 0 2px 0 rgba(0, 0, 0, 0.04), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}
#base_bottom_nav #navigation_container {
  padding-bottom: 5px;
  padding-top: 5px;
}
#base_bottom_nav .nav_link {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  width: 60px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 370px) {
  #base_bottom_nav .nav_link {
    width: 50px;
  }
}
#base_side_nav {
  width: 280px;
  height: 100%;
  text-align: left;
  pointer-events: all;
  background-color: black;
  outline: none;
}
#base_side_nav #drawer {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
  position: relative;
  height: 100%;
}
#base_side_nav #user_container {
  margin-bottom: 24px;
  position: relative;
  z-index: 5;
  height: 40px;
}
#base_side_nav #user_container #user_icon_container {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #424242;
}
#base_side_nav #user_container #user_text_container {
  position: absolute;
  left: 46px;
  top: 0px;
  width: calc(100% - 46px);
  vertical-align: middle;
}
#base_side_nav #user_container #user_text_container #user_name {
  margin-top: -4px;
  font-size: 17px;
  display: block;
  letter-spacing: -0.4px;
}
#base_side_nav #user_container #user_text_container #user_edit_profile {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.49);
  display: block;
  letter-spacing: -0.4px;
}
#base_side_nav #footer_container {
  position: absolute;
  bottom: 40px;
  left: 30px;
  pointer-events: all;
  cursor: pointer;
}
#base_side_nav #footer_container #user_image_container {
  width: 34px;
  height: 34px;
  border: 2px solid white;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
#base_side_nav #footer_container #user_name_container {
  display: inline-block;
  margin-left: 24px;
  vertical-align: middle;
}
#base_side_nav .nav_link:first-child {
  margin-top: 0px;
}
#base_side_nav .nav_link #navigation_icon {
  display: inline-block;
  margin-left: 0px;
  margin-right: 5px;
}
#base_side_nav .nav_link #navigation_text {
  display: inline-block;
  vertical-align: middle;
}
#base_side_nav #selected_item {
  width: 20px;
  height: 20px;
  right: 0px;
  top: 0px;
}
#base_side_nav #selected_item img {
  width: 20px;
  height: 20px;
}
#base_side_nav #bottom_container {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
}
#base_side_nav #bottom_container #contents {
  font-size: 12px;
  color: #000000;
}
#base_side_nav #bottom_container #contents #powered_by_container {
  cursor: pointer;
}
#base_side_nav #bottom_container #contents #powered_by_container:hover {
  font-size: 14px;
  transition: all 0.12s ease-in-out;
}
#base_side_nav #bottom_container #contents #powered_by {
  margin-top: 10px;
}
#base_side_nav #bottom_container #contents #version {
  color: #777777;
}
#base_side_nav #bottom_container #contents #logo img {
  width: 92px;
  margin-bottom: 5px;
}
#base_tab_nav {
  height: 40px;
  text-align: left;
  position: relative;
  overflow-y: hidden;
  width: 100%;
}
#base_tab_nav #options {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-autohiding-scrollbar: none;
  -ms-overflow-style: none;
}
#base_tab_nav #options::-webkit-scrollbar {
  display: none;
}
#base_tab_nav #options #buttons {
  height: 100%;
  width: 100%;
}
#base_tab_nav #options #buttons .line {
  display: none;
}
#base_tab_nav #options #buttons .text_tab_button {
  user-select: none;
  height: 30px;
  margin-right: 6px;
  margin-left: 6px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
#base_tab_nav #options #buttons .text_tab_button:last-child {
  margin-right: none;
}
#base_tab_nav #options #buttons .text_tab_button .tab_text_tiny {
  font-family: "ProximaNova";
  color: white;
  pointer-events: none;
  font-size: 14px;
  position: relative;
  top: 3px;
}
#base_tab_nav #options #buttons .text_tab_button.selected .tab_text_tiny {
  font-family: "bold_font";
}
#base_tab_nav #options #buttons .text_tab_button.selected:after {
  content: "";
  background: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
}
#base_tab_nav .left_fade {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 100%;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%, #ffffff);
}
#base_tab_nav .right_fade {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 15px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%, #ffffff);
}

/* responsive */
.phone #base_tab_nav {
  text-align: left;
}
.phone #base_tab_nav #options #buttons {
  padding-left: 0px;
}
.phone #base_tab_nav #options #buttons .tab_button {
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
.phone #base_tab_nav #options #buttons .tab_button .tab_text {
  font-size: 15px;
}
#base_top_nav {
  pointer-events: all;
  width: 100%;
  height: 100%;
  transition: background-color 0.15s;
  height: 52px;
}
#base_top_nav #underlayment {
  transition: all 0.1s;
  position: absolute;
  width: 100%;
  height: calc(100% + 70px);
  top: -145px;
  left: 0px;
  background-color: rgb(255, 255, 255);
}
#base_top_nav #menu_container {
  position: absolute;
  left: 32px;
  top: 17px;
}
#base_top_nav #back_container {
  position: absolute;
  left: 46px;
  top: 9px;
  transition: opacity 0.2s ease-in-out;
}
#base_top_nav #back_container.disabled {
  opacity: 0.35;
  pointer-events: none;
}
#base_top_nav #back_container img {
  width: 32px;
  vertical-align: middle;
}
#base_top_nav #notifications_container {
  position: absolute;
  right: 18px;
  top: 13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#base_top_nav #top_nav_img {
  width: 136px;
}
#base_top_nav #text_container {
  position: absolute;
  top: 13px;
  text-align: center;
  left: 0;
  width: 100%;
}
#base_top_nav #text_container #top_nav_text {
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  padding-left: 90px;
  padding-right: 80px;
  text-align: center;
}
#base_top_nav .options_button,
#base_top_nav .settings_button,
#base_top_nav .notifications_options_button {
  display: none;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 999;
}
#base_top_nav .settings_button {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 999;
}
#base_top_nav .post_content_button {
  display: none;
  position: absolute;
  top: 15px;
  right: 10px;
}
#base_top_nav.scrolled #underlayment {
  top: -70px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.escape_desktop_width {
  margin: 0px calc((100vw - 100%) / -2);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
}

.escape_desktop_width_no_padding {
  margin: 0px calc((100vw - 100%) / -2);
}

.escape_desktop_width_absloute {
  position: absolute;
  top: 0px;
  left: calc((100vw - 100%) / -2);
  right: calc((100vw - 100%) / -2);
  width: 100vw;
  height: 100%;
}

.ui_vertical_align_middle {
  display: inline-block;
  vertical-align: middle;
}

.ui_vertical_align_top {
  display: inline-block;
  vertical-align: top;
}

.no_webkit_overflow_touch {
  -webkit-overflow-scrolling: auto !important;
}

.ui_full_width {
  width: 100%;
}

.ui_full_height {
  height: 100%;
}

.ui_full {
  width: 100%;
  height: 100%;
}

.ui_half_width {
  width: 50%;
}

.ui_half_height {
  height: 50%;
}

.ui_49_width {
  width: 49%;
}

.ui_74_width {
  width: 74%;
}

.ui_70_width {
  width: 70%;
}

.ui_24_width {
  width: 24%;
}

.ui_32_width {
  width: 32%;
}

.ui_80_height {
  height: 80%;
}

.ui_pointer_on {
  pointer-events: all;
}

.ui_pointer_off {
  pointer-events: none;
}

.ui_message {
  position: absolute;
}

.ui_screen {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.ui_center {
  left: 50%;
  top: 50%;
  position: absolute;
}

.ui_center_horizontal {
  left: 50%;
  position: absolute;
}

.ui_center_vertical {
  top: 50%;
  position: absolute;
}

.ui_absolute {
  position: absolute;
}

.ui_relative {
  position: relative;
}

.ui_borderboxsizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ui_cursor {
  cursor: pointer;
}

.ui_float_left {
  float: left;
}

.ui_float_right {
  float: right;
}

.ui_float_none {
  float: none;
}

.ui_verticalalignmiddle {
  vertical-align: middle;
}

.ui_verticalaligntop {
  vertical-align: top;
}

.ui_verticalalignbaseline {
  vertical-align: baseline;
}

.ui_inline_vertical_middle {
  vertical-align: middle;
  display: inline-block;
}

.ui_inline {
  vertical-align: middle;
  display: inline-block;
}

.ui_uppercase {
  text-transform: uppercase;
}

.ui_textalign_center {
  text-align: center;
}

.ui_textalign_left {
  text-align: left;
}

.ui_textalign_right {
  text-align: right;
}

.inline_block {
  display: inline-block;
}

.display_block {
  display: block;
}

.display_inline {
  display: inline;
}

.display_none {
  display: none;
}

.app_max_width {
  max-width: 1024px;
}

.ui_clear {
  clear: both;
}

.ui_clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.center_vertically, .center_y {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.center_horizontally, .center_x {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.center_xy {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.center_withmargins {
  margin-left: auto;
  margin-right: auto;
}

.center_withmargins_popup {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: auto;
}

.cover, .contain, .cover_absolute, .contain_absolute {
  background-position: center;
  background-repeat: no-repeat;
}

.object_cover {
  object-fit: cover;
}

.cover_absolute, .contain_absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.cover, .cover_absolute {
  background-size: cover;
}

.contain, .contain_absolute {
  background-size: contain;
}

.scroll_y {
  -ms-autohiding-scrollbar: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.scroll_x {
  -ms-autohiding-scrollbar: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.shadowed {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
}

.shadowed_light {
  -webkit-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.shadowed_card {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
}

.blurry {
  overflow: hidden;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  -webkit-transition: filter 0.1s;
  transition: filter 0.1s;
}

.blur_behind {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
}

.noscroll {
  overflow: hidden !important;
}

.dark_popup {
  background-color: rgba(0, 0, 0, 0.8);
}

.light_popup {
  background-color: rgba(255, 255, 255, 0.9);
}

.text_popup {
  background-color: rgba(255, 255, 255, 0.95);
}

.full_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
}

.padding {
  padding: 10px;
}

.padding_small {
  padding: 5px;
}

.padding_big {
  padding: 20px;
}

.padding_lr_ {
  padding-left: 10px;
  padding-right: 10px;
}

.padding_lr_big {
  padding-left: 20px;
  padding-right: 20px;
}

.margin {
  margin: 10px;
}

.margin_auto {
  margin: auto;
}

.vertical_padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding_vertical_big {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding_top {
  padding-top: 10px;
}

.font_centered {
  text-align: center;
}

.font_right {
  text-align: right;
}

.margin_left {
  margin-left: 10px;
}

.margin_left_small {
  margin-left: 5px;
}

.margin_left_big {
  margin-left: 20px;
}

.margin_right {
  margin-right: 10px;
}

.margin_right_small {
  margin-right: 5px;
}

.margin_right_big {
  margin-right: 20px;
}

.margin_bottom {
  margin-bottom: 10px;
}

.margin_bottom_big {
  margin-bottom: 20px;
}

.margin_bottom_small {
  margin-bottom: 5px;
}

.margin_top {
  margin-top: 10px;
}

.margin_top_big {
  margin-top: 20px;
}

.margin_top_small {
  margin-top: 5px;
}

.halfcells > div {
  display: inline-block;
  width: 50%;
}

.halfcells > div:nth-child(1) {
  padding-right: 6px;
}

.halfcells > div:nth-child(2) {
  padding-left: 6px;
}

.overflow_auto {
  overflow: auto;
}

.overflow_hidden {
  overflow: hidden;
}

collapsable [slot=header] {
  position: relative;
}

collapsable p[slot=header] {
  margin: 0px;
}

collapsable #arrow {
  position: absolute;
  top: 5px;
  right: 0px;
}

collapsable #arrow img {
  /*content: url("https://s3-us-west-2.amazonaws.com/crowdhubmyhealthtrack/ArrowDown-Wht.svg");*/
  height: 10px;
  margin-top: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

collapsable[light=true] #arrow img {
  /*content: url("https://s3-us-west-2.amazonaws.com/crowdhubmyhealthtrack/ArrowDown-Blk.svg")*/
}

collapsable [slot=body] {
  overflow: hidden;
}

collapsable.collapsed #arrow {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.hover-grow {
  transition: all 0.2s ease-in-out;
}

.hover-grow:hover {
  transform: scale(1.1);
}

.hover-pointer:hover {
  cursor: pointer;
}

.child-hover-grow {
  transition: all 0.2s ease-in-out;
}
:hover > .child-hover-grow {
  transform: scale(1.1);
}

.hover-shadow {
  transition: box-shadow 0.2s;
}

.hover-shadow:hover {
  box-shadow: 2px 2px 11px rgba(33, 33, 33, 0.2);
}

.hover-border-bottom {
  transition: all 0.2s ease-in-out;
}

.hover-border-bottom:hover {
  border-bottom: solid 1px;
}

.font_larger {
  font-size: larger;
}

.font_smaller {
  font-size: smaller;
}

.font_italic {
  font-style: italic;
}

.font_bold {
  font-weight: bold;
}

input:invalid {
  box-shadow: none;
}

.youtube_wrapper {
  margin: 0 auto;
  padding: 0px;
  margin-top: 8px;
}
.youtube_wrapper .youtube_inner {
  position: relative;
  padding: 55% 0 0 0;
}
.youtube_wrapper .youtube_inner .youtube_most_inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}
.youtube_wrapper .youtube_inner .youtube_most_inner iframe {
  width: 100%;
  height: 100%;
}

.vimeo_wrapper {
  margin: 0 auto;
  padding: 0px;
  margin-top: 8px;
}
.vimeo_wrapper .vimeo_inner {
  position: relative;
  padding: 55% 0 0 0;
}
.vimeo_wrapper .vimeo_inner .vimeo_most_inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
}
.vimeo_wrapper .vimeo_inner .vimeo_most_inner iframe {
  width: 100%;
  height: 100%;
}
.cssButton {
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
  position: relative;
}

.cssButton #background_container {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.cssButton #text_container {
  text-align: center;
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
  padding: 15px 14px;
  font-size: 16px;
}

.cssButton .checkmark {
  width: 28px;
  height: 28px;
}

.cssButton.mini {
  height: 32px;
}
.cssButton.mini #text_container {
  padding: 4px 12px;
}

.cssButton.loading .loader {
  display: block;
  z-index: 10;
}
.cssButton.loading #text_container span {
  display: none;
}

.cssButton .mini_icon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 16px;
}

.cssButton.loading .mini_icon {
  display: none;
}

.standard_button_negative {
  margin-top: 24px;
}

.image_button {
  height: 48px;
  border-radius: 3px;
  background-color: #00cccc;
  box-shadow: 0 4px 12px -7px #00cccc;
}

.image_button span {
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.image_button .button_img {
  margin-left: 8px;
}

.standard_button_highlightcolor {
  text-align: center;
  height: 55px;
}

.standard_button_highlightcolor #background_container {
  background-color: #a1c078;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 8px rgba(29, 63, 21, 0.2);
}

.standard_button_highlightcolor #background_container.textLocked {
  background-color: #afafaf !important;
}

.standard_button_highlightcolor #text_container {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 16px;
  z-index: 5;
  pointer-events: none;
  letter-spacing: -0.4px;
}

.standard_button_highlightcolor #text_container span {
  cursor: pointer;
}

.standard_button_highlightcolor #text_container .textLocked {
  color: white;
}

.standard_button_highlightcolor #background_container {
  width: 100%;
}

.standard_button_filled {
  width: 100%;
  height: 55px;
}

.standard_button_filled #background_container {
  background-color: #2a9b8a;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 0px 6px 8px rgba(42, 155, 138, 0.35);
}

.standard_button_filled #background_container.textLocked {
  background-color: #e8e6e1;
  box-shadow: none;
}

.standard_button_filled #text_container {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}

.standard_button_filled #text_container span {
  cursor: pointer;
}

.standard_button_filled #text_container .textLocked {
  color: #a19d98;
}

.standard_button_filled #background_container {
  width: 100%;
}

.standard_button_outline_primary {
  width: 100%;
  height: 55px;
}

.standard_button_outline_primary #background_container {
  background-color: transparent;
  border: 1.5px solid #2a9b8a;
  box-sizing: border-box;
  border-radius: 16px;
  width: 100%;
}

.standard_button_outline_primary #text_container {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: #2a9b8a;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}

.standard_button_outline_primary #text_container span {
  cursor: pointer;
}

.standard_button_faded {
  width: 100%;
  height: 55px;
}

.standard_button_faded #background_container {
  background-color: #9d9790;
  box-sizing: border-box;
  border-radius: 4px;
}

.standard_button_faded #background_container.textLocked {
  background-color: #999999;
}

.standard_button_faded #text_container {
  font-family: "Nunito", sans-serif;
  color: #fff;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}

.standard_button_faded #text_container span {
  cursor: pointer;
}

.standard_button_faded #background_container {
  width: 100%;
}

.standard_button_outline {
  width: 100%;
  height: 55px;
}

.standard_button_outline #background_container {
  border: 2px solid #2a9b8a;
  box-sizing: border-box;
  border-radius: 4px;
}

.standard_button_outline #background_container.textLocked {
  border-color: #afafaf;
}

.standard_button_outline #text_container {
  color: #2a9b8a;
  text-align: center;
  z-index: 5;
  pointer-events: none;
}

.standard_button_outline #text_container .textLocked {
  color: #afafaf;
}

.standard_button_outline #background_container {
  width: 100%;
}

.standard_button_negative {
  width: 100%;
  height: 55px;
}

.standard_button_negative #background_container {
  border: 2px solid #238577;
  background-color: #238577;
  box-sizing: border-box;
  border-radius: 4px;
}

.standard_button_negative #text_container {
  color: white;
  text-align: center;
  z-index: 5;
  pointer-events: none;
  top: -2px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.standard_button_negative #background_container {
  width: 100%;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* make transparent 462715 link selection, adjust last value opacity 0 to 1.0 */
}

body {
  -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
  -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
  background-attachment: fixed;
  font-size: 16px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1px;
  background-color: #e2ddd6 !important;
  color: black;
  font-variant-ligatures: none;
}

.slide_rotator .rotator_arrow.left {
  background-color: transparent;
}
.slide_rotator .rotator_arrow.left.disabled {
  opacity: 0.1;
}
.slide_rotator .rotator_arrow.right {
  background-color: transparent;
}
.slide_rotator .rotator_arrow.right.disabled {
  opacity: 0.1;
}
.slide_rotator .slide_arrows {
  left: 30px;
  width: calc(100% - 60px);
}

.phone .slide_rotator .slide_arrows {
  left: 10px;
  width: calc(100% - 20px);
}

#debug {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.65);
  z-index: 1000;
  pointer-events: none;
  overflow: scroll;
  padding-left: 12px;
  padding-bottom: 24px;
}

:root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}

.reg_body_font {
  font-family: "Nunito", sans-serif;
}

.bold_body_font {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

#action_sheet_panel {
  z-index: 1;
}

.scanning {
  background-color: transparent !important;
  background: transparent !important;
}

.nav_bar_protection {
  position: absolute;
  z-index: 11;
  top: 0px;
  width: 100%;
  background-color: #faf7f2;
}

.special_plus {
  color: white;
  background-color: #2d2d2d;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-radius: 16px;
  font-size: 13px;
  margin-left: 3px;
  margin-right: 3px;
}

.cssButton {
  position: relative;
}

body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-autohiding-scrollbar: none;
  -ms-overflow-style: none;
}

html {
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

html {
  touch-action: pan-x pan-y pan-left pan-right pan-up pan-down manipulation;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.loading_box_animation {
  background: linear-gradient(270deg, #dfdfdf, #c8c8c8);
  background-size: 400% 400%;
  -webkit-animation: LoadingBox 2s ease infinite;
  -moz-animation: LoadingBox 2s ease infinite;
  animation: LoadingBox 2s ease infinite;
}

#nav_bar {
  line-height: 1;
}

@-webkit-keyframes LoadingBox {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-moz-keyframes LoadingBox {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes LoadingBox {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
input:invalid {
  box-shadow: inherit;
}

.input.error {
  border: 2px solid #ae5428;
}

.no_scroll {
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
}

.half {
  width: calc(50% - 12px);
  display: inline-block;
}
.half.left {
  margin-right: 24px;
}
.phone .half.left {
  margin-bottom: 24px;
}
.phone .half {
  width: 100%;
}

.ui_vertical_align_middle {
  display: inline-block;
  vertical-align: middle;
}

.ui_vertical_align_top {
  display: inline-block;
  vertical-align: top;
}

.cssButton .button_done {
  z-index: 2;
  width: 28px;
  height: 28px;
}

.cssButton .checkmark {
  width: 28px;
  height: 28px;
}

.shadowed {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
}

.shadowed_light {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
}

.shadowed_card {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.05);
}

.topnav_padding {
  padding-top: 52px;
}

.popup {
  background-color: white;
}

.centered_max_width_container {
  max-width: 1280px;
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
}

iframe {
  border: none;
}

body .no_scroll > #controllers #screens {
  transition-timing-function: ease-out;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: left 0.5s;
}

body .no_scroll > #messages {
  position: absolute;
  z-index: 310;
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

body .no_scroll > #textmessage {
  position: absolute;
  z-index: 510;
  pointer-events: none;
  width: 100%;
  height: 53px;
  overflow-x: hidden;
  overflow-y: hidden;
  bottom: 0px;
  left: 0px;
}

body .no_scroll > #textmessage body .no_scroll > #navigation {
  position: absolute;
  z-index: 400;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body .no_scroll > #sidenav {
  position: absolute;
  z-index: 210;
  width: 280px;
  height: 100%;
  left: 0px;
  pointer-events: none;
}

body .no_scroll > #controllers #bottomnav {
  position: fixed;
  z-index: 209;
  min-height: 64px;
  width: 100%;
  bottom: 0px;
  pointer-events: none;
}

body .no_scroll > #controllers #topnav {
  position: fixed;
  z-index: 209;
  width: 100%;
  top: 0px;
  pointer-events: none;
}

body .no_scroll > #controllers {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: width 0.3s;
}

body .no_scroll > #controllers.desktop {
  position: absolute;
  width: calc(100% - 280px);
  height: 100%;
}

body .no_scroll > .hide_with_qr {
  height: 100%;
}

.popup_background {
  background-color: #e2ddd6;
}

.popup_background_light {
  background-color: rgba(255, 255, 255, 0.85);
}

.dark_background {
  background-color: #272a2f;
}

.light_background {
  background-color: white;
}

.page_subtitle_container {
  margin-bottom: 20px;
}

.page_padding {
  box-sizing: border-box;
  padding-left: 70px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.page_title_container {
  margin-bottom: 40px;
}

.page_subtitle_container {
  margin-bottom: 20px;
}

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

object {
  shape-rendering: geometricPrecision;
}

svg {
  shape-rendering: geometricPrecision;
}

.purple_gradient_background {
  background: linear-gradient(0deg, #1B85DF 0%, #5B247A 100%);
}

.onboard_header_container {
  height: 60px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.relative_header_container {
  height: 60px;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.transparent_background {
  background-color: transparent !important;
}

.dark_background {
  color: #2d2d2d;
}

.white_fill {
  fill: white;
}

.nav_spacing {
  margin-top: 52px;
}

.info_icon {
  position: absolute;
  right: 0px;
  height: 20px;
  width: 20px;
  opacity: 0.5;
  top: 2px;
}

video {
  object-fit: cover;
}

.divider_line {
  height: 1px;
  background-color: #efefef;
  margin: 0 24px;
}

.divider_line_dark {
  height: 1px;
  background-color: #acacac;
  margin: 0 24px;
}

.app_top_margin {
  margin-top: 52px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottom_spacer {
  margin-bottom: 32px;
}

.switch_text {
  color: #2d2d2d;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  position: relative;
  top: 8px;
}

.switch_sub_text {
  color: #2d2d2d;
  font-size: 16px;
  display: block;
  font-family: "Nunito", sans-serif;
}

.uiswitch:checked {
  background-color: #2d2d2d;
}

.download_container {
  position: relative;
}

.download_icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #00adee;
  text-align: center;
  padding-top: 4px;
}
.download_icon .icon {
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 auto;
  background-size: 100% 100%;
}

.tab_centering_div {
  padding-top: 10px;
}

.tab_navandtitle_container {
  background-color: #f7f7f7;
  height: 60px;
}
.tab_navandtitle_container .tab_title_container {
  position: relative;
  left: 15px;
  margin-bottom: 7px;
}

.dotdotdot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

#preload_panel {
  background-color: rgba(255, 255, 255, 0.86);
}

#progress_panel {
  background-color: rgba(255, 255, 255, 0.75);
  color: #00adee;
  font-size: 18px;
}
#progress_panel #centered_container {
  width: 200px;
}
#progress_panel #centered_container #preloading_ring {
  width: 48px;
  height: 48px;
  margin-top: 12px;
}

::-webkit-scrollbar-track {
  background-color: rbga(255, 255, 255, 0.1);
  border-radius: 3px;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d1d1d1;
}

.phone ::-webkit-scrollbar-track {
  background-color: rbga(255, 255, 255, 0);
  border-radius: 3px;
}

.phone ::-webkit-scrollbar {
  display: none;
}

.phone ::-webkit-scrollbar-thumb {
  display: none;
}

#blur {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vh;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 210;
}

.bottom_controls_container {
  bottom: 28px;
  z-index: 8;
  width: 100%;
  transition: bottom 0.38s ease;
  pointer-events: none;
}
.bottom_controls_container .back_next_buttons > div {
  pointer-events: all;
}

.checkmark {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  animation: fill 0.2s ease-in-out 0.2s forwards, scale 0.15s ease-in-out 0.45s both;
  -webkit-animation: fill 0.2s ease-in-out 0.2s forwards, scale 0.2s ease-in-out 0.45s both;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 4;
  stroke-miterlimit: 10;
  fill: none;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.4s forwards;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.4s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
    -webkit-transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
.title_large {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 32px;
}

.title {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 24px;
}

.title_script {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-size: 26px;
}

.color {
  color: #2a9b8a;
}

.color_dark {
  color: #2d2d2d;
}

.color_accent {
  color: #d4406a;
}

.color_muted {
  color: #6b6b6b;
}

.subtitle {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
}

.text {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
}

.input_label {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.bold {
  font-weight: bold;
}

.phone .title {
  font-size: 20px;
}

.input {
  width: 100%;
  text-align-last: left;
  -webkit-appearance: none;
  padding-left: 20px;
  padding-right: 10px;
  border-radius: 12px;
  box-sizing: border-box;
  min-height: 52px;
  background-color: #ffffff;
  border: 1.5px solid #e2ddd6;
  margin-bottom: 16px;
  font-size: 15px;
  color: #2d2d2d;
  font-family: "Nunito", sans-serif;
  -webkit-transition: border-color 0.5s;
  transition: all 0.5s;
  outline-color: #e2ddd6;
}
.input:focus {
  box-shadow: 0px 4px 20px rgba(50, 66, 46, 0.2);
  outline-color: #2a9b8a;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0bbb5;
  opacity: 1; /* Firefox */
}

.select_container {
  position: relative;
}
.select_container:after {
  content: ">";
  font: 14px "CircularStd", monospace;
  font-weight: bold;
  color: #d3d3d3;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 14px;
  /*Adjust for position however you want*/
  top: 14px;
  padding: 0 0 2px;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.stepped_panel {
  background-color: #e2ddd6;
}
.stepped_panel > .centered_container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #e2ddd6;
  overflow: hidden;
}
.stepped_panel .max_width_container {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.stepped_panel.dark {
  background-color: rgba(0, 0, 0, 0.8);
}
.stepped_panel.dark .centered_container {
  max-width: 768px;
}
.stepped_panel.dark .input_centered_container {
  margin-top: 60px;
}
.stepped_panel.dark .footer .extended_bottom_area {
  display: none;
}
.chart_container .date_pickers_container .start_date_container {
  width: 50%;
  display: inline-block;
  padding-right: 12px;
}
.chart_container .date_pickers_container .end_date_container {
  width: 50%;
  display: inline-block;
  padding-left: 12px;
}
.chart_container .chart {
  height: 400px;
}
.chart_container .total_container .tiny_stat {
  width: calc(50% - 24px);
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  box-sizing: border-box;
  padding: 4px;
}
.chart_container .total_container .tiny_stat .stat_amount {
  font-size: 24px;
}
.chart_container .total_container .tiny_stat .stat_name {
  font-size: 12px;
}
.clip_path_editor {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.clip_path_editor .editor_toolbar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 10px 14px;
  background-color: #ffffff;
  border-bottom: 1px solid #e2ddd6;
}
.clip_path_editor .tool_group {
  display: flex;
  gap: 6px;
}
.clip_path_editor .tool_button {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #2d2d2d;
  background-color: #f1ece6;
  border: 1.5px solid transparent;
  border-radius: 10px;
  padding: 7px 13px;
  user-select: none;
  transition: all 0.15s ease-in-out;
}
.clip_path_editor .tool_button:hover {
  background-color: rgb(91.6380090498%, 88.6515837104%, 85.0678733032%);
}
.clip_path_editor .tool_button.selected {
  background-color: #2a9b8a;
  border-color: #2a9b8a;
  color: #fff;
}
.clip_path_editor .tool_button.selected .tool_key {
  background-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.clip_path_editor .tool_label {
  display: inline-block;
  vertical-align: middle;
}
.clip_path_editor .tool_key {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  min-width: 15px;
  padding: 1px 3px;
  border-radius: 4px;
  background-color: rgba(45, 45, 45, 0.09);
  color: #6b6b6b;
  font-size: 10px;
  font-weight: 800;
  line-height: 14px;
  text-align: center;
}
.clip_path_editor .tool_hint {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  flex: 1 1 220px;
  min-width: 0;
}
.clip_path_editor .editor_stage {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  background-color: #3a3a3a;
  background-image: linear-gradient(45deg, #444 25%, transparent 25%), linear-gradient(-45deg, #444 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #444 75%), linear-gradient(-45deg, transparent 75%, #444 75%);
  background-size: 22px 22px;
  background-position: 0 0, 0 11px, 11px -11px, -11px 0px;
}
.clip_path_editor .editor_stage[data-tool=move] .stage_viewport {
  cursor: grab;
}
.clip_path_editor .editor_stage[data-tool=pen] .stage_viewport {
  cursor: crosshair;
}
.clip_path_editor .editor_stage[data-tool=remove] .stage_viewport {
  cursor: crosshair;
}
.clip_path_editor .editor_stage[data-tool=move] .cut_path_hit {
  cursor: copy;
}
.clip_path_editor .stage_viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.clip_path_editor .artwork_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
}
.clip_path_editor .artwork_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clip_path_editor .artwork_image img.artwork {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}
.clip_path_editor .path_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.clip_path_editor .cut_path {
  fill: rgba(42, 155, 138, 0.14);
  stroke: #2a9b8a;
  pointer-events: none;
  vector-effect: none;
}
.clip_path_editor .cut_path_hit {
  fill: none;
  stroke: transparent;
  pointer-events: stroke;
}
.clip_path_editor .handle {
  fill: #ffffff;
  stroke: #2a9b8a;
  cursor: pointer;
}
.clip_path_editor .handle:hover {
  fill: #2a9b8a;
}
.clip_path_editor .handle.first {
  fill: #d4406a;
  stroke: #d4406a;
}
.clip_path_editor .stage_loader {
  width: 90px;
  height: 90px;
  pointer-events: none;
}
.clip_path_editor .stage_loader svg {
  width: 100%;
  height: 100%;
}
.pageeditor_controls {
  height: 67px;
  min-height: 70px;
  border-radius: 35px;
  background-color: #2a9b8a !important;
  z-index: 10;
  box-shadow: 1px 1px 20px 0px rgba(110, 81, 67, 0.32);
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #bb8164;
}
.navbar_container {
  z-index: 10;
  top: 0;
  background-color: #ffffff;
}
.navbar_container .icon {
  width: 28px;
  height: 28px;
}
.navbar_container.shadow {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.navbar_container .title {
  font-weight: 800;
  color: #2d2d2d;
}

.nav_bar {
  height: 56px;
  z-index: 100;
}
.nav_bar #left {
  z-index: 10;
}
.nav_bar #right {
  z-index: 10;
}
.nav_bar #center {
  z-index: 5;
}
.couponcode_input {
  width: 100%;
}
.couponcode_input .input {
  margin-bottom: 0px;
}
.couponcode_input #coupon_code_container {
  width: 100%;
}
.couponcode_input #coupon_code_input_container {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  margin-right: 16px;
}
.couponcode_input #coupon_code_button_container {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
}
.coupon_code_row {
  width: calc(100% - 48px);
  background-color: #faf7f2;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 12px;
  color: #2d2d2d;
  border-bottom: 2px solid #faf7f2;
  background-color: #faf7f2;
  box-shadow: 1px 1px 16px 0px rgba(110, 81, 67, 0.08);
  border-radius: 6px;
  text-align: left;
}
.coupon_code_row div {
  user-select: text;
}
.coupon_code_row .coupon_code {
  width: 250px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-left: 12px;
}
.coupon_code_row .coupon_name {
  width: 250px;
}
.coupon_code_row .coupon_start {
  width: 150px;
}
.coupon_code_row .coupon_end {
  width: 150px;
}
.coupon_code_row .coupon_active {
  width: calc(100% - 1025px);
  margin-right: 10px;
}
.coupon_code_row .coupon_options {
  width: 200px;
}
.coupon_code_row .coupon_options .coupon_edit {
  width: calc(50% - 6px);
  margin-right: 12px;
}
.coupon_code_row .coupon_options .coupon_delete {
  width: calc(50% - 6px);
}
.coupon_code_row .active span {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #90a55c;
  font-size: 12px;
  padding: 4px;
  border-radius: 4px;
  text-align: center;
  background-color: #90a55c;
  color: #faf7f2;
}
.coupon_code_row .inactive span {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #2a9b8a;
  font-size: 12px;
  padding: 4px;
  border-radius: 4px;
  text-align: center;
  background-color: #2a9b8a;
  color: #faf7f2;
}
.creditcard_form {
  position: relative;
}
.creditcard_form .express_section {
  margin-bottom: 20px;
}
.creditcard_form .express_section .express_label {
  font-size: 11px;
  margin-bottom: 10px;
}
.creditcard_form .express_section .express_container {
  min-height: 52px;
}
.creditcard_form .divider_row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.creditcard_form .divider_row .divider_line {
  flex: 1;
  height: 1px;
  background-color: #e2ddd6;
}
.creditcard_form .divider_row .divider_label {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #6b6b6b;
  white-space: nowrap;
}
.creditcard_form .form_fields .field .input_wrapper {
  background-color: white;
  border: 1.5px solid #e2ddd6;
  border-radius: 12px;
  height: 52px;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.creditcard_form .form_fields .field .input_wrapper > div {
  width: 100%;
}
.creditcard_form .form_fields .split_fields {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.creditcard_form .form_fields .split_fields .field {
  flex: 1;
}
.creditcard_form .card_errors {
  color: #d4406a;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  margin-top: 8px;
}
.head_on_stick {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  box-sizing: border-box;
  position: relative;
}
.head_on_stick .hos_head {
  height: 56%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.head_on_stick .hos_head img {
  height: 100%;
  width: auto;
  max-width: 90vw;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.head_on_stick .hos_stick {
  height: 62%;
  flex-shrink: 0;
  margin-top: -55px;
  position: relative;
  z-index: 1;
}
.head_on_stick .hos_stick img {
  height: 100%;
  width: auto;
  user-select: none;
  -webkit-user-drag: none;
}
.order_row {
  border-bottom: 2px solid #faf7f2;
  background-color: #faf7f2;
  padding-top: 16px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
  box-shadow: 1px 1px 16px 0px rgba(110, 81, 67, 0.08);
  transition: all 0.25s ease-in-out;
  margin-bottom: 12px;
}
.order_row .row_text {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.order_row .space {
  width: calc(100% - 770px);
  display: inline-block;
  vertical-align: middle;
}
.order_row .settings_icon_container {
  width: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.order_row .edit_button_container {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
.order_row .outlined {
  text-transform: uppercase;
  border: 1px solid #2a9b8a;
  font-size: 12px;
  padding: 4px;
  border-radius: 4px;
  text-align: center;
  background-color: #2a9b8a;
  color: #faf7f2;
}
.order_row .id {
  width: 80px;
}
.order_row .id .order_number {
  font-size: 24px;
}
.order_row .id .quantity {
  font-size: 14px;
}
.order_row .id .reprint_pill {
  display: inline-block;
  margin-top: 4px;
  padding: 1px 7px;
  border-radius: 999px;
  background-color: #2a9b8a;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.order_row .name_email_cointainer {
  width: 200px;
  pointer-events: all;
  user-select: text;
}
.order_row .name_email_cointainer .name {
  width: 100%;
}
.order_row .name_email_cointainer .email {
  width: 100%;
}
.order_row .date {
  width: 170px;
}
.order_row .items {
  width: 80px;
}
.order_row .status {
  width: 120px;
}
.order_row.processing .status {
  border-color: #e2ddd6;
  background-color: #5ca589;
}
.order_row.shipped .status {
  border-color: #90a55c;
  background-color: #90a55c;
}
.page_control_button {
  width: 64px;
  height: 36px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}
.page_control_button.locked {
  cursor: inherit;
}
.page_control_button .page_control_icon {
  width: 26px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page_control_button .page_control_icon img {
  width: 100%;
}
.page_control_button .page_name {
  display: block;
  text-align: center;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-top: 3px;
}
.page_control_button .loading_icon {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -7px;
}
.page_control_button .loading_icon img {
  width: 100%;
}
.page_control_button .button_done {
  width: 22px;
  height: 22px;
  top: -9px;
}
.tiny_stat .stat_amount {
  font-size: 48px;
}
.tiny_stat .stat_name {
  font-size: 14px;
}
.tiny_stat .dot {
  height: 18px;
  width: 18px;
  display: inline-block;
  background-color: #f9dbbd;
  border-radius: 9px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
@media (max-width: 900px) {
  .tiny_stat .stat_amount {
    font-size: 32px;
  }
  .tiny_stat .stat_name {
    font-size: 10px;
  }
}
.image_upload_zone {
  background-color: #fafdfd;
  border: 2px dashed #2a9b8a;
  border-radius: 20px;
  height: 260px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  user-select: none;
}
.image_upload_zone.drag_over {
  background-color: #eaf7f5;
}
.image_upload_zone .zone_icon_circle {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #eaf7f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_upload_zone .zone_icon_circle .zone_icon {
  width: 36px;
  height: 36px;
}
.image_upload_zone .zone_icon_circle .zone_icon img {
  width: 100%;
  height: 100%;
}
.image_upload_zone .zone_title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.image_upload_zone .zone_hint {
  font-size: 12px;
  text-align: center;
  margin-top: -12px;
}
.admin_change_address_panel .background_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.45);
}
.admin_change_address_panel .centered_container {
  width: calc(100% - 48px);
  max-width: 460px;
  max-height: 86%;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 18px;
  background-color: #faf7f2;
}
.admin_change_address_panel .order_information {
  margin-top: 4px;
  margin-bottom: 18px;
}
.admin_change_address_panel .split_fields {
  display: flex;
  gap: 16px;
}
.admin_change_address_panel .split_fields .split_field {
  flex: 1 1 0;
  min-width: 0;
}
.admin_change_address_panel .save_button_container {
  margin-top: 20px;
}
.admin_change_address_panel .cancel_button_container {
  margin-top: 12px;
}
.admin_list_panel {
  z-index: 1;
  background-color: #e2ddd6;
}
.admin_list_panel .hide_container {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 4px;
  margin-right: 12px;
}
.admin_list_panel .orders_title {
  display: inline-block;
  vertical-align: middle;
}
.admin_list_panel #preloading_ring {
  width: 100%;
  height: 100%;
}
.admin_list_panel .search_bars {
  margin-top: 12px;
  width: 100%;
}
.admin_list_panel .search_bars .search_bar_container {
  width: calc(33% - 24px);
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}
.admin_list_panel #before_list_container {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #faf7f2;
  background-color: #faf7f2;
  padding-top: 16px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 1px 1px 16px 0px rgba(110, 81, 67, 0.08);
  transition: all 0.25s ease-in-out;
}
.admin_list_panel .search_users {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 0px;
  display: block;
}
.admin_list_panel #content_list {
  padding-bottom: 150px;
}
.admin_list_panel #list {
  /* padding-top: 12px; */
  padding-top: 0px;
  padding-left: 24px;
  padding-right: 24px;
}
.admin_list_panel #before_list_container {
  padding-left: 24px;
  padding-right: 24px;
}
.admin_list_panel #before_list_container .input {
  margin-bottom: 0px;
  padding-left: 24px;
}
.admin_list_panel .labels {
  margin-left: 24px;
  margin-bottom: 12px;
  padding-left: 12px;
}
.admin_list_panel .labels .row_text {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
}
.admin_list_panel .labels .id {
  width: 80px;
}
.admin_list_panel .labels .name_email_cointainer {
  width: 200px;
}
.admin_list_panel .labels .name_email_cointainer .name {
  width: 100%;
}
.admin_list_panel .labels .name_email_cointainer .email {
  width: 100%;
}
.admin_list_panel .labels .date {
  width: 100px;
}
.admin_list_panel .labels .items {
  width: 80px;
}
.admin_list_panel .labels .box {
  width: 80px;
}
.admin_list_panel .labels .status {
  width: 120px;
}
#admin_panel {
  padding-bottom: 200px;
}
#admin_panel .tiny_stats_container .tiny_stat {
  width: calc(33% - 24px);
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  box-sizing: border-box;
  padding: 4px;
}
#admin_panel .cssButton {
  margin-bottom: 12px;
}
#admin_panel .centered_container {
  width: calc(100% - 24px);
  max-width: 640px;
}
#admin_panel .centered_container .top {
  margin-top: 48px;
}
#admin_panel .centered_container .top .top_text {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 58px);
}
#admin_panel .centered_container .top .top_text .order_number {
  font-size: 18px;
}
#admin_panel .centered_container .top .logo_container {
  vertical-align: top;
  display: inline-block;
  width: 58px;
}
#admin_panel .centered_container .top .logo_container img {
  width: 100%;
}
#admin_panel .centered_container .top {
  margin-bottom: 48px;
}
#admin_panel .centered_container .title {
  margin-bottom: 0px;
}
#admin_panel .centered_container .details {
  border: 2px solid #faf7f2;
  background-color: #faf7f2;
  padding-top: 16px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
  margin-top: 32px;
  box-shadow: 1px 1px 16px 0px rgba(110, 81, 67, 0.08);
  transition: all 0.25s ease-in-out;
}
#admin_panel .centered_container .details.green {
  border: 2px solid #9ba680;
  box-shadow: 1px 1px 16px 0px rgba(110, 81, 67, 0.12);
  color: #9ba680;
}
#admin_panel .centered_container .details.red {
  border: 2px solid #d4406a;
  box-shadow: 1px 1px 16px 0px rgba(110, 81, 67, 0.12);
  color: #d4406a;
}
#admin_panel .centered_container .sub_title {
  font-size: 18px;
  margin-bottom: 12px;
}
.admin_reprint_order_panel {
  z-index: 3;
}
.admin_reprint_order_panel .background_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.45);
}
.admin_reprint_order_panel .centered_container {
  display: flex;
  flex-direction: column;
  width: calc(100% - 48px);
  max-width: 560px;
  max-height: 86%;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 18px;
  background-color: #faf7f2;
}
.admin_reprint_order_panel .order_information {
  margin-top: 4px;
  margin-bottom: 18px;
}
.admin_reprint_order_panel .reprint_scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.admin_reprint_order_panel .reprint_head_row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  margin-bottom: 10px;
  border: 1px solid rgba(45, 45, 45, 0.12);
  border-radius: 14px;
}
.admin_reprint_order_panel .reprint_head_row.chosen {
  border-color: #2a9b8a;
  background-color: rgba(42, 155, 138, 0.06);
}
.admin_reprint_order_panel .reprint_head_image {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-color: rgba(45, 45, 45, 0.06);
}
.admin_reprint_order_panel .reprint_head_image .reprint_head_photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.admin_reprint_order_panel .reprint_head_info {
  flex: 1 1 auto;
  min-width: 0;
}
.admin_reprint_order_panel .reprint_head_meta {
  margin-top: 2px;
}
.admin_reprint_order_panel .reprint_mode_row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.admin_reprint_order_panel .reprint_mode {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(45, 45, 45, 0.2);
  font-size: 12px;
}
.admin_reprint_order_panel .reprint_mode.selected {
  border-color: #2a9b8a;
  background-color: #2a9b8a;
  color: #ffffff;
}
.admin_reprint_order_panel .reprint_mode_note {
  margin-top: 6px;
  font-size: 12px;
}
.admin_reprint_order_panel .head_stepper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.admin_reprint_order_panel .head_stepper .stepper_button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #2a9b8a;
  color: #2a9b8a;
  cursor: pointer;
  user-select: none;
}
.admin_reprint_order_panel .head_stepper .stepper_button.locked {
  border-color: rgba(45, 45, 45, 0.2);
  color: rgba(45, 45, 45, 0.3);
  cursor: default;
}
.admin_reprint_order_panel .head_stepper .stepper_count {
  min-width: 20px;
  text-align: center;
}
.admin_reprint_order_panel .reprint_reason {
  height: 64px;
  resize: vertical;
}
.admin_reprint_order_panel .split_fields {
  display: flex;
  gap: 16px;
}
.admin_reprint_order_panel .split_fields .split_field {
  flex: 1 1 0;
  min-width: 0;
}
.admin_reprint_order_panel .reprint_total {
  margin-top: 16px;
}
.admin_reprint_order_panel .save_button_container {
  margin-top: 12px;
}
.admin_reprint_order_panel .cancel_button_container {
  margin-top: 12px;
}
.affiliate_panel {
  height: 100%;
  width: 100%;
  background-color: #faf7f2;
}
.affiliate_panel .single_column {
  max-width: 480px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.affiliate_panel .brand_header {
  padding-top: 12px;
  text-align: center;
}
.affiliate_panel .brand_header .brand_logo {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.affiliate_panel .brand_header .brand_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.affiliate_panel .headline {
  padding-top: 10px;
}
.affiliate_panel .subheadline {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 10px;
}
.affiliate_panel .steps_list .step_row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 7px;
}
.affiliate_panel .steps_list .step_row .step_number {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #2a9b8a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.affiliate_panel .steps_list .step_row .step_text {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 3px;
}
.affiliate_panel .code_pill {
  background-color: #ffffff;
  border: 1.5px dashed #2a9b8a;
  border-radius: 12px;
  text-align: center;
  padding: 10px 16px;
  margin-top: 6px;
}
.affiliate_panel .code_pill .code_label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.affiliate_panel .code_pill .code_value {
  font-size: 22px;
  letter-spacing: 2px;
  padding-top: 2px;
}
.affiliate_panel .start_button_container {
  padding-top: 12px;
}
.app_preload_panel .loading {
  width: 100%;
  height: 100%;
}
.app_preload_panel .loading .svg_container {
  width: 64px;
  height: 64px;
}
.app_preload_panel .loading .svg_container svg {
  width: 64px;
  height: 64px;
}
.build_panel {
  z-index: 1;
  background-color: #e2ddd6;
}
.build_panel .bottom_blocker {
  display: none;
  width: 100%;
  background-color: #805d4b;
  height: 55px;
  bottom: -2px;
  z-index: 7;
  border-top: 1px solid #bb8164;
  box-shadow: 1px 1px 20px 0px rgba(110, 81, 67, 0);
}
.build_panel .sub_panel {
  position: absolute;
}
.build_panel .sub_panel .sub_centered_container {
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 450px;
}
.build_panel .line {
  width: 100%;
  height: 1px;
  background-color: #e2ddd6;
}
.build_panel .title {
  margin-bottom: 8px;
}
.build_panel .sublabel {
  margin-bottom: 8px;
}
.build_panel .instructions {
  margin-bottom: 24px;
}
.build_panel .instruction_margin_top {
  margin-top: 24px;
}
.build_panel.left_controls .back_next_buttons {
  width: 40%;
}
.build_panel .left_container {
  width: 40%;
  display: inline-block;
  height: 100%;
}
.build_panel .left_container .title {
  margin-bottom: 24px;
}
body.phone .build_panel .left_container .title {
  margin-top: 12px;
  margin-bottom: 12px;
}
.build_panel .left_container .left_centered_container {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 24px;
}
body.phone .build_panel .left_container .left_centered_container {
  margin-top: 12px;
}
.build_panel .right_container {
  width: 60%;
  display: inline-block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.build_panel .right_container .logo_container {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  z-index: 5;
}
.build_panel .right_container .logo_container img {
  width: 100%;
}
.build_panel .split_layout {
  display: block;
  width: 100%;
  height: 100%;
}
.build_panel .split_form {
  height: 100%;
}
.build_panel .split_preview {
  display: none;
}
body.desktop .build_panel .split_layout, body.desktop_small .build_panel .split_layout {
  display: flex;
  align-items: stretch;
}
body.desktop .build_panel .split_form, body.desktop_small .build_panel .split_form {
  flex: 1 1 50%;
  min-width: 0;
  max-width: 450px;
  overflow: hidden;
}
body.desktop .build_panel .split_form .single_column, body.desktop_small .build_panel .split_form .single_column {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
}
body.desktop .build_panel .split_preview, body.desktop_small .build_panel .split_preview {
  display: block;
  flex: 1 1 50%;
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #87cff2 0%, #d9f0ff 100%);
  border-left: 1px solid #d4eef9;
}
body.desktop .build_panel .split_preview_stage, body.desktop_small .build_panel .split_preview_stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2%;
}
body.desktop .build_panel .split_brand_logo, body.desktop_small .build_panel .split_brand_logo {
  width: 62%;
  max-width: 380px;
}
body.desktop .build_panel .split_brand_logo img, body.desktop_small .build_panel .split_brand_logo img {
  width: 100%;
  height: auto;
  display: block;
}
body.desktop .build_panel .split_head, body.desktop_small .build_panel .split_head {
  height: 100%;
  flex: 0 1 auto;
  min-width: 0;
  position: relative;
  z-index: 10;
}
body.desktop .build_panel .split_head_crowd, body.desktop_small .build_panel .split_head_crowd {
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.build_panel .gradient_scroller {
  z-index: 1;
  display: none;
  position: absolute;
  top: 27%;
  width: 100%;
  height: 15px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgb(238, 223, 212) 0%, rgba(238, 223, 212, 0) 100%);
}
.build_panel .gradient_scroller_bot {
  z-index: 1;
  display: none;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(to top, rgb(238, 223, 212) 0%, rgba(238, 223, 212, 0) 100%);
}
@media (max-width: 900px) {
  .build_panel .bottom_blocker {
    display: block;
  }
  .build_panel .gradient_scroller {
    display: block;
    z-index: 6;
  }
  .build_panel .gradient_scroller_bot {
    display: block;
    z-index: 6;
  }
  .build_panel .left_container {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 73%;
    display: block;
    box-shadow: 1px -5px 15px 2px rgba(74, 45, 28, 0.25);
  }
  .build_panel .right_container {
    width: 100%;
    height: 27%;
    display: block;
  }
  .build_panel .hide_right_container_on_mobile .left_container {
    height: 100%;
  }
  .build_panel .hide_right_container_on_mobile .right_container {
    display: none;
  }
  .build_panel.left_controls .back_next_buttons {
    width: 100%;
  }
  .build_panel .bottom_controls_container {
    bottom: 18px;
    z-index: 8;
  }
}

.build_step {
  height: 100%;
  width: 100%;
  background-color: #faf7f2;
}
.build_step .single_column {
  max-width: 480px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.build_step .headline {
  padding-top: 24px;
}
.build_step .headline.title {
  font-size: 22px;
}
.build_step .subheadline {
  font-size: 14px;
  padding-top: 6px;
}
.build_step .footer_buttons {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #e2ddd6;
  display: flex;
  gap: 12px;
}
.build_step .footer_buttons .back_button_container,
.build_step .footer_buttons .next_button_container {
  flex: 1;
}
.build_step .step_progress {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 14px;
}
.build_step .step_seg {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: rgba(45, 45, 45, 0.2);
  transition: width 0.25s ease-out, background-color 0.25s ease-out;
}
.build_step .step_seg_active {
  width: 28px;
  background-color: #d4406a;
}
.build_step .helper_note {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  padding-top: 8px;
}
.build_step .helper_note .helper_icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  padding-top: 1px;
}
.build_step .helper_note .helper_icon img {
  width: 100%;
  height: 100%;
}
.buildpanel_address .subheadline {
  padding-bottom: 24px;
}
.buildpanel_address .icon_input {
  position: relative;
}
.buildpanel_address .icon_input .input_icon {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  z-index: 1;
}
.buildpanel_address .icon_input .input_icon img {
  width: 100%;
  height: 100%;
}
.buildpanel_address .icon_input .input {
  padding-left: 42px;
}
.buildpanel_address .split_fields {
  display: flex;
  gap: 12px;
}
.buildpanel_address .split_fields .split_field {
  flex: 1;
}
.buildpanel_address .suggestions_container {
  background-color: #ffffff;
  border: 1.5px solid #e2ddd6;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
}
.buildpanel_address .suggestions_container .suggestions_title {
  margin-bottom: 4px;
}
.buildpanel_address .suggestions_container .address_row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2ddd6;
  cursor: pointer;
  font-size: 14px;
}
.buildpanel_address .suggestions_container .address_row:last-child {
  border-bottom: none;
}
.buildpanel_address .suggestions_container .address_row:hover, .buildpanel_address .suggestions_container .address_row.selected {
  color: #2a9b8a;
}
.buildpanel_head .subheadline {
  padding-bottom: 20px;
}
.buildpanel_head .preview_area {
  display: none;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 0;
  flex: 1;
  background: linear-gradient(180deg, #87cff2 0%, #d9f0ff 100%);
  background-size: cover;
  background-position: center bottom;
  border-top: 1px solid #d4eef9;
  border-bottom: 1px solid #d4eef9;
  position: relative;
  overflow: hidden;
}
.buildpanel_head .preview_area .processing_group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.buildpanel_head .preview_area .processing_group .processing_step {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #238577;
  background-color: rgba(42, 155, 138, 0.12);
  border: 1px solid rgba(42, 155, 138, 0.28);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.buildpanel_head .preview_area .processing_group .processing_loader svg {
  width: 64px;
  height: 64px;
}
.buildpanel_head .preview_area .processing_group .processing_label {
  font-size: 15px;
  font-weight: 700;
  padding-top: 8px;
}
.buildpanel_head .preview_area .processing_group .processing_percent {
  font-size: 28px;
  font-weight: 800;
  padding-top: 4px;
}
.buildpanel_head .preview_area .processing_group .processing_bar {
  display: none;
  width: 200px;
  height: 4px;
  border-radius: 2px;
  background-color: #faf7f2;
  margin: 14px auto 0 auto;
  overflow: hidden;
}
.buildpanel_head .preview_area .processing_group .processing_bar .processing_bar_fill {
  width: 0%;
  height: 100%;
  border-radius: 2px;
  background-color: #2a9b8a;
}
.buildpanel_head .preview_area .result_group {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.buildpanel_head .preview_area .result_group .main_head_container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.buildpanel_head .preview_area .result_group .party_head_container {
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: 1;
  filter: blur(1px) saturate(0.5) contrast(0.7) brightness(1);
}
.buildpanel_head .preview_area .result_group .party_head_left {
  left: -22%;
}
.buildpanel_head .preview_area .result_group .party_head_right {
  right: -22%;
}
.buildpanel_head .split_slot_home {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}
.buildpanel_head .original_photo_box,
.buildpanel_head .cutout_label {
  display: none;
}
.buildpanel_head .head_title_row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 24px;
  margin-bottom: 8px;
}
.buildpanel_head .head_title_row .headline {
  padding-top: 0;
  margin-bottom: 0;
}
.buildpanel_head .head_chip {
  flex: none;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #238577;
  background-color: rgba(42, 155, 138, 0.12);
  border: 1px solid rgba(42, 155, 138, 0.28);
  border-radius: 999px;
  padding: 4px 10px;
  white-space: nowrap;
  position: relative;
  top: 1px;
}
.buildpanel_head .redo_callout {
  display: none;
  margin-top: 12px;
  margin-bottom: 16px;
}
.buildpanel_head .redo_title {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 9px;
}
.buildpanel_head .preview_actions {
  display: flex;
  gap: 10px;
}
.buildpanel_head .preview_action {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  cursor: pointer;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 10px;
  border-radius: 14px;
  color: #2a9b8a;
  background-color: #ffffff;
  border: 1.5px solid #2a9b8a;
  transition: background-color 0.15s ease-in-out;
}
.buildpanel_head .preview_action:hover {
  background-color: rgba(42, 155, 138, 0.08);
}
.buildpanel_head .pa_icon {
  flex: none;
  width: 18px;
  height: 18px;
  display: flex;
}
.buildpanel_head .pa_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.buildpanel_head .pa_label {
  font-family: "Nunito", sans-serif;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
}
.buildpanel_head .human_cut_pill {
  display: none;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: fit-content;
  max-width: calc(100% - 24px);
  background-color: #e8f5e9;
  border: 1px solid #b7e4c7;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #2d2d2d;
  box-shadow: 0 2px 8px rgba(45, 45, 45, 0.12);
}
.buildpanel_head .cutout_failed_note {
  display: none;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 12px;
  margin-top: 12px;
  border-radius: 10px;
  background-color: rgba(42, 155, 138, 0.08);
  border: 1px solid rgba(42, 155, 138, 0.25);
}
.buildpanel_head .tips_section {
  padding-top: 24px;
}
.buildpanel_head .tips_section .tip_row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.buildpanel_head .tips_section .tip_row .tip_icon {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #f1ece6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.buildpanel_head .tips_section .tip_row .tip_icon img {
  width: 16px;
  height: 16px;
}
.buildpanel_head .tips_section .tip_row .tip_text {
  font-size: 13px;
  font-weight: 600;
}
.buildpanel_head .footer_buttons {
  border-top: none;
}
body.desktop .buildpanel_head .preview_area, body.desktop_small .buildpanel_head .preview_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  min-height: 0;
  border-top: none;
  border-bottom: none;
}
body.desktop .buildpanel_head .split_slot_home, body.desktop_small .buildpanel_head .split_slot_home {
  min-height: 0;
}
body.desktop .buildpanel_head .cutout_label, body.desktop_small .buildpanel_head .cutout_label {
  display: block;
  position: absolute;
  top: 70px;
  left: 48px;
  z-index: 4;
  margin-bottom: 0;
}
body.desktop .buildpanel_head.has_original .original_photo_box, body.desktop_small .buildpanel_head.has_original .original_photo_box {
  display: block;
  margin-top: 8px;
}
body.desktop .buildpanel_head .original_photo_box .original_photo, body.desktop_small .buildpanel_head .original_photo_box .original_photo {
  margin-top: 8px;
  padding: 8px;
  width: 100%;
  border-radius: 16px;
  background-color: #f1ece6;
  border: 1px solid #e2ddd6;
  box-sizing: border-box;
  text-align: center;
}
body.desktop .buildpanel_head .original_photo_box .original_photo img, body.desktop_small .buildpanel_head .original_photo_box .original_photo img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
body.desktop .buildpanel_head .result_group, body.desktop_small .buildpanel_head .result_group {
  height: 100%;
  top: auto;
  bottom: 0;
  align-items: flex-end;
}
body.desktop .buildpanel_head .result_group .main_head_container, body.desktop_small .buildpanel_head .result_group .main_head_container {
  height: 100%;
}
body.desktop .buildpanel_head .result_group .party_head_container,
body.desktop .buildpanel_head .result_group .party_head_left,
body.desktop .buildpanel_head .result_group .party_head_right, body.desktop_small .buildpanel_head .result_group .party_head_container,
body.desktop_small .buildpanel_head .result_group .party_head_left,
body.desktop_small .buildpanel_head .result_group .party_head_right {
  position: relative;
  left: auto;
  right: auto;
  height: 76%;
}
body.desktop .buildpanel_head .human_cut_pill, body.desktop_small .buildpanel_head .human_cut_pill {
  top: 16px;
}
.buildpanel_options .subheadline {
  padding-bottom: 16px;
}
.buildpanel_options .head_option_block {
  margin-bottom: 24px;
}
.buildpanel_options .head_option_block .option_icon {
  display: none;
}
.buildpanel_options .head_option_block .option_preview {
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, #87cff2 0%, #d9f0ff 100%);
  background-size: cover;
  background-position: center bottom;
  border: 1px solid #d4eef9;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}
.buildpanel_options .head_option_block .option_preview .option_head {
  position: relative;
  height: 100%;
  z-index: 10;
}
.buildpanel_options .head_option_block .option_preview .option_head_crowd {
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.buildpanel_options .promo_callout {
  background-color: #e8f5e9;
  border: 1px solid #b7e4c7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin-top: 2px;
  margin-bottom: 18px;
}
.buildpanel_options .promo_callout .promo_icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.buildpanel_options .promo_callout .promo_icon img {
  width: 100%;
  height: 100%;
}
.buildpanel_options .promo_callout .promo_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.buildpanel_options .head_stepper {
  background-color: #ffffff;
  border: 1.5px solid #e2ddd6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.buildpanel_options .head_stepper .stepper_button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #2a9b8a;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
}
.buildpanel_options .head_stepper .stepper_button.locked {
  opacity: 0.35;
  cursor: default;
}
.buildpanel_options .head_stepper .stepper_count {
  flex: 1;
}
.buildpanel_options .head_stepper .stepper_count .stepper_count_input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 52px;
  font-weight: 800;
  padding: 0px;
  margin: 0px;
  -moz-appearance: textfield;
}
.buildpanel_options .head_stepper .stepper_count .stepper_count_input::-webkit-outer-spin-button, .buildpanel_options .head_stepper .stepper_count .stepper_count_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.desktop .buildpanel_options .head_option_block, body.desktop_small .buildpanel_options .head_option_block {
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #e2ddd6;
}
body.desktop .buildpanel_options .head_option_block .option_preview, body.desktop_small .buildpanel_options .head_option_block .option_preview {
  display: none;
}
body.desktop .buildpanel_options .head_option_block .option_row, body.desktop_small .buildpanel_options .head_option_block .option_row {
  display: flex;
  align-items: center;
  gap: 14px;
}
body.desktop .buildpanel_options .head_option_block .option_fields, body.desktop_small .buildpanel_options .head_option_block .option_fields {
  flex: 1 1 auto;
  min-width: 0;
}
body.desktop .buildpanel_options .head_option_block .option_icon, body.desktop_small .buildpanel_options .head_option_block .option_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-color: #f1ece6;
  border: 1px solid #e2ddd6;
  overflow: hidden;
}
body.desktop .buildpanel_options .head_option_block .option_icon img, body.desktop_small .buildpanel_options .head_option_block .option_icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
body.desktop .buildpanel_options .head_option_block .input_label, body.desktop_small .buildpanel_options .head_option_block .input_label {
  margin-bottom: 8px;
}
.buildpanel_options .box_meter {
  margin-top: 22px;
  padding: 14px 16px 16px 16px;
  border: 1px solid #e2ddd6;
  border-radius: 16px;
  background-color: #ffffff;
}
.buildpanel_options .box_meter_head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.buildpanel_options .box_meter_title {
  margin-bottom: 0;
}
.buildpanel_options .box_meter_total {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.buildpanel_options .box_meter_boxes {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 12px;
}
.buildpanel_options .ship_box {
  flex: none;
  width: 74px;
  border: 1.5px solid #2a9b8a;
  border-radius: 6px;
  background-color: #faf7f2;
  padding: 0 0 5px 0;
  overflow: hidden;
  transition: transform 0.28s ease-out, opacity 0.28s ease-out;
  transform: none;
  opacity: 1;
}
.buildpanel_options .ship_box_flap {
  height: 9px;
  background-color: rgba(42, 155, 138, 0.18);
  border-bottom: 1.5px solid #2a9b8a;
}
.buildpanel_options .ship_box_slots {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding: 5px;
}
.buildpanel_options .ship_slot {
  width: calc(25% - 3px);
  height: 13px;
  border-radius: 2px;
  background-color: #f1ece6;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
}
.buildpanel_options .ship_slot_filled {
  background-color: #2a9b8a;
}
.buildpanel_options .ship_box_entering {
  transform: translateY(10px) scale(0.94);
  opacity: 0;
}
.buildpanel_options .ship_box_more {
  flex: none;
  align-self: center;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.buildpanel_options .box_meter_note {
  font-family: "Nunito", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  padding-top: 10px;
}
.buildpanel_payment .headline {
  padding-bottom: 6px;
}
.buildpanel_payment .price_display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.buildpanel_payment .price_display .product_line {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
.buildpanel_payment .price_display .total_amount {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #2a9b8a;
  white-space: nowrap;
}
.buildpanel_payment .submit_section {
  margin-top: 24px;
}
.buildpanel_payment .submit_section #buy_with_card_button_container .standard_button_filled #background_container {
  border-radius: 28px;
}
.buildpanel_payment .submit_section .secure_badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-top: 12px;
}
.buildpanel_payment .submit_section .secure_badge .lock_icon {
  width: 14px;
  height: 14px;
}
.buildpanel_payment .submit_section .secure_badge .lock_icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.buildpanel_payment .submit_section .secure_badge .secure_text {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
}
.buildpanel_processing {
  height: 100%;
  width: 100%;
  background-color: #faf7f2;
}
.buildpanel_processing .single_column {
  max-width: 480px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.buildpanel_processing .svg_container {
  width: 64px;
  margin-bottom: 16px;
}
.buildpanel_processing .svg_container svg {
  width: 64px;
  height: 64px;
}
.buildpanel_processing .title {
  font-size: 22px;
}
.buildpanel_review .headline {
  padding-bottom: 16px;
}
.buildpanel_review .line {
  height: 1px;
  background-color: #e2ddd6;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}
.buildpanel_review #order_summary_table .order_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
}
.buildpanel_review #order_summary_table .order_line .order_line_name {
  flex: 1;
  color: #2d2d2d;
}
.buildpanel_review #order_summary_table .order_line .order_line_price {
  font-weight: 800;
  color: #2d2d2d;
  white-space: nowrap;
}
.buildpanel_review #order_summary_table .order_line .order_line_price s {
  color: #6b6b6b;
  font-weight: 400;
}
.buildpanel_review #order_summary_table .order_line.coupon_line .order_line_name,
.buildpanel_review #order_summary_table .order_line.coupon_line .order_line_price {
  color: #2a9b8a;
}
.buildpanel_review .totals .total_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}
.buildpanel_review .totals .total_row .total_value {
  font-weight: 800;
}
.buildpanel_review .totals .total_row.grand_total {
  margin-bottom: 0px;
}
.buildpanel_review .totals .total_row.grand_total .total_label {
  font-size: 16px;
  font-weight: 800;
}
.buildpanel_review .totals .total_row.grand_total .total_value {
  font-size: 22px;
}
.buildpanel_review #coupon_container {
  padding-top: 20px;
}
.buildpanel_success .single_column {
  padding-bottom: 24px;
}
.buildpanel_success .success_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  padding-top: 56px;
}
.buildpanel_success .success_content .success_icon {
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background-color: #2a9b8a;
  box-shadow: 0px 10px 12px rgba(42, 155, 138, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.buildpanel_success .success_content .success_icon .success_check {
  width: 44px;
  height: 44px;
}
.buildpanel_success .success_content .success_icon .success_check img {
  width: 100%;
  height: 100%;
}
.buildpanel_success .success_content .success_title {
  font-size: 28px;
  font-weight: 900;
}
.buildpanel_success .success_content .success_body {
  font-size: 15px;
  font-weight: 600;
  margin-top: -8px;
}
.buildpanel_success .success_content .helper_note {
  max-width: 330px;
  text-align: left;
}
.buildpanel_success .success_content .success_pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background-color: #f0faf8;
  border: 1px solid rgba(42, 155, 138, 0.2);
}
.buildpanel_success .success_content .success_pill .pill_icon {
  width: 18px;
  height: 18px;
}
.buildpanel_success .success_content .success_pill .pill_icon img {
  width: 100%;
  height: 100%;
}
.buildpanel_success .success_content .success_pill .pill_text {
  font-size: 13px;
  font-weight: 800;
}
.buildpanel_success .success_content .buttons_container {
  width: 100%;
  padding-top: 24px;
}
.buildpanel_success .brand_footer {
  text-align: center;
  padding-bottom: 24px;
}
.buildpanel_success .brand_footer .brand_name {
  font-size: 22px;
}
.buildpanel_success .brand_footer .brand_tagline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 6px;
}
.buildpanel_success .confetti_container {
  top: 0px;
  left: 0px;
  pointer-events: none;
  z-index: 5;
}
.buildpanel_who .brand_header {
  padding-top: 52px;
  text-align: center;
}
.buildpanel_who .brand_header .brand_logo {
  width: 118px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
}
.buildpanel_who .brand_header .brand_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.buildpanel_who .line {
  height: 1px;
  background-color: #e2ddd6;
  width: 100%;
}
.buildpanel_who .subheadline {
  padding-top: 8px;
  padding-bottom: 28px;
}
.buildpanel_who .input_group {
  margin-bottom: 20px;
}
.buildpanel_who .icon_input {
  position: relative;
}
.buildpanel_who .icon_input .input_icon {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  z-index: 1;
}
.buildpanel_who .icon_input .input_icon img {
  width: 100%;
  height: 100%;
}
.buildpanel_who .icon_input .input {
  padding-left: 42px;
  margin-bottom: 0px;
}
.buildpanel_who .head_stepper {
  background-color: #ffffff;
  border: 1.5px solid #e2ddd6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.buildpanel_who .head_stepper .stepper_button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #2a9b8a;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
}
.buildpanel_who .head_stepper .stepper_button.locked {
  opacity: 0.35;
  cursor: default;
}
.buildpanel_who .head_stepper .stepper_count {
  flex: 1;
  text-align: center;
  font-size: 52px;
  font-weight: 800;
}
.buildpanel_who .buttons_container {
  margin-top: auto;
  padding-top: 24px;
}
.buildpanel_who .next_button #background_container {
  border-radius: 16px;
}
.buildpanel_who .next_button #text_container {
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.5px;
}
body.desktop .buildpanel_who .brand_header, body.desktop_small .buildpanel_who .brand_header {
  display: none;
}
.cutout_fix_panel {
  background-color: #faf7f2;
  z-index: 1;
}
.cutout_fix_panel .centered_container {
  width: calc(100% - 48px);
  max-width: 480px;
  padding-top: 24px;
  padding-bottom: 60px;
}
.cutout_fix_panel .input_label {
  padding-top: 20px;
  padding-bottom: 6px;
}
.cutout_fix_panel .compare_row {
  display: flex;
  gap: 22px;
  padding-top: 20px;
  position: relative;
}
.cutout_fix_panel .compare_row .compare_cell {
  flex: 1 1 0;
  min-width: 0;
}
.cutout_fix_panel .compare_row.photo_only .photo_cell {
  flex: 1 1 100%;
}
.cutout_fix_panel .compare_row.photo_only .compare_arrow {
  display: none;
}
.cutout_fix_panel .compare_label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.cutout_fix_panel .photo_container,
.cutout_fix_panel .result_container {
  background-color: #ffffff;
  border: 1.5px solid #e2ddd6;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cutout_fix_panel .photo_container img,
.cutout_fix_panel .result_container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.cutout_fix_panel .photo_cell .photo_container img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}
.cutout_fix_panel .compare_arrow {
  position: absolute;
  left: 50%;
  bottom: 75px;
  transform: translate(-50%, 50%);
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background-color: #faf7f2;
  border: 1.5px solid #e2ddd6;
  color: #2a9b8a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 2;
}
.cutout_fix_panel .compare_arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}
.cutout_fix_panel .crop_button_container {
  padding-top: 18px;
}
.cutout_fix_panel .standard_button_filled,
.cutout_fix_panel .standard_button_outline_primary {
  height: 46px;
}
.cutout_fix_panel .standard_button_filled #text_container,
.cutout_fix_panel .standard_button_outline_primary #text_container {
  font-size: 15px;
}
.cutout_fix_panel .describe_container textarea {
  resize: none;
  margin-bottom: 0;
}
.cutout_fix_panel .describe_button_container {
  padding-top: 12px;
}
.cutout_fix_panel .or_divider {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 24px;
  padding-bottom: 4px;
}
.cutout_fix_panel .or_divider .or_line {
  flex: 1;
  height: 1px;
  background-color: #e2ddd6;
}
.cutout_fix_panel .or_divider .or_text {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.cutout_fix_panel .human_body {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 12px;
}
.cutout_fix_panel .human_describe_container textarea {
  resize: none;
  margin-bottom: 0;
}
.cutout_fix_panel .human_button_container {
  padding-top: 12px;
}
.face_picker_panel {
  background-color: #faf7f2;
  z-index: 1;
}
.face_picker_panel .centered_container {
  width: calc(100% - 48px);
  max-width: 640px;
  padding-top: 24px;
  padding-bottom: 60px;
}
.face_picker_panel .face_body {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 14px;
}
.face_picker_panel .face_photo_container {
  background-color: #ffffff;
  border: 1.5px solid #e2ddd6;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}
.face_picker_panel .crop_small_note {
  display: none;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 12px;
  margin-top: -6px;
  margin-bottom: 18px;
  border-radius: 10px;
  background-color: rgba(212, 64, 106, 0.08);
  border: 1px solid rgba(212, 64, 106, 0.3);
}
.face_picker_panel .crop_small_note.crop_small_note_visible {
  display: block;
}
.face_picker_panel .face_photo_holder {
  position: relative;
  display: block;
  line-height: 0;
}
.face_picker_panel .face_photo img {
  display: block;
  width: 100%;
  height: auto;
}
.face_picker_panel .face_boxes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.face_picker_panel .face_box {
  position: absolute;
  border: 3px solid #2a9b8a;
  border-radius: 8px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
}
.face_picker_panel .face_box .face_box_number {
  position: absolute;
  top: -11px;
  left: -11px;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background-color: #2a9b8a;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
}
.face_picker_panel .face_box.face_box_small {
  border-color: rgba(255, 255, 255, 0.55);
  border-style: dashed;
}
.face_picker_panel .face_box.face_box_small .face_box_number {
  background-color: rgba(0, 0, 0, 0.45);
}
.face_picker_panel .face_box.ui_cursor:hover {
  border-color: #238577;
}
.face_picker_panel .crop_rect {
  position: absolute;
  display: none;
  border: 2px dashed #ffffff;
  outline: 1px solid rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  cursor: move;
  z-index: 2;
  touch-action: none;
}
.face_picker_panel .crop_handle {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 2px solid #2a9b8a;
  border-radius: 4px;
  box-sizing: border-box;
  touch-action: none;
}
.face_picker_panel .crop_handle:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
}
.face_picker_panel .crop_handle.handle_tl {
  top: -9px;
  left: -9px;
  cursor: nwse-resize;
}
.face_picker_panel .crop_handle.handle_tr {
  top: -9px;
  right: -9px;
  cursor: nesw-resize;
}
.face_picker_panel .crop_handle.handle_bl {
  bottom: -9px;
  left: -9px;
  cursor: nesw-resize;
}
.face_picker_panel .crop_handle.handle_br {
  bottom: -9px;
  right: -9px;
  cursor: nwse-resize;
}
.face_picker_panel .face_button_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
}
body.desktop .face_picker_panel .face_photo_container, body.desktop_small .face_picker_panel .face_photo_container {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.desktop .face_picker_panel .face_photo_holder, body.desktop_small .face_picker_panel .face_photo_holder {
  width: fit-content;
  max-width: 100%;
}
body.desktop .face_picker_panel .face_photo img, body.desktop_small .face_picker_panel .face_photo img {
  width: auto;
  max-width: 100%;
  max-height: max(300px, 100vh - 370px);
}
.find_orders_panel {
  height: 100%;
  width: 100%;
  background-color: #faf7f2;
}
.find_orders_panel .single_column {
  max-width: 480px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.find_orders_panel .brand_header {
  padding-top: 52px;
  text-align: center;
}
.find_orders_panel .brand_header .brand_logo {
  width: 118px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
}
.find_orders_panel .brand_header .brand_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.find_orders_panel .brand_header .brand_name {
  font-size: 22px;
  padding-top: 10px;
}
.find_orders_panel .brand_header .brand_tagline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 16px;
}
.find_orders_panel .headline {
  font-size: 30px;
  padding-top: 18px;
}
.find_orders_panel .subheadline {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 8px;
}
.find_orders_panel .field_input_container {
  padding-top: 22px;
}
.find_orders_panel .field_input_container .input {
  width: 100%;
  box-sizing: border-box;
}
.find_orders_panel .field_error {
  color: #d4406a;
  font-size: 13px;
  font-weight: 700;
  min-height: 20px;
  padding-top: 6px;
}
.find_orders_panel .send_button_container {
  padding-top: 10px;
}
.find_orders_panel .build_link_container {
  padding-top: 28px;
  text-align: center;
}
.find_orders_panel .build_link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.login_panel .centered_container {
  width: 90%;
  max-width: 600px;
  z-index: 100;
}
.login_panel .title_container {
  margin-bottom: 47px;
}
.login_panel #login_button {
  display: block;
  width: 180px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.login_panel #cancel_button {
  display: block;
  width: 180px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.login_panel .progress_container {
  padding-bottom: 15px;
  width: 80px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.login_panel .error_container {
  padding-bottom: 15px;
}
.login_panel .forgot_password_container {
  margin-top: 25px;
  cursor: pointer;
}
.my_orders_panel {
  height: 100%;
  width: 100%;
  background-color: #faf7f2;
}
.my_orders_panel .single_column {
  max-width: 560px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.my_orders_panel .brand_header {
  padding-top: 52px;
  text-align: center;
}
.my_orders_panel .brand_header .brand_logo {
  width: 118px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
}
.my_orders_panel .brand_header .brand_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.my_orders_panel .brand_header .brand_name {
  font-size: 22px;
  padding-top: 10px;
}
.my_orders_panel .brand_header .brand_tagline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 16px;
}
.my_orders_panel .headline {
  font-size: 30px;
  padding-top: 18px;
}
.my_orders_panel .subheadline {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 8px;
}
.my_orders_panel .orders_list {
  padding-top: 18px;
}
.my_orders_panel .order_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2ddd6;
}
.my_orders_panel .order_row:last-child {
  border-bottom: none;
}
.my_orders_panel .order_row_main {
  min-width: 0;
}
.my_orders_panel .order_number {
  font-size: 17px;
}
.my_orders_panel .order_meta {
  font-size: 13px;
  padding-top: 3px;
}
.my_orders_panel .order_row_side {
  flex-shrink: 0;
  text-align: right;
}
.my_orders_panel .order_status {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.my_orders_panel .order_status.shipped {
  color: #d4406a;
}
.my_orders_panel .order_status.cancelled, .my_orders_panel .order_status.error {
  opacity: 0.6;
}
.my_orders_panel .order_view {
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  padding-top: 4px;
}
.my_orders_panel .empty_note {
  font-size: 15px;
  padding-top: 8px;
}
.my_orders_panel .expired_button_container {
  padding-top: 18px;
}
.order_panel {
  height: 100%;
  width: 100%;
  background-color: #faf7f2;
  z-index: 2;
}
.order_panel .single_column {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
.order_panel .hide_container {
  padding-top: 16px;
}
.order_panel .hide_container img {
  width: 28px;
  height: 28px;
}
.order_panel .headline {
  font-size: 22px;
  padding-top: 24px;
}
.order_panel .subheadline {
  font-size: 14px;
  padding-top: 6px;
}
.order_panel .status_banner {
  margin-top: 16px;
  border: 1.5px solid #2a9b8a;
  border-radius: 12px;
  padding: 12px 16px;
  text-align: center;
}
.order_panel .status_banner .status_text {
  font-size: 15px;
  font-weight: 800;
  color: #2a9b8a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.order_panel .status_banner .reprint_note {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #6b6b6b;
}
.order_panel .status_banner.error, .order_panel .status_banner.cancelled {
  border-color: #d4406a;
}
.order_panel .status_banner.error .status_text, .order_panel .status_banner.cancelled .status_text {
  color: #d4406a;
}
.order_panel .order_section {
  padding-top: 24px;
}
.order_panel .order_section .section_body {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 6px;
}
.order_panel .order_item_list {
  padding-top: 6px;
}
.order_panel .order_item_list .item_row {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 6px 0px;
  border-bottom: 1px solid #e2ddd6;
  font-size: 14px;
}
.order_panel .order_item_list .item_row .item_name {
  flex: 1;
}
.order_panel .head_list .head_block {
  padding-top: 12px;
}
.order_panel .head_list .head_block .head_preview {
  aspect-ratio: 1/1;
  margin-top: 6px;
  background: linear-gradient(180deg, #87cff2 0%, #d9f0ff 100%);
  background-size: cover;
  background-position: center bottom;
  border: 1px solid #d4eef9;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.order_panel .head_list .head_block .head_admin_row {
  font-size: 13px;
  padding-top: 8px;
}
.order_panel .head_list .head_block .head_admin_row a {
  color: #2a9b8a;
  font-weight: 700;
}

.order_panel .head_clip_link {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #2a9b8a;
  margin-top: 6px;
}
.process_heads_panel {
  background-color: #faf7f2;
}
.process_heads_panel .queue_body {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.process_heads_panel .detail_column {
  flex: 0 0 26%;
  max-width: 380px;
  min-width: 240px;
  box-sizing: border-box;
  padding: 20px;
  border-right: 1px solid #e2ddd6;
  background-color: #ffffff;
}
.process_heads_panel .editor_column {
  flex: 1 1 auto;
  position: relative;
  min-width: 0;
}
.process_heads_panel .editor_container {
  width: 100%;
  height: 100%;
}
.process_heads_panel .preview_container {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 14px;
  background-color: #f1ece6;
  border: 1px solid #e2ddd6;
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
}
.process_heads_panel .preview_image img.preview {
  display: block;
  max-width: 100%;
  max-height: 260px;
  margin: 0 auto;
}
.process_heads_panel .preview_pill {
  position: absolute;
  top: 8px;
  right: 8px;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: #fff;
  background-color: #d4406a;
  border-radius: 20px;
  padding: 4px 10px;
}
.process_heads_panel .detail_section {
  margin-bottom: 20px;
}
.process_heads_panel .section_body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.process_heads_panel .note_section .customer_note {
  font-style: italic;
}
.process_heads_panel .order_details .detail {
  margin-bottom: 4px;
}
.process_heads_panel .order_details .detail a {
  color: #2a9b8a;
  text-decoration: underline;
}
.process_heads_panel .order_details .warn {
  color: #d4406a;
  font-weight: 700;
}
.process_heads_panel .empty_state {
  width: 80%;
  max-width: 420px;
}
.process_heads_panel .empty_state .empty_body {
  margin-top: 10px;
}
.process_heads_panel .navbar_container {
  background-color: #ffffff;
  z-index: 5;
}
.process_heads_panel .head_information_container {
  margin-left: 16px;
}
.process_heads_panel .head_information_container .head_id {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #2d2d2d;
}
.process_heads_panel .head_information_container .remaining {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
}
.process_heads_panel .action_button_container {
  margin-left: 14px;
}
.process_heads_panel .action_button_container .standard_button_filled {
  width: 130px;
  height: 40px;
}
.process_heads_panel .action_button_container .standard_button_filled #text_container {
  padding: 10px 14px;
  font-size: 15px;
}
.process_heads_panel #head_settings_container .icon {
  width: 24px;
}
.process_heads_panel .panel_loader {
  width: 110px;
  height: 110px;
  pointer-events: none;
  z-index: 10;
}
.process_heads_panel .panel_loader svg {
  width: 100%;
  height: 100%;
}
.progress_panel {
  z-index: 2;
}
.progress_panel .progress_container {
  /*background-color:rgba(61,71,76,.95);*/
  z-index: 100;
  background-color: #2a9b8a;
  /* background: linear-gradient(-45deg, #62a0bf, #33505f, #252f34, #195e80);
  background-size: 400% 400%;
  animation: gradient 6s ease infinite;

  @keyframes gradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }

  }*/
}
.progress_panel .progress_container .progress_elements_container {
  width: calc(100% - 48px);
}
.progress_panel .progress_container .progress_elements_container .progress_animation {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
}
.progress_panel .progress_container .progress_elements_container .progress_animation .svg_container {
  width: 64px;
  height: 64px;
}
.progress_panel .progress_container .progress_elements_container .progress_animation .svg_container svg {
  width: 64px;
  height: 64px;
}
.progress_panel .progress_container .progress_elements_container .progress {
  color: #faf7f2;
  font-size: 24px;
  margin-top: 12px;
  font-family: "Nunito", sans-serif;
}
.progress_panel .progress_container .progress_elements_container .progress_extra {
  color: #faf7f2;
  font-size: 18px;
  margin-top: 4px;
  font-family: "Nunito", sans-serif;
}
.progress_panel .tap_to_play {
  position: absolute;
  bottom: 80px;
  color: #d5d0cc;
  font-size: 14px;
  margin-top: 4px;
  font-family: "Nunito", sans-serif;
  text-align: center;
  width: 100%;
  opacity: 0.5;
}
.progress_panel .leave_front {
  position: absolute;
  top: 80px;
  color: #2d2d2d;
  font-size: 12px;
  margin-top: 4px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 100%;
  opacity: 0.5;
}
.search_coupons_panel {
  background-color: #e2ddd6;
  z-index: 99;
  user-select: text;
}
.search_coupons_panel .header_container {
  position: absolute;
  top: 0px;
  width: 100%;
  border-bottom: 2px solid #faf7f2;
  background-color: #faf7f2;
  padding: 16px 24px 12px 24px;
  box-shadow: 1px 1px 16px 0px rgba(110, 81, 67, 0.08);
  z-index: 101;
}
.search_coupons_panel .header_container .title_close_container {
  margin-bottom: 12px;
}
.search_coupons_panel .header_container .title_close_container .close_container {
  cursor: pointer;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 50%;
}
.search_coupons_panel .header_container .search_fields_container {
  width: calc(100% - 282px);
}
.search_coupons_panel .header_container .search_fields_container .search_container {
  width: calc(50% - 24px);
  margin-right: 24px;
}
.search_coupons_panel .header_container .submit_container {
  width: 270px;
  margin-left: 12px;
}
.search_coupons_panel .header_container .submit_container .standard_button_filled {
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  width: 122px;
}
.search_coupons_panel .header_container .input {
  margin-bottom: 0px;
}
.search_coupons_panel .scroll_y {
  padding-top: 140px;
}
.search_coupons_panel .coupons_container {
  padding-bottom: 200px;
  text-align: center;
}
.search_coupons_panel .no_results {
  padding: 48px;
  font-size: 16px;
  color: #2d2d2d;
  font-family: "Nunito", sans-serif;
}
.search_coupons_panel #content_list {
  padding-top: 150px;
}
.search_coupons_panel .labels {
  margin-left: 24px;
  margin-bottom: 12px;
  padding-left: 12px;
}
.search_coupons_panel .labels .row_text {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.search_coupons_panel .labels .code {
  width: 250px;
  margin-left: 12px;
}
.search_coupons_panel .labels .name {
  width: 250px;
}
.search_coupons_panel .labels .start {
  width: 150px;
}
.search_coupons_panel .labels .end {
  width: 150px;
}
.search_coupons_panel .labels .status {
  width: 200px;
}
.split_builder_panel {
  height: 100%;
  width: 100%;
  background-color: #faf7f2;
}
.split_builder_panel .single_column {
  max-width: 480px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.split_builder_panel .headline {
  font-size: 26px;
  padding-top: 18px;
}
.split_builder_panel .subheadline {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 6px;
}
.split_builder_panel .per_head_block {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 14px;
  background-color: #ffffff;
  border: 1px solid #e2ddd6;
}
.split_builder_panel .per_head_block .per_head_label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.split_builder_panel .per_head_block .per_head_value {
  font-size: 32px;
  line-height: 1.1;
  padding-top: 2px;
}
.split_builder_panel .per_head_block .per_head_note {
  font-size: 12px;
  padding-top: 4px;
}
.split_builder_panel .handles_group {
  padding-top: 8px;
}
.split_builder_panel .field {
  padding-top: 16px;
}
.split_builder_panel .field_input_container {
  padding-top: 6px;
}
.split_builder_panel .field_input_container .input {
  width: 100%;
  box-sizing: border-box;
}
.split_builder_panel .field_error {
  color: #d4406a;
  font-size: 13px;
  font-weight: 700;
  min-height: 20px;
  padding-top: 8px;
}
.split_builder_panel .copy_button_container {
  padding-top: 12px;
}
.split_builder_panel .link_block {
  margin-top: 8px;
  padding: 16px 18px;
  border-radius: 14px;
  background-color: #ffffff;
  border: 1px solid #e2ddd6;
}
.split_builder_panel .link_block .link_label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.split_builder_panel .link_block .link_row {
  padding-top: 6px;
}
.split_builder_panel .link_block .link_value {
  font-size: 13px;
  word-break: break-all;
  line-height: 1.45;
}
.split_builder_panel .section_label {
  padding-top: 28px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.split_builder_panel .paid_list {
  padding-top: 8px;
}
.split_builder_panel .paid_row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2ddd6;
}
.split_builder_panel .paid_row:last-child {
  border-bottom: none;
}
.split_builder_panel .paid_row .paid_row_main {
  font-size: 15px;
}
.split_builder_panel .paid_row .paid_row_flag {
  font-size: 12px;
  font-weight: 700;
  padding-top: 2px;
}
.split_builder_panel .paid_none {
  font-size: 15px;
  padding-top: 8px;
}

.split_builder_panel .covered_line {
  font-size: 13px;
  margin-top: 6px;
}

.split_builder_panel .not_splittable_block {
  padding: 16px;
  border-radius: 12px;
  background-color: #f1ece6;
}

.split_builder_panel .not_splittable_block .section_body {
  font-size: 13px;
  line-height: 1.45;
  margin-top: 4px;
}

.split_builder_panel .paid_note {
  font-size: 12.5px;
  line-height: 1.45;
  margin: 4px 0 14px 0;
}

.split_builder_panel .paid_row {
  padding: 12px 0;
  border-bottom: 1px solid #e2ddd6;
}

.split_builder_panel .paid_row_who {
  display: block;
  font-size: 14px;
}

.split_builder_panel .paid_row_main {
  display: block;
  font-size: 13px;
}

.split_builder_panel .paid_row_source {
  display: block;
  font-size: 12.5px;
  margin-top: 2px;
}

.split_builder_panel .paid_row_actions {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.split_builder_panel .paid_action {
  font-size: 13px;
}

.split_builder_panel .paid_row_claim {
  border-left: 3px solid #e2ddd6;
  padding-left: 12px;
}
.split_panel {
  height: 100%;
  width: 100%;
  background-color: #faf7f2;
}
.split_panel .single_column {
  max-width: 480px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.split_panel .brand_header {
  padding-top: 52px;
  text-align: center;
}
.split_panel .brand_header .brand_logo {
  width: 118px;
  height: 118px;
  margin-left: auto;
  margin-right: auto;
}
.split_panel .brand_header .brand_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.split_panel .brand_header .brand_name {
  font-size: 22px;
  padding-top: 10px;
}
.split_panel .brand_header .brand_tagline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 16px;
}
.split_panel .headline {
  font-size: 28px;
  padding-top: 18px;
}
.split_panel .subheadline {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 8px;
}
.split_panel .share_amount {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 14px;
  background-color: #ffffff;
  border: 1px solid #e2ddd6;
  text-align: center;
}
.split_panel .share_amount .share_amount_label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.split_panel .share_amount .share_amount_value {
  font-size: 40px;
  line-height: 1.1;
  padding-top: 4px;
}
.split_panel .crew_note {
  margin-top: 16px;
  padding-left: 14px;
  border-left: 3px solid #e2ddd6;
  font-size: 15px;
  font-style: italic;
}
.split_panel .section_label {
  padding-top: 26px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.split_panel .section_body {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 4px;
}
.split_panel .pay_links {
  padding-top: 12px;
}
.split_panel .pay_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 12px;
  margin-bottom: 10px;
}
.split_panel .pay_link_button {
  background-color: #2a9b8a;
  color: #ffffff;
}
.split_panel .pay_link_button .pay_link_label {
  font-size: 16px;
}
.split_panel .pay_link_button .pay_link_handle {
  font-size: 14px;
  opacity: 0.85;
}
.split_panel .pay_link_flat {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  background-color: #ffffff;
  border: 1px solid #e2ddd6;
}
.split_panel .pay_link_flat .pay_link_label {
  font-size: 15px;
}
.split_panel .pay_link_flat .pay_link_handle {
  font-size: 16px;
}
.split_panel .pay_link_flat .pay_link_note {
  font-size: 12px;
  padding-top: 4px;
}
.split_panel .heads_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
}
.split_panel .heads_label {
  font-size: 14px;
}
.split_panel .heads_stepper {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.split_panel .heads_stepper .heads_minus,
.split_panel .heads_stepper .heads_plus {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #2a9b8a;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  font-weight: 700;
  user-select: none;
}
.split_panel .heads_stepper .heads_count {
  min-width: 22px;
  text-align: center;
  font-size: 18px;
}
.split_panel .card_form_container {
  padding-top: 16px;
}
.split_panel .pay_total_line {
  font-size: 16px;
  padding-top: 14px;
}
.split_panel .pay_error {
  color: #d4406a;
  font-size: 13px;
  font-weight: 700;
  min-height: 20px;
  padding-top: 6px;
}
.split_panel .pay_button_container {
  padding-top: 8px;
}
.split_panel .all_covered_note {
  font-size: 15px;
  padding-top: 22px;
}

.split_panel .remaining_line {
  display: block;
  font-size: 13px;
  margin: 14px 0 24px 0;
}

.split_panel .claim_block,
.split_panel .claim_done_block {
  margin-top: 18px;
  padding: 16px;
  border-radius: 12px;
  background-color: #f1ece6;
}

.split_panel .claim_title {
  display: block;
  margin-bottom: 4px;
}

.split_panel .claim_body,
.split_panel .claim_done_body {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 14px;
}

.split_panel .claim_done_body {
  margin-bottom: 0;
}

.split_panel .claim_done_title {
  display: block;
  margin-bottom: 4px;
}

.split_panel .claim_methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.split_panel .claim_pick {
  font-size: 13px;
  flex-basis: 100%;
}

.split_panel .claim_chip {
  font-size: 13px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 18px;
  background-color: #ffffff;
  border: 1.5px solid #e2ddd6;
}

.split_panel .claim_chip_selected {
  border-color: #2a9b8a;
  color: #2a9b8a;
}

.split_panel .claim_confirm {
  margin-top: 4px;
}

.split_panel .claim_heads_row {
  margin-bottom: 14px;
}

.split_panel .claim_total_line {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.split_panel .claim_name_field {
  margin-bottom: 12px;
}

.split_panel .claim_error {
  font-size: 13px;
  margin-bottom: 8px;
}
.view_coupon_panel {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 100;
  font-family: "Nunito", sans-serif;
}
.view_coupon_panel .centered_container {
  background-color: #faf7f2;
  width: 500px;
  max-height: 90vh;
  border-radius: 14px;
  padding: 24px;
  overflow-y: auto;
}
.view_coupon_panel .coupon_title {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.view_coupon_panel .field_container {
  margin-bottom: 16px;
}
.view_coupon_panel .field_label {
  font-size: 14px;
  margin-bottom: 6px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.view_coupon_panel .field_input_container {
  width: 100%;
}
.view_coupon_panel .field_input_container .input {
  width: calc(100% - 24px);
  margin-bottom: 0px;
}
.view_coupon_panel .field_input_container .textarea {
  min-height: 80px;
  resize: vertical;
}
.view_coupon_panel .buttons_container {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
body .no_scroll > #textmessage {
  height: auto;
  max-height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.toast_container {
  pointer-events: none;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px 14px 20px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 220ms ease-out, transform 220ms ease-out;
}

.toast_container.toast_in {
  opacity: 1;
  transform: translateY(0);
}

.toast_container.toast_out {
  opacity: 0;
  transform: translateY(16px);
}

@media (prefers-reduced-motion: reduce) {
  .toast_container {
    transition: none;
    transform: none;
  }
  .toast_container.toast_out {
    transform: none;
  }
}
.toast {
  max-width: 440px;
  background-color: #2d2d2d;
  color: #faf7f2;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding: 13px 22px;
  border-radius: 26px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.toast_success {
  background-color: #2a9b8a;
  box-shadow: 0 6px 20px rgba(42, 155, 138, 0.35);
}