.choices__list,
li,
ol,
ul {
  list-style: none;
  margin: 0;
}
:root {
  --csmf-color-primary: #1e3a8a;
  --csmf-color-success: #38a52c;
  --csmf-color-info: #0b76e8;
  --csmf-color-warning: #fcb707;
  --csmf-color-danger: #e02316;
  --csmf-color-primary-800: #0a2e66;
  --csmf-color-success-800: #0e5f19;
  --csmf-color-info-800: #032f86;
  --csmf-color-warning-800: #925d02;
  --csmf-color-danger-800: #81071d;
}
.max-w-1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.choices:focus,
.choices__button:focus,
.choices__input:focus {
  outline: 0;
}
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden],
.csmf--foldable.folded .inside {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #005f75;
}
.choices[data-type*="select-one"] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*="select-one"]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*="select-one"].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0-4px 0 8px;
  border-left: 1px solid #003642;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  overflow: hidden;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  padding-left: 0;
}
.choices__list--single {
  display: inline-block;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 3.75px;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text],
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable[data-select-text],
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
  background-color: var(--csmf-color-info);
  color: #fff;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after,
.choices__placeholder {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
}
.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.csmf input[type="checkbox"]:focus,
.csmf input[type="color"]:focus,
.csmf input[type="date"]:focus,
.csmf input[type="datetime-local"]:focus,
.csmf input[type="datetime"]:focus,
.csmf input[type="email"]:focus,
.csmf input[type="month"]:focus,
.csmf input[type="number"]:focus,
.csmf input[type="password"]:focus,
.csmf input[type="racsmf"]:focus,
.csmf input[type="search"]:focus,
.csmf input[type="tel"]:focus,
.csmf input[type="text"]:focus,
.csmf input[type="time"]:focus,
.csmf input[type="url"]:focus,
.csmf input[type="week"]:focus,
.csmf select:focus,
.csmf textarea:focus {
  border-color: var(--csmf-color-primary) !important;
  box-shadow: 0 0 0 1px var(--csmf-color-primary) !important;
  outline: transparent solid 2px !important;
}
.csmf a,
.csmf a:focus,
.csmf a:hover,
.csmf button,
.csmf button:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  box-shadow: none;
}
body[class*="codexshaper-framework_"] {
  background: #fff;
}
li,
ol,
ul {
  padding: 0;
}
.csmf {
  padding: 20px;
  margin-left: -20px;
}
@media only screen and (max-width: 782px) {
  .csmf {
    margin-left: -10px;
  }
}
.csmf--foldable .fold-indicator::after {
  content: "\f0d7";
  font-size: 14px;
  line-height: 1;
}
.csmf--foldable.folded .fold-indicator::after {
  content: "\f0d8";
}
.csmf--error-text {
  color: var(--csmf-color-danger);
  margin: 8px 12px;
  padding: 8px 10px;
  border: 1px solid #e0231673;
  border-radius: 4px;
}
.choices__inner {
  font-size: 13px !important;
  border: 1px solid #8c8f94;
  padding: 0 8px !important;
  border-radius: 4px;
  min-height: 34px;
}
.choices__heading {
  font-size: 13px;
  color: #3c434a;
}
input[type="search"].choices__input {
  border: none !important;
  background: 0 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  min-height: 100% !important;
}
input[type="search"].choices__input:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border: none !important;
}
.choices__list--multiple {
  vertical-align: bottom;
}
.choices__list--multiple .choices__item {
  font-weight: 400;
  line-height: 1.4;
  background-color: #1fbf98;
  border: 1px solid #1fbf98;
  margin-top: 3.7px;
  margin-bottom: 2.5px;
  padding: 3px 10px;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  padding-left: 20px;
  border: none;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 4px 10px !important;
  font-size: 13px;
}
.choices__list--single {
  padding: 7px 16px 7px 0;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.8;
}
.csmf--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.csmf--grid .csmf--col-span-12,
.csmf--grid .csmf--col-span-full {
  grid-column: span 12;
}
.csmf--grid .csmf--col-span-11 {
  grid-column: span 11;
}
.csmf--grid .csmf--col-span-10 {
  grid-column: span 10;
}
.csmf--grid .csmf--col-span-9 {
  grid-column: span 9;
}
.csmf--grid .csmf--col-span-8 {
  grid-column: span 8;
}
.csmf--grid .csmf--col-span-7 {
  grid-column: span 7;
}
.csmf--grid .csmf--col-span-6 {
  grid-column: span 6;
}
.csmf--grid .csmf--col-span-5 {
  grid-column: span 5;
}
.csmf--grid .csmf--col-span-4 {
  grid-column: span 4;
}
.csmf--grid .csmf--col-span-3 {
  grid-column: span 3;
}
.csmf--grid .csmf--col-span-2 {
  grid-column: span 2;
}
.csmf--grid .csmf--col-span-1 {
  grid-column: span 1;
}
.csmf--gap-8 {
  gap: 8px;
}
.csmf--row-gap-8 {
  row-gap: 8px;
}
.csmf--col-gap-8 {
  column-gap: 8px;
}
.csmf--gap-12 {
  gap: 12px;
}
.csmf--row-gap-12 {
  row-gap: 12px;
}
.csmf--col-gap-12 {
  column-gap: 12px;
}
.csmf--gap-16 {
  gap: 16px;
}
.csmf--row-gap-16 {
  row-gap: 16px;
}
.csmf--col-gap-16 {
  column-gap: 16px;
}
.csmf--gap-20 {
  gap: 20px;
}
.csmf--row-gap-20 {
  row-gap: 20px;
}
.csmf--col-gap-20 {
  column-gap: 20px;
}
.csmf--gap-24 {
  gap: 24px;
}
.csmf--row-gap-24 {
  row-gap: 24px;
}
.csmf--col-gap-24 {
  column-gap: 24px;
}
.csmf--gap-28 {
  gap: 28px;
}
.csmf--row-gap-28 {
  row-gap: 28px;
}
.csmf--col-gap-28 {
  column-gap: 28px;
}
@media only screen and (min-width: 576px) {
  .csmf--grid .sm\:csmf--col-span-12,
  .csmf--grid .sm\:csmf--col-span-full {
    grid-column: span 12;
  }
  .csmf--grid .sm\:csmf--col-span-11 {
    grid-column: span 11;
  }
  .csmf--grid .sm\:csmf--col-span-10 {
    grid-column: span 10;
  }
  .csmf--grid .sm\:csmf--col-span-9 {
    grid-column: span 9;
  }
  .csmf--grid .sm\:csmf--col-span-8 {
    grid-column: span 8;
  }
  .csmf--grid .sm\:csmf--col-span-7 {
    grid-column: span 7;
  }
  .csmf--grid .sm\:csmf--col-span-6 {
    grid-column: span 6;
  }
  .csmf--grid .sm\:csmf--col-span-5 {
    grid-column: span 5;
  }
  .csmf--grid .sm\:csmf--col-span-4 {
    grid-column: span 4;
  }
  .csmf--grid .sm\:csmf--col-span-3 {
    grid-column: span 3;
  }
  .csmf--grid .sm\:csmf--col-span-2 {
    grid-column: span 2;
  }
  .csmf--grid .sm\:csmf--col-span-1 {
    grid-column: span 1;
  }
  .sm\:csmf--gap-8 {
    gap: 8px;
  }
  .sm\:csmf--row-gap-8 {
    row-gap: 8px;
  }
  .sm\:csmf--col-gap-8 {
    column-gap: 8px;
  }
  .sm\:csmf--gap-12 {
    gap: 12px;
  }
  .sm\:csmf--row-gap-12 {
    row-gap: 12px;
  }
  .sm\:csmf--col-gap-12 {
    column-gap: 12px;
  }
  .sm\:csmf--gap-16 {
    gap: 16px;
  }
  .sm\:csmf--row-gap-16 {
    row-gap: 16px;
  }
  .sm\:csmf--col-gap-16 {
    column-gap: 16px;
  }
  .sm\:csmf--gap-20 {
    gap: 20px;
  }
  .sm\:csmf--row-gap-20 {
    row-gap: 20px;
  }
  .sm\:csmf--col-gap-20 {
    column-gap: 20px;
  }
  .sm\:csmf--gap-24 {
    gap: 24px;
  }
  .sm\:csmf--row-gap-24 {
    row-gap: 24px;
  }
  .sm\:csmf--col-gap-24 {
    column-gap: 24px;
  }
  .sm\:csmf--gap-28 {
    gap: 28px;
  }
  .sm\:csmf--row-gap-28 {
    row-gap: 28px;
  }
  .sm\:csmf--col-gap-28 {
    column-gap: 28px;
  }
}
@media only screen and (min-width: 783px) {
  .csmf--grid .md\:csmf--col-span-12,
  .csmf--grid .md\:csmf--col-span-full {
    grid-column: span 12;
  }
  .csmf--grid .md\:csmf--col-span-11 {
    grid-column: span 11;
  }
  .csmf--grid .md\:csmf--col-span-10 {
    grid-column: span 10;
  }
  .csmf--grid .md\:csmf--col-span-9 {
    grid-column: span 9;
  }
  .csmf--grid .md\:csmf--col-span-8 {
    grid-column: span 8;
  }
  .csmf--grid .md\:csmf--col-span-7 {
    grid-column: span 7;
  }
  .csmf--grid .md\:csmf--col-span-6 {
    grid-column: span 6;
  }
  .csmf--grid .md\:csmf--col-span-5 {
    grid-column: span 5;
  }
  .csmf--grid .md\:csmf--col-span-4 {
    grid-column: span 4;
  }
  .csmf--grid .md\:csmf--col-span-3 {
    grid-column: span 3;
  }
  .csmf--grid .md\:csmf--col-span-2 {
    grid-column: span 2;
  }
  .csmf--grid .md\:csmf--col-span-1 {
    grid-column: span 1;
  }
  .md\:csmf--gap-8 {
    gap: 8px;
  }
  .md\:csmf--row-gap-8 {
    row-gap: 8px;
  }
  .md\:csmf--col-gap-8 {
    column-gap: 8px;
  }
  .md\:csmf--gap-12 {
    gap: 12px;
  }
  .md\:csmf--row-gap-12 {
    row-gap: 12px;
  }
  .md\:csmf--col-gap-12 {
    column-gap: 12px;
  }
  .md\:csmf--gap-16 {
    gap: 16px;
  }
  .md\:csmf--row-gap-16 {
    row-gap: 16px;
  }
  .md\:csmf--col-gap-16 {
    column-gap: 16px;
  }
  .md\:csmf--gap-20 {
    gap: 20px;
  }
  .md\:csmf--row-gap-20 {
    row-gap: 20px;
  }
  .md\:csmf--col-gap-20 {
    column-gap: 20px;
  }
  .md\:csmf--gap-24 {
    gap: 24px;
  }
  .md\:csmf--row-gap-24 {
    row-gap: 24px;
  }
  .md\:csmf--col-gap-24 {
    column-gap: 24px;
  }
  .md\:csmf--gap-28 {
    gap: 28px;
  }
  .md\:csmf--row-gap-28 {
    row-gap: 28px;
  }
  .md\:csmf--col-gap-28 {
    column-gap: 28px;
  }
}
@media only screen and (min-width: 961px) {
  .csmf--grid .lg\:csmf--col-span-12,
  .csmf--grid .lg\:csmf--col-span-full {
    grid-column: span 12;
  }
  .csmf--grid .lg\:csmf--col-span-11 {
    grid-column: span 11;
  }
  .csmf--grid .lg\:csmf--col-span-10 {
    grid-column: span 10;
  }
  .csmf--grid .lg\:csmf--col-span-9 {
    grid-column: span 9;
  }
  .csmf--grid .lg\:csmf--col-span-8 {
    grid-column: span 8;
  }
  .csmf--grid .lg\:csmf--col-span-7 {
    grid-column: span 7;
  }
  .csmf--grid .lg\:csmf--col-span-6 {
    grid-column: span 6;
  }
  .csmf--grid .lg\:csmf--col-span-5 {
    grid-column: span 5;
  }
  .csmf--grid .lg\:csmf--col-span-4 {
    grid-column: span 4;
  }
  .csmf--grid .lg\:csmf--col-span-3 {
    grid-column: span 3;
  }
  .csmf--grid .lg\:csmf--col-span-2 {
    grid-column: span 2;
  }
  .csmf--grid .lg\:csmf--col-span-1 {
    grid-column: span 1;
  }
  .lg\:csmf--gap-8 {
    gap: 8px;
  }
  .lg\:csmf--row-gap-8 {
    row-gap: 8px;
  }
  .lg\:csmf--col-gap-8 {
    column-gap: 8px;
  }
  .lg\:csmf--gap-12 {
    gap: 12px;
  }
  .lg\:csmf--row-gap-12 {
    row-gap: 12px;
  }
  .lg\:csmf--col-gap-12 {
    column-gap: 12px;
  }
  .lg\:csmf--gap-16 {
    gap: 16px;
  }
  .lg\:csmf--row-gap-16 {
    row-gap: 16px;
  }
  .lg\:csmf--col-gap-16 {
    column-gap: 16px;
  }
  .lg\:csmf--gap-20 {
    gap: 20px;
  }
  .lg\:csmf--row-gap-20 {
    row-gap: 20px;
  }
  .lg\:csmf--col-gap-20 {
    column-gap: 20px;
  }
  .lg\:csmf--gap-24 {
    gap: 24px;
  }
  .lg\:csmf--row-gap-24 {
    row-gap: 24px;
  }
  .lg\:csmf--col-gap-24 {
    column-gap: 24px;
  }
  .lg\:csmf--gap-28 {
    gap: 28px;
  }
  .lg\:csmf--row-gap-28 {
    row-gap: 28px;
  }
  .lg\:csmf--col-gap-28 {
    column-gap: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .csmf--grid .xl\:csmf--col-span-12,
  .csmf--grid .xl\:csmf--col-span-full {
    grid-column: span 12;
  }
  .csmf--grid .xl\:csmf--col-span-11 {
    grid-column: span 11;
  }
  .csmf--grid .xl\:csmf--col-span-10 {
    grid-column: span 10;
  }
  .csmf--grid .xl\:csmf--col-span-9 {
    grid-column: span 9;
  }
  .csmf--grid .xl\:csmf--col-span-8 {
    grid-column: span 8;
  }
  .csmf--grid .xl\:csmf--col-span-7 {
    grid-column: span 7;
  }
  .csmf--grid .xl\:csmf--col-span-6 {
    grid-column: span 6;
  }
  .csmf--grid .xl\:csmf--col-span-5 {
    grid-column: span 5;
  }
  .csmf--grid .xl\:csmf--col-span-4 {
    grid-column: span 4;
  }
  .csmf--grid .xl\:csmf--col-span-3 {
    grid-column: span 3;
  }
  .csmf--grid .xl\:csmf--col-span-2 {
    grid-column: span 2;
  }
  .csmf--grid .xl\:csmf--col-span-1 {
    grid-column: span 1;
  }
  .xl\:csmf--gap-8 {
    gap: 8px;
  }
  .xl\:csmf--row-gap-8 {
    row-gap: 8px;
  }
  .xl\:csmf--col-gap-8 {
    column-gap: 8px;
  }
  .xl\:csmf--gap-12 {
    gap: 12px;
  }
  .xl\:csmf--row-gap-12 {
    row-gap: 12px;
  }
  .xl\:csmf--col-gap-12 {
    column-gap: 12px;
  }
  .xl\:csmf--gap-16 {
    gap: 16px;
  }
  .xl\:csmf--row-gap-16 {
    row-gap: 16px;
  }
  .xl\:csmf--col-gap-16 {
    column-gap: 16px;
  }
  .xl\:csmf--gap-20 {
    gap: 20px;
  }
  .xl\:csmf--row-gap-20 {
    row-gap: 20px;
  }
  .xl\:csmf--col-gap-20 {
    column-gap: 20px;
  }
  .xl\:csmf--gap-24 {
    gap: 24px;
  }
  .xl\:csmf--row-gap-24 {
    row-gap: 24px;
  }
  .xl\:csmf--col-gap-24 {
    column-gap: 24px;
  }
  .xl\:csmf--gap-28 {
    gap: 28px;
  }
  .xl\:csmf--row-gap-28 {
    row-gap: 28px;
  }
  .xl\:csmf--col-gap-28 {
    column-gap: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .csmf--grid .xxl\:csmf--col-span-12,
  .csmf--grid .xxl\:csmf--col-span-full {
    grid-column: span 12;
  }
  .csmf--grid .xxl\:csmf--col-span-11 {
    grid-column: span 11;
  }
  .csmf--grid .xxl\:csmf--col-span-10 {
    grid-column: span 10;
  }
  .csmf--grid .xxl\:csmf--col-span-9 {
    grid-column: span 9;
  }
  .csmf--grid .xxl\:csmf--col-span-8 {
    grid-column: span 8;
  }
  .csmf--grid .xxl\:csmf--col-span-7 {
    grid-column: span 7;
  }
  .csmf--grid .xxl\:csmf--col-span-6 {
    grid-column: span 6;
  }
  .csmf--grid .xxl\:csmf--col-span-5 {
    grid-column: span 5;
  }
  .csmf--grid .xxl\:csmf--col-span-4 {
    grid-column: span 4;
  }
  .csmf--grid .xxl\:csmf--col-span-3 {
    grid-column: span 3;
  }
  .csmf--grid .xxl\:csmf--col-span-2 {
    grid-column: span 2;
  }
  .csmf--grid .xxl\:csmf--col-span-1 {
    grid-column: span 1;
  }
  .xxl\:csmf--gap-8 {
    gap: 8px;
  }
  .xxl\:csmf--row-gap-8 {
    row-gap: 8px;
  }
  .xxl\:csmf--col-gap-8 {
    column-gap: 8px;
  }
  .xxl\:csmf--gap-12 {
    gap: 12px;
  }
  .xxl\:csmf--row-gap-12 {
    row-gap: 12px;
  }
  .xxl\:csmf--col-gap-12 {
    column-gap: 12px;
  }
  .xxl\:csmf--gap-16 {
    gap: 16px;
  }
  .xxl\:csmf--row-gap-16 {
    row-gap: 16px;
  }
  .xxl\:csmf--col-gap-16 {
    column-gap: 16px;
  }
  .xxl\:csmf--gap-20 {
    gap: 20px;
  }
  .xxl\:csmf--row-gap-20 {
    row-gap: 20px;
  }
  .xxl\:csmf--col-gap-20 {
    column-gap: 20px;
  }
  .xxl\:csmf--gap-24 {
    gap: 24px;
  }
  .xxl\:csmf--row-gap-24 {
    row-gap: 24px;
  }
  .xxl\:csmf--col-gap-24 {
    column-gap: 24px;
  }
  .xxl\:csmf--gap-28 {
    gap: 28px;
  }
  .xxl\:csmf--row-gap-28 {
    row-gap: 28px;
  }
  .xxl\:csmf--col-gap-28 {
    column-gap: 28px;
  }
}
.csmf--a-btn {
  text-decoration: none;
  text-shadow: none;
  width: max-content;
}
.csmf--a-btn.csmf--a-btn-lg {
  min-height: 32px;
  line-height: 2.30769231;
  padding: 0 12px;
}
.csmf--a-btn.csmf--a-btn-primary {
  background: var(--csmf-color-primary);
  border-color: var(--csmf-color-primary);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-primary:active,
.csmf--a-btn.csmf--a-btn-primary:focus,
.csmf--a-btn.csmf--a-btn-primary:hover {
  background: var(--csmf-color-primary-800);
  border-color: var(--csmf-color-primary-800);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-primary:active,
.csmf--a-btn.csmf--a-btn-primary:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--csmf-color-primary);
}
.csmf--a-btn.csmf--a-btn-success {
  background: var(--csmf-color-success);
  border-color: var(--csmf-color-success);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-success:active,
.csmf--a-btn.csmf--a-btn-success:focus,
.csmf--a-btn.csmf--a-btn-success:hover {
  background: var(--csmf-color-success-800);
  border-color: var(--csmf-color-success-800);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-success:active,
.csmf--a-btn.csmf--a-btn-success:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--csmf-color-success);
}
.csmf--a-btn.csmf--a-btn-info {
  background: var(--csmf-color-info);
  border-color: var(--csmf-color-info);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-info:active,
.csmf--a-btn.csmf--a-btn-info:focus,
.csmf--a-btn.csmf--a-btn-info:hover {
  background: var(--csmf-color-info-800);
  border-color: var(--csmf-color-info-800);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-info:active,
.csmf--a-btn.csmf--a-btn-info:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--csmf-color-info);
}
.csmf--a-btn.csmf--a-btn-warning {
  background: var(--csmf-color-warning);
  border-color: var(--csmf-color-warning);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-warning:active,
.csmf--a-btn.csmf--a-btn-warning:focus,
.csmf--a-btn.csmf--a-btn-warning:hover {
  background: var(--csmf-color-warning-800);
  border-color: var(--csmf-color-warning-800);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-warning:active,
.csmf--a-btn.csmf--a-btn-warning:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--csmf-color-warning);
}
.csmf--a-btn.csmf--a-btn-danger {
  background: var(--csmf-color-danger);
  border-color: var(--csmf-color-danger);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-danger:active,
.csmf--a-btn.csmf--a-btn-danger:focus,
.csmf--a-btn.csmf--a-btn-danger:hover {
  background: var(--csmf-color-danger-800);
  border-color: var(--csmf-color-danger-800);
  color: #fff;
}
.csmf--a-btn.csmf--a-btn-danger:active,
.csmf--a-btn.csmf--a-btn-danger:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--csmf-color-danger);
}
.csmf--f-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 1;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: max-content;
  z-index: 0;
  cursor: pointer;
}
.csmf--f-btn:focus {
  outline: 0;
  box-shadow: none;
}
.csmf--f-btn::after {
  content: "";
  position: absolute;
  transition: 0.5s;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform-origin: top left;
  width: 0;
}
.csmf--f-btn.active::after,
.csmf--f-btn:hover::after {
  height: 100%;
  width: 135%;
}
.csmf--f-btn.csmf--f-btn-primary {
  font-family: "Rethink Sans", sans-serif;
  color: #030611;
  background: #f7c600;
}
.csmf--f-btn-primary::after {
  background: #de6815;
}
.csmf--f-btn.csmf--f-btn-primary.active,
.csmf--f-btn.csmf--f-btn-primary:hover {
  color: #fff;
}
.csmf--f-btn.csmf--f-btn-secondary {
  font-family: "Rethink Sans", sans-serif;
  color: #fff;
  background: #de6815;
}
.csmf--f-btn-secondary::after {
  background: #f7c600;
}
.csmf--f-btn.csmf--f-btn-secondary.active,
.csmf--f-btn.csmf--f-btn-secondary:hover {
  color: #030611;
}
.csmf--home-panel {
  background-color: #f2f6fa;
  padding: 80px 0;
  border-radius: 12px;
}
.csmf--dashboard .csmf--container {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px 0 #ccc;
}
.csmf--container {
  padding-inline-start: 16px;
  padding-inline-end: 16px;
}
.csmf--admin-title {
  color: #051627;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.11;
  margin: 0;
}
.csmf--home-banner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.csmf--home-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.csmf--home-banner::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
}
.csmf--admin-description {
  color: #535862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  margin: 0;
}
.csmf--admin-card {
  border-radius: 12px;
  background-color: #e5eecd;
  box-shadow: 0 1px 20px 0 rgba(3, 6, 17, 0.01);
  padding: 30px;
  height: 100%;
}
.csmf--admin-card-title {
  color: #051627;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.66;
  margin: 0;
}
.csmf--admin-card-link {
  color: #1fbf98 !important;
  font-weight: bold;
}
.csmf--admin-card-description {
  color: #535862;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66;
  margin: 0;
}
.csmf--admin--lisence-form .csmf--f-btn {
  height: 50px;
  border-radius: 10px;
}
.csmf--admin-form-label {
  color: #051627;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.73;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-block-start: 20px;
}
.csmf--admin-form-input {
  border-radius: 10px !important;
  border: 1px solid rgba(5, 22, 39, 0.12) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #535862 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1 !important;
  padding: 16px 20px !important;
  transition: 0.3s;
}
.csmf--admin-list,
.csmf--field .csmf--field-title h4 {
  padding: 0;
  margin: 0;
}
.csmf--admin-form-input:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: #f7c600 !important;
}
.csmf--field-heading,
.csmf--field:not(:first-child) {
  border-top: 1px solid #f0f0f1;
}
.csmf--admin-list {
  color: #051627;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
}
.csmf--admin-list li {
  list-style-type: square;
  list-style-position: inside;
}
@media only screen and (max-width: 1024px) {
  .csmf--home-panel {
    background-color: transparent;
    padding: 0;
  }
}
.csmf--field {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px;
  position: relative;
}
.csmf--field .csmf--fieldset {
  width: calc(75% - 10px);
  flex-grow: 1;
}
.csmf--field .csmf--field-title {
  flex-shrink: 0;
  width: 25%;
}
.csmf--field .csmf--field-title .csmf--subtitle-text {
  color: #6d747a;
  margin-bottom: 0;
}
.csmf--accordion-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.csmf--accordion-items .csmf--accordion-item {
  border: 1px solid #f0f0f1;
}
.csmf--accordion-items .csmf--accordion-item .csmf--accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 14px;
  background-color: #f0f0f1;
  cursor: pointer;
}
.csmf--accordion-title .csmf--accordion-text {
  flex-grow: 1;
}
.csmf--accordion-title .csmf--accordion-icon {
  font-size: 14px;
  flex-shrink: 0;
}
.csmf--accordion-items .csmf--accordion-item:not(.folded) .csmf--accordion-icon {
  transform: rotate(90deg);
}
.csmf--field-backup .csmf--export-wrapper,
.csmf--field-backup .csmf--import-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.csmf--field-backup .csmf--import-wrapper {
  margin-bottom: 20px;
}
.csmf--field-backup .csmf--export-wrapper textarea,
.csmf--field-backup .csmf--import-wrapper textarea {
  min-height: 100px;
}
.csmf--export {
  width: max-content;
  text-decoration: underline !important;
}
.csmf--field-heading {
  padding: 24px 16px;
  background-color: #f0f0f1;
  border-bottom: 1px solid #f0f0f1;
}
.csmf--field-heading .csmf--heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.csmf--upload-preview.hidden {
  display: none !important;
}
.csmf--upload-preview {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.csmf--upload-preview .csmf--image-preview {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 4px;
  background: #f0f0f1;
  border: 1px solid #f0f0f1;
  border-radius: 4px;
  overflow: hidden;
}
.csmf--upload-preview .csmf--image-preview img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.csmf--upload-preview .csmf--image-preview .csmf--upload-remove-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
.csmf--upload-preview .csmf--image-preview .csmf--upload-remove-wrap .csmf--upload-remove {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 3px 4px 4px;
  color: #fff;
  background: var(--csmf-color-danger);
  border-radius: 4px;
}
.csmf--tabs-nav .csmf--tab-btn:hover::before,
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children ul .csmf--tab-btn.active::before {
  width: 3px;
}
.csmf--upload-preview .csmf--image-preview:hover .csmf--upload-remove-wrap {
  opacity: 1;
}
.csmf--repeater-cloneable {
  display: none !important;
}
.csmf--repeater-item {
  margin-bottom: 8px;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.csmf--repeater-item .csmf--repeater-action-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 16px;
  background-color: #f0f0f1;
  border-bottom: 1px solid #f0f0f1;
  cursor: move;
}
.csmf--repeater-content.inside {
  padding: 0;
  margin: 0 !important;
}
.csmf--field.csmf--field-select select[multiple] {
  min-width: 200px;
  min-height: 100px;
}
.csmf--switcher {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  background-color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
}
.csmf--switcher .switcher-input,
[data-csmf-tabs] .tab-panel {
  display: none;
}
.csmf--field .csmf--fieldset .csmf--field-help:hover::before,
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children.expanded ul {
  display: block;
}
.csmf--switcher .switcher-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eee;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.csmf--switcher .switcher-label::after,
.csmf--switcher .switcher-label::before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.csmf--switcher .switcher-label::before {
  content: attr(data-off);
  right: 5px;
  color: #808589;
  font-weight: 700;
}
.csmf--switcher .switcher-label::after {
  content: attr(data-on);
  left: 5px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  font-weight: 700;
}
.csmf--switcher .switcher-input:checked ~ .switcher-label {
  background: #1fbf98;
  border: #1fbf98;
}
.csmf--switcher .switcher-input:checked ~ .switcher-label::before {
  opacity: 0;
}
.csmf--switcher .switcher-input:checked ~ .switcher-label::after {
  opacity: 1;
}
.csmf--switcher .switcher-indicator {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  margin: 0;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, #fff 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fff 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, #fff 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, #fff 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.csmf--switcher .switcher-indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eee, #fff);
  background-image: -moz-linear-gradient(top, #eee, #fff);
  background-image: -o-linear-gradient(top, #eee, #fff);
  background-image: linear-gradient(to bottom, #eee, #fff);
}
.csmf--switcher .switcher-input:checked ~ .switcher-indicator {
  left: calc(100% - 19px);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.csmf--switcher.switcher-border .switcher-label {
  border: 1px solid #8c8f94;
}
.csmf--tabs {
  display: flex;
  gap: 20px;
}
.csmf--tabs .csmf--tabs-nav {
  background: #1d2327;
  padding: 12px;
  width: 20%;
  max-width: 300px;
  min-width: 250px;
  flex-shrink: 0;
  height: max-content;
}
.csmf--tabs-nav ul {
  display: flex;
  flex-direction: column;
}
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children ul {
  background: #2c3338;
  display: none;
  position: relative;
  margin: 0;
  padding: 8px 0;
}
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children ul ul {
  background: #000;
  margin: 0 8px;
}
.csmf--tabs-nav .csmf--tab-btn {
  font-size: 13px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  border: none;
  background: 0 0;
  padding: 8px 12px;
}
.csmf--tabs-nav .csmf--tab-btn:active,
.csmf--tabs-nav .csmf--tab-btn:focus {
  box-shadow: unset;
  outline: unset;
}
.csmf--tab-btn .csmf--tab-icon {
  font-size: 13px;
  text-align: center;
  width: 20px;
  margin-top: 4px;
}
.csmf--tabs-nav .csmf--tab-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--csmf-color-info);
  transition: 0.1s;
}
.csmf--tabs-nav .csmf--tab-btn:hover {
  background: #2c3338;
  color: #fff;
}
.csmf--tabs-nav .csmf--tab-btn.active {
  color: #fff;
  background: var(--csmf-color-info);
}
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children > .csmf--tab-btn::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children.expanded > .csmf--tab-btn::after {
  content: "\f0d7";
}
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children ul .csmf--tab-btn {
  background: 0 0;
}
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children ul .csmf--tab-btn.active {
  font-weight: 500;
}
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children ul .csmf--tab-btn::before,
.csmf--tabs-nav .csmf--tab-item.csmf--tab-has-children ul .csmf--tab-btn:hover::before,
.toplevel_page_csmfexpress_theme_options,
.toplevel_page_csmf_setting_options {
  background: #fff;
}
.csmf--tabs .csmf--tabs-content {
  flex-grow: 1;
}
[data-csmf-tabs] .tab-panel.active {
  display: block !important;
}
@media only screen and (max-width: 960px) {
  .csmf--tabs .csmf--tabs-nav {
    display: none !important;
  }
  .csmf--tabs-content .csmf--section {
    display: block !important;
  }
}
.csmf.csmf--metabox {
  padding: 0;
  margin: -6px -12px;
}
.csmf--fieldset .csmf--fieldset-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.csmf--section-title {
  padding: 16px;
  background-color: #f0f0f1;
  border-top: 1px solid #f0f0f1;
  border-bottom: 1px solid #f0f0f1;
}
.csmf--section-title .csmf--section-icon {
  margin-right: 4px;
}
.csmf--section-title h3 {
  margin: 0;
  padding: 0;
}
.csmf--field .csmf--fieldset .csmf--label {
  color: #71787e;
  margin-inline-start: 4px;
}
.csmf--repeater-item.ui-sortable-helper {
  height: 60px !important;
  overflow: hidden;
  border: 1px solid #eee;
}
.widget-placeholder {
  height: 60px !important;
  border: 2px dashed var(--csmf-color-info) !important;
}
.csmf--repeater-content .csmf--field {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 12px;
}
.csmf--repeater-content > .csmf--field {
  padding: 16px;
}
.csmf--repeater-content .csmf--fieldset-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.csmf--field.csmf--field-upload input {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .csmf--field .csmf--field-title {
    width: 100%;
    flex-shrink: 0;
  }
  .csmf--field .csmf--fieldset {
    width: 100%;
    flex-grow: 1;
  }
}
.csmf--field .csmf--fieldset .csmf--field-before {
  margin-bottom: 4px;
}
.csmf--field .csmf--fieldset .csmf--field-after,
.csmf--field .csmf--fieldset .csmf--field-description {
  margin-top: 4px;
}
.csmf--field .csmf--fieldset .csmf--field-help {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 2px 4px;
  cursor: help;
}
.csmf--field .csmf--fieldset .csmf--field-help i {
  color: var(--csmf-color-info);
}
.csmf--field .csmf--fieldset .csmf--field-help::before {
  content: attr(data-help);
  position: absolute;
  top: 0;
  right: 100%;
  width: max-content;
  background: var(--csmf-color-info);
  padding: 4px 8px;
  border-radius: 2px;
  color: #fff;
  display: none;
  max-width: 200px;
}
.csmf--field .csmf--fieldset .csmf--field-error {
  color: var(--csmf-color-danger);
  margin-top: 4px;
  padding: 4px 8px;
  border: 1px solid #e0231673;
  border-radius: 4px;
}
.csmf--options-content .csmf--section {
  border: 1px solid #f0f0f1;
  margin-bottom: 12px;
}
.csmf--section .csmf--field input {
  width: 100%;
}
.csmf--option-header {
  background-color: #f0f0f1;
  padding: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.csmf--option-header.csmf--sticky-option-header {
  position: sticky;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 1;
}
.csmf--field textarea {
  width: 100%;
  margin: 0;
}
.csmf--settings-tab .settings-tab-button-wrapper ul {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0f0f1;
  padding: 20px;
}
.csmf--settings-tab .csmf--settings-tab-content {
  background: #f0f0f1;
  padding: 20px;
  margin-top: 20px;
}
.csmf--settings-tab-content .settings-title {
  margin: 0;
}
.csmf--settings-tab-content .settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.settings-group {
  margin-top: 50px;
}
.settings-group .settings-items .switcher {
  margin-bottom: 16px;
}
.settings-group .settings-items .number {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 40px;
}
.settings-group .settings-items .number input {
  width: max-content;
}
.settings-group .settings-items {
  margin-top: 20px;
}
