@charset "UTF-8";
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

.flex-2 {
  flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
}

.flex-3 {
  flex: 3;
  -ms-flex: 3;
  -webkit-flex: 3;
}

.flex-4 {
  flex: 4;
  -ms-flex: 4;
  -webkit-flex: 4;
}

.flex-5 {
  flex: 5;
  -ms-flex: 5;
  -webkit-flex: 5;
}

.flex-6 {
  flex: 6;
  -ms-flex: 6;
  -webkit-flex: 6;
}

.flex-7 {
  flex: 7;
  -ms-flex: 7;
  -webkit-flex: 7;
}

.flex-8 {
  flex: 8;
  -ms-flex: 8;
  -webkit-flex: 8;
}

.flex-9 {
  flex: 9;
  -ms-flex: 9;
  -webkit-flex: 9;
}

.flex-10 {
  flex: 10;
  -ms-flex: 10;
  -webkit-flex: 10;
}

.flex-11 {
  flex: 11;
  -ms-flex: 11;
  -webkit-flex: 11;
}

.flex-12 {
  flex: 12;
  -ms-flex: 12;
  -webkit-flex: 12;
}

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

.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  .flex-container {
    max-width: 1700px;
  }
  .flex-container-full-width {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .flex-container {
    max-width: 1180px;
  }
  .flex-container-full-width {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .flex-container {
    max-width: 990px;
  }
  .flex-container-full-width {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .flex-container {
    max-width: 100%;
  }
  .flex-container-full-width {
    max-width: 100%;
  }
}
.flex-container-full-width {
  width: 100%;
}

.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:root {
  --bgColor: #f9f9f9;
  --lightTextColor: #888888;
  --bodyText: #252525;
  --secondaryText: #929292;
  --bordersColor: #929292;
  --lightColor: #ECECEC;
  --sidenavColor: #ffffff;
  --hoverColor: #f9f9f9;
  --disableColor: #ECECEC;
  --headerHeight: 8vh;
  --sidenavWidth: 18%;
  --borderRadius: 6px;
  --iconsFont: "Font Awesome 6 Pro";
}

@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.btn-flat.mark-delivered:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: transparent !important;
  color: green !important;
}
.btn-flat.mark-canceled:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: transparent !important;
  color: red !important;
}

.action-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.action-buttons-wrapper.add-prototype-button {
  outline: none;
  position: absolute;
  left: 230px;
  top: 60px;
}

@media only screen and (max-width: 850px) {
  .action-buttons-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .action-buttons-wrapper .btn-flat {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .action-buttons-wrapper.add-prototype-button {
    left: 220px;
  }
}
.asset-files .image-container {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
}
.asset-files .assigned-file-grid:hover > .delete-asset {
  visibility: visible;
  opacity: 1;
}
.asset-files .assigned-file-grid {
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px;
  cursor: pointer;
}
.asset-files .assigned-file-grid .delete-asset {
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  position: absolute;
  background: #ffffff;
  color: #000000;
  padding: 5px;
  top: 5px;
  right: 5px;
}

.breadcrumbs-wrapper {
  font-size: 12px;
}
.breadcrumbs-wrapper .breadcrumb i {
  margin: 0px 5px;
  font-size: 10px;
}
.breadcrumbs-wrapper .breadcrumb.current {
  font-weight: 700;
}

.bullet-step {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #AEAFAE;
  margin-right: 5px;
  cursor: pointer;
}
.bullet-step.current {
  width: 33px;
  background: #252525;
}
.bullet-step.disabled {
  background: #ECECEC;
  cursor: not-allowed;
}

.chat-container {
  background: #f9f9f9;
  max-height: 400px;
  overflow-y: scroll;
  padding: 0px 20px;
}
.chat-container .chat-content .chat-header .header-icon {
  font-size: 40px;
  margin-right: 10px;
}
.chat-container .chat-content .chat-header .header-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.chat-container .chat-content .chat-header .header-subtitle {
  font-size: 14px;
}
.chat-container .chat-content .header-divider {
  height: 1px;
  width: 100%;
  background: #F0F0F0;
  margin-top: 40px;
}
.chat-container .chat-content .comments-loader-wrapper {
  margin-top: 40px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-date {
  margin: 40px 0;
  font-size: 16px;
  font-weight: 600;
  color: #929292;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-avatar-icon-wrapper {
  width: 40px;
  height: 40px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-avatar-icon-wrapper .comment-avatar-icon {
  font-size: 25px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-user {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-user.reversed {
  margin-left: 0;
  margin-right: 10px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper {
  border: 2px solid #EDEFF0;
  padding: 10px 10px 0 10px;
  background: #ffffff;
  margin-bottom: 5px;
  margin-left: 40px;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper.reversed {
  margin-right: 40px;
  border-radius: 6px;
  border-bottom-right-radius: 0px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper.time {
  margin-bottom: 15px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper .comment-content {
  font-size: 14px;
  color: #2B2B2B;
  line-height: 20px;
  margin-bottom: 10px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper .comment-content.time {
  margin-bottom: 0;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper .comment-content .comment-info {
  margin-left: 10px;
  float: right;
  font-size: 12px;
  margin-bottom: 5px;
  height: 25px;
  color: #929292;
}
.chat-container .chat-content .new-comment {
  height: 100px;
  background: #ffffff;
  border: 1px solid #ECECEC;
  border-radius: 15px;
  padding: 10px;
}

.quick-data-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.quick-data-card-wrapper .quick-data-container {
  margin-bottom: 15px;
}
.quick-data-card-wrapper .quick-data-container .quick-data-inner-container {
  padding: 0px 10px;
}

.quick-data-card {
  position: relative;
  padding: 40px 30px;
  width: 100%;
  border-radius: var(--borderRadius);
  background: #ffffff;
}
.quick-data-card.hover-disabled:hover {
  background: #ffffff;
}
.quick-data-card:hover .action {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  position: absolute;
  right: 30px;
}
.quick-data-card .text .title {
  color: var(--bodyText);
  font-size: 20px;
  font-weight: 700;
}
.quick-data-card .text .subtitle {
  color: var(--secondaryText);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.quick-data-card .text .count {
  color: var(--bodyText);
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.quick-data-card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  border-radius: 50%;
  font-size: 35px;
  min-width: 50px;
  min-height: 50px;
}
.quick-data-card .action {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

@media only screen and (max-width: 1450px) {
  .quick-data-card-wrapper .quick-data-inner-container .quick-data-card {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .quick-data-card-wrapper .quick-data-inner-container .quick-data-card .icon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .quick-data-card-wrapper .quick-data-container {
    width: 33%;
  }
  .quick-data-card-wrapper.home-data .quick-data-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .quick-data-card-wrapper .quick-data-container {
    width: 50%;
  }
  .quick-data-card-wrapper .quick-data-container .quick-data-inner-container .quick-data-card {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .quick-data-card-wrapper .quick-data-container .quick-data-inner-container .quick-data-card .icon {
    margin-bottom: 10px;
  }
  .quick-data-card-wrapper.home-data .quick-data-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .quick-data-card-wrapper .quick-data-container {
    width: 100%;
  }
  .quick-data-card-wrapper.home-data .quick-data-container {
    width: 100%;
  }
  .quick-data-card {
    padding: 40px 15px;
  }
}
.delete-all-wrapper .button, .delete-all-wrapper button {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}

#delete-selected {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 11px;
  cursor: pointer;
}
#delete-selected:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
#delete-selected:before {
  font-size: 12px;
  margin-right: 3px;
  content: "\f1f8";
  font-family: var(--iconsFont);
}

.delete-selected {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 11px;
  cursor: pointer;
}
.delete-selected:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.delete-selected:before {
  font-size: 12px;
  margin-right: 3px;
  content: "\f1f8";
  font-family: var(--iconsFont);
}

.table-wrapper ::-webkit-scrollbar {
  height: 7px;
}
.table-wrapper .table-left {
  width: 7vw;
}
.table-wrapper .table-right {
  width: 8vw;
}
.table-wrapper .table-right .heading {
  height: 80px;
}
.table-wrapper .table-right .item-sticky .link {
  text-align: center;
  width: 50%;
}
.table-wrapper .table-right .item-sticky .quick-drop-menu-wrapper {
  width: 50%;
}
.table-wrapper .table-right .item-sticky .quick-drop-menu-wrapper .link.quick-drop-menu {
  display: block;
}
.table-wrapper .table-middle {
  width: 85vw;
  overflow-x: scroll;
}
.table-wrapper .table-middle .headers .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.table-wrapper .heading,
.table-wrapper .item-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  flex: none;
  height: 80px;
}
.table-wrapper .rows .table-row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 80px;
}
.table-wrapper .item {
  min-width: 200px;
  height: 80px;
}
.table-wrapper .item.truncated {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px !important;
  white-space: nowrap;
}

@media only screen and (max-width: 900px) {
  .entity-index .entity-index-heading {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -o-align-items: initial;
    -ms-align-items: initial;
    -webkit-align-items: initial;
    align-items: initial;
  }
  .entity-index .entity-index-heading .entity-index-filters {
    margin-top: 10px;
  }
}
.disabled-field-wrapper:hover > .disabled-field,
.disabled-field-wrapper:focus-within > .disabled-field {
  visibility: visible;
  opacity: 0.85;
}

.disabled-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  position: relative;
  width: 100%;
}
.disabled-field-wrapper > div {
  width: 100%;
}
.disabled-field-wrapper .disabled-field {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.draggable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: #ffffff;
  z-index: 99999;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
}

.draggable-items .draggable-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 15px 0px;
}
.draggable-items .draggable-item i {
  font-size: 15px;
}

.draggable-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 2px dotted #a3a3a3;
  z-index: 9;
}
.draggable-placeholder:before {
  font-size: 20px;
  position: absolute;
  left: 10px;
  content: "\f0b2";
  font-family: var(--iconsFont);
  color: #a3a3a3;
}

.option-type-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
}
.option-type-title-wrapper .option-error div {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid red;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}

.pulse-loader:not(:required) {
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid #bd0505;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}

@-moz-keyframes pulse-loader {
  0% {
    box-shadow: #bd0505 0 0 0px 10px;
  }
  40% {
    box-shadow: none;
  }
  100% {
    box-shadow: #bd0505 0 0 0px 25px inset;
  }
}
@-webkit-keyframes pulse-loader {
  0% {
    -webkit-box-shadow: #bd0505 0 0 0px 15px;
    box-shadow: #bd0505 0 0 0px 15px;
  }
  40% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -webkit-box-shadow: #bd0505 0 0 0px 25px inset;
    box-shadow: #bd0505 0 0 0px 25px inset;
  }
}
@keyframes pulse-loader {
  0% {
    -webkit-box-shadow: #bd0505 0 0 0px 10px;
    box-shadow: #bd0505 0 0 0px 10px;
  }
  40% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -webkit-box-shadow: #bd0505 0 0 0px 25px inset;
    box-shadow: #bd0505 0 0 0px 25px inset;
  }
}
.no-menu-list .progress {
  background: #ffffff;
  margin-bottom: 20px;
}
.no-menu-list .progress a {
  padding: 15px;
}
.no-menu-list .progress a:hover {
  background: #ffffff;
}

.inactive-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.inactive-feature .inactive-feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.inactive-feature .inactive-feature-text:before {
  content: "\f762";
  font-family: var(--iconsFont);
  font-size: 25px;
  margin-right: 10px;
}

.tab-content .inactive-feature {
  background: #ffffff;
  padding: 20px 10px;
}

.builder-content {
  position: relative;
}
.builder-content .inactive-feature .inactive-feature-text {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.white_label_inactive_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
  left: 0px !important;
  cursor: pointer;
}
.white_label_inactive_label .white_label_inactive {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background: #ffffff;
  padding: 10px;
}
.white_label_inactive_label .white_label_inactive .inactive-feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 13px;
}
.white_label_inactive_label .white_label_inactive .inactive-feature-text:before {
  margin-left: 0px;
  font-size: 19px;
  margin-right: 6px;
}
.white_label_inactive_label i {
  font-weight: 300;
  margin-left: -4px;
  text-align: left;
  font-size: 22px;
  margin-right: 3px;
}
.white_label_inactive_label span {
  height: auto;
  line-height: auto;
  font-size: 14px;
}

.white_label_inactive_label:hover > .white_label_inactive {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  opacity: 1;
  visibility: visible;
}

.contact-floating-buttons .floating-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.contact-floating-buttons .floating-button a:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.contact-floating-buttons .floating-button a.phone {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
  background: #222222;
  border: 1px solid #222222;
}
.contact-floating-buttons .floating-button a.phone:hover {
  background: #ffffff;
  color: #222222 !important;
}
.contact-floating-buttons .floating-button a.viber {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
  background: #7360f2;
  border: 1px solid #7360f2;
}
.contact-floating-buttons .floating-button a.viber:hover {
  background: #ffffff;
  border: 1px solid #7360f2;
  color: #7360f2 !important;
}
.contact-floating-buttons .floating-button a.whatsapp {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
  background: #128c7e;
  border: 1px solid #128c7e;
}
.contact-floating-buttons .floating-button a.whatsapp:hover {
  background: #ffffff;
  border: 1px solid #128c7e;
  color: #128c7e !important;
}

.global-save-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  background: #cde8fc;
  height: 65px;
  padding: 0px 20px;
}
.global-save-button-wrapper.saved {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background-color: #d7f1d6;
  color: #37ba32;
}
.global-save-button-wrapper.saving-error {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background-color: firebrick;
  color: #fff;
}

.info-icon:hover > .info-box,
.info-icon:focus-within > .info-box {
  visibility: visible;
  opacity: 1;
}

.info-icon {
  color: var(--lightTextColor);
  cursor: pointer;
  margin-left: 10px;
}
.info-icon:after {
  font-size: 16px;
  content: "\f05a";
  font-family: var(--iconsFont);
  font-weight: 100 !important;
}
.info-icon .info-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 0px;
  padding: 20px;
  width: 200px;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  color: var(--lightTextColor);
  line-height: 1.2em !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  z-index: 2;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.info-icon .info-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  width: 100%;
  margin: 0px !important;
}

.information-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  font-size: 13px;
  width: 100%;
  height: 100%;
}
.information-text:before {
  content: "\f05a";
  font-family: var(--iconsFont);
  margin-right: 5px;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  padding: 10px 20px;
  line-height: 1.5em;
  font-size: 11px;
  font-weight: 300;
}

.locales {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 9;
  padding: 10px 0px 0px 0px;
}
.locales ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.locales ul li {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #000000;
  padding: 10px;
  text-align: center;
  right: -50px;
}
.locales ul li:last-child {
  margin-right: 20px;
}
.locales ul li:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #000000;
  color: #ffffff;
  right: 0;
}
.locales ul li.active {
  background: #000000;
  color: #ffffff;
  right: 0;
}

.main-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99997;
}
.main-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.main-modal .modal-content {
  z-index: 10;
  position: relative;
  background: #ffffff;
}
.main-modal .modal-content.small {
  width: 25%;
  height: 25vh;
}
.main-modal .modal-content.normal {
  width: 33%;
  height: 33vh;
}
.main-modal .modal-content.medium {
  width: 50%;
  height: 50vh;
}
.main-modal .modal-content.large {
  width: 70%;
  height: 70vh;
}
.main-modal .modal-content.xlarge {
  width: 90%;
  height: 80vh;
}
.main-modal .modal-content.fullscreen {
  width: 100%;
  height: 100vh;
}
.main-modal .modal-content .close-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.main-modal .modal-content .close-modal:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.main-modal .modal-content .modal-body {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}
.main-modal .modal-content .modal-body .tab-content {
  width: 100%;
}
.main-modal .modal-content .modal-footer {
  padding: 30px 20px;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .main-modal .modal-content.small {
    width: 40%;
  }
  .main-modal .modal-content.medium, .main-modal .modal-content.large, .main-modal .modal-content.xlarge {
    width: 90%;
  }
}
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
}
.modal .modal-content {
  width: 70%;
}
.modal .modal-content:after {
  font-size: 60px;
  position: absolute;
  right: 20px;
  top: 20px;
  content: "\f1f8";
  font-family: var(--iconsFont);
  cursor: pointer;
  z-index: 10;
}
.modal .modal-content:hover:after {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.modal.open {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  visibility: visible;
  opacity: 1;
}

.dropzone {
  padding: 20px !important;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 1px dashed #aaaaaa !important;
  border-radius: 4px;
  padding: 4% 2% 4% 2%;
  min-height: 50px;
}
.dropzone:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background-color: #f9f9f9;
}
.dropzone .icon_preview {
  cursor: pointer !important;
}
.dropzone .icon_preview.selected {
  border: 2px solid #222222;
}
.dropzone.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2%;
}
.dropzone.product .drop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px dashed var(--lightTextColor);
  outline: none;
}
.dropzone.product .drop-item:focus, .dropzone.product .drop-item :focus-within {
  outline: none;
}
.dropzone.product .drop-item:before {
  content: "\f0ee";
  font-family: var(--iconsFont);
  font-size: 20px;
}
.dropzone.product .drop-item:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: var(--lightTextColor);
}
.dropzone.product section {
  cursor: pointer;
}
.dropzone.product section > div {
  outline: none;
}
.dropzone.product #previews {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
}
.dropzone.product #previews .preview-image-wrapper:hover > .img-delete-overlay,
.dropzone.product #previews .image_link:focus-within > .img-delete-overlay {
  visibility: visible;
  opacity: 1;
}
.dropzone.product #previews .preview-image-wrapper {
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  margin: 0px 5px;
}
.dropzone.product #previews .preview-image-wrapper .img-delete-overlay {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.dropzone.product #previews .preview-image-wrapper .img-delete-overlay:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  content: "\f1f8";
  font-family: var(--iconsFont);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dropzone.product #previews .preview-image-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.dropzone .drop-item {
  cursor: pointer;
  outline: none;
}
.dropzone .drop-item:focus, .dropzone .drop-item :focus-within {
  outline: none;
}
.dropzone .drop-item:before {
  content: "\f0ee";
  font-family: var(--iconsFont);
  font-size: 20px;
}
.dropzone .drop-item:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: var(--lightTextColor);
}
.dropzone .dz-message {
  display: inherit;
  text-align: center;
  margin: 2%;
}
.dropzone .dz-message span {
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  padding: 2%;
}
.dropzone .dz-preview {
  margin: 12px 8px 12px 8px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: none;
  transform: none;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.dropzone .dz-preview .dz-details {
  display: none;
}
.dropzone .dz-preview .dz-details .dz-filename {
  display: none;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  border-radius: 2px;
  line-height: 36px;
  padding: 6px;
}
.dropzone .dz-preview .dz-details .dz-filename span:hover, .dropzone .dz-preview .dz-details .dz-size span:hover {
  border: none;
  background-color: none;
}
.dropzone .dz-preview .img-frame {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
  box-shadow: 0px 0px 4px #888888;
}
.dropzone .dz-preview .dz-image {
  border-radius: 0px;
  z-index: 0 !important;
  width: auto !important;
}
.dropzone .dz-preview .dz-progress {
  border-radius: 0px;
  width: 100%;
  height: 5px;
  margin: 5px auto;
  left: 0px;
  top: 100%;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  border-radius: 0px;
}
.dropzone .dz-preview .dz-error-message {
  display: none !important;
}
.dropzone .dz-preview .dz-error-mark {
  top: 10%;
}
.dropzone .dz-preview .dz-remove {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.dropzone .dz-preview .dz-remove i:hover {
  cursor: pointer;
}

.media-status-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(50% 0, 100% 0, 100% 50%);
  background-color: rgba(200, 200, 200, 0.7);
}
.media-status-wrapper .media-status {
  position: absolute;
  top: 2px;
  right: 2px;
}
.media-status-wrapper .media-status.saved {
  color: green;
}
.media-status-wrapper .media-status.failed {
  color: red;
  cursor: pointer;
}

.media-uploader-wrapper {
  border: 2px solid var(--bordersColor);
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  background: #ffffff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 25%;
  min-height: 50px;
  border-radius: 5px;
  padding: 20px;
  z-index: 99998;
}
.media-uploader-wrapper .media-uploader-bar {
  border: 2px solid var(--bordersColor);
  margin-top: 5px;
  width: 100%;
  height: 10px;
  border-radius: 40px;
}
.media-uploader-wrapper .media-uploader-bar .media-uploader-progress {
  height: 6px;
  border-radius: 40px;
}

.product-variant-dropzone-wrapper .dropzone.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  min-height: 100px;
  width: 130px;
  height: 100px;
  padding: 5px !important;
}
.product-variant-dropzone-wrapper .dropzone.product #previews {
  height: 100%;
  margin-right: 0;
}
.product-variant-dropzone-wrapper .dropzone.product #previews .preview-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 100%;
}
.product-variant-dropzone-wrapper .dropzone.product #previews .img-delete-overlay {
  width: 100%;
  height: 100%;
}
.product-variant-dropzone-wrapper .dropzone.product #previews .img-delete-overlay img {
  width: 100%;
  height: 100%;
}
.product-variant-dropzone-wrapper .dropzone.product section {
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.product-variant-dropzone-wrapper .dropzone.product section div {
  outline: none;
  border: 0;
  height: 100%;
  width: 100%;
}

#preference-image-dropzone:after {
  cursor: pointer;
  content: "\f0ee";
  font-family: var(--iconsFont);
  font-size: 30px;
  font-style: normal;
  position: absolute;
  top: 20px;
  right: 20px;
}

.media-gallery .single-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  margin-top: 15px;
}
.media-gallery .single-media img {
  margin-bottom: 15px;
}
.media-gallery .media-preview {
  border: 2px solid transparent;
  padding: 8px;
  height: 100px;
  width: 100px;
  margin: 0px 10px 10px 0px;
  position: relative;
  background: var(--bgColor);
}
.media-gallery .media-preview .drop-item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none;
}
.media-gallery .media-preview .drop-item:focus, .media-gallery .media-preview .drop-item :focus-within {
  outline: none;
}
.media-gallery .media-preview .drop-item:before {
  content: "\f0ee";
  font-family: var(--iconsFont);
  font-size: 20px;
}
.media-gallery .media-preview .drop-item:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: var(--lightTextColor);
}
.media-gallery .media-preview.selected {
  cursor: pointer;
}
.media-gallery .media-preview.selectable {
  cursor: pointer;
}
.media-gallery .media-preview.center {
  align-self: center;
}
.media-gallery .media-preview .select-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  color: white;
  cursor: pointer;
  z-index: 1;
  padding: 3px 5px;
}
.media-gallery .media-preview .select-icon:before {
  content: "\f00c";
  font-family: var(--iconsFont);
}
.media-gallery .media-preview .select-icon.deletable:hover:before {
  content: "\f1f8";
  font-family: var(--iconsFont);
}
.media-gallery .media-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.media-gallery .media-preview .file-preview-wrapper {
  width: 100%;
}
.media-gallery .media-preview .file-preview-wrapper .file-preview-type {
  font-size: 30px;
}
.media-gallery .media-preview .file-preview-wrapper .file-preview-name {
  font-size: 13px;
}
.media-gallery .no-media-wrapper {
  width: 200px;
  height: 150px;
  border: 1px solid #ECECEC;
}
.media-gallery .no-media-wrapper .no-media-title {
  margin-bottom: 15px;
  color: #AEAFAE;
}
.media-gallery .no-media-wrapper .no-media-icon {
  font-size: 50px;
  color: #AEAFAE;
}

.gallery-content {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  height: 100%;
  overflow-y: auto;
}
.gallery-content .media {
  padding: 10px;
}
.gallery-content .dropzone-inner {
  width: 100%;
  height: 200px;
  border: 4px dashed var(--lightColor);
  cursor: pointer;
}
.gallery-content .dropzone-inner i {
  font-size: 80px;
}

.media-info-wrapper {
  width: 25%;
  height: 100%;
  position: relative;
  background: var(--lightColor);
  border-left: 1px solid #dcdcde;
  font-size: 13px;
}
.media-info-wrapper .media-info {
  padding: 10px;
}
.media-info-wrapper .media-info .media-preview {
  width: 100%;
  height: 150px;
}
.media-info-wrapper .media-info .media-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.media-info-wrapper .media-info .filename {
  font-weight: 700;
  margin-bottom: 10px;
}
.media-info-wrapper .media-info .filesize {
  margin-bottom: 10px;
}
.media-info-wrapper .media-info .filesource-wrapper {
  background: #ffffff;
  white-space: nowrap;
  width: 100%;
  padding: 5px 2px;
  overflow-x: hidden;
}
.media-info-wrapper .media-info .filesource-wrapper ::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background: transparent;
}
.media-info-wrapper .media-info .filesource-wrapper .filesource {
  overflow: auto;
}
.media-info-wrapper .media-info .filesource-wrapper .filesource ::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background: transparent;
}

.steps-wrapper {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.steps-wrapper .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.steps-wrapper .steps .step-wrapper {
  width: 33%;
  padding: 10px;
}
.steps-wrapper .steps .step-wrapper .step {
  font-size: 14px;
  padding: 10px 20px;
  margin: 0;
  line-height: initial;
  border-bottom: 4px solid transparent;
  outline: none;
}
.steps-wrapper .steps .step-wrapper .step .icon {
  margin-right: 8px;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper {
  position: relative;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-bar {
  width: 100%;
  border-radius: 20px;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-bar.step-colored {
  border: 3px solid #FF784C;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-bar.step-grayed-out {
  border: 3px solid #AEAFAE;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-outer-circle {
  width: 20px;
  padding-bottom: 20px;
  left: calc(50% - 10px);
  top: -7px;
  background-color: #FF784C;
  height: 0;
  position: absolute;
  border-radius: 100%;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-outer-circle.step-grayed-out {
  background-color: #AEAFAE;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-inner-circle {
  width: 8px;
  padding-bottom: 8px;
  left: calc(50% - 4px);
  top: -1px;
  background-color: white;
  height: 0;
  position: absolute;
  border-radius: 100%;
}
.steps-wrapper .steps .step-wrapper:hover .step-top-wrapper .step-top-bar.step-colored:not(.step-current) {
  border-color: #ffc5b2;
}
.steps-wrapper .steps .step-wrapper:hover .step-top-wrapper .step-top-bar.step-colored:not(.step-current) + .step-top-outer-circle {
  background-color: #ffc5b2;
}

.select-input-results-wrapper {
  position: absolute;
  overflow-y: scroll;
  width: 100%;
  z-index: 10;
  background-color: white;
}

.order-price-detailed {
  border-top: 1px solid #eeeeee;
}
.order-price-detailed .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  font-weight: bold;
  font-size: 1.2rem;
}

.product-options .product-option-wrapper {
  margin-bottom: 15px;
}
.product-options .product-option-wrapper .option-type-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 8px;
}
.product-options .product-option-wrapper .option-type-title-wrapper .option-error div {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid red;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}
.product-options .product-option-wrapper .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.product-options .option-types-size-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-options .option-types-size-container label {
  flex: 0 0 100%;
}
.product-options .option-types-size-container .product-option {
  margin: 0px 5px 5px 0px;
  padding: 7px 12px;
}
.product-options .option-types-radio-container .product-option {
  padding: 0px !important;
  margin: 0px 0px 5px 0px !important;
}
.product-options .option-types-radio-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
.product-options .option-types-radio-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
.product-options .option-types-checkbox-container .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  border-radius: 0 !important;
  padding: 0px !important;
  margin: 0px 0px 5px 0px !important;
}
.product-options .option-types-checkbox-container .product-option .unchecked {
  height: 12px;
  width: 12px;
  margin: 0px 8px 0 0;
}
.product-options .option-types-checkbox-container .product-option .checked {
  height: 12px;
  width: 12px;
  margin: 0px 8px 0 0;
}
.product-options .product-available-date {
  margin-top: 10px;
}

.main-table-wrapper {
  position: relative;
  min-height: 200px;
}

.plus-icon {
  font-size: 17px !important;
  color: #FF784C;
}

.checkout-container {
  width: 100%;
}
.checkout-container .checkout-steps .checkout-step {
  margin-bottom: 20px;
}
.checkout-container .checkout-steps .checkout-step #term-text {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  cursor: pointer;
}
.checkout-container .checkout-steps .checkout-step .field.button-wrapper .button {
  width: 100%;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: relative;
  margin: 20px 0px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #d9d9d9;
  background: lightgray;
  border-radius: 3px;
  padding: 40px 10px;
  margin-right: 3%;
  width: 45%;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile:before {
  font-size: 30px;
  margin-bottom: 15px;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile:last-child {
  margin-right: 0;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile.selected:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 25px;
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile.selected, .checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.checkout-container .checkout-steps .checkout-step.delivery-details #delivery-country, .checkout-container .checkout-steps .checkout-step.delivery-details #delivery-area {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: relative;
  margin: 20px 0px;
  cursor: pointer;
  border: 2px solid #d9d9d9;
  background: lightgray;
  border-radius: 3px;
  padding: 10px;
  min-height: 80px;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option .name, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option .name {
  font-weight: 600;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option .description, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option .description {
  font-size: 12px;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option .cost, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option .cost {
  font-weight: 600;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option.unavailable, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option.unavailable {
  cursor: auto;
  opacity: 0.65;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option.unavailable .cost, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option.unavailable .cost {
  margin-top: 5px;
  font-weight: 300;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option:before, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option:before {
  display: none;
  position: absolute;
  right: 20px;
  font-size: 23px;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option.selected, .checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option:hover, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option.selected, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option.selected:before, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option.selected:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-container .checkout-steps .checkout-step #billing-country, .checkout-container .checkout-steps .checkout-step #billing-area {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout-container .checkout-steps .fields .field-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-container .checkout-steps .fields .field-columns .field {
  width: 100%;
}
.checkout-container .checkout-steps .fields .field-columns .field input.disabled {
  background: #dddddd;
}
.checkout-container .checkout-steps .fields .field-columns .field .valid {
  color: green;
}
.checkout-container .checkout-steps .fields .field {
  margin-top: 20px;
}
.checkout-container .unavailable-items {
  border: 2px solid red;
  padding: 5px 20px;
  margin-bottom: 25px;
  position: relative;
}
.checkout-container .unavailable-items h6 {
  color: red;
}
.checkout-container .unavailable-items .items-details {
  margin: 20px 0;
}
.checkout-container .unavailable-items .close-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  font-size: 24px;
}

.checkout-selected-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  cursor: pointer;
  position: relative;
  padding: 30px 20px 20px 50px;
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
}
.checkout-selected-step:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #f7f7f7;
}
.checkout-selected-step:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  left: 10px;
  font-size: 23px;
  top: 50%;
  margin-top: -7px;
}
.checkout-selected-step .selection-name {
  flex: 80%;
  font-weight: 600;
  margin-bottom: 5px;
}
.checkout-selected-step .selection-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 20%;
  font-size: 14px;
}
.checkout-selected-step .selection-option .change-option {
  font-weight: 600;
  margin-left: 10px;
  text-align: right;
}
.checkout-selected-step.incomplete {
  opacity: 0.7;
}
.checkout-selected-step.incomplete:hover {
  cursor: auto;
  background: initial;
}
.checkout-selected-step.incomplete:before {
  color: darkgray;
}

.tile-options-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.tile-options-wrapper .tile-option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  background-color: white;
  border: 1px solid #838383;
  border-radius: 6px;
  cursor: pointer;
}
.tile-options-wrapper .tile-option-wrapper.selected {
  border-color: #FF784C;
}
.tile-options-wrapper .tile-option-wrapper.selected i {
  color: #FF784C;
}
.tile-options-wrapper .tile-option-wrapper i {
  font-size: 22px;
}

.select-item {
  padding: 5px 10px;
  z-index: 2;
  cursor: pointer;
}
.select-item:hover {
  background-color: #F9F9F9;
}

.selected-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  border-radius: 6px;
  height: 27px;
  gap: 10px;
  padding: 0px 10px;
  background-color: #929292;
  font-weight: bold;
}
.selected-user .user-fullname {
  color: #FF784C;
}

.user-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}

.user-detail {
  flex-grow: 1;
  flex-basis: 45%;
}

.current-user-box {
  padding: 10px;
  background-color: #F9F9F9;
  display: flex;
  gap: 20px;
  align-items: center;
}

.remove-user-icon {
  color: #838283;
  font-weight: bold;
}

.bullet_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

.checked_icon:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
}

.input-field input.erroneous-field {
  border: 2px solid red !important;
}

.error-details {
  color: red;
}

.customer-information-block {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.customer-information-block .customer-information-item {
  flex-basis: 50%;
  flex-shrink: 0;
}
.customer-information-block .customer-information-item.customer-information-item-value {
  font-weight: bold;
}

.shipping-method-item {
  min-width: 200px;
}
.shipping-method-item .tile-option-wrapper .missing-amount-tooltip {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 0;
  text-wrap: nowrap;
  color: red;
}
.shipping-method-item:hover .tile-option-wrapper .missing-amount-tooltip {
  display: block;
}

.one_shipment-icon:before {
  content: "\f1b2";
  font-family: "Font Awesome 6 Pro";
}

.multiple_shipments-icon:before {
  content: "\f1b3";
  font-family: "Font Awesome 6 Pro";
}

.width-full {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.p-10-20 {
  padding: 10px 20px !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-basis-full {
  flex: 1 0 100%;
}

.flex-basis-50 {
  flex-basis: 50%;
}

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.cursor-pointer {
  cursor: pointer;
}

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

.display-block {
  display: block;
}

.pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.primary-color-text {
  color: #FF784C;
}

.unavailable {
  cursor: unset;
  opacity: 0.65;
  pointer-events: none;
}

.page-numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.page-numbers-wrapper .page-numbers {
  margin-right: 10px;
}
.page-numbers-wrapper .btn {
  font-size: 14px;
  height: 30px;
  line-height: 1em;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checklist-progress-bar {
  padding: 24px;
}

.progress-bar {
  position: relative;
  display: block;
  height: 5px;
  width: 100%;
  background-clip: padding-box;
  margin: 0;
  overflow: hidden;
}
.progress-bar .indeterminate:after {
  content: "";
  position: absolute;
  background-color: #ffb74d;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: right;
  -webkit-animation: indeterminate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) normal;
  animation: indeterminate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) normal;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes indeterminate {
  0% {
    right: 100%;
  }
  60% {
    right: -8%;
  }
  100% {
    right: -8%;
  }
}
@-webkit-keyframes indeterminate {
  0% {
    right: 100%;
  }
  60% {
    right: -8%;
  }
  100% {
    right: -8%;
  }
}
.progress .percentage {
  font-size: 30px;
  font-weight: 600;
}
.progress .onboarding-progress_container {
  background: #D9D9D9;
  border-radius: 4px;
  height: 8px;
  margin-top: 6px;
  overflow: hidden;
  width: 100%;
}
.progress .onboarding-progress_container .onboarding-progress_inner {
  border-radius: 4px;
  height: 8px;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
}

.quick-drop-menu-wrapper {
  position: absolute;
  right: 0px;
}
.quick-drop-menu-wrapper .quick-drop-menu-wrapper-overlay {
  position: fixed;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.quick-drop-menu-wrapper .quick-drop-menu-wrapper-overlay.opened {
  display: block;
}
.quick-drop-menu-wrapper .quick-drop-menu-wrapper-overlay.closed {
  display: none;
}
.quick-drop-menu-wrapper .quick-drop-menu {
  cursor: pointer;
}
.quick-drop-menu-wrapper .drop-menu {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: var(--borderRadius);
  position: absolute;
  top: 40px;
  right: 0px;
  background: #ffffff;
  padding: 15px 20px;
  min-width: 200px;
  z-index: 2;
}
.quick-drop-menu-wrapper .drop-menu .drop-item {
  width: 100%;
}
.quick-drop-menu-wrapper .drop-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 100%;
  font-size: 13px;
  margin: 8px 0px;
}
.quick-drop-menu-wrapper .drop-menu a i {
  width: 35px;
  font-size: 14px;
}
.quick-drop-menu-wrapper .drop-menu.opened {
  -webkit-animation-name: fade_in;
  animation-name: fade_in;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.quick-drop-menu-wrapper .drop-menu.closed {
  visibility: hidden;
  opacity: 0;
}

.course-header {
  height: var(--headerHeight);
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #000000;
  padding: 0px 20px;
  color: #ffffff;
}
.course-header .back-button {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.course-header .left-actions {
  position: absolute;
  left: 15px;
}
.course-header .middle-actions {
  width: 100%;
}
.course-header .middle-actions .icon-button {
  height: 36px;
  width: 36px;
  background: #838283;
  border-radius: 6px;
  border: none;
}
.course-header .middle-actions .icon-button i {
  color: #ffffff;
  font-size: 25px;
}
.course-header .right-actions {
  position: absolute;
  right: 15px;
}
.course-header .status {
  background: #838283;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
}
.course-header .status.published {
  background: #5F8D00;
}

.builderFilesListWrapper, .imageFilesListWrapper {
  height: 200px;
  overflow-y: scroll;
}
.builderFilesListWrapper button, .imageFilesListWrapper button {
  cursor: pointer;
  padding: 5px 2px;
  background: transparent;
  font-size: 18px;
  border: 1px solid #f1f1f1;
}
.builderFilesListWrapper button:hover, .imageFilesListWrapper button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.builderFilesListWrapper.imageGallery .preview-image-wrapper, .imageFilesListWrapper.imageGallery .preview-image-wrapper {
  cursor: pointer;
  width: 15.8333333333%;
  height: 120px;
  margin-right: 0.8333333333%;
  margin-bottom: 10px;
}
.builderFilesListWrapper.imageGallery .preview-image-wrapper img, .imageFilesListWrapper.imageGallery .preview-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.builderFilesListWrapper.imageGallery .preview-image-wrapper:hover, .imageFilesListWrapper.imageGallery .preview-image-wrapper:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  padding: 2px;
}

.tabs-wrapper {
  width: 100%;
  position: relative;
}
.tabs-wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  list-style: none;
}
.tabs-wrapper .tabs .tab {
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
  margin: 0;
  line-height: initial;
  border-bottom: 4px solid transparent;
  outline: none;
}
.tabs-wrapper .tabs .tab .icon {
  margin-right: 8px;
}
.tabs-wrapper .tabs .tab.disabled a {
  cursor: default;
}
.tabs-wrapper .tabs .tab.disabled a:hover {
  cursor: default;
}
.tabs-wrapper.fluid {
  margin: 0;
  flex: 1;
}
.tabs-wrapper.secondary {
  margin-top: 20px;
  border: 0px;
}
.tabs-wrapper.secondary .tabs .tab {
  background: #ffffff;
  border-bottom: 0px solid transparent;
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
  margin-right: 10px;
}
.tabs-wrapper.secondary .tabs .tab.active, .tabs-wrapper.secondary .tabs .tab.selected, .tabs-wrapper.secondary .tabs .tab:hover {
  border-bottom: 0px solid transparent;
}
.tabs-wrapper.secondary .tabs .tab.selected, .tabs-wrapper.secondary .tabs .tab.active {
  color: #ffffff !important;
}
.tabs-wrapper.secondary .tabs .tab.selected:hover, .tabs-wrapper.secondary .tabs .tab.active:hover {
  color: #ffffff !important;
}
.tabs-wrapper.secondary .tabs .tab:hover {
  color: var(--bodyText);
}
.tabs-wrapper.vertical {
  height: auto;
  overflow: visible;
}
.tabs-wrapper.vertical .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  height: 100%;
  padding-left: 0px;
}
.tabs-wrapper.vertical .tabs .tab {
  margin-bottom: 15px;
  padding: 10px 10px 10px 0px;
}

@media only screen and (max-width: 728px) {
  .tabs-wrapper .tabs {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-wrapper.vertical .tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-wrapper.vertical {
    overflow: auto;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .tabs-wrapper.vertical .tabs {
    overflow-x: scroll;
  }
}
.filter-tag {
  border: 1px solid var(--bordersColor) !important;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}
.filter-tag:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

.tag-select-wrapper {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  position: absolute;
  background-color: white;
  z-index: 1;
  min-width: 300px;
  border: 1px solid #ddd;
  top: 100%;
}
.tag-select-wrapper .tag-select {
  cursor: pointer;
}
.tag-select-wrapper .tag-select.selected {
  background-color: #f0f0f0;
}

.text-editor {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
.text-editor ::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background: transparent;
}
.text-editor .text-editor-menu {
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  overflow-x: auto;
  width: 100%;
  margin: 5px 0px;
}
.text-editor .text-editor-menu .editor-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: #ffffff;
  border: none;
  box-shadow: none;
  border-right: 1px solid #eeeeee;
  border-radius: 0px;
  min-width: 30px;
  height: 35px;
  padding: 0;
}
.text-editor .text-editor-menu .editor-button.spacer {
  cursor: unset !important;
}
.text-editor .text-editor-menu .editor-button.spacer:hover {
  background: #ffffff;
}
.text-editor .text-editor-menu .editor-button.is-active {
  color: #ffffff;
}
.text-editor .text-editor-menu .editor-button:hover {
  background: #f7f7f7;
}
.text-editor .text-editor-menu .editor-button i {
  font-style: normal;
}
.text-editor .text-editor-menu input[type=color] {
  border-right: 1px solid #eeeeee !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
  cursor: pointer;
  background: #ffffff;
  border-radius: 0px !important;
  border: none;
  box-shadow: none;
  width: 35px;
  height: 35px;
  padding: 0;
}
.text-editor .text-editor-menu input[type=color]:hover {
  background: #ffffff;
}
.text-editor .text-editor-content {
  border: 2px solid #eeeeee;
}
.text-editor .text-editor-content .ProseMirror {
  width: 100%;
  min-height: 180px;
  max-height: 180px;
  padding: 10px;
  overflow-y: scroll;
  resize: none;
}
.text-editor .text-editor-content .ProseMirror.ProseMirror-focused {
  border: none !important;
  outline: none;
}
.text-editor .text-editor-content .ProseMirror ul {
  margin: 0px 0px 0px 40px;
}
.text-editor .text-editor-content .ProseMirror ul li {
  list-style: disc;
}
.text-editor .text-editor-content .ProseMirror code {
  font-family: Courier;
  background-color: #eeeeee;
}
.text-editor .text-editor-content .ProseMirror a {
  font-weight: 700;
}
.text-editor .text-editor-content .ProseMirror blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #cccccc;
}
.text-editor .character-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
.text-editor .character-count div {
  color: var(--lightTextColor);
  font-size: 13px;
}

.themes-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0px 10px;
}

.themes-subtitle {
  font-size: 15px;
  font-weight: 300;
  padding: 0px 10px;
}

.theme-options-wrapper {
  margin-top: 30px;
}
.theme-options-wrapper .theme-option {
  width: 47.5%;
  margin: 0px 1.25% 30px 1.25%;
  border-radius: 2px;
  padding: 10px;
  position: relative;
}
.theme-options-wrapper .theme-option.selected {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  border: 1px solid #eeeeee;
}
.theme-options-wrapper .theme-option.selected:before {
  content: "\f058";
  font-family: var(--iconsFont);
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 30px;
  z-index: 2;
}
.theme-options-wrapper .theme-option.selected:after {
  content: " ";
  display: block;
  position: absolute;
  opacity: 0.8;
  top: 0px;
  right: 0px;
  background: #222222;
  height: 100px;
  width: 100px;
  border-bottom-left-radius: 80%;
  z-index: 1;
}
.theme-options-wrapper .theme-option img {
  width: 100%;
  object-fit: cover;
}

.builderElements .theme-options-wrapper .theme-option {
  width: 31.6666666667%;
  margin: 0px 0.8333333333% 30px 0.8333333333%;
}

@media only screen and (max-width: 800px) {
  .builderElements .theme-options-wrapper .theme-option {
    width: 47.5%;
    margin: 0px 1.25% 30px 1.25%;
  }
}
@media only screen and (max-width: 600px) {
  .builderElements .theme-options-wrapper .theme-option {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .theme-options-wrapper .theme-option {
    width: 100%;
  }
}
.tiles .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  padding: 40px 20px;
  background: #ffffff;
}
.tiles .tile .tile-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tiles .tile .tile-text .tile-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.tiles .tile .tile-text .tile-title h1, .tiles .tile .tile-text .tile-title h2, .tiles .tile .tile-text .tile-title h3, .tiles .tile .tile-text .tile-title h4, .tiles .tile .tile-text .tile-title h5, .tiles .tile .tile-text .tile-title h6 {
  line-height: initial;
  margin: 0;
  padding: 0;
}
.tiles .tile .tile-text .tile-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.tile-button {
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  padding: 20px;
  color: var(----bodyText);
  background: #FFFFFF;
  cursor: pointer;
}
.tile-button.disabled {
  cursor: default;
}
.tile-button.selected {
  border-color: var(--color-scheme);
}
.tile-button:hover {
  background: rgb(from var(--color-scheme) rgb/0.1);
}
.tile-button:hover.disabled {
  background: #FFFFFF;
}
.tile-button i {
  font-size: 35px;
  width: 60px;
}
.tile-button i.selected {
  width: auto;
  color: var(--color-scheme);
}
.tile-button .tile-title {
  font-size: 18px;
  font-weight: 800;
  color: var(----bodyText);
}
.tile-button .tile-subtitle {
  font-size: 14px;
  color: var(--lightTextColor);
}

.tooltip-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: relative;
  background: transparent;
  border: none;
  padding: 0px 10px;
  font-size: 20px;
}
.tooltip-button .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -50px;
  background: #252324;
  color: #ffffff;
  font-size: 10px;
  padding: 5px 8px;
  min-width: 100px;
  border-radius: 2px;
  text-align: center;
}
.tooltip-button .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2.5px;
  border-width: 5px;
  border-style: solid;
  border-color: #252324 transparent transparent transparent;
}

.tooltip-button:hover > .tooltip {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  visibility: visible;
  opacity: 1;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
  fill: #fff;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15%;
  right: 15%;
  border: 3px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 0;
  transition: width 300ms ease-in-out;
  border-radius: 17px;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #b10606;
  padding: 0.5em 1em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b10606;
} /*# sourceMappingURL=dropzone.css.map */
.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.PresetDateRangePicker_button:active {
  outline: 0;
}

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699;
}

.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff;
  width: 100%;
}

.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}

.SingleDatePickerInput__rtl {
  direction: rtl;
}

.SingleDatePickerInput__disabled {
  background-color: var(--disableColor);
}

.SingleDatePickerInput__block {
  display: block;
}

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  border-radius: 50%;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.SingleDatePickerInput_clearDate__default:focus {
  background: #dbdbdb;
}
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
}

.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}

.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.SingleDatePicker {
  position: relative;
  display: inline-block;
  width: 100%;
}

.SingleDatePicker__block {
  display: block;
}

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.SingleDatePicker_picker__rtl {
  direction: rtl;
}

.SingleDatePicker_picker__directionLeft {
  left: 0;
}

.SingleDatePicker_picker__directionRight {
  right: 0;
}

.SingleDatePicker_picker__portal {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.SingleDatePicker_closeButton:focus {
  color: #b0b3b4;
  text-decoration: none;
}
.SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px;
}

.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left;
}

.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
.DayPickerKeyboardShortcuts_closeSvg:focus {
  fill: #82888a;
}
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a;
}

.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.CalendarDay:active {
  outline: 0;
}

.CalendarDay__defaultCursor {
  cursor: default;
}

.CalendarDay__default {
  border: 1px solid #e4e7e7;
}
.CalendarDay__default:hover {
  border: 1px solid #e4e7e7;
}

.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit;
}

.CalendarDay__outside {
  border: 0;
  color: #484848;
}
.CalendarDay__outside:hover {
  border: 0;
}

.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd;
}
.CalendarDay__blocked_minimum_nights:active {
  background: #fff;
  color: #cacccd;
}
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd;
}

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848;
}
.CalendarDay__highlighted_calendar:active {
  background: #ffce71;
  color: #484848;
}
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848;
}

.CalendarDay__selected_span {
  color: #fff;
}
.CalendarDay__selected_span:active {
  color: #fff;
}
.CalendarDay__selected_span:hover {
  color: #fff;
}

.CalendarDay__selected {
  color: #ffffff;
}
.CalendarDay__selected:active {
  color: #ffffff;
}
.CalendarDay__selected:hover {
  color: #ffffff;
}

.CalendarDay__hovered_span {
  color: #007a87;
}
.CalendarDay__hovered_span:hover {
  color: #007a87;
}
.CalendarDay__hovered_span:active {
  color: #007a87;
}

.CalendarDay__blocked_calendar {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}
.CalendarDay__blocked_calendar:active {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}

.CalendarDay__blocked_out_of_range {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}
.CalendarDay__blocked_out_of_range:active {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}

.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee;
}

.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7;
}

.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
}

.CalendarMonth_verticalSpacing {
  border-collapse: separate;
}

.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial;
}

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}

.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}

.CalendarMonthGrid__animating {
  z-index: 1;
}

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}

.CalendarMonthGrid__vertical {
  margin: 0 auto;
}

.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
}

.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%;
}

.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.CalendarMonthGrid_month__hidden {
  visibility: hidden;
}

.DayPickerNavigation {
  position: relative;
  z-index: 2;
}

.DayPickerNavigation__horizontal {
  height: 0;
}

.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1;
}

.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0;
}

.DayPickerNavigation__verticalScrollableDefault {
  position: relative;
}

.DayPickerNavigation__bottom {
  height: auto;
}

.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575;
}
.DayPickerNavigation_button__default:focus {
  border: 1px solid #c4c4c4;
}
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4;
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}

.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:focus {
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0;
}

.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}

.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px;
}

.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px;
}

.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px;
}

.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%;
}

.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0;
}

.DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%;
}

.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%;
}

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block;
}

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
}

.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2;
}

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}

.DayPicker__horizontal {
  background: #fff;
}

.DayPicker__verticalScrollable {
  height: 100%;
}

.DayPicker__hidden {
  visibility: hidden;
}

.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}

.DayPicker_portal__vertical {
  position: initial;
}

.DayPicker_focusRegion {
  outline: 0;
}

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

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

.DayPicker_weekHeaders {
  position: relative;
}

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left;
}

.DayPicker_weekHeader__vertical {
  left: 50%;
}

.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}

.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.DayPicker_transitionContainer__vertical {
  width: 100%;
}

.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}

.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.table-date-range .DateInput {
  width: 130px;
}

.DateInput__small {
  width: 97px;
}

.DateInput__block {
  width: 100%;
}

.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb;
}

.DateInput_input {
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-bottom: 2px solid transparent !important;
}

.table-date-range .DateInput_input {
  background-color: #f9f9f9;
}

.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 7px 7px 5px;
}

.DateInput_input__regular {
  font-weight: auto;
}

.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DateInput_input__focused {
  outline: 0;
  background-color: #fff;
  border: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #008489;
  border-left: 0 !important;
}

.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic;
}

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

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
}

.DateInput_fangShape {
  fill: #fff;
}

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}

.DateRangePickerInput {
  background-color: #fff;
  display: inline-block;
}

.DateRangePickerInput__disabled {
  background: #f2f2f2;
}

.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}

.DateRangePickerInput__rtl {
  direction: rtl;
}

.DateRangePickerInput__block {
  display: block;
}

.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848;
}

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 18px;
  width: 18px;
}

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.DateRangePickerInput_clearDates__small {
  padding: 6px;
}

.DateRangePickerInput_clearDates_default:focus {
  background: #dbdbdb;
  border-radius: 50%;
}
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}

.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.DateRangePicker {
  position: relative;
  display: inline-block;
}

.DateRangePicker__block {
  display: block;
}

.DateRangePicker_picker {
  z-index: 11;
  background-color: #fff;
  position: absolute;
}

.DateRangePicker_picker__rtl {
  direction: rtl;
}

.DateRangePicker_picker__directionLeft {
  left: 0;
}

.DateRangePicker_picker__directionRight {
  right: 0;
}

.DateRangePicker_picker__portal {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.DateRangePicker_closeButton:focus {
  color: #b0b3b4;
  text-decoration: none;
}
.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.react-toggle.small .react-toggle-track {
  width: 45px;
  height: 19px;
}
.react-toggle.small .react-toggle-thumb {
  width: 17px;
  height: 17px;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.react-toggle-track-check svg {
  display: none;
}

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #ffffff;
}

.saas-tenant-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.saas-tenant-actions .request-access-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: initial;
}
.saas-tenant-actions .access-requested {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 18px;
}

.require-grant-notifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  top: -5px;
  right: 0px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #ffffff;
}

.access-request-drop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  margin: 0;
  position: absolute;
  top: var(--headerHeight);
  z-index: 9999;
  right: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.access-request-drop-menu .requests-wrapper {
  padding: 10px;
}
.access-request-drop-menu .requests-wrapper .request-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.access-request-drop-menu .requests-wrapper .request-item .support-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.access-request-drop-menu .requests-wrapper .request-item .support-icon i {
  font-size: 20px;
  color: #ffffff;
}
.access-request-drop-menu .requests-wrapper .request-item .request-text .request-title {
  font-size: 14px;
}
.access-request-drop-menu .requests-wrapper .request-item .request-text .request-sub-title {
  font-size: 12px;
  font-weight: 700;
}

.pulse {
  -webkit-transform: scale(1);
  transform: scale(1);
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  border-radius: 50%;
  display: none;
  font-size: 10px;
  margin-right: 25px;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.grid-circle-loader {
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, var(--color-scheme)) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: grid-circle-loader-animation 1s infinite steps(10);
}

@keyframes grid-circle-loader-animation {
  to {
    transform: rotate(1turn);
  }
}
.dots-circle-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
}

.dots-circle-loader::before, .dots-circle-loader::after {
  content: "";
  grid-area: 1/1;
  --c: no-repeat radial-gradient(farthest-side, var(--color-scheme) 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 12px 12px;
  animation: initial-loader-animation 1s infinite;
}

.dots-circle-loader::before {
  margin: 4px;
  background-size: 8px 8px;
  animation-timing-function: linear;
}

@keyframes initial-loader-animation {
  100% {
    transform: rotate(0.5turn);
  }
}
.CodeMirror {
  border: 2px solid #dddddd;
  box-shadow: none;
  outline: none;
}

.MuiDialog-root {
  z-index: 99999 !important;
}

.toggle-full-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 14;
  background: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  border-radius: 5px;
}
.toggle-full-screen.opened {
  position: fixed;
  bottom: 20px;
}

.full-screen-mode {
  position: fixed !important;
  z-index: 9999;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100% !important;
}
.full-screen-mode .text-editor-menu {
  background: #ffffff;
}
.full-screen-mode .text-editor-content {
  height: 100% !important;
  background: #ffffff;
}
.full-screen-mode .text-editor-content .ProseMirror {
  max-height: 100% !important;
  min-height: 100% !important;
}
.full-screen-mode .react-codemirror2 {
  height: 100% !important;
}
.full-screen-mode .react-codemirror2 .CodeMirror {
  max-height: 100% !important;
  min-height: 100% !important;
}

input[type=checkbox],
input[type=radio] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #656565;
  max-width: 17px;
  max-height: 17px;
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  margin: 0px 5px 0px 0px;
  border-radius: 5px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  border: 1px solid transparent;
  margin: 0px 5px 0px 0px;
}
input[type=checkbox]:disabled,
input[type=checkbox] .disabled,
input[type=radio]:disabled,
input[type=radio] .disabled {
  color: var(--disableColor) !important;
  cursor: default;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  content: "•";
  color: #ffffff;
  max-width: 17px;
  max-height: 17px;
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
}

input[type=checkbox]:checked:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  content: "✓";
  color: #ffffff;
  max-width: 17px;
  max-height: 17px;
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  border-radius: 5px;
}

.card-body label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 100%;
}
.card-body label span {
  padding: 0;
  margin: 0;
}

.empty-grid i {
  font-size: 100px !important;
  color: var(--bodyText);
}

.MuiInput-formControl input {
  border: 0 !important;
}

.select-wrapper input.select-dropdown {
  padding-right: 24px !important;
  box-sizing: inherit !important;
}

.select-dropdown {
  z-index: 999;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

strong {
  font-weight: 700;
}

.modal-overlay {
  opacity: 0.85 !important;
  background: #ffffff !important;
}

.center {
  text-align: center;
}

.help-notice {
  font-size: 12px;
}

.custom-dimensions-wrapper,
.custom-fonts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-dimensions-wrapper .dimension-input,
.custom-dimensions-wrapper .typography-input,
.custom-fonts-wrapper .dimension-input,
.custom-fonts-wrapper .typography-input {
  flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
}
.custom-dimensions-wrapper .dimension-selector,
.custom-dimensions-wrapper .typography-selector,
.custom-fonts-wrapper .dimension-selector,
.custom-fonts-wrapper .typography-selector {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

.notified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  right: 10px;
}
.notified:after {
  content: "\e62c";
  font-family: var(--iconsFont);
  font-size: 16px;
}

table table tr {
  border: none;
}
table table tr:hover {
  background: none;
}

.category-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  height: 250px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  overflow: auto;
  padding: 0px 10px 0px 10px;
}
.category-icon-wrapper .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 30px;
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
}
.category-icon-wrapper .icon:hover {
  background: #dddddd;
}
.category-icon-wrapper .icon.selected {
  color: #ffffff;
}

.help {
  width: 100%;
}
.help blockquote {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 13px;
  padding: 20px;
  background: #ffffff;
  margin: 20px 0;
}
.help blockquote i {
  font-size: 15px;
  margin-right: 10px;
}

#edit_variant_modal {
  width: 90% !important;
  max-height: 80% !important;
}

.setting-option {
  padding-left: 25px !important;
  margin-right: 15px;
}

.grouped-options-lineitem {
  font-size: 10px;
}
.grouped-options-lineitem .g-opt-line {
  margin-top: 5px;
}

.product-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.product-image-wrapper .mini-product-image,
.product-image-wrapper .mini-rental-image {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  object-fit: cover;
  margin-right: 10px;
}

.color-picker-wrapper {
  position: relative;
}
.color-picker-wrapper .color-picker-box {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: 2px solid #eeeeee;
  margin: 10px 0;
  cursor: pointer;
}
.color-picker-wrapper .color-picker-options-wrapper {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  position: absolute;
  min-width: 225px;
  height: 100%;
  z-index: 1;
}
.color-picker-wrapper .color-picker-options-wrapper .chrome-picker {
  width: 100% !important;
}

.picker-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.picker-field .pickr .pcr-button {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #9e9e9e;
  border-radius: 3px;
}
.picker-field .label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  margin-left: 12px;
}
.picker-field .label-wrapper label {
  position: initial;
}
.picker-field .label-wrapper span {
  font-size: 0.8rem;
}

.prototype-option-type-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
.prototype-option-type-container .drag-option-type {
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  cursor: move;
}
.prototype-option-type-container .remove-option-type {
  cursor: pointer;
}
.prototype-option-type-container .prototype-option-type-items .prototype-option-type-item {
  background-color: var(--bgColor);
}
.prototype-option-type-container .prototype-option-type-items .prototype-option-type-item .col {
  padding-left: 4px;
  padding-right: 4px;
}

.payment-method-config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fefaf5;
  padding: 10px;
  padding-top: 20px;
  font-size: 16px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 4px;
  width: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #929292;
}

.flash-container {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  z-index: 9999999;
}
.flash-container.success {
  background: #198754;
}
.flash-container.error {
  background: #B71C1C;
}
.flash-container.notice {
  background: #FF5229;
}

.page-wrapper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  border-radius: var(--borderRadius);
  padding: 30px;
  margin-bottom: 20px;
  background: #ffffff;
}
.page-wrapper-header .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.page-wrapper-header .page-header .page-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
}
.page-wrapper-header .page-header i {
  font-size: 30px;
  width: 50px;
}

.header {
  height: var(--headerHeight);
  background: var(--sidenavColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  position: fixed;
  box-sizing: border-box;
  z-index: 13;
  width: 100%;
}
.header .side-header {
  width: var(--sidenavWidth);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 100%;
  position: relative;
}
.header .side-header .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 100%;
}
.header .side-header .menu-toggle:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin-left: 10px;
  width: 40px;
  height: 100%;
  font-size: 17px;
  color: var(--bodyText);
  font-family: var(--iconsFont);
  font-style: bolder;
}
.header .side-header .logotype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 25px;
}
.header .side-header .logotype img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  padding-right: 20px;
}
.header .right-header .rightside-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin: 0;
  padding: 0;
}
.header .right-header .rightside-icons .rightside-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  padding: 0px 10px;
}
.header .right-header .rightside-icons .rightside-icon.profile {
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  margin-left: 10px;
}
.header .right-header .rightside-icons .rightside-icon.profile:hover {
  background: #ffffff;
}
.header .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.header .nav-wrapper div {
  height: 100%;
}
.header .nav-wrapper .navbar-fixed {
  height: 100%;
  box-sizing: border-box;
}
.header .nav-wrapper .ui-app__wrapper__navbar__leftside--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex: 1;
}
.header .nav-wrapper .brand-logo {
  width: 100%;
  height: 60%;
}
.header .nav-wrapper .brand-logo img {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drop-menu-overlay {
  top: var(--headerHeight);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 12;
}

.dropdown-content {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  margin: 0;
  min-width: 100px;
  overflow-y: auto;
  position: absolute;
  top: 100% !important;
  z-index: 9999;
  min-width: 200px;
  right: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.dropdown-content:focus {
  outline: 0;
}
.dropdown-content:focus {
  outline: none;
}
.dropdown-content.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content a, .dropdown-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 10px;
  margin: 0;
  height: auto;
  min-height: auto;
}
.dropdown-content a > label, .dropdown-content span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content a i, .dropdown-content span i {
  height: auto;
  min-height: auto;
  font-size: 16px;
  width: 30px;
  line-height: 20px;
}

.dropdown-trigger {
  cursor: pointer;
}

body {
  background-color: var(--bgColor);
  overflow-x: hidden;
  position: relative;
  font-size: 14px;
  margin: 0;
}

main {
  box-sizing: border-box;
  margin-top: var(--headerHeight);
  width: calc(100% - var(--sidenavWidth));
  height: calc(100vh - var(--headerHeight));
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: scroll;
}

a {
  color: var(--bodyText);
}

.full-width {
  width: 100%;
}

.code-error-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

a:focus,
button:focus {
  outline: none;
}

a::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

.pagination {
  text-align: center;
}

.notification-badge:after {
  content: attr(data-notifications);
  color: #ffffff;
  position: absolute;
  top: 0px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  left: 10px;
  text-align: center;
  margin-top: -5px;
}

.caption {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.error-code {
  line-height: 130px;
  height: 130px;
  font-size: 8rem !important;
  text-align: center;
  margin-bottom: 1rem;
}

.loader-wrapper {
  position: relative;
  z-index: 3;
}
.loader-wrapper.absolute {
  position: absolute;
  top: 0px;
}
.loader-wrapper.full-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.loader-wrapper.right {
  right: 0px;
}
.loader-wrapper.left {
  left: 0px;
}
.loader-wrapper.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-style: solid;
  border-radius: 50%;
}
.loader.small {
  border-top-width: 0.8em;
  border-right-width: 0.8em;
  border-bottom-width: 0.8em;
  border-left-width: 0.8em;
}
.loader.medium {
  border-top-width: 1em;
  border-right-width: 1em;
  border-bottom-width: 1em;
  border-left-width: 1em;
}
.loader.large {
  border-top-width: 2em;
  border-right-width: 2em;
  border-bottom-width: 2em;
  border-left-width: 2em;
}
.loader.xlarge {
  border-top-width: 3em;
  border-right-width: 3em;
  border-bottom-width: 3em;
  border-left-width: 3em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.clearfix {
  clear: both;
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: var(--bordersColor);
}
.divider.light {
  background-color: var(--lightColor);
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

@media only screen and (max-width: 600px) {
  .hide-on-small-only,
.hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
table,
th,
td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table tbody tr td i:before {
  font-size: 15px;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

td,
th {
  padding: 10px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  table.responsive-table td:empty:before {
    content: " ";
  }
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: " ";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collapsible .collection {
  margin: 0;
  border: none;
}

.hide {
  display: none !important;
}

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

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

.center,
.center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.no-padding {
  padding: 0 !important;
}

table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
a {
  text-decoration: none;
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
.card {
  position: relative;
  padding: 24px;
  margin: 0 0 1rem 0;
  border-radius: var(--borderRadius);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
}
.card .card-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
}
.card .card-analytics i {
  font-size: 40px;
}

@media only screen and (max-width: 768px) {
  .card {
    padding: 24px 15px 24px 15px;
  }
}
.title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}

.card .card-title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}
.card .card-title .subtitle {
  font-size: 0.7em;
  line-height: 1.5em;
}
.card .card-title .notice {
  font-weight: 400;
  line-height: 1.5em;
}

.input-field.col .dropdown-content [type=checkbox] + label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
  transform: none;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #d1d1d1;
}

::-moz-placeholder {
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

::-ms-input-placeholder {
  color: #d1d1d1;
}

::placeholder {
  color: #d1d1d1;
}

.input-field input[type=search] {
  display: block;
  line-height: inherit;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

.nav-wrapper .input-field input[type=search] {
  padding-left: 3rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
}

.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + .label-icon {
  -webkit-transform: none;
  transform: none;
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.character-counter {
  min-height: 18px;
}

.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
}

.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label .lever:after {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

.range-field {
  position: relative;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.drag-target.right-aligned {
  right: 0;
}

.sessions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  min-height: 100vh;
}
.sessions-wrapper .left-side-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 40%;
  padding: 0px 20px;
}
.sessions-wrapper .left-side-wrapper .logo {
  margin-bottom: 30px;
}
.sessions-wrapper .left-side-wrapper .logo img {
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}
.sessions-wrapper .left-side-wrapper .headline {
  text-align: center;
}
.sessions-wrapper .left-side-wrapper .headline h1 {
  font-size: 20px;
  margin: 0;
}
.sessions-wrapper .left-side-wrapper .headline .subtitle {
  font-size: 15px;
}
.sessions-wrapper .left-side-wrapper .form .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 100%;
}
.sessions-wrapper .right-side-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 60%;
}
.sessions-wrapper .right-side-wrapper .quote-wrapper {
  background: rgba(255, 255, 255, 0.4);
  color: var(--bodyText);
  width: 100%;
  font-size: 25px;
  font-weight: 300;
  padding: 30px 40px;
}
.sessions-wrapper .right-side-wrapper .quote-wrapper .quote {
  width: 40%;
}

@media only screen and (max-width: 960px) {
  .sessions-wrapper .left-side-wrapper {
    width: 100%;
    padding: 40px 20px;
  }
  .sessions-wrapper .right-side-wrapper {
    width: 100%;
  }
}
.sidenav {
  margin-top: var(--headerHeight);
  width: var(--sidenavWidth);
  height: calc(100vh - var(--headerHeight));
  background-color: var(--sidenavColor);
  border-right: 1px solid var(--lightColor);
  z-index: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sidenav .navigation-items .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  padding: 10px 10px 10px 24px;
  font-size: 14px;
  line-height: initial;
  position: relative;
}
.sidenav .navigation-items .nav-item .icon {
  margin-right: 10px;
  min-width: 30px;
  font-size: 12px;
}
.sidenav .navigation-items .nav-item .toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  right: 20px;
  font-style: normal;
  height: 100%;
  width: 30px;
}
.sidenav .navigation-items .submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  padding: 5px 5px 10px 64px;
}
.sidenav .navigation-items .nav-item:hover, .sidenav .navigation-items .nav-item.active, .sidenav .navigation-items .submenu-item:hover, .sidenav .navigation-items .submenu-item.active {
  background: var(--hoverColor);
}
.sidenav .navigation-items .nav-item.active, .sidenav .navigation-items .submenu-item.active {
  font-weight: 600;
}
.sidenav.closed {
  width: 5%;
}
.sidenav.main.closed {
  width: 0%;
  position: fixed;
  left: -100%;
}
.sidenav.main.closed .icon {
  font-size: 20px;
}

.sidenav.main.closed ~ main {
  width: 100%;
}

.sidenav.main.closed ~ .side-header .menu-toggle:before {
  content: "\f101";
}

@media only screen and (max-width: 900px) {
  .header .side-header {
    width: 50%;
  }
  .sidenav.main {
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 12;
  }
}
.announcement {
  padding: 10px;
  width: 100%;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.site-wide-notice-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 10px;
  width: 100%;
}
.site-wide-notice-wrapper.info {
  background: #0059b3;
  color: #ffffff;
}
.site-wide-notice-wrapper.notice {
  background: #D0342C;
  color: #ffffff;
}
.site-wide-notice-wrapper.sandbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 12px;
  color: #ffffff;
  width: 300px;
  top: 0;
  bottom: initial;
  left: 50%;
  padding: 2px 0px;
  transform: translateX(-50%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
.site-wide-notice-wrapper.sandbox .site-wide-notice-content .site-wide-notice-text {
  padding: 0;
}
.site-wide-notice-wrapper .site-wide-notice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-text {
  flex: 3;
  -ms-flex: 3;
  -webkit-flex: 3;
  padding-right: 20px;
}
.site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

@media only screen and (max-width: 660px) {
  .site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-text {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-text, .site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-action {
    flex: auto;
    width: 100%;
    justify-content: center;
  }
}
.btn,
.button,
button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer !important;
  border-radius: var(--borderRadius);
  padding: 8px 20px;
  font-size: 14px;
  outline: 0;
}
.btn i,
.button i,
button i {
  font-size: 12px;
}
.btn:focus, .btn:focus-within, .btn:active,
.button:focus,
.button:focus-within,
.button:active,
button:focus,
button:focus-within,
button:active {
  outline: 0;
  border: none;
}
.btn.plain,
.button.plain,
button.plain {
  background: transparent !important;
  border: none !important;
  color: var(--bodyText) !important;
}
.btn.plain:hover,
.button.plain:hover,
button.plain:hover {
  background: transparent !important;
  border: none !important;
  color: var(--bodyText) !important;
}
.btn.tile,
.button.tile,
button.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: auto;
  position: relative;
  border-radius: 3px;
  padding: 30px 0;
  width: 30%;
  margin: 20px 20px 20px 0;
}
.btn.tile i,
.button.tile i,
button.tile i {
  font-size: 40px;
}
.btn.secondary,
.button.secondary,
button.secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 100%;
  border: 0px !important;
  border-radius: 0;
}
.btn.secondary:hover,
.button.secondary:hover,
button.secondary:hover {
  border: 0px !important;
}
.btn.flat,
.button.flat,
button.flat {
  border-radius: 0;
}
.btn.flat i,
.button.flat i,
button.flat i {
  margin-left: 8px;
}
.btn.simple,
.button.simple,
button.simple {
  background: #ffffff !important;
  border: 1px solid var(--bordersColor) !important;
  color: var(--bodyText) !important;
}
.btn.simple:hover,
.button.simple:hover,
button.simple:hover {
  background: #f9f9f9 !important;
  border: 1px solid var(--bordersColor) !important;
  color: var(--bodyText) !important;
}
.btn:disabled, .btn.disabled,
.button:disabled,
.button.disabled,
button:disabled,
button.disabled {
  background: var(--disableColor) !important;
  color: var(--bodyText) !important;
  border: 1px solid transparent !important;
  cursor: default !important;
}
.btn:disabled:hover, .btn.disabled:hover,
.button:disabled:hover,
.button.disabled:hover,
button:disabled:hover,
button.disabled:hover {
  background: var(--disableColor) !important;
  color: var(--bodyText) !important;
  border: 1px solid transparent !important;
  cursor: default !important;
}
.btn.large,
.button.large,
button.large {
  width: 300px;
  padding: 15px 30px;
}

.btn-action {
  display: block;
  width: 50px;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

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

.cs-1-1 {
  width: 100%;
}

.cs-1-2 {
  width: 50%;
}

.cs-1-3 {
  width: 33.3333333333%;
}

.cs-1-4 {
  width: 25%;
}

.cs-1-5 {
  width: 20%;
}

.cs-1-6 {
  width: 16.6666666667%;
}

.cs-2-3 {
  width: 66.6666666667%;
}

.cs-3-4 {
  width: 75%;
}

.cs-2-5 {
  width: 40%;
}

.cs-3-5 {
  width: 60%;
}

.cs-4-5 {
  width: 80%;
}

.cs-5-6 {
  width: 83.3333333333%;
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col[class*=push-],
.row .col[class*=pull-] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30 {
    width: 33%;
  }
}
@media only screen and (max-width: 700px) {
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30 {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30, .cs-35, .cs-40, .cs-45, .cs-50 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .flex-mobile-no-wrap {
    flex-wrap: nowrap;
  }
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30, .cs-35, .cs-40, .cs-45, .cs-50,
.cs-55, .cs-60, .cs-65, .cs-70, .cs-75, .cs-80, .cs-85, .cs-90, .cs-95 {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .flex-mobile-no-wrap {
    flex-wrap: nowrap;
  }
}
* {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h5, h6 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

.pointer {
  cursor: pointer;
}

.bold {
  font-weight: 700;
}

.scrollable {
  overflow-y: scroll;
}

.secondary-text-color {
  color: var(--lightTextColor);
}

.clearfix {
  clear: both;
}

.input-measurement-unit {
  position: absolute;
  top: 13px;
  background: #fff;
}
.input-measurement-unit.unit-front {
  left: 12px;
  padding-right: 6px;
  top: 50%;
  margin-top: -5px;
}
.input-measurement-unit.unit-back {
  right: 25px;
  top: 54%;
  font-size: 12px;
  font-weight: 700;
}

.generic-error-message {
  text-align: center;
  color: #fff;
  padding: 7px;
  background-color: firebrick;
  font-size: 13px;
  margin-bottom: 10px;
}

.switch-text {
  margin-left: 20px;
}
.switch-text .label-title {
  font-weight: 400;
}

.card-panel {
  background: #ffffff;
  padding: 10px 20px;
  margin: 20px 0px;
  border-radius: var(--borderRadius);
}
.card-panel.red {
  background: #B71C1C;
  color: #ffffff;
}
.card-panel.yellow {
  background: #FF5229;
}
.card-panel.green {
  color: #ffffff;
  background: #198754;
}

.radio-input {
  cursor: pointer;
  margin-bottom: 5px;
}
.radio-input.disabled {
  cursor: default;
}
.radio-input .radio {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  border: 1px solid black;
}
.radio-input .radio.selected {
  border: none;
}
.radio-input .radio .radio-filler {
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #ffffff;
}
.radio-input .radio-option {
  margin-left: 10px;
}
.radio-input .radio-option.selected {
  color: black;
  font-weight: 800;
}

.number-input {
  position: relative;
}
.number-input .actions {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
}
.number-input .actions .action {
  cursor: pointer;
}
.number-input .actions .action.up {
  padding: 5px 5px 0 5px;
}
.number-input .actions .action.down {
  padding: 0 5px 5px 5px;
}

.select-input .input-wrapper {
  cursor: pointer;
  position: relative;
}
.select-input .input-wrapper.disabled {
  cursor: default;
}
.select-input .input-wrapper .select-input-field {
  min-height: 40px;
  background-color: #FFFFFF;
}
.select-input .input-wrapper .select-input-field .option-tile-wrapper {
  max-width: 90%;
  margin-right: 5px;
}
.select-input .input-wrapper .select-input-field .option-tile-wrapper .option-tile {
  background-color: #D3D3D3;
  border-radius: 6px;
  padding: 0px 10px;
}
.select-input .input-wrapper .select-options-overlay {
  position: absolute;
  top: 130%;
  width: 100%;
  z-index: 2;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: #DEDEDE 1px 3px 3px 0px;
}
.select-input .input-wrapper .select-options-overlay .select-options {
  overflow-y: auto;
  max-height: 300px;
  border-radius: 4px;
}
.select-input .input-wrapper .select-options-overlay .select-option {
  cursor: pointer;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}
.select-input .input-wrapper .select-options-overlay .select-option.selected {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #F9F9F9;
}
.select-input .input-wrapper .select-options-overlay .select-option.search-input {
  outline: none;
  border-style: none !important;
  padding: 10px;
}
.select-input .input-wrapper .select-options-overlay .select-option-divider {
  width: 100%;
  height: 1px;
  background: #DEDEDE;
}

.checkbox-input .box {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 1px solid;
  border-radius: 3px;
}
.checkbox-input .box.disabled {
  background-color: var(--disableColor);
}
.checkbox-input .box i {
  font-size: 18px;
  color: #ffffff;
}

.field-label {
  color: var(--lightTextColor);
  font-size: 12px;
  margin-bottom: 5px;
}
.field-label.select {
  color: var(--lightTextColor);
  background: #ffffff;
  position: relative;
  top: -10px;
  left: 20px;
  font-size: 11px;
  width: auto;
  padding: 3px 5px;
  z-index: 2;
}

.label-title {
  font-weight: 700;
}

.input-field-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin: 15px 0px;
  height: 44px;
}

.input-field {
  position: relative;
  margin: 15px 0px 15px 0px;
}
.input-field input, .input-field .MuiSelect-nativeInput, .input-field .MuiInput-input, .input-field .select-input-field {
  border: 1px solid var(--bordersColor) !important;
  border-radius: var(--borderRadius);
  padding: 10px;
  width: 100%;
  outline: none;
  font-size: 12px;
}
.input-field input:active, .input-field input:focus, .input-field input:focus-within, .input-field .MuiSelect-nativeInput:active, .input-field .MuiSelect-nativeInput:focus, .input-field .MuiSelect-nativeInput:focus-within, .input-field .MuiInput-input:active, .input-field .MuiInput-input:focus, .input-field .MuiInput-input:focus-within, .input-field .select-input-field:active, .input-field .select-input-field:focus, .input-field .select-input-field:focus-within {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  outline: none;
}
.input-field input.disabled, .input-field .MuiSelect-nativeInput.disabled, .input-field .MuiInput-input.disabled, .input-field .select-input-field.disabled {
  pointer-events: none;
  background-color: var(--disableColor);
}
.input-field input.disabled:active, .input-field input.disabled:focus, .input-field input.disabled:focus-within, .input-field .MuiSelect-nativeInput.disabled:active, .input-field .MuiSelect-nativeInput.disabled:focus, .input-field .MuiSelect-nativeInput.disabled:focus-within, .input-field .MuiInput-input.disabled:active, .input-field .MuiInput-input.disabled:focus, .input-field .MuiInput-input.disabled:focus-within, .input-field .select-input-field.disabled:active, .input-field .select-input-field.disabled:focus, .input-field .select-input-field.disabled:focus-within {
  border: 1px solid var(--bordersColor) !important;
}
.input-field input.clickable, .input-field .MuiSelect-nativeInput.clickable, .input-field .MuiInput-input.clickable, .input-field .select-input-field.clickable {
  cursor: pointer;
  pointer-events: all;
}
.input-field .input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  padding-right: 10px;
}
.input-field .input-icon.clickable {
  cursor: pointer;
}
.input-field .input-icon i {
  background-color: #ffffff;
  padding: 10px 0 10px 10px;
}
.input-field .input-icon.disabled i {
  background-color: var(--disableColor);
}
.input-field.search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
}
.input-field.search-field input {
  height: 100%;
  padding-left: 40px !important;
  font-size: 14px;
}
.input-field.search-field .label-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: transparent;
  height: 100%;
  -webkit-transform: none !important;
  transform: none !important;
  left: 2px;
  width: 35px;
}
.input-field.multi-input .input-field {
  margin: 0px;
}
.input-field label {
  color: var(--lightTextColor);
  font-size: 13px;
  font-weight: 700;
  width: auto;
  padding: 3px 0px;
}
.input-field .MuiFormControl-root {
  width: 100%;
}
.input-field .MuiInputBase-root {
  min-width: 200px;
}
.input-field .MuiInputBase-root:before, .input-field .MuiInputBase-root:after {
  display: none;
}
.input-field .MuiInputBase-root .flag-icon {
  width: 25px;
  height: 18px;
}
.input-field.price-prefix input {
  padding-left: 20px;
}
.input-field.price-prefix .prefix-label {
  color: var(--lightTextColor);
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 50%;
}
.input-field .suffix-label {
  color: var(--lightTextColor);
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.input-field.translatable input {
  position: relative;
}
.input-field.translatable textarea:after,
.input-field.translatable input:after {
  font-size: 14px;
  color: rgb(150, 150, 150);
  content: "\f7a2";
  font-family: var(--iconsFont);
}

textarea {
  width: 100%;
  height: 60px;
  background-color: transparent;
  overflow: auto;
  border: 1px solid var(--bordersColor);
  font-size: 12px;
  outline: none;
  resize: none;
  border-radius: 6px;
  padding: 10px;
}

.custom-textarea {
  border: 1px solid var(--bordersColor) !important;
  border-radius: var(--borderRadius);
  padding: 10px;
  width: 100%;
  outline: none;
  resize: none;
  overflow-y: scroll;
  height: 80px;
  font-size: 12px;
}
.custom-textarea:active, .custom-textarea:focus, .custom-textarea:focus-within {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  outline: none;
}
.custom-textarea.promotion-text-field {
  margin: 0;
  width: 100%;
}
.custom-textarea::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}
.custom-textarea.disabled {
  pointer-events: none;
  background-color: var(--disableColor);
}

#textarea_preview {
  padding: 20px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}

/* margin all side */
.m-a-0, .m0, .no-margin {
  margin: 0px !important;
}

.m-a-5, .m5 {
  margin: 5px !important;
}

.m-a-10, .m10 {
  margin: 10px !important;
}

.m-a-15, .m15 {
  margin: 15px !important;
}

.m-a-20, .ma20 {
  margin: 20px !important;
}

.m-a-25, .m25 {
  margin: 25px !important;
}

.m-a-30, .m30 {
  margin: 30px !important;
}

.m-a-35, .m35 {
  margin: 35px !important;
}

.m-a-40, .m40 {
  margin: 40px !important;
}

.m-a-45, .m45 {
  margin: 45px !important;
}

.m-a-50, .m50 {
  margin: 50px !important;
}

/*margin top*/
.m-t-0, .mt0 {
  margin-top: 0px !important;
}

.m-t-5, .mt5 {
  margin-top: 5px !important;
}

.m-t-10, .mt10 {
  margin-top: 10px !important;
}

.m-t-15, .mt15 {
  margin-top: 15px !important;
}

.m-t-20, .mt20 {
  margin-top: 20px !important;
}

.m-t-25, .mt25 {
  margin-top: 25px !important;
}

.m-t-30, .mt30 {
  margin-top: 30px !important;
}

.m-t-35, .mt35 {
  margin-top: 35px !important;
}

.m-t-40, .mt40 {
  margin-top: 40px !important;
}

.m-t-45, .mt45 {
  margin-top: 45px !important;
}

.m-t-50, .mt50 {
  margin-top: 50px !important;
}

/* margin bottom */
.m-b-0, .mb0 {
  margin-bottom: 0px !important;
}

.m-b-5, .mb5 {
  margin-bottom: 5px !important;
}

.m-b-10, .mb10 {
  margin-bottom: 10px !important;
}

.m-b-15, .mb15 {
  margin-bottom: 15px !important;
}

.m-b-20, .mb20 {
  margin-bottom: 20px !important;
}

.m-b-25, .mb25 {
  margin-bottom: 25px !important;
}

.m-b-30, .mb30 {
  margin-bottom: 30px !important;
}

.m-b-35, .mb35 {
  margin-bottom: 35px !important;
}

.m-b-40, .mb40 {
  margin-bottom: 40px !important;
}

.m-b-45, .mb45 {
  margin-bottom: 45px !important;
}

.m-b-50, .mb50 {
  margin-bottom: 50px !important;
}

/* margin left */
.m-l-0, .ml0 {
  margin-left: 0px !important;
}

.m-l-5, .ml5 {
  margin-left: 5px !important;
}

.m-l-10, .ml10 {
  margin-left: 10px !important;
}

.m-l-15, .ml15 {
  margin-left: 15px !important;
}

.m-l-20, .ml20 {
  margin-left: 20px !important;
}

.m-l-25, .ml25 {
  margin-left: 25px !important;
}

.m-l-30, .ml30 {
  margin-left: 30px !important;
}

.m-l-35, .ml35 {
  margin-left: 35px !important;
}

.m-l-40, .ml40 {
  margin-left: 40px !important;
}

.m-l-45, .ml45 {
  margin-left: 45px !important;
}

.m-l-50, .ml50 {
  margin-left: 50px !important;
}

/* margin right */
.m-r-0, .mr0 {
  margin-right: 0px !important;
}

.m-r-5, .mr5 {
  margin-right: 5px !important;
}

.m-r-10, .mr10 {
  margin-right: 10px !important;
}

.m-r-15, .mr15 {
  margin-right: 15px !important;
}

.m-r-20, .mr20 {
  margin-right: 20px !important;
}

.m-r-25, .mr25 {
  margin-right: 25px !important;
}

.m-r-30, .mr30 {
  margin-right: 30px !important;
}

.m-r-35, .mr35 {
  margin-right: 35px !important;
}

.m-r-40, .mr40 {
  margin-right: 40px !important;
}

.m-r-45, .mr45 {
  margin-right: 45px !important;
}

.m-r-50, .mr50 {
  margin-right: 50px !important;
}

/* margin vertical */
.m-v-0, .mv0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-v-5, .mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-v-10, .mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-v-15, .mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-v-20, .mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-v-25, .mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-v-30, .mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-v-35, .mv35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-v-40, .mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-v-45, .mv45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-v-50, .mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* margin horizontal */
.m-h-0, .mh0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-h-5, .mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-h-10, .mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-h-15, .mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-h-20, .mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-h-25, .mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-h-30, .mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-h-35, .mh35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.m-h-40, .mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-h-45, .mh45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.m-h-50, .mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.p-a-0, .p0, .no-padding {
  padding: 0px !important;
}

.p-a-5, .p5 {
  padding: 5px !important;
}

.p-a-10, .p10 {
  padding: 10px !important;
}

.p-a-15, .p15 {
  padding: 15px !important;
}

.p-a-20, .p20 {
  padding: 20px !important;
}

.p-a-25, .p25 {
  padding: 25px !important;
}

.p-a-30, .p30 {
  padding: 30px !important;
}

.p-a-35, .p35 {
  padding: 35px !important;
}

.p-a-40, .p40 {
  padding: 40px !important;
}

.p-a-45, .p45 {
  padding: 45px !important;
}

.p-a-50, .p50 {
  padding: 50px !important;
}

/* padding top */
.p-t-0, .pt0 {
  padding-top: 0px !important;
}

.p-t-5, .pt5 {
  padding-top: 5px !important;
}

.p-t-10, .pt10 {
  padding-top: 10px !important;
}

.p-t-15, .pt15 {
  padding-top: 15px !important;
}

.p-t-20, .pt20 {
  padding-top: 20px !important;
}

.p-t-25, .pt25 {
  padding-top: 25px !important;
}

.p-t-30, .pt30 {
  padding-top: 30px !important;
}

.p-t-35, .pt35 {
  padding-top: 35px !important;
}

.p-t-40, .pt40 {
  padding-top: 40px !important;
}

.p-t-45, .pt45 {
  padding-top: 45px !important;
}

.p-t-50, .pt50 {
  padding-top: 50px !important;
}

/* padding bottom */
.p-b-0, .pb0 {
  padding-bottom: 0px !important;
}

.p-b-5, .pb5 {
  padding-bottom: 5px !important;
}

.p-b-10, .pb10 {
  padding-bottom: 10px !important;
}

.p-b-15, .pb15 {
  padding-bottom: 15px !important;
}

.p-b-20, .pb20 {
  padding-bottom: 20px !important;
}

.p-b-25, .pb25 {
  padding-bottom: 25px !important;
}

.p-b-30, .pb30 {
  padding-bottom: 30px !important;
}

.p-b-35, .pb35 {
  padding-bottom: 35px !important;
}

.p-b-40, .pb40 {
  padding-bottom: 40px !important;
}

.p-b-45, .pb45 {
  padding-bottom: 45px !important;
}

.p-b-50, .pb50 {
  padding-bottom: 50px !important;
}

/* padding left */
.p-l-0, .pl0 {
  padding-left: 0px !important;
}

.p-l-5, .pl5 {
  padding-left: 5px !important;
}

.p-l-10, .pl10 {
  padding-left: 10px !important;
}

.p-l-15, .pl15 {
  padding-left: 15px !important;
}

.p-l-20, .pl20 {
  padding-left: 20px !important;
}

.p-l-25, .pl25 {
  padding-left: 25px !important;
}

.p-l-30, .pl30 {
  padding-left: 30px !important;
}

.p-l-35, .pl35 {
  padding-left: 35px !important;
}

.p-l-40, .pl40 {
  padding-left: 40px !important;
}

.p-l-45, .pl45 {
  padding-left: 45px !important;
}

.p-l-50, .pl50 {
  padding-left: 50px !important;
}

/* padding right */
.p-r-0, .pr0 {
  padding-right: 0px !important;
}

.p-r-5, .pr5 {
  padding-right: 5px !important;
}

.p-r-10, .pr10 {
  padding-right: 10px !important;
}

.p-r-15, .pr15 {
  padding-right: 15px !important;
}

.p-r-20, .pr20 {
  padding-right: 20px !important;
}

.p-r-25, .pr25 {
  padding-right: 25px !important;
}

.p-r-30, .pr30 {
  padding-right: 30px !important;
}

.p-r-35, .pr35 {
  padding-right: 35px !important;
}

.p-r-40, .pr40 {
  padding-right: 40px !important;
}

.p-r-45, .pr45 {
  padding-right: 45px !important;
}

.p-r-50, .pr50 {
  padding-right: 50px !important;
}

/* padding vertical */
.p-v-0, .pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-v-5, .pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-v-10, .pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-v-15, .pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-v-20, .pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-v-25, .pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-v-30, .pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-v-35, .pv35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-v-40, .pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-v-45, .pv45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-v-50, .pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* padding horizontal */
.p-h-0, .ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-h-5, .ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-h-10, .ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-h-15, .ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-h-20, .ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-h-25, .ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-h-30, .ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-h-35, .ph35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-h-40, .ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-h-45, .ph45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-h-50, .ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

select.browser-default {
  display: block;
}

select {
  background-color: #ffffff;
  border: 1px solid !important;
  border-radius: 3px;
  padding: 10px;
  outline: none;
  width: 100%;
  padding: 10px;
}

.select-label {
  position: absolute;
}

.select-wrapper ul {
  padding-left: 0;
  list-style-type: none;
  top: 50px !important;
  height: 200px !important;
}

.select2-container--materialize, .select2-selection--single {
  min-height: 3em !important;
}

.select2-container--materialize .select2-selection--single .select2-selection__rendered {
  line-height: 3em !important;
}

.select2-selection__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 44px !important;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  border: 2px solid var(--bordersColor) !important;
  border-radius: 3px;
  padding: 10px;
  outline: none;
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.select-wrapper .caret {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

.MuiSelect-select:focus {
  background-color: rgb(255, 255, 255) !important;
  border-radius: var(--borderRadius) !important;
}

.MuiSelect-select.MuiSelect-select {
  background: #ffffff;
  font-weight: 700;
}

.advanced-filters-wrapper {
  position: relative;
}
.advanced-filters-wrapper .advanced-filters-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.advanced-filters-wrapper .advanced-filters-drop-menu {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  background: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  z-index: 2;
  border-radius: 6px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-title {
  font-size: 12px;
  margin-bottom: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-bottom: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item.date-range {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  margin-top: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item.date-range .filter-action {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item.date-range .filter-action .date-range-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  margin-bottom: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item .filter-name {
  width: 50%;
  font-size: 12px;
  margin-right: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item .filter-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  width: 50%;
  font-size: 12px;
}

.apps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.app-tile {
  border-radius: var(--borderRadius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.app-tile:hover {
  background: var(--hoverColor);
}
.app-tile .app-icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.app-tile .name {
  font-weight: 700;
}
.app-tile .app-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.app-tile .app-info .author {
  font-size: 0.9em;
}
.app-tile .price {
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 700;
}
.app-detail .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
}
.app-detail .app-icon {
  width: 120px;
  height: 120px;
}
.app-detail .app-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.app-detail .price {
  font-size: 16px;
  font-weight: 400;
}
.app-detail .app-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.5em;
}
.app-detail .app-info .author {
  font-size: 0.7em;
}
.app-detail .app-info .excerpt {
  font-size: 0.9em;
  line-height: 1.5em;
  width: 70%;
}
.app-detail .app-description .description p {
  font-size: 1em;
}
.app-detail .app-description .description ul {
  margin-left: 20px;
}
.app-detail .app-description .description ul li {
  list-style: disc;
}
.app-detail .app-links {
  padding: 20px;
}
.app-detail .app-links .app-link {
  margin-bottom: 10px;
}
.app-detail .app-links .app-link i {
  min-width: 20px;
  margin-right: 20px;
}
.app-detail .preview-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.app-detail .preview-images .preview-image {
  width: 31.6666666667%;
  margin-right: 1.6666666667%;
  margin-bottom: 25px;
}
.app-detail .preview-images .preview-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-detail .app-copyright {
  font-size: 13px;
}

@media only screen and (min-width: 600px) {
  .app-tile {
    width: 47%;
    margin-right: 1.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .app-tile {
    width: 30%;
    margin-right: 1%;
  }
}
.payment-provider-logo {
  width: 100%;
  height: 40px;
  object-fit: contain;
  padding-left: 20px;
  border: 0;
  outline: none;
}

.cardlink-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
  padding: 25px;
  cursor: pointer;
  border-radius: var(--borderRadius);
  border: 1px solid var(--lightTextColor);
}
.cardlink-card.current:after {
  color: green;
  position: absolute;
  right: 20px;
  content: "\f058";
  font-family: var(--iconsFont);
  font-size: 30px;
}
.cardlink-card .cardlink-card-pan {
  margin-left: 20px;
}

.disable-provider-cards {
  opacity: 0.2;
  pointer-events: none;
}

#show-cardlink-iframe {
  cursor: pointer;
}

#dropin-container .braintree-upper-container:before {
  background-color: transparent;
}
#dropin-container .braintree-method {
  margin: 0;
  width: 100%;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet {
  border-radius: var(--borderRadius);
  border: 1px solid var(--bordersColor);
  box-shadow: none;
  margin-top: 20px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__header {
  padding: 20px 30px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__text {
  font-weight: 700;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__icons .braintree-sheet__card-icon {
  margin: 0px 3px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__content--form {
  padding: 30px 40px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-form__field-group {
  margin-bottom: 20px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-form__field-group .braintree-form__label {
  color: var(--lightTextColor);
  font-weight: 700;
  font-size: 13px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-form__field-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-form__field-group label .braintree-form__field .braintree-form__hosted-field {
  border-radius: var(--borderRadius);
  border: 1px solid var(--bordersColor);
}

.list-items .list-item {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 10px;
  border-radius: 5px;
}
.list-items .list-item.hoverable:hover {
  background: #f9f9f9;
}
.list-items .list-item:last-child {
  border-bottom: 0px;
}
.list-items .list-item .check, .list-items .list-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.list-items .list-item .check.checked, .list-items .list-item .icon.checked {
  color: #ffffff;
  background: green;
}
.list-items .list-item .check.disabled, .list-items .list-item .icon.disabled {
  color: #222222;
  background: #dddddd;
}
.list-items .list-item .text {
  font-weight: 600;
}
.list-items .list-item .status {
  font-weight: 400;
  color: var(--secondaryText);
}
.list-items .list-item .proceed {
  font-size: 20px;
}

.send-status-email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.send-status-email-wrapper .send-status-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
  width: 50%;
}
.send-status-email-wrapper .btn-flat {
  width: 50%;
}
.send-status-email-wrapper .btn-flat span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.send-status-email-wrapper a, .send-status-email-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.send-status-email-wrapper a i, .send-status-email-wrapper button i {
  margin-right: 5px;
}
.send-status-email-wrapper .send-status-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.actions-wrapper .action-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
.actions-wrapper .action-buttons-wrapper a, .actions-wrapper .action-buttons-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-right: 10px;
}
.actions-wrapper .action-buttons-wrapper a i, .actions-wrapper .action-buttons-wrapper button i {
  margin-right: 5px;
}
.actions-wrapper .action-buttons-wrapper a span, .actions-wrapper .action-buttons-wrapper button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkouts-wrapper .checkout-selected-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer;
  position: relative;
  padding: 30px 20px 20px 50px;
  border-bottom: 1px solid #dddddd;
}
.checkouts-wrapper .checkout-selected-step:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #f7f7f7;
}
.checkouts-wrapper .checkout-selected-step.checked_icon:before {
  content: "\f058";
  font-family: var(--iconsFont);
  font-size: 25px;
}
.checkouts-wrapper .checkout-selected-step:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  left: 10px;
  font-size: 23px;
  top: 50%;
  margin-top: -15px;
}
.checkouts-wrapper .checkout-selected-step .selection-name {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-weight: 600;
  margin-bottom: 5px;
}
.checkouts-wrapper .checkout-selected-step .selection-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.checkouts-wrapper .checkout-selected-step .selection-option .change-option {
  font-weight: 600;
  margin-left: 10px;
  text-align: right;
}
.checkouts-wrapper .checkout-selected-step.incomplete {
  opacity: 0.7;
}
.checkouts-wrapper .checkout-selected-step.incomplete:hover {
  cursor: auto;
  background: initial;
}
.checkouts-wrapper .checkout-selected-step.incomplete:before {
  color: #222222;
}
.checkouts-wrapper .checkout-selected-step.incomplete.close_icon:before {
  content: "\f00d";
  font-family: var(--iconsFont);
  font-size: 25px;
}
.checkouts-wrapper .checkout-headers h3 {
  font-size: 25px;
}
.checkouts-wrapper .checkout-steps h6 {
  font-size: 15px;
}
.checkouts-wrapper .checkout-steps .fields .field-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkouts-wrapper .checkout-steps .fields .field-columns .field {
  width: 100%;
}
.checkouts-wrapper .checkout-steps .fields .field {
  margin-top: 20px;
}
.checkouts-wrapper .checkout-steps .fields .field .switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkouts-wrapper .checkout-steps .fields .field input {
  border: 2px solid #dddddd;
  padding-left: 10px;
  transition: none;
}
.checkouts-wrapper .checkout-steps .fields .field input:focus, .checkouts-wrapper .checkout-steps .fields .field input:focus-within {
  border: 2px solid #999999 !important;
  box-shadow: none;
  transition: none;
}
.checkouts-wrapper .checkout-steps .fields .field textarea {
  height: 80px;
  resize: none;
}
.checkouts-wrapper .checkout-steps .checkout-step .step-title {
  margin: 50px 0px 10px 0px;
  font-weight: 600;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin: 20px 0px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #dddddd;
  background: #f7f7f7;
  border-radius: 3px;
  padding: 40px 10px;
  margin-right: 3%;
  width: 45%;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile.delivery-icon:before {
  content: "\f48b";
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile.pickup-icon:before {
  content: "\f0f2";
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile:before {
  font-family: var(--iconsFont);
  font-size: 30px;
  margin-bottom: 15px;
  font-size: 45px;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile:last-child {
  margin-right: 0;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile.selected, .checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: relative;
  margin: 20px 0px;
  cursor: pointer;
  border: 2px solid #dddddd;
  background: #f7f7f7;
  border-radius: 3px;
  padding: 10px;
  min-height: 80px;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option .name, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option .name {
  font-weight: 600;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option .description, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option .description {
  font-size: 12px;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option .cost, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option .cost {
  font-weight: 600;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option.checked_icon:before, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option.checked_icon:before {
  content: "\f00c";
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option:before, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option:before {
  font-family: var(--iconsFont);
  display: none;
  position: absolute;
  right: 20px;
  font-size: 25px;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option.selected, .checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option:hover, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option.selected, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option.selected:before, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option.selected:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkouts-wrapper .checkout-steps .button-wrapper .button {
  cursor: pointer;
  display: block;
  background: #222222;
  color: #ffffff;
  border: 2px solid #222222;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
.checkouts-wrapper .checkout-steps .button-wrapper .button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
  color: #222222;
  border: 2px solid #222222;
}

.coupons-wrapper {
  padding: 0px 10px;
}
.coupons-wrapper .coupons {
  margin-bottom: 20px;
}
.coupons-wrapper .coupons .coupon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  padding: 5px 0px;
}
.coupons-wrapper .coupons .coupon-row .remove_icon {
  cursor: pointer;
}
.coupons-wrapper .coupons .coupon-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  font-size: 20px;
  line-height: 2em;
  font-weight: 700;
}

.coupons-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.coupons-fields .coupon-input {
  margin-right: 20px !important;
}

.destroy-account-page .goodbye-icon i {
  font-size: 70px;
  color: #575757;
}
.destroy-account-page .what-happens ul {
  margin-left: 40px;
}
.destroy-account-page .what-happens ul li {
  list-style-type: circle;
}

.downgradable-entry {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.rule-errors {
  font-size: 14px;
}

.downgrade-rules-content.with-error {
  border-radius: var(--borderRadius);
  border: 2px solid red;
  padding: 10px;
}
.downgrade-rules-content .image-container {
  width: 100px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.languages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.languages-wrapper img {
  height: 20px;
  width: 25px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: 3px;
}
.languages-wrapper img:last-child {
  margin-right: 0px;
}
.languages-wrapper .disabled {
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .languages-wrapper .responsive-table td {
    padding: 13px 0px;
  }
}
.seo-preview {
  border: 1px solid #dddddd;
  padding: 10px;
  margin-top: 20px;
}
.seo-preview .seo-preview-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 14px;
  color: #202124;
}
.seo-preview .seo-preview-meta-title {
  font-size: 20px;
  line-height: 1.3;
  color: #1a0dab;
}
.seo-preview .seo-preview-meta-description {
  font-size: 14px;
  color: #4d5156;
}

.sm-preview {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-top: 20px;
}
.sm-preview .sm-preview-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sm-preview .sm-preview-url.website {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.sm-preview .sm-preview-url {
  color: #222222;
}
.sm-preview .sm-preview-meta-description {
  color: #666666;
}

.undo-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  position: absolute;
  top: 15px;
  right: 50px;
}
.undo-button .reactive-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  cursor: pointer;
}

.navigation-items-tree-container {
  position: absolute;
  top: 20px;
  right: 20px;
}

.navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  padding: 0px 0px 0px 20px;
}
.navigation-item .actions i, .navigation-item .actions a {
  cursor: pointer;
  font-size: 20px;
  line-height: initial;
  height: initial;
}

.draggable-navigation-item > div {
  position: relative;
  border-radius: 0px;
}
.draggable-navigation-item > div:before {
  content: "\f0c9";
  font-family: var(--iconsFont);
  position: absolute;
  left: 15px;
  margin-right: 10px;
}

.selected-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  height: 44px;
  margin-top: 20px;
  padding: 10px;
}
.selected-nav-item .remove-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  cursor: pointer;
}

.searchable-link-wrapper {
  position: relative;
}
.searchable-link-wrapper label {
  position: initial;
}
.searchable-link-wrapper .searchable-navigation-box {
  position: absolute;
  top: 62px;
  width: 100%;
  background: #f7f7f7;
  max-height: 180px;
  min-height: 150px;
  border: 1px solid var(--bordersColor);
  overflow-y: scroll;
  box-sizing: border-box;
  z-index: 2;
}
.searchable-link-wrapper .searchable-navigation-box .header-icons-wrapper {
  height: 40px;
}
.searchable-link-wrapper .searchable-navigation-box .header-icons-wrapper .left-icon {
  position: absolute;
  top: 5px;
  left: 5px;
}
.searchable-link-wrapper .searchable-navigation-box .header-icons-wrapper .right-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  cursor: pointer;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 10%;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .icons-wrapper .navigation-modal-icon {
  width: 50%;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 90%;
  padding: 10px;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item:before {
  font-family: var(--iconsFont);
  margin-right: 10px;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.HomePage:before {
  content: "\f015";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.BlogPost:before {
  content: "\e1da";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.BlogCategory:before {
  content: "\e1d2";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Page:before {
  content: "\e1d8";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Product:before {
  content: "\f02b";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.CategoryMenu:before {
  content: "\e489";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Prototype:before {
  content: "\f5ef";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Category:before {
  content: "\e1d2";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Rental:before {
  content: "\f52b";
}

.oauth-application-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  background-color: #f3f4f6;
  color: #9ca9b4;
  cursor: default;
  padding: 20px 10px 10px 10px;
  border: 1px solid #e6eaec;
  color: rgba(0, 0, 0, 0.87);
}
.oauth-application-field .copy-btn {
  cursor: pointer;
}

.success-wrapper {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}

.success-wrapper [class|=confetti] {
  position: absolute;
}

.badge svg {
  margin: auto;
  display: block;
}

@keyframes grow {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.9);
  }
}
@keyframes turn {
  0% {
    transform: rotate(0) scale(0);
    opacity: 0;
  }
  60% {
    transform: rotate(375deg) scale(1.1);
  }
  80% {
    transform: rotate(355deg) scale(0.9);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes pulse {
  50% {
    transform: scale(1.4);
  }
}
.badge * {
  transform-origin: 50% 50%;
}

.outer,
.inner,
.inline {
  animation: grow 1s ease-out backwards;
}

.inner {
  animation-delay: 0.1s;
}

.inline {
  animation-delay: 0.15s;
}

.star {
  animation: turn 1.1s 0.2s ease-out backwards;
}

.star circle {
  animation: pulse 0.7s 1.5s;
}

.star circle:nth-of-type(2) {
  animation-delay: 1.6s;
}

.star circle:nth-of-type(3) {
  animation-delay: 1.7s;
}

.star circle:nth-of-type(4) {
  animation-delay: 1.8s;
}

.star circle:nth-of-type(5) {
  animation-delay: 1.9s;
}

/** Colors **/
.progress-steps-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.progress-steps-wrapper ol.progress-track {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 2em 1em;
  table-layout: fixed;
  width: 100%;
}
.progress-steps-wrapper ol.progress-track li {
  display: table-cell;
  line-height: 1.1em;
  position: relative;
  text-align: center;
}
.progress-steps-wrapper ol.progress-track li .icon-wrap {
  border-radius: 50%;
  top: -0.7em;
  color: #ffffff;
  display: block;
  height: 1em;
  width: 1em;
  margin: 0 auto -1em;
  left: 0;
  right: 0;
  position: absolute;
}
.progress-steps-wrapper ol.progress-track li .icon-check-mark, .progress-steps-wrapper ol.progress-track li .icon-down-arrow {
  height: 25px;
  width: 15px;
  display: inline-block;
  fill: currentColor;
}
.progress-steps-wrapper ol.progress-track li .progress-text {
  position: relative;
  top: 20px;
  font-size: 12px;
}
.progress-steps-wrapper ol.progress-track li.progress-done {
  transition: border-color 1s ease-in-out;
  -webkit-transition: border-color 1s ease-in-out;
  -moz-transition: border-color 1s ease-in-out;
}
.progress-steps-wrapper ol.progress-track li.progress-done .icon-down-arrow {
  display: none;
}
.progress-steps-wrapper ol.progress-track li.progress-done.progress-current .icon-wrap {
  background-color: #ffffff;
}
.progress-steps-wrapper ol.progress-track li.progress-done.progress-current .icon-wrap .icon-check-mark {
  display: none;
}
.progress-steps-wrapper ol.progress-track li.progress-done.progress-current .icon-wrap .icon-down-arrow {
  display: block;
}
.progress-steps-wrapper ol.progress-track li.progress-todo {
  border-top: 4px solid #dddddd;
  color: black;
}
.progress-steps-wrapper ol.progress-track li.progress-todo .icon-wrap {
  background-color: #FFF;
  border: 4px solid #dddddd;
  border-radius: 50%;
  bottom: 0.7em;
  color: #fff;
  display: block;
  height: 1em;
  width: 1em;
  margin: 0 auto -1em;
  position: relative;
}
.progress-steps-wrapper ol.progress-track li.progress-todo .icon-wrap .icon-check-mark, .progress-steps-wrapper ol.progress-track li.progress-todo .icon-wrap .icon-down-arrow {
  display: none;
}

.onboarding-notification {
  color: #ffffff;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: var(--borderRadius);
}
.onboarding-notification a {
  color: #ffffff;
  text-decoration: underline;
}
.onboarding-notification a:hover {
  color: #ffffff !important;
}

#step-errors-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #333333;
  padding: 20px 0px;
  text-align: center;
  z-index: 999999;
}
#step-errors-wrapper #step_errors {
  color: #ffffff;
}

.onboarding-layout .icon_preview {
  cursor: auto;
}
.onboarding-layout .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: #ffffff;
}
.onboarding-layout .logo .onboarding-logo img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}
.onboarding-layout main {
  margin: 0;
  padding: 0;
  width: 100%;
}
.onboarding-layout main .required {
  color: red;
  font-size: 12px;
}
.onboarding-layout main h1, .onboarding-layout main h2, .onboarding-layout main h3, .onboarding-layout main h4, .onboarding-layout main h5, .onboarding-layout main h6 {
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.5em;
}
.onboarding-layout main h4 {
  font-size: 22px;
}
.onboarding-layout main h5 {
  font-size: 18px;
}
.onboarding-layout main h6 {
  font-size: 16px;
}
.onboarding-layout main .brand-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  color: #ffffff;
  height: initial;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1em;
  cursor: pointer;
}
.onboarding-layout main .brand-button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background-color: #ffffff;
}
.onboarding-layout main .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
.onboarding-layout .tile.shipping-method.tiered_rate:hover > .notice.help,
.onboarding-layout .tile.shipping-method.tiered_rate:focus-within > .notice.help {
  visibility: visible;
  opacity: 1;
}
.onboarding-layout .tile.shipping-method {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 30px 15px;
  border: 1px solid #eeeeee;
}
.onboarding-layout .tile.shipping-method.inactive {
  box-shadow: none;
}
.onboarding-layout .tile.shipping-method.inactive:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.onboarding-layout .tile.shipping-method.tiered_rate {
  position: relative;
  cursor: default;
}
.onboarding-layout .tile.shipping-method.tiered_rate .notice.help {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
  padding: 10px 20px;
}
.onboarding-layout .tile.shipping-method .tile-action {
  margin-top: 20px;
}

.onboarding-themes .theme-options-wrapper .theme-option {
  width: 25%;
}

.onboarding-image {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.theming-wrapper {
  position: relative;
}

.theming-wrapper .card-body > div > .btn.flat {
  position: absolute;
  margin-top: 0px !important;
  right: 0px;
  bottom: 20px;
}

.theming-wrapper .card {
  padding: 0;
}

.theming-wrapper .card-title {
  display: none;
}

.theming-wrapper .card-body .col.s12 {
  width: 50%;
}

.theming-wrapper .card-body > .flex-box.flex-column {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 40px;
}

.theming-wrapper .card-body > .flex-box.flex-column > .m-b-20 {
  margin-bottom: 0;
}

@media only screen and (max-width: 660px) {
  .theming-wrapper .card-body .col.s12 {
    width: 100%;
  }
  .theming-wrapper .card-body > .flex-box.flex-column {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .theming-wrapper .card-body > div > .btn.flat {
    bottom: 0px;
  }
  .onboarding-themes .theme-options-wrapper .theme-option {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .progress-steps-wrapper ol.progress-track {
    display: flex;
    flex-wrap: wrap;
  }
  .progress-steps-wrapper ol.progress-track li {
    width: 23.75%;
    margin-right: 1.25%;
    margin-bottom: 40px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper {
    height: 260px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame {
    height: 260px;
    padding: 14px 11px 0px 10px !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device {
    height: 195px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .homepage-theme .hero-slider {
    height: 130px !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .homepage-theme .hero-slider .hero-title h1 {
    font-size: 17px !important;
    line-height: 1.5em !important;
    margin-bottom: 0px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .homepage-theme .hero-slider .hero-subtitle h4 {
    font-size: 13px !important;
    line-height: 1.5em !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .homepage-theme .hero-slider .hero-image {
    height: 100% !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .product-list-wrapper {
    padding: 20px 15px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .product-list-wrapper .settings-product-list-preview-item {
    width: 100% !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .header_wrapper {
    overflow: hidden;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .header_wrapper .header-elements .navigation ul {
    display: none;
  }
}
.order-search {
  padding: 0 !important;
}

.delivery-payment-info-wrapper {
  margin: 40px 0px 0px 0px;
}
.delivery-payment-info-wrapper h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  text-transform: none;
  color: #222222;
}
.delivery-payment-info-wrapper .open-stores-container {
  box-shadow: 0px 15px 20px -5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e9e9e9;
}
.delivery-payment-info-wrapper .open-stores-container h4 {
  font-size: 18px;
}
.delivery-payment-info-wrapper .checkout_methods {
  padding: 0;
  margin: 20px 0px 0px 0px;
}
.delivery-payment-info-wrapper .checkout_methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  cursor: pointer;
}
.delivery-payment-info-wrapper .checkout_methods li .description {
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
}
.delivery-payment-info-wrapper .checkout_methods li:before {
  content: "\f0c8";
  font-family: var(--iconsFont);
  font-size: 20px;
  width: 25px;
}
.delivery-payment-info-wrapper .checkout_methods li.checked::before {
  content: "\f14a";
  font-family: var(--iconsFont);
}
.delivery-payment-info-wrapper .checkout_methods .preloader-wrapper {
  width: 18px;
  height: 18px;
}
.delivery-payment-info-wrapper .loader {
  height: 17px;
  width: 17px;
  font-size: 17px;
  margin-top: 6px;
  margin-left: 16px;
}

.payment-info-wrapper textarea {
  overflow: auto;
  width: 100%;
  border: 1px solid #dddddd;
  background: #f7f7f7;
  padding: 10px;
  resize: none;
  outline: none;
  min-height: 100px;
}

.quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quantity-wrapper .minus_icon, .quantity-wrapper .plus_icon, .quantity-wrapper input {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
  color: #111111 !important;
}
.quantity-wrapper input {
  width: 50px !important;
  text-align: center;
}
.quantity-wrapper .minus_icon, .quantity-wrapper .plus_icon {
  font-style: normal;
}
.quantity-wrapper .minus_icon:before, .quantity-wrapper .plus_icon:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  color: #111111 !important;
  width: 40px;
  height: 40px;
}
.quantity-wrapper .plus_icon:before {
  content: "+";
  font-size: 25px;
}
.quantity-wrapper .minus_icon::before {
  content: "-";
  font-size: 30px;
}

.order-product-options .close-options {
  display: none;
}
.order-product-options .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.order-product-options .product-details .product-options .product-option-wrapper {
  margin-bottom: 15px;
}
.order-product-options .product-details .product-options .product-option-wrapper .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.order-product-options .product-details .product-options .product-option-wrapper .product-option:hover, .order-product-options .product-details .product-options .product-option-wrapper .product-option.option-checked {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.order-product-options .product-details .product-options .option-types-size-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-product-options .product-details .product-options .option-types-size-container .product-option {
  padding: 10px;
  margin: 0 5px;
  border-radius: 10;
}
.order-product-options .product-details .product-options .option-types-radio-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
  border: 1px solid #575757;
}
.order-product-options .product-details .product-options .option-types-radio-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
.order-product-options .product-details .product-options .option-types-checkbox-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  margin: 5px 5px 0 0;
  border: 1px solid #575757;
}
.order-product-options .product-details .product-options .option-types-checkbox-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  margin: 5px 5px 0 0;
}
.order-product-options .product-details .compare-to-price {
  text-decoration: line-through;
}

@media screen and (max-width: 600px) {
  .order-tabs ul li {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
}
.package-details-table .group-row {
  background: #f7f7f7;
}
.package-details-table .group-row.group-title {
  font-weight: 700;
}
.package-details-table tr {
  border-bottom: 1px solid #eee;
}

.pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}
.pricing-table .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--borderRadius);
  border: 2px solid #eeeeee;
  background: #ffffff;
  margin-right: 1.25%;
  flex: 1;
  padding: 30px;
  margin-top: 20px;
}
.pricing-table .price-box:last-child {
  margin-right: 0;
}
.pricing-table .price-box .price-box-inner {
  width: 100%;
}
.pricing-table .price-box .price-box-inner.custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.pricing-table .price-box .price-box-inner .package-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-table .price-box .price-box-inner .package-row.name {
  font-size: 20px;
  font-weight: 700;
}
.pricing-table .price-box .price-box-inner .package-row.price {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 25px;
  margin: 15px 0px;
}
.pricing-table .price-box .price-box-inner .package-row.price .currency {
  font-size: 13px;
  color: var(--lightTextColor);
}
.pricing-table .price-box .price-box-inner .package-row.price .duration {
  font-size: 13px;
  color: var(--lightTextColor);
}
.pricing-table .price-box .price-box-inner .package-row.details {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.pricing-table .price-box .price-box-inner .package-row.details .package-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 13px;
  margin-bottom: 3px;
}
.pricing-table .price-box .price-box-inner .package-row.details .package-detail:before {
  font-family: var(--iconsFont);
  content: "\f058";
  min-width: 30px;
  width: 30px;
}

@media only screen and (max-width: 700px) {
  .pricing-table .price-box {
    width: 47.5%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .pricing-table .price-box {
    width: 100%;
    margin-right: 0;
    flex: auto;
  }
}
.coupons-wrapper,
.builder-product-list-wrapper {
  width: 100%;
}
.coupons-wrapper .coupons_section_selection,
.builder-product-list-wrapper .coupons_section_selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  position: relative;
  padding: 10px;
  margin-top: 20px;
}
.coupons-wrapper .coupons_section_selection .coupons_section_selection_title,
.builder-product-list-wrapper .coupons_section_selection .coupons_section_selection_title {
  font-size: 13px;
}
.coupons-wrapper .coupons_section_selection i,
.builder-product-list-wrapper .coupons_section_selection i {
  cursor: pointer;
}
.coupons-wrapper .search_list_wrapper,
.builder-product-list-wrapper .search_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coupons-wrapper .products_list,
.builder-product-list-wrapper .products_list {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.coupons-wrapper .products_list .product_item,
.builder-product-list-wrapper .products_list .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  padding: 12px 10px;
  position: relative;
  width: 100%;
}
.coupons-wrapper .products_list .product_item img,
.builder-product-list-wrapper .products_list .product_item img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.coupons-wrapper .products_list .product_item:hover,
.builder-product-list-wrapper .products_list .product_item:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #f7f7f7;
}
.coupons-wrapper .categories_list,
.builder-product-list-wrapper .categories_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.coupons-wrapper .categories_list .category_item,
.builder-product-list-wrapper .categories_list .category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  cursor: pointer;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 15px;
  margin-right: 5px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
}
.coupons-wrapper .categories_list .category_item.selected,
.builder-product-list-wrapper .categories_list .category_item.selected {
  color: #ffffff;
}

.date-picker-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.date-picker-wrapper > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  width: 50%;
}
.date-picker-wrapper input[type=text] {
  border: none;
  height: auto;
}

.sales_channel_logo {
  max-width: 120px;
  height: 50px;
  object-fit: contain;
}

.feed-label {
  margin-bottom: 10px;
}

.feed-url-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.feed-url-wrapper .feed-url {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  border: 2px solid var(--lightTextColor);
  border-radius: 2px;
  background: #f7f7f7;
  padding: 10px;
  overflow-x: scroll;
  white-space: nowrap;
}
.feed-url-wrapper .feed-url::-webkit-scrollbar {
  -webkit-appearance: none;
}
.feed-url-wrapper .feed-url::-webkit-scrollbar:horizontal {
  height: 0px;
}
.feed-url-wrapper .feed-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.feed-url-wrapper .feed-actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 100%;
}
.feed-url-wrapper .feed-actions a.copy-feed-url {
  margin-left: 5px;
}
.feed-url-wrapper .feed-actions a i {
  margin: 0;
  height: 100%;
}

.boxed-tile {
  border: 1px solid #929292;
  border-radius: 6px;
  min-height: 180px;
}
.boxed-tile .icon {
  font-size: 40px;
}
.boxed-tile .name {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-options-wrapper {
  margin-bottom: 15px;
}
.product-options-wrapper .product-options h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  text-transform: none;
  color: #222222;
}
.product-options-wrapper .product-options .product-notes label {
  margin-bottom: 15px;
}
.product-options-wrapper .product-options .product-notes textarea {
  resize: none;
  outline: none;
  border: 1px solid #bbbbbb;
}
.product-options-wrapper .product-options .product-notes textarea:focus {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  border: 1px solid #111111;
}
.product-options-wrapper .product-options .option-type-items {
  margin-bottom: 30px;
  box-shadow: 5px 5px 10px -11px rgba(0, 0, 0, 0.8);
  padding: 15px 20px;
  border: 1px solid #f1f1f1;
}
.product-options-wrapper .product-options .option-type-items .option-types-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-options-wrapper .product-options .option-type-items .option-types-wrapper > div > div {
  width: 50%;
}
.product-options-wrapper .product-options .option-type-items .max-quantity-notice {
  margin-left: 5px;
}
.product-options-wrapper .product-options .option-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin: 10px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}
.product-options-wrapper .product-options .option-name .option-name-required-indicator {
  margin-left: 5px;
  color: #ed2e2e;
}
.product-options-wrapper .product-options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  width: 100%;
  position: relative;
  margin: 10px 0px;
  cursor: pointer;
}
.product-options-wrapper .product-options .option h5 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  text-transform: none;
  color: #222222;
}
.product-options-wrapper .product-options .option.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.product-options-wrapper .product-options .option .label-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.product-options-wrapper .product-options .option .label-choice h5 {
  margin: 0;
  line-height: inherit;
}
.product-options-wrapper .product-options .option .label-choice:before {
  content: "\f0c8";
  font-family: var(--iconsFont);
  width: 20px;
}
.product-options-wrapper .product-options .option .label-choice.checked::before {
  font-family: var(--iconsFont);
  content: "\f14a";
}
.product-options-wrapper .product-options .option .menu-item-choice-price {
  margin-left: 5px;
}
.product-options-wrapper .product-options .sub-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-options-wrapper .product-options .sub-group > div {
  width: 100%;
}
.product-options-wrapper .product-options .sub-group .sub-group-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.product-options-wrapper .product-options .sub-group .sub-group-options .label-choice-alter {
  padding: 8px 0px;
}
.product-options-wrapper .product-options .sub-group .sub-group-options .menu-item-choice-price {
  margin-left: 5px;
}
.product-options-wrapper .product-options .label-choice-alter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  cursor: pointer;
}
.product-options-wrapper .product-options .label-choice-alter h5 {
  margin: 0;
  line-height: inherit;
}
.product-options-wrapper .product-options .label-choice-alter:before {
  font-family: var(--iconsFont);
  content: "\f111";
  font-weight: 400;
  width: 20px;
}
.product-options-wrapper .product-options .label-choice-alter.checked:before {
  content: "\f058";
  font-weight: 900;
}
.product-options-wrapper .product-options .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  margin-top: 15px;
}
.product-options-wrapper .product-options .button-container .button.total-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  border: 1px solid #222222;
  background-color: transparent;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 0;
  padding: 10px 20px;
  color: #222222;
}
.product-options-wrapper .product-options .button-container .button {
  color: #ffffff;
  background-color: #222222;
  border: 1px solid #222222;
  cursor: pointer;
  font-size: 14px;
  padding: 15px 20px;
  line-height: 0;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.product-options-wrapper .product-options .button-container .button:hover {
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #222222;
}

@media screen and (min-width: 600px) {
  .product-options-wrapper .product-options .option-type-items .option-types-wrapper > div > div {
    width: 33.3333333333%;
  }
}
.stripe-elements-wrapper {
  margin-top: 20px;
}
.stripe-elements-wrapper .StripeElement {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 15px 10px;
}

.stripe-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-top: 20px;
}
.stripe-copyright .stripe-logo {
  margin-right: 10px;
}
.stripe-copyright .stripe-logo img {
  width: 50px;
}
.stripe-copyright .stripe-text {
  font-size: 11px;
}

@-moz-keyframes "blink" {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes "blink" {
  50% {
    background-color: transparent;
  }
}
@keyframes "blink" {
  50% {
    background-color: transparent;
  }
}
.CodeMirror {
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
  position: relative;
  overflow: hidden;
  background: white;
}
.CodeMirror pre.CodeMirror-line {
  padding: 0 4px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.CodeMirror-lines {
  padding: 4px 0;
  cursor: text;
  min-height: 1px;
}

.CodeMirror-scrollbar-filler {
  background-color: white;
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  background-color: white;
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-guttermarker {
  color: black;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-type {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-s-default .cm-error {
  color: #f00;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header {
  font-weight: bold;
}

.cm-strong {
  font-weight: bold;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-invalidchar {
  color: #f00;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none;
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-wrapper::selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper::-moz-selection {
  background-color: transparent;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-wrap pre.CodeMirror-line {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
}

.CodeMirror-rtl pre {
  direction: rtl;
}

.CodeMirror-code {
  outline: none;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::selection {
  background: #d7d4f0;
}
.CodeMirror-line > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.CodeMirror-line > span::-moz-selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: none;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.dropzone.pageBuilder {
  padding: 0px !important;
  border: 0px !important;
}
.dropzone.pageBuilder .drop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  border: 1px dashed var(--lightTextColor) !important;
  cursor: pointer;
  width: 100px;
  height: 100px;
  outline: none;
}
.dropzone.pageBuilder .drop-item:focus, .dropzone.pageBuilder .drop-item :focus-within {
  outline: none;
}
.dropzone.pageBuilder .drop-item:before {
  content: "\e178";
  font-family: var(--iconsFont);
  font-size: 20px;
}
.dropzone.pageBuilder .drop-item:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: var(--lightTextColor);
}
.dropzone.pageBuilder.selectedImageState {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.dropzone.pageBuilder.selectedImageState .selected-image-preview {
  border: 1px solid #f0f0f0;
  padding: 5px;
  height: 90px;
  width: 90px;
  margin-right: 20px;
}
.dropzone.pageBuilder.selectedImageState .selected-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dropzone.pageBuilder.selectedImageState .dropzoneActions {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

.cm-s-material.CodeMirror {
  background-color: #263238;
  color: #EEFFFF;
}

.cm-s-material .CodeMirror-gutters {
  background: #263238;
  color: #546E7A;
  border: none;
}
.cm-s-material .CodeMirror-guttermarker {
  color: #546E7A;
}
.cm-s-material .CodeMirror-guttermarker-subtle {
  color: #546E7A;
}
.cm-s-material .CodeMirror-linenumber {
  color: #546E7A;
}
.cm-s-material .CodeMirror-cursor {
  border-left: 1px solid #FFCC00;
}
.cm-s-material .cm-animate-fat-cursor {
  background-color: rgba(93, 109, 92, 0.5019607843) !important;
}
.cm-s-material div.CodeMirror-selected {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line::selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line > span::selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line > span > span::selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line > span > span::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line > span::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0.5);
}
.cm-s-material .cm-keyword {
  color: #C792EA;
}
.cm-s-material .cm-operator {
  color: #89DDFF;
}
.cm-s-material .cm-variable-2 {
  color: #EEFFFF;
}
.cm-s-material .cm-variable-3 {
  color: #f07178;
  color: #DECB6B;
}
.cm-s-material .cm-type {
  color: #f07178;
  color: #DECB6B;
}
.cm-s-material .cm-builtin {
  color: #FFCB6B;
}
.cm-s-material .cm-atom {
  color: #F78C6C;
}
.cm-s-material .cm-number {
  color: #FF5370;
}
.cm-s-material .cm-def {
  color: #82AAFF;
}
.cm-s-material .cm-string {
  color: #C3E88D;
}
.cm-s-material .cm-string-2 {
  color: #f07178;
}
.cm-s-material .cm-comment {
  color: #546E7A;
}
.cm-s-material .cm-variable {
  color: #f07178;
}
.cm-s-material .cm-tag {
  color: #FF5370;
}
.cm-s-material .cm-meta {
  color: #FFCB6B;
}
.cm-s-material .cm-attribute {
  color: #C792EA;
}
.cm-s-material .cm-property {
  color: #C792EA;
}
.cm-s-material .cm-qualifier {
  color: #DECB6B;
}
.cm-s-material .cm-error {
  color: rgb(255, 255, 255);
  background-color: #FF5370;
}
.cm-s-material .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

.cm-s-material.cm-fat-cursor .CodeMirror-cursor {
  background-color: rgba(93, 109, 92, 0.5019607843) !important;
}

.cm-s-material.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(128, 203, 196, 0.2);
}

.migration-notice-button-icon {
  font-size: 20px !important;
  margin-right: 5px;
}

.migration-notice-alert-icon {
  font-size: 26px !important;
  margin-right: 10px;
}

.migration-notice-title {
  font-size: 16px;
}

.migration-notice-divider {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  margin: 5px 0;
}

.migration-notice-subtitle {
  font-size: 12px;
}

.builder-migration-wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #F7F7F7;
}
.builder-migration-wrapper .migration-header {
  height: 100px;
  width: 100%;
  background: #FFFFFF;
  padding: 0 20px;
}
.builder-migration-wrapper .migration-header .migration-logo {
  height: 25px;
}
.builder-migration-wrapper .migration-header .migration-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.builder-migration-wrapper .migration-header .migration-cancel {
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
}
.builder-migration-wrapper .migration-header .migration-cancel .migration-cancel-icon {
  font-size: 26px;
  margin-left: 5px;
}
.builder-migration-wrapper .migration-content-wrapper {
  width: 100%;
  height: calc(100vh - 100px);
  padding: 50px 0;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content {
  width: 80%;
  height: 100%;
  background: #FFFFFF;
  padding: 30px 40px;
  overflow-y: auto;
  border-radius: 4px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .step-image {
  width: 40%;
  object-fit: contain;
  align-self: flex-start;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .step-text {
  margin-left: 50px;
  font-size: 14px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .entity-group {
  margin: 5px 0;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .entity-group .entity-group-title {
  font-size: 14px;
  font-weight: 600;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .entity-group .entity-group-toggle-icon {
  font-size: 18px;
  margin-left: 5px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .entity-group .entity-group-item {
  margin-top: 5px;
  font-size: 14px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .selected-entity {
  font-size: 16px;
  color: var(--color-scheme);
  margin-bottom: 5px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .completed-text {
  font-size: 14px;
  text-align: center;
}
.builder-migration-wrapper .migration-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.builder-migration-wrapper .migration-success {
  margin-top: 40px;
}
.builder-migration-wrapper .migration-success .checkmark {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  display: block;
  stroke-width: 6;
  stroke: #FFFFFF;
  stroke-miterlimit: 30;
  box-shadow: inset 0px 0px 0px #39A728;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.builder-migration-wrapper .migration-success .checkmark-circle {
  stroke-dasharray: 498;
  stroke-dashoffset: 498;
  stroke-width: 6;
  stroke-miterlimit: 40;
  stroke: #39A728;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.builder-migration-wrapper .migration-success .checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 144;
  stroke-dashoffset: 144;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 90px #39A728;
  }
}
.builder-label {
  font-size: 14px;
  font-weight: 600;
  width: 50%;
}

.builder-setting {
  margin: 20px 0px;
}
.builder-setting .builder-values {
  width: 50%;
}

.builder-element-settings-wrapper,
.coupons-wrapper {
  width: 100%;
}
.builder-element-settings-wrapper .two-column-settings,
.coupons-wrapper .two-column-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar,
.coupons-wrapper .two-column-settings .builderSidebar {
  flex: 2;
  background: #f7f7f7;
  padding: 15px;
  border-right: 1px solid #dddddd;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 5px;
  margin-bottom: 20px;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .dragIndicator,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .dragIndicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .dragIndicator i,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .dragIndicator i {
  cursor: pointer;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-size: 13px;
  margin: 0 0px 0px 5px;
  padding: 10px 5px;
  height: auto;
  border: 0;
  background: #f7f7f7;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName:active, .builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName:focus,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName:active,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName:focus {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions .itemAction,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions .itemAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  cursor: pointer;
  margin: 0px 4px;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions .itemAction i,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions .itemAction i {
  font-size: 14px;
}
.builder-element-settings-wrapper .two-column-settings .builderSettings,
.coupons-wrapper .two-column-settings .builderSettings {
  flex: 5;
  padding: 15px;
  overflow: auto;
}
.builder-element-settings-wrapper .two-column-settings .builderSettings .builderSettingsHeader,
.coupons-wrapper .two-column-settings .builderSettings .builderSettingsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.builder-element-settings-wrapper .two-column-settings .builderSettings .builderSettingsHeader .builderSettingsHeaderButton,
.coupons-wrapper .two-column-settings .builderSettings .builderSettingsHeader .builderSettingsHeaderButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.builder-element-settings-wrapper .content-type-header,
.coupons-wrapper .content-type-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-bottom: 10px;
}
.builder-element-settings-wrapper .content-type-header .type-title,
.coupons-wrapper .content-type-header .type-title {
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 10px;
}
.builder-element-settings-wrapper .content-type-header i,
.coupons-wrapper .content-type-header i {
  font-size: 30px;
}
.builder-element-settings-wrapper .content-type-header .content-type-actions,
.coupons-wrapper .content-type-header .content-type-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background: #ffffff;
  padding: 20px;
}
.builder-element-settings-wrapper .content-type-header .content-type-actions .content-type-action-close,
.coupons-wrapper .content-type-header .content-type-actions .content-type-action-close {
  margin: 0 10px;
  padding: 5px;
}
.builder-element-settings-wrapper .content-type-header .content-type-actions .content-type-action-close i, .builder-element-settings-wrapper .content-type-header .content-type-actions .content-type-action-close svg,
.coupons-wrapper .content-type-header .content-type-actions .content-type-action-close i,
.coupons-wrapper .content-type-header .content-type-actions .content-type-action-close svg {
  cursor: pointer;
  font-size: 30px;
}
.builder-element-settings-wrapper .builderElementSection,
.coupons-wrapper .builderElementSection {
  margin-top: 20px;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.builder-element-settings-wrapper .builderElementSection.borders .extras,
.coupons-wrapper .builderElementSection.borders .extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-element-settings-wrapper .builderElementSection.borders .extras > div,
.coupons-wrapper .builderElementSection.borders .extras > div {
  width: 50%;
}
.builder-element-settings-wrapper .builderElementSection.borders .extras .styler-input,
.coupons-wrapper .builderElementSection.borders .extras .styler-input {
  width: 100%;
}
.builder-element-settings-wrapper .builderElementSection.inputs .styler-input,
.coupons-wrapper .builderElementSection.inputs .styler-input {
  width: 25%;
  padding: 0px 5px;
}
.builder-element-settings-wrapper .builderElementSection.checkboxes,
.coupons-wrapper .builderElementSection.checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.builder-element-settings-wrapper .builderElementSection.checkboxes .builder-checkbox,
.coupons-wrapper .builderElementSection.checkboxes .builder-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 10px 0;
}
.builder-element-settings-wrapper .builderElementSection.checkboxes .checkbox-input,
.coupons-wrapper .builderElementSection.checkboxes .checkbox-input {
  width: 25%;
  margin-bottom: 10px;
}
.builder-element-settings-wrapper .builderElementSection .number-picker-wrapper,
.coupons-wrapper .builderElementSection .number-picker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-top: 10px;
}
.builder-element-settings-wrapper .builderElementSection .number-picker-wrapper .number-picker-icon,
.coupons-wrapper .builderElementSection .number-picker-wrapper .number-picker-icon {
  cursor: pointer;
  padding: 5px;
  font-size: 20px;
}
.builder-element-settings-wrapper .builderElementSection .number-picker-wrapper .number-picker-input,
.coupons-wrapper .builderElementSection .number-picker-wrapper .number-picker-input {
  border: 2px solid #dddddd;
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 5px;
  box-shadow: none;
  width: 50px;
}
.builder-element-settings-wrapper .style-input-wrapper,
.coupons-wrapper .style-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-element-settings-wrapper .style-input-wrapper .styler-input,
.coupons-wrapper .style-input-wrapper .styler-input {
  width: 100%;
}
.builder-element-settings-wrapper .zone-map,
.coupons-wrapper .zone-map {
  width: 40% !important;
}
.builder-element-settings-wrapper .address-results,
.coupons-wrapper .address-results {
  width: 60%;
  padding: 0px 15px;
}
.builder-element-settings-wrapper .address-results button,
.coupons-wrapper .address-results button {
  cursor: pointer;
  padding: 10px 5px;
  width: 100%;
  background: transparent;
  border: none;
  margin-bottom: 5px;
  text-align: left;
}
.builder-element-settings-wrapper .address-results button:hover,
.coupons-wrapper .address-results button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.builder-element-settings-wrapper .builder-save-button-wrapper,
.coupons-wrapper .builder-save-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  margin-top: 20px;
}

.builderFilesListWrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.builderFilesListWrapper button i {
  font-size: 20px;
}

.builderComponentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.builderComponentsWrapper .heading {
  font-size: 22px;
  font-weight: 600;
}
.builderComponentsWrapper .heading:before {
  margin-right: 20px;
  font-family: var(--iconsFont);
  content: "\f5db";
}
.builderComponentsWrapper .sub-heading {
  font-size: 15px;
  margin-bottom: 20px;
}
.builderComponentsWrapper .components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.builderComponentsWrapper .components .component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: var(--borderRadius);
  width: 18%;
  margin-right: 2%;
  margin-bottom: 20px;
  height: 130px;
  background: #ffffff;
  font-size: 15px;
  padding: 0px 5px;
}
.builderComponentsWrapper .components .component .name {
  text-align: center;
}
.builderComponentsWrapper .components .component i, .builderComponentsWrapper .components .component svg {
  font-size: 30px;
  font-style: normal;
  margin-top: 10px;
}
.builderComponentsWrapper .components .component:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #f7f7f7;
}

@media only screen and (max-width: 850px) {
  .builderComponentsWrapper .components .component {
    width: 19%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 650px) {
  .builderComponentsWrapper .components .component {
    width: 23.75%;
    margin-right: 1.25%;
  }
}
@media only screen and (max-width: 550px) {
  .builderComponentsWrapper .components .component {
    width: 31.6666666667%;
    margin-right: 1.6666666667%;
  }
}
@media only screen and (max-width: 420px) {
  .builderComponentsWrapper .components .component {
    width: 47.5%;
    margin-right: 2.5%;
  }
}
.builder-spinner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.8);
}
.builder-spinner-wrapper .spinner {
  width: 40px;
  height: 40px;
  position: relative;
}
.builder-spinner-wrapper .double-bounce1, .builder-spinner-wrapper .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.builder-spinner-wrapper .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.builder-full-screen {
  background: #ffffff;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.builder-full-screen.open {
  visibility: visible;
  opacity: 1;
}

.builderIntroText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 70%;
  margin: 0 auto;
  height: 100%;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.builderIntroText .title {
  margin-top: 10px;
  font-size: 15px;
}

.builder-save-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
}

.builder-columns {
  padding: 30px 0px;
}
.builder-columns .builder-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 31.6666666667%;
  margin-right: 1.6666666667%;
  margin-bottom: 20px;
  border: 2px solid #efefef;
  padding: 3px;
}
.builder-columns .builder-column:hover .builder-column-preview {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #dddddd;
}
.builder-columns .builder-column .builder-column-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #eeeeee;
  border: 2px dashed #ffffff;
}

.builder-preview-wrapper {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 6px;
}
.builder-preview-wrapper .builder-container-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  padding: 10px 10px 10px 20px;
  border-radius: 6px;
}
.builder-preview-wrapper .builder-container-heading .builder-container-title {
  font-size: 12px;
  line-height: 14px;
  border: none !important;
  border-radius: 6px !important;
  background-color: #f7f7f7 !important;
  color: #111111;
  box-shadow: none !important;
  border-radius: 3px;
  height: auto;
  padding: 10px;
  margin: 0px 0px 0px 20px;
  width: auto;
}
.builder-preview-wrapper .builder-container-heading .builder-container-title:focus, .builder-preview-wrapper .builder-container-heading .builder-container-title:focus-within {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background-color: #ffffff !important;
  color: #111111;
  border: none !important;
  outline: none;
}
.builder-preview-wrapper .builder-container-heading .builder-children-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 13px;
}
.builder-preview-wrapper .builder-actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-preview-wrapper .builder-actions-wrapper i {
  cursor: pointer;
  padding: 0px 8px;
  font-size: 16px;
}
.builder-preview-wrapper .builder-actions-wrapper.branch {
  position: absolute;
  right: 20px;
  top: 10px;
}
.builder-preview-wrapper .builder-actions-wrapper.column {
  padding-top: 10px;
}
.builder-preview-wrapper .builder-actions-wrapper.element {
  position: absolute;
  right: 0px;
  top: 10px;
}
.builder-preview-wrapper .builder-actions-wrapper.leaf {
  position: absolute;
  right: 10px;
  top: 10px;
}
.builder-preview-wrapper .builder-actions-wrapper.root-leaf-action {
  position: absolute;
  right: 20px;
  top: 10px;
}
.builder-preview-wrapper .draggable-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
}
.builder-preview-wrapper .draggable-handle.container, .builder-preview-wrapper .draggable-handle.tree {
  color: #ffffff;
}
.builder-preview-wrapper .draggable-handle.leaf {
  top: 0px !important;
  left: 0px !important;
}
.builder-preview-wrapper .builder-container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0px;
}

.builder-column-wrapper {
  margin-bottom: 20px;
  padding: 5px;
}
.builder-column-wrapper.branch {
  padding: 0px;
}
.builder-column-wrapper.branch .builder-column-container {
  padding: 40px 20px;
}
.builder-column-wrapper.branch .draggable-handle {
  position: absolute;
  top: 30px;
  left: 20px;
}
.builder-column-wrapper .builder-column-container {
  background: #efefef;
  border: 1px dashed #bbbbbb;
  padding: 5px;
  border-radius: 6px;
  min-height: 100px;
}
.builder-column-wrapper .builder-column-container .root-leaf {
  width: 100%;
  padding-right: 20px;
}
.builder-column-wrapper .builder-column-container .child-leaf {
  width: 25%;
  padding-right: 10px;
}

.builder-elements-wrapper .builder-element-container {
  border-radius: var(--borderRadius);
  background: #ffffff;
  margin-bottom: 15px;
  height: 100px;
}
.builder-elements-wrapper .builder-element-container .builder-element {
  height: 100%;
}
.builder-elements-wrapper .builder-element-container .builder-element .element-icon {
  font-size: 20px;
}
.builder-elements-wrapper .builder-element-container .builder-element .element-title {
  font-size: 14px;
  margin-top: 5px;
}

.dragged-item-placement-wrapper {
  position: absolute;
  inset: 0;
  background: white;
  z-index: 9;
}
.dragged-item-placement-wrapper .dragged-item-placement {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.bullet-circle {
  background-color: rgb(255, 165, 0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  min-width: 30px;
}
.bullet-circle.sub_item {
  width: 10px;
  height: 10px;
  min-width: 10px;
  margin-left: 25px;
}

.bullet-text {
  margin-left: 10px;
  font-weight: 600;
}
.bullet-text.sub_item {
  font-size: 12px;
  font-weight: 100;
}

.bullet-number.sub_item {
  font-size: 12px;
}

.dashboard-wrapper .dashboard-item-wrapper {
  flex-basis: 32%;
  margin-bottom: 30px;
  margin-right: 2%;
}
.dashboard-wrapper .dashboard-item-wrapper:nth-child(3), .dashboard-wrapper .dashboard-item-wrapper:nth-child(6), .dashboard-wrapper .dashboard-item-wrapper:nth-child(9), .dashboard-wrapper .dashboard-item-wrapper:nth-child(12) {
  margin-right: 0px;
}

@media only screen and (max-width: 1150px) {
  .dashboard-wrapper .dashboard-item-wrapper {
    flex-basis: 49%;
    margin-right: 1.5%;
  }
  .dashboard-wrapper .dashboard-item-wrapper:nth-child(2), .dashboard-wrapper .dashboard-item-wrapper:nth-child(4), .dashboard-wrapper .dashboard-item-wrapper:nth-child(6), .dashboard-wrapper .dashboard-item-wrapper:nth-child(8), .dashboard-wrapper .dashboard-item-wrapper:nth-child(10) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 728px) {
  .dashboard-wrapper .dashboard-item-wrapper {
    flex-basis: 100%;
    margin-right: 0px;
  }
}
.bulk-onboarding-image {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.pin-label {
  padding: 30px;
  border-radius: 10px;
  border: 3px dashed #575757;
  background: #f7f7f7;
  font-size: 20px;
}

.home-screen {
  margin-bottom: 100px;
}
.home-screen .profile-completion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  padding: 20px;
  border-radius: 20px;
  color: #ffffff;
}
.home-screen .profile-completion i {
  font-size: 100px;
}

.help-center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.help-center-wrapper .help-center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.help-center-wrapper .help-center-column > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.help-center-wrapper .help-center-column .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.help-center-wrapper .help-center-column .buttons-wrapper .btn:last-child {
  margin-top: 20px;
}

@media only screen and (min-width: 670px) {
  .help-center-wrapper .help-center-column .text {
    padding-right: 15px;
  }
  .help-center-wrapper .help-center-column > div {
    margin-bottom: 0px;
  }
}
.purple-bg {
  background: #861a64;
  color: #ffffff;
}

.circular-progress-wrapper {
  position: relative;
}
.circular-progress-wrapper .percent {
  position: absolute;
  font-weight: 700;
}

.circular-progress {
  animation: progress-animation 1.5s linear 0s 1 forwards;
}
.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}
.circular-progress circle.bg {
  stroke: #dddddd;
}
.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
.blog-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 20px;
}
.blog-list-wrapper.right_sidebar {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.blog-list-wrapper.no_sidebar .blog_sidebar {
  display: none;
}

.blog_sidebar {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-size: 12px;
  margin-right: 20px;
}
.blog_sidebar li {
  padding: 10px 5px;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 11;
  margin: 0;
  padding: 0;
}
.blog-list.grid li {
  width: 30%;
  margin-right: 3.3333333333%;
}
.blog-list.list_small li {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.blog-list.list_small li .blog-image {
  width: 30%;
}
.blog-list.list_small li .blog-details {
  width: 70%;
  padding: 0px 10px;
}
.blog-list.list_large li {
  width: 100%;
}
.blog-list.list_large li img {
  height: 80px;
}
.blog-list.list_large li .read-more-button {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
.blog-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  padding: 20px 10px;
  font-size: 14px;
  margin-bottom: 30px;
}
.blog-list li .blog-image {
  width: 100%;
  margin-bottom: 5px;
}
.blog-list li .blog-image img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}
.blog-list li .blog-details .blog-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-list li .blog-details .blog-category, .blog-list li .blog-details .blog-date {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
}
.blog-list li .blog-details .blog-excerpt {
  margin-bottom: 5px;
}
.blog-list li .blog-details .read-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
.blog-list li .blog-details .read-more-button .button {
  font-size: 10px;
  text-transform: none;
}

.blog-list.masonry {
  display: initial;
  columns: 4 100px;
  column-gap: 1rem;
}
.blog-list.masonry .blog-details:hover > .blog-title,
.blog-list.masonry .blog-details:focus-within > .blog-title {
  visibility: visible;
  opacity: 1;
}
.blog-list.masonry .blog-item {
  position: relative;
  cursor: pointer;
  width: 150px;
  margin: 0 0.5rem 0.5rem 0;
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.blog-list.masonry .blog-item .blog-category, .blog-list.masonry .blog-item .blog-excerpt, .blog-list.masonry .blog-item .blog-date, .blog-list.masonry .blog-item .read-more-button {
  display: none;
}
.blog-list.masonry .blog-item .blog-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-list.masonry .blog-item .blog-details:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.blog-list.masonry .blog-item .blog-image {
  width: 100%;
  height: 100%;
}
.blog-list.masonry .blog-item .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list.masonry .blog-item .blog-title {
  visibility: hidden;
  opacity: 0;
}

.blog_list .masonry .blog_item:nth-child(1) {
  height: 129px;
  line-height: 129px;
}

.blog_list .masonry .blog_item:nth-child(2) {
  height: 123px;
  line-height: 123px;
}

.blog_list .masonry .blog_item:nth-child(3) {
  height: 168px;
  line-height: 168px;
}

.blog_list .masonry .blog_item:nth-child(4) {
  height: 156px;
  line-height: 156px;
}

.blog_list .masonry .blog_item:nth-child(5) {
  height: 121px;
  line-height: 121px;
}

.blog_list .masonry .blog_item:nth-child(6) {
  height: 426px;
  line-height: 426px;
}

.blog_list .masonry .blog_item:nth-child(7) {
  height: 343px;
  line-height: 343px;
}

.blog_list .masonry .blog_item:nth-child(8) {
  height: 103px;
  line-height: 103px;
}

.blog_list .masonry .blog_item:nth-child(9) {
  height: 463px;
  line-height: 463px;
}

.blog_list .masonry .blog_item:nth-child(10) {
  height: 191px;
  line-height: 191px;
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 50px;
  width: 100%;
}
.footer_wrapper .store-locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.footer_wrapper .store-locations .location {
  padding: 0px 10px;
  font-size: 10px;
}
.footer_wrapper .store-locations .location svg {
  width: 30px;
  height: 30px;
}
.footer_wrapper .main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.footer_wrapper .navigation .footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_wrapper .navigation .footer-navigation .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 600;
}
.footer_wrapper .navigation .footer-navigation .footer-column.one {
  width: 100%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.two {
  width: 50%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.three {
  width: 33.3333333333%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.four {
  width: 25%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.five {
  width: 20%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.six {
  width: 16.6666666667%;
}
.footer_wrapper .navigation .footer-navigation .footer-column .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: 300;
}
.footer_wrapper .social-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.footer_wrapper .social-icons-wrapper .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_wrapper .social-icons-wrapper .social-icons .preview-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  padding: 10px;
  margin: 0px 10px 10px 0px;
}
.footer_wrapper .social-icons-wrapper .social-icons .preview-social-icon svg {
  width: 15px;
  height: 15px;
}

.footer_wrapper.footer_version_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_wrapper.footer_version_one .main-area {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.footer_wrapper.footer_version_one .social-icons-wrapper {
  width: 100%;
}
.footer_wrapper.footer_version_one .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_wrapper.footer_version_two .main-area {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.footer_wrapper.footer_version_two .social-icons-wrapper {
  width: 100%;
}
.footer_wrapper.footer_version_two .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_three .main-area {
  width: 100%;
}
.footer_wrapper.footer_version_three .main-area .navigation, .footer_wrapper.footer_version_three .main-area .store-locations {
  width: 50%;
}
.footer_wrapper.footer_version_three .social-icons-wrapper {
  width: 100%;
}
.footer_wrapper.footer_version_four {
  position: relative;
}
.footer_wrapper.footer_version_four .main-area {
  align-items: initial;
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.footer_wrapper.footer_version_four .main-area .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_four .main-area .store-locations {
  width: 50%;
}
.footer_wrapper.footer_version_four .social-icons-wrapper {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 50px;
}
.footer_wrapper.footer_version_five .navigation {
  display: none;
}
.footer_wrapper.footer_version_five .store-locations {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_wrapper.footer_version_five .main-area {
  width: 50%;
}
.footer_wrapper.footer_version_five .social-icons-wrapper {
  width: 50%;
}
.footer_wrapper.footer_version_six .store-locations, .footer_wrapper.footer_version_six .social-icons-wrapper {
  display: none;
}
.footer_wrapper.footer_version_six .main-area, .footer_wrapper.footer_version_six .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_six .footer-navigation {
  padding: 40px 0px;
}
.footer_wrapper.footer_version_seven .store-locations {
  display: none;
}
.footer_wrapper.footer_version_seven .main-area {
  width: 50%;
  padding: 10px;
}
.footer_wrapper.footer_version_seven .main-area .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_seven .main-area .navigation .footer-navigation {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.footer_wrapper.footer_version_seven .main-area .navigation .submenu {
  display: none;
}
.footer_wrapper.footer_version_seven .social-icons-wrapper {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  width: 50%;
  padding: 0px;
}
.footer_wrapper.footer_version_seven .social-icons-wrapper .social-icons {
  padding: 0;
}

.footer_shop {
  width: 100%;
}
.footer_shop .footer_wrapper {
  margin-top: 0;
  padding: 20px 15px;
}
.footer_shop .footer_wrapper.footer_version_two {
  flex-direction: column-reverse;
}
.footer_shop .footer_wrapper.footer_version_three {
  flex-wrap: wrap;
  flex-direction: row;
}
.footer_shop .footer_wrapper.footer_version_three .main-area {
  width: 70%;
  padding-right: 20px;
}
.footer_shop .footer_wrapper.footer_version_three .main-area .navigation {
  width: 100%;
}
.footer_shop .footer_wrapper.footer_version_three .social-icons-wrapper {
  width: 30%;
}
.footer_shop .footer_wrapper.footer_version_four {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.footer_shop .footer_wrapper.footer_version_four .social-icons-wrapper {
  position: initial;
  width: 100%;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.footer_shop .footer_wrapper.footer_version_four .footer-navigation {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.footer_shop .footer_wrapper.footer_version_four .footer-navigation li {
  text-align: left;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
.footer_shop .footer_wrapper.footer_version_four .footer-navigation .footer-column span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.footer_shop .footer_wrapper.footer_version_four .footer-navigation .footer-column span:after {
  content: " ";
  height: 1px;
  width: 30%;
  margin: 3px 0px;
}
.footer_shop .footer_wrapper.footer_version_five .main-area {
  width: 70%;
}
.footer_shop .footer_wrapper.footer_version_five .main-area .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer_shop .footer_wrapper.footer_version_five .main-area .navigation .footer-navigation {
  width: 100%;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  padding-right: 10px;
}
.footer_shop .footer_wrapper.footer_version_five .main-area .navigation .footer-navigation li {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
.footer_shop .footer_wrapper.footer_version_five .main-area .navigation .submenu {
  display: none;
}
.footer_shop .footer_wrapper.footer_version_five .social-icons-wrapper {
  width: 30%;
}

.preview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.preview-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.preview-content .button {
  box-shadow: none;
}

.theme-options-loader {
  position: fixed;
  top: 100px;
  right: 50px;
}

.settings-product-list-preview-wrapper:hover > .settings-product-page-preview-device-frame:before,
.settings-product-list-preview-wrapper:hover > .settings-product-page-preview-device-frame:after,
.settings-product-list-preview-wrapper:hover > .settings-product-list-preview-device-frame:before,
.settings-product-list-preview-wrapper:hover > .settings-product-list-preview-device-frame:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

.settings-product-page-preview-device-frame,
.settings-product-list-preview-device-frame {
  background-image: url("https://storage.googleapis.com/reactive_files_eu/theming/settings-preview-device-screen.png");
  background-repeat: no-repeat;
}
.settings-product-page-preview-device-frame:before,
.settings-product-list-preview-device-frame:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  visibility: hidden;
  opacity: 0;
  content: "\f077";
  font-family: var(--iconsFont);
  font-size: 40px;
  color: #222222;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.settings-product-page-preview-device-frame:after,
.settings-product-list-preview-device-frame:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  visibility: hidden;
  opacity: 0;
  content: "\f078";
  font-family: var(--iconsFont);
  font-size: 50px;
  color: #222222;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  z-index: 10;
}

.settings-product-list-preview-wrapper,
.settings-product-page-preview-wrapper,
.settings-preview-wrapper {
  position: relative;
  max-width: 750px;
}
.settings-product-list-preview-wrapper .settings-product-list-preview-device-frame,
.settings-product-list-preview-wrapper .settings-product-page-preview-device-frame,
.settings-product-page-preview-wrapper .settings-product-list-preview-device-frame,
.settings-product-page-preview-wrapper .settings-product-page-preview-device-frame,
.settings-preview-wrapper .settings-product-list-preview-device-frame,
.settings-preview-wrapper .settings-product-page-preview-device-frame {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 456px;
  padding: 25px 25px 0px 26px;
}
.settings-product-list-preview-wrapper .settings-product-list-preview-device,
.settings-product-list-preview-wrapper .settings-product-page-preview-device,
.settings-product-page-preview-wrapper .settings-product-list-preview-device,
.settings-product-page-preview-wrapper .settings-product-page-preview-device,
.settings-preview-wrapper .settings-product-list-preview-device,
.settings-preview-wrapper .settings-product-page-preview-device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  height: 343px;
}

.theme_options_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.theme_options_inputs label {
  margin-bottom: 10px;
}
.theme_options_inputs .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.theme_options_inputs .input-box input {
  padding: 0px 10px;
  border: 2px solid #eeeeee !important;
  margin: 0;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
.theme_options_inputs .input-box input:active, .theme_options_inputs .input-box input:focus, .theme_options_inputs .input-box input:focus-within {
  border: 2px solid #dddddd !important;
}
.theme_options_inputs .input-box .save-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: #dddddd;
  border: 2px solid #dddddd;
  cursor: pointer;
  padding: 0px 10px;
  height: 3rem;
}
.theme_options_inputs .input-box .save-button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: #ffffff;
}

.top-frame-sticky-element {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

@media only screen and (max-width: 990px) {
  .sticky-element {
    position: initial;
  }
}
.product-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 20px;
}
.product-list-wrapper .toggle-sidebar {
  display: none;
}
.product-list-wrapper .categories_wrapper {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-size: 12px;
  margin-right: 20px;
}
.product-list-wrapper .categories_wrapper li {
  padding: 10px 5px;
}
.product-list-wrapper.menu_layout .product-list li, .product-list-wrapper.menu .product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  width: 100%;
  padding: 20px 10px;
}
.product-list-wrapper.right_sidebar {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-list-wrapper.right_sidebar .categories_wrapper {
  margin-right: 0;
  margin-left: 20px;
}
.product-list-wrapper.burger_sidebar {
  position: relative;
}
.product-list-wrapper.burger_sidebar .toggle-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  top: 10px;
  height: auto;
  width: auto;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 20px;
}
.product-list-wrapper.burger_sidebar .toggle-sidebar:before {
  content: "\f0b0";
  font-family: var(--iconsFont);
}
.product-list-wrapper.burger_sidebar .categories_wrapper {
  display: none !important;
}
.product-list-wrapper.burger_sidebar .toggle-sidebar:hover ~ .categories_wrapper,
.product-list-wrapper.burger_sidebar .toggle-sidebar:focus-within ~ .categories_wrapper {
  display: block !important;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 11;
  margin: 0;
  padding: 0;
}
.product-list.oneline {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.product-list.oneline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list.oneline li .product-list-image {
  width: 40%;
}
.product-list.oneline li .product-details {
  width: 60%;
  padding-left: 30px;
}
.product-list li {
  font-size: 14px;
  width: 100%;
  margin-bottom: 30px;
}
.product-list li .product-list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 100%;
  margin-bottom: 5px;
  background: #f7f7f7;
}
.product-list li .product-list-image svg {
  width: 100%;
  height: 50px;
}
.product-list li .product-details {
  width: 100%;
}
.product-list li .product-details .product-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-list li .product-details .product-ingredients {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
}
.product-list li .product-details .product-price {
  margin-bottom: 5px;
}
.product-list li .product-details .add-cart-button .button {
  font-size: 10px;
  text-transform: none;
}

.preview-content .product-show-version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preview-content .product-show-version.image_left {
  padding: 20px;
}
.preview-content .product-show-version.image_right {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 20px;
}
.preview-content .product-show-version.image_top {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.preview-content .product-show-version.image_top .product-details {
  width: 100%;
  padding: 20px;
}
.preview-content .product-show-version.image_top .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  position: relative;
  padding: 20px 0px;
}
.preview-content .product-show-version.image_top .product-image .main-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.preview-content .product-show-version.image_top .product-image .main-image svg {
  width: 80px;
  height: 80px;
}
.preview-content .product-show-version.image_top .product-image .product-thumbs {
  position: absolute;
}
.preview-content .product-show-version.image_top .product-image.thumb_top .product-thumbs {
  top: 0;
}
.preview-content .product-show-version.image_top .product-image.thumb_right .product-thumbs {
  right: 0;
}
.preview-content .product-show-version.image_top .product-image.thumb_bottom .product-thumbs {
  bottom: 0;
}
.preview-content .product-show-version.image_top .product-image.thumb_left .product-thumbs {
  left: 0;
}
.preview-content .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.preview-content .product-image.thumb_top {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.preview-content .product-image.thumb_right {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.preview-content .product-image.thumb_right .product-thumbs {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.preview-content .product-image.thumb_left {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
.preview-content .product-image.thumb_left .product-thumbs {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.preview-content .product-image .main-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.preview-content .product-image .main-image svg {
  width: 150px;
  height: 150px;
}
.preview-content .product-image .product-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preview-content .product-image .product-thumbs .thumb {
  padding: 10px;
}
.preview-content .product-image .product-thumbs .thumb img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.preview-content .product-image .product-thumbs .thumb svg {
  width: 30px;
  height: 30px;
}
.preview-content .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.preview-content .product-details .product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.preview-content .product-details .product-ingredients {
  font-size: 12px;
  margin-bottom: 10px;
}
.preview-content .product-details .product-options {
  margin-bottom: 10px;
}
.preview-content .product-details .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.preview-content .product-details .add-to-cart .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #000000;
  height: 100%;
}
.preview-content .product-details .add-to-cart .button {
  font-size: 11px;
}

.product-show-version.image_top .product-details.shop {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.product-show-version.image_top .product-details.shop .product-info {
  width: 50%;
  padding-right: 20px;
}
.product-show-version.image_top .product-details.shop .product-options-wrapper {
  width: 50%;
}

.product-details.shop {
  width: 50%;
  padding: 0px 20px;
}
.product-details.shop h4 {
  font-size: 16px;
}
.product-details.shop h5 {
  font-size: 13px;
}
.product-details.shop p {
  font-size: 12px;
  margin: 5px 0px;
}
.product-details.shop .display-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-details.shop .display-price .tax-amount {
  font-size: 13px;
  margin-left: 10px;
}
.product-details.shop .sku {
  font-size: 9px;
  margin: 0px 0px 3px 0px;
}
.product-details.shop .settings-product-page-preview-item-description {
  margin-top: 5px;
  font-size: 12px;
}
.product-details.shop .final-price {
  margin-left: 10px;
}

.product-options .product-option-wrapper {
  margin-bottom: 15px;
}
.product-options .product-option-wrapper h6 {
  font-size: 11px;
}
.product-options .product-option-wrapper .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  cursor: pointer;
}
.product-options .product-option-wrapper .product-option:hover, .product-options .product-option-wrapper .product-option.option-checked {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.product-options .product-option-wrapper.theme-dropdown .select-wrapper input.select-dropdown {
  font-size: 12px !important;
  height: 25px !important;
}
.product-options .product-option-wrapper.theme-dropdown .select-wrapper ul {
  top: 25px !important;
  height: 100px !important;
}
.product-options .product-option-wrapper.theme-dropdown .select-wrapper .dropdown-content li > a,
.product-options .product-option-wrapper.theme-dropdown .select-wrapper .dropdown-content li > span {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-options .option-types-size-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-options .option-types-size-container .product-option {
  padding: 10px;
  margin: 0 5px;
  border-radius: 2px;
}
.product-options .option-types-radio-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
  border: 1px solid #575757;
}
.product-options .option-types-radio-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
.product-options .option-types-checkbox-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  margin: 5px 5px 0 0;
  border: 1px solid #575757;
}
.product-options .option-types-checkbox-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  margin: 5px 5px 0 0;
}

.settings-product-page-bottom {
  margin: 30px 0px;
  width: 100%;
}
.settings-product-page-bottom .description-wrapper {
  padding-top: 20px;
}
.settings-product-page-bottom .description-wrapper .description {
  font-size: 11px;
}
.settings-product-page-bottom .attributes-wrapper {
  padding-top: 20px;
}
.settings-product-page-bottom .attributes-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.settings-product-page-bottom .attributes-wrapper ul li {
  list-style: none;
  font-size: 12px;
}
.settings-product-page-bottom.sections .theme-tabs, .settings-product-page-bottom.sections .burger-opener {
  display: none;
}
.settings-product-page-bottom.sections .section-title {
  font-size: 12px;
}
.settings-product-page-bottom.sections .description-wrapper {
  padding: 50px 20px;
  background: #f7f7f7;
}
.settings-product-page-bottom.sections .attributes-wrapper {
  padding: 50px 20px;
}
.settings-product-page-bottom.tabbed {
  padding: 20px;
}
.settings-product-page-bottom.tabbed .sections, .settings-product-page-bottom.tabbed .burger-opener {
  display: none;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs input[type=radio] {
  position: absolute;
  left: -200vw;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs .tab-panel {
  display: none;
  padding: 30px 0;
  border-top: 1px solid #999999;
  font-size: 12px;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs .tab-panel > div {
  font-size: 12px;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2) {
  display: block;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs label {
  position: relative;
  display: inline-block;
  padding: 12px 12px 22px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs label:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #999999;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs input:checked + label {
  border-color: #999999;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.settings-product-page-bottom.opener .sections, .settings-product-page-bottom.opener .theme-tabs {
  display: none;
}
.settings-product-page-bottom.opener .burger-menu {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
}
.settings-product-page-bottom.opener .burger-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
.settings-product-page-bottom.opener .burger-inner {
  position: absolute;
  z-index: 9;
  width: 50%;
  height: 100%;
  background: #ffffff;
  padding: 30px;
  border-left: 1px solid #dddddd;
  right: 0px;
}
.settings-product-page-bottom.opener .burger-inner.attributes-wrapper, .settings-product-page-bottom.opener .burger-inner.description {
  height: 100%;
  overflow: scroll;
}
.settings-product-page-bottom.opener .burger-inner.attributes-wrapper > div, .settings-product-page-bottom.opener .burger-inner.description > div {
  font-size: 12px;
}
.settings-product-page-bottom.opener .burger-inner .section-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.settings-product-page-bottom.opener .burger-inner .close-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 40px;
}
.settings-product-page-bottom.opener .burger-opener {
  padding: 0px 20px;
}
.settings-product-page-bottom.opener .burger-opener .products-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.settings-product-page-bottom.opener .burger-opener .products-opener .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-direction: row;
}
.settings-product-page-bottom.opener .burger-opener .products-opener .button-wrapper .button {
  width: auto;
  margin-left: 10px;
}

.header_wrapper .header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  padding: 10px;
  position: relative;
}
.header_wrapper .header_row .burger-menu-bars,
.header_wrapper .header_row .vertical-menu {
  display: none;
}
.header_wrapper .header_row .header-logo img {
  height: 100%;
  object-fit: contain;
}
.header_wrapper .header_row .header-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.header_wrapper .header_row .header-elements .navigation {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.header_wrapper .header_row .header-elements .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_wrapper .header_row .header-elements .navigation ul li {
  cursor: pointer;
  padding: 0px 15px;
  font-size: 12px;
  text-align: center;
}
.header_wrapper .header_row .header-elements .header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_wrapper .header_row .header-elements .header-icons svg {
  margin: 0px 5px;
  width: 15px;
  height: 15px;
}
.header_wrapper .header_row.header_version_two {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header_wrapper .header_row.header_version_two .header-elements {
  width: 100%;
}
.header_wrapper .header_row.header_version_three {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header_wrapper .header_row.header_version_three .header-logo {
  width: 100%;
}
.header_wrapper .header_row.header_version_three .header-elements {
  width: 100%;
}
.header_wrapper .header_row.header_version_three .header-elements .navigation li:first-child {
  padding-left: 0px;
}
.header_wrapper .header_row.header_version_three .header-elements .header-icons {
  position: absolute;
  top: 20px;
  right: 20px;
}
.header_wrapper .header_row.header_version_four .burger-menu-bars {
  display: block;
  width: 75px;
}
.header_wrapper .header_row.header_version_four .burger-menu-bars svg {
  width: 20px;
  height: 20px;
}
.header_wrapper .header_row.header_version_four .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 100%;
}
.header_wrapper .header_row.header_version_four .navigation {
  display: none;
}
.header_wrapper .header_row.header_version_five .navigation li:after {
  display: block;
  content: "";
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  border-bottom: solid 2px transparent;
}
.header_wrapper .header_row.header_version_five .navigation li:hover:after {
  transform: scaleX(1);
  border-bottom: solid 2px #222222;
}
.header_wrapper .header_row.header_version_six .vertical-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-size: 11px;
}
.header_wrapper .header_row.header_version_six .vertical-menu .menu {
  padding: 0px 10px;
}
.header_wrapper .header_row.header_version_six .vertical-menu .menu i {
  margin-right: 3px;
}
.header_wrapper .header_row.header_version_six .vertical-menu .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 20px;
  width: 200px;
  border: 2px solid #eeeeee;
  padding: 0px 5px;
  opacity: 0.8;
}
.header_wrapper .header_row.header_version_six .navigation {
  display: none;
}
.header_wrapper .categories_wrapper {
  background: #f7f7f7;
  padding: 5px 10px;
}
.header_wrapper .categories_wrapper .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_wrapper .categories_wrapper .categories .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 11px;
  padding: 0px 10px;
}
.header_wrapper .categories_wrapper .categories .category-item svg {
  margin-bottom: 5px;
  width: 18px;
  height: 18px;
}

.product_show_related_products {
  padding: 0px 15px;
}
.product_show_related_products .related-product-list-title {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0px;
}
.product_show_related_products .related-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin: 0;
  padding: 0;
}
.product_show_related_products .related-product-list li {
  font-size: 14px;
  width: 19%;
  margin-right: 1%;
}
.product_show_related_products .related-product-list li:last-child {
  margin-right: 0;
}
.product_show_related_products .related-product-list li .product-image {
  padding: 0px 10px;
  margin-bottom: 5px;
  width: 100%;
  background: #f7f7f7;
}
.product_show_related_products .related-product-list li .product-image svg {
  width: 100%;
  height: 50px;
}
.product_show_related_products .related-product-list li .product-details {
  width: 100%;
}
.product_show_related_products .related-product-list li .product-details .product-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.product_show_related_products .related-product-list li .product-details .product-ingredients {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
}
.product_show_related_products .related-product-list li .product-details .product-price {
  margin-bottom: 5px;
}
.product_show_related_products .related-product-list li .product-details .add-cart-button .button {
  font-size: 10px;
  text-transform: none;
}
.flex-1 {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

.flex-2 {
  flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
}

.flex-3 {
  flex: 3;
  -ms-flex: 3;
  -webkit-flex: 3;
}

.flex-4 {
  flex: 4;
  -ms-flex: 4;
  -webkit-flex: 4;
}

.flex-5 {
  flex: 5;
  -ms-flex: 5;
  -webkit-flex: 5;
}

.flex-6 {
  flex: 6;
  -ms-flex: 6;
  -webkit-flex: 6;
}

.flex-7 {
  flex: 7;
  -ms-flex: 7;
  -webkit-flex: 7;
}

.flex-8 {
  flex: 8;
  -ms-flex: 8;
  -webkit-flex: 8;
}

.flex-9 {
  flex: 9;
  -ms-flex: 9;
  -webkit-flex: 9;
}

.flex-10 {
  flex: 10;
  -ms-flex: 10;
  -webkit-flex: 10;
}

.flex-11 {
  flex: 11;
  -ms-flex: 11;
  -webkit-flex: 11;
}

.flex-12 {
  flex: 12;
  -ms-flex: 12;
  -webkit-flex: 12;
}

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

.items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.items-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
}

.items-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}

.items-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}

.content-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

.content-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}

.content-start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}

.content-space-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
}

.content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}

.content-space-evenly {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
}

.flex-row {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-row-reverse {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-no-wrap {
  -o-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-wrap {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-container {
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  .flex-container {
    max-width: 1700px;
  }
  .flex-container-full-width {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  .flex-container {
    max-width: 1180px;
  }
  .flex-container-full-width {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .flex-container {
    max-width: 990px;
  }
  .flex-container-full-width {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .flex-container {
    max-width: 100%;
  }
  .flex-container-full-width {
    max-width: 100%;
  }
}
.flex-container-full-width {
  width: 100%;
}

.flex-container-no-padding {
  padding: 0px;
  margin: 0px;
}

.column-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
:root {
  --bgColor: #f9f9f9;
  --lightTextColor: #888888;
  --bodyText: #252525;
  --secondaryText: #929292;
  --bordersColor: #929292;
  --lightColor: #ECECEC;
  --sidenavColor: #ffffff;
  --hoverColor: #f9f9f9;
  --disableColor: #ECECEC;
  --headerHeight: 8vh;
  --sidenavWidth: 18%;
  --borderRadius: 6px;
  --iconsFont: "Font Awesome 6 Pro";
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
  fill: #fff;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15%;
  right: 15%;
  border: 3px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 0;
  transition: width 300ms ease-in-out;
  border-radius: 17px;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #b10606;
  padding: 0.5em 1em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b10606;
} /*# sourceMappingURL=dropzone.css.map */
.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.PresetDateRangePicker_button:active {
  outline: 0;
}

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699;
}

.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff;
  width: 100%;
}

.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}

.SingleDatePickerInput__rtl {
  direction: rtl;
}

.SingleDatePickerInput__disabled {
  background-color: var(--disableColor);
}

.SingleDatePickerInput__block {
  display: block;
}

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  border-radius: 50%;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.SingleDatePickerInput_clearDate__default:focus {
  background: #dbdbdb;
}
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
}

.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}

.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.SingleDatePicker {
  position: relative;
  display: inline-block;
  width: 100%;
}

.SingleDatePicker__block {
  display: block;
}

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.SingleDatePicker_picker__rtl {
  direction: rtl;
}

.SingleDatePicker_picker__directionLeft {
  left: 0;
}

.SingleDatePicker_picker__directionRight {
  right: 0;
}

.SingleDatePicker_picker__portal {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.SingleDatePicker_closeButton:focus {
  color: #b0b3b4;
  text-decoration: none;
}
.SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute;
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489;
}

.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px;
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px;
}

.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left;
}

.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}

.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
.DayPickerKeyboardShortcuts_closeSvg:focus {
  fill: #82888a;
}
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a;
}

.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.CalendarDay:active {
  outline: 0;
}

.CalendarDay__defaultCursor {
  cursor: default;
}

.CalendarDay__default {
  border: 1px solid #e4e7e7;
}
.CalendarDay__default:hover {
  border: 1px solid #e4e7e7;
}

.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit;
}

.CalendarDay__outside {
  border: 0;
  color: #484848;
}
.CalendarDay__outside:hover {
  border: 0;
}

.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd;
}
.CalendarDay__blocked_minimum_nights:active {
  background: #fff;
  color: #cacccd;
}
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd;
}

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848;
}
.CalendarDay__highlighted_calendar:active {
  background: #ffce71;
  color: #484848;
}
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848;
}

.CalendarDay__selected_span {
  color: #fff;
}
.CalendarDay__selected_span:active {
  color: #fff;
}
.CalendarDay__selected_span:hover {
  color: #fff;
}

.CalendarDay__selected {
  color: #ffffff;
}
.CalendarDay__selected:active {
  color: #ffffff;
}
.CalendarDay__selected:hover {
  color: #ffffff;
}

.CalendarDay__hovered_span {
  color: #007a87;
}
.CalendarDay__hovered_span:hover {
  color: #007a87;
}
.CalendarDay__hovered_span:active {
  color: #007a87;
}

.CalendarDay__blocked_calendar {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}
.CalendarDay__blocked_calendar:active {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}

.CalendarDay__blocked_out_of_range {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}
.CalendarDay__blocked_out_of_range:active {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}

.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee;
}

.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7;
}

.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
}

.CalendarMonth_verticalSpacing {
  border-collapse: separate;
}

.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial;
}

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}

.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}

.CalendarMonthGrid__animating {
  z-index: 1;
}

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}

.CalendarMonthGrid__vertical {
  margin: 0 auto;
}

.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
}

.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%;
}

.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.CalendarMonthGrid_month__hidden {
  visibility: hidden;
}

.DayPickerNavigation {
  position: relative;
  z-index: 2;
}

.DayPickerNavigation__horizontal {
  height: 0;
}

.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1;
}

.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0;
}

.DayPickerNavigation__verticalScrollableDefault {
  position: relative;
}

.DayPickerNavigation__bottom {
  height: auto;
}

.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575;
}
.DayPickerNavigation_button__default:focus {
  border: 1px solid #c4c4c4;
}
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4;
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}

.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:focus {
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0;
}

.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}

.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px;
}

.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px;
}

.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px;
}

.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%;
}

.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0;
}

.DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%;
}

.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%;
}

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block;
}

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
}

.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2;
}

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}

.DayPicker__horizontal {
  background: #fff;
}

.DayPicker__verticalScrollable {
  height: 100%;
}

.DayPicker__hidden {
  visibility: hidden;
}

.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}

.DayPicker_portal__vertical {
  position: initial;
}

.DayPicker_focusRegion {
  outline: 0;
}

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

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

.DayPicker_weekHeaders {
  position: relative;
}

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left;
}

.DayPicker_weekHeader__vertical {
  left: 50%;
}

.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}

.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.DayPicker_transitionContainer__vertical {
  width: 100%;
}

.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}

.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.table-date-range .DateInput {
  width: 130px;
}

.DateInput__small {
  width: 97px;
}

.DateInput__block {
  width: 100%;
}

.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb;
}

.DateInput_input {
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-bottom: 2px solid transparent !important;
}

.table-date-range .DateInput_input {
  background-color: #f9f9f9;
}

.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 7px 7px 5px;
}

.DateInput_input__regular {
  font-weight: auto;
}

.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DateInput_input__focused {
  outline: 0;
  background-color: #fff;
  border: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #008489;
  border-left: 0 !important;
}

.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic;
}

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

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
}

.DateInput_fangShape {
  fill: #fff;
}

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}

.DateRangePickerInput {
  background-color: #fff;
  display: inline-block;
}

.DateRangePickerInput__disabled {
  background: #f2f2f2;
}

.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}

.DateRangePickerInput__rtl {
  direction: rtl;
}

.DateRangePickerInput__block {
  display: block;
}

.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848;
}

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 18px;
  width: 18px;
}

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.DateRangePickerInput_clearDates__small {
  padding: 6px;
}

.DateRangePickerInput_clearDates_default:focus {
  background: #dbdbdb;
  border-radius: 50%;
}
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}

.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.DateRangePicker {
  position: relative;
  display: inline-block;
}

.DateRangePicker__block {
  display: block;
}

.DateRangePicker_picker {
  z-index: 11;
  background-color: #fff;
  position: absolute;
}

.DateRangePicker_picker__rtl {
  direction: rtl;
}

.DateRangePicker_picker__directionLeft {
  left: 0;
}

.DateRangePicker_picker__directionRight {
  right: 0;
}

.DateRangePicker_picker__portal {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}

.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.DateRangePicker_closeButton:focus {
  color: #b0b3b4;
  text-decoration: none;
}
.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
.react-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.react-toggle.small .react-toggle-track {
  width: 45px;
  height: 19px;
}
.react-toggle.small .react-toggle-thumb {
  width: 17px;
  height: 17px;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #4D4D4D;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.react-toggle-track-check {
  position: absolute;
  width: 14px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  left: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.react-toggle-track-check svg {
  display: none;
}

.react-toggle--checked .react-toggle-track-check {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle-track-x {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.react-toggle--checked .react-toggle-track-x {
  opacity: 0;
}

.react-toggle-thumb {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #4D4D4D;
  border-radius: 50%;
  background-color: #FAFAFA;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.react-toggle--checked .react-toggle-thumb {
  left: 27px;
  border-color: #ffffff;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.btn-flat.mark-delivered:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: transparent !important;
  color: green !important;
}
.btn-flat.mark-canceled:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: transparent !important;
  color: red !important;
}

.action-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.action-buttons-wrapper.add-prototype-button {
  outline: none;
  position: absolute;
  left: 230px;
  top: 60px;
}

@media only screen and (max-width: 850px) {
  .action-buttons-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .action-buttons-wrapper .btn-flat {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .action-buttons-wrapper.add-prototype-button {
    left: 220px;
  }
}
.asset-files .image-container {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
}
.asset-files .assigned-file-grid:hover > .delete-asset {
  visibility: visible;
  opacity: 1;
}
.asset-files .assigned-file-grid {
  position: relative;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px;
  cursor: pointer;
}
.asset-files .assigned-file-grid .delete-asset {
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  position: absolute;
  background: #ffffff;
  color: #000000;
  padding: 5px;
  top: 5px;
  right: 5px;
}
.breadcrumbs-wrapper {
  font-size: 12px;
}
.breadcrumbs-wrapper .breadcrumb i {
  margin: 0px 5px;
  font-size: 10px;
}
.breadcrumbs-wrapper .breadcrumb.current {
  font-weight: 700;
}
.bullet-step {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #AEAFAE;
  margin-right: 5px;
  cursor: pointer;
}
.bullet-step.current {
  width: 33px;
  background: #252525;
}
.bullet-step.disabled {
  background: #ECECEC;
  cursor: not-allowed;
}
.chat-container {
  background: #f9f9f9;
  max-height: 400px;
  overflow-y: scroll;
  padding: 0px 20px;
}
.chat-container .chat-content .chat-header .header-icon {
  font-size: 40px;
  margin-right: 10px;
}
.chat-container .chat-content .chat-header .header-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.chat-container .chat-content .chat-header .header-subtitle {
  font-size: 14px;
}
.chat-container .chat-content .header-divider {
  height: 1px;
  width: 100%;
  background: #F0F0F0;
  margin-top: 40px;
}
.chat-container .chat-content .comments-loader-wrapper {
  margin-top: 40px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-date {
  margin: 40px 0;
  font-size: 16px;
  font-weight: 600;
  color: #929292;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-avatar-icon-wrapper {
  width: 40px;
  height: 40px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-avatar-icon-wrapper .comment-avatar-icon {
  font-size: 25px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-user {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-header .comment-user.reversed {
  margin-left: 0;
  margin-right: 10px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper {
  border: 2px solid #EDEFF0;
  padding: 10px 10px 0 10px;
  background: #ffffff;
  margin-bottom: 5px;
  margin-left: 40px;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper.reversed {
  margin-right: 40px;
  border-radius: 6px;
  border-bottom-right-radius: 0px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper.time {
  margin-bottom: 15px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper .comment-content {
  font-size: 14px;
  color: #2B2B2B;
  line-height: 20px;
  margin-bottom: 10px;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper .comment-content.time {
  margin-bottom: 0;
}
.chat-container .chat-content .comments-wrapper .comment-wrapper .comment-content-wrapper .comment-content .comment-info {
  margin-left: 10px;
  float: right;
  font-size: 12px;
  margin-bottom: 5px;
  height: 25px;
  color: #929292;
}
.chat-container .chat-content .new-comment {
  height: 100px;
  background: #ffffff;
  border: 1px solid #ECECEC;
  border-radius: 15px;
  padding: 10px;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.quick-data-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.quick-data-card-wrapper .quick-data-container {
  margin-bottom: 15px;
}
.quick-data-card-wrapper .quick-data-container .quick-data-inner-container {
  padding: 0px 10px;
}

.quick-data-card {
  position: relative;
  padding: 40px 30px;
  width: 100%;
  border-radius: var(--borderRadius);
  background: #ffffff;
}
.quick-data-card.hover-disabled:hover {
  background: #ffffff;
}
.quick-data-card:hover .action {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  position: absolute;
  right: 30px;
}
.quick-data-card .text .title {
  color: var(--bodyText);
  font-size: 20px;
  font-weight: 700;
}
.quick-data-card .text .subtitle {
  color: var(--secondaryText);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.quick-data-card .text .count {
  color: var(--bodyText);
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.quick-data-card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  border-radius: 50%;
  font-size: 35px;
  min-width: 50px;
  min-height: 50px;
}
.quick-data-card .action {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

@media only screen and (max-width: 1450px) {
  .quick-data-card-wrapper .quick-data-inner-container .quick-data-card {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .quick-data-card-wrapper .quick-data-inner-container .quick-data-card .icon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .quick-data-card-wrapper .quick-data-container {
    width: 33%;
  }
  .quick-data-card-wrapper.home-data .quick-data-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .quick-data-card-wrapper .quick-data-container {
    width: 50%;
  }
  .quick-data-card-wrapper .quick-data-container .quick-data-inner-container .quick-data-card {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .quick-data-card-wrapper .quick-data-container .quick-data-inner-container .quick-data-card .icon {
    margin-bottom: 10px;
  }
  .quick-data-card-wrapper.home-data .quick-data-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .quick-data-card-wrapper .quick-data-container {
    width: 100%;
  }
  .quick-data-card-wrapper.home-data .quick-data-container {
    width: 100%;
  }
  .quick-data-card {
    padding: 40px 15px;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.delete-all-wrapper .button, .delete-all-wrapper button {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}

#delete-selected {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 11px;
  cursor: pointer;
}
#delete-selected:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
#delete-selected:before {
  font-size: 12px;
  margin-right: 3px;
  content: "\f1f8";
  font-family: var(--iconsFont);
}

.delete-selected {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 11px;
  cursor: pointer;
}
.delete-selected:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.delete-selected:before {
  font-size: 12px;
  margin-right: 3px;
  content: "\f1f8";
  font-family: var(--iconsFont);
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.disabled-field-wrapper:hover > .disabled-field,
.disabled-field-wrapper:focus-within > .disabled-field {
  visibility: visible;
  opacity: 0.85;
}

.disabled-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  position: relative;
  width: 100%;
}
.disabled-field-wrapper > div {
  width: 100%;
}
.disabled-field-wrapper .disabled-field {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.draggable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: #ffffff;
  z-index: 99999;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
}

.draggable-items .draggable-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 15px 0px;
}
.draggable-items .draggable-item i {
  font-size: 15px;
}

.draggable-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 2px dotted #a3a3a3;
  z-index: 9;
}
.draggable-placeholder:before {
  font-size: 20px;
  position: absolute;
  left: 10px;
  content: "\f0b2";
  font-family: var(--iconsFont);
  color: #a3a3a3;
}
.table-wrapper ::-webkit-scrollbar {
  height: 7px;
}
.table-wrapper .table-left {
  width: 7vw;
}
.table-wrapper .table-right {
  width: 8vw;
}
.table-wrapper .table-right .heading {
  height: 80px;
}
.table-wrapper .table-right .item-sticky .link {
  text-align: center;
  width: 50%;
}
.table-wrapper .table-right .item-sticky .quick-drop-menu-wrapper {
  width: 50%;
}
.table-wrapper .table-right .item-sticky .quick-drop-menu-wrapper .link.quick-drop-menu {
  display: block;
}
.table-wrapper .table-middle {
  width: 85vw;
  overflow-x: scroll;
}
.table-wrapper .table-middle .headers .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.table-wrapper .heading,
.table-wrapper .item-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  flex: none;
  height: 80px;
}
.table-wrapper .rows .table-row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 80px;
}
.table-wrapper .item {
  min-width: 200px;
  height: 80px;
}
.table-wrapper .item.truncated {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px !important;
  white-space: nowrap;
}

@media only screen and (max-width: 900px) {
  .entity-index .entity-index-heading {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -o-align-items: initial;
    -ms-align-items: initial;
    -webkit-align-items: initial;
    align-items: initial;
  }
  .entity-index .entity-index-heading .entity-index-filters {
    margin-top: 10px;
  }
}
.option-type-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
}
.option-type-title-wrapper .option-error div {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid red;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}

.pulse-loader:not(:required) {
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid #bd0505;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}

@-moz-keyframes pulse-loader {
  0% {
    box-shadow: #bd0505 0 0 0px 10px;
  }
  40% {
    box-shadow: none;
  }
  100% {
    box-shadow: #bd0505 0 0 0px 25px inset;
  }
}
@-webkit-keyframes pulse-loader {
  0% {
    -webkit-box-shadow: #bd0505 0 0 0px 15px;
    box-shadow: #bd0505 0 0 0px 15px;
  }
  40% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -webkit-box-shadow: #bd0505 0 0 0px 25px inset;
    box-shadow: #bd0505 0 0 0px 25px inset;
  }
}
@keyframes pulse-loader {
  0% {
    -webkit-box-shadow: #bd0505 0 0 0px 10px;
    box-shadow: #bd0505 0 0 0px 10px;
  }
  40% {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    -webkit-box-shadow: #bd0505 0 0 0px 25px inset;
    box-shadow: #bd0505 0 0 0px 25px inset;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.no-menu-list .progress {
  background: #ffffff;
  margin-bottom: 20px;
}
.no-menu-list .progress a {
  padding: 15px;
}
.no-menu-list .progress a:hover {
  background: #ffffff;
}

.inactive-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.inactive-feature .inactive-feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.inactive-feature .inactive-feature-text:before {
  content: "\f762";
  font-family: var(--iconsFont);
  font-size: 25px;
  margin-right: 10px;
}

.tab-content .inactive-feature {
  background: #ffffff;
  padding: 20px 10px;
}

.builder-content {
  position: relative;
}
.builder-content .inactive-feature .inactive-feature-text {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.white_label_inactive_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
  left: 0px !important;
  cursor: pointer;
}
.white_label_inactive_label .white_label_inactive {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background: #ffffff;
  padding: 10px;
}
.white_label_inactive_label .white_label_inactive .inactive-feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 13px;
}
.white_label_inactive_label .white_label_inactive .inactive-feature-text:before {
  margin-left: 0px;
  font-size: 19px;
  margin-right: 6px;
}
.white_label_inactive_label i {
  font-weight: 300;
  margin-left: -4px;
  text-align: left;
  font-size: 22px;
  margin-right: 3px;
}
.white_label_inactive_label span {
  height: auto;
  line-height: auto;
  font-size: 14px;
}

.white_label_inactive_label:hover > .white_label_inactive {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  opacity: 1;
  visibility: visible;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.contact-floating-buttons .floating-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.contact-floating-buttons .floating-button a:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.contact-floating-buttons .floating-button a.phone {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
  background: #222222;
  border: 1px solid #222222;
}
.contact-floating-buttons .floating-button a.phone:hover {
  background: #ffffff;
  color: #222222 !important;
}
.contact-floating-buttons .floating-button a.viber {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
  background: #7360f2;
  border: 1px solid #7360f2;
}
.contact-floating-buttons .floating-button a.viber:hover {
  background: #ffffff;
  border: 1px solid #7360f2;
  color: #7360f2 !important;
}
.contact-floating-buttons .floating-button a.whatsapp {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
  background: #128c7e;
  border: 1px solid #128c7e;
}
.contact-floating-buttons .floating-button a.whatsapp:hover {
  background: #ffffff;
  border: 1px solid #128c7e;
  color: #128c7e !important;
}
.global-save-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  background: #cde8fc;
  height: 65px;
  padding: 0px 20px;
}
.global-save-button-wrapper.saved {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background-color: #d7f1d6;
  color: #37ba32;
}
.global-save-button-wrapper.saving-error {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background-color: firebrick;
  color: #fff;
}
.info-icon:hover > .info-box,
.info-icon:focus-within > .info-box {
  visibility: visible;
  opacity: 1;
}

.info-icon {
  color: var(--lightTextColor);
  cursor: pointer;
  margin-left: 10px;
}
.info-icon:after {
  font-size: 16px;
  content: "\f05a";
  font-family: var(--iconsFont);
  font-weight: 100 !important;
}
.info-icon .info-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 0px;
  padding: 20px;
  width: 200px;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  color: var(--lightTextColor);
  line-height: 1.2em !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  z-index: 2;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.info-icon .info-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  width: 100%;
  margin: 0px !important;
}
.information-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  font-size: 13px;
  width: 100%;
  height: 100%;
}
.information-text:before {
  content: "\f05a";
  font-family: var(--iconsFont);
  margin-right: 5px;
}
.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  padding: 10px 20px;
  line-height: 1.5em;
  font-size: 11px;
  font-weight: 300;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.locales {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 9;
  padding: 10px 0px 0px 0px;
}
.locales ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.locales ul li {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #000000;
  padding: 10px;
  text-align: center;
  right: -50px;
}
.locales ul li:last-child {
  margin-right: 20px;
}
.locales ul li:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #000000;
  color: #ffffff;
  right: 0;
}
.locales ul li.active {
  background: #000000;
  color: #ffffff;
  right: 0;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.main-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99997;
}
.main-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.main-modal .modal-content {
  z-index: 10;
  position: relative;
  background: #ffffff;
}
.main-modal .modal-content.small {
  width: 25%;
  height: 25vh;
}
.main-modal .modal-content.normal {
  width: 33%;
  height: 33vh;
}
.main-modal .modal-content.medium {
  width: 50%;
  height: 50vh;
}
.main-modal .modal-content.large {
  width: 70%;
  height: 70vh;
}
.main-modal .modal-content.xlarge {
  width: 90%;
  height: 80vh;
}
.main-modal .modal-content.fullscreen {
  width: 100%;
  height: 100vh;
}
.main-modal .modal-content .close-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.main-modal .modal-content .close-modal:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.main-modal .modal-content .modal-body {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}
.main-modal .modal-content .modal-body .tab-content {
  width: 100%;
}
.main-modal .modal-content .modal-footer {
  padding: 30px 20px;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .main-modal .modal-content.small {
    width: 40%;
  }
  .main-modal .modal-content.medium, .main-modal .modal-content.large, .main-modal .modal-content.xlarge {
    width: 90%;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
}
.modal .modal-content {
  width: 70%;
}
.modal .modal-content:after {
  font-size: 60px;
  position: absolute;
  right: 20px;
  top: 20px;
  content: "\f1f8";
  font-family: var(--iconsFont);
  cursor: pointer;
  z-index: 10;
}
.modal .modal-content:hover:after {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.modal.open {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  visibility: visible;
  opacity: 1;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.dropzone {
  padding: 20px !important;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 1px dashed #aaaaaa !important;
  border-radius: 4px;
  padding: 4% 2% 4% 2%;
  min-height: 50px;
}
.dropzone:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background-color: #f9f9f9;
}
.dropzone .icon_preview {
  cursor: pointer !important;
}
.dropzone .icon_preview.selected {
  border: 2px solid #222222;
}
.dropzone.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2%;
}
.dropzone.product .drop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px dashed var(--lightTextColor);
  outline: none;
}
.dropzone.product .drop-item:focus, .dropzone.product .drop-item :focus-within {
  outline: none;
}
.dropzone.product .drop-item:before {
  content: "\f0ee";
  font-family: var(--iconsFont);
  font-size: 20px;
}
.dropzone.product .drop-item:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: var(--lightTextColor);
}
.dropzone.product section {
  cursor: pointer;
}
.dropzone.product section > div {
  outline: none;
}
.dropzone.product #previews {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
}
.dropzone.product #previews .preview-image-wrapper:hover > .img-delete-overlay,
.dropzone.product #previews .image_link:focus-within > .img-delete-overlay {
  visibility: visible;
  opacity: 1;
}
.dropzone.product #previews .preview-image-wrapper {
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  margin: 0px 5px;
}
.dropzone.product #previews .preview-image-wrapper .img-delete-overlay {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.dropzone.product #previews .preview-image-wrapper .img-delete-overlay:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  content: "\f1f8";
  font-family: var(--iconsFont);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dropzone.product #previews .preview-image-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.dropzone .drop-item {
  cursor: pointer;
  outline: none;
}
.dropzone .drop-item:focus, .dropzone .drop-item :focus-within {
  outline: none;
}
.dropzone .drop-item:before {
  content: "\f0ee";
  font-family: var(--iconsFont);
  font-size: 20px;
}
.dropzone .drop-item:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: var(--lightTextColor);
}
.dropzone .dz-message {
  display: inherit;
  text-align: center;
  margin: 2%;
}
.dropzone .dz-message span {
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  padding: 2%;
}
.dropzone .dz-preview {
  margin: 12px 8px 12px 8px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: none;
  transform: none;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.dropzone .dz-preview .dz-details {
  display: none;
}
.dropzone .dz-preview .dz-details .dz-filename {
  display: none;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  border-radius: 2px;
  line-height: 36px;
  padding: 6px;
}
.dropzone .dz-preview .dz-details .dz-filename span:hover, .dropzone .dz-preview .dz-details .dz-size span:hover {
  border: none;
  background-color: none;
}
.dropzone .dz-preview .img-frame {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 4px;
  background: #fff;
  box-shadow: 0px 0px 4px #888888;
}
.dropzone .dz-preview .dz-image {
  border-radius: 0px;
  z-index: 0 !important;
  width: auto !important;
}
.dropzone .dz-preview .dz-progress {
  border-radius: 0px;
  width: 100%;
  height: 5px;
  margin: 5px auto;
  left: 0px;
  top: 100%;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  border-radius: 0px;
}
.dropzone .dz-preview .dz-error-message {
  display: none !important;
}
.dropzone .dz-preview .dz-error-mark {
  top: 10%;
}
.dropzone .dz-preview .dz-remove {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.dropzone .dz-preview .dz-remove i:hover {
  cursor: pointer;
}

.media-status-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(50% 0, 100% 0, 100% 50%);
  background-color: rgba(200, 200, 200, 0.7);
}
.media-status-wrapper .media-status {
  position: absolute;
  top: 2px;
  right: 2px;
}
.media-status-wrapper .media-status.saved {
  color: green;
}
.media-status-wrapper .media-status.failed {
  color: red;
  cursor: pointer;
}

.media-uploader-wrapper {
  border: 2px solid var(--bordersColor);
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  background: #ffffff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 25%;
  min-height: 50px;
  border-radius: 5px;
  padding: 20px;
  z-index: 99998;
}
.media-uploader-wrapper .media-uploader-bar {
  border: 2px solid var(--bordersColor);
  margin-top: 5px;
  width: 100%;
  height: 10px;
  border-radius: 40px;
}
.media-uploader-wrapper .media-uploader-bar .media-uploader-progress {
  height: 6px;
  border-radius: 40px;
}

.product-variant-dropzone-wrapper .dropzone.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  min-height: 100px;
  width: 130px;
  height: 100px;
  padding: 5px !important;
}
.product-variant-dropzone-wrapper .dropzone.product #previews {
  height: 100%;
  margin-right: 0;
}
.product-variant-dropzone-wrapper .dropzone.product #previews .preview-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 100%;
}
.product-variant-dropzone-wrapper .dropzone.product #previews .img-delete-overlay {
  width: 100%;
  height: 100%;
}
.product-variant-dropzone-wrapper .dropzone.product #previews .img-delete-overlay img {
  width: 100%;
  height: 100%;
}
.product-variant-dropzone-wrapper .dropzone.product section {
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.product-variant-dropzone-wrapper .dropzone.product section div {
  outline: none;
  border: 0;
  height: 100%;
  width: 100%;
}

#preference-image-dropzone:after {
  cursor: pointer;
  content: "\f0ee";
  font-family: var(--iconsFont);
  font-size: 30px;
  font-style: normal;
  position: absolute;
  top: 20px;
  right: 20px;
}

.media-gallery .single-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  margin-top: 15px;
}
.media-gallery .single-media img {
  margin-bottom: 15px;
}
.media-gallery .media-preview {
  border: 2px solid transparent;
  padding: 8px;
  height: 100px;
  width: 100px;
  margin: 0px 10px 10px 0px;
  position: relative;
  background: var(--bgColor);
}
.media-gallery .media-preview .drop-item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  outline: none;
}
.media-gallery .media-preview .drop-item:focus, .media-gallery .media-preview .drop-item :focus-within {
  outline: none;
}
.media-gallery .media-preview .drop-item:before {
  content: "\f0ee";
  font-family: var(--iconsFont);
  font-size: 20px;
}
.media-gallery .media-preview .drop-item:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: var(--lightTextColor);
}
.media-gallery .media-preview.selected {
  cursor: pointer;
}
.media-gallery .media-preview.selectable {
  cursor: pointer;
}
.media-gallery .media-preview.center {
  align-self: center;
}
.media-gallery .media-preview .select-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  color: white;
  cursor: pointer;
  z-index: 1;
  padding: 3px 5px;
}
.media-gallery .media-preview .select-icon:before {
  content: "\f00c";
  font-family: var(--iconsFont);
}
.media-gallery .media-preview .select-icon.deletable:hover:before {
  content: "\f1f8";
  font-family: var(--iconsFont);
}
.media-gallery .media-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.media-gallery .media-preview .file-preview-wrapper {
  width: 100%;
}
.media-gallery .media-preview .file-preview-wrapper .file-preview-type {
  font-size: 30px;
}
.media-gallery .media-preview .file-preview-wrapper .file-preview-name {
  font-size: 13px;
}
.media-gallery .no-media-wrapper {
  width: 200px;
  height: 150px;
  border: 1px solid #ECECEC;
}
.media-gallery .no-media-wrapper .no-media-title {
  margin-bottom: 15px;
  color: #AEAFAE;
}
.media-gallery .no-media-wrapper .no-media-icon {
  font-size: 50px;
  color: #AEAFAE;
}

.gallery-content {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  height: 100%;
  overflow-y: auto;
}
.gallery-content .media {
  padding: 10px;
}
.gallery-content .dropzone-inner {
  width: 100%;
  height: 200px;
  border: 4px dashed var(--lightColor);
  cursor: pointer;
}
.gallery-content .dropzone-inner i {
  font-size: 80px;
}

.media-info-wrapper {
  width: 25%;
  height: 100%;
  position: relative;
  background: var(--lightColor);
  border-left: 1px solid #dcdcde;
  font-size: 13px;
}
.media-info-wrapper .media-info {
  padding: 10px;
}
.media-info-wrapper .media-info .media-preview {
  width: 100%;
  height: 150px;
}
.media-info-wrapper .media-info .media-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.media-info-wrapper .media-info .filename {
  font-weight: 700;
  margin-bottom: 10px;
}
.media-info-wrapper .media-info .filesize {
  margin-bottom: 10px;
}
.media-info-wrapper .media-info .filesource-wrapper {
  background: #ffffff;
  white-space: nowrap;
  width: 100%;
  padding: 5px 2px;
  overflow-x: hidden;
}
.media-info-wrapper .media-info .filesource-wrapper ::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background: transparent;
}
.media-info-wrapper .media-info .filesource-wrapper .filesource {
  overflow: auto;
}
.media-info-wrapper .media-info .filesource-wrapper .filesource ::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background: transparent;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.steps-wrapper {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.steps-wrapper .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.steps-wrapper .steps .step-wrapper {
  width: 33%;
  padding: 10px;
}
.steps-wrapper .steps .step-wrapper .step {
  font-size: 14px;
  padding: 10px 20px;
  margin: 0;
  line-height: initial;
  border-bottom: 4px solid transparent;
  outline: none;
}
.steps-wrapper .steps .step-wrapper .step .icon {
  margin-right: 8px;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper {
  position: relative;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-bar {
  width: 100%;
  border-radius: 20px;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-bar.step-colored {
  border: 3px solid #FF784C;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-bar.step-grayed-out {
  border: 3px solid #AEAFAE;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-outer-circle {
  width: 20px;
  padding-bottom: 20px;
  left: calc(50% - 10px);
  top: -7px;
  background-color: #FF784C;
  height: 0;
  position: absolute;
  border-radius: 100%;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-outer-circle.step-grayed-out {
  background-color: #AEAFAE;
}
.steps-wrapper .steps .step-wrapper .step-top-wrapper .step-top-inner-circle {
  width: 8px;
  padding-bottom: 8px;
  left: calc(50% - 4px);
  top: -1px;
  background-color: white;
  height: 0;
  position: absolute;
  border-radius: 100%;
}
.steps-wrapper .steps .step-wrapper:hover .step-top-wrapper .step-top-bar.step-colored:not(.step-current) {
  border-color: #ffc5b2;
}
.steps-wrapper .steps .step-wrapper:hover .step-top-wrapper .step-top-bar.step-colored:not(.step-current) + .step-top-outer-circle {
  background-color: #ffc5b2;
}

.select-input-results-wrapper {
  position: absolute;
  overflow-y: scroll;
  width: 100%;
  z-index: 10;
  background-color: white;
}

.order-price-detailed {
  border-top: 1px solid #eeeeee;
}
.order-price-detailed .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  font-weight: bold;
  font-size: 1.2rem;
}

.product-options .product-option-wrapper {
  margin-bottom: 15px;
}
.product-options .product-option-wrapper .option-type-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 8px;
}
.product-options .product-option-wrapper .option-type-title-wrapper .option-error div {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-animation: pulse-loader 0.7s linear infinite alternate;
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid red;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}
.product-options .product-option-wrapper .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.product-options .option-types-size-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-options .option-types-size-container label {
  flex: 0 0 100%;
}
.product-options .option-types-size-container .product-option {
  margin: 0px 5px 5px 0px;
  padding: 7px 12px;
}
.product-options .option-types-radio-container .product-option {
  padding: 0px !important;
  margin: 0px 0px 5px 0px !important;
}
.product-options .option-types-radio-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
.product-options .option-types-radio-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
.product-options .option-types-checkbox-container .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  border-radius: 0 !important;
  padding: 0px !important;
  margin: 0px 0px 5px 0px !important;
}
.product-options .option-types-checkbox-container .product-option .unchecked {
  height: 12px;
  width: 12px;
  margin: 0px 8px 0 0;
}
.product-options .option-types-checkbox-container .product-option .checked {
  height: 12px;
  width: 12px;
  margin: 0px 8px 0 0;
}
.product-options .product-available-date {
  margin-top: 10px;
}

.main-table-wrapper {
  position: relative;
  min-height: 200px;
}

.plus-icon {
  font-size: 17px !important;
  color: #FF784C;
}

.checkout-container {
  width: 100%;
}
.checkout-container .checkout-steps .checkout-step {
  margin-bottom: 20px;
}
.checkout-container .checkout-steps .checkout-step #term-text {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  cursor: pointer;
}
.checkout-container .checkout-steps .checkout-step .field.button-wrapper .button {
  width: 100%;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: relative;
  margin: 20px 0px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #d9d9d9;
  background: lightgray;
  border-radius: 3px;
  padding: 40px 10px;
  margin-right: 3%;
  width: 45%;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile:before {
  font-size: 30px;
  margin-bottom: 15px;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile:last-child {
  margin-right: 0;
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile.selected:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  font-size: 25px;
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
}
.checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile.selected, .checkout-container .checkout-steps .checkout-step.delivery-details .delivery-method .tile:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.checkout-container .checkout-steps .checkout-step.delivery-details #delivery-country, .checkout-container .checkout-steps .checkout-step.delivery-details #delivery-area {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: relative;
  margin: 20px 0px;
  cursor: pointer;
  border: 2px solid #d9d9d9;
  background: lightgray;
  border-radius: 3px;
  padding: 10px;
  min-height: 80px;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option .name, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option .name {
  font-weight: 600;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option .description, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option .description {
  font-size: 12px;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option .cost, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option .cost {
  font-weight: 600;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option.unavailable, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option.unavailable {
  cursor: auto;
  opacity: 0.65;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option.unavailable .cost, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option.unavailable .cost {
  margin-top: 5px;
  font-weight: 300;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option:before, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option:before {
  display: none;
  position: absolute;
  right: 20px;
  font-size: 23px;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option.selected, .checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option:hover, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option.selected, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.checkout-container .checkout-steps .checkout-step.shipping .shipping-methods .option.selected:before, .checkout-container .checkout-steps .checkout-step.payment .shipping-methods .option.selected:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-container .checkout-steps .checkout-step #billing-country, .checkout-container .checkout-steps .checkout-step #billing-area {
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkout-container .checkout-steps .fields .field-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-container .checkout-steps .fields .field-columns .field {
  width: 100%;
}
.checkout-container .checkout-steps .fields .field-columns .field input.disabled {
  background: #dddddd;
}
.checkout-container .checkout-steps .fields .field-columns .field .valid {
  color: green;
}
.checkout-container .checkout-steps .fields .field {
  margin-top: 20px;
}
.checkout-container .unavailable-items {
  border: 2px solid red;
  padding: 5px 20px;
  margin-bottom: 25px;
  position: relative;
}
.checkout-container .unavailable-items h6 {
  color: red;
}
.checkout-container .unavailable-items .items-details {
  margin: 20px 0;
}
.checkout-container .unavailable-items .close-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  font-size: 24px;
}

.checkout-selected-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  cursor: pointer;
  position: relative;
  padding: 30px 20px 20px 50px;
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
}
.checkout-selected-step:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #f7f7f7;
}
.checkout-selected-step:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  left: 10px;
  font-size: 23px;
  top: 50%;
  margin-top: -7px;
}
.checkout-selected-step .selection-name {
  flex: 80%;
  font-weight: 600;
  margin-bottom: 5px;
}
.checkout-selected-step .selection-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 20%;
  font-size: 14px;
}
.checkout-selected-step .selection-option .change-option {
  font-weight: 600;
  margin-left: 10px;
  text-align: right;
}
.checkout-selected-step.incomplete {
  opacity: 0.7;
}
.checkout-selected-step.incomplete:hover {
  cursor: auto;
  background: initial;
}
.checkout-selected-step.incomplete:before {
  color: darkgray;
}

.tile-options-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.tile-options-wrapper .tile-option-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  background-color: white;
  border: 1px solid #838383;
  border-radius: 6px;
  cursor: pointer;
}
.tile-options-wrapper .tile-option-wrapper.selected {
  border-color: #FF784C;
}
.tile-options-wrapper .tile-option-wrapper.selected i {
  color: #FF784C;
}
.tile-options-wrapper .tile-option-wrapper i {
  font-size: 22px;
}

.select-item {
  padding: 5px 10px;
  z-index: 2;
  cursor: pointer;
}
.select-item:hover {
  background-color: #F9F9F9;
}

.selected-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  border-radius: 6px;
  height: 27px;
  gap: 10px;
  padding: 0px 10px;
  background-color: #929292;
  font-weight: bold;
}
.selected-user .user-fullname {
  color: #FF784C;
}

.user-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}

.user-detail {
  flex-grow: 1;
  flex-basis: 45%;
}

.current-user-box {
  padding: 10px;
  background-color: #F9F9F9;
  display: flex;
  gap: 20px;
  align-items: center;
}

.remove-user-icon {
  color: #838283;
  font-weight: bold;
}

.bullet_icon:before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
}

.checked_icon:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
}

.input-field input.erroneous-field {
  border: 2px solid red !important;
}

.error-details {
  color: red;
}

.customer-information-block {
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.customer-information-block .customer-information-item {
  flex-basis: 50%;
  flex-shrink: 0;
}
.customer-information-block .customer-information-item.customer-information-item-value {
  font-weight: bold;
}

.shipping-method-item {
  min-width: 200px;
}
.shipping-method-item .tile-option-wrapper .missing-amount-tooltip {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 0;
  text-wrap: nowrap;
  color: red;
}
.shipping-method-item:hover .tile-option-wrapper .missing-amount-tooltip {
  display: block;
}

.one_shipment-icon:before {
  content: "\f1b2";
  font-family: "Font Awesome 6 Pro";
}

.multiple_shipments-icon:before {
  content: "\f1b3";
  font-family: "Font Awesome 6 Pro";
}

.width-full {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.p-10-20 {
  padding: 10px 20px !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-basis-full {
  flex: 1 0 100%;
}

.flex-basis-50 {
  flex-basis: 50%;
}

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.cursor-pointer {
  cursor: pointer;
}

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

.display-block {
  display: block;
}

.pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.primary-color-text {
  color: #FF784C;
}

.unavailable {
  cursor: unset;
  opacity: 0.65;
  pointer-events: none;
}
.page-numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.page-numbers-wrapper .page-numbers {
  margin-right: 10px;
}
.page-numbers-wrapper .btn {
  font-size: 14px;
  height: 30px;
  line-height: 1em;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress .percentage {
  font-size: 30px;
  font-weight: 600;
}
.progress .onboarding-progress_container {
  background: #D9D9D9;
  border-radius: 4px;
  height: 8px;
  margin-top: 6px;
  overflow: hidden;
  width: 100%;
}
.progress .onboarding-progress_container .onboarding-progress_inner {
  border-radius: 4px;
  height: 8px;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
}
.checklist-progress-bar {
  padding: 24px;
}

.progress-bar {
  position: relative;
  display: block;
  height: 5px;
  width: 100%;
  background-clip: padding-box;
  margin: 0;
  overflow: hidden;
}
.progress-bar .indeterminate:after {
  content: "";
  position: absolute;
  background-color: #ffb74d;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: right;
  -webkit-animation: indeterminate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) normal;
  animation: indeterminate 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) normal;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes indeterminate {
  0% {
    right: 100%;
  }
  60% {
    right: -8%;
  }
  100% {
    right: -8%;
  }
}
@-webkit-keyframes indeterminate {
  0% {
    right: 100%;
  }
  60% {
    right: -8%;
  }
  100% {
    right: -8%;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.quick-drop-menu-wrapper {
  position: absolute;
  right: 0px;
}
.quick-drop-menu-wrapper .quick-drop-menu-wrapper-overlay {
  position: fixed;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.quick-drop-menu-wrapper .quick-drop-menu-wrapper-overlay.opened {
  display: block;
}
.quick-drop-menu-wrapper .quick-drop-menu-wrapper-overlay.closed {
  display: none;
}
.quick-drop-menu-wrapper .quick-drop-menu {
  cursor: pointer;
}
.quick-drop-menu-wrapper .drop-menu {
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-radius: var(--borderRadius);
  position: absolute;
  top: 40px;
  right: 0px;
  background: #ffffff;
  padding: 15px 20px;
  min-width: 200px;
  z-index: 2;
}
.quick-drop-menu-wrapper .drop-menu .drop-item {
  width: 100%;
}
.quick-drop-menu-wrapper .drop-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 100%;
  font-size: 13px;
  margin: 8px 0px;
}
.quick-drop-menu-wrapper .drop-menu a i {
  width: 35px;
  font-size: 14px;
}
.quick-drop-menu-wrapper .drop-menu.opened {
  -webkit-animation-name: fade_in;
  animation-name: fade_in;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
.quick-drop-menu-wrapper .drop-menu.closed {
  visibility: hidden;
  opacity: 0;
}
.course-header {
  height: var(--headerHeight);
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #000000;
  padding: 0px 20px;
  color: #ffffff;
}
.course-header .back-button {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.course-header .left-actions {
  position: absolute;
  left: 15px;
}
.course-header .middle-actions {
  width: 100%;
}
.course-header .middle-actions .icon-button {
  height: 36px;
  width: 36px;
  background: #838283;
  border-radius: 6px;
  border: none;
}
.course-header .middle-actions .icon-button i {
  color: #ffffff;
  font-size: 25px;
}
.course-header .right-actions {
  position: absolute;
  right: 15px;
}
.course-header .status {
  background: #838283;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
}
.course-header .status.published {
  background: #5F8D00;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.builderFilesListWrapper, .imageFilesListWrapper {
  height: 200px;
  overflow-y: scroll;
}
.builderFilesListWrapper button, .imageFilesListWrapper button {
  cursor: pointer;
  padding: 5px 2px;
  background: transparent;
  font-size: 18px;
  border: 1px solid #f1f1f1;
}
.builderFilesListWrapper button:hover, .imageFilesListWrapper button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.builderFilesListWrapper.imageGallery .preview-image-wrapper, .imageFilesListWrapper.imageGallery .preview-image-wrapper {
  cursor: pointer;
  width: 15.8333333333%;
  height: 120px;
  margin-right: 0.8333333333%;
  margin-bottom: 10px;
}
.builderFilesListWrapper.imageGallery .preview-image-wrapper img, .imageFilesListWrapper.imageGallery .preview-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.builderFilesListWrapper.imageGallery .preview-image-wrapper:hover, .imageFilesListWrapper.imageGallery .preview-image-wrapper:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  padding: 2px;
}
.tabs-wrapper {
  width: 100%;
  position: relative;
}
.tabs-wrapper .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  list-style: none;
}
.tabs-wrapper .tabs .tab {
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
  margin: 0;
  line-height: initial;
  border-bottom: 4px solid transparent;
  outline: none;
}
.tabs-wrapper .tabs .tab .icon {
  margin-right: 8px;
}
.tabs-wrapper .tabs .tab.disabled a {
  cursor: default;
}
.tabs-wrapper .tabs .tab.disabled a:hover {
  cursor: default;
}
.tabs-wrapper.fluid {
  margin: 0;
  flex: 1;
}
.tabs-wrapper.secondary {
  margin-top: 20px;
  border: 0px;
}
.tabs-wrapper.secondary .tabs .tab {
  background: #ffffff;
  border-bottom: 0px solid transparent;
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
  margin-right: 10px;
}
.tabs-wrapper.secondary .tabs .tab.active, .tabs-wrapper.secondary .tabs .tab.selected, .tabs-wrapper.secondary .tabs .tab:hover {
  border-bottom: 0px solid transparent;
}
.tabs-wrapper.secondary .tabs .tab.selected, .tabs-wrapper.secondary .tabs .tab.active {
  color: #ffffff !important;
}
.tabs-wrapper.secondary .tabs .tab.selected:hover, .tabs-wrapper.secondary .tabs .tab.active:hover {
  color: #ffffff !important;
}
.tabs-wrapper.secondary .tabs .tab:hover {
  color: var(--bodyText);
}
.tabs-wrapper.vertical {
  height: auto;
  overflow: visible;
}
.tabs-wrapper.vertical .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  height: 100%;
  padding-left: 0px;
}
.tabs-wrapper.vertical .tabs .tab {
  margin-bottom: 15px;
  padding: 10px 10px 10px 0px;
}

@media only screen and (max-width: 728px) {
  .tabs-wrapper .tabs {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-wrapper.vertical .tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .tabs-wrapper.vertical {
    overflow: auto;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .tabs-wrapper.vertical .tabs {
    overflow-x: scroll;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.filter-tag {
  border: 1px solid var(--bordersColor) !important;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}
.filter-tag:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

.tag-select-wrapper {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  position: absolute;
  background-color: white;
  z-index: 1;
  min-width: 300px;
  border: 1px solid #ddd;
  top: 100%;
}
.tag-select-wrapper .tag-select {
  cursor: pointer;
}
.tag-select-wrapper .tag-select.selected {
  background-color: #f0f0f0;
}
.text-editor {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
.text-editor ::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background: transparent;
}
.text-editor .text-editor-menu {
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  overflow-x: auto;
  width: 100%;
  margin: 5px 0px;
}
.text-editor .text-editor-menu .editor-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: #ffffff;
  border: none;
  box-shadow: none;
  border-right: 1px solid #eeeeee;
  border-radius: 0px;
  min-width: 30px;
  height: 35px;
  padding: 0;
}
.text-editor .text-editor-menu .editor-button.spacer {
  cursor: unset !important;
}
.text-editor .text-editor-menu .editor-button.spacer:hover {
  background: #ffffff;
}
.text-editor .text-editor-menu .editor-button.is-active {
  color: #ffffff;
}
.text-editor .text-editor-menu .editor-button:hover {
  background: #f7f7f7;
}
.text-editor .text-editor-menu .editor-button i {
  font-style: normal;
}
.text-editor .text-editor-menu input[type=color] {
  border-right: 1px solid #eeeeee !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
  cursor: pointer;
  background: #ffffff;
  border-radius: 0px !important;
  border: none;
  box-shadow: none;
  width: 35px;
  height: 35px;
  padding: 0;
}
.text-editor .text-editor-menu input[type=color]:hover {
  background: #ffffff;
}
.text-editor .text-editor-content {
  border: 2px solid #eeeeee;
}
.text-editor .text-editor-content .ProseMirror {
  width: 100%;
  min-height: 180px;
  max-height: 180px;
  padding: 10px;
  overflow-y: scroll;
  resize: none;
}
.text-editor .text-editor-content .ProseMirror.ProseMirror-focused {
  border: none !important;
  outline: none;
}
.text-editor .text-editor-content .ProseMirror ul {
  margin: 0px 0px 0px 40px;
}
.text-editor .text-editor-content .ProseMirror ul li {
  list-style: disc;
}
.text-editor .text-editor-content .ProseMirror code {
  font-family: Courier;
  background-color: #eeeeee;
}
.text-editor .text-editor-content .ProseMirror a {
  font-weight: 700;
}
.text-editor .text-editor-content .ProseMirror blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #cccccc;
}
.text-editor .character-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
.text-editor .character-count div {
  color: var(--lightTextColor);
  font-size: 13px;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.themes-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0px 10px;
}

.themes-subtitle {
  font-size: 15px;
  font-weight: 300;
  padding: 0px 10px;
}

.theme-options-wrapper {
  margin-top: 30px;
}
.theme-options-wrapper .theme-option {
  width: 47.5%;
  margin: 0px 1.25% 30px 1.25%;
  border-radius: 2px;
  padding: 10px;
  position: relative;
}
.theme-options-wrapper .theme-option.selected {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  border: 1px solid #eeeeee;
}
.theme-options-wrapper .theme-option.selected:before {
  content: "\f058";
  font-family: var(--iconsFont);
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 30px;
  z-index: 2;
}
.theme-options-wrapper .theme-option.selected:after {
  content: " ";
  display: block;
  position: absolute;
  opacity: 0.8;
  top: 0px;
  right: 0px;
  background: #222222;
  height: 100px;
  width: 100px;
  border-bottom-left-radius: 80%;
  z-index: 1;
}
.theme-options-wrapper .theme-option img {
  width: 100%;
  object-fit: cover;
}

.builderElements .theme-options-wrapper .theme-option {
  width: 31.6666666667%;
  margin: 0px 0.8333333333% 30px 0.8333333333%;
}

@media only screen and (max-width: 800px) {
  .builderElements .theme-options-wrapper .theme-option {
    width: 47.5%;
    margin: 0px 1.25% 30px 1.25%;
  }
}
@media only screen and (max-width: 600px) {
  .builderElements .theme-options-wrapper .theme-option {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .theme-options-wrapper .theme-option {
    width: 100%;
  }
}
.tile-button {
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  padding: 20px;
  color: var(----bodyText);
  background: #FFFFFF;
  cursor: pointer;
}
.tile-button.disabled {
  cursor: default;
}
.tile-button.selected {
  border-color: var(--color-scheme);
}
.tile-button:hover {
  background: rgb(from var(--color-scheme) rgb/0.1);
}
.tile-button:hover.disabled {
  background: #FFFFFF;
}
.tile-button i {
  font-size: 35px;
  width: 60px;
}
.tile-button i.selected {
  width: auto;
  color: var(--color-scheme);
}
.tile-button .tile-title {
  font-size: 18px;
  font-weight: 800;
  color: var(----bodyText);
}
.tile-button .tile-subtitle {
  font-size: 14px;
  color: var(--lightTextColor);
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.tiles .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  padding: 40px 20px;
  background: #ffffff;
}
.tiles .tile .tile-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tiles .tile .tile-text .tile-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.tiles .tile .tile-text .tile-title h1, .tiles .tile .tile-text .tile-title h2, .tiles .tile .tile-text .tile-title h3, .tiles .tile .tile-text .tile-title h4, .tiles .tile .tile-text .tile-title h5, .tiles .tile .tile-text .tile-title h6 {
  line-height: initial;
  margin: 0;
  padding: 0;
}
.tiles .tile .tile-text .tile-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.tooltip-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: relative;
  background: transparent;
  border: none;
  padding: 0px 10px;
  font-size: 20px;
}
.tooltip-button .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -50px;
  background: #252324;
  color: #ffffff;
  font-size: 10px;
  padding: 5px 8px;
  min-width: 100px;
  border-radius: 2px;
  text-align: center;
}
.tooltip-button .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2.5px;
  border-width: 5px;
  border-style: solid;
  border-color: #252324 transparent transparent transparent;
}

.tooltip-button:hover > .tooltip {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  visibility: visible;
  opacity: 1;
}
.saas-tenant-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.saas-tenant-actions .request-access-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: initial;
}
.saas-tenant-actions .access-requested {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 18px;
}

.require-grant-notifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  top: -5px;
  right: 0px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #ffffff;
}

.access-request-drop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  margin: 0;
  position: absolute;
  top: var(--headerHeight);
  z-index: 9999;
  right: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.access-request-drop-menu .requests-wrapper {
  padding: 10px;
}
.access-request-drop-menu .requests-wrapper .request-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.access-request-drop-menu .requests-wrapper .request-item .support-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.access-request-drop-menu .requests-wrapper .request-item .support-icon i {
  font-size: 20px;
  color: #ffffff;
}
.access-request-drop-menu .requests-wrapper .request-item .request-text .request-title {
  font-size: 14px;
}
.access-request-drop-menu .requests-wrapper .request-item .request-text .request-sub-title {
  font-size: 12px;
  font-weight: 700;
}
.pulse {
  -webkit-transform: scale(1);
  transform: scale(1);
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  border-radius: 50%;
  display: none;
  font-size: 10px;
  margin-right: 25px;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.grid-circle-loader {
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, var(--color-scheme)) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: grid-circle-loader-animation 1s infinite steps(10);
}

@keyframes grid-circle-loader-animation {
  to {
    transform: rotate(1turn);
  }
}
.dots-circle-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
}

.dots-circle-loader::before, .dots-circle-loader::after {
  content: "";
  grid-area: 1/1;
  --c: no-repeat radial-gradient(farthest-side, var(--color-scheme) 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 12px 12px;
  animation: initial-loader-animation 1s infinite;
}

.dots-circle-loader::before {
  margin: 4px;
  background-size: 8px 8px;
  animation-timing-function: linear;
}

@keyframes initial-loader-animation {
  100% {
    transform: rotate(0.5turn);
  }
}
@charset "UTF-8";
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.CodeMirror {
  border: 2px solid #dddddd;
  box-shadow: none;
  outline: none;
}

.MuiDialog-root {
  z-index: 99999 !important;
}

.toggle-full-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 14;
  background: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  border-radius: 5px;
}
.toggle-full-screen.opened {
  position: fixed;
  bottom: 20px;
}

.full-screen-mode {
  position: fixed !important;
  z-index: 9999;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100% !important;
}
.full-screen-mode .text-editor-menu {
  background: #ffffff;
}
.full-screen-mode .text-editor-content {
  height: 100% !important;
  background: #ffffff;
}
.full-screen-mode .text-editor-content .ProseMirror {
  max-height: 100% !important;
  min-height: 100% !important;
}
.full-screen-mode .react-codemirror2 {
  height: 100% !important;
}
.full-screen-mode .react-codemirror2 .CodeMirror {
  max-height: 100% !important;
  min-height: 100% !important;
}

input[type=checkbox],
input[type=radio] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #656565;
  max-width: 17px;
  max-height: 17px;
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  margin: 0px 5px 0px 0px;
  border-radius: 5px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  border: 1px solid transparent;
  margin: 0px 5px 0px 0px;
}
input[type=checkbox]:disabled,
input[type=checkbox] .disabled,
input[type=radio]:disabled,
input[type=radio] .disabled {
  color: var(--disableColor) !important;
  cursor: default;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  content: "•";
  color: #ffffff;
  max-width: 17px;
  max-height: 17px;
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
}

input[type=checkbox]:checked:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  content: "✓";
  color: #ffffff;
  max-width: 17px;
  max-height: 17px;
  min-width: 17px;
  min-height: 17px;
  width: 17px;
  height: 17px;
  border-radius: 5px;
}

.card-body label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 100%;
}
.card-body label span {
  padding: 0;
  margin: 0;
}

.empty-grid i {
  font-size: 100px !important;
  color: var(--bodyText);
}

.MuiInput-formControl input {
  border: 0 !important;
}

.select-wrapper input.select-dropdown {
  padding-right: 24px !important;
  box-sizing: inherit !important;
}

.select-dropdown {
  z-index: 999;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

strong {
  font-weight: 700;
}

.modal-overlay {
  opacity: 0.85 !important;
  background: #ffffff !important;
}

.center {
  text-align: center;
}

.help-notice {
  font-size: 12px;
}

.custom-dimensions-wrapper,
.custom-fonts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-dimensions-wrapper .dimension-input,
.custom-dimensions-wrapper .typography-input,
.custom-fonts-wrapper .dimension-input,
.custom-fonts-wrapper .typography-input {
  flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
}
.custom-dimensions-wrapper .dimension-selector,
.custom-dimensions-wrapper .typography-selector,
.custom-fonts-wrapper .dimension-selector,
.custom-fonts-wrapper .typography-selector {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

.notified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  right: 10px;
}
.notified:after {
  content: "\e62c";
  font-family: var(--iconsFont);
  font-size: 16px;
}

table table tr {
  border: none;
}
table table tr:hover {
  background: none;
}

.category-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  height: 250px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  overflow: auto;
  padding: 0px 10px 0px 10px;
}
.category-icon-wrapper .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 30px;
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
}
.category-icon-wrapper .icon:hover {
  background: #dddddd;
}
.category-icon-wrapper .icon.selected {
  color: #ffffff;
}

.help {
  width: 100%;
}
.help blockquote {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 13px;
  padding: 20px;
  background: #ffffff;
  margin: 20px 0;
}
.help blockquote i {
  font-size: 15px;
  margin-right: 10px;
}

#edit_variant_modal {
  width: 90% !important;
  max-height: 80% !important;
}

.setting-option {
  padding-left: 25px !important;
  margin-right: 15px;
}

.grouped-options-lineitem {
  font-size: 10px;
}
.grouped-options-lineitem .g-opt-line {
  margin-top: 5px;
}

.product-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.product-image-wrapper .mini-product-image,
.product-image-wrapper .mini-rental-image {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  object-fit: cover;
  margin-right: 10px;
}

.color-picker-wrapper {
  position: relative;
}
.color-picker-wrapper .color-picker-box {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: 2px solid #eeeeee;
  margin: 10px 0;
  cursor: pointer;
}
.color-picker-wrapper .color-picker-options-wrapper {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  position: absolute;
  min-width: 225px;
  height: 100%;
  z-index: 1;
}
.color-picker-wrapper .color-picker-options-wrapper .chrome-picker {
  width: 100% !important;
}

.picker-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.picker-field .pickr .pcr-button {
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #9e9e9e;
  border-radius: 3px;
}
.picker-field .label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  margin-left: 12px;
}
.picker-field .label-wrapper label {
  position: initial;
}
.picker-field .label-wrapper span {
  font-size: 0.8rem;
}

.prototype-option-type-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
.prototype-option-type-container .drag-option-type {
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  cursor: move;
}
.prototype-option-type-container .remove-option-type {
  cursor: pointer;
}
.prototype-option-type-container .prototype-option-type-items .prototype-option-type-item {
  background-color: var(--bgColor);
}
.prototype-option-type-container .prototype-option-type-items .prototype-option-type-item .col {
  padding-left: 4px;
  padding-right: 4px;
}

.payment-method-config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fefaf5;
  padding: 10px;
  padding-top: 20px;
  font-size: 16px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 4px;
  width: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #929292;
}
.flash-container {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  z-index: 9999999;
}
.flash-container.success {
  background: #198754;
}
.flash-container.error {
  background: #B71C1C;
}
.flash-container.notice {
  background: #FF5229;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.page-wrapper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  border-radius: var(--borderRadius);
  padding: 30px;
  margin-bottom: 20px;
  background: #ffffff;
}
.page-wrapper-header .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.page-wrapper-header .page-header .page-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
}
.page-wrapper-header .page-header i {
  font-size: 30px;
  width: 50px;
}

.header {
  height: var(--headerHeight);
  background: var(--sidenavColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  position: fixed;
  box-sizing: border-box;
  z-index: 13;
  width: 100%;
}
.header .side-header {
  width: var(--sidenavWidth);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 100%;
  position: relative;
}
.header .side-header .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 100%;
}
.header .side-header .menu-toggle:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin-left: 10px;
  width: 40px;
  height: 100%;
  font-size: 17px;
  color: var(--bodyText);
  font-family: var(--iconsFont);
  font-style: bolder;
}
.header .side-header .logotype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 25px;
}
.header .side-header .logotype img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  padding-right: 20px;
}
.header .right-header .rightside-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin: 0;
  padding: 0;
}
.header .right-header .rightside-icons .rightside-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  padding: 0px 10px;
}
.header .right-header .rightside-icons .rightside-icon.profile {
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  margin-left: 10px;
}
.header .right-header .rightside-icons .rightside-icon.profile:hover {
  background: #ffffff;
}
.header .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.header .nav-wrapper div {
  height: 100%;
}
.header .nav-wrapper .navbar-fixed {
  height: 100%;
  box-sizing: border-box;
}
.header .nav-wrapper .ui-app__wrapper__navbar__leftside--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex: 1;
}
.header .nav-wrapper .brand-logo {
  width: 100%;
  height: 60%;
}
.header .nav-wrapper .brand-logo img {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drop-menu-overlay {
  top: var(--headerHeight);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 12;
}

.dropdown-content {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  margin: 0;
  min-width: 100px;
  overflow-y: auto;
  position: absolute;
  top: 100% !important;
  z-index: 9999;
  min-width: 200px;
  right: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.dropdown-content:focus {
  outline: 0;
}
.dropdown-content:focus {
  outline: none;
}
.dropdown-content.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content a, .dropdown-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 10px;
  margin: 0;
  height: auto;
  min-height: auto;
}
.dropdown-content a > label, .dropdown-content span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content a i, .dropdown-content span i {
  height: auto;
  min-height: auto;
  font-size: 16px;
  width: 30px;
  line-height: 20px;
}

.dropdown-trigger {
  cursor: pointer;
}
body {
  background-color: var(--bgColor);
  overflow-x: hidden;
  position: relative;
  font-size: 14px;
  margin: 0;
}

main {
  box-sizing: border-box;
  margin-top: var(--headerHeight);
  width: calc(100% - var(--sidenavWidth));
  height: calc(100vh - var(--headerHeight));
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: scroll;
}

a {
  color: var(--bodyText);
}

.full-width {
  width: 100%;
}

.code-error-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

a:focus,
button:focus {
  outline: none;
}

a::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

.pagination {
  text-align: center;
}

.notification-badge:after {
  content: attr(data-notifications);
  color: #ffffff;
  position: absolute;
  top: 0px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  left: 10px;
  text-align: center;
  margin-top: -5px;
}

.caption {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.error-code {
  line-height: 130px;
  height: 130px;
  font-size: 8rem !important;
  text-align: center;
  margin-bottom: 1rem;
}
.loader-wrapper {
  position: relative;
  z-index: 3;
}
.loader-wrapper.absolute {
  position: absolute;
  top: 0px;
}
.loader-wrapper.full-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.loader-wrapper.right {
  right: 0px;
}
.loader-wrapper.left {
  left: 0px;
}
.loader-wrapper.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-style: solid;
  border-radius: 50%;
}
.loader.small {
  border-top-width: 0.8em;
  border-right-width: 0.8em;
  border-bottom-width: 0.8em;
  border-left-width: 0.8em;
}
.loader.medium {
  border-top-width: 1em;
  border-right-width: 1em;
  border-bottom-width: 1em;
  border-left-width: 1em;
}
.loader.large {
  border-top-width: 2em;
  border-right-width: 2em;
  border-bottom-width: 2em;
  border-left-width: 2em;
}
.loader.xlarge {
  border-top-width: 3em;
  border-right-width: 3em;
  border-bottom-width: 3em;
  border-left-width: 3em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@charset "UTF-8";
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
*:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.clearfix {
  clear: both;
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: var(--bordersColor);
}
.divider.light {
  background-color: var(--lightColor);
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

@media only screen and (max-width: 600px) {
  .hide-on-small-only,
.hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
table,
th,
td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table tbody tr td i:before {
  font-size: 15px;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

td,
th {
  padding: 10px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  table.responsive-table td:empty:before {
    content: " ";
  }
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: " ";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collapsible .collection {
  margin: 0;
  border: none;
}

.hide {
  display: none !important;
}

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

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

.center,
.center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.no-padding {
  padding: 0 !important;
}

table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
a {
  text-decoration: none;
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
.card {
  position: relative;
  padding: 24px;
  margin: 0 0 1rem 0;
  border-radius: var(--borderRadius);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
}
.card .card-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
}
.card .card-analytics i {
  font-size: 40px;
}

@media only screen and (max-width: 768px) {
  .card {
    padding: 24px 15px 24px 15px;
  }
}
.title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}

.card .card-title {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}
.card .card-title .subtitle {
  font-size: 0.7em;
  line-height: 1.5em;
}
.card .card-title .notice {
  font-weight: 400;
  line-height: 1.5em;
}

.input-field.col .dropdown-content [type=checkbox] + label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
  transform: none;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #d1d1d1;
}

::-moz-placeholder {
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

::-ms-input-placeholder {
  color: #d1d1d1;
}

::placeholder {
  color: #d1d1d1;
}

.input-field input[type=search] {
  display: block;
  line-height: inherit;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

.nav-wrapper .input-field input[type=search] {
  padding-left: 3rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
}

.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + .label-icon {
  -webkit-transform: none;
  transform: none;
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.character-counter {
  min-height: 18px;
}

.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
}

.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label .lever:after {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

.range-field {
  position: relative;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.drag-target.right-aligned {
  right: 0;
}
.sessions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  min-height: 100vh;
}
.sessions-wrapper .left-side-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 40%;
  padding: 0px 20px;
}
.sessions-wrapper .left-side-wrapper .logo {
  margin-bottom: 30px;
}
.sessions-wrapper .left-side-wrapper .logo img {
  height: 45px;
  max-width: 100%;
  object-fit: contain;
}
.sessions-wrapper .left-side-wrapper .headline {
  text-align: center;
}
.sessions-wrapper .left-side-wrapper .headline h1 {
  font-size: 20px;
  margin: 0;
}
.sessions-wrapper .left-side-wrapper .headline .subtitle {
  font-size: 15px;
}
.sessions-wrapper .left-side-wrapper .form .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 100%;
}
.sessions-wrapper .right-side-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 60%;
}
.sessions-wrapper .right-side-wrapper .quote-wrapper {
  background: rgba(255, 255, 255, 0.4);
  color: var(--bodyText);
  width: 100%;
  font-size: 25px;
  font-weight: 300;
  padding: 30px 40px;
}
.sessions-wrapper .right-side-wrapper .quote-wrapper .quote {
  width: 40%;
}

@media only screen and (max-width: 960px) {
  .sessions-wrapper .left-side-wrapper {
    width: 100%;
    padding: 40px 20px;
  }
  .sessions-wrapper .right-side-wrapper {
    width: 100%;
  }
}
.sidenav {
  margin-top: var(--headerHeight);
  width: var(--sidenavWidth);
  height: calc(100vh - var(--headerHeight));
  background-color: var(--sidenavColor);
  border-right: 1px solid var(--lightColor);
  z-index: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sidenav .navigation-items .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  padding: 10px 10px 10px 24px;
  font-size: 14px;
  line-height: initial;
  position: relative;
}
.sidenav .navigation-items .nav-item .icon {
  margin-right: 10px;
  min-width: 30px;
  font-size: 12px;
}
.sidenav .navigation-items .nav-item .toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  right: 20px;
  font-style: normal;
  height: 100%;
  width: 30px;
}
.sidenav .navigation-items .submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  padding: 5px 5px 10px 64px;
}
.sidenav .navigation-items .nav-item:hover, .sidenav .navigation-items .nav-item.active, .sidenav .navigation-items .submenu-item:hover, .sidenav .navigation-items .submenu-item.active {
  background: var(--hoverColor);
}
.sidenav .navigation-items .nav-item.active, .sidenav .navigation-items .submenu-item.active {
  font-weight: 600;
}
.sidenav.closed {
  width: 5%;
}
.sidenav.main.closed {
  width: 0%;
  position: fixed;
  left: -100%;
}
.sidenav.main.closed .icon {
  font-size: 20px;
}

.sidenav.main.closed ~ main {
  width: 100%;
}

.sidenav.main.closed ~ .side-header .menu-toggle:before {
  content: "\f101";
}

@media only screen and (max-width: 900px) {
  .header .side-header {
    width: 50%;
  }
  .sidenav.main {
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 12;
  }
}
.announcement {
  padding: 10px;
  width: 100%;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.site-wide-notice-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 10px;
  width: 100%;
}
.site-wide-notice-wrapper.info {
  background: #0059b3;
  color: #ffffff;
}
.site-wide-notice-wrapper.notice {
  background: #D0342C;
  color: #ffffff;
}
.site-wide-notice-wrapper.sandbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 12px;
  color: #ffffff;
  width: 300px;
  top: 0;
  bottom: initial;
  left: 50%;
  padding: 2px 0px;
  transform: translateX(-50%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
.site-wide-notice-wrapper.sandbox .site-wide-notice-content .site-wide-notice-text {
  padding: 0;
}
.site-wide-notice-wrapper .site-wide-notice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-text {
  flex: 3;
  -ms-flex: 3;
  -webkit-flex: 3;
  padding-right: 20px;
}
.site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}

@media only screen and (max-width: 660px) {
  .site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-text {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-text, .site-wide-notice-wrapper .site-wide-notice-content .site-wide-notice-action {
    flex: auto;
    width: 100%;
    justify-content: center;
  }
}
.btn,
.button,
button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer !important;
  border-radius: var(--borderRadius);
  padding: 8px 20px;
  font-size: 14px;
  outline: 0;
}
.btn i,
.button i,
button i {
  font-size: 12px;
}
.btn:focus, .btn:focus-within, .btn:active,
.button:focus,
.button:focus-within,
.button:active,
button:focus,
button:focus-within,
button:active {
  outline: 0;
  border: none;
}
.btn.plain,
.button.plain,
button.plain {
  background: transparent !important;
  border: none !important;
  color: var(--bodyText) !important;
}
.btn.plain:hover,
.button.plain:hover,
button.plain:hover {
  background: transparent !important;
  border: none !important;
  color: var(--bodyText) !important;
}
.btn.tile,
.button.tile,
button.tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: auto;
  position: relative;
  border-radius: 3px;
  padding: 30px 0;
  width: 30%;
  margin: 20px 20px 20px 0;
}
.btn.tile i,
.button.tile i,
button.tile i {
  font-size: 40px;
}
.btn.secondary,
.button.secondary,
button.secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 100%;
  border: 0px !important;
  border-radius: 0;
}
.btn.secondary:hover,
.button.secondary:hover,
button.secondary:hover {
  border: 0px !important;
}
.btn.flat,
.button.flat,
button.flat {
  border-radius: 0;
}
.btn.flat i,
.button.flat i,
button.flat i {
  margin-left: 8px;
}
.btn.simple,
.button.simple,
button.simple {
  background: #ffffff !important;
  border: 1px solid var(--bordersColor) !important;
  color: var(--bodyText) !important;
}
.btn.simple:hover,
.button.simple:hover,
button.simple:hover {
  background: #f9f9f9 !important;
  border: 1px solid var(--bordersColor) !important;
  color: var(--bodyText) !important;
}
.btn:disabled, .btn.disabled,
.button:disabled,
.button.disabled,
button:disabled,
button.disabled {
  background: var(--disableColor) !important;
  color: var(--bodyText) !important;
  border: 1px solid transparent !important;
  cursor: default !important;
}
.btn:disabled:hover, .btn.disabled:hover,
.button:disabled:hover,
.button.disabled:hover,
button:disabled:hover,
button.disabled:hover {
  background: var(--disableColor) !important;
  color: var(--bodyText) !important;
  border: 1px solid transparent !important;
  cursor: default !important;
}
.btn.large,
.button.large,
button.large {
  width: 300px;
  padding: 15px 30px;
}

.btn-action {
  display: block;
  width: 50px;
}
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

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

.cs-1-1 {
  width: 100%;
}

.cs-1-2 {
  width: 50%;
}

.cs-1-3 {
  width: 33.3333333333%;
}

.cs-1-4 {
  width: 25%;
}

.cs-1-5 {
  width: 20%;
}

.cs-1-6 {
  width: 16.6666666667%;
}

.cs-2-3 {
  width: 66.6666666667%;
}

.cs-3-4 {
  width: 75%;
}

.cs-2-5 {
  width: 40%;
}

.cs-3-5 {
  width: 60%;
}

.cs-4-5 {
  width: 80%;
}

.cs-5-6 {
  width: 83.3333333333%;
}

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col[class*=push-],
.row .col[class*=pull-] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30 {
    width: 33%;
  }
}
@media only screen and (max-width: 700px) {
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30 {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30, .cs-35, .cs-40, .cs-45, .cs-50 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .flex-mobile-no-wrap {
    flex-wrap: nowrap;
  }
  .cs-5, .cs-10, .cs-15, .cs-20, .cs-25, .cs-30, .cs-35, .cs-40, .cs-45, .cs-50,
.cs-55, .cs-60, .cs-65, .cs-70, .cs-75, .cs-80, .cs-85, .cs-90, .cs-95 {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .flex-mobile-no-wrap {
    flex-wrap: nowrap;
  }
}
* {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h5, h6 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}
.pointer {
  cursor: pointer;
}

.bold {
  font-weight: 700;
}

.scrollable {
  overflow-y: scroll;
}

.secondary-text-color {
  color: var(--lightTextColor);
}

.clearfix {
  clear: both;
}

.input-measurement-unit {
  position: absolute;
  top: 13px;
  background: #fff;
}
.input-measurement-unit.unit-front {
  left: 12px;
  padding-right: 6px;
  top: 50%;
  margin-top: -5px;
}
.input-measurement-unit.unit-back {
  right: 25px;
  top: 54%;
  font-size: 12px;
  font-weight: 700;
}

.generic-error-message {
  text-align: center;
  color: #fff;
  padding: 7px;
  background-color: firebrick;
  font-size: 13px;
  margin-bottom: 10px;
}

.switch-text {
  margin-left: 20px;
}
.switch-text .label-title {
  font-weight: 400;
}

.card-panel {
  background: #ffffff;
  padding: 10px 20px;
  margin: 20px 0px;
  border-radius: var(--borderRadius);
}
.card-panel.red {
  background: #B71C1C;
  color: #ffffff;
}
.card-panel.yellow {
  background: #FF5229;
}
.card-panel.green {
  color: #ffffff;
  background: #198754;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.radio-input {
  cursor: pointer;
  margin-bottom: 5px;
}
.radio-input.disabled {
  cursor: default;
}
.radio-input .radio {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  border: 1px solid black;
}
.radio-input .radio.selected {
  border: none;
}
.radio-input .radio .radio-filler {
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #ffffff;
}
.radio-input .radio-option {
  margin-left: 10px;
}
.radio-input .radio-option.selected {
  color: black;
  font-weight: 800;
}

.number-input {
  position: relative;
}
.number-input .actions {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
}
.number-input .actions .action {
  cursor: pointer;
}
.number-input .actions .action.up {
  padding: 5px 5px 0 5px;
}
.number-input .actions .action.down {
  padding: 0 5px 5px 5px;
}

.select-input .input-wrapper {
  cursor: pointer;
  position: relative;
}
.select-input .input-wrapper.disabled {
  cursor: default;
}
.select-input .input-wrapper .select-input-field {
  min-height: 40px;
  background-color: #FFFFFF;
}
.select-input .input-wrapper .select-input-field .option-tile-wrapper {
  max-width: 90%;
  margin-right: 5px;
}
.select-input .input-wrapper .select-input-field .option-tile-wrapper .option-tile {
  background-color: #D3D3D3;
  border-radius: 6px;
  padding: 0px 10px;
}
.select-input .input-wrapper .select-options-overlay {
  position: absolute;
  top: 130%;
  width: 100%;
  z-index: 2;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: #DEDEDE 1px 3px 3px 0px;
}
.select-input .input-wrapper .select-options-overlay .select-options {
  overflow-y: auto;
  max-height: 300px;
  border-radius: 4px;
}
.select-input .input-wrapper .select-options-overlay .select-option {
  cursor: pointer;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}
.select-input .input-wrapper .select-options-overlay .select-option.selected {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #F9F9F9;
}
.select-input .input-wrapper .select-options-overlay .select-option.search-input {
  outline: none;
  border-style: none !important;
  padding: 10px;
}
.select-input .input-wrapper .select-options-overlay .select-option-divider {
  width: 100%;
  height: 1px;
  background: #DEDEDE;
}

.checkbox-input .box {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border: 1px solid;
  border-radius: 3px;
}
.checkbox-input .box.disabled {
  background-color: var(--disableColor);
}
.checkbox-input .box i {
  font-size: 18px;
  color: #ffffff;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.field-label {
  color: var(--lightTextColor);
  font-size: 12px;
  margin-bottom: 5px;
}
.field-label.select {
  color: var(--lightTextColor);
  background: #ffffff;
  position: relative;
  top: -10px;
  left: 20px;
  font-size: 11px;
  width: auto;
  padding: 3px 5px;
  z-index: 2;
}

.label-title {
  font-weight: 700;
}

.input-field-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin: 15px 0px;
  height: 44px;
}

.input-field {
  position: relative;
  margin: 15px 0px 15px 0px;
}
.input-field input, .input-field .MuiSelect-nativeInput, .input-field .MuiInput-input, .input-field .select-input-field {
  border: 1px solid var(--bordersColor) !important;
  border-radius: var(--borderRadius);
  padding: 10px;
  width: 100%;
  outline: none;
  font-size: 12px;
}
.input-field input:active, .input-field input:focus, .input-field input:focus-within, .input-field .MuiSelect-nativeInput:active, .input-field .MuiSelect-nativeInput:focus, .input-field .MuiSelect-nativeInput:focus-within, .input-field .MuiInput-input:active, .input-field .MuiInput-input:focus, .input-field .MuiInput-input:focus-within, .input-field .select-input-field:active, .input-field .select-input-field:focus, .input-field .select-input-field:focus-within {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  outline: none;
}
.input-field input.disabled, .input-field .MuiSelect-nativeInput.disabled, .input-field .MuiInput-input.disabled, .input-field .select-input-field.disabled {
  pointer-events: none;
  background-color: var(--disableColor);
}
.input-field input.disabled:active, .input-field input.disabled:focus, .input-field input.disabled:focus-within, .input-field .MuiSelect-nativeInput.disabled:active, .input-field .MuiSelect-nativeInput.disabled:focus, .input-field .MuiSelect-nativeInput.disabled:focus-within, .input-field .MuiInput-input.disabled:active, .input-field .MuiInput-input.disabled:focus, .input-field .MuiInput-input.disabled:focus-within, .input-field .select-input-field.disabled:active, .input-field .select-input-field.disabled:focus, .input-field .select-input-field.disabled:focus-within {
  border: 1px solid var(--bordersColor) !important;
}
.input-field input.clickable, .input-field .MuiSelect-nativeInput.clickable, .input-field .MuiInput-input.clickable, .input-field .select-input-field.clickable {
  cursor: pointer;
  pointer-events: all;
}
.input-field .input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  padding-right: 10px;
}
.input-field .input-icon.clickable {
  cursor: pointer;
}
.input-field .input-icon i {
  background-color: #ffffff;
  padding: 10px 0 10px 10px;
}
.input-field .input-icon.disabled i {
  background-color: var(--disableColor);
}
.input-field.search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
}
.input-field.search-field input {
  height: 100%;
  padding-left: 40px !important;
  font-size: 14px;
}
.input-field.search-field .label-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: transparent;
  height: 100%;
  -webkit-transform: none !important;
  transform: none !important;
  left: 2px;
  width: 35px;
}
.input-field.multi-input .input-field {
  margin: 0px;
}
.input-field label {
  color: var(--lightTextColor);
  font-size: 13px;
  font-weight: 700;
  width: auto;
  padding: 3px 0px;
}
.input-field .MuiFormControl-root {
  width: 100%;
}
.input-field .MuiInputBase-root {
  min-width: 200px;
}
.input-field .MuiInputBase-root:before, .input-field .MuiInputBase-root:after {
  display: none;
}
.input-field .MuiInputBase-root .flag-icon {
  width: 25px;
  height: 18px;
}
.input-field.price-prefix input {
  padding-left: 20px;
}
.input-field.price-prefix .prefix-label {
  color: var(--lightTextColor);
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 50%;
}
.input-field .suffix-label {
  color: var(--lightTextColor);
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.input-field.translatable input {
  position: relative;
}
.input-field.translatable textarea:after,
.input-field.translatable input:after {
  font-size: 14px;
  color: rgb(150, 150, 150);
  content: "\f7a2";
  font-family: var(--iconsFont);
}

textarea {
  width: 100%;
  height: 60px;
  background-color: transparent;
  overflow: auto;
  border: 1px solid var(--bordersColor);
  font-size: 12px;
  outline: none;
  resize: none;
  border-radius: 6px;
  padding: 10px;
}

.custom-textarea {
  border: 1px solid var(--bordersColor) !important;
  border-radius: var(--borderRadius);
  padding: 10px;
  width: 100%;
  outline: none;
  resize: none;
  overflow-y: scroll;
  height: 80px;
  font-size: 12px;
}
.custom-textarea:active, .custom-textarea:focus, .custom-textarea:focus-within {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  outline: none;
}
.custom-textarea.promotion-text-field {
  margin: 0;
  width: 100%;
}
.custom-textarea::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}
.custom-textarea.disabled {
  pointer-events: none;
  background-color: var(--disableColor);
}

#textarea_preview {
  padding: 20px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
/* margin all side */
.m-a-0, .m0, .no-margin {
  margin: 0px !important;
}

.m-a-5, .m5 {
  margin: 5px !important;
}

.m-a-10, .m10 {
  margin: 10px !important;
}

.m-a-15, .m15 {
  margin: 15px !important;
}

.m-a-20, .ma20 {
  margin: 20px !important;
}

.m-a-25, .m25 {
  margin: 25px !important;
}

.m-a-30, .m30 {
  margin: 30px !important;
}

.m-a-35, .m35 {
  margin: 35px !important;
}

.m-a-40, .m40 {
  margin: 40px !important;
}

.m-a-45, .m45 {
  margin: 45px !important;
}

.m-a-50, .m50 {
  margin: 50px !important;
}

/*margin top*/
.m-t-0, .mt0 {
  margin-top: 0px !important;
}

.m-t-5, .mt5 {
  margin-top: 5px !important;
}

.m-t-10, .mt10 {
  margin-top: 10px !important;
}

.m-t-15, .mt15 {
  margin-top: 15px !important;
}

.m-t-20, .mt20 {
  margin-top: 20px !important;
}

.m-t-25, .mt25 {
  margin-top: 25px !important;
}

.m-t-30, .mt30 {
  margin-top: 30px !important;
}

.m-t-35, .mt35 {
  margin-top: 35px !important;
}

.m-t-40, .mt40 {
  margin-top: 40px !important;
}

.m-t-45, .mt45 {
  margin-top: 45px !important;
}

.m-t-50, .mt50 {
  margin-top: 50px !important;
}

/* margin bottom */
.m-b-0, .mb0 {
  margin-bottom: 0px !important;
}

.m-b-5, .mb5 {
  margin-bottom: 5px !important;
}

.m-b-10, .mb10 {
  margin-bottom: 10px !important;
}

.m-b-15, .mb15 {
  margin-bottom: 15px !important;
}

.m-b-20, .mb20 {
  margin-bottom: 20px !important;
}

.m-b-25, .mb25 {
  margin-bottom: 25px !important;
}

.m-b-30, .mb30 {
  margin-bottom: 30px !important;
}

.m-b-35, .mb35 {
  margin-bottom: 35px !important;
}

.m-b-40, .mb40 {
  margin-bottom: 40px !important;
}

.m-b-45, .mb45 {
  margin-bottom: 45px !important;
}

.m-b-50, .mb50 {
  margin-bottom: 50px !important;
}

/* margin left */
.m-l-0, .ml0 {
  margin-left: 0px !important;
}

.m-l-5, .ml5 {
  margin-left: 5px !important;
}

.m-l-10, .ml10 {
  margin-left: 10px !important;
}

.m-l-15, .ml15 {
  margin-left: 15px !important;
}

.m-l-20, .ml20 {
  margin-left: 20px !important;
}

.m-l-25, .ml25 {
  margin-left: 25px !important;
}

.m-l-30, .ml30 {
  margin-left: 30px !important;
}

.m-l-35, .ml35 {
  margin-left: 35px !important;
}

.m-l-40, .ml40 {
  margin-left: 40px !important;
}

.m-l-45, .ml45 {
  margin-left: 45px !important;
}

.m-l-50, .ml50 {
  margin-left: 50px !important;
}

/* margin right */
.m-r-0, .mr0 {
  margin-right: 0px !important;
}

.m-r-5, .mr5 {
  margin-right: 5px !important;
}

.m-r-10, .mr10 {
  margin-right: 10px !important;
}

.m-r-15, .mr15 {
  margin-right: 15px !important;
}

.m-r-20, .mr20 {
  margin-right: 20px !important;
}

.m-r-25, .mr25 {
  margin-right: 25px !important;
}

.m-r-30, .mr30 {
  margin-right: 30px !important;
}

.m-r-35, .mr35 {
  margin-right: 35px !important;
}

.m-r-40, .mr40 {
  margin-right: 40px !important;
}

.m-r-45, .mr45 {
  margin-right: 45px !important;
}

.m-r-50, .mr50 {
  margin-right: 50px !important;
}

/* margin vertical */
.m-v-0, .mv0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-v-5, .mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-v-10, .mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-v-15, .mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-v-20, .mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-v-25, .mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-v-30, .mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-v-35, .mv35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-v-40, .mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-v-45, .mv45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-v-50, .mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* margin horizontal */
.m-h-0, .mh0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-h-5, .mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-h-10, .mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-h-15, .mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-h-20, .mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-h-25, .mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-h-30, .mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-h-35, .mh35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.m-h-40, .mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-h-45, .mh45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.m-h-50, .mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.p-a-0, .p0, .no-padding {
  padding: 0px !important;
}

.p-a-5, .p5 {
  padding: 5px !important;
}

.p-a-10, .p10 {
  padding: 10px !important;
}

.p-a-15, .p15 {
  padding: 15px !important;
}

.p-a-20, .p20 {
  padding: 20px !important;
}

.p-a-25, .p25 {
  padding: 25px !important;
}

.p-a-30, .p30 {
  padding: 30px !important;
}

.p-a-35, .p35 {
  padding: 35px !important;
}

.p-a-40, .p40 {
  padding: 40px !important;
}

.p-a-45, .p45 {
  padding: 45px !important;
}

.p-a-50, .p50 {
  padding: 50px !important;
}

/* padding top */
.p-t-0, .pt0 {
  padding-top: 0px !important;
}

.p-t-5, .pt5 {
  padding-top: 5px !important;
}

.p-t-10, .pt10 {
  padding-top: 10px !important;
}

.p-t-15, .pt15 {
  padding-top: 15px !important;
}

.p-t-20, .pt20 {
  padding-top: 20px !important;
}

.p-t-25, .pt25 {
  padding-top: 25px !important;
}

.p-t-30, .pt30 {
  padding-top: 30px !important;
}

.p-t-35, .pt35 {
  padding-top: 35px !important;
}

.p-t-40, .pt40 {
  padding-top: 40px !important;
}

.p-t-45, .pt45 {
  padding-top: 45px !important;
}

.p-t-50, .pt50 {
  padding-top: 50px !important;
}

/* padding bottom */
.p-b-0, .pb0 {
  padding-bottom: 0px !important;
}

.p-b-5, .pb5 {
  padding-bottom: 5px !important;
}

.p-b-10, .pb10 {
  padding-bottom: 10px !important;
}

.p-b-15, .pb15 {
  padding-bottom: 15px !important;
}

.p-b-20, .pb20 {
  padding-bottom: 20px !important;
}

.p-b-25, .pb25 {
  padding-bottom: 25px !important;
}

.p-b-30, .pb30 {
  padding-bottom: 30px !important;
}

.p-b-35, .pb35 {
  padding-bottom: 35px !important;
}

.p-b-40, .pb40 {
  padding-bottom: 40px !important;
}

.p-b-45, .pb45 {
  padding-bottom: 45px !important;
}

.p-b-50, .pb50 {
  padding-bottom: 50px !important;
}

/* padding left */
.p-l-0, .pl0 {
  padding-left: 0px !important;
}

.p-l-5, .pl5 {
  padding-left: 5px !important;
}

.p-l-10, .pl10 {
  padding-left: 10px !important;
}

.p-l-15, .pl15 {
  padding-left: 15px !important;
}

.p-l-20, .pl20 {
  padding-left: 20px !important;
}

.p-l-25, .pl25 {
  padding-left: 25px !important;
}

.p-l-30, .pl30 {
  padding-left: 30px !important;
}

.p-l-35, .pl35 {
  padding-left: 35px !important;
}

.p-l-40, .pl40 {
  padding-left: 40px !important;
}

.p-l-45, .pl45 {
  padding-left: 45px !important;
}

.p-l-50, .pl50 {
  padding-left: 50px !important;
}

/* padding right */
.p-r-0, .pr0 {
  padding-right: 0px !important;
}

.p-r-5, .pr5 {
  padding-right: 5px !important;
}

.p-r-10, .pr10 {
  padding-right: 10px !important;
}

.p-r-15, .pr15 {
  padding-right: 15px !important;
}

.p-r-20, .pr20 {
  padding-right: 20px !important;
}

.p-r-25, .pr25 {
  padding-right: 25px !important;
}

.p-r-30, .pr30 {
  padding-right: 30px !important;
}

.p-r-35, .pr35 {
  padding-right: 35px !important;
}

.p-r-40, .pr40 {
  padding-right: 40px !important;
}

.p-r-45, .pr45 {
  padding-right: 45px !important;
}

.p-r-50, .pr50 {
  padding-right: 50px !important;
}

/* padding vertical */
.p-v-0, .pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-v-5, .pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-v-10, .pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-v-15, .pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-v-20, .pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-v-25, .pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-v-30, .pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-v-35, .pv35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-v-40, .pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-v-45, .pv45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-v-50, .pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* padding horizontal */
.p-h-0, .ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-h-5, .ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-h-10, .ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-h-15, .ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-h-20, .ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-h-25, .ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-h-30, .ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-h-35, .ph35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-h-40, .ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-h-45, .ph45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-h-50, .ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
select.browser-default {
  display: block;
}

select {
  background-color: #ffffff;
  border: 1px solid !important;
  border-radius: 3px;
  padding: 10px;
  outline: none;
  width: 100%;
  padding: 10px;
}

.select-label {
  position: absolute;
}

.select-wrapper ul {
  padding-left: 0;
  list-style-type: none;
  top: 50px !important;
  height: 200px !important;
}

.select2-container--materialize, .select2-selection--single {
  min-height: 3em !important;
}

.select2-container--materialize .select2-selection--single .select2-selection__rendered {
  line-height: 3em !important;
}

.select2-selection__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 44px !important;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  border: 2px solid var(--bordersColor) !important;
  border-radius: 3px;
  padding: 10px;
  outline: none;
  width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.select-wrapper .caret {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

.MuiSelect-select:focus {
  background-color: rgb(255, 255, 255) !important;
  border-radius: var(--borderRadius) !important;
}

.MuiSelect-select.MuiSelect-select {
  background: #ffffff;
  font-weight: 700;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.advanced-filters-wrapper {
  position: relative;
}
.advanced-filters-wrapper .advanced-filters-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.advanced-filters-wrapper .advanced-filters-drop-menu {
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  background: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  z-index: 2;
  border-radius: 6px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-title {
  font-size: 12px;
  margin-bottom: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-bottom: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item.date-range {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  margin-top: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item.date-range .filter-action {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item.date-range .filter-action .date-range-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  margin-bottom: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item .filter-name {
  width: 50%;
  font-size: 12px;
  margin-right: 10px;
}
.advanced-filters-wrapper .advanced-filters-drop-menu .filter-item-wrapper .filter-item .filter-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  width: 50%;
  font-size: 12px;
}
.apps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.app-tile {
  border-radius: var(--borderRadius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.app-tile:hover {
  background: var(--hoverColor);
}
.app-tile .app-icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.app-tile .name {
  font-weight: 700;
}
.app-tile .app-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.app-tile .app-info .author {
  font-size: 0.9em;
}
.app-tile .price {
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 700;
}
.app-detail .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
}
.app-detail .app-icon {
  width: 120px;
  height: 120px;
}
.app-detail .app-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.app-detail .price {
  font-size: 16px;
  font-weight: 400;
}
.app-detail .app-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 1.5em;
}
.app-detail .app-info .author {
  font-size: 0.7em;
}
.app-detail .app-info .excerpt {
  font-size: 0.9em;
  line-height: 1.5em;
  width: 70%;
}
.app-detail .app-description .description p {
  font-size: 1em;
}
.app-detail .app-description .description ul {
  margin-left: 20px;
}
.app-detail .app-description .description ul li {
  list-style: disc;
}
.app-detail .app-links {
  padding: 20px;
}
.app-detail .app-links .app-link {
  margin-bottom: 10px;
}
.app-detail .app-links .app-link i {
  min-width: 20px;
  margin-right: 20px;
}
.app-detail .preview-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.app-detail .preview-images .preview-image {
  width: 31.6666666667%;
  margin-right: 1.6666666667%;
  margin-bottom: 25px;
}
.app-detail .preview-images .preview-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-detail .app-copyright {
  font-size: 13px;
}

@media only screen and (min-width: 600px) {
  .app-tile {
    width: 47%;
    margin-right: 1.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .app-tile {
    width: 30%;
    margin-right: 1%;
  }
}
.payment-provider-logo {
  width: 100%;
  height: 40px;
  object-fit: contain;
  padding-left: 20px;
  border: 0;
  outline: none;
}

.cardlink-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: relative;
  padding: 25px;
  cursor: pointer;
  border-radius: var(--borderRadius);
  border: 1px solid var(--lightTextColor);
}
.cardlink-card.current:after {
  color: green;
  position: absolute;
  right: 20px;
  content: "\f058";
  font-family: var(--iconsFont);
  font-size: 30px;
}
.cardlink-card .cardlink-card-pan {
  margin-left: 20px;
}

.disable-provider-cards {
  opacity: 0.2;
  pointer-events: none;
}

#show-cardlink-iframe {
  cursor: pointer;
}
#dropin-container .braintree-upper-container:before {
  background-color: transparent;
}
#dropin-container .braintree-method {
  margin: 0;
  width: 100%;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet {
  border-radius: var(--borderRadius);
  border: 1px solid var(--bordersColor);
  box-shadow: none;
  margin-top: 20px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__header {
  padding: 20px 30px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__text {
  font-weight: 700;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__icons .braintree-sheet__card-icon {
  margin: 0px 3px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-sheet__content--form {
  padding: 30px 40px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-form__field-group {
  margin-bottom: 20px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-form__field-group .braintree-form__label {
  color: var(--lightTextColor);
  font-weight: 700;
  font-size: 13px;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-form__field-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
#dropin-container .braintree-card.braintree-form.braintree-sheet .braintree-form__field-group label .braintree-form__field .braintree-form__hosted-field {
  border-radius: var(--borderRadius);
  border: 1px solid var(--bordersColor);
}
.list-items .list-item {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 10px;
  border-radius: 5px;
}
.list-items .list-item.hoverable:hover {
  background: #f9f9f9;
}
.list-items .list-item:last-child {
  border-bottom: 0px;
}
.list-items .list-item .check, .list-items .list-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.list-items .list-item .check.checked, .list-items .list-item .icon.checked {
  color: #ffffff;
  background: green;
}
.list-items .list-item .check.disabled, .list-items .list-item .icon.disabled {
  color: #222222;
  background: #dddddd;
}
.list-items .list-item .text {
  font-weight: 600;
}
.list-items .list-item .status {
  font-weight: 400;
  color: var(--secondaryText);
}
.list-items .list-item .proceed {
  font-size: 20px;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.send-status-email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.send-status-email-wrapper .send-status-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
  width: 50%;
}
.send-status-email-wrapper .btn-flat {
  width: 50%;
}
.send-status-email-wrapper .btn-flat span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.send-status-email-wrapper a, .send-status-email-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.send-status-email-wrapper a i, .send-status-email-wrapper button i {
  margin-right: 5px;
}
.send-status-email-wrapper .send-status-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.actions-wrapper .action-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
.actions-wrapper .action-buttons-wrapper a, .actions-wrapper .action-buttons-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-right: 10px;
}
.actions-wrapper .action-buttons-wrapper a i, .actions-wrapper .action-buttons-wrapper button i {
  margin-right: 5px;
}
.actions-wrapper .action-buttons-wrapper a span, .actions-wrapper .action-buttons-wrapper button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkouts-wrapper .checkout-selected-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer;
  position: relative;
  padding: 30px 20px 20px 50px;
  border-bottom: 1px solid #dddddd;
}
.checkouts-wrapper .checkout-selected-step:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #f7f7f7;
}
.checkouts-wrapper .checkout-selected-step.checked_icon:before {
  content: "\f058";
  font-family: var(--iconsFont);
  font-size: 25px;
}
.checkouts-wrapper .checkout-selected-step:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  left: 10px;
  font-size: 23px;
  top: 50%;
  margin-top: -15px;
}
.checkouts-wrapper .checkout-selected-step .selection-name {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-weight: 600;
  margin-bottom: 5px;
}
.checkouts-wrapper .checkout-selected-step .selection-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.checkouts-wrapper .checkout-selected-step .selection-option .change-option {
  font-weight: 600;
  margin-left: 10px;
  text-align: right;
}
.checkouts-wrapper .checkout-selected-step.incomplete {
  opacity: 0.7;
}
.checkouts-wrapper .checkout-selected-step.incomplete:hover {
  cursor: auto;
  background: initial;
}
.checkouts-wrapper .checkout-selected-step.incomplete:before {
  color: #222222;
}
.checkouts-wrapper .checkout-selected-step.incomplete.close_icon:before {
  content: "\f00d";
  font-family: var(--iconsFont);
  font-size: 25px;
}
.checkouts-wrapper .checkout-headers h3 {
  font-size: 25px;
}
.checkouts-wrapper .checkout-steps h6 {
  font-size: 15px;
}
.checkouts-wrapper .checkout-steps .fields .field-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkouts-wrapper .checkout-steps .fields .field-columns .field {
  width: 100%;
}
.checkouts-wrapper .checkout-steps .fields .field {
  margin-top: 20px;
}
.checkouts-wrapper .checkout-steps .fields .field .switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkouts-wrapper .checkout-steps .fields .field input {
  border: 2px solid #dddddd;
  padding-left: 10px;
  transition: none;
}
.checkouts-wrapper .checkout-steps .fields .field input:focus, .checkouts-wrapper .checkout-steps .fields .field input:focus-within {
  border: 2px solid #999999 !important;
  box-shadow: none;
  transition: none;
}
.checkouts-wrapper .checkout-steps .fields .field textarea {
  height: 80px;
  resize: none;
}
.checkouts-wrapper .checkout-steps .checkout-step .step-title {
  margin: 50px 0px 10px 0px;
  font-weight: 600;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin: 20px 0px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #dddddd;
  background: #f7f7f7;
  border-radius: 3px;
  padding: 40px 10px;
  margin-right: 3%;
  width: 45%;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile.delivery-icon:before {
  content: "\f48b";
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile.pickup-icon:before {
  content: "\f0f2";
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile:before {
  font-family: var(--iconsFont);
  font-size: 30px;
  margin-bottom: 15px;
  font-size: 45px;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile:last-child {
  margin-right: 0;
}
.checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile.selected, .checkouts-wrapper .checkout-steps .checkout-step.delivery-details .delivery-method .tile:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: relative;
  margin: 20px 0px;
  cursor: pointer;
  border: 2px solid #dddddd;
  background: #f7f7f7;
  border-radius: 3px;
  padding: 10px;
  min-height: 80px;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option .name, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option .name {
  font-weight: 600;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option .description, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option .description {
  font-size: 12px;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option .cost, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option .cost {
  font-weight: 600;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option.checked_icon:before, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option.checked_icon:before {
  content: "\f00c";
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option:before, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option:before {
  font-family: var(--iconsFont);
  display: none;
  position: absolute;
  right: 20px;
  font-size: 25px;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option.selected, .checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option:hover, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option.selected, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.checkouts-wrapper .checkout-steps .checkout-step.shipping .shipping-methods .option.selected:before, .checkouts-wrapper .checkout-steps .checkout-step.payment .shipping-methods .option.selected:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkouts-wrapper .checkout-steps .button-wrapper .button {
  cursor: pointer;
  display: block;
  background: #222222;
  color: #ffffff;
  border: 2px solid #222222;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
.checkouts-wrapper .checkout-steps .button-wrapper .button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
  color: #222222;
  border: 2px solid #222222;
}
.coupons-wrapper {
  padding: 0px 10px;
}
.coupons-wrapper .coupons {
  margin-bottom: 20px;
}
.coupons-wrapper .coupons .coupon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  padding: 5px 0px;
}
.coupons-wrapper .coupons .coupon-row .remove_icon {
  cursor: pointer;
}
.coupons-wrapper .coupons .coupon-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  font-size: 20px;
  line-height: 2em;
  font-weight: 700;
}

.coupons-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.coupons-fields .coupon-input {
  margin-right: 20px !important;
}
.destroy-account-page .goodbye-icon i {
  font-size: 70px;
  color: #575757;
}
.destroy-account-page .what-happens ul {
  margin-left: 40px;
}
.destroy-account-page .what-happens ul li {
  list-style-type: circle;
}
.downgradable-entry {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.rule-errors {
  font-size: 14px;
}

.downgrade-rules-content.with-error {
  border-radius: var(--borderRadius);
  border: 2px solid red;
  padding: 10px;
}
.downgrade-rules-content .image-container {
  width: 100px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.languages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.languages-wrapper img {
  height: 20px;
  width: 25px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: 3px;
}
.languages-wrapper img:last-child {
  margin-right: 0px;
}
.languages-wrapper .disabled {
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .languages-wrapper .responsive-table td {
    padding: 13px 0px;
  }
}
.seo-preview {
  border: 1px solid #dddddd;
  padding: 10px;
  margin-top: 20px;
}
.seo-preview .seo-preview-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 14px;
  color: #202124;
}
.seo-preview .seo-preview-meta-title {
  font-size: 20px;
  line-height: 1.3;
  color: #1a0dab;
}
.seo-preview .seo-preview-meta-description {
  font-size: 14px;
  color: #4d5156;
}

.sm-preview {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-top: 20px;
}
.sm-preview .sm-preview-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.sm-preview .sm-preview-url.website {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.sm-preview .sm-preview-url {
  color: #222222;
}
.sm-preview .sm-preview-meta-description {
  color: #666666;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.undo-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  position: absolute;
  top: 15px;
  right: 50px;
}
.undo-button .reactive-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  cursor: pointer;
}

.navigation-items-tree-container {
  position: absolute;
  top: 20px;
  right: 20px;
}

.navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  padding: 0px 0px 0px 20px;
}
.navigation-item .actions i, .navigation-item .actions a {
  cursor: pointer;
  font-size: 20px;
  line-height: initial;
  height: initial;
}

.draggable-navigation-item > div {
  position: relative;
  border-radius: 0px;
}
.draggable-navigation-item > div:before {
  content: "\f0c9";
  font-family: var(--iconsFont);
  position: absolute;
  left: 15px;
  margin-right: 10px;
}

.selected-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  height: 44px;
  margin-top: 20px;
  padding: 10px;
}
.selected-nav-item .remove-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  cursor: pointer;
}

.searchable-link-wrapper {
  position: relative;
}
.searchable-link-wrapper label {
  position: initial;
}
.searchable-link-wrapper .searchable-navigation-box {
  position: absolute;
  top: 62px;
  width: 100%;
  background: #f7f7f7;
  max-height: 180px;
  min-height: 150px;
  border: 1px solid var(--bordersColor);
  overflow-y: scroll;
  box-sizing: border-box;
  z-index: 2;
}
.searchable-link-wrapper .searchable-navigation-box .header-icons-wrapper {
  height: 40px;
}
.searchable-link-wrapper .searchable-navigation-box .header-icons-wrapper .left-icon {
  position: absolute;
  top: 5px;
  left: 5px;
}
.searchable-link-wrapper .searchable-navigation-box .header-icons-wrapper .right-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  cursor: pointer;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 10%;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .icons-wrapper .navigation-modal-icon {
  width: 50%;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 90%;
  padding: 10px;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item:before {
  font-family: var(--iconsFont);
  margin-right: 10px;
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.HomePage:before {
  content: "\f015";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.BlogPost:before {
  content: "\e1da";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.BlogCategory:before {
  content: "\e1d2";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Page:before {
  content: "\e1d8";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Product:before {
  content: "\f02b";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.CategoryMenu:before {
  content: "\e489";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Prototype:before {
  content: "\f5ef";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Category:before {
  content: "\e1d2";
}
.searchable-link-wrapper .searchable-navigation-box .item-wrapper .result-item.Rental:before {
  content: "\f52b";
}
.oauth-application-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  background-color: #f3f4f6;
  color: #9ca9b4;
  cursor: default;
  padding: 20px 10px 10px 10px;
  border: 1px solid #e6eaec;
  color: rgba(0, 0, 0, 0.87);
}
.oauth-application-field .copy-btn {
  cursor: pointer;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/** Colors **/
.progress-steps-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.progress-steps-wrapper ol.progress-track {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 2em 1em;
  table-layout: fixed;
  width: 100%;
}
.progress-steps-wrapper ol.progress-track li {
  display: table-cell;
  line-height: 1.1em;
  position: relative;
  text-align: center;
}
.progress-steps-wrapper ol.progress-track li .icon-wrap {
  border-radius: 50%;
  top: -0.7em;
  color: #ffffff;
  display: block;
  height: 1em;
  width: 1em;
  margin: 0 auto -1em;
  left: 0;
  right: 0;
  position: absolute;
}
.progress-steps-wrapper ol.progress-track li .icon-check-mark, .progress-steps-wrapper ol.progress-track li .icon-down-arrow {
  height: 25px;
  width: 15px;
  display: inline-block;
  fill: currentColor;
}
.progress-steps-wrapper ol.progress-track li .progress-text {
  position: relative;
  top: 20px;
  font-size: 12px;
}
.progress-steps-wrapper ol.progress-track li.progress-done {
  transition: border-color 1s ease-in-out;
  -webkit-transition: border-color 1s ease-in-out;
  -moz-transition: border-color 1s ease-in-out;
}
.progress-steps-wrapper ol.progress-track li.progress-done .icon-down-arrow {
  display: none;
}
.progress-steps-wrapper ol.progress-track li.progress-done.progress-current .icon-wrap {
  background-color: #ffffff;
}
.progress-steps-wrapper ol.progress-track li.progress-done.progress-current .icon-wrap .icon-check-mark {
  display: none;
}
.progress-steps-wrapper ol.progress-track li.progress-done.progress-current .icon-wrap .icon-down-arrow {
  display: block;
}
.progress-steps-wrapper ol.progress-track li.progress-todo {
  border-top: 4px solid #dddddd;
  color: black;
}
.progress-steps-wrapper ol.progress-track li.progress-todo .icon-wrap {
  background-color: #FFF;
  border: 4px solid #dddddd;
  border-radius: 50%;
  bottom: 0.7em;
  color: #fff;
  display: block;
  height: 1em;
  width: 1em;
  margin: 0 auto -1em;
  position: relative;
}
.progress-steps-wrapper ol.progress-track li.progress-todo .icon-wrap .icon-check-mark, .progress-steps-wrapper ol.progress-track li.progress-todo .icon-wrap .icon-down-arrow {
  display: none;
}

.onboarding-notification {
  color: #ffffff;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: var(--borderRadius);
}
.onboarding-notification a {
  color: #ffffff;
  text-decoration: underline;
}
.onboarding-notification a:hover {
  color: #ffffff !important;
}

#step-errors-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #333333;
  padding: 20px 0px;
  text-align: center;
  z-index: 999999;
}
#step-errors-wrapper #step_errors {
  color: #ffffff;
}

.onboarding-layout .icon_preview {
  cursor: auto;
}
.onboarding-layout .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: #ffffff;
}
.onboarding-layout .logo .onboarding-logo img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}
.onboarding-layout main {
  margin: 0;
  padding: 0;
  width: 100%;
}
.onboarding-layout main .required {
  color: red;
  font-size: 12px;
}
.onboarding-layout main h1, .onboarding-layout main h2, .onboarding-layout main h3, .onboarding-layout main h4, .onboarding-layout main h5, .onboarding-layout main h6 {
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.5em;
}
.onboarding-layout main h4 {
  font-size: 22px;
}
.onboarding-layout main h5 {
  font-size: 18px;
}
.onboarding-layout main h6 {
  font-size: 16px;
}
.onboarding-layout main .brand-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  color: #ffffff;
  height: initial;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1em;
  cursor: pointer;
}
.onboarding-layout main .brand-button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background-color: #ffffff;
}
.onboarding-layout main .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
.onboarding-layout .tile.shipping-method.tiered_rate:hover > .notice.help,
.onboarding-layout .tile.shipping-method.tiered_rate:focus-within > .notice.help {
  visibility: visible;
  opacity: 1;
}
.onboarding-layout .tile.shipping-method {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 30px 15px;
  border: 1px solid #eeeeee;
}
.onboarding-layout .tile.shipping-method.inactive {
  box-shadow: none;
}
.onboarding-layout .tile.shipping-method.inactive:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.onboarding-layout .tile.shipping-method.tiered_rate {
  position: relative;
  cursor: default;
}
.onboarding-layout .tile.shipping-method.tiered_rate .notice.help {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
  padding: 10px 20px;
}
.onboarding-layout .tile.shipping-method .tile-action {
  margin-top: 20px;
}

.onboarding-themes .theme-options-wrapper .theme-option {
  width: 25%;
}

.onboarding-image {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.theming-wrapper {
  position: relative;
}

.theming-wrapper .card-body > div > .btn.flat {
  position: absolute;
  margin-top: 0px !important;
  right: 0px;
  bottom: 20px;
}

.theming-wrapper .card {
  padding: 0;
}

.theming-wrapper .card-title {
  display: none;
}

.theming-wrapper .card-body .col.s12 {
  width: 50%;
}

.theming-wrapper .card-body > .flex-box.flex-column {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 40px;
}

.theming-wrapper .card-body > .flex-box.flex-column > .m-b-20 {
  margin-bottom: 0;
}

@media only screen and (max-width: 660px) {
  .theming-wrapper .card-body .col.s12 {
    width: 100%;
  }
  .theming-wrapper .card-body > .flex-box.flex-column {
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .theming-wrapper .card-body > div > .btn.flat {
    bottom: 0px;
  }
  .onboarding-themes .theme-options-wrapper .theme-option {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .progress-steps-wrapper ol.progress-track {
    display: flex;
    flex-wrap: wrap;
  }
  .progress-steps-wrapper ol.progress-track li {
    width: 23.75%;
    margin-right: 1.25%;
    margin-bottom: 40px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper {
    height: 260px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame {
    height: 260px;
    padding: 14px 11px 0px 10px !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device {
    height: 195px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .homepage-theme .hero-slider {
    height: 130px !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .homepage-theme .hero-slider .hero-title h1 {
    font-size: 17px !important;
    line-height: 1.5em !important;
    margin-bottom: 0px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .homepage-theme .hero-slider .hero-subtitle h4 {
    font-size: 13px !important;
    line-height: 1.5em !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .homepage-theme .hero-slider .hero-image {
    height: 100% !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .product-list-wrapper {
    padding: 20px 15px;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .product-list-wrapper .settings-product-list-preview-item {
    width: 100% !important;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .header_wrapper {
    overflow: hidden;
  }
  .onboarding-layout .settings-product-list-preview-wrapper .settings-product-list-preview-device-frame .settings-product-list-preview-device .header_wrapper .header-elements .navigation ul {
    display: none;
  }
}
.success-wrapper {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}

.success-wrapper [class|=confetti] {
  position: absolute;
}

.badge svg {
  margin: auto;
  display: block;
}

@keyframes grow {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.9);
  }
}
@keyframes turn {
  0% {
    transform: rotate(0) scale(0);
    opacity: 0;
  }
  60% {
    transform: rotate(375deg) scale(1.1);
  }
  80% {
    transform: rotate(355deg) scale(0.9);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes pulse {
  50% {
    transform: scale(1.4);
  }
}
.badge * {
  transform-origin: 50% 50%;
}

.outer,
.inner,
.inline {
  animation: grow 1s ease-out backwards;
}

.inner {
  animation-delay: 0.1s;
}

.inline {
  animation-delay: 0.15s;
}

.star {
  animation: turn 1.1s 0.2s ease-out backwards;
}

.star circle {
  animation: pulse 0.7s 1.5s;
}

.star circle:nth-of-type(2) {
  animation-delay: 1.6s;
}

.star circle:nth-of-type(3) {
  animation-delay: 1.7s;
}

.star circle:nth-of-type(4) {
  animation-delay: 1.8s;
}

.star circle:nth-of-type(5) {
  animation-delay: 1.9s;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.order-search {
  padding: 0 !important;
}

.delivery-payment-info-wrapper {
  margin: 40px 0px 0px 0px;
}
.delivery-payment-info-wrapper h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  text-transform: none;
  color: #222222;
}
.delivery-payment-info-wrapper .open-stores-container {
  box-shadow: 0px 15px 20px -5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e9e9e9;
}
.delivery-payment-info-wrapper .open-stores-container h4 {
  font-size: 18px;
}
.delivery-payment-info-wrapper .checkout_methods {
  padding: 0;
  margin: 20px 0px 0px 0px;
}
.delivery-payment-info-wrapper .checkout_methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  cursor: pointer;
}
.delivery-payment-info-wrapper .checkout_methods li .description {
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
}
.delivery-payment-info-wrapper .checkout_methods li:before {
  content: "\f0c8";
  font-family: var(--iconsFont);
  font-size: 20px;
  width: 25px;
}
.delivery-payment-info-wrapper .checkout_methods li.checked::before {
  content: "\f14a";
  font-family: var(--iconsFont);
}
.delivery-payment-info-wrapper .checkout_methods .preloader-wrapper {
  width: 18px;
  height: 18px;
}
.delivery-payment-info-wrapper .loader {
  height: 17px;
  width: 17px;
  font-size: 17px;
  margin-top: 6px;
  margin-left: 16px;
}

.payment-info-wrapper textarea {
  overflow: auto;
  width: 100%;
  border: 1px solid #dddddd;
  background: #f7f7f7;
  padding: 10px;
  resize: none;
  outline: none;
  min-height: 100px;
}

.quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quantity-wrapper .minus_icon, .quantity-wrapper .plus_icon, .quantity-wrapper input {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
  color: #111111 !important;
}
.quantity-wrapper input {
  width: 50px !important;
  text-align: center;
}
.quantity-wrapper .minus_icon, .quantity-wrapper .plus_icon {
  font-style: normal;
}
.quantity-wrapper .minus_icon:before, .quantity-wrapper .plus_icon:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  color: #111111 !important;
  width: 40px;
  height: 40px;
}
.quantity-wrapper .plus_icon:before {
  content: "+";
  font-size: 25px;
}
.quantity-wrapper .minus_icon::before {
  content: "-";
  font-size: 30px;
}

.order-product-options .close-options {
  display: none;
}
.order-product-options .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.order-product-options .product-details .product-options .product-option-wrapper {
  margin-bottom: 15px;
}
.order-product-options .product-details .product-options .product-option-wrapper .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.order-product-options .product-details .product-options .product-option-wrapper .product-option:hover, .order-product-options .product-details .product-options .product-option-wrapper .product-option.option-checked {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.order-product-options .product-details .product-options .option-types-size-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-product-options .product-details .product-options .option-types-size-container .product-option {
  padding: 10px;
  margin: 0 5px;
  border-radius: 10;
}
.order-product-options .product-details .product-options .option-types-radio-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
  border: 1px solid #575757;
}
.order-product-options .product-details .product-options .option-types-radio-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
.order-product-options .product-details .product-options .option-types-checkbox-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  margin: 5px 5px 0 0;
  border: 1px solid #575757;
}
.order-product-options .product-details .product-options .option-types-checkbox-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  margin: 5px 5px 0 0;
}
.order-product-options .product-details .compare-to-price {
  text-decoration: line-through;
}

@media screen and (max-width: 600px) {
  .order-tabs ul li {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
}
.package-details-table .group-row {
  background: #f7f7f7;
}
.package-details-table .group-row.group-title {
  font-weight: 700;
}
.package-details-table tr {
  border-bottom: 1px solid #eee;
}
.pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
}
.pricing-table .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--borderRadius);
  border: 2px solid #eeeeee;
  background: #ffffff;
  margin-right: 1.25%;
  flex: 1;
  padding: 30px;
  margin-top: 20px;
}
.pricing-table .price-box:last-child {
  margin-right: 0;
}
.pricing-table .price-box .price-box-inner {
  width: 100%;
}
.pricing-table .price-box .price-box-inner.custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.pricing-table .price-box .price-box-inner .package-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-table .price-box .price-box-inner .package-row.name {
  font-size: 20px;
  font-weight: 700;
}
.pricing-table .price-box .price-box-inner .package-row.price {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 25px;
  margin: 15px 0px;
}
.pricing-table .price-box .price-box-inner .package-row.price .currency {
  font-size: 13px;
  color: var(--lightTextColor);
}
.pricing-table .price-box .price-box-inner .package-row.price .duration {
  font-size: 13px;
  color: var(--lightTextColor);
}
.pricing-table .price-box .price-box-inner .package-row.details {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.pricing-table .price-box .price-box-inner .package-row.details .package-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-size: 13px;
  margin-bottom: 3px;
}
.pricing-table .price-box .price-box-inner .package-row.details .package-detail:before {
  font-family: var(--iconsFont);
  content: "\f058";
  min-width: 30px;
  width: 30px;
}

@media only screen and (max-width: 700px) {
  .pricing-table .price-box {
    width: 47.5%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .pricing-table .price-box {
    width: 100%;
    margin-right: 0;
    flex: auto;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.coupons-wrapper,
.builder-product-list-wrapper {
  width: 100%;
}
.coupons-wrapper .coupons_section_selection,
.builder-product-list-wrapper .coupons_section_selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  position: relative;
  padding: 10px;
  margin-top: 20px;
}
.coupons-wrapper .coupons_section_selection .coupons_section_selection_title,
.builder-product-list-wrapper .coupons_section_selection .coupons_section_selection_title {
  font-size: 13px;
}
.coupons-wrapper .coupons_section_selection i,
.builder-product-list-wrapper .coupons_section_selection i {
  cursor: pointer;
}
.coupons-wrapper .search_list_wrapper,
.builder-product-list-wrapper .search_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coupons-wrapper .products_list,
.builder-product-list-wrapper .products_list {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.coupons-wrapper .products_list .product_item,
.builder-product-list-wrapper .products_list .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  padding: 12px 10px;
  position: relative;
  width: 100%;
}
.coupons-wrapper .products_list .product_item img,
.builder-product-list-wrapper .products_list .product_item img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.coupons-wrapper .products_list .product_item:hover,
.builder-product-list-wrapper .products_list .product_item:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #f7f7f7;
}
.coupons-wrapper .categories_list,
.builder-product-list-wrapper .categories_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.coupons-wrapper .categories_list .category_item,
.builder-product-list-wrapper .categories_list .category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  cursor: pointer;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 15px;
  margin-right: 5px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
}
.coupons-wrapper .categories_list .category_item.selected,
.builder-product-list-wrapper .categories_list .category_item.selected {
  color: #ffffff;
}

.date-picker-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.date-picker-wrapper > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  width: 50%;
}
.date-picker-wrapper input[type=text] {
  border: none;
  height: auto;
}
.sales_channel_logo {
  max-width: 120px;
  height: 50px;
  object-fit: contain;
}

.feed-label {
  margin-bottom: 10px;
}

.feed-url-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.feed-url-wrapper .feed-url {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  border: 2px solid var(--lightTextColor);
  border-radius: 2px;
  background: #f7f7f7;
  padding: 10px;
  overflow-x: scroll;
  white-space: nowrap;
}
.feed-url-wrapper .feed-url::-webkit-scrollbar {
  -webkit-appearance: none;
}
.feed-url-wrapper .feed-url::-webkit-scrollbar:horizontal {
  height: 0px;
}
.feed-url-wrapper .feed-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.feed-url-wrapper .feed-actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 100%;
}
.feed-url-wrapper .feed-actions a.copy-feed-url {
  margin-left: 5px;
}
.feed-url-wrapper .feed-actions a i {
  margin: 0;
  height: 100%;
}
.boxed-tile {
  border: 1px solid #929292;
  border-radius: 6px;
  min-height: 180px;
}
.boxed-tile .icon {
  font-size: 40px;
}
.boxed-tile .name {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.product-options-wrapper {
  margin-bottom: 15px;
}
.product-options-wrapper .product-options h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  text-transform: none;
  color: #222222;
}
.product-options-wrapper .product-options .product-notes label {
  margin-bottom: 15px;
}
.product-options-wrapper .product-options .product-notes textarea {
  resize: none;
  outline: none;
  border: 1px solid #bbbbbb;
}
.product-options-wrapper .product-options .product-notes textarea:focus {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  border: 1px solid #111111;
}
.product-options-wrapper .product-options .option-type-items {
  margin-bottom: 30px;
  box-shadow: 5px 5px 10px -11px rgba(0, 0, 0, 0.8);
  padding: 15px 20px;
  border: 1px solid #f1f1f1;
}
.product-options-wrapper .product-options .option-type-items .option-types-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-options-wrapper .product-options .option-type-items .option-types-wrapper > div > div {
  width: 50%;
}
.product-options-wrapper .product-options .option-type-items .max-quantity-notice {
  margin-left: 5px;
}
.product-options-wrapper .product-options .option-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin: 10px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
}
.product-options-wrapper .product-options .option-name .option-name-required-indicator {
  margin-left: 5px;
  color: #ed2e2e;
}
.product-options-wrapper .product-options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  width: 100%;
  position: relative;
  margin: 10px 0px;
  cursor: pointer;
}
.product-options-wrapper .product-options .option h5 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2em;
  text-transform: none;
  color: #222222;
}
.product-options-wrapper .product-options .option.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.product-options-wrapper .product-options .option .label-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.product-options-wrapper .product-options .option .label-choice h5 {
  margin: 0;
  line-height: inherit;
}
.product-options-wrapper .product-options .option .label-choice:before {
  content: "\f0c8";
  font-family: var(--iconsFont);
  width: 20px;
}
.product-options-wrapper .product-options .option .label-choice.checked::before {
  font-family: var(--iconsFont);
  content: "\f14a";
}
.product-options-wrapper .product-options .option .menu-item-choice-price {
  margin-left: 5px;
}
.product-options-wrapper .product-options .sub-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-options-wrapper .product-options .sub-group > div {
  width: 100%;
}
.product-options-wrapper .product-options .sub-group .sub-group-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.product-options-wrapper .product-options .sub-group .sub-group-options .label-choice-alter {
  padding: 8px 0px;
}
.product-options-wrapper .product-options .sub-group .sub-group-options .menu-item-choice-price {
  margin-left: 5px;
}
.product-options-wrapper .product-options .label-choice-alter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  cursor: pointer;
}
.product-options-wrapper .product-options .label-choice-alter h5 {
  margin: 0;
  line-height: inherit;
}
.product-options-wrapper .product-options .label-choice-alter:before {
  font-family: var(--iconsFont);
  content: "\f111";
  font-weight: 400;
  width: 20px;
}
.product-options-wrapper .product-options .label-choice-alter.checked:before {
  content: "\f058";
  font-weight: 900;
}
.product-options-wrapper .product-options .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  margin-top: 15px;
}
.product-options-wrapper .product-options .button-container .button.total-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  border: 1px solid #222222;
  background-color: transparent;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 0;
  padding: 10px 20px;
  color: #222222;
}
.product-options-wrapper .product-options .button-container .button {
  color: #ffffff;
  background-color: #222222;
  border: 1px solid #222222;
  cursor: pointer;
  font-size: 14px;
  padding: 15px 20px;
  line-height: 0;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.product-options-wrapper .product-options .button-container .button:hover {
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #222222;
}

@media screen and (min-width: 600px) {
  .product-options-wrapper .product-options .option-type-items .option-types-wrapper > div > div {
    width: 33.3333333333%;
  }
}
.stripe-elements-wrapper {
  margin-top: 20px;
}
.stripe-elements-wrapper .StripeElement {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 15px 10px;
}

.stripe-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-top: 20px;
}
.stripe-copyright .stripe-logo {
  margin-right: 10px;
}
.stripe-copyright .stripe-logo img {
  width: 50px;
}
.stripe-copyright .stripe-text {
  font-size: 11px;
}
@-moz-keyframes "blink" {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes "blink" {
  50% {
    background-color: transparent;
  }
}
@keyframes "blink" {
  50% {
    background-color: transparent;
  }
}
.CodeMirror {
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
  position: relative;
  overflow: hidden;
  background: white;
}
.CodeMirror pre.CodeMirror-line {
  padding: 0 4px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.CodeMirror-lines {
  padding: 4px 0;
  cursor: text;
  min-height: 1px;
}

.CodeMirror-scrollbar-filler {
  background-color: white;
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  background-color: white;
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-guttermarker {
  color: black;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3 {
  color: #085;
}
.cm-s-default .cm-type {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-s-default .cm-error {
  color: #f00;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header {
  font-weight: bold;
}

.cm-strong {
  font-weight: bold;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-invalidchar {
  color: #f00;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none;
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-wrapper::selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper::-moz-selection {
  background-color: transparent;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-wrap pre.CodeMirror-line {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
}

.CodeMirror-rtl pre {
  direction: rtl;
}

.CodeMirror-code {
  outline: none;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::selection {
  background: #d7d4f0;
}
.CodeMirror-line > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.CodeMirror-line > span::-moz-selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: none;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.dropzone.pageBuilder {
  padding: 0px !important;
  border: 0px !important;
}
.dropzone.pageBuilder .drop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  border: 1px dashed var(--lightTextColor) !important;
  cursor: pointer;
  width: 100px;
  height: 100px;
  outline: none;
}
.dropzone.pageBuilder .drop-item:focus, .dropzone.pageBuilder .drop-item :focus-within {
  outline: none;
}
.dropzone.pageBuilder .drop-item:before {
  content: "\e178";
  font-family: var(--iconsFont);
  font-size: 20px;
}
.dropzone.pageBuilder .drop-item:hover:before {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: var(--lightTextColor);
}
.dropzone.pageBuilder.selectedImageState {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.dropzone.pageBuilder.selectedImageState .selected-image-preview {
  border: 1px solid #f0f0f0;
  padding: 5px;
  height: 90px;
  width: 90px;
  margin-right: 20px;
}
.dropzone.pageBuilder.selectedImageState .selected-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dropzone.pageBuilder.selectedImageState .dropzoneActions {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.cm-s-material.CodeMirror {
  background-color: #263238;
  color: #EEFFFF;
}

.cm-s-material .CodeMirror-gutters {
  background: #263238;
  color: #546E7A;
  border: none;
}
.cm-s-material .CodeMirror-guttermarker {
  color: #546E7A;
}
.cm-s-material .CodeMirror-guttermarker-subtle {
  color: #546E7A;
}
.cm-s-material .CodeMirror-linenumber {
  color: #546E7A;
}
.cm-s-material .CodeMirror-cursor {
  border-left: 1px solid #FFCC00;
}
.cm-s-material .cm-animate-fat-cursor {
  background-color: rgba(93, 109, 92, 0.5019607843) !important;
}
.cm-s-material div.CodeMirror-selected {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line::selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line > span::selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line > span > span::selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line > span > span::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line > span::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-line::-moz-selection {
  background: rgba(128, 203, 196, 0.2);
}
.cm-s-material .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0.5);
}
.cm-s-material .cm-keyword {
  color: #C792EA;
}
.cm-s-material .cm-operator {
  color: #89DDFF;
}
.cm-s-material .cm-variable-2 {
  color: #EEFFFF;
}
.cm-s-material .cm-variable-3 {
  color: #f07178;
  color: #DECB6B;
}
.cm-s-material .cm-type {
  color: #f07178;
  color: #DECB6B;
}
.cm-s-material .cm-builtin {
  color: #FFCB6B;
}
.cm-s-material .cm-atom {
  color: #F78C6C;
}
.cm-s-material .cm-number {
  color: #FF5370;
}
.cm-s-material .cm-def {
  color: #82AAFF;
}
.cm-s-material .cm-string {
  color: #C3E88D;
}
.cm-s-material .cm-string-2 {
  color: #f07178;
}
.cm-s-material .cm-comment {
  color: #546E7A;
}
.cm-s-material .cm-variable {
  color: #f07178;
}
.cm-s-material .cm-tag {
  color: #FF5370;
}
.cm-s-material .cm-meta {
  color: #FFCB6B;
}
.cm-s-material .cm-attribute {
  color: #C792EA;
}
.cm-s-material .cm-property {
  color: #C792EA;
}
.cm-s-material .cm-qualifier {
  color: #DECB6B;
}
.cm-s-material .cm-error {
  color: rgb(255, 255, 255);
  background-color: #FF5370;
}
.cm-s-material .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

.cm-s-material.cm-fat-cursor .CodeMirror-cursor {
  background-color: rgba(93, 109, 92, 0.5019607843) !important;
}

.cm-s-material.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(128, 203, 196, 0.2);
}
.migration-notice-button-icon {
  font-size: 20px !important;
  margin-right: 5px;
}

.migration-notice-alert-icon {
  font-size: 26px !important;
  margin-right: 10px;
}

.migration-notice-title {
  font-size: 16px;
}

.migration-notice-divider {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  margin: 5px 0;
}

.migration-notice-subtitle {
  font-size: 12px;
}

.builder-migration-wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #F7F7F7;
}
.builder-migration-wrapper .migration-header {
  height: 100px;
  width: 100%;
  background: #FFFFFF;
  padding: 0 20px;
}
.builder-migration-wrapper .migration-header .migration-logo {
  height: 25px;
}
.builder-migration-wrapper .migration-header .migration-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.builder-migration-wrapper .migration-header .migration-cancel {
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
}
.builder-migration-wrapper .migration-header .migration-cancel .migration-cancel-icon {
  font-size: 26px;
  margin-left: 5px;
}
.builder-migration-wrapper .migration-content-wrapper {
  width: 100%;
  height: calc(100vh - 100px);
  padding: 50px 0;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content {
  width: 80%;
  height: 100%;
  background: #FFFFFF;
  padding: 30px 40px;
  overflow-y: auto;
  border-radius: 4px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .step-image {
  width: 40%;
  object-fit: contain;
  align-self: flex-start;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .step-text {
  margin-left: 50px;
  font-size: 14px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .entity-group {
  margin: 5px 0;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .entity-group .entity-group-title {
  font-size: 14px;
  font-weight: 600;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .entity-group .entity-group-toggle-icon {
  font-size: 18px;
  margin-left: 5px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .entity-group .entity-group-item {
  margin-top: 5px;
  font-size: 14px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .selected-entity {
  font-size: 16px;
  color: var(--color-scheme);
  margin-bottom: 5px;
}
.builder-migration-wrapper .migration-content-wrapper .migration-content .completed-text {
  font-size: 14px;
  text-align: center;
}
.builder-migration-wrapper .migration-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.builder-migration-wrapper .migration-success {
  margin-top: 40px;
}
.builder-migration-wrapper .migration-success .checkmark {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  display: block;
  stroke-width: 6;
  stroke: #FFFFFF;
  stroke-miterlimit: 30;
  box-shadow: inset 0px 0px 0px #39A728;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.builder-migration-wrapper .migration-success .checkmark-circle {
  stroke-dasharray: 498;
  stroke-dashoffset: 498;
  stroke-width: 6;
  stroke-miterlimit: 40;
  stroke: #39A728;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.builder-migration-wrapper .migration-success .checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 144;
  stroke-dashoffset: 144;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 90px #39A728;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.builder-full-screen {
  background: #ffffff;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.builder-full-screen.open {
  visibility: visible;
  opacity: 1;
}

.builderIntroText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 70%;
  margin: 0 auto;
  height: 100%;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.builderIntroText .title {
  margin-top: 10px;
  font-size: 15px;
}

.builder-save-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
}

.builder-columns {
  padding: 30px 0px;
}
.builder-columns .builder-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 31.6666666667%;
  margin-right: 1.6666666667%;
  margin-bottom: 20px;
  border: 2px solid #efefef;
  padding: 3px;
}
.builder-columns .builder-column:hover .builder-column-preview {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #dddddd;
}
.builder-columns .builder-column .builder-column-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #eeeeee;
  border: 2px dashed #ffffff;
}

.builder-preview-wrapper {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 6px;
}
.builder-preview-wrapper .builder-container-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  padding: 10px 10px 10px 20px;
  border-radius: 6px;
}
.builder-preview-wrapper .builder-container-heading .builder-container-title {
  font-size: 12px;
  line-height: 14px;
  border: none !important;
  border-radius: 6px !important;
  background-color: #f7f7f7 !important;
  color: #111111;
  box-shadow: none !important;
  border-radius: 3px;
  height: auto;
  padding: 10px;
  margin: 0px 0px 0px 20px;
  width: auto;
}
.builder-preview-wrapper .builder-container-heading .builder-container-title:focus, .builder-preview-wrapper .builder-container-heading .builder-container-title:focus-within {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background-color: #ffffff !important;
  color: #111111;
  border: none !important;
  outline: none;
}
.builder-preview-wrapper .builder-container-heading .builder-children-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 13px;
}
.builder-preview-wrapper .builder-actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-preview-wrapper .builder-actions-wrapper i {
  cursor: pointer;
  padding: 0px 8px;
  font-size: 16px;
}
.builder-preview-wrapper .builder-actions-wrapper.branch {
  position: absolute;
  right: 20px;
  top: 10px;
}
.builder-preview-wrapper .builder-actions-wrapper.column {
  padding-top: 10px;
}
.builder-preview-wrapper .builder-actions-wrapper.element {
  position: absolute;
  right: 0px;
  top: 10px;
}
.builder-preview-wrapper .builder-actions-wrapper.leaf {
  position: absolute;
  right: 10px;
  top: 10px;
}
.builder-preview-wrapper .builder-actions-wrapper.root-leaf-action {
  position: absolute;
  right: 20px;
  top: 10px;
}
.builder-preview-wrapper .draggable-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
}
.builder-preview-wrapper .draggable-handle.container, .builder-preview-wrapper .draggable-handle.tree {
  color: #ffffff;
}
.builder-preview-wrapper .draggable-handle.leaf {
  top: 0px !important;
  left: 0px !important;
}
.builder-preview-wrapper .builder-container-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0px;
}

.builder-column-wrapper {
  margin-bottom: 20px;
  padding: 5px;
}
.builder-column-wrapper.branch {
  padding: 0px;
}
.builder-column-wrapper.branch .builder-column-container {
  padding: 40px 20px;
}
.builder-column-wrapper.branch .draggable-handle {
  position: absolute;
  top: 30px;
  left: 20px;
}
.builder-column-wrapper .builder-column-container {
  background: #efefef;
  border: 1px dashed #bbbbbb;
  padding: 5px;
  border-radius: 6px;
  min-height: 100px;
}
.builder-column-wrapper .builder-column-container .root-leaf {
  width: 100%;
  padding-right: 20px;
}
.builder-column-wrapper .builder-column-container .child-leaf {
  width: 25%;
  padding-right: 10px;
}

.builder-elements-wrapper .builder-element-container {
  border-radius: var(--borderRadius);
  background: #ffffff;
  margin-bottom: 15px;
  height: 100px;
}
.builder-elements-wrapper .builder-element-container .builder-element {
  height: 100%;
}
.builder-elements-wrapper .builder-element-container .builder-element .element-icon {
  font-size: 20px;
}
.builder-elements-wrapper .builder-element-container .builder-element .element-title {
  font-size: 14px;
  margin-top: 5px;
}

.dragged-item-placement-wrapper {
  position: absolute;
  inset: 0;
  background: white;
  z-index: 9;
}
.dragged-item-placement-wrapper .dragged-item-placement {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.builder-label {
  font-size: 14px;
  font-weight: 600;
  width: 50%;
}

.builder-setting {
  margin: 20px 0px;
}
.builder-setting .builder-values {
  width: 50%;
}

.builder-element-settings-wrapper,
.coupons-wrapper {
  width: 100%;
}
.builder-element-settings-wrapper .two-column-settings,
.coupons-wrapper .two-column-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar,
.coupons-wrapper .two-column-settings .builderSidebar {
  flex: 2;
  background: #f7f7f7;
  padding: 15px;
  border-right: 1px solid #dddddd;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 5px;
  margin-bottom: 20px;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .dragIndicator,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .dragIndicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .dragIndicator i,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .dragIndicator i {
  cursor: pointer;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-size: 13px;
  margin: 0 0px 0px 5px;
  padding: 10px 5px;
  height: auto;
  border: 0;
  background: #f7f7f7;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName:active, .builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName:focus,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName:active,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemName:focus {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #ffffff;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions .itemAction,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions .itemAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  cursor: pointer;
  margin: 0px 4px;
}
.builder-element-settings-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions .itemAction i,
.coupons-wrapper .two-column-settings .builderSidebar .sidebarItemsList .sidebarItem .itemActions .itemAction i {
  font-size: 14px;
}
.builder-element-settings-wrapper .two-column-settings .builderSettings,
.coupons-wrapper .two-column-settings .builderSettings {
  flex: 5;
  padding: 15px;
  overflow: auto;
}
.builder-element-settings-wrapper .two-column-settings .builderSettings .builderSettingsHeader,
.coupons-wrapper .two-column-settings .builderSettings .builderSettingsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.builder-element-settings-wrapper .two-column-settings .builderSettings .builderSettingsHeader .builderSettingsHeaderButton,
.coupons-wrapper .two-column-settings .builderSettings .builderSettingsHeader .builderSettingsHeaderButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
}
.builder-element-settings-wrapper .content-type-header,
.coupons-wrapper .content-type-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-bottom: 10px;
}
.builder-element-settings-wrapper .content-type-header .type-title,
.coupons-wrapper .content-type-header .type-title {
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 10px;
}
.builder-element-settings-wrapper .content-type-header i,
.coupons-wrapper .content-type-header i {
  font-size: 30px;
}
.builder-element-settings-wrapper .content-type-header .content-type-actions,
.coupons-wrapper .content-type-header .content-type-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background: #ffffff;
  padding: 20px;
}
.builder-element-settings-wrapper .content-type-header .content-type-actions .content-type-action-close,
.coupons-wrapper .content-type-header .content-type-actions .content-type-action-close {
  margin: 0 10px;
  padding: 5px;
}
.builder-element-settings-wrapper .content-type-header .content-type-actions .content-type-action-close i, .builder-element-settings-wrapper .content-type-header .content-type-actions .content-type-action-close svg,
.coupons-wrapper .content-type-header .content-type-actions .content-type-action-close i,
.coupons-wrapper .content-type-header .content-type-actions .content-type-action-close svg {
  cursor: pointer;
  font-size: 30px;
}
.builder-element-settings-wrapper .builderElementSection,
.coupons-wrapper .builderElementSection {
  margin-top: 20px;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.builder-element-settings-wrapper .builderElementSection.borders .extras,
.coupons-wrapper .builderElementSection.borders .extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-element-settings-wrapper .builderElementSection.borders .extras > div,
.coupons-wrapper .builderElementSection.borders .extras > div {
  width: 50%;
}
.builder-element-settings-wrapper .builderElementSection.borders .extras .styler-input,
.coupons-wrapper .builderElementSection.borders .extras .styler-input {
  width: 100%;
}
.builder-element-settings-wrapper .builderElementSection.inputs .styler-input,
.coupons-wrapper .builderElementSection.inputs .styler-input {
  width: 25%;
  padding: 0px 5px;
}
.builder-element-settings-wrapper .builderElementSection.checkboxes,
.coupons-wrapper .builderElementSection.checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.builder-element-settings-wrapper .builderElementSection.checkboxes .builder-checkbox,
.coupons-wrapper .builderElementSection.checkboxes .builder-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 10px 0;
}
.builder-element-settings-wrapper .builderElementSection.checkboxes .checkbox-input,
.coupons-wrapper .builderElementSection.checkboxes .checkbox-input {
  width: 25%;
  margin-bottom: 10px;
}
.builder-element-settings-wrapper .builderElementSection .number-picker-wrapper,
.coupons-wrapper .builderElementSection .number-picker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  margin-top: 10px;
}
.builder-element-settings-wrapper .builderElementSection .number-picker-wrapper .number-picker-icon,
.coupons-wrapper .builderElementSection .number-picker-wrapper .number-picker-icon {
  cursor: pointer;
  padding: 5px;
  font-size: 20px;
}
.builder-element-settings-wrapper .builderElementSection .number-picker-wrapper .number-picker-input,
.coupons-wrapper .builderElementSection .number-picker-wrapper .number-picker-input {
  border: 2px solid #dddddd;
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 5px;
  box-shadow: none;
  width: 50px;
}
.builder-element-settings-wrapper .style-input-wrapper,
.coupons-wrapper .style-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.builder-element-settings-wrapper .style-input-wrapper .styler-input,
.coupons-wrapper .style-input-wrapper .styler-input {
  width: 100%;
}
.builder-element-settings-wrapper .zone-map,
.coupons-wrapper .zone-map {
  width: 40% !important;
}
.builder-element-settings-wrapper .address-results,
.coupons-wrapper .address-results {
  width: 60%;
  padding: 0px 15px;
}
.builder-element-settings-wrapper .address-results button,
.coupons-wrapper .address-results button {
  cursor: pointer;
  padding: 10px 5px;
  width: 100%;
  background: transparent;
  border: none;
  margin-bottom: 5px;
  text-align: left;
}
.builder-element-settings-wrapper .address-results button:hover,
.coupons-wrapper .address-results button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.builder-element-settings-wrapper .builder-save-button-wrapper,
.coupons-wrapper .builder-save-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  margin-top: 20px;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.builderFilesListWrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.builderFilesListWrapper button i {
  font-size: 20px;
}

.builderComponentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.builderComponentsWrapper .heading {
  font-size: 22px;
  font-weight: 600;
}
.builderComponentsWrapper .heading:before {
  margin-right: 20px;
  font-family: var(--iconsFont);
  content: "\f5db";
}
.builderComponentsWrapper .sub-heading {
  font-size: 15px;
  margin-bottom: 20px;
}
.builderComponentsWrapper .components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.builderComponentsWrapper .components .component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: var(--borderRadius);
  width: 18%;
  margin-right: 2%;
  margin-bottom: 20px;
  height: 130px;
  background: #ffffff;
  font-size: 15px;
  padding: 0px 5px;
}
.builderComponentsWrapper .components .component .name {
  text-align: center;
}
.builderComponentsWrapper .components .component i, .builderComponentsWrapper .components .component svg {
  font-size: 30px;
  font-style: normal;
  margin-top: 10px;
}
.builderComponentsWrapper .components .component:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  background: #f7f7f7;
}

@media only screen and (max-width: 850px) {
  .builderComponentsWrapper .components .component {
    width: 19%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 650px) {
  .builderComponentsWrapper .components .component {
    width: 23.75%;
    margin-right: 1.25%;
  }
}
@media only screen and (max-width: 550px) {
  .builderComponentsWrapper .components .component {
    width: 31.6666666667%;
    margin-right: 1.6666666667%;
  }
}
@media only screen and (max-width: 420px) {
  .builderComponentsWrapper .components .component {
    width: 47.5%;
    margin-right: 2.5%;
  }
}
.builder-spinner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.8);
}
.builder-spinner-wrapper .spinner {
  width: 40px;
  height: 40px;
  position: relative;
}
.builder-spinner-wrapper .double-bounce1, .builder-spinner-wrapper .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.builder-spinner-wrapper .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.bullet-circle {
  background-color: rgb(255, 165, 0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  min-width: 30px;
}
.bullet-circle.sub_item {
  width: 10px;
  height: 10px;
  min-width: 10px;
  margin-left: 25px;
}

.bullet-text {
  margin-left: 10px;
  font-weight: 600;
}
.bullet-text.sub_item {
  font-size: 12px;
  font-weight: 100;
}

.bullet-number.sub_item {
  font-size: 12px;
}

.dashboard-wrapper .dashboard-item-wrapper {
  flex-basis: 32%;
  margin-bottom: 30px;
  margin-right: 2%;
}
.dashboard-wrapper .dashboard-item-wrapper:nth-child(3), .dashboard-wrapper .dashboard-item-wrapper:nth-child(6), .dashboard-wrapper .dashboard-item-wrapper:nth-child(9), .dashboard-wrapper .dashboard-item-wrapper:nth-child(12) {
  margin-right: 0px;
}

@media only screen and (max-width: 1150px) {
  .dashboard-wrapper .dashboard-item-wrapper {
    flex-basis: 49%;
    margin-right: 1.5%;
  }
  .dashboard-wrapper .dashboard-item-wrapper:nth-child(2), .dashboard-wrapper .dashboard-item-wrapper:nth-child(4), .dashboard-wrapper .dashboard-item-wrapper:nth-child(6), .dashboard-wrapper .dashboard-item-wrapper:nth-child(8), .dashboard-wrapper .dashboard-item-wrapper:nth-child(10) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 728px) {
  .dashboard-wrapper .dashboard-item-wrapper {
    flex-basis: 100%;
    margin-right: 0px;
  }
}
.bulk-onboarding-image {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.pin-label {
  padding: 30px;
  border-radius: 10px;
  border: 3px dashed #575757;
  background: #f7f7f7;
  font-size: 20px;
}
.home-screen {
  margin-bottom: 100px;
}
.home-screen .profile-completion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  padding: 20px;
  border-radius: 20px;
  color: #ffffff;
}
.home-screen .profile-completion i {
  font-size: 100px;
}

.help-center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.help-center-wrapper .help-center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.help-center-wrapper .help-center-column > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.help-center-wrapper .help-center-column .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.help-center-wrapper .help-center-column .buttons-wrapper .btn:last-child {
  margin-top: 20px;
}

@media only screen and (min-width: 670px) {
  .help-center-wrapper .help-center-column .text {
    padding-right: 15px;
  }
  .help-center-wrapper .help-center-column > div {
    margin-bottom: 0px;
  }
}
.purple-bg {
  background: #861a64;
  color: #ffffff;
}

.circular-progress-wrapper {
  position: relative;
}
.circular-progress-wrapper .percent {
  position: absolute;
  font-weight: 700;
}

.circular-progress {
  animation: progress-animation 1.5s linear 0s 1 forwards;
}
.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}
.circular-progress circle.bg {
  stroke: #dddddd;
}
.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 0.3s linear 0s;
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
.image-gallery-icon {
  color: #fff;
  transition: all 0.2s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a);
}
@media (min-width: 768px) {
  .image-gallery-icon:hover .image-gallery-svg {
    transform: scale(1.1);
  }
}

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none;
}

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px;
}
.image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
  height: 36px;
  width: 36px;
}
@media (max-width: 768px) {
  .image-gallery-fullscreen-button,
.image-gallery-play-button {
    padding: 15px;
  }
  .image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 480px) {
  .image-gallery-fullscreen-button,
.image-gallery-play-button {
    padding: 10px;
  }
  .image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
    height: 16px;
    width: 16px;
  }
}

.image-gallery-fullscreen-button {
  right: 0;
}

.image-gallery-play-button {
  left: 0;
}

.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 50px 10px;
  top: 50%;
  transform: translateY(-50%);
}
.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  height: 120px;
  width: 60px;
}
@media (max-width: 768px) {
  .image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
    height: 72px;
    width: 36px;
  }
}
@media (max-width: 480px) {
  .image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
    height: 48px;
    width: 24px;
  }
}
.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: 0.6;
  pointer-events: none;
}

.image-gallery-left-nav {
  left: 0;
}

.image-gallery-right-nav {
  right: 0;
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0;
}
.image-gallery-content.fullscreen {
  background: #000;
}
.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: calc(100vh - 80px);
}
.image-gallery-content.left .image-gallery-slide .image-gallery-image, .image-gallery-content.right .image-gallery-slide .image-gallery-image {
  max-height: 100vh;
}

.image-gallery-slide-wrapper {
  position: relative;
}
.image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
  display: inline-block;
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    width: calc(100% - 87px);
  }
}
.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

.image-gallery:focus,
.image-gallery-content:focus,
.image-gallery-slide-wrapper:focus,
.image-gallery-slides:focus,
.image-gallery-slide:focus,
.image-gallery-slide > div:focus,
.image-gallery-slide img:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-gallery-slide.center {
  position: relative;
}
.image-gallery-slide .image-gallery-image {
  width: 100%;
  object-fit: contain;
}
.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, 0.4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal;
}
@media (max-width: 768px) {
  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: 0.8em;
    padding: 8px 15px;
  }
}

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4;
}
.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}
.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 0 #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  padding: 5px;
  transition: background 0.2s ease-out;
}
@media (max-width: 768px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}
.image-gallery-bullets .image-gallery-bullet.active {
  background: #fff;
}

.image-gallery-thumbnails-wrapper {
  position: relative;
}
.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}
.image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    width: 81px;
  }
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0;
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 0;
  margin-top: 2px;
}
.image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
  margin: 0 5px;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    margin: 0 3px;
  }
}

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}
.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  transition: transform 0.45s ease-out;
  white-space: nowrap;
}

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border 0.3s ease-out;
  width: 100px;
  background: transparent;
  padding: 0;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail {
    border: 3px solid transparent;
    width: 81px;
  }
}
.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 2px;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  position: relative;
}
.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  width: 100%;
  line-height: 0;
}
.image-gallery-thumbnail.active, .image-gallery-thumbnail:hover, .image-gallery-thumbnail:focus {
  outline: none;
}

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 black;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail-label {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
@media (max-width: 768px) {
  .image-gallery-index {
    font-size: 0.8em;
    padding: 5px 10px;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.blog-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 20px;
}
.blog-list-wrapper.right_sidebar {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.blog-list-wrapper.no_sidebar .blog_sidebar {
  display: none;
}

.blog_sidebar {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-size: 12px;
  margin-right: 20px;
}
.blog_sidebar li {
  padding: 10px 5px;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 11;
  margin: 0;
  padding: 0;
}
.blog-list.grid li {
  width: 30%;
  margin-right: 3.3333333333%;
}
.blog-list.list_small li {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.blog-list.list_small li .blog-image {
  width: 30%;
}
.blog-list.list_small li .blog-details {
  width: 70%;
  padding: 0px 10px;
}
.blog-list.list_large li {
  width: 100%;
}
.blog-list.list_large li img {
  height: 80px;
}
.blog-list.list_large li .read-more-button {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
.blog-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  padding: 20px 10px;
  font-size: 14px;
  margin-bottom: 30px;
}
.blog-list li .blog-image {
  width: 100%;
  margin-bottom: 5px;
}
.blog-list li .blog-image img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}
.blog-list li .blog-details .blog-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-list li .blog-details .blog-category, .blog-list li .blog-details .blog-date {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
}
.blog-list li .blog-details .blog-excerpt {
  margin-bottom: 5px;
}
.blog-list li .blog-details .read-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
.blog-list li .blog-details .read-more-button .button {
  font-size: 10px;
  text-transform: none;
}

.blog-list.masonry {
  display: initial;
  columns: 4 100px;
  column-gap: 1rem;
}
.blog-list.masonry .blog-details:hover > .blog-title,
.blog-list.masonry .blog-details:focus-within > .blog-title {
  visibility: visible;
  opacity: 1;
}
.blog-list.masonry .blog-item {
  position: relative;
  cursor: pointer;
  width: 150px;
  margin: 0 0.5rem 0.5rem 0;
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.blog-list.masonry .blog-item .blog-category, .blog-list.masonry .blog-item .blog-excerpt, .blog-list.masonry .blog-item .blog-date, .blog-list.masonry .blog-item .read-more-button {
  display: none;
}
.blog-list.masonry .blog-item .blog-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-list.masonry .blog-item .blog-details:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.blog-list.masonry .blog-item .blog-image {
  width: 100%;
  height: 100%;
}
.blog-list.masonry .blog-item .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list.masonry .blog-item .blog-title {
  visibility: hidden;
  opacity: 0;
}

.blog_list .masonry .blog_item:nth-child(1) {
  height: 129px;
  line-height: 129px;
}

.blog_list .masonry .blog_item:nth-child(2) {
  height: 123px;
  line-height: 123px;
}

.blog_list .masonry .blog_item:nth-child(3) {
  height: 168px;
  line-height: 168px;
}

.blog_list .masonry .blog_item:nth-child(4) {
  height: 156px;
  line-height: 156px;
}

.blog_list .masonry .blog_item:nth-child(5) {
  height: 121px;
  line-height: 121px;
}

.blog_list .masonry .blog_item:nth-child(6) {
  height: 426px;
  line-height: 426px;
}

.blog_list .masonry .blog_item:nth-child(7) {
  height: 343px;
  line-height: 343px;
}

.blog_list .masonry .blog_item:nth-child(8) {
  height: 103px;
  line-height: 103px;
}

.blog_list .masonry .blog_item:nth-child(9) {
  height: 463px;
  line-height: 463px;
}

.blog_list .masonry .blog_item:nth-child(10) {
  height: 191px;
  line-height: 191px;
}
.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: 50px;
  width: 100%;
}
.footer_wrapper .store-locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.footer_wrapper .store-locations .location {
  padding: 0px 10px;
  font-size: 10px;
}
.footer_wrapper .store-locations .location svg {
  width: 30px;
  height: 30px;
}
.footer_wrapper .main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.footer_wrapper .navigation .footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_wrapper .navigation .footer-navigation .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 600;
}
.footer_wrapper .navigation .footer-navigation .footer-column.one {
  width: 100%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.two {
  width: 50%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.three {
  width: 33.3333333333%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.four {
  width: 25%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.five {
  width: 20%;
}
.footer_wrapper .navigation .footer-navigation .footer-column.six {
  width: 16.6666666667%;
}
.footer_wrapper .navigation .footer-navigation .footer-column .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: 300;
}
.footer_wrapper .social-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.footer_wrapper .social-icons-wrapper .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_wrapper .social-icons-wrapper .social-icons .preview-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  padding: 10px;
  margin: 0px 10px 10px 0px;
}
.footer_wrapper .social-icons-wrapper .social-icons .preview-social-icon svg {
  width: 15px;
  height: 15px;
}

.footer_wrapper.footer_version_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_wrapper.footer_version_one .main-area {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.footer_wrapper.footer_version_one .social-icons-wrapper {
  width: 100%;
}
.footer_wrapper.footer_version_one .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_wrapper.footer_version_two .main-area {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.footer_wrapper.footer_version_two .social-icons-wrapper {
  width: 100%;
}
.footer_wrapper.footer_version_two .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_three .main-area {
  width: 100%;
}
.footer_wrapper.footer_version_three .main-area .navigation, .footer_wrapper.footer_version_three .main-area .store-locations {
  width: 50%;
}
.footer_wrapper.footer_version_three .social-icons-wrapper {
  width: 100%;
}
.footer_wrapper.footer_version_four {
  position: relative;
}
.footer_wrapper.footer_version_four .main-area {
  align-items: initial;
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.footer_wrapper.footer_version_four .main-area .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_four .main-area .store-locations {
  width: 50%;
}
.footer_wrapper.footer_version_four .social-icons-wrapper {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 50px;
}
.footer_wrapper.footer_version_five .navigation {
  display: none;
}
.footer_wrapper.footer_version_five .store-locations {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_wrapper.footer_version_five .main-area {
  width: 50%;
}
.footer_wrapper.footer_version_five .social-icons-wrapper {
  width: 50%;
}
.footer_wrapper.footer_version_six .store-locations, .footer_wrapper.footer_version_six .social-icons-wrapper {
  display: none;
}
.footer_wrapper.footer_version_six .main-area, .footer_wrapper.footer_version_six .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_six .footer-navigation {
  padding: 40px 0px;
}
.footer_wrapper.footer_version_seven .store-locations {
  display: none;
}
.footer_wrapper.footer_version_seven .main-area {
  width: 50%;
  padding: 10px;
}
.footer_wrapper.footer_version_seven .main-area .navigation {
  width: 100%;
}
.footer_wrapper.footer_version_seven .main-area .navigation .footer-navigation {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.footer_wrapper.footer_version_seven .main-area .navigation .submenu {
  display: none;
}
.footer_wrapper.footer_version_seven .social-icons-wrapper {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  width: 50%;
  padding: 0px;
}
.footer_wrapper.footer_version_seven .social-icons-wrapper .social-icons {
  padding: 0;
}

.footer_shop {
  width: 100%;
}
.footer_shop .footer_wrapper {
  margin-top: 0;
  padding: 20px 15px;
}
.footer_shop .footer_wrapper.footer_version_two {
  flex-direction: column-reverse;
}
.footer_shop .footer_wrapper.footer_version_three {
  flex-wrap: wrap;
  flex-direction: row;
}
.footer_shop .footer_wrapper.footer_version_three .main-area {
  width: 70%;
  padding-right: 20px;
}
.footer_shop .footer_wrapper.footer_version_three .main-area .navigation {
  width: 100%;
}
.footer_shop .footer_wrapper.footer_version_three .social-icons-wrapper {
  width: 30%;
}
.footer_shop .footer_wrapper.footer_version_four {
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.footer_shop .footer_wrapper.footer_version_four .social-icons-wrapper {
  position: initial;
  width: 100%;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.footer_shop .footer_wrapper.footer_version_four .footer-navigation {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.footer_shop .footer_wrapper.footer_version_four .footer-navigation li {
  text-align: left;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
.footer_shop .footer_wrapper.footer_version_four .footer-navigation .footer-column span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.footer_shop .footer_wrapper.footer_version_four .footer-navigation .footer-column span:after {
  content: " ";
  height: 1px;
  width: 30%;
  margin: 3px 0px;
}
.footer_shop .footer_wrapper.footer_version_five .main-area {
  width: 70%;
}
.footer_shop .footer_wrapper.footer_version_five .main-area .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer_shop .footer_wrapper.footer_version_five .main-area .navigation .footer-navigation {
  width: 100%;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  padding-right: 10px;
}
.footer_shop .footer_wrapper.footer_version_five .main-area .navigation .footer-navigation li {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
}
.footer_shop .footer_wrapper.footer_version_five .main-area .navigation .submenu {
  display: none;
}
.footer_shop .footer_wrapper.footer_version_five .social-icons-wrapper {
  width: 30%;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.preview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.preview-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.preview-content .button {
  box-shadow: none;
}

.theme-options-loader {
  position: fixed;
  top: 100px;
  right: 50px;
}

.settings-product-list-preview-wrapper:hover > .settings-product-page-preview-device-frame:before,
.settings-product-list-preview-wrapper:hover > .settings-product-page-preview-device-frame:after,
.settings-product-list-preview-wrapper:hover > .settings-product-list-preview-device-frame:before,
.settings-product-list-preview-wrapper:hover > .settings-product-list-preview-device-frame:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

.settings-product-page-preview-device-frame,
.settings-product-list-preview-device-frame {
  background-image: url("https://storage.googleapis.com/reactive_files_eu/theming/settings-preview-device-screen.png");
  background-repeat: no-repeat;
}
.settings-product-page-preview-device-frame:before,
.settings-product-list-preview-device-frame:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  visibility: hidden;
  opacity: 0;
  content: "\f077";
  font-family: var(--iconsFont);
  font-size: 40px;
  color: #222222;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.settings-product-page-preview-device-frame:after,
.settings-product-list-preview-device-frame:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  visibility: hidden;
  opacity: 0;
  content: "\f078";
  font-family: var(--iconsFont);
  font-size: 50px;
  color: #222222;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  z-index: 10;
}

.settings-product-list-preview-wrapper,
.settings-product-page-preview-wrapper,
.settings-preview-wrapper {
  position: relative;
  max-width: 750px;
}
.settings-product-list-preview-wrapper .settings-product-list-preview-device-frame,
.settings-product-list-preview-wrapper .settings-product-page-preview-device-frame,
.settings-product-page-preview-wrapper .settings-product-list-preview-device-frame,
.settings-product-page-preview-wrapper .settings-product-page-preview-device-frame,
.settings-preview-wrapper .settings-product-list-preview-device-frame,
.settings-preview-wrapper .settings-product-page-preview-device-frame {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 456px;
  padding: 25px 25px 0px 26px;
}
.settings-product-list-preview-wrapper .settings-product-list-preview-device,
.settings-product-list-preview-wrapper .settings-product-page-preview-device,
.settings-product-page-preview-wrapper .settings-product-list-preview-device,
.settings-product-page-preview-wrapper .settings-product-page-preview-device,
.settings-preview-wrapper .settings-product-list-preview-device,
.settings-preview-wrapper .settings-product-page-preview-device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow-y: scroll;
  height: 343px;
}

.theme_options_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.theme_options_inputs label {
  margin-bottom: 10px;
}
.theme_options_inputs .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.theme_options_inputs .input-box input {
  padding: 0px 10px;
  border: 2px solid #eeeeee !important;
  margin: 0;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
.theme_options_inputs .input-box input:active, .theme_options_inputs .input-box input:focus, .theme_options_inputs .input-box input:focus-within {
  border: 2px solid #dddddd !important;
}
.theme_options_inputs .input-box .save-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  background: #dddddd;
  border: 2px solid #dddddd;
  cursor: pointer;
  padding: 0px 10px;
  height: 3rem;
}
.theme_options_inputs .input-box .save-button:hover {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  color: #ffffff;
}

.top-frame-sticky-element {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

@media only screen and (max-width: 990px) {
  .sticky-element {
    position: initial;
  }
}
.header_wrapper .header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  padding: 10px;
  position: relative;
}
.header_wrapper .header_row .burger-menu-bars,
.header_wrapper .header_row .vertical-menu {
  display: none;
}
.header_wrapper .header_row .header-logo img {
  height: 100%;
  object-fit: contain;
}
.header_wrapper .header_row .header-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.header_wrapper .header_row .header-elements .navigation {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.header_wrapper .header_row .header-elements .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_wrapper .header_row .header-elements .navigation ul li {
  cursor: pointer;
  padding: 0px 15px;
  font-size: 12px;
  text-align: center;
}
.header_wrapper .header_row .header-elements .header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_wrapper .header_row .header-elements .header-icons svg {
  margin: 0px 5px;
  width: 15px;
  height: 15px;
}
.header_wrapper .header_row.header_version_two {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header_wrapper .header_row.header_version_two .header-elements {
  width: 100%;
}
.header_wrapper .header_row.header_version_three {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header_wrapper .header_row.header_version_three .header-logo {
  width: 100%;
}
.header_wrapper .header_row.header_version_three .header-elements {
  width: 100%;
}
.header_wrapper .header_row.header_version_three .header-elements .navigation li:first-child {
  padding-left: 0px;
}
.header_wrapper .header_row.header_version_three .header-elements .header-icons {
  position: absolute;
  top: 20px;
  right: 20px;
}
.header_wrapper .header_row.header_version_four .burger-menu-bars {
  display: block;
  width: 75px;
}
.header_wrapper .header_row.header_version_four .burger-menu-bars svg {
  width: 20px;
  height: 20px;
}
.header_wrapper .header_row.header_version_four .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 100%;
}
.header_wrapper .header_row.header_version_four .navigation {
  display: none;
}
.header_wrapper .header_row.header_version_five .navigation li:after {
  display: block;
  content: "";
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  border-bottom: solid 2px transparent;
}
.header_wrapper .header_row.header_version_five .navigation li:hover:after {
  transform: scaleX(1);
  border-bottom: solid 2px #222222;
}
.header_wrapper .header_row.header_version_six .vertical-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-size: 11px;
}
.header_wrapper .header_row.header_version_six .vertical-menu .menu {
  padding: 0px 10px;
}
.header_wrapper .header_row.header_version_six .vertical-menu .menu i {
  margin-right: 3px;
}
.header_wrapper .header_row.header_version_six .vertical-menu .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  height: 20px;
  width: 200px;
  border: 2px solid #eeeeee;
  padding: 0px 5px;
  opacity: 0.8;
}
.header_wrapper .header_row.header_version_six .navigation {
  display: none;
}
.header_wrapper .categories_wrapper {
  background: #f7f7f7;
  padding: 5px 10px;
}
.header_wrapper .categories_wrapper .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_wrapper .categories_wrapper .categories .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 11px;
  padding: 0px 10px;
}
.header_wrapper .categories_wrapper .categories .category-item svg {
  margin-bottom: 5px;
  width: 18px;
  height: 18px;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.product-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 20px;
}
.product-list-wrapper .toggle-sidebar {
  display: none;
}
.product-list-wrapper .categories_wrapper {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  font-size: 12px;
  margin-right: 20px;
}
.product-list-wrapper .categories_wrapper li {
  padding: 10px 5px;
}
.product-list-wrapper.menu_layout .product-list li, .product-list-wrapper.menu .product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  -ms-box-shadow: 0px 0px 1px 7px rgba(219, 219, 219, 0.09);
  width: 100%;
  padding: 20px 10px;
}
.product-list-wrapper.right_sidebar {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-list-wrapper.right_sidebar .categories_wrapper {
  margin-right: 0;
  margin-left: 20px;
}
.product-list-wrapper.burger_sidebar {
  position: relative;
}
.product-list-wrapper.burger_sidebar .toggle-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  position: absolute;
  top: 10px;
  height: auto;
  width: auto;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 20px;
}
.product-list-wrapper.burger_sidebar .toggle-sidebar:before {
  content: "\f0b0";
  font-family: var(--iconsFont);
}
.product-list-wrapper.burger_sidebar .categories_wrapper {
  display: none !important;
}
.product-list-wrapper.burger_sidebar .toggle-sidebar:hover ~ .categories_wrapper,
.product-list-wrapper.burger_sidebar .toggle-sidebar:focus-within ~ .categories_wrapper {
  display: block !important;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 11;
  margin: 0;
  padding: 0;
}
.product-list.oneline {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.product-list.oneline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list.oneline li .product-list-image {
  width: 40%;
}
.product-list.oneline li .product-details {
  width: 60%;
  padding-left: 30px;
}
.product-list li {
  font-size: 14px;
  width: 100%;
  margin-bottom: 30px;
}
.product-list li .product-list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 100%;
  margin-bottom: 5px;
  background: #f7f7f7;
}
.product-list li .product-list-image svg {
  width: 100%;
  height: 50px;
}
.product-list li .product-details {
  width: 100%;
}
.product-list li .product-details .product-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-list li .product-details .product-ingredients {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
}
.product-list li .product-details .product-price {
  margin-bottom: 5px;
}
.product-list li .product-details .add-cart-button .button {
  font-size: 10px;
  text-transform: none;
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_in_left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.preview-content .product-show-version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preview-content .product-show-version.image_left {
  padding: 20px;
}
.preview-content .product-show-version.image_right {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 20px;
}
.preview-content .product-show-version.image_top {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.preview-content .product-show-version.image_top .product-details {
  width: 100%;
  padding: 20px;
}
.preview-content .product-show-version.image_top .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  position: relative;
  padding: 20px 0px;
}
.preview-content .product-show-version.image_top .product-image .main-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.preview-content .product-show-version.image_top .product-image .main-image svg {
  width: 80px;
  height: 80px;
}
.preview-content .product-show-version.image_top .product-image .product-thumbs {
  position: absolute;
}
.preview-content .product-show-version.image_top .product-image.thumb_top .product-thumbs {
  top: 0;
}
.preview-content .product-show-version.image_top .product-image.thumb_right .product-thumbs {
  right: 0;
}
.preview-content .product-show-version.image_top .product-image.thumb_bottom .product-thumbs {
  bottom: 0;
}
.preview-content .product-show-version.image_top .product-image.thumb_left .product-thumbs {
  left: 0;
}
.preview-content .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.preview-content .product-image.thumb_top {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  -o-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.preview-content .product-image.thumb_right {
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.preview-content .product-image.thumb_right .product-thumbs {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.preview-content .product-image.thumb_left {
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
}
.preview-content .product-image.thumb_left .product-thumbs {
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.preview-content .product-image .main-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.preview-content .product-image .main-image svg {
  width: 150px;
  height: 150px;
}
.preview-content .product-image .product-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preview-content .product-image .product-thumbs .thumb {
  padding: 10px;
}
.preview-content .product-image .product-thumbs .thumb img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.preview-content .product-image .product-thumbs .thumb svg {
  width: 30px;
  height: 30px;
}
.preview-content .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
.preview-content .product-details .product-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.preview-content .product-details .product-ingredients {
  font-size: 12px;
  margin-bottom: 10px;
}
.preview-content .product-details .product-options {
  margin-bottom: 10px;
}
.preview-content .product-details .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}
.preview-content .product-details .add-to-cart .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #000000;
  height: 100%;
}
.preview-content .product-details .add-to-cart .button {
  font-size: 11px;
}

.product-show-version.image_top .product-details.shop {
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.product-show-version.image_top .product-details.shop .product-info {
  width: 50%;
  padding-right: 20px;
}
.product-show-version.image_top .product-details.shop .product-options-wrapper {
  width: 50%;
}

.product-details.shop {
  width: 50%;
  padding: 0px 20px;
}
.product-details.shop h4 {
  font-size: 16px;
}
.product-details.shop h5 {
  font-size: 13px;
}
.product-details.shop p {
  font-size: 12px;
  margin: 5px 0px;
}
.product-details.shop .display-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-details.shop .display-price .tax-amount {
  font-size: 13px;
  margin-left: 10px;
}
.product-details.shop .sku {
  font-size: 9px;
  margin: 0px 0px 3px 0px;
}
.product-details.shop .settings-product-page-preview-item-description {
  margin-top: 5px;
  font-size: 12px;
}
.product-details.shop .final-price {
  margin-left: 10px;
}

.product-options .product-option-wrapper {
  margin-bottom: 15px;
}
.product-options .product-option-wrapper h6 {
  font-size: 11px;
}
.product-options .product-option-wrapper .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  cursor: pointer;
}
.product-options .product-option-wrapper .product-option:hover, .product-options .product-option-wrapper .product-option.option-checked {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
.product-options .product-option-wrapper.theme-dropdown .select-wrapper input.select-dropdown {
  font-size: 12px !important;
  height: 25px !important;
}
.product-options .product-option-wrapper.theme-dropdown .select-wrapper ul {
  top: 25px !important;
  height: 100px !important;
}
.product-options .product-option-wrapper.theme-dropdown .select-wrapper .dropdown-content li > a,
.product-options .product-option-wrapper.theme-dropdown .select-wrapper .dropdown-content li > span {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-options .option-types-size-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-options .option-types-size-container .product-option {
  padding: 10px;
  margin: 0 5px;
  border-radius: 2px;
}
.product-options .option-types-radio-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
  border: 1px solid #575757;
}
.product-options .option-types-radio-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}
.product-options .option-types-checkbox-container .product-option .option-unchecked {
  height: 12px;
  width: 12px;
  margin: 5px 5px 0 0;
  border: 1px solid #575757;
}
.product-options .option-types-checkbox-container .product-option .option-checked {
  height: 12px;
  width: 12px;
  margin: 5px 5px 0 0;
}

.settings-product-page-bottom {
  margin: 30px 0px;
  width: 100%;
}
.settings-product-page-bottom .description-wrapper {
  padding-top: 20px;
}
.settings-product-page-bottom .description-wrapper .description {
  font-size: 11px;
}
.settings-product-page-bottom .attributes-wrapper {
  padding-top: 20px;
}
.settings-product-page-bottom .attributes-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.settings-product-page-bottom .attributes-wrapper ul li {
  list-style: none;
  font-size: 12px;
}
.settings-product-page-bottom.sections .theme-tabs, .settings-product-page-bottom.sections .burger-opener {
  display: none;
}
.settings-product-page-bottom.sections .section-title {
  font-size: 12px;
}
.settings-product-page-bottom.sections .description-wrapper {
  padding: 50px 20px;
  background: #f7f7f7;
}
.settings-product-page-bottom.sections .attributes-wrapper {
  padding: 50px 20px;
}
.settings-product-page-bottom.tabbed {
  padding: 20px;
}
.settings-product-page-bottom.tabbed .sections, .settings-product-page-bottom.tabbed .burger-opener {
  display: none;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs input[type=radio] {
  position: absolute;
  left: -200vw;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs .tab-panel {
  display: none;
  padding: 30px 0;
  border-top: 1px solid #999999;
  font-size: 12px;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs .tab-panel > div {
  font-size: 12px;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2) {
  display: block;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs label {
  position: relative;
  display: inline-block;
  padding: 12px 12px 22px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs label:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #999999;
}
.settings-product-page-bottom.tabbed .theme-tabs .product-tabs input:checked + label {
  border-color: #999999;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.settings-product-page-bottom.opener .sections, .settings-product-page-bottom.opener .theme-tabs {
  display: none;
}
.settings-product-page-bottom.opener .burger-menu {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
}
.settings-product-page-bottom.opener .burger-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
.settings-product-page-bottom.opener .burger-inner {
  position: absolute;
  z-index: 9;
  width: 50%;
  height: 100%;
  background: #ffffff;
  padding: 30px;
  border-left: 1px solid #dddddd;
  right: 0px;
}
.settings-product-page-bottom.opener .burger-inner.attributes-wrapper, .settings-product-page-bottom.opener .burger-inner.description {
  height: 100%;
  overflow: scroll;
}
.settings-product-page-bottom.opener .burger-inner.attributes-wrapper > div, .settings-product-page-bottom.opener .burger-inner.description > div {
  font-size: 12px;
}
.settings-product-page-bottom.opener .burger-inner .section-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.settings-product-page-bottom.opener .burger-inner .close-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 40px;
}
.settings-product-page-bottom.opener .burger-opener {
  padding: 0px 20px;
}
.settings-product-page-bottom.opener .burger-opener .products-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.settings-product-page-bottom.opener .burger-opener .products-opener .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-direction: row;
}
.settings-product-page-bottom.opener .burger-opener .products-opener .button-wrapper .button {
  width: auto;
  margin-left: 10px;
}
.product_show_related_products {
  padding: 0px 15px;
}
.product_show_related_products .related-product-list-title {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0px;
}
.product_show_related_products .related-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  margin: 0;
  padding: 0;
}
.product_show_related_products .related-product-list li {
  font-size: 14px;
  width: 19%;
  margin-right: 1%;
}
.product_show_related_products .related-product-list li:last-child {
  margin-right: 0;
}
.product_show_related_products .related-product-list li .product-image {
  padding: 0px 10px;
  margin-bottom: 5px;
  width: 100%;
  background: #f7f7f7;
}
.product_show_related_products .related-product-list li .product-image svg {
  width: 100%;
  height: 50px;
}
.product_show_related_products .related-product-list li .product-details {
  width: 100%;
}
.product_show_related_products .related-product-list li .product-details .product-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.product_show_related_products .related-product-list li .product-details .product-ingredients {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
}
.product_show_related_products .related-product-list li .product-details .product-price {
  margin-bottom: 5px;
}
.product_show_related_products .related-product-list li .product-details .add-cart-button .button {
  font-size: 10px;
  text-transform: none;
}