.full-page-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.full-page-container .page-header {
  z-index: 1;
  height: 60px;
  background-color: #ffffff;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.full-page-container .page-header-search-bar {
  height: 45px;
  background-color: #ffffff;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
}
.full-page-container .page-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 15px;
}
.full-page-container .page-content .page-footer {
  padding: 30px;
  background-color: #f0f2f5;
}
.full-page-container .page-content.no-padding-top {
  padding-top: 0;
}
.full-page-container .header-avatar-right-aligned {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.full-page-container .header-avatar-right-aligned .shopping-cart-icon {
  font-size: 20px;
  cursor: pointer;
}
.full-page-container .header-avatar-right-aligned .shopping-cart-icon a {
  color: #333;
}
.full-page-container .header-avatar-right-aligned .search-icon {
  font-size: 20px;
  cursor: pointer;
  display: flex;
}
.full-page-container .header-avatar-right-aligned .search-icon a {
  color: #333;
}
.full-page-container .header-avatar-right-aligned .menu-icon {
  font-size: 16px;
  cursor: pointer;
  display: flex;
}
.full-page-container .header-avatar-right-aligned .menu-icon a {
  color: #333;
}
.header-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header-container .header-left {
  width: 30%;
}
.header-container .header-left img {
  width: 150px;
}
.header-container .header-center {
  flex: 1;
  height: 43px;
}
.header-container .header-right {
  width: 30%;
  height: 100%;
}
.page-breadcrumb {
  margin-bottom: 15px;
}
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.float-right {
  float: right;
}
.red-text {
  color: #d9363e;
}
.top-promo-block {
  background-color: #bada55;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
}
.main-menu-block-desktop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.main-menu-block-desktop ul.ant-menu-horizontal {
  border-bottom: none;
}
.main-menu-block-desktop.no-margin-bottom {
  margin-bottom: 0;
}
.main-menu-block-mobile {
  display: none;
}
.main-menu-banner-block-desktop {
  margin-bottom: 15px;
}
.top-promo-block {
  font-size: 14px;
}
.mobile-change-locale {
  padding-left: 23px;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .top-promo-block {
    font-size: 12px;
  }
  .main-menu-block-desktop {
    display: none;
  }
  .main-menu-block-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-color: #ffffff;
  }
  .top-promo-block {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .global-search-form {
    display: none;
  }
  .header-left > a {
    padding-left: 10px;
  }
  .header-right {
    padding-right: 10px;
  }
}
.lang-select-not-active {
  cursor: pointer;
}
.lang-select-not-active:hover {
  text-decoration: underline;
}
.no-break-text {
  white-space: nowrap;
  word-break: keep-all;
}

.cc-big-wrapper {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  background-color: #fff;
}
.cc-big-wrapper .cc-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
}
.cc-track {
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.cc-track .cc-track-row {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.cc-item {
  height: 400px;
  padding-left: 8px;
  padding-right: 8px;
}
.cc-item .cc-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cc-item .cc-img .cc-overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
}
.cc-controller-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cc-controller-wrapper .cc-controller {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cc-controller-wrapper .cc-controller .cc-ctrl-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.cc-dot-group {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  min-height: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cc-dot-group .cc-dot-group-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cc-dot {
  margin: 3px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  border-style: none;
}
.right-arrow {
  margin-left: -4px;
}
.left-arrow {
  margin-left: -4px;
}

.banner-wrapper {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  background-color: #d7d7d7;
}
.banner-wrapper .am-wingblank {
  height: 400px;
}
.banner-wrapper .am-wingblank .slider.am-carousel {
  height: 400px !important;
}
.banner-wrapper .am-wingblank .slider.am-carousel .slider-frame {
  height: 400px !important;
}
.banner-wrapper .am-wingblank .slider.am-carousel .slider-frame .slider-list {
  height: 400px !important;
}
.banner-wrapper .am-wingblank .slider.am-carousel .slider-frame .slider-list .banner {
  height: 400px !important;
}
.fill-rect-left {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.fill-rect-right {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.banner-overlay .banner-content-wrapper {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
}
.banner-overlay .banner-content-wrapper .banner-content-block-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  background-color: rgba(255, 255, 255, 0.55);
  display: flex;
}
.banner-overlay .banner-content-wrapper .carousel-left {
  margin-right: -15px;
}
.banner-overlay .banner-content-wrapper .carousel-right {
  margin-left: -15px;
}
.banner-overlay .banner-content-wrapper .banner-content-block-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20%;
  background-color: rgba(255, 255, 255, 0.55);
  display: flex;
}
.banner-overlay .quote {
  margin-left: 35%;
  margin-right: 10%;
}
.banner-overlay .quote .sentence {
  font-family: 'Indie Flower', cursive;
  color: white;
}
.banner-overlay .quote .name {
  color: white;
  font-family: 'Indie Flower', cursive;
  width: 100%;
  text-align: right;
}
.banner-overlay .quote .chinese {
  color: white;
  text-align: right;
}
.cc-big-wrapper .ant-btn-circle {
  color: #5ea320;
}
@media (max-width: 767px) {
  .banner-overlay .quote {
    display: none;
  }
  .banner-wrapper {
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    position: relative;
    margin-bottom: 30px;
  }
  .banner-wrapper .am-wingblank {
    height: 165px;
  }
  .banner-wrapper .am-wingblank .slider.am-carousel {
    height: 165px !important;
  }
  .banner-wrapper .am-wingblank .slider.am-carousel .slider-frame {
    height: 165px !important;
  }
  .banner-wrapper .am-wingblank .slider.am-carousel .slider-frame .slider-list {
    height: 165px !important;
  }
  .banner-wrapper .am-wingblank .slider.am-carousel .slider-frame .slider-list .banner {
    height: 165px !important;
  }
}

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

.login-form {
  margin-top: 5px;
  min-width: 400px;
}
.login-form .ant-form-item-label {
  padding-bottom: 0;
}
.login-form .ant-form-item {
  margin-bottom: 12px;
}
.login-form .ant-form-item:nth-child(2) {
  margin-bottom: 14px;
}
.login-form button {
  height: 48px;
  margin-bottom: 6px;
  font-size: 16px;
}
.text-center {
  text-align: center;
}
.forgotpw-error-msg {
  color: red;
  margin-top: 10px;
}

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

.main-stakeholder-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.main-stakeholder-wrapper .title {
  color: #90c31f;
}
.main-stakeholder-wrapper .center-divider {
  width: 30px;
  height: 2px;
  background-color: #8fc31f;
  margin-top: 25px;
  margin-bottom: 25px;
}
.contact-us-lower .anticon {
  font-size: 30pt;
}
.contact-us-upper .anticon {
  font-size: 16pt;
}
.contact-us-upper .vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.loading-spin {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}



.checkbox-wrapper-in-table {
  width: 35px;
}
.card-table-with-top-border .ant-card-body {
  border-top: 1px solid #ececec;
}
.payment-error-message {
  margin-top: 15px;
  color: red;
  font-size: 14px;
  font-weight: 700;
}
.checkout-product-table .ant-table-row .ant-table-cell {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .checkout-product-table .ant-table-row .ant-table-cell {
    padding: 8px;
    vertical-align: middle;
  }
  .checkout-product-table .ant-table-row .ant-table-cell:first-child {
    vertical-align: top;
  }
}

.info-content-wrapper h1 {
  margin-bottom: 0 !important;
}
.info-content-wrapper h2 {
  margin-bottom: 0 !important;
}
.info-content-wrapper h3 {
  margin-bottom: 0 !important;
}
.info-content-wrapper p {
  margin-bottom: 3px !important;
}
.info-content-wrapper h1 {
  font-size: 40px !important;
}
.info-content-wrapper h2 {
  font-size: 30px !important;
}
.info-content-wrapper h3 {
  font-size: 20px !important;
}

.product-name-td {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.product-name-td .product-var {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  margin-top: 3px;
  line-height: 13px;
}
.product-name-td .product-var .product-var-color {
  height: 15px;
  width: 15px;
  border-radius: 25px;
  background-color: #f0f0f0;
  margin-right: 5px;
}
.order-grand-total {
  color: green;
  font-size: 12px;
}
.order-date-small {
  font-size: 12px;
}
.order-card-extra {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.order-card-extra .order-card-extra-date {
  margin-right: 10px;
}
.bold-section-header {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 10px;
  color: #111;
}
.addr-content {
  margin-bottom: 3px;
  color: #666;
}
.view-order-btn-mobile {
  padding: 12px;
}
.view-order-btn-mobile .btn-full-width {
  width: calc(100% - 24px);
  margin-top: 12px;
  margin-bottom: 12px;
}
.order-product-table .ant-table-row .ant-table-cell {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .order-view-wrapper .ant-card-head {
    padding-left: 10px;
    padding-right: 10px;
  }
  .order-view-wrapper .ant-card-extra {
    padding-top: 0px;
    margin-top: -3px;
  }
  .order-view-wrapper .order-card-extra-date {
    margin-right: 0px;
  }
  .ant-typography {
    padding-left: 10px;
    padding-right: 10px;
  }
  .order-product-table .ant-table-row .ant-table-cell {
    padding: 8px;
    vertical-align: middle;
  }
  .order-product-table .ant-table-row .ant-table-cell:first-child {
    vertical-align: top;
  }
  .order-card .ant-card-body {
    padding: 10px;
  }
  .order-card .ant-card-head {
    padding-left: 10px;
  }
  .order-item-card .ant-card-head {
    padding-left: 10px;
  }
  .order-conclusion-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.update-account-form .error-msg {
  color: red;
  margin-top: 10px;
}

.image-display-list-track {
  width: 100%;
}
.image-display-list-track .image-display-list-item {
  width: 100%;
}
.image-group-row {
  margin-bottom: 10px;
}
.image-display-item-photo-container {
  border-width: 2px;
  border-color: #acacac;
  border-style: solid;
  position: relative;
}
.image-display-item-photo-container.selected-image {
  border-width: 2px;
  border-color: #7cc17f;
  border-style: solid;
}
.image-display-item-photo-container::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.image-display-item-photo-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-display-item-body {
  cursor: pointer;
}

.product-detail-main {
  width: 100%;
  position: relative;
}
.product-detail-main .photos-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.product-detail-main .photos-column .big-photo {
  width: 100%;
}
.product-detail-main .photos-column .big-photo > img {
  width: 100%;
}
.product-detail-main .photos-column .photo-groups {
  margin-top: 10px;
}
.product-detail-main .product-variations-selection {
  margin-top: 15px;
}
.product-detail-main .product-variations-selection .variation-column {
  margin-bottom: 10px;
}
.product-detail-main .product-variations-selection .variation-border {
  cursor: pointer;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #acacac;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.product-detail-main .product-variations-selection .variation-border .variation-color {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #f0f0f0;
}
.product-detail-main .product-variations-selection .variation-border .variation-name {
  margin-top: 3px;
}
.product-detail-main .add-to-card-btn {
  margin-top: 20px;
}
.product-detail-main .product-desc {
  margin-top: 20px;
}
.product-detail-main .description-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.product-detail-main .description-column .store-info-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.product-detail-main .description-column .product-category-tag {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.product-detail-main .description-column .product-price {
  margin-top: 5px;
  margin-bottom: 10px;
}
.product-detail-main .description-column .product-price span {
  color: #2d9857;
  font-size: 30px;
}
.product-detail-main .shop-info-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.quantity {
  width: 130px;
}
.quantity .ant-input {
  text-align: center;
}
.variation-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.variation-wrapper .variation-color-inner {
  border-radius: 30px;
  height: 24px;
  width: 24px;
}
.variation-wrapper .variation-color {
  padding: 2px;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  margin-right: 10px;
  cursor: pointer;
}
.variation-selection .ant-descriptions-item-label {
  vertical-align: middle;
}
.variation-selection .ant-descriptions-item-content {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .product-detail-main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.product-review-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-name-td {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.product-name-td .product-var {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  margin-top: 3px;
  line-height: 13px;
}
.product-name-td .product-var .product-var-color {
  height: 15px;
  width: 15px;
  border-radius: 25px;
  background-color: #f0f0f0;
  margin-right: 5px;
}
.coupon-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px;
  padding-right: 15px;
}
.coupon-area .coupon-item {
  background-color: #fefefe;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #f0f0f0;
  margin-bottom: 8px;
}
.shopping-cart-item-group .ant-table-row .ant-table-cell {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .coupon-area,
  .shoppingcart-conclusion-area {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shopping-cart-item-group .ant-table-row .ant-table-cell {
    padding: 8px;
    vertical-align: middle;
  }
  .shopping-cart-item-group .ant-table-row .ant-table-cell:first-child {
    vertical-align: top;
  }
  .shopping-cart-item-group .table-quantity-field {
    width: 50px;
  }
}

.useandcase-page .main-menu-block-desktop {
  margin-bottom: 0;
}
.useandcase-page .unc-banner-wrapper {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 24pt;
  font-weight: 700;
}
.useandcase-page .unc-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin-top: 25px;
}
.useandcase-page .unc-item img {
  width: 150px;
}
.useandcase-page .video-area video {
  width: 100%;
}

.product-name-td {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.product-name-td .product-var {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  margin-top: 3px;
  line-height: 13px;
}
.product-name-td .product-var .product-var-color {
  height: 15px;
  width: 15px;
  border-radius: 25px;
  background-color: #f0f0f0;
  margin-right: 5px;
}
.coupon-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 15px;
  padding-right: 15px;
}
.coupon-area .coupon-item {
  background-color: #fefefe;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #f0f0f0;
  margin-bottom: 8px;
}
.wishtable .ant-table-row .ant-table-cell {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .wishtable .ant-table-row .ant-table-cell {
    padding: 8px;
    vertical-align: middle;
  }
  .wishtable .ant-table-row .ant-table-cell:first-child {
    vertical-align: top;
  }
}

.full-page-container-side {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.full-page-container-side .full-page-menu {
  width: 256px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow-y: hidden;
  overflow-x: hidden;
}

.full-page-container-side .full-page-menu .full-page-menu-header {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-right: solid 1px rgb(240, 240, 240);
}

.full-page-container-side .full-page-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fafafa;
}

.mobile-top-menu {
  display: none;
}

.full-page-container-side .full-page-content .full-page-content-centralizer {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 15px;
  min-height: 100%;
}

.full-page-container-side .full-page-content .full-page-content-centralizer.unset-max-width {
  padding: 0;
  max-width: unset;
}

.icon-logout {
  color: #ff4d4f;
}

@media (max-width: 767px) {
  .full-page-container-side .full-page-menu {
    display: none;
  }

  .full-page-container-side .full-page-content .full-page-content-centralizer {
    padding: 0;
  }

  .mobile-top-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #fefefe;
    border-bottom: #c7c7c7 1px solid;
    padding: 15px;
  }

  .mobile-top-menu .mobile-top-menu-title {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    flex: 1;
    text-align: center;
  }

  .mobile-view-clean-wrapper {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.image-picker-modal .image-drop-zone-wrapper {
  min-height: 600px;
  margin-bottom: 15px;
  background-color: #fefefe;
  padding: 0px;
}
.image-picker-modal .image-drop-zone-wrapper .image-drop-zone-uploader {
  height: 100%;
  min-height: 600px;
  background-color: #fefefe !important;
  padding: 10px;
}
.image-picker-modal .image-drop-zone-wrapper .image-drop-zone-uploader .ant-upload.ant-upload-btn {
  height: 100%;
}
.image-picker-modal .image-drop-zone-wrapper .ant-upload.ant-upload-drag .ant-upload {
  padding: 0px;
}
.image-picker-modal .image-drop-zone-wrapper .image-viewer-grid {
  min-height: 500px;
  width: 100%;
}
.image-picker-modal-wrapper {
  top: 30px;
}
.image-picker-modal .dash-no-color {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}
.image-picker-modal .image-upload-list-display-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.image-picker-modal .image-upload-list-display-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.image-picker-modal .image-upload-list-display-wrapper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}

.image-drop-zone-wrapper {
  min-height: calc(100vh - 130px);
  margin-bottom: 15px;
  background-color: #fefefe;
  padding: 15px;
}
.image-drop-zone-wrapper .image-drop-zone-uploader {
  height: 100%;
  min-height: calc(100vh - 130px);
  background-color: #fefefe !important;
  padding: 10px;
  border-width: 3px;
}
.image-drop-zone-wrapper .image-drop-zone-uploader .ant-upload.ant-upload-btn {
  height: 100%;
}
.image-drop-zone-wrapper .ant-upload.ant-upload-drag .ant-upload {
  padding: 0px;
}
.image-drop-zone-wrapper .image-viewer-grid {
  min-height: calc(100vh - 160px);
  width: 100%;
}
.dash-no-color {
  border: 3px solid rgba(0, 0, 0, 0) !important;
}
.image-upload-list-display-wrapper {
  position: relative;
}
.image-upload-list-display-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.image-upload-list-display-wrapper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}
.image-item-meta {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.image-item-meta .image-item-file-name {
  line-height: 22px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  flex: 1;
  padding-left: 2px;
  padding-right: 2px;
}
.image-search-right {
  margin-bottom: 10px;
}
.image-search-right .ant-form-item-control-input {
  padding: 12px;
  padding-bottom: 5px;
}
.image-search-right .ant-form-item-control-input .ant-form-item-control-input-content {
  position: relative;
}
.image-search-right .ant-form-item-control-input .image-search-icon {
  position: absolute;
  top: 14px;
  right: 272px;
}
.image-search-right .ant-form-item-control-input input {
  float: right;
  padding-left: 35px;
}




.highlight-form .selected-image-item {
  cursor: pointer;
  margin-right: 10px;
  height: 118px;
  width: 118px;
  border: 1px dashed #e0e0e0;
  border-radius: 3px;
  position: relative;
}
.highlight-form .selected-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlight-form .selected-image-item.upload-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-display-list-track {
  width: 100%;
}
.product-display-list-track .product-display-list-item {
  width: 100%;
}
.product-display-item-photo-container {
  position: relative;
}
.product-display-item-photo-container::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-display-item-photo-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-display-item-body {
  cursor: pointer;
}

.pdg-row {
  margin-top: 5px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.pdg-row .pdg-display-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.pdg-row .product-display-list-track .product-display-list-item {
  width: 100%;
}
.pdg-row .product-display-item-photo-container {
  position: relative;
}
.pdg-row .product-display-item-photo-container::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pdg-row .product-display-item-photo-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdg-row .product-display-item-body {
  cursor: pointer;
}
.pdg-row-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  min-width: 100%;
  overflow-x: hidden;
}
.pdg-wrapper {
  position: relative;
}
.pdg-wrapper .left-button {
  position: absolute;
  left: -20px;
  top: 45%;
}
.pdg-wrapper .right-button {
  position: absolute;
  right: -20px;
  top: 45%;
}
.pdg-swipable-wrapper {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  margin-top: 10px;
}
.pdg-wrapper .ant-btn-circle {
  color: #5ea320;
}
.highlight-title-image {
  height: 50px;
}
@media (max-width: 767px) {
  .pdg-wrapper .left-button {
    position: absolute;
    left: -20px;
    top: 30%;
  }
  .pdg-wrapper .left-button .ant-btn-circle {
    padding-right: 5px;
    color: #5ea320;
  }
  .pdg-wrapper .right-button {
    position: absolute;
    right: -20px;
    top: 30%;
  }
  .pdg-wrapper .right-button .ant-btn-circle {
    padding-left: 5px;
    color: #5ea320;
  }
}

.homepage-banner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.homepage-banner {
  width: 100%;
  background-color: #eaf9f4;
  border-radius: 15px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homepage-banner-search {
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  max-width: 800px;
}
@media (max-width: 767px) {
  .pdg-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.order-product-table-admin .ant-table-row .ant-table-cell {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .order-product-table-admin .ant-table-row .ant-table-cell {
    padding: 8px;
    vertical-align: middle;
  }
  .order-product-table-admin .ant-table-row .ant-table-cell:first-child {
    vertical-align: top;
  }
}
.product-var {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  margin-top: 3px;
  line-height: 13px;
}
.product-var .product-var-color {
  height: 15px;
  width: 15px;
  border-radius: 25px;
  background-color: #f0f0f0;
  margin-right: 5px;
}

.product-table {
  margin-top: 15px;
}
.product-table .product-table-row .ant-table-cell:first-child {
  padding: 0;
}
.image-list-in-card {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 125px;
}
.image-list-in-card .image-list-track {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.image-list-in-card .selected-image-item {
  cursor: pointer;
  margin-right: 10px;
  height: 118px;
  width: 118px;
  border: 1px dashed #e0e0e0;
  border-radius: 3px;
  position: relative;
}
.image-list-in-card .selected-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-list-in-card .selected-image-item .remove-wrapper {
  position: absolute;
  top: -7px;
  right: -4px;
  font-size: 24px;
  display: none;
}
.image-list-in-card .selected-image-item .remove-wrapper a {
  color: red;
}
.image-list-in-card .selected-image-item:hover .remove-wrapper {
  display: unset;
}
.image-list-in-card .selected-image-item.upload-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.variation-form .selected-image-item {
  cursor: pointer;
  margin-right: 10px;
  height: 118px;
  width: 118px;
  border: 1px dashed #e0e0e0;
  border-radius: 3px;
  position: relative;
}
.variation-form .selected-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variation-form .selected-image-item.upload-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.multi-create-product-area {
  margin-top: 25px;
}
.image-list-in-card::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.image-list-in-card::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.image-list-in-card::-webkit-scrollbar-thumb {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.image-list-in-card::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.image-list-in-card::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.image-list-in-card::-webkit-scrollbar-track {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.image-list-in-card::-webkit-scrollbar-track:hover {
  background: #e1e1e1;
}
.image-list-in-card::-webkit-scrollbar-track:active {
  background: #e1e1e1;
}
.image-list-in-card::-webkit-scrollbar-corner {
  background: transparent;
}
.product-page-ops {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-search-right {
  margin-bottom: 10px;
}
.product-search-right .ant-form-item-control-input .ant-form-item-control-input-content {
  position: relative;
}
.product-search-right .ant-form-item-control-input .product-search-icon {
  position: absolute;
  top: 15px;
  right: 272px;
}
.product-search-right .ant-form-item-control-input input {
  float: right;
  padding-left: 35px;
}
.batch-action-table .ant-table-cell input {
  height: 42px;
  border-radius: 4px !important;
  border: 2px solid #e0e0e0 !important;
  padding-left: 8px !important;
}
.batch-action-table .table-row .ant-table-cell {
  padding: 8px !important;
  border-right: 1px dotted #cdcdcd;
  vertical-align: top;
}
.batch-action-table .table-row .ant-table-cell:last-child {
  border-right: none;
}
.batch-action-table .changed-product {
  background-color: #ff7d00 !important;
}
.batch-action-table .changed-product:hover {
  background-color: #ff7d00 !important;
}
.batch-action-table .changed-product:hover .ant-table-cell {
  background-color: #ee6c00 !important;
}
.batch-action-table .new-product {
  background-color: #7cc17f !important;
}
.batch-action-table .new-product:hover {
  background-color: #7cc17f !important;
}
.batch-action-table .new-product:hover .ant-table-cell {
  background-color: #6bb06e !important;
}
.product-table .ant-table-cell {
  vertical-align: middle;
}
.selected-image-item {
  cursor: pointer;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px dashed #e0e0e0;
  border-radius: 3px;
  position: relative;
}
.selected-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selected-image-item.upload-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.special-multiple-category-select .ant-select-selector {
  flex-wrap: nowrap !important;
  overflow-x: hidden;
  padding-right: 10px;
  overflow-y: hidden;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}







