.select-as-semantic {
  position: relative;
}
.select-as-semantic .remove-select-button {
  position: absolute;
  background: white !important;
  right: 1px;
  top: 1px;
  bottom: 1px;
  margin: 0 !important;
  padding: 8px !important;
}
.select-as-semantic select {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  margin: 0 !important;
  outline: 0 !important;
  -webkit-appearance: none !important;
  tap-highlight-color: rgba(255, 255, 255, 0) !important;
  line-height: 1.21428571em !important;
  padding: 0.67857143em 1em !important;
  font-size: 1em !important;
  background: #fff !important;
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
  color: rgba(0, 0, 0, 0.87) !important;
  border-radius: 0.28571429rem !important;
  -webkit-box-shadow: 0 0 0 0 transparent inset !important;
  box-shadow: 0 0 0 0 transparent inset !important;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease !important;
  transition: color 0.1s ease, border-color 0.1s ease !important;
}

.selected_dates > div {
  width: 100%;
  display: flex;
}
.selected_dates_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
}
.selected_dates_color {
  position: relative;
}
.selected_dates_color:before {
  position: absolute;
  left: 12px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #db2828;
  transform: rotate(45deg);
}
.selected_dates_color:after {
  position: absolute;
  left: 12px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #db2828;
  transform: rotate(-45deg);
}

.ui.dropdown .menu > .item > .description,
.ui.dropdown > .text > .description {
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui.form .field > label {
  color: #4d4d4d !important;
  font-weight: 500 !important;
}

.label-disabled {
  color: #999 !important;
}

.label-warning-text {
  color: red;
  font-style: italic;
}

.react-datepicker-popper {
  width: max-content;
  z-index: 5 !important;
}

.react-datepicker-wrapper {
  display: block !important;
}

.react-datepicker__input-container {
  width: 100% !important;
}

.react-datepicker__close-icon:after {
  padding: 0 !important;
  color: black !important;
  background: transparent !important;
  font-size: 17px !important;
  font-weight: bold !important;
}

.input-error, .ui.input.error > input, .ui.input.error:hover > input {
  background-color: #fff6f6 !important;
  color: #9f3a38 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: #e0b4b4 1px solid !important;
}

.label-error {
  color: #9f3a38 !important;
  font-size: 0.8rem;
}

.label-info {
  color: #38AE24 !important;
  font-size: 16px;
  font-weight: 500;
}

.bool-radio-button {
  display: flex;
  height: 38px;
  align-items: center;
}
.bool-radio-button .ui.radio.checkbox {
  padding-right: 15px;
}

.radio-buttons {
  display: flex;
  justify-content: space-between;
}
.radio-buttons_items .ui.radio.checkbox {
  padding-left: 15px;
  padding-right: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.inn-input .form-select_disabled > .dropdown {
  opacity: 1 !important;
}

.form-select {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.form-select button {
  margin-left: 8px !important;
}
.form-select__loader.ui.loader:before {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.ui.input:hover input,
.react-datepicker-wrapper:hover input {
  border-color: rgba(34, 36, 38, 0.35) !important;
  box-shadow: none;
}

.ui.form textarea:hover {
  border-color: rgba(34, 36, 38, 0.35) !important;
  box-shadow: none;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.custom-checkbox_disabled {
  opacity: 0.4;
}

input,
textarea {
  border: none !important;
  box-shadow: inset 0 0 0 1px rgba(34, 36, 38, 0.15), 0 0 0 2px transparent !important;
}
input:focus,
input .ui.selection.active.dropdown,
textarea:focus,
textarea .ui.selection.active.dropdown {
  box-shadow: inset 0 0 0 1px #29abcc, 0 0 0 2px rgba(41, 171, 204, 0.2) !important;
}
input:hover:not(:focus),
textarea:hover:not(:focus) {
  box-shadow: inset 0 0 0 1px rgba(34, 36, 38, 0.35), 0 0 0 2px transparent !important;
}

.ui.selection.active.dropdown {
  border: none !important;
  box-shadow: inset 0 0 0 1px #29abcc, 0 0 0 2px rgba(41, 171, 204, 0.2) !important;
}

.ui.selection.active.dropdown .menu {
  box-shadow: none;
  border-color: rgba(34, 36, 38, 0.15) !important;
}

.return_cost_field .row {
  align-items: flex-end !important;
}

.field-hint {
  color: #bbc2c5;
  margin-bottom: 4px;
  margin-right: 5px;
}

.inn-menu {
  width: 100% !important;
  min-width: 300px !important;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.inn-menu_items {
  min-width: 400px !important;
}
.inn-menu .item {
  overflow: hidden;
  white-space: break-spaces !important;
}
.inn-menu .item_header {
  color: #4d4d4d !important;
  margin-bottom: 5px;
}
.inn-menu .item_text {
  color: #b3b3b3;
  font-size: 13px;
}

.inn-button {
  color: blue !important;
}

.loading-message {
  padding: 10px;
}
.loading-message_loader {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.links-area {
  box-shadow: none !important;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  resize: vertical;
  overflow: auto;
  opacity: 0.8 !important;
  background: rgba(1, 1, 1, 0.05) !important;
  height: 78px;
  min-height: 36px;
}
.links-area > div {
  cursor: pointer;
}

.links-cell-value {
  white-space: break-spaces;
  resize: none;
  overflow-x: hidden;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0) !important;
  width: 300px;
}

.popup-text {
  max-height: 80vh;
  overflow: auto;
}

.years__menu {
  padding-bottom: 20px !important;
}
.years__btns {
  display: flex;
  justify-content: space-around;
  padding: 20px !important;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 500;
}
.years__btns .icon:before {
  color: #135CA9;
}
.years__select-block {
  max-width: 280px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 20px 20px 0 !important;
}
.years__select-block:last-child {
  padding: 0 !important;
}
.years__select-btn {
  background-color: white !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  color: #26A9CA !important;
  padding: 5px !important;
}
.years__btn {
  padding: 6px 10px !important;
  margin: 4px 2px !important;
  background-color: white !important;
}
.years__btn_end {
  border: 1px solid #034EA2 !important;
  background-color: #BCDBDE !important;
}
.years__btn_start {
  border: 1px solid #92E72B !important;
  background-color: #EAFEED !important;
}

#years__btn {
  border: 1px solid white;
  margin-left: 2px !important;
}

.ui.form .field.field input:-webkit-autofill,
.ui.form .field.field input:-webkit-autofill:focus {
  border: 1px solid !important;
}

.select-dates > div:first-child {
  display: flex;
}
.select-dates > div:first-child > div:first-child {
  margin-right: 10px;
}
.select-dates > div:last-child {
  max-width: 100% !important;
}
.select-dates > div:last-child > .button {
  padding-top: 0 !important;
}

.dates-input input {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dates-input .react-datepicker__day--keyboard-selected {
  background-color: #18a8cc !important;
}
.dates-input .react-datepicker__day--highlighted {
  background-color: #034EA2 !important;
}
.dates-input.field.error input {
  border: #e0b4b4 1px solid !important;
  box-shadow: none !important;
}

.code-area {
  --color-prettylights-syntax-sublimelinter-gutter-mark: #0008ff !important;
  --color-prettylights-syntax-entity-tag: #0008ff !important;
}
.code-area > textarea {
  max-height: none !important;
}

.dropdown-mask {
  margin-bottom: 4px;
}

.w-color-sketch {
  margin-left: 0 !important;
  box-shadow: none !important;
}
.w-color-sketch .w-color-editable-input input:not(.search) {
  min-width: auto !important;
}

.color-input.ui.icon.input > input {
  padding-right: 80px !important;
}
.color-input__icons.ui.icon.input > i.icon, .color-input__icons > i.icon {
  position: relative;
  height: calc(100% - 2px) !important;
  width: 36px !important;
  right: 1px !important;
  top: 1px !important;
  margin: 0 !important;
}
.color-input__icons.ui.icon.input > i.icon.delete, .color-input__icons > i.icon.delete {
  pointer-events: auto;
  z-index: 100;
  opacity: 0.5;
}
.color-input__icons.ui.icon.input > i.icon.delete:hover, .color-input__icons > i.icon.delete:hover {
  opacity: 1;
}
.color-input__icons.ui.icon.input > i.icon.delete:before, .color-input__icons > i.icon.delete:before {
  position: absolute;
  margin-top: 10px;
  margin-left: -4px;
}
.color-input__icons {
  opacity: 1 !important;
  display: flex !important;
  width: 72px !important;
}

.phone-number-with-toggle {
  display: flex;
  justify-content: space-between;
}
.phone-number-with-toggle > .field, .phone-number-with-toggle .input input {
  width: 70% !important;
}
.phone-number-with-toggle > .checkbox {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  width: 30%;
}

@media (max-width: 1000px) {
  .phone-number-with-toggle {
    flex-wrap: wrap !important;
  }
  .phone-number-with-toggle > .field, .phone-number-with-toggle .input input,
  .phone-number-with-toggle > .checkbox {
    width: 100% !important;
  }
  .phone-number-with-toggle > .checkbox {
    padding-left: 0 !important;
  }
}
.circle-status {
  margin-left: 3px !important;
}
.circle-status.red.icon:before {
  color: #db2828 !important;
}
.circle-status.green.icon:before {
  color: #21ba45 !important;
}

.ui.selection.dropdown .menu > .item.dropdown-loader {
  padding: 0 !important;
  height: 30px;
  width: 100%;
}

.ui.selection.dropdown .menu > .item.dropdown-loader .ui.loader:before {
  border-color: rgba(128, 128, 128, 0.3) !important;
}

.state-label {
  min-height: 36px;
}

.label-content {
  display: inline;
}

.security-cases__fields > .dictionary-edit > .field.field-label {
  margin-left: auto;
  margin-right: 0;
}.card-header-panel {
  position: fixed;
  z-index: 10;
  top: 60px;
  width: 100%;
  height: 56px;
  padding: 12px 32px;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  justify-content: space-between;
}
.card-header-panel_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.card-header-panel_title button {
  margin-right: 12px !important;
  background: white !important;
}
.card-header-panel_title button:disabled {
  visibility: hidden;
}

.card-actions-panel {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 8;
  min-height: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  padding: 16px 0;
  display: flex;
  justify-content: center;
}
.card-actions-panel div {
  width: 960px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .card-actions-panel div {
    justify-content: center;
  }
}

.card-content {
  width: 100%;
  padding: 140px 0 94px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.card-content > div {
  display: flex;
}
.card-content .ui.secondary.pointing.menu {
  position: sticky;
  top: 140px;
  background-color: #F5F7FA !important;
  height: max-content;
}
.card-content .ui.secondary.pointing.menu .item {
  color: #4d4d4d !important;
}
.card-content-block {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
  min-width: 620px;
  position: relative;
  width: 960px;
  display: flex;
  margin: 0 32px;
  flex-direction: column;
}
.card-content-block__full {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  margin: auto;
  overflow: hidden;
}
.card-content-block:not(:last-child) {
  margin-bottom: 24px;
}
.card-content-block_menu {
  flex-direction: column;
}
.card-content-block_loader {
  top: 50vh !important;
}
.card-content-block_header {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 24px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  left: 0;
  top: 0;
}
.card-content-block_header_title {
  display: flex;
  align-items: center;
}
.card-content-block_header_title__ext {
  font-size: 14px;
  padding-left: 12px;
  color: #999 !important;
}
.card-content-block_header_representation {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  width: 400px;
}
.card-content-block_header_actions {
  display: flex;
  align-items: center;
}
.card-content-block_header_actions button {
  background: transparent !important;
}
.card-content-block_header_actions button:hover {
  background: #e0e1e2 none !important;
}
.card-content-block_header_accordion:hover:not([disabled]) {
  cursor: pointer;
}
.card-content-block_header__disabled {
  color: #999 !important;
}
.card-content-block_open {
  display: block;
  position: relative;
  /*overflow: auto;*/
}
.card-content-block_full {
  display: block;
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 80px);
}
.card-content-block_close {
  display: none;
}.flex-container {
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container-justify {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 55vh;
}

.file-item {
  width: 200px;
  margin: 5px;
  height: 97px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blurring.dimmed.dimmable > :not(.dimmer) {
  filter: none !important;
}

.file-item-add {
  width: 97px;
}

.file-info {
  width: 100%;
  height: 60px;
  padding-left: 64px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 16px;
}

.file-info-red {
  color: red;
}

.file-item .image-container {
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 85px !important;
  width: 70px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.image-container .icon {
  font-size: 76px;
  color: #ccc;
  margin: -12px -10px;
  line-height: 110px !important;
}

.file-item:hover .uploaded-image-delete-button,
.file-item:hover .uploaded-image-edit-button,
.file-item:hover .uploaded-image-download-button {
  display: block !important;
}

.uploaded-image-download-button {
  position: absolute;
  right: 42px;
  bottom: 8px;
  cursor: pointer;
  display: none !important;
}

.uploaded-max-size-info {
  font-size: 12px;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}

.uploaded-image-edit-button {
  position: absolute;
  right: 22px;
  bottom: 8px;
  cursor: pointer;
  display: none !important;
}

.uploaded-image-delete-button {
  color: #ed5565;
  position: absolute;
  right: 2px;
  bottom: 8px;
  cursor: pointer;
  display: none !important;
}

.uploaded-image-add-button-icon {
  color: #d8d8d8;
  cursor: pointer;
  font-size: 30px !important;
  margin: 0 !important;
  height: initial !important;
}

.placeholder-image {
  cursor: pointer;
}

.doc-history-btn {
  position: absolute;
  top: 10px;
  right: 6px;
}

.hiddenfileinput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.uploader {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  cursor: pointer;
  display: flex;
  height: 300px;
  justify-content: center;
  outline: 2px dashed #ccc;
  outline-offset: 5px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.uploader__files {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: auto;
  width: 100%;
}
.uploader__file {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.uploader__name {
  word-break: break-all;
}
.uploader__image-segment {
  padding: 0 !important;
}
.uploader__image-segment > p {
  padding: 0.5em 1em 1em 1em;
}

.dragndrop {
  outline: 2px dashed #f08080;
  color: #f08080;
}

.uploader input {
  display: none;
}

.uploader img,
.uploader .icon {
  pointer-events: none;
}

.uploader,
.uploader .icon {
  transition: all 100ms ease-in;
  margin-bottom: 16px !important;
}

.uploader .icon {
  color: #eee;
  color: rgba(0, 0, 0, 0.2);
  font-size: 5em;
}

.uploader img {
  max-height: 100%;
  max-width: 100%;
}

.uploader.loaded img {
  opacity: 1;
}

.ui.placeholder.segment {
  min-height: 1rem !important;
}

.ui.input input[placeholder]::placeholder {
  color: #868686;
}

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

.no-top-margin {
  margin-top: 0 !important;
}

.ui.segment {
  width: 100%;
}

.h-30 {
  height: 30px;
}

.doc-view {
  padding: 10px;
  flex-wrap: wrap;
}
.doc-view .flex-container {
  padding: 0 !important;
}@media (prefers-color-scheme: dark) {
  .w-tc-editor {
    --color-fg-default: #c9d1d9;
    --color-canvas-subtle: #161b22;
    --color-prettylights-syntax-comment: #8b949e;
    --color-prettylights-syntax-entity-tag: #7ee787;
    --color-prettylights-syntax-entity: #d2a8ff;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
    --color-prettylights-syntax-constant: #79c0ff;
    --color-prettylights-syntax-string: #a5d6ff;
    --color-prettylights-syntax-keyword: #ff7b72;
    --color-prettylights-syntax-markup-bold: #c9d1d9;
  }
}
@media (prefers-color-scheme: light) {
  .w-tc-editor {
    --color-fg-default: #24292f;
    --color-canvas-subtle: #f6f8fa;
    --color-prettylights-syntax-comment: #6e7781;
    --color-prettylights-syntax-entity-tag: #116329;
    --color-prettylights-syntax-entity: #8250df;
    --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
    --color-prettylights-syntax-constant: #0550ae;
    --color-prettylights-syntax-string: #0a3069;
    --color-prettylights-syntax-keyword: #cf222e;
    --color-prettylights-syntax-markup-bold: #24292f;
  }
}
.w-tc-editor[data-color-mode*='dark'],
[data-color-mode*='dark'] .w-tc-editor,
[data-color-mode*='dark'] .w-tc-editor-var,
body[data-color-mode*='dark'] {
  --color-fg-default: #c9d1d9;
  --color-canvas-subtle: #161b22;
  --color-prettylights-syntax-comment: #8b949e;
  --color-prettylights-syntax-entity-tag: #7ee787;
  --color-prettylights-syntax-entity: #d2a8ff;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
  --color-prettylights-syntax-constant: #79c0ff;
  --color-prettylights-syntax-string: #a5d6ff;
  --color-prettylights-syntax-keyword: #ff7b72;
  --color-prettylights-syntax-markup-bold: #c9d1d9;
}
.w-tc-editor[data-color-mode*='light'],
[data-color-mode*='light'] .w-tc-editor,
[data-color-mode*='light'] .w-tc-editor-var,
body[data-color-mode*='light'] {
  --color-fg-default: #24292f;
  --color-canvas-subtle: #f6f8fa;
  --color-prettylights-syntax-comment: #6e7781;
  --color-prettylights-syntax-entity-tag: #116329;
  --color-prettylights-syntax-entity: #8250df;
  --color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
  --color-prettylights-syntax-constant: #0550ae;
  --color-prettylights-syntax-string: #0a3069;
  --color-prettylights-syntax-keyword: #cf222e;
  --color-prettylights-syntax-markup-bold: #24292f;
}
.w-tc-editor {
  font-family: inherit;
  font-size: 12px;
  background-color: var(--color-canvas-subtle);
  color: var(--color-fg-default);
}
.w-tc-editor-text,
.w-tc-editor-preview {
  min-height: 16px;
}
.w-tc-editor-preview pre {
  margin: 0;
  padding: 0;
  white-space: inherit;
  font-family: inherit;
  font-size: inherit;
}
.w-tc-editor-preview pre code {
  font-family: inherit;
}
.w-tc-editor code[class*='language-'] .token.cdata,
.w-tc-editor pre[class*='language-'] .token.cdata,
.w-tc-editor code[class*='language-'] .token.comment,
.w-tc-editor pre[class*='language-'] .token.comment,
.w-tc-editor code[class*='language-'] .token.doctype,
.w-tc-editor pre[class*='language-'] .token.doctype,
.w-tc-editor code[class*='language-'] .token.prolog,
.w-tc-editor pre[class*='language-'] .token.prolog {
  color: var(--color-prettylights-syntax-comment);
}
.w-tc-editor code[class*='language-'] .token.punctuation,
.w-tc-editor pre[class*='language-'] .token.punctuation {
  color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
}
.w-tc-editor code[class*='language-'] .namespace,
.w-tc-editor pre[class*='language-'] .namespace {
  opacity: 0.7;
}
.w-tc-editor code[class*='language-'] .token.boolean,
.w-tc-editor pre[class*='language-'] .token.boolean,
.w-tc-editor code[class*='language-'] .token.constant,
.w-tc-editor pre[class*='language-'] .token.constant,
.w-tc-editor code[class*='language-'] .token.deleted,
.w-tc-editor pre[class*='language-'] .token.deleted,
.w-tc-editor code[class*='language-'] .token.number,
.w-tc-editor pre[class*='language-'] .token.number,
.w-tc-editor code[class*='language-'] .token.symbol,
.w-tc-editor pre[class*='language-'] .token.symbol {
  color: var(--color-prettylights-syntax-entity-tag);
}
.w-tc-editor code[class*='language-'] .token.builtin,
.w-tc-editor pre[class*='language-'] .token.builtin,
.w-tc-editor code[class*='language-'] .token.char,
.w-tc-editor pre[class*='language-'] .token.char,
.w-tc-editor code[class*='language-'] .token.inserted,
.w-tc-editor pre[class*='language-'] .token.inserted,
.w-tc-editor code[class*='language-'] .token.selector,
.w-tc-editor pre[class*='language-'] .token.selector,
.w-tc-editor code[class*='language-'] .token.string,
.w-tc-editor pre[class*='language-'] .token.string {
  color: var(--color-prettylights-syntax-constant);
}
.w-tc-editor code[class*='language-'] .style .token.string,
.w-tc-editor pre[class*='language-'] .style .token.string,
.w-tc-editor code[class*='language-'] .token.entity,
.w-tc-editor pre[class*='language-'] .token.entity,
.w-tc-editor code[class*='language-'] .token.property,
.w-tc-editor pre[class*='language-'] .token.property,
.w-tc-editor code[class*='language-'] .token.operator,
.w-tc-editor pre[class*='language-'] .token.operator,
.w-tc-editor code[class*='language-'] .token.url,
.w-tc-editor pre[class*='language-'] .token.url {
  color: var(--color-prettylights-syntax-constant);
}
.w-tc-editor code[class*='language-'] .token.atrule,
.w-tc-editor pre[class*='language-'] .token.atrule,
.w-tc-editor code[class*='language-'] .token.property-access .token.method,
.w-tc-editor pre[class*='language-'] .token.property-access .token.method,
.w-tc-editor code[class*='language-'] .token.keyword,
.w-tc-editor pre[class*='language-'] .token.keyword {
  color: var(--color-prettylights-syntax-keyword);
}
.w-tc-editor code[class*='language-'] .token.function,
.w-tc-editor pre[class*='language-'] .token.function {
  color: var(--color-prettylights-syntax-string);
}
.w-tc-editor code[class*='language-'] .token.important,
.w-tc-editor pre[class*='language-'] .token.important,
.w-tc-editor code[class*='language-'] .token.regex,
.w-tc-editor pre[class*='language-'] .token.regex,
.w-tc-editor code[class*='language-'] .token.variable,
.w-tc-editor pre[class*='language-'] .token.variable {
  color: var(--color-prettylights-syntax-string-regexp);
}
.w-tc-editor code[class*='language-'] .token.bold,
.w-tc-editor pre[class*='language-'] .token.bold,
.w-tc-editor code[class*='language-'] .token.important,
.w-tc-editor pre[class*='language-'] .token.important {
  color: var(--color-prettylights-syntax-markup-bold);
}
.w-tc-editor code[class*='language-'] .token.tag,
.w-tc-editor pre[class*='language-'] .token.tag {
  color: var(--color-prettylights-syntax-entity-tag);
}
.w-tc-editor code[class*='language-'] .token.attr-value,
.w-tc-editor pre[class*='language-'] .token.attr-value,
.w-tc-editor code[class*='language-'] .token.attr-name,
.w-tc-editor pre[class*='language-'] .token.attr-name {
  color: var(--color-prettylights-syntax-constant);
}
.w-tc-editor code[class*='language-'] .token.selector .class,
.w-tc-editor pre[class*='language-'] .token.selector .class,
.w-tc-editor code[class*='language-'] .token.class-name,
.w-tc-editor pre[class*='language-'] .token.class-name {
  color: var(--color-prettylights-syntax-entity);
}
.required-fields-modal .field {
  width: 100% !important;
  text-align: left;
  margin-right: 30% !important;
  margin-left: 30% !important;
}
.required-fields-modal .field label {
  position: absolute;
  left: 0;
  width: 29%;
  text-align: right;
  line-height: 14px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 36px;
}
.required-fields-modal .field .form-select {
  width: 100%;
}
.required-fields-modal.required-fields-modal_full .field {
  width: 100% !important;
  text-align: left;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}
.required-fields-modal.required-fields-modal_full .field label {
  position: relative;
  width: 100%;
  text-align: left;
  min-height: auto;
}
@media (max-width: 600px) {
  .required-fields-modal .field {
    width: 100% !important;
    text-align: left;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
  .required-fields-modal .field label {
    position: relative;
    width: 100%;
    text-align: left;
    min-height: auto;
  }
}

.required-fields-form .field, .required-fields-form .field > .input {
  width: 100% !important;
  min-height: 36px;
}
.required-fields-form .field > .input {
  margin-top: 5px;
}
.required-fields-form .field {
  margin-top: 8px;
}
.required-fields-form .field > .ui.disabled.input > input {
  background: rgba(1, 1, 1, 0.05) !important;
}
.required-fields-form .login-center {
  margin-top: 10vh !important;
}
.required-fields-form .login-center button {
  margin-right: 0;
}