.side-menu.visible {
  display: block;
  left: 0;
}
.side-menu {
  display: none;
  z-index: 999;
  width: 100%;
  position: fixed;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #e3eaf0;
  left: -100%;
  top: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
@media screen and (max-width: 720px) {
  .side-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1180px) {
  .side-menu {
    display: inline-block;
  }
}
.side-menu .logo-block {
  height: 60px;
  padding: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.side-menu .main-block {
  margin-top: 20px;
  height: calc(100% - 67px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.side-menu .nav-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  font-weight: 400;
  color: #1c2c40;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 25px;
  padding-left: 25px;
}
.side-menu .nav-block svg {
  opacity: 0.6;
  margin-right: 10px;
}
.side-menu .footer-block {
  height: 67px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.side-menu .button-login {
  background-color: #e4f4fc;
  color: #34b7ff;
  padding: 8px 25px;
}
.side-menu .MuiBadge-badge {
  right: 12px;
  border: 2px solid #eee;
}

.auth .button-submit {
  color: #3a60af;
  background-color: #ecf2fa;
  border-color: #ecf2fa;
}
.auth .button-submit:hover,
.auth .button-submit:active,
.auth .button-submit:focus {
  color: #3a60af;
  background-color: #c9dbf3;
  border-color: #c9dbf3;
}
.auth fieldset {
  border-color: #e4e4e4 !important;
  border-width: 1px !important;
}



.loading-box {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.group-item_1 .expand-icon {
  transform: translateY(0%) rotate(0deg);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.group-item_1.expanded .expand-icon {
  transform: translateY(0%) rotate(180deg);
}




.group-item_1 .expand-icon {
  transform: translateY(0%) rotate(0deg);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.group-item_1.expanded .expand-icon {
  transform: translateY(0%) rotate(180deg);
}












.category-dropdown-widget {
  display: block;
  top: 45px;
  left: 0;
}
.category-dropdown-widget .subcategory {
  display: none;
  left: 238px;
}
.category-dropdown-widget .category:hover .subcategory {
  display: flex;
  top: -21px;
  min-height: calc(100% + 42px);
}
.category-dropdown-cancel-area {
  z-index: -1;
  position: fixed;
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
}



.filter-mobile-widget .item-list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.filter-mobile-widget .item {
  min-height: 44px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #eee;
  color: rgba(0,0,0,0.54);
}
.filter-mobile-widget .item-list.child .item {
  color: rgba(0,0,0,0.84);
}
.filter-mobile-widget .item .MuiListItemIcon-root {
  min-width: 50px;
}

.filter-mobile-widget .action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 80%;
  z-index: 100;
  padding: 8px 16px;
}
.filter-mobile-widget .MuiButton-containedPrimary {
  background-color: #606fbb;
}



.auth .button-submit {
  color: #3a60af;
  background-color: #ecf2fa;
  border-color: #ecf2fa;
}
.auth .button-submit:hover,
.auth .button-submit:active,
.auth .button-submit:focus {
  color: #3a60af;
  background-color: #c9dbf3;
  border-color: #c9dbf3;
}
.auth fieldset {
  border-color: #e4e4e4 !important;
  border-width: 1px !important;
}

#login-page.container {
  max-width: 1000px !important;
}


.editor-dialog {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.editor-dialog .header {
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.editor-dialog .body {
  max-width: 740px;
  width: 100%;
  padding: 20px;
  font-size: 21px;
  box-sizing: border-box;
}
.dialog-fake.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
  touch-action: none;
  background-color: rgba(0,0,0,0.5);
  -webkit-tap-highlight-color: transparent;
}

#account {
  position: relative;
  margin-right: -10px;
}
#account .account-avatar {
  cursor: pointer;
  padding: 10px 10px;
}
#account:hover .account-overlay {
  display: block;
}
#account .account-overlay {
  display: none;
  position: absolute;
  right: 0;
  top: 55px;
  min-width: 270px;
  padding: 15px;
  padding-top: 0;
}
#account .account-container {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(132,146,166,0.6);
  box-shadow: 0 1px 5px 0 rgba(132,146,166,0.6);
  border-radius: 5px;
}
.mobile #account .account-avatar {
  padding: 0;
}
.mobile #account .account-avatar div {
  width: 35px;
  height: 35px;
}
.account-mobile-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
}
#account .account-menu {
  margin: 0;
  padding: 20px 0 16px 0;
}
#account .account-menu div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 30px 10px 27px;
  border-left: 3px solid transparent;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  color: #336594;
}
#account .account-menu div:hover,
#account .account-menu div.active {
  border-color: #336594;
}
#account .account-menu div svg {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  color: #8492a6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
#account .account-menu div:hover svg,
#account .account-menu div.active svg {
  color: #336594;
}
#account .account-menu div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #5a6679;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
#account .account-menu div:hover span,
#account .account-menu div.active span {
  color: #1c2c40;
}

.auth .button-submit {
  color: #3a60af;
  background-color: #ecf2fa;
  border-color: #ecf2fa;
}
.auth .button-submit:hover,
.auth .button-submit:active,
.auth .button-submit:focus {
  color: #3a60af;
  background-color: #c9dbf3;
  border-color: #c9dbf3;
}
.auth fieldset {
  border-color: #e4e4e4 !important;
  border-width: 1px !important;
}

.auth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e5e9f2;
  z-index: 9999;
}
.auth .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.auth .auth-header,
.auth .auth-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  font-size: 12px;
  font-weight: 500;
  color: #5a6679;
}
@media (max-width: 767.98px) {
  .auth .auth-header,
  .auth .auth-footer {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.auth .center {
  margin-left: auto;
  margin-right: auto;
}
.auth .auth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auth .auth-box {
  background-color: #fff;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-shadow: 0 60px 60px 0 rgba(28,44,64,0.15);
  box-shadow: 0 60px 60px 0 rgba(28,44,64,0.15);
}
.auth .auth-box .auth-box-left,
.auth .auth-box .auth-box-right {
  padding: 80px;
  width: 520px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .auth .auth-box .auth-box-left,
  .auth .auth-box .auth-box-right {
    padding: 40px 20px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .auth .auth-box .auth-box-left,
  .auth .auth-box .auth-box-right {
    padding: 60px 30px;
  }
}

.account-widget-menu .MuiList-root {
  padding: 0;
  min-width: 240px;
}
.account-widget-menu .MuiMenuItem-root {
  border-top: 1px solid #eee;
}
#account {
  position: relative;
  margin-right: -10px;
}
#account .account-avatar {
  cursor: pointer;
  padding: 10px 10px;
}
#account:hover .account-overlay {
  display: block;
}
#account .account-overlay {
  display: none;
  position: absolute;
  right: 0;
  top: 55px;
  min-width: 270px;
  padding: 15px;
  padding-top: 0;
}
#account .account-container {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(132,146,166,0.6);
  box-shadow: 0 1px 5px 0 rgba(132,146,166,0.6);
  border-radius: 5px;
}
.mobile #account .account-avatar {
  padding: 0;
}
.mobile #account .account-avatar div {
  width: 35px;
  height: 35px;
}
.account-mobile-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
}
#account .account-menu {
  margin: 0;
  padding: 20px 0 16px 0;
}
#account .account-menu div {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 30px 10px 27px;
  border-left: 3px solid transparent;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  color: #336594;
}
#account .account-menu div:hover,
#account .account-menu div.active {
  border-color: #336594;
}
#account .account-menu div svg {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  color: #8492a6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
#account .account-menu div:hover svg,
#account .account-menu div.active svg {
  color: #336594;
}
#account .account-menu div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #5a6679;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
#account .account-menu div:hover span,
#account .account-menu div.active span {
  color: #1c2c40;
}

.app-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1100;
  padding: 0 16px;
  height: 60px;
  box-sizing: border-box;
  transition: margin-left 0.3s ease; /* Smooth transition when the drawer opens/closes */
}
.button-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: width 0.3s ease; /* Smooth transition for the button container */
}
.app-header-main .app-header-wrapper {
  width: 100%;
  height: 65px;
  max-width: 1390px;
  margin: 0px auto;
  padding: 0px 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .app-header-main .app-header-wrapper {
    height: 50px;
    overflow: hidden;
  }
}
.app-header-main .menu-item {
  cursor: pointer;
  height: 65px;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
  padding: 0 5px;
  margin: 0 10px;
  color: #8492a6;
  font-weight: 400;
  text-align: center;
}
.app-header-main .menu-item:hover {
  color: #3c4858;
  border-color: #e5e9f2;
}
.app-header-main .menu-item.active {
  border-color: #336594;
  color: #1c2c40;
}
@media (max-width: 767px) {
  .app-header-main #account,
  .app-header-main .app-header-menu {
    display: none !important;
  }
  .app-header-main .icon-menu {
    display: block !important;
  }
}
.category-button .MuiBadge-badge {
  top: 50%;
  right: -3px;
  border: 2px solid #eee;
}
.app-header-main .MuiBadge-badge {
  border: 2px solid #eee;
}



.product-gallery-item h2 {
  font-weight: 300;
  font-size: 14px;
}

.ant-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
}
.ant-pagination .item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ant-pagination .item a {
  display: block;
  padding: 0 6px;
  color: rgba(0,0,0,0.65);
  -webkit-transition: none;
  transition: none;
}
.ant-pagination .item.selected {
  font-weight: 500;
  background: #fff;
  border-color: #3f51b5;
  color: #3f51b5;
}
.ant-pagination .item:focus,
.ant-pagination .item:hover {
  border-color: #3f51b5;
  color: #3f51b5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.product-grid-tmall .item {
  width: 20%;
  min-width: 20%;
  padding: 8px;
}
.product-grid-tmall.with-filter .item {
  width: 25%;
  min-width: 25%;
}
@media only screen and (max-width: 1000px) {
  .product-grid-tmall .item {
    width: 25%;
    min-width: 25%;
  }
  .product-grid-tmall.with-filter .item {
    width: 33.33333%;
    min-width: 33.33333%;
  }
}
.product-mobile-grid {
  margin-left: 5px;
  margin-right: 5px;
  min-height: 70px;
  transition: 0.3s;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product-mobile-grid .item {
  width: 50%;
}
/*

.product-grid
  display: grid;
  grid-template-columns: 200px 200px 200px 200px 200px 200px
  justify-content: space-between;
  row-gap: 25px;
  column-gap: 25px;




@media only screen and (max-width: 1390px) {
  .product-grid {
    grid-template-columns: 200px 200px 200px 200px 200px
  }
}

@media only screen and (max-width: 1130px) {
  .product-grid {
    grid-template-columns: 200px 200px 200px 200px 200px
  }
}

@media only screen and (max-width: 910px) {
  .product-grid {
    grid-template-columns: 200px 200px 200px
  }
}



@media only screen and (max-width: 768px) {
  .product-grid {
    grid-template-columns: 100%
  }
  .product-item .name {
    font-size 16px !important
  }
}

*/

.product-list-view-item h2 {
  font-weight: 300;
  font-size: 14px;
}


.product-table-item h2 {
  font-weight: 300;
  font-size: 14px;
}

.product-table .MuiTableBody-root .MuiTableCell-root {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.product-table .MuiTablePagination-caption {
  display: none;
}
.product-table .MuiTableCell-stickyHeader {
  background-color: #fff;
}

.searchbar-widget {
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.searchbar-widget:hover {
  background-color: rgba(0,0,0,0.06) !important;
}
.searchbar-widget .MuiInputBase-input {
  padding: 0;
}
.autocomplete-dropdown-cancel-area {
  z-index: -1;
  position: fixed;
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
}


.facet-filter-widget .MuiSvgIcon-root {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}

.filter-selected-chip .MuiSvgIcon-root {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}



.filter-mobile-widget .MuiDrawer-paper {
  width: 80%;
  font-size: 16px;
}
.filter-mobile-widget .facet-filter-widget .MuiSvgIcon-root {
  width: 24px;
  height: 24px;
  opacity: 0.6;
}
.filter-mobile-widget .link {
  font-size: 14px !important;
}

.product-gallery-info {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4a4a4a;
}
.product-gallery-info h1 {
  color: #292929;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .product-gallery-info {
    line-height: 23px;
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-top: 0px !important;
    margin-bottom: 12px !important;
  }
}

.product-gallery-category {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 7px;
  color: #4a4a4a;
}
.product-gallery-category .item {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 2px 10px;
  background: #eee;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 400;
  color: #707070;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0.8;
  cursor: pointer;
}
.product-gallery-category .item:hover {
  opacity: 1;
}
.product-gallery-category .item.selected {
  background: #4e579c;
  color: #ececec;
}
.product-gallery-category-mobile {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0px;
  margin-bottom: 18px;
  overflow-x: auto;
}
.product-gallery-category-mobile > div {
  padding-left: 15px;
}
.product-gallery-category-mobile .item {
  margin-right: 8px;
  padding: 10px 10px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  color: #707070;
  font-size: 13px;
  white-space: nowrap;
}
.product-gallery-category-mobile .item.selected {
  background: #8890cc;
  color: #fff;
}
.category-menu-block {
  height: 55px;
  border-bottom: 1px solid #f7f7f7;
  color: rgba(0,0,0,0.54);
}
.category-menu-block .item {
  height: 52px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.category-menu-block .item-container:hover .item {
  border-bottom: 2px solid #7177a7;
}
.category-menu-block .subitem {
  display: none;
  left: -6px;
  top: 52px;
  padding-top: 5px !important;
}
.category-menu-block .subitem > div {
  box-shadow: 0 3px 5px 0 rgba(51,51,51,0.3);
}
.category-menu-block .item-container:hover .subitem {
  display: flex;
}
@media screen and (max-width: 767px) {
  .product-gallery-category {
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-top: 0px !important;
    margin-bottom: 12px !important;
  }
}

.draft-view figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
.view_graf--h2,
.view_graf--h3,
.view_graf--h4,
.view_graf--h5,
.view_graf--h6,
.view_graf--h7,
.postList,
.view_graf--hr,
.draft-view .view_graf--figure,
.view_graf--blockquote,
.view_graf--pullquote,
.view_graf--p,
.view_graf--pre {
  margin: 0;
}
.view_graf--code {
  background: transparent;
  position: relative;
  overflow: visible;
}
.view_graf--code .dante-code-syntax {
  position: absolute;
  top: -17px;
  right: -18px;
  width: 165px;
}
.postList {
  margin-bottom: 30px;
}
.view_graf--p,
.view_graf--blockquote,
.view_graf--pullquote {
  margin-bottom: 30px;
}
.view_graf--code {
  line-height: 1em;
}
.view_graf--p.dante--spinner {
  position: relative;
}
.view_graf--hr hr {
  border: 1px solid #ccc;
  margin: 26px;
}
.view_graf--h2 {
  font-family: Roboto, "Helvetica", "Arial", sans-serif;
  font-size: 3.6em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.4em;
  margin-left: -3px;
  margin-top: 40px;
  padding-top: 0;
}
.view_graf--h3 {
  font-family: Roboto, "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1em;
  margin-left: -1.8px;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 0.7em;
}
.public-DraftStyleDefault-pre {
  overflow: inherit;
}
.view_graf--h4 {
  font-family: Roboto, "Helvetica", "Arial", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5em;
  margin-left: -1.5px;
  line-height: 1.2;
  color: rgba(0,0,0,0.44);
  margin-top: 40px;
  margin-bottom: 0.6em;
}
.section--first .view_graf--h2.view_graf--first,
.section--first .view_graf--h3.view_graf--first,
.section--first .view_graf--h4.view_graf--first {
  margin-top: 0;
  padding-top: 0;
}
.view_graf--h2 + .view_graf--h2 {
  margin-top: -8px;
}
.view_graf--h2 + .view_graf--h3,
.view_graf--h2 + .view_graf--h4 {
  margin-top: -6px;
}
.view_graf--h3 + .view_graf--h2,
.view_graf--h4 + .view_graf--h2 {
  margin-top: 2px;
}
.view_graf--h3 + .view_graf--h4,
.view_graf--h4 + .view_graf--h3 {
  margin-top: -2px;
}
.view_graf--h2 + .postList,
.view_graf--h3 + .postList,
.view_graf--h4 + .postList {
  margin-top: 10px;
}
.view_graf--h2 + .view_graf--p.view_graf--empty,
.view_graf--h3 + .view_graf--p.view_graf--empty,
.view_graf--h4 + .view_graf--p.view_graf--empty {
  margin-bottom: -7px;
  margin-top: -7px;
}
.view_graf--h2 + .view_graf--p.view_graf--empty + .view_graf--h2,
.view_graf--h3 + .view_graf--p.view_graf--empty + .view_graf--h2,
.view_graf--h4 + .view_graf--p.view_graf--empty + .view_graf--h2 {
  margin-top: -5px;
}
.view_graf--h2 + .view_graf--p.view_graf--empty + .view_graf--h3,
.view_graf--h3 + .view_graf--p.view_graf--empty + .view_graf--h3,
.view_graf--h4 + .view_graf--p.view_graf--empty + .view_graf--h3,
.view_graf--h2 + .view_graf--p.view_graf--empty + .view_graf--h4,
.view_graf--h3 + .view_graf--p.view_graf--empty + .view_graf--h4,
.view_graf--h4 + .view_graf--p.view_graf--empty + .view_graf--h4 {
  margin-top: -8px;
}
.view_graf--blockquote,
blockquote {
  font-family: Roboto, "Helvetica", "Arial", sans-serif;
  border-left: 3px solid rgba(0,0,0,0.8);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.16px;
  letter-spacing: 0.02rem;
  margin-left: -17px;
  padding-left: 15px;
  margin-bottom: 25px;
  font-size: 1.2em;
  line-height: 1.9em;
  margin-top: 20px;
}
.view_graf--blockquote + .view_graf--blockquote {
  margin-top: -30px;
  padding-top: 30px;
}
.view_graf--pullquote {
  line-height: 1.4;
  text-align: center;
  font-size: 3.2em;
  margin: 48px -160px;
  border: none;
  padding: 0;
  font-family: $dante-font-family-serif;
  letter-spacing: 0.01rem;
  font-weight: 400;
  font-style: italic;
  -webkit-transition: margin 100ms;
  transition: margin 100ms;
}
.view_graf--pre,
.public-DraftStyleDefault-pre {
  background: none repeat scroll 0 0 rgba(0,0,0,0.05);
  font-family: $dante-font-family-mono;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 20px;
  white-space: pre-wrap;
}
.view_graf--pre + .view_graf--pre {
  margin-top: -20px;
}
.draft-view .view_graf--figure {
  box-sizing: border-box;
  clear: both;
  margin-bottom: 30px;
  outline: medium none;
  position: relative;
}
.draft-view .view_graf--figure.is-mediaFocused .view_graf-image,
.draft-view .view_graf--figure.is-mediaFocused iframe {
  box-shadow: 0 0 0 3px #57ad68;
}
.view_graf--mixtapeEmbed a {
  text-decoration: none;
}
.view_graf--mixtapeEmbed.is-mediaFocused {
  box-shadow: 0 0 0 1px #57ad68;
}
.view_graf--mixtapeEmbed .view_graf--media-embed-close {
  position: absolute;
  top: 1px;
  display: inline-block;
  font-size: 2em;
  width: 20px;
  right: 10px;
  text-shadow: 0px 0px 0px #fff;
}
.view_graf--h4 + .view_graf--figure,
.view_graf--h3 + .view_graf--figure,
.view_graf--h2 + .view_graf--figure {
  margin-top: 15px;
}
.view_graf--first {
  margin-top: 0;
  padding-top: 0;
}
/*.view_graf--empty {
  margin-bottom: -7px;
  margin-top: -7px;
}*/
p[data-align="center"],
.view_graf--h2[data-align="center"],
.view_graf--h3[data-align="center"],
.view_graf--h4[data-align="center"],
.view_graf--blockquote[data-align="center"] {
  text-align: center;
}
.markup--anchor,
.view_graf--sectionCaption {
  cursor: text;
}
.markup--anchor {
  text-decoration: underline;
  color: inherit;
}
@media (max-width: 500px) {
  .iraf--h2 {
    font-size: 2.6em;
  }
  .view_graf--h3 {
    font-size: 1.6em;
  }
  .view_graf--h4 {
    font-size: 1.4em;
  }
}
.view_graf--divider span {
  text-align: center;
  width: 100%;
  display: block;
}
.view_graf--divider span:before {
  line-height: 1;
  user-select: none;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 18px;
  content: "...";
  display: inline-block;
  margin-left: 0.6em;
  position: relative;
  color: #757575;
  top: -3px;
}

.view_imageCaption {
  top: 0;
  text-align: center;
  margin-top: 0;
  font-family: Roboto, "Helvetica", "Arial", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(0,0,0,0.6);
  outline: 0;
  z-index: 300;
  margin-top: 10px;
  position: relative;
}
.danteDefaultPlaceholder {
  display: none;
}
@media (max-width: 1200px) {
  .view_imageCaption,
  .postField--outsetCenterImage > .view_imageCaption {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    margin-top: 10px;
  }
}
figure.view_graf--layoutOutsetLeft .view_imageCaption,
figure.view_graf--layoutOutsetLeft .postField--outsetCenterImage > .view_imageCaption {
  position: relative;
  width: 100%;
  text-align: center;
  left: 0;
  margin-top: 10px;
}
figure.is-defaultValue .view_imageCaption,
.view_graf--sectionCaption.is-defaultValue {
  display: none;
}
.view_graf--figure.is-mediaFocused .view_imageCaption,
.view_graf--figure.is-defaultValue.is-selected .view_imageCaption,
section.is-mediaFocused .view_graf--sectionCaption,
.view_graf--sectionCaption.is-defaultValue.is-selected {
  display: block;
}

.aspectRatioPlaceholder {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.is-postEditMode .view_graf-image:before,
.is-postEditMode .iframeContainer:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}
.aspectRatioPlaceholder .view_graf-image,
.aspectRatioPlaceholder .view_graf-imageAnchor {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.view_graf-image,
.view_graf-imageAnchor,
.iframeContainer > iframe,
.iframeContainer {
  box-sizing: border-box;
  display: block;
  margin: auto;
  max-width: 100%;
}

div[contenteditable="false"] a.markup--anchor {
  cursor: pointer;
}
figcaption .public-DraftStyleDefault-block {
  text-align: center;
}
.aspectRatioPlaceholder .image-upoader-loader {
  position: absolute;
  bottom: 0px;
  left: 0%;
  background-color: #fff;
  width: 100%;
/* height: 3px; */
  text-align: center;
  top: 0px;
  vertical-align: text-bottom;
  opacity: 0.7;
}
.aspectRatioPlaceholder .image-upoader-loader p {
  line-height: 5px;
/* font-weight: 700; */
/* text-transform: uppercase; */
  font-size: 14px;
  margin-top: 49%;
}
a[rel=token],
.markup--query {
  color: #00ab6b;
  text-decoration: none;
  background-image: none !important;
}
.typeahead--mention {
  padding-top: 10px;
}
.typeahead .popover-inner {
  padding: 0;
  overflow: hidden;
  min-width: 100px;
}
.typeahead .typeahead-item:first-child {
  padding-top: 7px;
}
.typeahead--mention .typeahead-item {
  padding: 6px 15px;
  font-size: 13px;
}
.typeahead-item.is-active,
.typeahead-item:hover {
  background: #02b875;
  color: #fff;
}
.typeahead .typeahead-item {
  cursor: pointer;
  padding: 5px 10px;
  line-height: 2;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.typeahead .dante-avatar {
  margin: 0 6px 0 -2px;
}
.avatar-image--icon {
  width: 32px;
  height: 32px;
}
.avatar-image {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
}
.typeahead-item .avatar-image {
  width: 32px;
  height: 32px;
}
.typeahead--mention .popover-arrow {
  display: none;
}
.markup--user {
  color: #00ab6b;
  text-decoration: none;
}
.popover--card .popover-arrow {
  top: -14px;
}
.popover--card .popover--bottom .popover-arrow:after {
  transform: rotate(45deg) translate(6px, 6px);
  box-shadow: -1px -1px 1px -1px rgba(0,0,0,0.44);
}
.popover--card .popover-arrow:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
}
.popover--animated.is-active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.2s 0s;
}
.popover.is-active {
  visibility: visible;
}
.popover--animated {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s 0s;
}
.popoverCard {
  text-align: left;
}
.popoverCard-meta {
  width: 192px;
}
.u-floatLeft {
  float: left !important;
}
.u-floatRight {
  float: right !important;
}
.popoverCard-title {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.popoverCard-description {
  overflow: hidden;
  color: rgba(0,0,0,0.44);
}
.u-clearfix:after {
  clear: both;
}
.u-clearfix:after,
.u-clearfix:before {
  display: table;
  content: " ";
}
.dante-avatar {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.avatar-image--small {
  width: 60px;
  height: 60px;
}
.avatar-image {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
}
.popoverCard-actions {
  border-top: solid 1px rgba(0,0,0,0.15);
  margin-top: 10px;
  padding-top: 10px;
}
.popoverCard-stats {
  font-size: 14px;
  line-height: 36px;
}
.popoverCard-stat {
  margin-right: 10px;
  color: rgba(0,0,0,0.44);
}
.popoverCard-count {
  padding-left: 5px;
  color: rgba(0,0,0,0.6);
}
.draft-view .view_graf--layoutOutsetLeft {
  margin-left: -160px;
}
.draft-view .view_graf--layoutFillWidth {
  margin-left: -200px;
  margin-right: -200px;
}
.draft-view .view_graf--layoutOutsetLeft {
  width: 75%;
}
.draft-view .view_graf--layoutInsetLeft,
.draft-view .view_graf--layoutOutsetLeft {
  float: left;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.public-DraftEditorPlaceholder-inner {
  font-size: initial;
}

/**
 * @providesModule DraftEditor
 * @permanent
 */
/**
 * We inherit the height of the container by default
 */
.DraftEditor-root,
.DraftEditor-editorContainer,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}
.DraftEditor-root {
  position: relative;
}
/*HACK FOR ISSUE  https://github.com/facebook/draft-js/issues/304 , proposal from @bradbumbalough*/
/**
 * Zero-opacity background used to allow focus in IE. Otherwise, clicks
 * fall through to the placeholder.
 */
.DraftEditor-editorContainer {
  background-color: rgba(255,255,255,0);
/* Repair mysterious missing Safari cursor */
  border-left: 0.1px solid transparent;
  position: relative;
  z-index: 1;
}
.public-DraftEditor-content {
  outline: none;
  white-space: pre-wrap;
}
.public-DraftEditor-block {
  position: relative;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
/**
 * @providesModule DraftEditorPlaceholder
 */
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
  background-color: #fff;
}
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
/**
 * @providesModule DraftStyleDefault
 */
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
/* @noflip */
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
/* @noflip */
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
/**
 * These rules provide appropriate text direction for counter pseudo-elements.
 */
/* @noflip */
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
/* @noflip */
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
/**
 * Default spacing for list container elements. Override with CSS as needed.
 */
.public-DraftStyleDefault-ul,
.public-DraftStyleDefault-ol {
  margin: 16px 0;
  padding: 0;
}
/**
 * Default counters and styles are provided for five levels of nesting.
 * If you require nesting beyond that level, you should use your own CSS
 * classes to do so. If you care about handling RTL languages, the rules you
 * create should look a lot like these.
 */
/* @noflip */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}
/* @noflip */
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}
/* @noflip */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
/* @noflip */
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
/* @noflip */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
/* @noflip */
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
/* @noflip */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
/* @noflip */
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
/* @noflip */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
/* @noflip */
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
/**
 * Only use `square` list-style after the first two levels.
 */
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
/**
 * Ordered list item counters are managed with CSS, since all list nesting is
 * purely visual.
 */
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
/* @noflip */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
/* @noflip */
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
/**
 * Counters are reset in JavaScript. If you need different counter styles,
 * override these rules. If you need more nesting, create your own rules to
 * do so.
 */
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}

.draft-view .popover-inner {
  width: auto !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.draft-view {
  font-family: Roboto, sans-serif, "Helvetica", "Arial";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  color: #4a4a4a;
}
.draft-view .view_graf--layoutOutsetLeft {
  width: 50%;
}
.draft-view h1 {
  font-size: 40px;
  color: rgba(0,0,0,0.74);
  font-family: Roboto, sans-serif, "Helvetica", "Arial";
  font-weight: 700;
}
.draft-view h2 {
  font-size: 26px;
  color: rgba(0,0,0,0.74);
}
@media screen and (max-width: 767px) {
  .draft-view {
    font-size: 18px;
  }
  .draft-view .view_graf--layoutOutsetLeft {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .draft-view .view_graf--layoutFillWidth {
    margin-left: 0px;
    margin-right: 0px;
  }
  .draft-view .view_graf--layoutFillWidth > figure {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.question-type-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.question-type-icon svg {
  fill: #fff;
}

.product-gallery-article {
  font-size: 15px;
  margin-top: 180px !important;
  margin-bottom: 15px !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-gallery-article .draft-view {
  font-size: 16px !important;
  line-height: 24px !important;
}
.product-gallery-article .view_graf--h3 {
  font-size: 25px !important;
}
@media screen and (max-width: 767px) {
  .product-gallery-article .draft-view {
    font-size: 15px !important;
    line-height: 25px;
  }
  .product-gallery-article {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}

.item-gallery-widget .box-shadow.right {
  right: -61px;
  -webkit-box-shadow: -20px 0 30px -20px rgba(0,0,0,0.3);
  box-shadow: -20px 0 30px -20px rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  top: 20px;
  bottom: 0;
  display: none;
  width: 60px;
  display: block;
  height: 100%;
}
.item-gallery-widget .box-shadow.left {
  left: -61px;
  -webkit-box-shadow: 20px 0 30px -20px rgba(0,0,0,0.3);
  box-shadow: 20px 0 30px -20px rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  top: 20px;
  bottom: 0;
  display: none;
  width: 60px;
  display: block;
  height: 100%;
}



#content-preview .item-gallery-header {
  margin-bottom: 5px !important;
}
#content-preview .item-gallery-header .label {
  font-weight: 700;
  font-size: 22px;
  color: rgba(0,0,0,0.74);
}



.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.cart-content {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cart-actions {
  flex: 0 0 auto;
}
.button-checkout {
  border-radius: 10px 0 0 10px !important;
  background-color: #ecdbc1 !important;
  opacity: 0.8 !important;
}
.button-checkout:hover,
.button-checkout:active,
.button-checkout:focus {
  opacity: 1 !important;
}




.olap-table .td.status {
  padding: 0;
}

.olap-table-box {
  width: 100%;
  height: 100%;
}
.olap-table {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.olap-table.sticky {
  overflow: scroll;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header {
  top: 0;
  border-bottom: 1px solid #eee;
}
.olap-table.sticky .footer {
  bottom: 0;
  border-top: 1px solid #eee;
}
.olap-table.sticky .body {
  position: relative;
  z-index: 0;
}
.olap-table.sticky [data-sticky-td] {
  position: sticky;
}
.olap-table.sticky [data-sticky-last-left-td] {
  border-right: 1px solid #ddd;
}
.olap-table.sticky [data-sticky-first-right-td] {
  border-right: 1px solid #ddd;
}
.olap-table .olap-table-loading-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.olap-table .olap-table-loading-box .shadow {
  background-color: rgba(0,0,0,0.5);
}
.olap-table .header {
  font-size: 15px;
  color: rgba(0,0,0,0.54);
}
.olap-table.sticky .body {
  font-weight: 300;
  font-size: 14px;
  min-height: calc(100% - 69px);
}
.olap-table .th,
.olap-table .td {
  padding: 5px;
  border-bottom: 1px solid #f7f7f7;
  background-color: #fff;
  overflow: hidden;
}
.olap-table .th,
.olap-table .td:last-child {
  border-right: 1px solid #f7f7f7;
}
.olap-table .th .resizer,
.olap-table .td .resizer {
  display: inline-block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  z-index: 1;
}
.olap-table .th .resizer.isResizing,
.olap-table .td .resizer.isResizing {
  background: #f00;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(195,195,211,0.05) !important;
}
.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background-color: rgba(195,195,211,0.1) !important;
}
.ReactTable {
  font-family: RobotoLight;
  width: 100%;
  height: 100%;
}
.ReactTable .icon svg {
  width: 20px;
  height: 20px;
}
.ReactTable .icon.small svg {
  width: 18px;
  height: 18px;
}
.ReactTable .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReactTable .rt-tr-group {
  border-bottom: 0px solid !important;
}
.ReactTable .rt-td {
  line-height: 28px;
  padding: 0 5px;
}
.ReactTable .rt-tbody {
  overflow-x: hidden;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(76,66,66,0.05);
}
.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0,0,0,0.08) !important;
}
.ReactTable {
  border: 0 solid !important;
}
.ReactTable .pagination-bottom {
  opacity: 0.5 !important;
}
.ReactTable .pagination-bottom button {
  padding: 0 6px !important;
}
.ReactTable .pagination-bottom >div>div {
  height: 20px !important;
}
.ReactTable .pagination-bottom input {
  padding: 1px 7px !important;
}
.ReactTable .pagination-bottom select {
  padding: 0 7px !important;
}
.ReactTable .color-red {
  color: #e9c8c8;
}
.ReactTable .color-green {
  color: #87bfa8;
}





#payment-form {
  width: 100%;
  align-self: center;
  border-radius: 7px;
  padding: 10px 0px;
}
#payment-form input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50,50,93,0.1);
  max-height: 44px;
  font-size: 16px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
#payment-form .result-message {
  line-height: 22px;
  font-size: 16px;
}
#payment-form .result-message a {
  color: #596fd6;
  font-weight: 600;
  text-decoration: none;
}
#payment-form .hidden {
  display: none;
}
#payment-form #card-error {
  color: #697386;
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  text-align: center;
}
#payment-form #card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50,50,93,0.1);
  max-height: 44px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
#payment-form #payment-request-button {
  margin-bottom: 32px;
}
/* Buttons and links */
#payment-form button {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #fff;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0,0,0,0.07);
  width: 100%;
}
#payment-form button:hover {
  filter: contrast(115%);
}
#payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}
/* spinner/processing state, errors */
#payment-form .spinner,
#payment-form .spinner:before,
#payment-form .spinner:after {
  border-radius: 50%;
}
#payment-form .spinner {
  color: #fff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#payment-form .spinner:before,
#payment-form .spinner:after {
  position: absolute;
  content: "";
}
#payment-form .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
#payment-form .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@media only screen and (max-width: 600px) {
  #payment-form form {
    width: 80vw;
  }
}
@-moz-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.cart-content {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cart-actions {
  flex: 0 0 auto;
}
.button-checkout {
  border-radius: 10px 0 0 10px !important;
  background-color: #ecdbc1 !important;
  opacity: 0.8 !important;
}
.button-checkout:hover,
.button-checkout:active,
.button-checkout:focus {
  opacity: 1 !important;
}



#section-map {
  overflow: hidden;
}
#section-map .map-container {
  position: relative;
  width: 100%;
  height: 250px;
  background: #ebecf0;
}
#section-map .map-container #map {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}
#section-map .map-container .info-container {
  position: absolute;
  top: 0;
  right: 0;
  background: #2b5b37;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 30px 30px 0 30px;
}
#section-map .map-container .info-container p:nth-child(1) {
  padding: 0 0 10px;
  font-size: 0.9375rem;
  color: #c3d2a4;
  letter-spacing: -0.04em;
  font-weight: 700;
}
#section-map .map-container .info-container p:nth-child(2) {
  color: #c3d2a4;
  font-size: 1.1rem;
  letter-spacing: -0.04em;
}

.checkout-step-form .pickup-delivery-form .MuiListItem-root {
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  margin-bottom: 20px;
}
.checkout-step-form .pickup-delivery-form .MuiListItem-root.Mui-selected {
  background-color: #ee4034 !important;
  color: #fff !important;
}




.event-search-widget {
  background-color: #fff;
  width: 350px;
  max-width: 100%;
  border-radius: 2px;
}
.event-search-widget .MuiInputBase-input {
  padding: 0;
}

.event-delivery-form .calendar-widget {
  background-color: #fef19f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.event-delivery-form .calendar-widget img {
  max-width: 300px;
}
.event-delivery-form .react-calendar {
  border: none;
}
.event-delivery-form .react-calendar__tile--active,
.event-delivery-form .react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #ee4034 !important;
}
.event-delivery-form .react-calendar__tile--now {
  background: #f7e886;
}
.event-delivery-form .react-calendar__tile:disabled {
  background-color: transparent;
  opacity: 0.3;
}
.event-delivery-form .event-delivery-form .MuiListItem-root {
  border: none;
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.delivery-step .delivery-option {
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  max-width: 180px;
  text-align: center;
}
.delivery-step .delivery-option.selected {
  color: #fff;
  background-color: #ee4034;
}
@media (max-width: 767px) {
  .delivery-step .delivery-option {
    height: 40px;
    max-width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
  }
}





.searchbar-widget {
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.searchbar-widget:hover {
  background-color: rgba(0,0,0,0.06) !important;
}
.searchbar-widget .MuiInputBase-input {
  padding: 0;
}

.ant-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
}
.ant-pagination .item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ant-pagination .item a {
  display: block;
  padding: 0 6px;
  color: rgba(0,0,0,0.65);
  -webkit-transition: none;
  transition: none;
}
.ant-pagination .item.selected {
  font-weight: 500;
  background: #fff;
  border-color: #3f51b5;
  color: #3f51b5;
}
.ant-pagination .item:focus,
.ant-pagination .item:hover {
  border-color: #3f51b5;
  color: #3f51b5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-table-item h2 {
  font-weight: 300;
  font-size: 14px;
}














.MuiSelect-selectMenu {
  white-space: normal !important;
}

.bookkeeping .olap-table {
  height: auto;
}











.order-list-page .searchbar-widget {
  background-color: #fff !important;
}
.order-list-page .searchbar-widget:hover {
  background-color: #fbfbfb !important;
}

.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.cart-content {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cart-actions {
  flex: 0 0 auto;
}
.button-checkout {
  border-radius: 10px 0 0 10px !important;
  background-color: #ecdbc1 !important;
  opacity: 0.8 !important;
}
.button-checkout:hover,
.button-checkout:active,
.button-checkout:focus {
  opacity: 1 !important;
}

.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.cart-content {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cart-actions {
  flex: 0 0 auto;
}
.button-checkout {
  border-radius: 10px 0 0 10px !important;
  background-color: #ecdbc1 !important;
  opacity: 0.8 !important;
}
.button-checkout:hover,
.button-checkout:active,
.button-checkout:focus {
  opacity: 1 !important;
}

.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.cart-content {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cart-actions {
  flex: 0 0 auto;
}
.button-checkout {
  border-radius: 10px 0 0 10px !important;
  background-color: #ecdbc1 !important;
  opacity: 0.8 !important;
}
.button-checkout:hover,
.button-checkout:active,
.button-checkout:focus {
  opacity: 1 !important;
}




.olap-table-box {
  width: 100%;
  height: 100%;
}
.olap-table {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.olap-table.sticky {
  overflow: scroll;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header {
  top: 0;
  border-bottom: 1px solid #eee;
}
.olap-table.sticky .footer {
  bottom: 0;
  border-top: 1px solid #eee;
}
.olap-table.sticky .body {
  position: relative;
  z-index: 0;
}
.olap-table.sticky [data-sticky-td] {
  position: sticky;
}
.olap-table.sticky [data-sticky-last-left-td] {
  border-right: 1px solid #ddd;
}
.olap-table.sticky [data-sticky-first-right-td] {
  border-right: 1px solid #ddd;
}
.olap-table .olap-table-loading-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.olap-table .olap-table-loading-box .shadow {
  background-color: rgba(0,0,0,0.5);
}
.olap-table .header {
  font-size: 15px;
  color: rgba(0,0,0,0.54);
}
.olap-table.sticky .body {
  font-weight: 300;
  font-size: 14px;
  min-height: calc(100% - 69px);
}
.olap-table .th,
.olap-table .td {
  padding: 5px;
  border-bottom: 1px solid #f7f7f7;
  background-color: #fff;
  overflow: hidden;
}
.olap-table .th,
.olap-table .td:last-child {
  border-right: 1px solid #f7f7f7;
}
.olap-table .th .resizer,
.olap-table .td .resizer {
  display: inline-block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  z-index: 1;
}
.olap-table .th .resizer.isResizing,
.olap-table .td .resizer.isResizing {
  background: #f00;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(195,195,211,0.05) !important;
}
.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background-color: rgba(195,195,211,0.1) !important;
}
.ReactTable {
  font-family: RobotoLight;
  width: 100%;
  height: 100%;
}
.ReactTable .icon svg {
  width: 20px;
  height: 20px;
}
.ReactTable .icon.small svg {
  width: 18px;
  height: 18px;
}
.ReactTable .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReactTable .rt-tr-group {
  border-bottom: 0px solid !important;
}
.ReactTable .rt-td {
  line-height: 28px;
  padding: 0 5px;
}
.ReactTable .rt-tbody {
  overflow-x: hidden;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(76,66,66,0.05);
}
.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0,0,0,0.08) !important;
}
.ReactTable {
  border: 0 solid !important;
}
.ReactTable .pagination-bottom {
  opacity: 0.5 !important;
}
.ReactTable .pagination-bottom button {
  padding: 0 6px !important;
}
.ReactTable .pagination-bottom >div>div {
  height: 20px !important;
}
.ReactTable .pagination-bottom input {
  padding: 1px 7px !important;
}
.ReactTable .pagination-bottom select {
  padding: 0 7px !important;
}
.ReactTable .color-red {
  color: #e9c8c8;
}
.ReactTable .color-green {
  color: #87bfa8;
}

.product-table-item h2 {
  font-weight: 300;
  font-size: 14px;
}

.MuiSelect-selectMenu {
  white-space: normal !important;
}


.order-list-page .searchbar-widget {
  background-color: #fff !important;
}
.order-list-page .searchbar-widget:hover {
  background-color: #fbfbfb !important;
}

@media print {
  .pagebreak {
    clear: both;
    page-break-after: always;
  }
}

.order-list-page .searchbar-widget {
  background-color: #fff !important;
}
.order-list-page .searchbar-widget:hover {
  background-color: #fbfbfb !important;
}

@media print {
  .pagebreak {
    clear: both;
    page-break-after: always;
  }
}

.employee-list-page .searchbar-widget {
  background-color: #fff !important;
}
.employee-list-page .searchbar-widget:hover {
  background-color: #fbfbfb !important;
}


.product-gallery-item h2 {
  font-weight: 300;
  font-size: 14px;
}

.product-grid-tmall .item {
  width: 20%;
  min-width: 20%;
  padding: 8px;
}
.product-grid-tmall.with-filter .item {
  width: 25%;
  min-width: 25%;
}
@media only screen and (max-width: 1000px) {
  .product-grid-tmall .item {
    width: 25%;
    min-width: 25%;
  }
  .product-grid-tmall.with-filter .item {
    width: 33.33333%;
    min-width: 33.33333%;
  }
}
.product-mobile-grid {
  margin-left: 5px;
  margin-right: 5px;
  min-height: 70px;
  transition: 0.3s;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product-mobile-grid .item {
  width: 50%;
}
/*

.product-grid
  display: grid;
  grid-template-columns: 200px 200px 200px 200px 200px 200px
  justify-content: space-between;
  row-gap: 25px;
  column-gap: 25px;




@media only screen and (max-width: 1390px) {
  .product-grid {
    grid-template-columns: 200px 200px 200px 200px 200px
  }
}

@media only screen and (max-width: 1130px) {
  .product-grid {
    grid-template-columns: 200px 200px 200px 200px 200px
  }
}

@media only screen and (max-width: 910px) {
  .product-grid {
    grid-template-columns: 200px 200px 200px
  }
}



@media only screen and (max-width: 768px) {
  .product-grid {
    grid-template-columns: 100%
  }
  .product-item .name {
    font-size 16px !important
  }
}

*/

.button-grid {
  display: flex;
  flex-direction: column;
  gap: 16px; /* Space between rows */
}
.button-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Four buttons per row */
  gap: 16px; /* Space between buttons in the row */
}
.button-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-icon {
  width: 100%;
  padding: 10px 16px;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background-color 0.2s ease;
}
.button-icon:hover {
  background-color: #e0e0e0;
}
.icon {
  margin-right: 8px; /* Space between the icon and the label */
}




.dante-editor .popover-inner {
  width: auto !important;
  padding: 0 !important;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .dante-editor.view .css-1ixu9ad .graf--layoutFillWidth {
    margin-left: 0px;
    margin-right: 0px;
  }
  .dante-editor.view .css-1ixu9ad .graf--layoutFillWidth > figure {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.dante-editor.view .css-1ixu9ad {
  font-family: Roboto, "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
.dante-editor .css-1ixu9ad .graf--layoutOutsetLeft {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .dante-editor.view .css-1ixu9ad .postContent {
    font-size: 18px;
  }
  .dante-editor .css-1ixu9ad .graf--layoutOutsetLeft {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}



.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.image-widget-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.css-yrspe {
  z-index: 201 !important;
}
.css-1rbq2qy {
  z-index: 202 !important;
}
.structure-list__sortable-object {
  z-index: 1400 !important;
}










































































.olap-table-box {
  width: 100%;
  height: 100%;
}
.olap-table {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.olap-table.sticky {
  overflow: scroll;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header {
  top: 0;
  border-bottom: 1px solid #eee;
}
.olap-table.sticky .footer {
  bottom: 0;
  border-top: 1px solid #eee;
}
.olap-table.sticky .body {
  position: relative;
  z-index: 0;
}
.olap-table.sticky [data-sticky-td] {
  position: sticky;
}
.olap-table.sticky [data-sticky-last-left-td] {
  border-right: 1px solid #ddd;
}
.olap-table.sticky [data-sticky-first-right-td] {
  border-right: 1px solid #ddd;
}
.olap-table .olap-table-loading-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.olap-table .olap-table-loading-box .shadow {
  background-color: rgba(0,0,0,0.5);
}
.olap-table .header {
  font-size: 15px;
  color: rgba(0,0,0,0.54);
}
.olap-table.sticky .body {
  font-weight: 300;
  font-size: 14px;
  min-height: calc(100% - 69px);
}
.olap-table .th,
.olap-table .td {
  padding: 5px;
  border-bottom: 1px solid #f7f7f7;
  background-color: #fff;
  overflow: hidden;
}
.olap-table .th,
.olap-table .td:last-child {
  border-right: 1px solid #f7f7f7;
}
.olap-table .th .resizer,
.olap-table .td .resizer {
  display: inline-block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  z-index: 1;
}
.olap-table .th .resizer.isResizing,
.olap-table .td .resizer.isResizing {
  background: #f00;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(195,195,211,0.05) !important;
}
.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background-color: rgba(195,195,211,0.1) !important;
}
.ReactTable {
  font-family: RobotoLight;
  width: 100%;
  height: 100%;
}
.ReactTable .icon svg {
  width: 20px;
  height: 20px;
}
.ReactTable .icon.small svg {
  width: 18px;
  height: 18px;
}
.ReactTable .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReactTable .rt-tr-group {
  border-bottom: 0px solid !important;
}
.ReactTable .rt-td {
  line-height: 28px;
  padding: 0 5px;
}
.ReactTable .rt-tbody {
  overflow-x: hidden;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(76,66,66,0.05);
}
.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0,0,0,0.08) !important;
}
.ReactTable {
  border: 0 solid !important;
}
.ReactTable .pagination-bottom {
  opacity: 0.5 !important;
}
.ReactTable .pagination-bottom button {
  padding: 0 6px !important;
}
.ReactTable .pagination-bottom >div>div {
  height: 20px !important;
}
.ReactTable .pagination-bottom input {
  padding: 1px 7px !important;
}
.ReactTable .pagination-bottom select {
  padding: 0 7px !important;
}
.ReactTable .color-red {
  color: #e9c8c8;
}
.ReactTable .color-green {
  color: #87bfa8;
}

















.inventory-list .MuiSelect-root {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}









.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.cart-content {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cart-actions {
  flex: 0 0 auto;
}
.button-checkout {
  border-radius: 10px 0 0 10px !important;
  background-color: #ecdbc1 !important;
  opacity: 0.8 !important;
}
.button-checkout:hover,
.button-checkout:active,
.button-checkout:focus {
  opacity: 1 !important;
}























































.group-item_1 .expand-icon {
  transform: translateY(0%) rotate(0deg);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.group-item_1.expanded .expand-icon {
  transform: translateY(0%) rotate(180deg);
}


.group-item_1 .expand-icon {
  transform: translateY(0%) rotate(0deg);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.group-item_1.expanded .expand-icon {
  transform: translateY(0%) rotate(180deg);
}

















.horizontal-select-widget {
  border-color: #e5e9f2 !important;
}
.horizontal-select-widget li {
  white-space: normal !important;
  border-right: 1px solid #eee;
}
.horizontal-select-widget li:hover {
  background-color: rgba(0,0,0,0.04);
}
.horizontal-select-widget li.selected {
  background-color: rgba(0,0,0,0.08);
}
.horizontal-select-widget li:last-child {
  border-right: 0px !important;
}



.product-list-page .searchbar-widget {
  background-color: #fff !important;
}
.product-list-page .searchbar-widget:hover {
  background-color: #fbfbfb !important;
}
.product-list-page .product-grid-tmall .item {
  width: 20%;
  min-width: 20%;
  padding: 8px;
}
.product-list-page .product-grid-tmall.with-filter .item {
  width: 20%;
  min-width: 20%;
}
@media only screen and (max-width: 1200px) {
  .product-list-page .product-grid-tmall .item {
    width: 25%;
    min-width: 25%;
  }
  .product-list-page .product-grid-tmall.with-filter .item {
    width: 25%;
    min-width: 25%;
  }
}
@media only screen and (max-width: 1000px) {
  .product-list-page .product-grid-tmall .item {
    width: 25%;
    min-width: 25%;
  }
  .product-list-page .product-grid-tmall.with-filter .item {
    width: 33.33333%;
    min-width: 33.33333%;
  }
}

.product-gallery-item h2 {
  font-weight: 300;
  font-size: 14px;
}

.product-grid-tmall .item {
  width: 20%;
  min-width: 20%;
  padding: 8px;
}
.product-grid-tmall.with-filter .item {
  width: 25%;
  min-width: 25%;
}
@media only screen and (max-width: 1000px) {
  .product-grid-tmall .item {
    width: 25%;
    min-width: 25%;
  }
  .product-grid-tmall.with-filter .item {
    width: 33.33333%;
    min-width: 33.33333%;
  }
}
.product-mobile-grid {
  margin-left: 5px;
  margin-right: 5px;
  min-height: 70px;
  transition: 0.3s;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.product-mobile-grid .item {
  width: 50%;
}
/*

.product-grid
  display: grid;
  grid-template-columns: 200px 200px 200px 200px 200px 200px
  justify-content: space-between;
  row-gap: 25px;
  column-gap: 25px;




@media only screen and (max-width: 1390px) {
  .product-grid {
    grid-template-columns: 200px 200px 200px 200px 200px
  }
}

@media only screen and (max-width: 1130px) {
  .product-grid {
    grid-template-columns: 200px 200px 200px 200px 200px
  }
}

@media only screen and (max-width: 910px) {
  .product-grid {
    grid-template-columns: 200px 200px 200px
  }
}



@media only screen and (max-width: 768px) {
  .product-grid {
    grid-template-columns: 100%
  }
  .product-item .name {
    font-size 16px !important
  }
}

*/























.product-list-page .searchbar-widget {
  background-color: #fff !important;
}
.product-list-page .searchbar-widget:hover {
  background-color: #fbfbfb !important;
}
.product-list-page .product-grid-tmall .item {
  width: 20%;
  min-width: 20%;
  padding: 8px;
}
.product-list-page .product-grid-tmall.with-filter .item {
  width: 20%;
  min-width: 20%;
}
@media only screen and (max-width: 1200px) {
  .product-list-page .product-grid-tmall .item {
    width: 25%;
    min-width: 25%;
  }
  .product-list-page .product-grid-tmall.with-filter .item {
    width: 25%;
    min-width: 25%;
  }
}
@media only screen and (max-width: 1000px) {
  .product-list-page .product-grid-tmall .item {
    width: 25%;
    min-width: 25%;
  }
  .product-list-page .product-grid-tmall.with-filter .item {
    width: 33.33333%;
    min-width: 33.33333%;
  }
}







.title-block.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.title-block.preview-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.title-block > div {
  max-width: 100%;
}
.title-block .title-preview {
  margin-bottom: 12px;
  font-size: 14px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.title-block .title-title {
  max-width: 100%;
  font-size: 32px;
  color: #0f2137;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.025em;
}
.title-block .title-description {
  margin-bottom: 15px;
  margin-top: 30px;
  max-width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .title-block .title-title {
    font-size: 20px;
  }
  .title-block .title-preview {
    margin-bottom: 0px;
  }
}

.item-gallery-widget .box-shadow.right {
  right: -61px;
  -webkit-box-shadow: -20px 0 30px -20px rgba(0,0,0,0.3);
  box-shadow: -20px 0 30px -20px rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  top: 20px;
  bottom: 0;
  display: none;
  width: 60px;
  display: block;
  height: 100%;
}
.item-gallery-widget .box-shadow.left {
  left: -61px;
  -webkit-box-shadow: 20px 0 30px -20px rgba(0,0,0,0.3);
  box-shadow: 20px 0 30px -20px rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  top: 20px;
  bottom: 0;
  display: none;
  width: 60px;
  display: block;
  height: 100%;
}

.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}



.MuiSelect-selectMenu {
  white-space: normal !important;
}




.product-table-item h2 {
  font-weight: 300;
  font-size: 14px;
}

.product-table .MuiTableBody-root .MuiTableCell-root {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.product-table .MuiTablePagination-caption {
  display: none;
}
.product-table .MuiTableCell-stickyHeader {
  background-color: #fff;
}
.survey-analytics-widget .MuiTableRow-root {
  height: 50px;
}
.survey-analytics-widget tr th:first-child {
  border-top-left-radius: 10px;
}
.survey-analytics-widget tr th:last-child {
  border-top-right-radius: 10px;
}


.form_question-component.multiple_choice {
  border: 0;
  padding: 0.01em 0 0;
  margin: 0;
  min-width: 0;
}
.form_question-component .header-counter {
  position: absolute;
  right: 100%;
  padding-right: 8px;
  height: 32px;
}
.form_question-component .header-counter .index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0,0,0,0.7);
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
  display: none;
}
.form_question-component .form_question-text {
  font-size: 24px;
  color: #284d77;
}
.form_question-component .content {
  margin-top: 32px;
}
.form_question-component .answers {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  margin-bottom: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-width: 168px;
}
.form_question-component .answers.horizontal {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -8px;
}
.form_question-component .answers .answer {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 15px;
  margin-left: -12px;
}
.form_question-component .answers.horizontal .answer {
  margin-right: 8px;
  padding-right: 5px;
  width: calc(33.33333% - 8px);
}
.form_question-component .answers.with-image .answer {
  padding: 0;
}
.form_question-component .answers .text-box {
  display: flex;
  align-items: center;
  min-height: 34px;
}
.form_question-component .answers.with-image .text-box {
  padding-left: 5px;
  padding-right: 5px;
}
.form_question-component .answers .image {
  padding: 8px 8px 0 8px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
}
.form_question-component .answers .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  min-height: 1px;
}
.form_question-component .answer-box {
  min-width: auto;
  margin-right: 5px;
}
.form_question-component .answers .answer-text {
  font-size: 18px;
  vertical-align: center;
  color: rgba(0,0,0,0.7);
  color: #7092b9;
}
.form_question-component .show-correct-answer .answer-box {
  opacity: 0.3;
}
.form_question-component .show-correct-answer.poll .answer-box {
  opacity: 1;
}
.form_question-component .answers .answer.correct {
  border: 1px solid #32a24a;
}
.form_question-component .answers .answer.correct .answer-text {
  color: #008000;
}
.form_question-component .answers .answer.incorrect {
  border: 1px solid rgba(245,0,87,0.5);
}
.form_question-component .answers .answer.incorrect .answer-text {
  color: #f6145e;
}
@media (max-width: 767px) {
  .form_question-component .answers {
    width: 100%;
  }
  .form_question-component .answers.with-image.horizontal {
    flex-direction: row;
  }
  .form_question-component .answers.with-image.horizontal .answer {
    margin-right: 0;
    width: 100%;
  }
}

.form_question-component .text-answer {
  max-width: 400px;
}



.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.css-yrspe {
  z-index: 201 !important;
}
.css-1rbq2qy {
  z-index: 202 !important;
}
.structure-list__sortable-object {
  z-index: 1400 !important;
}

.form_question-component .text-answer {
  max-width: 400px;
}

.form_question-component .text-answer {
  max-width: 400px;
}

.signature-answer {
  margin-top: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  position: relative;
}
.signature-answer .signature-answer-reset {
  position: absolute;
  top: -42px;
  right: 0px;
}

.form_question-component .text-answer {
  max-width: 400px;
}

.form_question-component .text-answer {
  max-width: 400px;
}

.form_question-component .draft-view {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: inherit;
}
.form_quiz-form_question-view .layout-block {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form_quiz-form_question-view .layout-container {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}
.form_quiz-form_question-view .form_question-component .explanation {
  padding: 20px;
  border: 1px solid #d9e9fe;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #7092b9;
}

.form_quiz-form-builder .paper-box {
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 15px;
}

.form-complete-screen .paper-box {
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 15px;
}

.form-complete-screen .paper-box {
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 15px;
}



.form-read-widget .form_quiz-form-builder .paper-box {
  border-radius: 0px;
  border-bottom: 1px solid #eee;
  margin: 0px;
  box-shadow: none;
}
.form-read-widget h1 {
  font-size: 28px;
}



.product-image-widget .item-preview {
  width: 50px;
  height: 50px;
  opacity: 0.75;
  transition: opacity 0.5s;
}
.product-image-widget .item-preview.selected {
  opacity: 1;
  box-shadow: rgba(38,78,118,0.2) 0px 0px 15px inset;
}
.product-image-widget .item-preview:hover {
  opacity: 1;
}
.react-images__blanket {
  z-index: 2001 !important;
}
.react-images__positioner {
  z-index: 2002 !important;
}

.product-feature-select-widget {
  display: flex;
}
.product-feature-select-widget .select-item {
  padding: 2px 10px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 3px;
}
.product-feature-select-widget .select-item:hover {
  border-color: rgba(63,81,181,0.5);
}
.product-feature-select-widget .select-item.selected {
  border-color: rgba(63,81,181,0.5);
  color: #3f51b5;
}

.product-gallery-item h2 {
  font-weight: 300;
  font-size: 14px;
}
.image-feature {
  position: absolute;
  right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 13px;
  z-index: 20;
  background-color: #e84794;
  color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-width: 40px;
}


.product-description-block .product-name-vertical h1 {
  font-size: 25px;
}
.product-description-block .product-name-vertical .product-name-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-description-block .product-name-vertical .product_property {
  font-size: 15px;
}
.product-description {
  padding-right: 15px;
}
.product-description table td {
  padding: 8px 20px;
  border: 1px solid #b5bdc6;
}
.product-description table td p:last-child {
  margin-bottom: 0;
}
.product-description table td p {
  margin: 0 0 8px 0;
}
.product-description table {
  margin: 30px 0;
}
.product-description p {
  margin: 0 0 10px;
}
.product-description h2,
.product-description .h2 {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: normal;
  color: #1e5ca5;
  margin: 15px 0 10px 0 !important;
  text-transform: none;
}
.product-description h3,
.product-description .h3 {
  font-size: 16px !important;
}
.product-description ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.product-description li {
  display: list-item;
  text-align: -webkit-match-parent;
}
@media screen and (max-width: 767px) {
  .product-description {
    padding: 0;
  }
}
.product-description-block .item {
  border-color: transparent !important;
}


.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}








.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.image-widget-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.css-yrspe {
  z-index: 201 !important;
}
.css-1rbq2qy {
  z-index: 202 !important;
}
.structure-list__sortable-object {
  z-index: 1400 !important;
}

.course-structure-item .structure-content {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.course-structure-item .structure-object-list {
  max-width: 650px;
  width: 100%;
}
.course-structure-item .structure-object-list .actions {
  margin-top: 10px;
  margin-bottom: 0;
}
.course-structure-item .structure-object-list .form_quiz-object {
  display: flex;
  align-items: center;
}
.course-structure-item .structure-object-list .form_quiz-object .position {
  font-weight: 700;
  margin-right: 5px;
}
.form_quiz-object-list__sortable-object .form_quiz-object {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
  padding: 2px 10px;
}
.form_quiz-object-list__sortable-object .form_quiz-object .reorder {
  width: 20px;
  height: 20px;
  padding-top: 5px;
}
.form_quiz-object-list__sortable-object .form_quiz-object .delete,
.form_quiz-object-list__sortable-object .form_quiz-object .edit {
  display: none;
}
.structure-object-select .object-type-select-button {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  margin: 5px 5px;
}
.structure-object-select .object-type-select-button >span {
  display: flex;
  flex-direction: column;
}
.structure-object-select .object-type-select-button .title {
  font-weight: 700;
  color: #6c737f;
}
.structure-object-select .object-type-select-button .description {
  font-size: 10px;
  color: #5d5d5d;
  letter-spacing: 0.5px;
}
.structure-object-select .object-type-select-button .icon {
  color: #6b727e;
}
.structure-object-select .object-type-select-button:hover {
  background-color: rgba(0,0,0,0.12);
}
.mobile .structure-object-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mobile .structure-object-select .object-type-select-button {
  padding: 2px 5px;
}
.mobile .structure-object-select .object-type-select-button .title {
  font-size: 12px;
}




.object-type-select-button {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  margin: 5px 5px;
  min-width: 70px;
}
.object-type-select-button >span {
  display: flex;
  flex-direction: column;
  color: #5d5d5d;
}
.object-type-select-button svg {
  color: #6b727e;
}
.object-type-select-button:hover {
  background-color: rgba(0,0,0,0.12);
}






.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}














@media print {
  #form_survey-qr-page .print-action-box {
    visibility: hidden;
  }
}

#form_survey-qr-page .paper-box {
  border: 1px solid #ddd;
  box-shadow: none;
}

.form-print-page .paper-box {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}








.olap-table-box {
  width: 100%;
  height: 100%;
}
.olap-table {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.olap-table.sticky {
  overflow: scroll;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header {
  top: 0;
  border-bottom: 1px solid #eee;
}
.olap-table.sticky .footer {
  bottom: 0;
  border-top: 1px solid #eee;
}
.olap-table.sticky .body {
  position: relative;
  z-index: 0;
}
.olap-table.sticky [data-sticky-td] {
  position: sticky;
}
.olap-table.sticky [data-sticky-last-left-td] {
  border-right: 1px solid #ddd;
}
.olap-table.sticky [data-sticky-first-right-td] {
  border-right: 1px solid #ddd;
}
.olap-table .olap-table-loading-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.olap-table .olap-table-loading-box .shadow {
  background-color: rgba(0,0,0,0.5);
}
.olap-table .header {
  font-size: 15px;
  color: rgba(0,0,0,0.54);
}
.olap-table.sticky .body {
  font-weight: 300;
  font-size: 14px;
  min-height: calc(100% - 69px);
}
.olap-table .th,
.olap-table .td {
  padding: 5px;
  border-bottom: 1px solid #f7f7f7;
  background-color: #fff;
  overflow: hidden;
}
.olap-table .th,
.olap-table .td:last-child {
  border-right: 1px solid #f7f7f7;
}
.olap-table .th .resizer,
.olap-table .td .resizer {
  display: inline-block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  z-index: 1;
}
.olap-table .th .resizer.isResizing,
.olap-table .td .resizer.isResizing {
  background: #f00;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(195,195,211,0.05) !important;
}
.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background-color: rgba(195,195,211,0.1) !important;
}
.ReactTable {
  font-family: RobotoLight;
  width: 100%;
  height: 100%;
}
.ReactTable .icon svg {
  width: 20px;
  height: 20px;
}
.ReactTable .icon.small svg {
  width: 18px;
  height: 18px;
}
.ReactTable .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReactTable .rt-tr-group {
  border-bottom: 0px solid !important;
}
.ReactTable .rt-td {
  line-height: 28px;
  padding: 0 5px;
}
.ReactTable .rt-tbody {
  overflow-x: hidden;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(76,66,66,0.05);
}
.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0,0,0,0.08) !important;
}
.ReactTable {
  border: 0 solid !important;
}
.ReactTable .pagination-bottom {
  opacity: 0.5 !important;
}
.ReactTable .pagination-bottom button {
  padding: 0 6px !important;
}
.ReactTable .pagination-bottom >div>div {
  height: 20px !important;
}
.ReactTable .pagination-bottom input {
  padding: 1px 7px !important;
}
.ReactTable .pagination-bottom select {
  padding: 0 7px !important;
}
.ReactTable .color-red {
  color: #e9c8c8;
}
.ReactTable .color-green {
  color: #87bfa8;
}

.product-table-item h2 {
  font-weight: 300;
  font-size: 14px;
}

.MuiSelect-selectMenu {
  white-space: normal !important;
}




.order-list-page .searchbar-widget {
  background-color: #fff !important;
}
.order-list-page .searchbar-widget:hover {
  background-color: #fbfbfb !important;
}

#inventory-order-list-page {
  min-height: 100vh;
}



.inventory-order .order-box {
  width: 100%;
  border: 1px solid;
  max-width: 500px;
  font-size: 18px;
  padding-top: 20px;
  margin-top: 10px;
}
.inventory-order .title {
  font-size: 30px;
  margin-top: 40px;
}
.inventory-order .text-line {
  margin-top: 8px;
}
.inventory-order td,
th {
  padding: 10px 5px !important;
}
.inventory-order thead tr {
  text-align: center;
}
.inventory-order tbody tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.1);
}
.inventory-order .inventory_name {
  padding-left: 24px !important;
  text-align: left;
}
.inventory-order .inventory_quantity_requested {
  width: 90px;
  text-align: center;
  font-weight: bold;
}
.inventory-order .inventory_quantity_delivered {
  width: 60px;
  text-align: center;
}
.inventory-order .inventory_quantity_delivered {
  width: 60px;
  text-align: center;
}
.inventory-order table {
  width: 100%;
}
@media print {
  @page {
    size: auto !important;
    margin: 0px !important;
  }
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img,
  .bakers_order {
    page-break-inside: avoid;
  }
  tr {
    border-bottom: 1px solid #000;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    font-size: 0.7em;
    line-height: 1em;
  }
  .inventory-order td.inventory_quantity_delivered,
  .inventory-order td.inventory_quantity_shrink {
    border: 1px solid #000;
  }
  .inventory-order .comment {
    display: none;
  }
  .inventory-order .edit-mode-button,
  .inventory-order .inventory_add_product,
  .inventory-order .inventory_delete {
    display: none !important;
  }
  .header,
  .hide {
    visibility: hidden;
  }
  .inventory-order .order-box {
    font-size: 12px;
  }
  .inventory-order td,
  th {
    padding: 1px !important;
  }
  .inventory-order .text-line {
    margin-top: 0px !important;
  }
  .inventory-order .title {
    font-size: 20px;
    margin: 0;
  }
  .inventory-order .title,
  .inventory-order .title span {
    color: #000 !important;
  }
  #app >div,
  .app-content,
  body,
  html,
  #inventory-order-list-page {
    min-height: 0px !important;
    height: auto !important;
  }
}
@media screen {
  .inventory-order td.inventory_quantity_delivered,
  .inventory-order td.inventory_quantity_shrink,
  .inventory-order th.inventory_quantity_delivered,
  .inventory-order th.inventory_quantity_shrink {
    display: none;
  }
}

#inventory-order-list-page {
  min-height: 100vh;
}

@media print {
  #form_survey-qr-page .print-action-box {
    visibility: hidden1;
  }
}
#inventory-order-page .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0,0,0,0.23) !important;
}


#inventory-order-page {
  min-height: 100vh;
}

.inventory-order .order-box {
  width: 100%;
  max-width: 500px;
  font-size: 18px;
  padding-top: 20px;
  margin-top: 10px;
}
.inventory-order-dialog .order-box {
  border: 0 !important;
  padding-top: 0 !important;
}
.inventory-order .title {
  font-size: 30px;
  margin-top: 40px;
}
.inventory-order .text-line {
  margin-top: 8px;
}
.inventory-order td,
th {
  padding: 10px 5px !important;
}
.inventory-order thead tr {
  text-align: center;
}
.inventory-order tbody tr:nth-child(odd) {
  background-color: rgba(0,0,0,0.1);
}
.inventory-order .inventory_name {
  padding-left: 24px !important;
  text-align: left;
}
.inventory-order .inventory_quantity_requested {
  width: 90px;
  text-align: center;
  font-weight: bold;
}
.inventory-order .inventory_quantity_delivered {
  width: 60px;
  text-align: center;
}
.inventory-order .inventory_quantity_delivered {
  width: 60px;
  text-align: center;
}
.inventory-order table {
  width: 100%;
}
@media print {
  @page {
    size: auto !important;
    margin: 0px !important;
  }
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img,
  .bakers_order {
    page-break-inside: avoid;
  }
  tr {
    border-bottom: 1px solid #000;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    font-size: 0.7em;
    line-height: 1em;
  }
  .inventory-order td.inventory_quantity_delivered,
  .inventory-order td.inventory_quantity_shrink {
    border: 1px solid #000;
  }
  .inventory-order .comment {
    display: none;
  }
  .inventory-order .edit-mode-button,
  .inventory-order .inventory_add_product,
  .inventory-order .inventory_delete {
    display: none !important;
  }
  .header,
  .hide {
    visibility: hidden;
  }
  .inventory-order .order-box {
    font-size: 12px;
  }
  .inventory-order td,
  th {
    padding: 1px !important;
  }
  .inventory-order .text-line {
    margin-top: 0px !important;
  }
  .inventory-order .title {
    font-size: 20px;
    margin: 0;
  }
  .inventory-order .title,
  .inventory-order .title span {
    color: #000 !important;
  }
  #app >div,
  .app-content,
  body,
  html,
  #inventory-order-list-page {
    min-height: 0px !important;
    height: auto !important;
  }
}
@media screen {
  .inventory-order td.inventory_quantity_delivered,
  .inventory-order td.inventory_quantity_shrink,
  .inventory-order th.inventory_quantity_delivered,
  .inventory-order th.inventory_quantity_shrink {
    display: none;
  }
}

@media print {
  #form_survey-qr-page .print-action-box {
    visibility: hidden1;
  }
}
#inventory-order-page .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0,0,0,0.23) !important;
}


#inventory-order-page {
  min-height: 100vh;
}



#inventory-order-list-page {
  min-height: 100vh;
}

@media print {
  #form_survey-qr-page .print-action-box {
    visibility: hidden;
  }
}


.olap-table .odd .td {
  background-color: #f8f8f8;
}
.olap-table .odd.td {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.product-table .th {
  height: 35px !important;
}

#inventory-order-page {
  min-height: 100vh;
}


.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}
















.MuiSelect-selectMenu {
  white-space: normal !important;
}




.product-table .MuiTableBody-root .MuiTableCell-root {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.product-table .MuiTablePagination-caption {
  display: none;
}
.survey-analytics-widget .MuiTableRow-root {
  height: 50px;
}
.survey-analytics-widget tr th:first-child {
  border-top-left-radius: 10px;
}
.survey-analytics-widget tr th:last-child {
  border-top-right-radius: 10px;
}
.product-table .th,
.product-table .td {
  height: 45px;
}







.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}


.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}








.course-structure-item .structure-content {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.course-structure-item .structure-object-list {
  max-width: 650px;
  width: 100%;
}
.course-structure-item .structure-object-list .actions {
  margin-top: 10px;
  margin-bottom: 0;
}
.course-structure-item .structure-object-list .form_quiz-object {
  display: flex;
  align-items: center;
}
.course-structure-item .structure-object-list .form_quiz-object .position {
  font-weight: 700;
  margin-right: 5px;
}
.form_quiz-object-list__sortable-object .form_quiz-object {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
  padding: 2px 10px;
}
.form_quiz-object-list__sortable-object .form_quiz-object .reorder {
  width: 20px;
  height: 20px;
  padding-top: 5px;
}
.form_quiz-object-list__sortable-object .form_quiz-object .delete,
.form_quiz-object-list__sortable-object .form_quiz-object .edit {
  display: none;
}
.structure-object-select .object-type-select-button {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  margin: 5px 5px;
}
.structure-object-select .object-type-select-button >span {
  display: flex;
  flex-direction: column;
}
.structure-object-select .object-type-select-button .title {
  font-weight: 700;
  color: #6c737f;
}
.structure-object-select .object-type-select-button .description {
  font-size: 10px;
  color: #5d5d5d;
  letter-spacing: 0.5px;
}
.structure-object-select .object-type-select-button .icon {
  color: #6b727e;
}
.structure-object-select .object-type-select-button:hover {
  background-color: rgba(0,0,0,0.12);
}
.mobile .structure-object-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mobile .structure-object-select .object-type-select-button {
  padding: 2px 5px;
}
.mobile .structure-object-select .object-type-select-button .title {
  font-size: 12px;
}




.object-type-select-button {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  margin: 5px 5px;
  min-width: 70px;
}
.object-type-select-button >span {
  display: flex;
  flex-direction: column;
  color: #5d5d5d;
}
.object-type-select-button svg {
  color: #6b727e;
}
.object-type-select-button:hover {
  background-color: rgba(0,0,0,0.12);
}










.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}












































.olap-table-box {
  width: 100%;
  height: 100%;
}
.olap-table {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.olap-table.sticky {
  overflow: scroll;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header,
.olap-table.sticky .footer {
  position: sticky;
  z-index: 1;
  width: fit-content;
}
.olap-table.sticky .header {
  top: 0;
  border-bottom: 1px solid #eee;
}
.olap-table.sticky .footer {
  bottom: 0;
  border-top: 1px solid #eee;
}
.olap-table.sticky .body {
  position: relative;
  z-index: 0;
}
.olap-table.sticky [data-sticky-td] {
  position: sticky;
}
.olap-table.sticky [data-sticky-last-left-td] {
  border-right: 1px solid #ddd;
}
.olap-table.sticky [data-sticky-first-right-td] {
  border-right: 1px solid #ddd;
}
.olap-table .olap-table-loading-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.olap-table .olap-table-loading-box .shadow {
  background-color: rgba(0,0,0,0.5);
}
.olap-table .header {
  font-size: 15px;
  color: rgba(0,0,0,0.54);
}
.olap-table.sticky .body {
  font-weight: 300;
  font-size: 14px;
  min-height: calc(100% - 69px);
}
.olap-table .th,
.olap-table .td {
  padding: 5px;
  border-bottom: 1px solid #f7f7f7;
  background-color: #fff;
  overflow: hidden;
}
.olap-table .th,
.olap-table .td:last-child {
  border-right: 1px solid #f7f7f7;
}
.olap-table .th .resizer,
.olap-table .td .resizer {
  display: inline-block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  z-index: 1;
}
.olap-table .th .resizer.isResizing,
.olap-table .td .resizer.isResizing {
  background: #f00;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(195,195,211,0.05) !important;
}
.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background-color: rgba(195,195,211,0.1) !important;
}
.ReactTable {
  font-family: RobotoLight;
  width: 100%;
  height: 100%;
}
.ReactTable .icon svg {
  width: 20px;
  height: 20px;
}
.ReactTable .icon.small svg {
  width: 18px;
  height: 18px;
}
.ReactTable .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ReactTable .rt-tr-group {
  border-bottom: 0px solid !important;
}
.ReactTable .rt-td {
  line-height: 28px;
  padding: 0 5px;
}
.ReactTable .rt-tbody {
  overflow-x: hidden;
}
.ReactTable.-striped .rt-tr.-odd {
  background: rgba(76,66,66,0.05);
}
.ReactTable .rt-tbody .rt-td {
  border-right: 1px solid rgba(0,0,0,0.08) !important;
}
.ReactTable {
  border: 0 solid !important;
}
.ReactTable .pagination-bottom {
  opacity: 0.5 !important;
}
.ReactTable .pagination-bottom button {
  padding: 0 6px !important;
}
.ReactTable .pagination-bottom >div>div {
  height: 20px !important;
}
.ReactTable .pagination-bottom input {
  padding: 1px 7px !important;
}
.ReactTable .pagination-bottom select {
  padding: 0 7px !important;
}
.ReactTable .color-red {
  color: #e9c8c8;
}
.ReactTable .color-green {
  color: #87bfa8;
}

.product-table-item h2 {
  font-weight: 300;
  font-size: 14px;
}


.MuiSelect-selectMenu {
  white-space: normal !important;
}



.image-widget-item {
  background: no-repeat 50%;
  background-size: cover;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
.css-yrspe {
  z-index: 201 !important;
}
.css-1rbq2qy {
  z-index: 202 !important;
}
.structure-list__sortable-object {
  z-index: 1400 !important;
}





























.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}






.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}










.course-list-item .tmallItem {
  box-shadow: none;
}
.course-grid {
  display: grid;
  grid-template-columns: 420px 420px 420px;
  justify-content: space-between;
  row-gap: 25px;
}
.course-item > div {
  height: 175px;
}
@media only screen and (max-width: 1340px) {
  .course-grid {
    grid-template-columns: 390px 390px 390px;
  }
}
@media only screen and (max-width: 1250px) {
  .course-grid {
    grid-template-columns: 365px 365px 365px;
  }
}
@media only screen and (max-width: 1200px) {
  .course-grid {
    grid-template-columns: 440px 440px;
  }
}
@media only screen and (max-width: 992px) {
  .course-grid {
    grid-template-columns: 100%;
  }
  .course-item .name {
    font-size: 16px !important;
  }
}


.forecast-table .product-table .th,
.forecast-table .product-table .td {
  height: 26px;
}
.qty-input {
  border: none;
  outline: none;
  transition: background 0.1s, border 0.1s;
}
.qty-input:hover,
.qty-input:focus {
  border: 1px dashed #b5b5b5;
  background: #f7f7f7;
  cursor: text;
}




.MuiSelect-selectMenu {
  white-space: normal !important;
}




.product-table .MuiTableBody-root .MuiTableCell-root {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.product-table .MuiTablePagination-caption {
  display: none;
}
.survey-analytics-widget .MuiTableRow-root {
  height: 50px;
}
.survey-analytics-widget tr th:first-child {
  border-top-left-radius: 10px;
}
.survey-analytics-widget tr th:last-child {
  border-top-right-radius: 10px;
}
.product-table .th,
.product-table .td {
  height: 45px;
}












.auth .button-submit {
  color: #3a60af;
  background-color: #ecf2fa;
  border-color: #ecf2fa;
}
.auth .button-submit:hover,
.auth .button-submit:active,
.auth .button-submit:focus {
  color: #3a60af;
  background-color: #c9dbf3;
  border-color: #c9dbf3;
}
.auth fieldset {
  border-color: #e4e4e4 !important;
  border-width: 1px !important;
}

.auth .button-submit {
  color: #3a60af;
  background-color: #ecf2fa;
  border-color: #ecf2fa;
}
.auth .button-submit:hover,
.auth .button-submit:active,
.auth .button-submit:focus {
  color: #3a60af;
  background-color: #c9dbf3;
  border-color: #c9dbf3;
}
.auth fieldset {
  border-color: #e4e4e4 !important;
  border-width: 1px !important;
}

.auth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e5e9f2;
  z-index: 9999;
}
.auth .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
.auth .auth-header,
.auth .auth-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  font-size: 12px;
  font-weight: 500;
  color: #5a6679;
}
@media (max-width: 767.98px) {
  .auth .auth-header,
  .auth .auth-footer {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.auth .center {
  margin-left: auto;
  margin-right: auto;
}
.auth .auth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auth .auth-box {
  background-color: #fff;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-shadow: 0 60px 60px 0 rgba(28,44,64,0.15);
  box-shadow: 0 60px 60px 0 rgba(28,44,64,0.15);
}
.auth .auth-box .auth-box-left,
.auth .auth-box .auth-box-right {
  padding: 80px;
  width: 520px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .auth .auth-box .auth-box-left,
  .auth .auth-box .auth-box-right {
    padding: 40px 20px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .auth .auth-box .auth-box-left,
  .auth .auth-box .auth-box-right {
    padding: 60px 30px;
  }
}

.discount_percent {
  margin-left: 10px;
  vertical-align: middle;
  height: auto;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 3px;
  border-radius: 2px;
  color: #ff0036;
  background-color: #ffd9e1;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  line-height: 12px;
  cursor: normal;
}
.not-in-stock {
  vertical-align: middle;
  height: auto;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 2px;
  color: #7a80ad;
  background-color: #f4f4f6;
  display: inline-block;
  cursor: default;
}
.not-in-stock-large {
  vertical-align: middle;
  height: auto;
  padding: 10px 15px;
  border-radius: 5px;
  color: #7a80ad;
  background-color: #f4f4f6;
  display: inline-block;
  cursor: default;
}
.product_property {
  margin-right: 8px;
  vertical-align: middle;
  height: auto;
  font-size: 12px;
  padding: 1px 5px;
  border-radius: 5px;
  background-color: #eee;
  opacity: 0.8;
  cursor: default;
  display: inline-block;
  font-weight: 400;
}
.tmallItem {
  height: 100%;
  text-align: left;
  background-color: #fff;
  animation-name: productimagefadein;
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-fill-mode: both;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.image-feature {
  position: absolute;
  right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 12px;
  z-index: 20;
  background-color: #8d95d0;
  color: #f5f6ff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-width: 40px;
}
.mobile .tmallItem {
  margin: 5px;
  height: calc(100% - 10px);
}
.flat-tabs {
  width: 100%;
  max-height: 48px;
}
.flat-tabs button {
  margin-right: 20px;
  min-width: 1px;
}
.flat-tabs button:disabled {
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  color: rgba(0,0,0,0.74);
  opacity: 1 !important;
}
.flat-tabs button > span {
  align-items: left;
}
.flat-tabs button > span > span {
  padding-left: 0;
  padding-right: 0;
  opacity: 0.7;
}
.flat-tabs >div>div>span {
  background-color: #336594;
}
.flat-tabs button {
  margin-right: 20px;
  min-width: 1px;
  padding: 0;
}
.flat-tabs.scrollable .MuiTabs-scroller {
  padding-left: 20px;
}
.tree-widget .MuiDialog-paperWidthXs,
.tree-widget .MuiDialog-paperWidthSm,
.tree-widget .MuiDialog-paperWidthMd {
  width: 100%;
  height: 100%;
}

.button-vertical-grey {
  background-color: #f7f7f7 !important;
  border: 1px solid #eaeaea !important;
  margin: 5px 5px !important;
  min-width: 70px !important;
}
.button-vertical-grey >span {
  display: flex !important;
  flex-direction: column !important;
  color: #5d5d5d !important;
  font-size: 13px;
}
.button-vertical-grey svg {
  color: #6b727e !important;
}
.button-vertical-grey:hover {
  background-color: rgba(0,0,0,0.12) !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  font-family: Roboto, "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1c2c40;
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.app-content {
  right: 0;
  bottom: 0;
  left: 0;
}
.app-content.hide-header {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .app-content {
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 768px) {
  .app-content {
    padding-top: 65px !important;
  }
  .app-content.hide-header {
    padding-top: 20px !important;
  }
}
/*
.app-content:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9FAFC), to(#fff));
  background: linear-gradient(to bottom, #F9FAFC 0%, #fff 100%);
  height: 280px;
}
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1190px !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1390px;
  }
}
a {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
a {
  color: #336594;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
p {
  margin-bottom: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
.link {
  color: #336594;
}
.link:hover {
  color: #1f3e5b;
}
.background-wrapper:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f3f3f3;
  height: 100%;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: #000 !important;
}
.paper-box {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 5px;
}
.tmallItem {
  height: 100%;
  text-align: left;
  background-color: #fff;
  animation-name: productimagefadein;
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-fill-mode: both;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.form-group {
  position: relative;
}
.form-group {
  margin-bottom: 30px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.discount_percent {
  margin-left: 10px;
  vertical-align: middle;
  height: auto;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 3px;
  border-radius: 2px;
  color: #ff0036;
  background-color: #ffd9e1;
  display: inline-block;
  font-weight: 400;
  line-height: 12px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0 20px;
  font-size: 1rem;
  line-height: 1;
  color: #1c2c40;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e9f2;
  border-radius: 0.5rem;
  -webkit-transition: all border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out ease;
  transition: all border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out ease;
  transition: all border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease;
  transition: all border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out ease, -webkit-box-shadow 0.15s ease-in-out ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.form-control {
  height: 60px;
}
.MuiSelect-select:focus {
  background-color: transparent !important;
}
.MuiOutlinedInput-notchedOutline {
  border-color: #e5e9f2 !important;
}
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: #d7dbe4 !important;
}
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #1976d2 !important;
  border-width: 1px !important;
}
.MuiFormLabel-root.Mui-focused {
  color: #115293 !important;
}
.MuiListItem-root.Mui-selected,
.MuiListItem-root.Mui-selected:hover {
  background-color: rgba(0,0,0,0.07) !important;
}
.fs14 {
  font-size: 14px !important;
}
@media (max-width: 767.98px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767.98px) and (max-width: 979.98px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 979.98px) and (max-width: 1199.98px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1199.98px) {
  .hidden-lg {
    display: none !important;
  }
}
.structure-list__sortable-object {
  z-index: 1800 !important;
}
.button-action {
  color: #3a60af !important;
  background-color: #ecf2fa !important;
  border-color: #ecf2fa !important;
}
.button-action:hover,
.button-action:active,
.button-action:focus {
  color: #3a60af !important;
  background-color: #c9dbf3 !important;
  border-color: #c9dbf3 !important;
}
.button-blue-border {
  color: #3a60af !important;
  border-color: #3a60af !important;
}
.button-blue-border:hover,
.button-blue-border:active,
.button-blue-border:focus {
  color: #3a60af !important;
  background-color: #c9dbf3 !important;
  border-color: #c9dbf3 !important;
}
.button-green {
  color: #416762 !important;
  background-color: #ceeae5 !important;
  border-color: #ceeae5 !important;
}
.button-green:hover,
.button-green:active,
.button-green:focus {
  color: #416762 !important;
  background-color: #b9e2db !important;
  border-color: #b9e2db !important;
}
.button-dark-blue {
  color: #fff !important;
  background-color: #336594 !important;
  border-color: #336594 !important;
}
.button-dark-blue:hover,
.button-dark-blue:active,
.button-dark-blue:focus {
  color: #fff !important;
  background-color: #295278 !important;
  border-color: #295278 !important;
}
.tree-widget .MuiDialogContent-root {
  padding: 0 !important;
}
.tree-widget .MuiList-padding {
  padding: 0 !important;
}
.tree-widget .MuiDialog-paperWidthXs,
.tree-widget .MuiDialog-paperWidthSm,
.tree-widget .MuiDialog-paperWidthMd,
.tree-widget .MuiDialog-paperWidthLg {
  width: 100%;
  height: 100%;
}
.tree-widget .expand-icon {
  transform: translateY(0%) rotate(0deg);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.tree-widget .expanded .expand-icon {
  transform: translateY(0%) rotate(180deg);
}
.tree-widget .description {
  display: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.tree-widget .expanded .description {
  display: flex;
}
.tree-widget .item {
  border-left: 3px solid transparent;
}
.tree-widget .item:hover {
  border-color: #336594;
}
@media print {
  .MuiDrawer-paperAnchorDockedLeft,
  .app-header-main,
  header {
    display: none !important;
  }
}

