* {
  font-family: "Mulish", sans-serif;
}
body {
  margin: 0px;
  font-size: 16px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  font-family: "Mulish", sans-serif;
}
.layout-body {
  padding-top: 85px;
  background: #e5f1f1;
}
.layout-body-mobile {
  padding-top: 5px;
  background: #e5f1f1;
}
.quill {
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
.ql-editor {
  min-height: 150px;
  max-height: 400px;
  border-radius: 0 0 6px 6px;
}
.ql-container.ql-snow {
  background: #f4f5f4;
}
.ql-toolbar.ql-snow {
  border-radius: 6px 6px 0 0;
}
.ql-container.ql-snow {
  border-radius: 0 0 6px 6px;
}
.msl-wrp {
  width: 100% !important;
}
#custom-loader {
  display: none;
  z-index: 99999999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00000026;
}
#custom-loader .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bi-custom-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.bi-custom-table th {
  background: #e2eff6;
  color: #10304d;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
}
.bi-custom-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 14px;
  word-break: break-all;
}
.label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
}
.note {
  font-size: 14px;
  margin: 5px 0 0;
  font-weight: 600;
}
.note-left {
  font-size: 14px;
  margin: 5px 0 0;
  font-weight: 400;
}
textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid #f4f5f4;
  background: #f4f5f4;
  color: #000;
  border-radius: 6px;
  flex: 1;
  box-sizing: border-box;
  resize: none;
}
input {
  width: 100%;
  padding: 12px 15px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #f4f5f4;
  background: #f4f5f4;
  color: #000;
  border-radius: 6px;
  flex: 1;
  box-sizing: border-box;
  text-overflow: ellipsis;
}
textarea:focus-visible, input:focus-visible {
  outline: auto;
}
  
select {
  width: 100%;
  padding: 10px 15px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #f4f5f4;
  background: #f4f5f4;
  color: #000;
  border-radius: 6px;
  flex: 1;
  box-sizing: border-box;
  cursor: pointer;
}
input.dateinput {
  width: 100%;
}
textarea.has-input-error,
input.has-input-error,
.custform-group.has-input-error,
select.has-input-error {
  border-color: #d32f2f !important;
}
/* For react phone input 2 */
.react-tel-input.has-input-error {
  border: 1px solid #d32f2f !important;
  border-radius: 6px;
}

input.rc-input-error {
  border-color: #d32f2f;
  appearance: none;
  border-radius: 2px;
  padding: 0;
}
.msl-wrp.has-input-error {
  border: 1px solid #d32f2f;
}
textarea.has-input-error:focus-visible,
input.has-input-error:focus-visible,
select.has-input-error:focus-visible {
  outline-color: #d32f2f !important;
}
.checkbox-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
}
.checkbox-wrap .checkbox {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.checkbox-wrap .checkbox input {
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 0 0 20px;
  cursor: pointer;
}
.has-cust-error {
  display: flex;
  flex-grow: 1;
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  color: #d32f2f;
  font-weight: 500 !important;
}

.image-components .files-dropzone-list {
  padding: 15px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.image-components .files-dropzone-list .file-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 15px;
}
.image-components .files-dropzone-list .file-wrapper .upload {
  border: none;
  background: #52a397;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.image-components .selected-file-wrapper {
  padding: 15px;
  min-height: 160px;
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  column-gap: 20px;
}
.image-components .selected-file-wrapper img {
  margin: 0 !important;
  object-fit: cover;
  width: 100px;
  height: 100px;
}
.image-components .selected-file-wrapper img.rectangle {
  margin: 0 !important;
  object-fit: contain;
  width: 175px;
  max-height: 87px;
  background-color: #ffffff;
}
.image-components .selected-file-wrapper img.round {
  border-radius: 100%;
  box-shadow: 0px 0px 5px 3px #80808021;
}
.image-components .selected-file-wrapper .selected-file-details {
  display: flex;
  margin-left: auto;
}
.image-components .selected-file-wrapper .selected-file-details .delete {
  border: none;
  background: #d32f2f;
  color: #fff;
  padding: 0;
  border-radius: 20px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.image-components .selected-file-wrapper .selected-file-details .delete svg {
  fill: #fff;
  flex-shrink: 0;
}
.document-prev {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}
.autocomplete-input-wrap {
  width: 100%;
  position: relative;
  z-index: 9;
}
.autocomplete-input-wrap input {
  width: 100%;
}
.autocomplete-box-wrap {
  padding: 10px 15px;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 5px 3px #80808021;
  border-radius: 6px;
}
.autocomplete-dropdown-container {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.autocomplete-dropdown-container .suggestion-item {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  background-color: #fff !important;
  color: #333;
}
.autocomplete-dropdown-container .suggestion-item--active {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  background-color: #fff !important;
  color: #52a397;
}
.bi-row-group {
  width: 100%;
  display: flex;
  flex: 1;
  column-gap: 20px;
}
.bi-row-group.start {
  align-items: flex-start;
}
.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 0 20px;
}
.back-btn {
  display: flex;
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
  align-self: flex-start;
  align-items: center;
  column-gap: 8px;
  color: #000;
  cursor: pointer;
}
.back-btn svg {
  fill: #000;
  flex-shrink: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.bottom-action-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  max-width: 540px;
  width: 100%;
  margin: auto;
}
.bottom-action-wrap button {
  flex: 1;
  padding: 0 15px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #52a397;
  background: #52a397;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
}
.bottom-action-wrap button.primary {
  border-color: #52a397;
  background: #52a397;
  color: #ffffff;
  cursor: pointer;
}
.bottom-action-wrap button.secondary {
  border-color: #52a397;
  background: #fff;
  color: #52a397;
  cursor: pointer;
}
.bottom-action-wrap button:hover,
.bottom-action-wrap button.primary:hover {
  border-color: #ed6c4c;
  background: #ed6c4c;
  color: #ffffff;
  cursor: pointer;
}
.bottom-action-wrap button.secondary:hover {
  border-color: #52a397;
  background: #52a397;
  color: #fff;
  cursor: pointer;
}
.react-tel-input input {
  padding-left: 45px !important;
  width: 100% !important;
  height: 44px !important;
  background: #f4f5f4 !important;
  border: none !important;
}
.react-tel-input .flag-dropdown {
  left: 1px !important;
  top: 1px !important;
  bottom: 1px !important;
  border-radius: 6px !important;
  border: none !important;
  background: transparent !important;
  width: 20%;
}
input[type="radio"]:checked:after {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #52a397;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #fff;
  cursor: pointer;
}
input[type="checkbox"]:checked:after {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #52a397;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #000;
  cursor: pointer;
}
input[type="checkbox"]:disabled::after {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #e0e0e0;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #fff;
  cursor: pointer;
}
input[type="checkbox"]:checked:disabled::after {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #e0e0e0;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #fff;
  cursor: pointer;
}
@-moz-document url-prefix() {
  input[type="checkbox"]:checked {
    -moz-appearance: initial;
    background-color: #52a397;
    height: 20px;
    width: 20px;
    padding: 0;
  }
  input[type="radio"]:checked {
    -moz-appearance: initial;
    background-color: #52a397;
    height: 20px;
    width: 20px;
    padding: 0;
    border-radius: 100%;
    border: unset;
  }
  textarea.has-input-error:focus-visible,
  input.has-input-error:focus-visible,
  select.has-input-error:focus-visible {
    -moz-appearance: initial;
    outline: 1px solid #d32f2f;
    outline-color: #d32f2f;
    border-color: #d32f2f !important;
  }
}
.msl-vars {
  --menu-max-height: 200px !important;
  --font-size: 14px !important;
}
.msl-options .msl-option {
  margin: 0 !important;
  padding: 5px 15px !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.react-datepicker-popper {
  z-index: 10 !important;
}
.substring-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.range-slider input[type="range"] {
  border: none;
  background: transparent;
}
.mb-10 {
  margin-bottom: 10px;
}
#inputSearch:placeholder-shown {
  text-overflow: ellipsis;
  white-space: normal;
}
#inputSearchSelect {
  text-overflow: ellipsis;
  white-space: normal;
}
.swal2-container {
  z-index: 99999999 !important;
}
.swal2-popup {
  padding-bottom: 40px !important;
  border-radius: 16px !important;
}
.swal2-icon {
  margin: -45px auto 40px !important;
  background: #fff !important;
  border: none !important;
  box-shadow: 0px 0px 30px #00000029 !important;
  overflow: hidden !important;
}
.swal2-title {
  padding-top: 0 !important;
  font-size: 28px !important;
  line-height: 32px !important;
  color: #10304d !important;
}
.swal2-html-container {
  margin-top: 30px !important;
  font-size: 20px !important;
  line-height: 24px !important;
  overflow: hidden !important;
}
.swal2-actions {
  margin-top: 40px !important;
}
.swal2-actions .swal2-styled {
  width: 150px !important;
  height: 48px !important;
  text-align: center !important;
  padding: 0 !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.swal2-popup.swal2-icon-error .swal2-actions .swal2-styled.swal2-confirm {
  background-color: #ffdcde !important;
  color: #ff5661 !important;
}
.swal2-popup.swal2-icon-error .swal2-actions .swal2-styled.swal2-cancel {
  background-color: #c5ffec !important;
  color: #34cc99 !important;
}
.swal2-popup.swal2-icon-success .swal2-actions .swal2-styled.swal2-confirm {
  background-color: #c5ffec !important;
  color: #34cc99 !important;
}
.swal2-popup.swal2-icon-success .swal2-actions .swal2-styled.swal2-cancel {
  background-color: #ffdcde !important;
  color: #ff5661 !important;
}
.swal2-popup.swal2-icon-warning .swal2-actions .swal2-styled.swal2-confirm {
  background-color: #c5ffec !important;
  color: #34cc99 !important;
}
.swal2-popup.swal2-icon-warning .swal2-actions .swal2-styled.swal2-cancel {
  background-color: #ffdcde !important;
  color: #ff5661 !important;
}
.swal2-popup.swal2-icon-info .swal2-actions .swal2-styled.swal2-confirm {
  background-color: #c5ffec !important;
  color: #34cc99 !important;
}
.swal2-popup.swal2-icon-info .swal2-actions .swal2-styled.swal2-cancel {
  background-color: #ffdcde !important;
  color: #ff5661 !important;
}
.range-slider .range-slider__thumb,
.range-slider .range-slider__range {
  background: #4f9d92 !important;
}
.react-datepicker__close-icon {
  height: 40px !important;
}
.react-datepicker__close-icon::after {
  background-color: transparent !important;
  font-size: 20px !important;
  color: #000 !important;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
}
.clear-notification {
  z-index: 99999999 !important;
}
.single-clear-notification-btn {
  z-index: 1;
  width: 22px;
  height: 22px;
  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;
  border: none;
  border-radius: 20px;
  background: #d32f2f;
}
.img-box {
  width: 200px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 3px #80808021;
  margin-bottom: 20px;
}
.img-box img {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.img-box-edit {
  width: 200px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 3px #80808021;
}
.img-box-edit img {
  height: 100%;
}
.ssn-wrap {
  position: relative;
}
.ssn-wrap span {
  position: absolute;
  height: 40px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #000;
}
.ssn-wrap input {
  padding-left: 88px;
}
/* social urls  */
.social-wrap-url {
  position: relative;
}
.social-wrap-url span {
  position: absolute;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #000;
}
/* fanbase */
.social-wrap-url span.span-width-fanbase {
  width: 163px;
}
.social-wrap-url .input-width-fanbase {
  padding-left: 163px;
}
/* Instagram */
.social-wrap-url span.span-width-instagram {
  width: 175px;
}
.social-wrap-url .input-width-instagram {
  padding-left: 175px;
}
/* facebook */
.social-wrap-url span.span-width-facebook {
  width: 167px;
}
.social-wrap-url .input-width-facebook {
  padding-left: 167px;
}
/* Twitter */
.social-wrap-url span.span-width-twitter {
  width: 150px;
}
.social-wrap-url .input-width-twitter {
  padding-left: 150px;
}
/* Youtube */
.social-wrap-url span.span-width-youtube {
  width: 160px;
}
.social-wrap-url .input-width-youtube {
  padding-left: 160px;
}
/* Tiktok */
.social-wrap-url span.span-width-tiktok {
  width: 142px;
}
.social-wrap-url .input-width-tiktok {
  padding-left: 142px;
}
/* Linkedin */
.social-wrap-url span.span-width-linkedin {
  width: 175px;
}
.social-wrap-url .input-width-linkedin {
  padding-left: 175px;
}
/* .social-wrap-url input{padding-left:215px;} */
.hidden {
  display: none;
}

/* image edit */
.image-wrap-main {
  display: flex;
  justify-content: center;
}
.image-wrap-main .image-wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  width: 200px;
  height: 100px;
  box-shadow: 0px 0px 5px 3px #80808021;
  justify-content: center;
}
.image-wrap-main .image-wrap .img-rectangle {
  max-width: 100%;
  max-height: 100px;
}
.image-wrap-main .image-wrap-circle .img-rectangle {
  max-width: 100%;
  max-height: 150px;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  object-fit: contain;
  box-shadow: 0px 0px 5px 3px #80808021;
  margin-bottom: 20px;
}
.info .label-wrap {
  display: flex;
  margin-bottom: 5px;
  position: relative;
  align-items: center;
  column-gap: 5px;
}
.info .label-wrap .info-label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.info .label-wrap .info-block {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 12px 23px #999;
  position: absolute;
  top: 25px;
  z-index: 9;
}
.hidden-input-text {
  width: 1px;
  height: 1px;
  background: transparent;
  display: block;
  padding: 0;
  font-size: 1px;
  border: none;
  flex: 0 0 1px;
  cursor: none;
  color: transparent;
  box-shadow: none;
}
.hidden-input-text:focus-visible {
  outline: none;
}
.cursor-pointer {
  cursor: pointer;
}
.feed-link {
  text-decoration: none;
  color: #ec6c4c;
}
.window-content input {
  width: 18px;
  padding: 2px 2px;
  height: 10px;
}
.sm-hidden {
  display: block;
}
.lg-hidden {
  display: none;
  visibility: hidden;
  height: 0;
}
@media (max-width: 767px) {
  .bi-row-group {
    flex-direction: column;
  }
  .image-components .files-dropzone-list .file-wrapper {
    font-size: 14px;
  }
  .image-components .files-dropzone-list .file-wrapper .upload {
    font-size: 14px;
    padding: 6px 15px;
  }
  .sm-hidden {
    display: none;
  }
  .lg-hidden{
    display: block;
    visibility: visible;
    height: auto;
  }
  
}

.class-swal-contact-us .swal2-html-container {
  overflow: hidden !important;
}

.zoom-doc-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 1s, height 1s ease-in-out;
}

.zoom-doc-content.visible {
  opacity: 1;
  height: auto;
}
.iframe-meeting {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.full-height {
  height: 100vh;
}
.part-height {
  height: 100vh;
}
/* change iframe */
.iframe-container {
  height: 100vh !important;
  padding: 0px !important;
}
.mini-layout-body .form-group {
  width: unset;
  display: unset;
  flex-direction: column;
  flex: unset;
  margin: unset;
}
/* change breakout room inputs */
.window-content input {
  height: 100% !important;
}
.options-paper__input-wrapper {
  height: 30px !important;
}
.options-paper__input-wrapper > .zmu-number-input__item > input {
  height: 100% !important;
  width: 100% !important;
}
.bo-distribution-container__input-wrapper {
  height: 100% !important;
}

[data-netvest-tooltip] {
  position: relative;
}
[data-netvest-tooltip]:after {
  content: attr(data-netvest-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 2px);
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  width: max-content;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-in-out;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  width: 250px;
  line-height: 1;
  text-align: center;
}
[data-netvest-tooltip].bottom:after {
  left: 50%;
  top: calc(100% + 2px);
  bottom: auto;
  z-index: 99;
  transform: translateX(-50%);
}
[data-netvest-tooltip].left:after {
  left: auto;
  right: calc(100% + 2px);
  top: 5px;
  bottom: auto;
  transform: none;
}
[data-netvest-tooltip].right:after {
  left: calc(100% + 2px);
  top: 5px;
  bottom: auto;
  transform: none;
}
[data-netvest-tooltip]:hover:after {
  opacity: 1;
}

[data-zoom-tooltip] {
  position: relative;
}
[data-zoom-tooltip]:after {
  content: attr(data-zoom-tooltip);
  position: absolute;
  left: 70%;
  bottom: 30%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  width: max-content;
  opacity: 0;
  -webkit-transition: opacity 0.75s ease-in-out;
  padding: 5px 10px;
  z-index: 9999;
  border-radius: 3px;
  font-size: 12px;
}
[data-zoom-tooltip]:hover:after {
  opacity: 1;
}


.info-icon{
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.4rem;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px;
  border-radius: 4px;
  box-sizing: content-box;
  color: rgb(82 163 151);
  cursor: pointer;
}

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

.align-items-center{
  align-items: center !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}


[data-registry-tooltip] {
  position: relative;
}
[data-registry-tooltip]:after {
  content: attr(data-registry-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% - 20px);
  transform: translate(-50%,100%);
  background: #f5faf9;
  border: 1px solid #52A397;
  color: #000;
  width: max-content;
  opacity: 0;
  /* box-shadow: 0 0 6px #d1d1d1; */
  z-index: 9999;
  -webkit-transition: opacity 0.75s ease-in-out;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  width: 300px;
  line-height: 1.2;
  /* text-align: center; */
}
[data-registry-tooltip].bottom:after {
  left: 50%;
  bottom: calc(100% - 20px);
  bottom: auto;
  transform: translate(-50%,100%);
}
[data-registry-tooltip].left:after {
  left: auto;
  right: calc(100% + 2px);
  top: 5px;
  bottom: auto;
  transform: none;
}
[data-registry-tooltip].right:after {
  left: calc(100% + 2px);
  top: 5px;
  bottom: auto;
  transform: none;
}
[data-registry-tooltip]:hover:after {
  opacity: 1;
}
/* .loading-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#fff;color:#000;font-size:16px;z-index:1;} */

.loading-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display:flex;justify-content:center;align-items:center;font-size:16px;z-index:1;
  background-color: #DDDDDD;
}

.loading-image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:99;
  transform: translateX(-100%);
  background: linear-gradient(90deg,#DDD,#ffffff83,#ffffffd6,#ffffff83,#DDD);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}




/*  tooltip new */

.tooltip {
  position: relative; 
  overflow-wrap: anywhere;}
  .tooltip:after, .tooltip:before {
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    bottom: 50%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all 0.18s ease-out 0.18s; }

.tooltip:after {
  background: #f5faf9;
  border: 1px solid #52A397;
  color: #000;
  line-height: 1.3;
  content: attr(data-tooltip);
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 11px; }

.tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px; }

.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0); }

[data-tooltip-pos="up"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f5f5f5;
  margin-bottom: 6px; }

[data-tooltip-pos="down"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f5f5;
  margin-top: 6px; }

[data-tooltip-pos="right"]:before {
  border-top: 6px solid transparent;
  border-right: 6px solid #f5f5f5;
  border-bottom: 6px solid transparent;
  margin-left: 6px; }

[data-tooltip-pos="left"]:before {
  border-top: 6px solid transparent;
  border-left: 6px solid #f5f5f5;
  border-bottom: 6px solid transparent;
  margin-right: 6px; }

[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -10px); }

[data-tooltip-pos="down"]:after {
  margin-top: 11px; }

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
  transform: translate(-50%, 0); }

[data-tooltip-pos="left"]:before,
[data-tooltip-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%); }

[data-tooltip-pos="left"]:after {
  margin-right: 11px; }

[data-tooltip-pos="left"]:hover:before,
[data-tooltip-pos="left"]:hover:after {
  transform: translate(0, -50%); }

[data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%); }

[data-tooltip-pos="right"]:after {
  margin-left: 11px; }

[data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
  transform: translate(0, -50%); }

[data-tooltip-length]:after {
  white-space: normal; }

[data-tooltip-length="small"]:after {
  width: 80px; }

[data-tooltip-length="medium"]:after {
  width: 225px; }

[data-tooltip-length="large"]:after {
  width: 250px; }

[data-tooltip-length="product"]:after {
  width: 250px;transform: translate(-50%, 0);}

[data-tooltip-length="fit"]:after {
  width: 100%; }

/*  tooltip new */
