:root {
  --cms-infoIcon-top: unset;
  --cms-infoIcon-left: unset;
  --cms-infoIcon-arrow-left: unset;

  --cms-view-maxHeight: 50vh;
  --cms-view-maxWidth: 90vw;
}

button {
  position: relative;
}

button.cms-run-loading>* {
  opacity: .1;
}

button.cms-run-loading .cms-box-loader {
  opacity: 1;
}

button .cms-run-click {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  border-radius: inherit;
  overflow: hidden;
}

button .cms-run-click .cms-run-click-effect {
  position: absolute;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  transition: .3s;
  transform-origin: 50% 50%;
  animation: run-click-expand .4s forwards;
  box-shadow: 0 0 20px 5px #fff;
  opacity: .6;
}

body {
  margin: 0;
  background-color: var(--cms-color-bg);
  color: var(--cms-text-color);
  font-size: var(--font-size);
}

input,
select {
  padding: 2px 12px;
  border-radius: 4px;
  font-weight: 100;
  height: 30px;
  box-sizing: border-box;
  background-color: var(--cms-color-input-bg);
  border: 1px solid var(--cms-color-input-border);
  color: var(--cms-color-input-text);
  position: relative;
}

input:focus {
  border: 1px solid var(--cms-color-input-focus);
  outline: none !important;
}

button,
.cms-btn {
  border: 1px solid var(--cms-color-btn-border);
  border-radius: 4px;
  font-weight: 400;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 140%;
  display: inline-block;
  padding: var(--cms-btn-padding);
  height: var(--cms-btn-height);
  color: var(--cms-color-btn-text);
  background: var(--cms-color-btn-bg);
  transition: 0.4s;
  box-sizing: border-box;
}

.cms-btn-default {
  box-shadow: var(--cms-btn-shadow);
}

.cms-btn-black {
  background-color: #1e1e1e;
  border: 0;
}

button:hover,
.cms-btn:hover {
  border: 1px solid var(--cms-color-btn-border-hover);
  color: var(--cms-color-btn-text-hover);
  transition: 0.4s;
}

textarea {
  background-color: var(--cms-color-bg-3);
  padding: 3px;
  border: 1px solid var(--cms-color-textarea-border);
  transition: all 0.8s;
  color: var(--cms-text);
}

textarea:focus {
  /*outline: 1px solid #ffa200;*/
  outline: none;
  border: 1px solid #ffa200;
  transition: all 0.5s;
  box-shadow: 0 5px 12px -6px #7b5003;
}

.cms-btn-default:hover {
  box-shadow: var(--cms-btn-shadow-hover);
}

.cms-btn-black:hover {
  background-color: #292929;
  border: 0;
}

.cms-input-success,
.cms-select-success {
  border: 1px solid var(--cms-color-success);
  background-color: var(--cms-color-success-04);
}

.cms-input-warning,
.cms-select-warning {
  border: 1px solid var(--cms-color-warning);
  background-color: var(--cms-color-warning-04);
}

.cms-input-danger,
.cms-select-danger {
  border: 1px solid var(--cms-color-danger);
  background-color: var(--cms-color-danger-04);
}

.cms-btn-delete {
  border: 1px solid var(--cms-color-danger-03);
  box-shadow: inset 0 0 10px 0 #23000069, 0 0 10px #51020290;
  background: var(--cms-color-danger);
}

.cms-btn-delete i {
  opacity: 0.7;
  transition: 0.4s;
}

.cms-btn-delete:hover {
  border: 1px solid #b70000;
  box-shadow: inset 0 0 10px 0 #14000069, 0 0 10px #ab0000e0;
  background: #d00000;
}

.cms-btn-delete:hover i {
  opacity: 1;
  transition: 0.4s;
}

/* BAR MENU NEW PAGE */
.menuNewPage {
  background-color: #000000;
  min-height: 50px;
  width: inherit;
  margin: -10px 0 0 0;
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  z-index: 9;
  top: 10px;
  opacity: 1;
  display: flex;
}

.menuNewPage.hidden {
  top: -100px;
  opacity: 0;
  transition: 0.5s;
}

.menuNewPage input {
  height: var(--cms-btn-height);
}

.menuTop {
  position: relative;
}

.menuTop .button {
  font-size: 0.95em;
  display: inline-block;
  color: #f9f5df;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #403700;
  white-space: nowrap;
}

.menuTop select {
  background-color: #1f1b00;
  color: #cbcaca;
  border: 1px solid #362a00;
  height: 28px;
}

.menuTop select:hover {
  color: white;
  border: 1px solid #f5d085;
  box-shadow: 0 2px 8px -2px #efa100;
  transition: all 0.3s;
}

.menuTop select:focus {
  outline: none;
  background-color: #364048;
}

.menuTop .subMenuTop,
.menuTop .subMenuTopRight {
  display: none;
  background-color: #2e353d;
  padding: 6px;
  border: 1px solid #efcd7e33;
  box-shadow: 0 4px 20px 0 #2c2c2c;
  top: 90%;
  max-height: calc(100vh - 120px);
}

.menuTop .subMenuTop {
  position: absolute;
}

.menuTop .subMenuTopRight {
  right: 5px;
}

.subMenuTop .subMenuTop {
  left: calc(100% - 6px);
  top: 6px;
}

.subMenuTop .subMenuTop:before {
  border-width: 13px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #f5d085;
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
}

.menuTop:hover>.subMenuTop,
.menuTop:hover>.subMenuTopRight {
  display: block;
}

.menuTop:hover>.button,
.menuTop .subMenuTop .button:hover,
.menuTop .subMenuTopRight .button:hover {
  background-color: #394148;
  color: white;
  border: 1px solid #f5d085;
  box-shadow: 0 2px 8px -2px #efa10052;
  transition: all 0.3s;
}

.cms-page-model-3 {
  background-color: var(--cms-color-bg-2);
  margin: 15px 30px;
  box-shadow: var(--cms-shadow-4);
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding: 21px;
  height: fit-content;
}

.cms-page-model-3-vh {
  height: calc(100vh - 30px);
}

.box-content {
  border: 1px solid var(--cms-color-border);
  padding: 12px 15px;
  border-radius: 8px;
  position: relative;
  margin-top: 10px;
  color: var(--cms-text);
  background-color: var(--cms-color-bg-4);
  box-shadow: var(--cms-box-shadow);
}

.boxSearch {
  position: relative;
  width: 100%;
  text-align: right;
}

.boxSearch input {
  border-radius: 20px;
  width: 200px;
  height: var(--cms-btn-height);
}

.boxSearch input:focus {
  outline: none;
  border-color: #ee9708;
  width: 80%;
  transition: 0.3s;
}

.boxSearch input~.icon {
  color: #ee970850;
}

.boxSearch .icon {
  position: absolute;
  right: 15px;
  top: 7px;
}

.boxSearch input:focus~.icon {
  color: #ee9708;
}


.cms-striped>div:nth-child(odd),
.cms-striped>div:nth-child(even),
.cms-striped>tbody tr td:nth-child(odd),
.cms-striped>tbody tr td:nth-child(even),
.cms-striped>tbody tr th:nth-child(odd),
.cms-striped>tbody tr th:nth-child(even) {
  padding: 6px 6px 6px 10px;
  border: 1px solid transparent;
  position: relative;
}

.cms-striped>div:nth-child(odd),
.cms-striped>tbody tr:nth-child(odd) {
  background-color: var(--cms-list-module-odd);
}

.cms-striped>div:nth-child(even),
.cms-striped>tbody tr:nth-child(even) {
  background-color: var(--cms-list-module-even);
}

.cms-striped.hover>div:hover,
.cms-striped>tbody tr:hover {
  background-color: var(--cms-list-module-hover);
  border-style: solid;
  border-color: #c1902059;
  box-shadow: 0 4px 15px -5px #0006;
  z-index: 0;
  transition: 0.4s;
}

.cms-striped.model02>div:nth-child(odd),
.cms-striped.model02>tbody tr:nth-child(odd) {
  background-color: #00000012;
}

.cms-striped.model02>div:nth-child(even),
.cms-striped.model02>tbody tr:nth-child(even) {
  background-color: #f9f0b42b;
}

@keyframes run-click-expand {
  0% {
    transform: scale(1);
    opacity: .6;
  }

  80% {
    transform: scale(20);
    opacity: .1;
  }

  100% {
    transform: scale(20);
    opacity: 0;
  }
}


[class*="cms-col-"][class*="-row"],
.cms-row {
  align-content: flex-start;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.cms-row {
  width: 100%;
}

[class*="cms-col-"] {
  align-content: flex-start;
  height: fit-content;
  box-sizing: border-box;
}

[class*="cms-col-1"] {
  width: 5%;
}

[class*="cms-col-2"] {
  width: 10%;
}

[class*="cms-col-2.5"] {
  width: 12.5%;
}

[class*="cms-col-3"] {
  width: 15%;
}

[class*="cms-col-3.33"] {
  width: 16.33%;
}

[class*="cms-col-4"] {
  width: 20%;
}

[class*="cms-col-5"] {
  width: 25%;
}

[class*="cms-col-6"] {
  width: 30%;
}

[class*="cms-col-6.66"] {
  width: 33.33%;
}

[class*="cms-col-7"] {
  width: 35%;
}

[class*="cms-col-8"] {
  width: 40%;
}

[class*="cms-col-9"] {
  width: 45%;
}

[class*="cms-col-10"] {
  width: 50%;
}

[class*="cms-col-11"] {
  width: 55%;
}

[class*="cms-col-12"] {
  width: 60%;
}

[class*="cms-col-13"] {
  width: 65%;
}

[class*="cms-col-14"] {
  width: 70%;
}

[class*="cms-col-15"] {
  width: 75%;
}

[class*="cms-col-16"] {
  width: 80%;
}

[class*="cms-col-17"] {
  width: 85%;
}

[class*="cms-col-18"] {
  width: 90%;
}

[class*="cms-col-19"] {
  width: 95%;
}

[class*="cms-col-20"] {
  width: 100%;
}

.cms-t-bold {
  font-weight: bold;
}

.cms-t-dotted {
  border-style: dotted;
}

.cms-br-solid {
  border-style: solid;
}

.cms-br-radius-4 {
  border-radius: 4px;
}

.cms-br-radius-8 {
  border-radius: 8px;
}

.cms-br-radius-16 {
  border-radius: 16px;
}

.cms-br-radius-o {
  border-radius: 50%;
}

.cms-fs-12 {
  font-size: 12px;
}

.cms-fs-14 {
  font-size: 14px;
}

.cms-fs-16 {
  font-size: 16px;
}

.cms-fs-18 {
  font-size: 18px;
}

.cms-fs-20 {
  font-size: 20px;
}

.cms-fs-22 {
  font-size: 22px;
}

.cms-fs-24 {
  font-size: 24px;
}

.cms-p-0 {
  padding: 0;
}

.cms-p-2 {
  padding: 2px;
}

.cms-p-4 {
  padding: 4px;
}

.cms-p-6 {
  padding: 6px;
}

.cms-p-8 {
  padding: 8px;
}

.cms-p-10 {
  padding: 10px;
}

.cms-p-12 {
  padding: 12px;
}

.cms-p-14 {
  padding: 14px;
}

.cms-p-16 {
  padding: 16px;
}

.cms-p-18 {
  padding: 18px;
}

.cms-p-20 {
  padding: 20px;
}

.cms-p-t-0 {
  padding-top: 0;
}

.cms-p-t-2 {
  padding-top: 2px;
}

.cms-p-t-4 {
  padding-top: 4px;
}

.cms-p-t-6 {
  padding-top: 6px;
}

.cms-p-t-8 {
  padding-top: 8px;
}

.cms-p-t-10 {
  padding-top: 10px;
}

.cms-p-t-12 {
  padding-top: 12px;
}

.cms-p-t-14 {
  padding-top: 14px;
}

.cms-p-t-16 {
  padding-top: 16px;
}

.cms-p-t-18 {
  padding-top: 18px;
}

.cms-p-t-20 {
  padding-top: 20px;
}

.cms-p-r-0 {
  padding-right: 0;
}

.cms-p-r-2 {
  padding-right: 2px;
}

.cms-p-r-4 {
  padding-right: 4px;
}

.cms-p-r-6 {
  padding-right: 6px;
}

.cms-p-r-8 {
  padding-right: 8px;
}

.cms-p-r-10 {
  padding-right: 10px;
}

.cms-p-r-12 {
  padding-right: 12px;
}

.cms-p-r-14 {
  padding-right: 14px;
}

.cms-p-r-16 {
  padding-right: 16px;
}

.cms-p-r-18 {
  padding-right: 18px;
}

.cms-p-r-20 {
  padding-right: 20px;
}

.cms-p-b-0 {
  padding-bottom: 0;
}

.cms-p-b-2 {
  padding-bottom: 2px;
}

.cms-p-b-4 {
  padding-bottom: 4px;
}

.cms-p-b-6 {
  padding-bottom: 6px;
}

.cms-p-b-8 {
  padding-bottom: 8px;
}

.cms-p-b-10 {
  padding-bottom: 10px;
}

.cms-p-b-12 {
  padding-bottom: 12px;
}

.cms-p-b-14 {
  padding-bottom: 14px;
}

.cms-p-b-16 {
  padding-bottom: 16px;
}

.cms-p-b-18 {
  padding-bottom: 18px;
}

.cms-p-b-20 {
  padding-bottom: 20px;
}

.cms-p-l-0 {
  padding-left: 0;
}

.cms-p-l-2 {
  padding-left: 2px;
}

.cms-p-l-4 {
  padding-left: 4px;
}

.cms-p-l-6 {
  padding-left: 6px;
}

.cms-p-l-8 {
  padding-left: 8px;
}

.cms-p-l-10 {
  padding-left: 10px;
}

.cms-p-l-12 {
  padding-left: 12px;
}

.cms-p-l-14 {
  padding-left: 14px;
}

.cms-p-l-16 {
  padding-left: 16px;
}

.cms-p-l-18 {
  padding-left: 18px;
}

.cms-p-l-20 {
  padding-left: 20px;
}

.cms-m-0 {
  margin: 0;
}

.cms-m-2 {
  margin: 2px;
}

.cms-m-4 {
  margin: 4px;
}

.cms-m-6 {
  margin: 6px;
}

.cms-m-8 {
  margin: 8px;
}

.cms-m-10 {
  margin: 10px;
}

.cms-m-12 {
  margin: 12px;
}

.cms-m-14 {
  margin: 14px;
}

.cms-m-16 {
  margin: 16px;
}

.cms-m-18 {
  margin: 18px;
}

.cms-m-20 {
  margin: 20px;
}

.cms-m-0-a {
  margin: 0 auto;
}

.cms-m-b-0 {
  margin-bottom: 0;
}

.cms-m-b-2 {
  margin-bottom: 2px;
}

.cms-m-b-4 {
  margin-bottom: 4px;
}

.cms-m-b-6 {
  margin-bottom: 6px;
}

.cms-m-b-8 {
  margin-bottom: 8px;
}

.cms-m-b-10 {
  margin-bottom: 10px;
}

.cms-m-b-12 {
  margin-bottom: 12px;
}

.cms-m-b-14 {
  margin-bottom: 14px;
}

.cms-m-b-16 {
  margin-bottom: 16px;
}

.cms-m-b-18 {
  margin-bottom: 18px;
}

.cms-m-b-20 {
  margin-bottom: 20px;
}

.cms-m-l-0 {
  margin-left: 0;
}

.cms-m-l-2 {
  margin-left: 2px;
}

.cms-m-l-4 {
  margin-left: 4px;
}

.cms-m-l-6 {
  margin-left: 6px;
}

.cms-m-l-8 {
  margin-left: 8px;
}

.cms-m-l-10 {
  margin-left: 10px;
}

.cms-m-l-12 {
  margin-left: 12px;
}

.cms-m-l-14 {
  margin-left: 14px;
}

.cms-m-l-16 {
  margin-left: 16px;
}

.cms-m-l-18 {
  margin-left: 18px;
}

.cms-m-l-20 {
  margin-left: 20px;
}

.cms-m-t-0 {
  margin-top: 0;
}

.cms-m-t-2 {
  margin-top: 2px;
}

.cms-m-t-4 {
  margin-top: 4px;
}

.cms-m-t-6 {
  margin-top: 6px;
}

.cms-m-t-8 {
  margin-top: 8px;
}

.cms-m-t-10 {
  margin-top: 10px;
}

.cms-m-t-12 {
  margin-top: 12px;
}

.cms-m-t-14 {
  margin-top: 14px;
}

.cms-m-t-16 {
  margin-top: 16px;
}

.cms-m-t-18 {
  margin-top: 18px;
}

.cms-m-t-20 {
  margin-top: 20px;
}

.cms-m-r-0 {
  margin-right: 0;
}

.cms-m-r-2 {
  margin-right: 2px;
}

.cms-m-r-4 {
  margin-right: 4px;
}

.cms-m-r-6 {
  margin-right: 6px;
}

.cms-m-r-8 {
  margin-right: 8px;
}

.cms-m-r-10 {
  margin-right: 10px;
}

.cms-m-r-12 {
  margin-right: 12px;
}

.cms-m-r-14 {
  margin-right: 14px;
}

.cms-m-r-16 {
  margin-right: 16px;
}

.cms-m-r-18 {
  margin-right: 18px;
}

.cms-m-r-20 {
  margin-right: 20px;
}

.cms-opacity-0 {
  opacity: 0;
  transition: 0.5s;
}

.cms-opacity-1 {
  opacity: 0.1;
  transition: 0.5s;
}

.cms-opacity-2 {
  opacity: 0.2;
  transition: 0.5s;
}

.cms-opacity-3 {
  opacity: 0.3;
  transition: 0.5s;
}

.cms-opacity-4 {
  opacity: 0.4;
  transition: 0.5s;
}

.cms-opacity-5 {
  opacity: 0.5;
  transition: 0.5s;
}

.cms-opacity-6 {
  opacity: 0.6;
  transition: 0.5s;
}

.cms-opacity-7 {
  opacity: 0.7;
  transition: 0.5s;
}

.cms-opacity-8 {
  opacity: 0.8;
  transition: 0.5s;
}

.cms-opacity-9 {
  opacity: 0.9;
  transition: 0.5s;
}

.cms-t-a-center {
  text-align: center;
}

.cms-t-a-last {
  text-align-last: center;
}

.cms-t-a-right {
  text-align: right !important;
}

.cms-t-a-left {
  text-align: left !important;
}

.cms-t-a-justify {
  text-align: justify;
}

.cms-f-right {
  float: right;
}

.cms-f-Left {
  float: left;
}

.cms-d-contents {
  display: contents;
}

.cms-d-block {
  display: block !important;
}

.cms-d-inline-block {
  display: inline-block !important;
}

.cms-d-inline {
  display: inline !important;
}

.cms-d-flex {
  display: flex !important;
}

.cms-d-none {
  display: none !important;
}

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

.cms-j-start {
  justify-content: flex-start;
}

.cms-j-end {
  justify-content: flex-end;
}

.cms-pos-absolute {
  position: absolute;
}

.cms-pos-relative {
  position: relative;
}

.cms-pos-fixed {
  position: fixed;
}

.cms-pos-no-fixed {
  position: relative;
}

.cms-box-s-border {
  box-sizing: border-box;
}

.cms-box-s-padding {
  box-sizing: padding-box;
}

.cms-box-s-content {
  box-sizing: content-box;
}

.cms-over-f-auto {
  overflow: auto;
}

.cms-ai-center {
  align-items: center;
}

.cms-ws-nowrap {
  white-space: nowrap;
}

.cms-v-a-top {
  vertical-align: top;
}

.cms-v-a-bottom {
  vertical-align: bottom;
}

.cms-v-a-middle {
  vertical-align: middle;
}

.cms-v-a-t-top {
  vertical-align: text-top;
}

.cms-v-a-t-bottom {
  vertical-align: text-bottom;
}

.cms-disable {
  cursor: default;
  pointer-events: none;
  filter: grayscale(0.5);
  opacity: 0.5;
  transition: 0.3s;
}

.cms-blockScreen {
  background-color: #05050566;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.cms-placeholder-label {
  font-size: 14px;
  display: block;
  z-index: 3;
  position: absolute;
  width: fit-content;
  background-color: transparent;
  padding: 0 10px;
  border-radius: 5px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  left: 7px;
  top: 7px;
}

.cms-select .cms-placeholder-label {
  z-index: 15;
  font-size: 10px;
  border: 1px solid var(--cms-color-input-focus);
  background-color: var(--cms-color-input-focus);
  opacity: 1;
  color: var(--cms-color-input-bg);
  top: -6px;
  z-index: 13;
  filter: grayscale(.7);
}

.cms-select .cms-placeholder-label.show {
  opacity: 1;
  left: 7px;
  top: 7px;
  filter: grayscale(1);
  background-color: transparent;
  font-size: 14px;
  color: #6f6f6fa8;
  border: 1px transparent;

}

.cms-placeholder::placeholder {
  opacity: 1;
  transition: 0.4s;
}

.cms-select .cms-placeholder {
  height: 30px;
}

.cms-select.activated .cms-placeholder::placeholder,
.cms-placeholder:focus::placeholder {
  opacity: 0;
  transition: 0.4s;
}

.cms-input .cms-placeholder:focus~.cms-placeholder-label {
  font-size: 10px;
  border: 1px solid var(--cms-color-input-focus);
  background-color: var(--cms-color-input-focus);
  opacity: 1 !important;
  color: var(--cms-color-input-bg);
  top: -6px;
  z-index: 13;
  filter: grayscale(0) !important;
}

.cms-input .cms-placeholder:not(:placeholder-shown)~.cms-placeholder-label {
  font-size: 10px;
  border: 1px solid var(--cms-color-input-focus);
  background-color: var(--cms-color-input-focus);
  opacity: 1 !important;
  color: var(--cms-color-input-bg);
  top: -6px;
  z-index: 13;
  filter: grayscale(.7);
}

.cms-input {
  position: relative;
  display: inline-block;
}

.cms-input .cms-icon {
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 0.5;
  transition: 0.4s;
}

.cms-input input {
  width: 100%;
}

.cms-input input:focus~.cms-icon {
  opacity: 1;
  transition: 0.4s;
}


.cms-select {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.cms-select::after {
  position: absolute;
  right: 10px;
  top: 3px;
  content: '';
  background-image: url(cms-icons/arrow-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  opacity: 0.5;
  z-index: 12;
  transition: 0.3s;
}

.cms-select-permission::after {
  background-image: url(cms-icons/lock.svg);
}

.cms-select .close_select {
  position: absolute;
  top: 5px;
  cursor: pointer;
  transition: 0.4s;
  z-index: 15;
  padding: 2px 5px;
  height: 20px;
  line-height: 0;
  right: 40px;
  color: white;
  background-color: red;
  border: 0;
  transition: 0.5;
  opacity: 0;
  filter: blur(10px);
}

.cms-select.activated .close_select,
.cms-select:focus-within .close_select {
  opacity: 1;
  filter: blur(0px);
}

.cms-select:hover::after {
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
}

.cms-select:hover {
  z-index: 13;
}

.cms-select .cms-select-input {
  position: relative;
  z-index: 12;
  padding: 2px 32px 2px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid var(--cms-color-input-border);
  background: -moz-linear-gradient(top, rgb(0 0 0) 0%, rgb(28 28 28) 1%, rgb(41 41 41) 50%, rgb(19 18 18) 100%);
  background: -webkit-linear-gradient(top, rgb(0 0 0) 0%, rgb(28 28 28) 1%, rgb(41 41 41) 50%, rgb(19 18 18) 100%);
  background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(28 28 28) 1%, rgb(41 41 41) 50%, rgb(19 18 18) 100%);
}

.cms-select .toggle {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  margin: 1px 4px;
  pointer-events: none;
}

.cms-select .toggle.box {
  border: 1px solid #8585857a;
  background: #0909098f;
  box-shadow: inset 0 0 10px 0 #88868663;
}

.cms-select .toggle .close {
  color: white;
  background-color: red;
  border: 0;
  text-align: center;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  margin: 0 -7px 0 5px;
  cursor: pointer;
  pointer-events: all;
}

.cms-select .search {
  border-radius: 4px 0 0 4px;
}

.cms-select .search-order {
  border-radius: 0 4px 4px 0;
  filter: grayscale(.7);
  opacity: .7;
}

.cms-select .search-order.active {
  filter: grayscale(0);
  opacity: 1;
}

.cms-select .qty-select {
  position: absolute;
  top: -1px;
  right: 2px;
  padding: 2px 5px;
  z-index: 25;
  font-size: 10px;
  color: var(--cms-text);
  width: 30px;
  text-align: center;
  display: none;
  pointer-events: none;
}

.cms-select .qty-select.show {
  display: block;
}

.cms-select .boxSelect .content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 15px);
  display: inline-block;
}

.cms-select.activated,
.cms-select:focus-within {
  z-index: 99;
}

.cms-select.activated::after,
.cms-select:focus-within::after {
  background-image: url(cms-icons/search.svg);
  opacity: 1;
  width: 20px;
  height: 20px;
  top: 5px;
}

.cms-select-permission.activated::after,
.cms-select-permission:focus-within::after {
  background-image: url(cms-icons/permission-group.svg);
}

.cms-select .cms-select-content {
  display: none;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  text-align: left;
  padding: 35px 5px 5px 5px;
  z-index: 10;
  border: 1px solid var(--cms-color-border);
  color: var(--cms-text);
  background-color: var(--cms-color-bg-4);
  box-shadow: var(--cms-box-shadow);
}

.cms-select .cms-select-content .cms-content-search {
  height: auto;
  margin: -5px;
  background-color: var(--cms-color-bg-4);
  padding: 4px 5px 8px 5px;
}

.cms-select .cms-select-content .options {
  margin-top: 4px;
  overflow: auto;
  max-height: var(--cms-view-maxHeight);
}

.cms-select.activated>input,
.cms-select>input:focus {
  box-shadow: var(--cms-btn-shadow-hover);
}

.cms-select.activated>.cms-select-content {
  display: block;
}

.cms-select input.value {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}

.cms-select .cms-select-content .options>* {
  display: block;
  padding: 5px;
  border-bottom: 1px solid var(--cms-color-border);
  overflow: hidden;
  text-overflow: ellipsis;
}

.cms-select .cms-select-content .options>[value] {
  cursor: pointer;
}

.cms-select .cms-select-content:hover {
  display: block;
}

.cms-select .cms-select-content .options>*:last-child {
  border-bottom: 1px solid transparent;
  transition: 0.6s;
}

.cms-select .cms-select-content .options>[value]:hover {
  color: var(--cms-text-color);
  background-color: var(--cms-color-bg-4);
  box-shadow: var(--cms-shadow-selected);
  transition: 0.3s;
}

.cms-select .cms-select-content .options>*.arrow {
  color: var(--cms-text-color);
  background-color: var(--cms-color-bg-4);
  transition: 0.3s;
}

.cms-select .cms-select-content .options>*.none {
  display: none !important;
}

.cms-select .cms-select-content .options>*.selected {
  border-left: 3px solid var(--cms-color-01);
  color: var(--cms-color-input-text);
  background-color: var(--cms-color-bg-4);
}

.cms-search-box {
  position: relative;
  text-align: right;
  display: inline-block;
  width: 200px;
  transition: 0.3s;
}

.cms-search-box input {
  border-radius: 20px;
  width: 100%;
  height: var(--cms-btn-height);
  transition: 0.3s;
}

.cms-search-box input:focus {
  border-color: #ee9708;
}

.cms-search-box:focus-within {
  width: calc(100% - 60px);
}

.cms-search-box .cms-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.5;
}

.cms-search-box input:focus~.cms-icon {
  opacity: 1;
}

.cms-tabs>.cms-tab {
  display: inline-block;
  margin: 2px 4px 0 2px;
  border-radius: 6px 6px 0 0;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid var(--cms-color-bg-3);
  background-color: var(--cms-color-bg-3);
  transition: 0.3s;
  opacity: 0.6;
}

.cms-tabs>.cms-tab.active {
  border-color: var(--cms-color-btn-border);
  border-bottom-color: var(--cms-color-bg-4);
  border-top-color: var(--cms-color-02);
  background-color: var(--cms-color-bg-4);
  color: var(--cms-text-color);
  transition: 0.3s;
  opacity: 1;
}

.cms-tabs-content {
  margin: -1px 0 10px;
  border-radius: 6px;
  padding: 10px;
  color: var(--cms-text);
  border: 1px solid var(--cms-color-btn-border);
  background-color: var(--cms-color-bg-4);
}

.cms-tabs-content>div {
  display: none;
}

.cms-tabs-content>div.active {
  display: block;
}

.cms-info-content {
  position: absolute;
  padding: 0;
  top: var(--cms-infoIcon-top);
  left: var(--cms-infoIcon-left);
  z-index: 15;
  display: none;
  max-width: 350px;
}

.cms-info-content.active {
  display: block;
}

.cms-info-content:hover {
  display: block;
}

.cms-info-content .content {
  padding: 5px;
  background-color: #ee9708;
  position: relative;
  opacity: 0;
  animation-name: coin-info-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes coin-info-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cms-info-content .content::before {
  content: '';
  position: absolute;
  border: 7px solid;
  border-color: #ee9708 transparent transparent transparent;
  bottom: -14px;
  left: 10px;
}

.cms-info-content .content.arrow_top::before {
  border-color: transparent transparent #ee9708 transparent;
  bottom: auto;
  top: -14px;
}

.cms-info-content .content.arrow_right:before {
  left: auto;
  right: 10px;

}

.cms-edit-dictionary {
  font-size: 11px;
  padding: 2px;
  border: 1px solid #FF9800;
  border-radius: 4px;
  color: #FF9800;
  margin: -20px 0 0 0;
  background-color: #544100;
  transition: 0.4s;
  position: absolute;
  display: none;
  cursor: pointer;
}

.cms-pop-content {
  max-height: calc(100vh - 275px);
  overflow: auto;
}

.cms-top-0 {
  top: 0;
}

.cms-top-5 {
  top: 5px;
}

.cms-top-10 {
  top: 10px;
}

.cms-top-20 {
  top: 20px;
}

.cms-top-30 {
  top: 30px;
}

.cms-top-40 {
  top: 40px;
}

.cms-top-50 {
  top: 50px;
}

.cms-top-60 {
  top: 60px;
}

.cms-top-70 {
  top: 70px;
}

.cms-top-80 {
  top: 80px;
}

.cms-top-90 {
  top: 90px;
}

.cms-top-100 {
  top: 100px;
}

.cms-left-0 {
  left: 0;
}

.cms-left-5 {
  left: 5px;
}

.cms-left-10 {
  left: 10px;
}

.cms-left-20 {
  left: 20px;
}

.cms-left-30 {
  left: 30px;
}

.cms-left-40 {
  left: 40px;
}

.cms-left-50 {
  left: 50px;
}

.cms-left-60 {
  left: 60px;
}

.cms-left-70 {
  left: 70px;
}

.cms-left-80 {
  left: 80px;
}

.cms-left-90 {
  left: 90px;
}

.cms-left-100 {
  left: 100px;
}

.cms-bottom-0 {
  bottom: 0;
}

.cms-bottom-5 {
  bottom: 5px;
}

.cms-bottom-10 {
  bottom: 10px;
}

.cms-bottom-20 {
  bottom: 20px;
}

.cms-bottom-30 {
  bottom: 30px;
}

.cms-bottom-40 {
  bottom: 40px;
}

.cms-bottom-50 {
  bottom: 50px;
}

.cms-bottom-60 {
  bottom: 60px;
}

.cms-bottom-70 {
  bottom: 70px;
}

.cms-bottom-80 {
  bottom: 80px;
}

.cms-bottom-90 {
  bottom: 90px;
}

.cms-bottom-100 {
  bottom: 100px;
}


.cms-right-0 {
  right: 0;
}

.cms-right-5 {
  right: 5px;
}

.cms-right-10 {
  right: 10px;
}

.cms-right-20 {
  right: 20px;
}

.cms-right-30 {
  right: 30px;
}

.cms-right-40 {
  right: 40px;
}

.cms-right-50 {
  right: 50px;
}

.cms-right-60 {
  right: 60px;
}

.cms-right-70 {
  right: 70px;
}

.cms-right-80 {
  right: 80px;
}

.cms-right-90 {
  right: 90px;
}

.cms-right-100 {
  right: 100px;
}


[class *="cms-w-"] {
  box-sizing: border-box;
}

.cms-w-fit {
  width: fit-content;
}

.cms-w-100 {
  width: 100%;
}

.cms-w-90 {
  width: 90%;
}

.cms-w-80 {
  width: 80%;
}

.cms-w-70 {
  width: 70%;
}

.cms-w-60 {
  width: 60%;
}

.cms-w-49 {
  width: 49%;
}

.cms-w-50 {
  width: 50%;
}

.cms-w-40 {
  width: 40%;
}

.cms-w-30 {
  width: 30%;
}

.cms-w-25 {
  width: 25%;
}

.cms-w-20 {
  width: 20%;
}

.cms-w-15 {
  width: 10%;
}

.cms-w-10 {
  width: 10%;
}

.cms-h-100 {
  height: 100%;
}

.cms-h-90 {
  height: 90%;
}

.cms-h-80 {
  height: 80%;
}

.cms-h-70 {
  height: 70%;
}

.cms-h-60 {
  height: 60%;
}

.cms-h-50 {
  height: 50%;
}

.cms-h-40 {
  height: 40%;
}

.cms-h-30 {
  height: 30%;
}

.cms-h-20 {
  height: 20%;
}

.cms-h-10 {
  height: 10%;
}

.cms-h-vh-100 {
  height: 100vh;
}

.cms-h-vh-90 {
  height: 90vh;
}

.cms-h-vh-80 {
  height: 80vh;
}

.cms-h-vh-70 {
  height: 70vh;
}

.cms-h-vh-60 {
  height: 60vh;
}

.cms-h-vh-50 {
  height: 50vh;
}

.cms-h-vh-40 {
  height: 40vh;
}

.cms-h-vh-30 {
  height: 30vh;
}

.cms-h-vh-20 {
  height: 20vh;
}

.cms-h-vh-10 {
  height: 10vh;
}

.cms-wp-10 {
  width: 10px;
}

.cms-wp-20 {
  width: 20px;
}

.cms-wp-30 {
  width: 30px;
}

.cms-wp-40 {
  width: 40px;
}

.cms-wp-50 {
  width: 50px;
}

.cms-wp-60 {
  width: 60px;
}

.cms-wp-70 {
  width: 70px;
}

.cms-wp-80 {
  width: 80px;
}

.cms-wp-90 {
  width: 90px;
}

.cms-wp-100 {
  width: 100px;
}

.cms-wp-125 {
  width: 125px;
}

.cms-wp-150 {
  width: 150px;
}

.cms-wp-175 {
  width: 175px;
}

.cms-wp-200 {
  width: 200px;
}

.cms-wp-225 {
  width: 225px;
}

.cms-wp-250 {
  width: 250px;
}

.cms-wp-275 {
  width: 275px;
}

.cms-wp-300 {
  width: 300px;
}

.cms-wp-325 {
  width: 325px;
}

.cms-wp-350 {
  width: 350px;
}

.cms-wp-375 {
  width: 375px;
}

.cms-wp-400 {
  width: 400px;
}

.cms-wp-425 {
  width: 425px;
}

.cms-wp-450 {
  width: 450px;
}

.cms-wp-475 {
  width: 475px;
}

.cms-wp-500 {
  width: 500px;
}

.cms-wp-600 {
  width: 600px;
}

.cms-wp-700 {
  width: 700px;
}

.cms-wp-800 {
  width: 800px;
}

.cms-wp-900 {
  width: 900px;
}

.cms-wp-1000 {
  width: 1000px;
}

.cms-wp-1100 {
  width: 1100px;
}

.cms-wp-1200 {
  width: 1200px;
}

.cms-wp-1300 {
  width: 1300px;
}

.cms-wp-1400 {
  width: 1400px;
}

.cms-wp-1500 {
  width: 1500px;
}

.cms-wp-320 {
  width: 320px;
}

.cms-wp-768 {
  width: 768px;
}

.cms-wp-992 {
  width: 992px;
}

.cms-wp-1024 {
  width: 1024px;
}

.cms-wp-1280 {
  width: 1280px;
}

.cms-wp-1366 {
  width: 1366px;
}

.cms-wp-1440 {
  width: 1440px;
}

.cms-wp-1680 {
  width: 1680px;
}

.cms-max-wp-10 {
  max-width: 10px;
}

.cms-max-wp-20 {
  max-width: 20px;
}

.cms-max-wp-30 {
  max-width: 30px;
}

.cms-max-wp-40 {
  max-width: 40px;
}

.cms-max-wp-50 {
  max-width: 50px;
}

.cms-max-wp-60 {
  max-width: 60px;
}

.cms-max-wp-70 {
  max-width: 70px;
}

.cms-max-wp-80 {
  max-width: 80px;
}

.cms-max-wp-90 {
  max-width: 90px;
}

.cms-max-wp-100 {
  max-width: 100px;
}

.cms-max-wp-125 {
  max-width: 125px;
}

.cms-max-wp-150 {
  max-width: 150px;
}

.cms-max-wp-175 {
  max-width: 175px;
}

.cms-max-wp-200 {
  max-width: 200px;
}

.cms-max-wp-225 {
  max-width: 225px;
}

.cms-max-wp-250 {
  max-width: 250px;
}

.cms-max-wp-275 {
  max-width: 275px;
}

.cms-max-wp-300 {
  max-width: 300px;
}

.cms-max-wp-325 {
  max-width: 325px;
}

.cms-max-wp-350 {
  max-width: 350px;
}

.cms-max-wp-375 {
  max-width: 375px;
}

.cms-max-wp-400 {
  max-width: 400px;
}

.cms-max-wp-425 {
  max-width: 425px;
}

.cms-max-wp-450 {
  max-width: 450px;
}

.cms-max-wp-475 {
  max-width: 475px;
}

.cms-max-wp-500 {
  max-width: 500px;
}

.cms-max-wp-600 {
  max-width: 600px;
}

.cms-max-wp-700 {
  max-width: 700px;
}

.cms-max-wp-800 {
  max-width: 800px;
}

.cms-max-wp-900 {
  max-width: 900px;
}

.cms-max-wp-1000 {
  max-width: 1000px;
}

.cms-max-wp-1100 {
  max-width: 1100px;
}

.cms-max-wp-1200 {
  max-width: 1200px;
}

.cms-max-wp-1300 {
  max-width: 1300px;
}

.cms-max-wp-1400 {
  max-width: 1400px;
}

.cms-max-wp-1500 {
  max-width: 1500px;
}

.cms-max-wp-320 {
  max-width: 320px;
}

.cms-max-wp-768 {
  max-width: 768px;
}

.cms-max-wp-992 {
  max-width: 992px;
}

.cms-max-wp-1024 {
  max-width: 1024px;
}

.cms-max-wp-1280 {
  max-width: 1280px;
}

.cms-max-wp-1366 {
  max-width: 1366px;
}

.cms-max-wp-1440 {
  max-width: 1440px;
}

.cms-max-wp-1680 {
  max-width: 1680px;
}

.cms-min-vw-10 {
  min-width: 10vw;
}

.cms-min-vw-20 {
  min-width: 20vw;
}

.cms-min-vw-30 {
  min-width: 30vw;
}

.cms-min-vw-40 {
  min-width: 40vw;
}

.cms-min-vw-50 {
  min-width: 50vw;
}

.cms-min-vw-60 {
  min-width: 60vw;
}

.cms-min-vw-70 {
  min-width: 70vw;
}

.cms-min-vw-80 {
  min-width: 80vw;
}

.cms-min-vw-90 {
  min-width: 90vw;
}

.cms-min-vw-100 {
  min-width: 100vw;
}

.cms-min-wp-10 {
  min-width: 10px;
}

.cms-min-wp-20 {
  min-width: 20px;
}

.cms-min-wp-30 {
  min-width: 30px;
}

.cms-min-wp-40 {
  min-width: 40px;
}

.cms-min-wp-50 {
  min-width: 50px;
}

.cms-min-wp-60 {
  min-width: 60px;
}

.cms-min-wp-70 {
  min-width: 70px;
}

.cms-min-wp-80 {
  min-width: 80px;
}

.cms-min-wp-90 {
  min-width: 90px;
}

.cms-min-wp-100 {
  min-width: 100px;
}

.cms-min-wp-125 {
  min-width: 125px;
}

.cms-min-wp-150 {
  min-width: 150px;
}

.cms-min-wp-175 {
  min-width: 175px;
}

.cms-min-wp-200 {
  min-width: 200px;
}

.cms-min-wp-225 {
  min-width: 225px;
}

.cms-min-wp-250 {
  min-width: 250px;
}

.cms-min-wp-275 {
  min-width: 275px;
}

.cms-min-wp-300 {
  min-width: 300px;
}

.cms-min-wp-325 {
  min-width: 325px;
}

.cms-min-wp-350 {
  min-width: 350px;
}

.cms-min-wp-375 {
  min-width: 375px;
}

.cms-min-wp-400 {
  min-width: 400px;
}

.cms-min-wp-425 {
  min-width: 425px;
}

.cms-min-wp-450 {
  min-width: 450px;
}

.cms-min-wp-475 {
  min-width: 475px;
}

.cms-min-wp-500 {
  min-width: 500px;
}

.cms-min-wp-600 {
  min-width: 600px;
}

.cms-min-wp-700 {
  min-width: 700px;
}

.cms-min-wp-800 {
  min-width: 800px;
}

.cms-min-wp-900 {
  min-width: 900px;
}

.cms-min-wp-1000 {
  min-width: 1000px;
}

.cms-min-wp-1100 {
  min-width: 1100px;
}

.cms-min-wp-1200 {
  min-width: 1200px;
}

.cms-min-wp-1300 {
  min-width: 1300px;
}

.cms-min-wp-1400 {
  min-width: 1400px;
}

.cms-min-wp-1500 {
  min-width: 1500px;
}

.cms-min-wp-320 {
  min-width: 320px;
}

.cms-min-wp-768 {
  min-width: 768px;
}

.cms-min-wp-992 {
  min-width: 992px;
}

.cms-min-wp-1024 {
  min-width: 1024px;
}

.cms-min-wp-1280 {
  min-width: 1280px;
}

.cms-min-wp-1366 {
  min-width: 1366px;
}

.cms-min-wp-1440 {
  min-width: 1440px;
}

.cms-min-wp-1680 {
  min-width: 1680px;
}

.cms-hp-10 {
  height: 10px;
}

.cms-hp-20 {
  height: 20px;
}

.cms-hp-30 {
  height: 30px;
}

.cms-hp-40 {
  height: 40px;
}

.cms-hp-50 {
  height: 50px;
}

.cms-hp-60 {
  height: 60px;
}

.cms-hp-70 {
  height: 70px;
}

.cms-hp-80 {
  height: 80px;
}

.cms-hp-90 {
  height: 90px;
}

.cms-hp-100 {
  height: 100px;
}

.cms-hp-125 {
  height: 125px;
}

.cms-hp-150 {
  height: 150px;
}

.cms-hp-175 {
  height: 175px;
}

.cms-hp-200 {
  height: 200px;
}

.cms-hp-225 {
  height: 225px;
}

.cms-hp-250 {
  height: 250px;
}

.cms-hp-275 {
  height: 275px;
}

.cms-hp-300 {
  height: 300px;
}

.cms-hp-325 {
  height: 225px;
}

.cms-hp-350 {
  height: 350px;
}

.cms-hp-375 {
  height: 375px;
}

.cms-hp-400 {
  height: 400px;
}

.cms-hp-425 {
  height: 425px;
}

.cms-hp-450 {
  height: 450px;
}

.cms-hp-475 {
  height: 475px;
}

.cms-hp-500 {
  height: 500px;
}

.cms-hp-600 {
  height: 600px;
}

.cms-hp-700 {
  height: 700px;
}

.cms-hp-800 {
  height: 800px;
}

.cms-hp-900 {
  height: 900px;
}

.cms-hp-1000 {
  height: 1000px;
}

.cms-hp-1100 {
  height: 1100px;
}

.cms-hp-1200 {
  height: 1200px;
}

.cms-hp-1300 {
  height: 1300px;
}

.cms-hp-1400 {
  height: 1400px;
}

.cms-hp-1500 {
  height: 1500px;
}

.cms-hp-480 {
  height: 480px;
}

.cms-hp-780 {
  height: 780px;
}

.cms-hp-800 {
  height: 800px;
}

.cms-hp-900 {
  height: 900px;
}

.cms-hp-1024 {
  height: 1024px;
}

.cms-hp-1050 {
  height: 1050px;
}

.cms-hp-1080 {
  height: 1080px;
}

.cms-max-hp-10 {
  max-height: 10px;
}

.cms-max-hp-20 {
  max-height: 20px;
}

.cms-max-hp-30 {
  max-height: 30px;
}

.cms-max-hp-40 {
  max-height: 40px;
}

.cms-max-hp-50 {
  max-height: 50px;
}

.cms-max-hp-60 {
  max-height: 60px;
}

.cms-max-hp-70 {
  max-height: 70px;
}

.cms-max-hp-80 {
  max-height: 80px;
}

.cms-max-hp-90 {
  max-height: 90px;
}

.cms-max-hp-100 {
  max-height: 100px;
}

.cms-max-hp-125 {
  max-height: 125px;
}

.cms-max-hp-150 {
  max-height: 150px;
}

.cms-max-hp-175 {
  max-height: 175px;
}

.cms-max-hp-200 {
  max-height: 200px;
}

.cms-max-hp-225 {
  max-height: 225px;
}

.cms-max-hp-250 {
  max-height: 250px;
}

.cms-max-hp-275 {
  max-height: 275px;
}

.cms-max-hp-300 {
  max-height: 300px;
}

.cms-max-hp-325 {
  max-height: 225px;
}

.cms-max-hp-350 {
  max-height: 350px;
}

.cms-max-hp-375 {
  max-height: 375px;
}

.cms-max-hp-400 {
  max-height: 400px;
}

.cms-max-hp-425 {
  max-height: 425px;
}

.cms-max-hp-450 {
  max-height: 450px;
}

.cms-max-hp-475 {
  max-height: 475px;
}

.cms-max-hp-500 {
  max-height: 500px;
}

.cms-max-hp-600 {
  max-height: 600px;
}

.cms-max-hp-700 {
  max-height: 700px;
}

.cms-max-hp-800 {
  max-height: 800px;
}

.cms-max-hp-900 {
  max-height: 900px;
}

.cms-max-hp-1000 {
  max-height: 1000px;
}

.cms-max-hp-1100 {
  max-height: 1100px;
}

.cms-max-hp-1200 {
  max-height: 1200px;
}

.cms-max-hp-1300 {
  max-height: 1300px;
}

.cms-max-hp-1400 {
  max-height: 1400px;
}

.cms-max-hp-1500 {
  max-height: 1500px;
}

.cms-min-vh-10 {
  min-height: 10vh;
}

.cms-min-vh-20 {
  min-height: 20vh;
}

.cms-min-vh-30 {
  min-height: 30vh;
}

.cms-min-vh-40 {
  min-height: 40vh;
}

.cms-min-vh-50 {
  min-height: 50vh;
}

.cms-min-vh-60 {
  min-height: 60vh;
}

.cms-min-vh-70 {
  min-height: 70vh;
}

.cms-min-vh-80 {
  min-height: 80vh;
}

.cms-min-vh-90 {
  min-height: 90vh;
}

.cms-min-vh-100 {
  min-height: 100vh;
}

.cms-min-hp-10 {
  min-height: 10px;
}

.cms-min-hp-20 {
  min-height: 20px;
}

.cms-min-hp-30 {
  min-height: 30px;
}

.cms-min-hp-40 {
  min-height: 40px;
}

.cms-min-hp-50 {
  min-height: 50px;
}

.cms-min-hp-60 {
  min-height: 60px;
}

.cms-min-hp-70 {
  min-height: 70px;
}

.cms-min-hp-80 {
  min-height: 80px;
}

.cms-min-hp-90 {
  min-height: 90px;
}

.cms-min-hp-100 {
  min-height: 100px;
}

.cms-min-hp-125 {
  min-height: 125px;
}

.cms-min-hp-150 {
  min-height: 150px;
}

.cms-min-hp-175 {
  min-height: 175px;
}

.cms-min-hp-200 {
  min-height: 200px;
}

.cms-min-hp-225 {
  min-height: 225px;
}

.cms-min-hp-250 {
  min-height: 250px;
}

.cms-min-hp-275 {
  min-height: 275px;
}

.cms-min-hp-300 {
  min-height: 300px;
}

.cms-min-hp-325 {
  min-height: 225px;
}

.cms-min-hp-350 {
  min-height: 350px;
}

.cms-min-hp-375 {
  min-height: 375px;
}

.cms-min-hp-400 {
  min-height: 400px;
}

.cms-min-hp-425 {
  min-height: 425px;
}

.cms-min-hp-450 {
  min-height: 450px;
}

.cms-min-hp-475 {
  min-height: 475px;
}

.cms-min-hp-500 {
  min-height: 500px;
}

.cms-min-hp-600 {
  min-height: 600px;
}

.cms-min-hp-700 {
  min-height: 700px;
}

.cms-min-hp-800 {
  min-height: 800px;
}

.cms-min-hp-900 {
  min-height: 900px;
}

.cms-min-hp-1000 {
  min-height: 1000px;
}

.cms-min-hp-1100 {
  min-height: 1100px;
}

.cms-min-hp-1200 {
  min-height: 1200px;
}

.cms-min-hp-1300 {
  min-height: 1300px;
}

.cms-min-hp-1400 {
  min-height: 1400px;
}

.cms-min-hp-1500 {
  min-height: 1500px;
}

/*--- LOADER ---*/
:root {
  --cms-loader-size: 50px;
  --cms-loader-color03: var(--cms-color-03);
  --cms-loader-color02: var(--cms-color-02);
  --cms-loader-color01: var(--cms-color-01);
}

.cms-loader {
  display: inline-block;
  width: var(--cms-loader-size);
  height: var(--cms-loader-size);
  display: inline-block;
  position: relative;
}

.cms-loader-spinner {
  display: block;
  position: absolute;
  width: 80%;
  height: 80%;
  margin: 5%;
  border-radius: 50%;
  border: calc(var(--cms-loader-size) * 0.04) solid transparent;
  border-top-color: var(--cms-loader-color01);
  -webkit-animation: cms-loader-spin 2s linear infinite;
  animation: cms-loader-spin 1.5s linear infinite;
}

.cms-loader-spinner:before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  border-radius: 50%;
  border: calc(var(--cms-loader-size) * 0.04) solid transparent;
  border-top-color: var(--cms-loader-color02);
  -webkit-animation: cms-loader-spin 3s linear infinite;
  animation: cms-loader-spin 2.5s linear infinite;
}

.cms-loader-spinner:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  border-radius: 50%;
  border: calc(var(--cms-loader-size) * 0.04) solid transparent;
  border-top-color: var(--cms-loader-color03);
  -webkit-animation: cms-loader-spin 1.5s linear infinite;
  animation: cms-loader-spin 1s linear infinite;
}

@-webkit-keyframes cms-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cms-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cms-box-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 9;
  border-radius: inherit;
}

.cms-box-loader .cms-loader {
  position: absolute;
  left: calc(50% - calc(var(--cms-loader-size) / 2));
  top: calc(50% - calc(var(--cms-loader-size) / 2));
}

.cms-box-loader .cms-loader-label {
  position: absolute;
  left: 0;
  top: calc(51% + var(--cms-loader-size));
  width: 100%;
  text-align: center;
  font-style: italic;
  background: var(--cms-gradient-01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.cms-animation-out-view {
  animation-name: out_view;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 1;
  transform: scale(1);
}

@keyframes out_view {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.1);
  }
}

.cms-animation-in-view {
  animation-name: in_view;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: scale(0);
}

@keyframes in_view {
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 1279px) {
  [class*="cms-col-m-1"] {
    width: 5%;
  }

  [class*="cms-col-m-2"] {
    width: 10%;
  }

  [class*="cms-col-m-2.5"] {
    width: 12.5%;
  }

  [class*="cms-col-m-3"] {
    width: 15%;
  }

  [class*="cms-col-m-3.33"] {
    width: 16.33%;
  }

  [class*="cms-col-m-4"] {
    width: 20%;
  }

  [class*="cms-col-m-5"] {
    width: 25%;
  }

  [class*="cms-col-m-6"] {
    width: 30%;
  }

  [class*="cms-col-m-6.66"] {
    width: 33.33%;
  }

  [class*="cms-col-m-7"] {
    width: 35%;
  }

  [class*="cms-col-m-8"] {
    width: 40%;
  }

  [class*="cms-col-m-9"] {
    width: 45%;
  }

  [class*="cms-col-m-10"] {
    width: 50%;
  }

  [class*="cms-col-m-11"] {
    width: 55%;
  }

  [class*="cms-col-m-12"] {
    width: 60%;
  }

  [class*="cms-col-m-13"] {
    width: 65%;
  }

  [class*="cms-col-m-14"] {
    width: 70%;
  }

  [class*="cms-col-m-15"] {
    width: 75%;
  }

  [class*="cms-col-m-16"] {
    width: 80%;
  }

  [class*="cms-col-m-17"] {
    width: 85%;
  }

  [class*="cms-col-m-18"] {
    width: 90%;
  }

  [class*="cms-col-m-19"] {
    width: 95%;
  }

  [class*="cms-col-m-20"] {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cms-info-content {
    max-width: 250px;
  }
}

@media screen and (max-width: 480px) {
  .cms-info-content {
    max-width: calc(100vw - 40px);
    left: 20px;
    right: 20px;
  }

  .cms-info-content .content:before {
    left: var(--cms-infoIcon-arrow-left) !important;
    right: unset !important;
  }
}