.dmsy {
  --dmsy-black-rgb: 0, 0, 0;
  --dmsy-white-rgb: 255, 255, 255;
  --dmsy-gray-rgb: 85, 85, 85;
  --dmsy-black: rgb(var(--dmsy-black-rgb));
  --dmsy-white: rgb(var(--dmsy-white-rgb));
  --dmsy-gray: rgb(var(--dmsy-gray-rgb));
  --dmsy-text: #3c434a;
}
.dmsy-upgrader {
  background: rgba(217, 217, 217, 0.431372549);
  z-index: 99;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.dmsy-upgrader p {
  max-width: 70%;
}
.dmsy-accordion {
  background-color: var(--dmsy-white);
}
.dmsy-accordion:not(:first-child) {
  border-top: 1px solid rgba(var(--dmsy-black-rgb), 0.2);
}
.dmsy-accordion-header {
  width: 100%;
  min-height: 32px;
}
.dmsy-accordion-toggle {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  background-color: var(--dmsy-white);
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}
.dmsy-accordion-toggle span {
  min-width: 0;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  display: block;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--dmsy-gray);
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dmsy-accordion-toggle svg {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 24px;
  height: auto;
  display: block;
  fill: var(--dmsy-gray);
}
.dmsy-accordion-body {
  max-height: 0;
  overflow: hidden;
}
.dmsy-accordion-body-in {
  padding-top: 4px;
}
.dmsy-accordion.opened .dmsy-accordion-toggle svg {
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
}
.dmsy-accordion.opened .dmsy-accordion-body {
  max-height: unset;
}
.dmsy-accordion.popup-behind label {
  opacity: 0.3;
}
.dmsy-accordion.popup-behind input {
  opacity: 0.7;
}
.dmsy-tabs {
  max-width: 600px;
  padding: 0;
  background-color: var(--dmsy-white);
}
.dmsy-tabs-in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: wrap-reverse;
      flex-flow: wrap-reverse;
  margin: 0 1px 0 0;
  padding: 0 0 0 16px;
}
.dmsy-tabs-item {
  position: relative;
  height: 32px;
  margin-left: -1px;
  margin-bottom: -1px;
  box-shadow: 0 0 4px 0 rgba(var(--dmsy-black-rgb), 0.1);
  text-align: center;
  background-color: #f8f8f8;
}
.dmsy-tabs-item a {
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(var(--dmsy-black-rgb), 0.2);
  border-bottom: 2px transparent;
  color: #0073aa;
  text-decoration: none;
}
.dmsy-tabs-item a:focus {
  box-shadow: none;
}
.dmsy-tabs-item.active {
  height: 36px;
  margin-top: -4px;
  background-color: #fff;
  border-bottom: 2px transparent;
  box-shadow: none;
  z-index: 13;
}
.dmsy-tabs-item.active a {
  height: 36px;
  color: #444;
}
.dmsy-tabs-icon {
  margin-right: 8px;
}
.dmsy-tabs-body {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 100%;
  display: none;
  background-color: var(--dmsy-white);
  border-top: 1px solid rgba(var(--dmsy-black-rgb), 0.2);
  z-index: 12;
}
.dmsy-tabs-body.active {
  display: block;
  padding: 16px;
}
.dmsy-tabs-group:not(:first-child) {
  padding-top: 16px;
}
.dmsy-tabs-group:not(:last-child) {
  position: relative;
  padding-bottom: 16px;
}
.dmsy-tabs-group:not(:last-child):after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: 0;
  left: -16px;
  height: 1px;
  background-color: rgba(var(--dmsy-black-rgb), 0.2);
}
.dmsy-tabs-input-holder .dmsy-tabs-input {
  width: 100%;
  min-height: 34px;
  padding: 0 8px;
  background-color: var(--dmsy-white);
  box-shadow: rgba(var(--dmsy-black-rgb), 0.07) 0 1px 2px inset;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0;
  font-size: 13px;
  color: #2c3338;
}
.dmsy-tabs-input-holder .dmsy-tabs-input:focus {
  border-color: rgb(91, 157, 217);
  box-shadow: rgba(30, 140, 190, 0.8) 0 0 2px;
}
.dmsy-tabs-input-label {
  display: block;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dmsy-text);
}
.dmsy-tabs-upload-image {
  max-width: 100%;
  min-height: 165px;
  max-height: 200px;
  display: block;
  margin-top: 14px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  object-fit: cover;
  overflow: hidden;
}
.dmsy-tabs-upload-image-remove {
  margin-left: 21px;
}
.dmsy-tabs-upload-button {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 12px 12px;
  border-radius: 4px;
  background-color: #f7f7f7;
  border: 1px solid rgba(var(--dmsy-black-rgb), 0.2);
  box-shadow: inset 0 -2px 0 rgba(var(--dmsy-black-rgb), 0.1);
  font-size: 14px;
  color: #303030;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.15s ease-out 0s;
  cursor: pointer;
}
