html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.apexcharts-legend-text-custom .apexcharts-legend-text {
  text-transform: uppercase !important;
}

.marketplace-custom-input-base .MuiSelect-select {
  padding-bottom: 0;
  padding-top: 5px;
}

.marketplace-custom-accordion .css-eqpfi5-MuiAccordionSummary-content {
  margin: 0px !important;
}

.cookies-mui-input-base .MuiInputBase-input {
  padding: 0px !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.spin {
  animation: spin 1s linear infinite;
}

.jodit-placeholder {
  font-family: 'Roboto', Arial, Helvetica, sans-serif, monospace;
}

.jodit-wysiwyg ol,
.jodit-wysiwyg ul {
  padding-left: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.jodit-wysiwyg li {
  margin-bottom: 4px;
}