:root {
  --primary-color: #703596;
  --primary-lighten-bg: rgba(112, 53, 151, 0.2862745098);
  --secondary-color: #b55179;
  --accent-color: #f8581e;
  --grey-darken-1: #241934;
  --grey-neutral: #655977;
  --primary-color-rgb: 112, 53, 150;
  --primary-lighten-bg-rgb: 112, 53, 151;
  --secondary-color-rgb: 181, 81, 121;
  --accent-color-rgb: 248, 88, 30;
  --teal-cyan-500: #16bdca;
  --purple-500: #7c3aed;
  --peach-orange-500: #fdba8c;
  --color-gray-300: #d1d5db;
}
.theme-primary-color {
  color: #703596 !important;
}
.theme-primary-bg {
  background-color: #703596;
}
.theme-secondary-color {
  color: #b55179 !important;
}
.theme-secondary-bg {
  background-color: #b55179;
}
.theme-info-color {
  color: #0f65d0 !important;
}
.theme-info-bg {
  background-color: #0f65d0;
}
.theme-success-color {
  color: #24ad58 !important;
}
.theme-success-bg {
  background-color: #24ad58;
}
.theme-warning-color {
  color: #f8581e !important;
}
.theme-warning-bg {
  background-color: #f8581e;
}
.theme-error-color {
  color: #af3a34 !important;
}
.theme-error-bg {
  background-color: #af3a34;
}
.theme-amber-color {
  color: #c3a135 !important;
}
.theme-amber-bg {
  background-color: #c3a135;
}
.theme-grey-neutral-color {
  color: #655977 !important;
}
.theme-grey-neutral-bg {
  background-color: #655977;
}
.theme-grey-lighten-1-color {
  color: #d9d4e1 !important;
}
.theme-grey-lighten-1-bg {
  background-color: #d9d4e1;
}
.theme-grey-darken-1-color {
  color: #241934 !important;
}
.theme-grey-darken-1-bg {
  background-color: #241934;
}
.theme-text-dark-color {
  color: #1d2424 !important;
}
.theme-text-dark-bg {
  background-color: #1d2424;
}
.horizontal-center {
  justify-content: center;
}
.is-bold {
  font-weight: bold;
}
.full-width {
  width: 100%;
}
.text--details {
  color: rgb(99, 98, 98);
  font-size: 12px;
}
.text-titlecase:first-letter {
  text-transform: uppercase;
}
.v-card.card-skp-style {
  border-top: 5px solid var(--primary-color);
}
.v-card.card-skp-style .v-card-text {
  color: #655977;
}
.v-card.card-skp-style.card-skp-error {
  border-top: 5px solid #f8581e;
}
.v-card.card-skp-style .v-btn {
  box-shadow: none !important;
}
.v-card.card-skp-style > .v-card__actions, .v-card.card-skp-style > .v-card-actions {
  background: #d9d4e1;
}
.v-card.card-skp-style > .v-card__actions .secondary-action, .v-card.card-skp-style > .v-card-actions .secondary-action {
  color: var(--primary-color);
  background-color: transparent;
}
.v-card.card-skp-style > .v-card__actions .secondary-action:not(:disabled), .v-card.card-skp-style > .v-card-actions .secondary-action:not(:disabled) {
  border: 2px solid rgb(140.1379310345, 66.315270936, 187.684729064);
}
.v-card.card-skp-style > .v-card__actions .secondary-action:hover, .v-card.card-skp-style > .v-card-actions .secondary-action:hover {
  color: rgb(140.1379310345, 66.315270936, 187.684729064);
  border-color: rgb(163.1034482759, 103.5221674877, 201.4778325123);
}
.v-card.card-skp-style > .v-card__actions .secondary-action:hover:before, .v-card.card-skp-style > .v-card-actions .secondary-action:hover:before {
  background: transparent;
}
.v-card.card-skp-style > .v-card__actions .tertiary-action, .v-card.card-skp-style > .v-card-actions .tertiary-action {
  color: #a7a3a3;
}
.v-card.card-skp-style > .v-card__actions .tertiary-action:hover, .v-card.card-skp-style > .v-card-actions .tertiary-action:hover {
  color: rgb(191.9333333333, 189.0666666667, 189.0666666667);
}
.v-card.card-skp-style > .v-card__actions .tertiary-action:hover:before, .v-card.card-skp-style > .v-card-actions .tertiary-action:hover:before {
  background: transparent;
}
.v-card.card-skp-style > .v-card__actions .disable-primary, .v-card.card-skp-style > .v-card-actions .disable-primary {
  background-color: rgb(174.5344827586, 122.3645320197, 208.1354679803) !important;
}
.v-card.card-skp-style .v-expansion-panels {
  box-shadow: none;
}
.invalid-field .v-input__slot {
  border: 2px solid #af3a34;
}
.invalid-field .v-field {
  border: 2px solid #af3a34;
}
.skp-tabs {
  background: #d9d4e1 !important;
  color: #241934;
}
a {
  text-decoration: none;
}
.sk-primary-link a {
  text-decoration: none;
  color: var(--primary-color);
}
.sk-v-list-item-spacer .v-list-item__prepend .v-list-item__spacer {
  width: 1rem !important;
}
.ProseMirror:focus-visible {
  outline: none !important;
}
.sk-v-data-table.v-table > .v-table__wrapper > table > tbody > tr > td {
  padding: 0 8px !important;
}
table tbody tr td .v-input--density-default, table tbody tr td .v-input--density-compact,
table thead tr th .v-input--density-default,
table thead tr th .v-input--density-compact {
  --v-input-control-height: 40px !important;
}
table .v-selection-control--density-default, table .v-selection-control--density-compact {
  --v-selection-control-size: 28px !important;
}
.v-field.v-field--variant-underlined .v-field__input {
  padding: 0 !important;
  top: 8px !important;
}
.v-tab.v-tab--selected,
.v-tab.sk-active {
  color: #241934 !important;
}
.v-tab,
.v-tab.sk-inactive {
  color: grey !important;
}
.sk-stepper-window .v-stepper-window {
  margin: 0 1.5rem !important;
}
.onerev-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  min-width: 0;
}
.onerev-revtable-ellipsis .q-table {
  table-layout: fixed;
}
.disable-checkbox-off .input-group--selection-controls__ripple::before {
  background: rgba(0, 0, 0, 0.31);
  border-radius: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  transform: translate(-51%, -50%) scale(0.3);
}
.sk-browse-folders-sub .v-list-subheader__text {
  display: flex;
  align-items: center;
}
.sk-browse-folders .v-list-item__content {
  display: flex;
  justify-content: space-between;
}
[data-v-5c8a6048]:root {
  position: relative;
}
.v-stepper[data-v-5c8a6048] {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: none;
}
.v-stepper .v-stepper-header[data-v-5c8a6048] {
  flex: none;
}
.v-stepper .v-stepper-window[data-v-5c8a6048] {
  flex: 1;
  margin-top: 3px;
  overflow-y: auto;
}
.message[data-v-5c8a6048] {
  border-left: 3px solid #ddd;
  margin-left: 30px;
}

[data-v-433f5e3f]:root {
  position: relative;
}
.v-stepper[data-v-433f5e3f] {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: none;
}
.v-stepper .v-stepper-header[data-v-433f5e3f] {
  flex: none;
}
.v-stepper .v-stepper-items[data-v-433f5e3f] {
  flex: 1;
  margin-top: 3px;
  overflow-y: auto;
}

.placeholder[data-v-e45c1f37] {
  text-align: center;
  padding: 20px;
}
.placeholder img[data-v-e45c1f37] {
  max-width: 300px;
  margin: 0 auto 20px auto;
}
.muted[data-v-e45c1f37] {
  color: #888;
}
.download-link[data-v-e45c1f37] {
  color: inherit;
  text-decoration: none;
}
