.cardium-sandbox #form-wrapper,
.multistep-config-seed-form {
  display: flex;
  flex-wrap: wrap;
}
.cardium-sandbox .my-form-wrapper,
.multistep-config-seed-form .seed-data-wrapper,
.edit-rules-form .seed-data-wrapper {
  margin-top: 3rem;
  max-width: 17rem;
  width: 100%;
  flex: 1 0 30%;
}
.cardium-sandbox #progressbarLeftSide li,
.multistep-config-seed-form #progressbar_new li,
.edit-rules-form #progressbar_new li {
  list-style-type: none;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 8rem;
  align-items: center;
  justify-content: space-between;
}
.cardium-sandbox #progressbarLeftSide li:before,
.multistep-config-seed-form #progressbar_new li:before,
.edit-rules-form #progressbar_new li:before {
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: var(--weight-semibold);
  border: 0.063rem solid rgb(112 112 112 / 17%);
  border-radius: 50%;
  margin: 0;
  padding: 0.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardium-sandbox #progressbarLeftSide li:after,
.multistep-config-seed-form #progressbar_new li:after,
.edit-rules-form #progressbar_new li:after {
  content: "";
  width: 0.063rem;
  height: 5rem;
  background: rgb(112 112 112 / 17%);
  position: absolute;
  right: 1.5rem;
  bottom: 5.5rem;
  z-index: 1;
}
.cardium-sandbox #progressbarLeftSide #account:before,
.multistep-config-seed-form #progressbar_new #account:before,
.edit-rules-form #progressbar_new #account::before {
  content: "1";
}
.cardium-sandbox #progressbarLeftSide #personal:before,
.multistep-config-seed-form #progressbar_new #personal:before,
.edit-rules-form #progressbar_new #personal:before {
  content: "2";
}
.cardium-sandbox #progressbarLeftSide #confirm:before,
.multistep-config-seed-form #progressbar_new #confirm:before,
.edit-rules-form #progressbar_new #confirm:before {
  content: "3";
}
.cardium-sandbox #progressbarLeftSide li .sidebar-labels .label1,
.multistep-config-seed-form #progressbar_new li .sidebar-labels .label1,
.edit-rules-form #progressbar_new li .sidebar-labels .label1 {
  font-weight: var(--weight-semibold);
  font-size: 0.875rem;
  max-width: 12.5rem;
  width: 100%;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cardium-sandbox #progressbarLeftSide li .sidebar-labels .label2,
.multistep-config-seed-form #progressbar_new li .sidebar-labels .label2,
.edit-rules-form #progressbar_new li .sidebar-labels .label2 {
  color: var(--mediumgrey1);
  font-size: 0.75rem;
  margin-top: 0.313rem;
  max-width: 12.5rem;
  width: 100%;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cardium-sandbox #progressbarLeftSide li.active:before,
.multistep-config-seed-form #progressbar_new li.active:before,
.edit-rules-form #progressbar_new li.active:before {
  background: var(--tealblue);
  color: var(--white);
}
.cardium-sandbox #progressbarLeftSide li.active + li::before,
.multistep-config-seed-form #progressbar_new li.active + li::before,
.edit-rules-form #progressbar_new li.active + li::before {
  border: 0.063rem solid var(--tealblue);
}
.check-completion::before {
  background: var(--darkgrey4) url(../images/check-completion.svg) no-repeat center center;
  border: none !important;
  box-shadow: 0 0.188rem 0.375rem #00000029;
  content: "" !important;
}
.cardium-sandbox #progressbarLeftSide li .dot,
.multistep-config-seed-form #progressbar_new li .dot,
.edit-rules-form #progressbar_new li .dot {
  width: 0.625rem;
  height: 0.625rem;
  background: var(--mediumgrey2);
  position: absolute;
  top: 7.625rem;
  right: 1.22rem;
  border-radius: 100%;
}
.cardium-sandbox .sandbox-right-wrapper {
  max-width: 60rem;
  width: 100%;
  flex: 1 0 60%;
  margin: 2rem 0 2rem 1.5rem;
}
.cardium-sandbox .sandbox-right-wrapper .messages-list {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.cardium-sandbox .custom_parent_form,
.multistep-config-seed-form .custom_parent_form,
.edit-rules-form .custom_parent_form {
  background: var(--offwhite);
  padding: 1.563rem 2rem;
  border-radius: 1rem;
  display: block !important;
}
.cardium-sandbox .custom_parent_form .js-form-item label {
  font-weight: var(--weight-semibold);
}
.cardium-sandbox .custom_parent_form .form-item {
  margin-top: 2rem;
}
.cardium-sandbox .custom_parent_form .form-type--checkbox .option {
  font-weight: var(--weight-regular);
  margin: 0 0 0 1.8rem;
}
.cardium-sandbox .custom_parent_form .form-type--checkbox .form-boolean--type-checkbox {
  left: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.063rem solid var(--mediumgrey2);
}
.cardium-sandbox .custom_parent_form .form-type--checkbox .form-boolean--type-checkbox:hover {
  border: none;
}
.cardium-sandbox .custom_parent_form .form-type--checkbox .form-boolean--type-checkbox:checked {
  background-color: var(--tealblue);
  border: none;
}
.cardium-sandbox .custom_parent_form .form-type--checkbox .form-boolean--type-checkbox:checked:hover {
  border-color: transparent;
  box-shadow: none;
}
.cardium-sandbox .custom_parent_form .form-item .form-text,
.cardium-sandbox .custom_parent_form .form-item .form-select {
  height: 2.5rem;
  background-color: var(--white);
  border-radius: 0.375rem;
  color: var(--darkgrey);
}
.cardium-sandbox .custom_parent_form .form-item .form-text:focus,
.cardium-sandbox .custom_parent_form .form-item .form-select:focus {
  border-color: var(--offwhitedark);
  background: var(--white);
}
.cardium-sandbox .custom_parent_form .form-managed-file {
  display: block;
}
.cardium-sandbox .custom_parent_form .form-managed-file__main {
  background: var(--offwhite2) url(../images/cloud-upload.svg) no-repeat 97% 50%;
  border: 0.063rem dashed var(--mediumgrey1);
  border-radius: 0.375rem;
  width: 100%;
  height: 4rem;
  position: relative;
}
.cardium-sandbox .custom_parent_form .form-element--type-file {
  background: none;
  border: none;
  height: 4rem;
  padding: 1.25rem 0.875rem;
}
.cardium-sandbox .custom_parent_form .file {
  margin-left: 1rem;
}
.cardium-sandbox .custom_parent_form .file a {
  pointer-events: none;
}
.cardium-sandbox .custom_parent_form .form-managed-file__main .remove-button {
  margin-right: 1rem;
}
.cardium-sandbox .custom_parent_form .form-type--managed-file .form-element--type-file::file-selector-button {
  border: 0.063rem solid var(--darkgrey2);
  background: var(--white);
  border-radius: 0.313rem;
  color: var(--darkgrey);
}
.cardium-sandbox .custom_parent_form .form-managed-file__main .ajax-progress--throbber {
  position: absolute;
  right: 10rem;
}

.cardium-sandbox .custom_parent_form .accordion {
  border: none;
  box-shadow: none;
  margin-bottom: 1.875rem;
  border: 0.063rem solid var(--offwhitedark);
  border-radius: 0.375rem;
  background-color: var(--white);
  position: relative;
}
.cardium-sandbox .custom_parent_form .accordion .form-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cardium-sandbox .custom_parent_form .accordion .form-wrapper .form-item {
  width: 50%;
  padding: 0 1rem 1.5rem 1rem;
}
.cardium-sandbox .custom_parent_form .accordion .form-item {
  margin: 0;
  position: relative;
}
.cardium-sandbox .custom_parent_form .accordion .form-item .form-item__label {
  font-weight: var(--weight-regular);
  margin: 0;
  padding-left: 3.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
}
.cardium-sandbox .custom_parent_form .accordion .form-item .form-item__label span {
  max-width: 10rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cardium-sandbox .custom_parent_form .accordion .form-item .form-item__label.option::after {
  content: "";
  position: absolute;
  background-position: 50% 50%;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: var(--tealblue);
  background-repeat: no-repeat;
  right: 1.2rem;
}
.down-arrow::after {
  background: url(../images/down-arrow.svg);
}
.up-arrow::after {
  background: url(../images/up-arrow.svg);
}
.cardium-sandbox .custom_parent_form .accordion .form-wrapper .form-item__label {
  padding-left: 1rem;
}
.cardium-sandbox .custom_parent_form .accordion .form-item .form-checkbox {
  left: 3rem;
  top: 1.5rem;
}
.cardium-sandbox .accordion .sandbox-tooltip {
  max-width: 1.1rem;
  width: 100%;
  position: absolute;
  left: 15rem;
  top: 0.75rem;
  z-index: 11;
}
.cardium-sandbox .accordion .sandbox-tooltip img {
  max-width: 0.938rem;
  max-height: 0.938rem;
  width: 100%;
  height: 100%;
}
.tooltip {
  opacity: 1 !important;
}
.tooltip-inner {
  background-color: var(--white) !important;
  border-radius: 0 !important;
  border: 0.063rem solid var(--offwhitelight) !important;
  color: var(--darkgrey) !important;
  box-shadow: 0 0.188rem 0.625rem #00000029;
  padding: 0.938rem !important;
}
.tooltip-arrow {
  border-top-color: var(--white) !important;
  border-bottom-color: var(--white) !important;
}
.tooltip-arrow::before {
  border-top-color: var(--white) !important;
  border-bottom-color: var(--white) !important;
}
.cardium-sandbox .custom_parent_form .policy-info {
  background: var(--white);
  border-radius: 0.625rem;
  padding: 1.875rem 3.125rem;
}
.cardium-sandbox .custom_parent_form .policy-info h3 {
  font-weight: var(--weight-semibold);
  font-size: 0.875rem;
}
.cardium-sandbox .custom_parent_form .policy-info ul li {
  padding-bottom: 1.25rem;
}
.cardium-sandbox .custom_parent_form .progress-bar {
  width: auto;
  flex-direction: row;
  margin: 2rem 0 1rem 0;
}
.cardium-sandbox .custom_parent_form .progress-bar div {
  position: absolute;
  height: 10.313rem;
  width: 10.313rem;
  border-radius: 50%;
}
.cardium-sandbox .custom_parent_form .progress-bar div span {
  line-height: 9.063rem;
  height: 9.063rem;
  width: 9.063rem;
  left: 0.625rem;
  top: 0.625rem;
  font-size: 1.75rem;
  font-weight: var(--weight-semibold);
}
.cardium-sandbox .progressbar2-strip {
  display: flex;
  justify-content: center;
}
.cardium-sandbox #progressbar.ui-progressbar {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  background: var(--white);
  border-radius: 0.625rem 0.625rem 0 0;
  border: none;
  box-shadow: 0 0.188rem 0.625rem #00000029;
  max-width: 43rem;
  width: 100%;
  height: 4.125rem;
  margin-bottom: 3rem;
}
.cardium-sandbox #progressbar.ui-progressbar .progress-label {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 2rem;
  font-size: 1rem;
  font-weight: var(--weight-semibold);
}
.cardium-sandbox #progressbar.ui-progressbar .ui-progressbar-value {
  height: 0.8em;
  background-color: var(--tealblue);
  border-radius: 0;
  border: none;
}
.cardium-sandbox #progressbar.ui-progressbar .ui-progressbar-overlay {
  background: none;
}
.cardium-sandbox #final-data-table table tr td a {
  color: var(--tealblue);
  font-weight: var(--weight-bold);
}
.cardium-sandbox #final-data-table table tr td a:hover {
  color: var(--darkgrey);
}
.cardium-sandbox .credentials {
  margin: 3rem 1rem;
}
.cardium-sandbox .credentials tbody {
  border: none;
}
.cardium-sandbox .credentials tbody tr {
  border: none;
  background: none;
}
.cardium-sandbox .credentials tbody tr td {
  padding: 0;
}
.cardium-sandbox .credentials .label-key-text {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cardium-sandbox .credentials .label-key-text label {
  max-width: 2.5rem;
  width: 100%;
  font-weight: var(--weight-bold);
}
.cardium-sandbox .credentials .key-copy-wrap {
  background-color: var(--offwhitedark2);
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  width: 13.75rem;
}

.cardium-sandbox .credentials .key-value {
  margin-right: 0.5rem;
  width: 8.3rem;
  overflow: hidden;
}
.cardium-sandbox .credentials .pwd-text {
  white-space: pre;
}
.cardium-sandbox .credentials .key-text {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.eye-copy-icon div {
  cursor: pointer;
}
.pwd-icon {
  position: relative;
}
.pwd-icon .hover-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: var(--black);
  color: var(--white);
  width: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  top: 0.188rem;
  left: 1.125rem;
}
.pwd-icon:hover .hover-text {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}

.cardium-sandbox .credentials .eye-copy-icon {
  display: flex;
}
.cardium-sandbox .credentials .eye-close,
.cardium-sandbox .credentials .eye-open,
.cardium-sandbox .credentials .pwd-icon img {
  max-width: 1.1rem;
  max-height: 1.1rem;
  width: 100%;
  height: 100%;
  margin-left: 0.6rem;
}
.cardium-sandbox .credentials .pwd-icon {
  position: relative;
}
.cardium-sandbox .credentials .pwd-icon .hover-text {
  position: absolute;
  background: var(--black);
  color: var(--white);
  width: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  top: 0.188rem;
  left: 3.1rem;
}
.cardium-sandbox .form-actions,
.multistep-config-seed-form .step1-button,
.multistep-config-seed-form .btn_next_wrapper,
.edit-rules-form .step1-button,
.edit-rules-form .btn_next_wrapper {
  display: flex;
  justify-content: end;
  flex: 0 1 100%;
  margin: 0 2rem 1rem 0;
}
.multistep-config-seed-form .custom_parent_form .form-radios,
.edit-rules-form .custom_parent_form .form-radios {
  background: var(--offwhitedark);
  height: 3.625rem;
  display: flex;
  align-items: center;
  padding-left: 3rem;
  border-radius: 0.313rem;
}
.multistep-config-seed-form .custom_parent_form2,
.edit-rules-form .custom_parent_form2 {
  flex: 1 0 60%;
  max-width: 60rem;
  width: 100%;
  padding: 1.563rem 0;
  margin: 2rem 1.563rem 2rem;
}
.multistep-config-seed-form .filter-form,
.edit-rules-form .filter-form {
  display: flex;
  justify-content: start;
  position: relative;
}
.multistep-config-seed-form .filter-form .form-item,
.edit-rules-form .filter-form .form-item {
  width: 14rem;
  margin-right: 1rem;
}
.edit-rules-form .filter-form .form-item {
  margin-top: 0;
}
.multistep-config-seed-form .filter-form .form-submit,
.edit-rules-form .filter-form .form-submit,
.edit-rules-form .filter-form #edit-submit {
  display: flex;
  align-self: end;
  margin-bottom: 1.65rem;
}
.edit-rules-form .form-wrapper {
  width: 100%;
}
.edit-rules-form .reset-button {
  opacity: 0;
  pointer-events: none;
}
.edit-rules-form .reset-button.reset-active {
  opacity: 1;
  pointer-events: all;
}
.edit-rules-form .filter-form .ajax-progress {
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.multistep-config-seed-form .response-payload-button,
.multistep-config-seed-form .set-rule-button.disabled,
.edit-rules-form .response-payload-button,
.edit-rules-form .set-rule-button.disabled,
.multistep-config-seed-form .response-payload-button.disabled,
.edit-rules-form .response-payload-button.disabled,
.multistep-config-seed-form .set-rule-button,
.edit-rules-form .set-rule-button {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  color: var(--tealblue);
  font-weight: var(--weight-bold);
  display: block;
}
.multistep-config-seed-form .response-payload-button:hover,
.multistep-config-seed-form .set-rule-button:hover,
.edit-rules-form .response-payload-button:hover,
.edit-rules-form .set-rule-button:hover,
.multistep-config-seed-form .set-rule-button:hover,
.edit-rules-form .set-rule-button:hover {
  color: var(--white);
  background: none;
}
.multistep-config-seed-form .response-payload-button:focus,
.multistep-config-seed-form .set-rule-button:focus,
.edit-rules-form .response-payload-button:focus,
.edit-rules-form .set-rule-button:focus,
.multistep-config-seed-form .set-rule-button:focus,
.edit-rules-form .set-rule-button:focus {
  outline: 0;
  box-shadow: none;
}
.multistep-config-seed-form .response-payload-button:first-child:active,
.edit-rules-form .response-payload-button:first-child:active,
.multistep-config-seed-form .set-rule-button:active {
  background: none;
  border: none;
  color: inherit;
}
.edit-rules-form #tableData .set-rule-button:active,
.multistep-config-seed-form #tableData .set-rule-button:active {
  background: none;
  color: inherit;
}

.multistep-config-seed-form .response-payload-button::after,
.edit-rules-form.response-payload-button::after {
  content: "";
  position: absolute;
  background-position: 50% 35%;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  right: 0.2rem;
}
.down-arrow-red::after {
  background: url(../images/down-arrow-red.svg);
}
.up-arrow-red::after {
  background: url(../images/up-arrow-red.svg);
}
.multistep-config-seed-form table tr.even td {
  height: auto;
  padding: 0 1.25rem;
}
.multistep-config-seed-form table tr td .payload-textarea,
.edit-rules-form table tr td .payload-textarea {
  padding: 1rem 0;
}

.CodeMirror-gutters {
  border-right: 0.063rem solid #51626f;
  background-color: #51626f;
  white-space: nowrap;
  width: 2.813rem;
}
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #ededed;
  border-radius: 0.625rem;
}
.CodeMirror-scroll {
  margin-right: 0;
}
.CodeMirror-linewidget {
  width: 100% !important;
}
.multistep-config-seed-form table tr td .payload-textarea,
.edit-rules-form table tr td .payload-textarea {
  display: none !important;
}
.multistep-config-seed-form table tr td .payload-textarea.hideshow,
.edit-rules-form table tr td .payload-textarea.hideshow {
  display: block !important;
}
.edit-rules-form .form-actions,
.multistep-config-seed-form .form-actions {
  justify-content: flex-end;
  width: 100%;
}
.edit-rules-form table tr.even td {
  height: 0;
  padding: 0;
}
.edit-rules-form table tr.even td.hideshow {
  height: auto;
  padding: 1rem 1.25rem;
}
.pager__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 1rem 0;
  list-style: none;
  text-align: center;
}
.pager__items .pager__item {
  margin: 0;
}
.paging-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: var(--weight-semibold);
  border: 0.063rem solid var(--offwhitedark);
  min-width: 2rem;
  height: 2rem;
  padding: 1rem 0.5rem;
  text-decoration: none;
}
.paging-nav a:hover,
.paging-nav a.selected-page {
  background: var(--lightgrey);
  color: var(--darkgrey);
}
.paging-nav a[data-direction="-1"],
.paging-nav a[data-direction="1"] {
  color: var(--tealblue);
  font-weight: 800;
}
.paging-nav a[data-direction="-1"]:hover,
.paging-nav a[data-direction="1"]:hover {
  color: var(--tealblue);
}
.sandbox-request-form .form-actions {
  justify-content: flex-end;
}

#dapper-container {
  display: none;
}

.cardium-sandbox .js-form-item-key-policy-enable + .form-wrapper > .form-item:first-child {
  margin-top: 3rem;
}
.cardium-sandbox .js-form-item-key-policy-enable + .form-wrapper > .form-item:last-child,
.cardium-sandbox .js-form-item-oauthv2-enable + .form-wrapper > .form-item:first-child {
  width: 100%;
}
.cardium-sandbox .js-form-item-key-policy-enable + .form-wrapper > .form-item:last-child > .form-checkbox,
.cardium-sandbox .js-form-item-oauthv2-enable + .form-wrapper > .form-item:last-child > .form-checkbox {
  left: 2rem;
}
.cardium-sandbox .js-form-item-key-policy-enable + .form-wrapper > .form-item:last-child > .form-item__label,
.cardium-sandbox .js-form-item-oauthv2-enable + .form-wrapper > .form-item:first-child > .form-item__label {
  padding-left: 2rem;
}
.cardium-sandbox .js-form-item-key-policy-enable + .form-wrapper > .form-item:last-child > .form-item__label:after,
.cardium-sandbox .js-form-item-oauthv2-enable + .form-wrapper > .form-item:first-child > .form-item__label:after {
  display: none;
}
.check-completion .checking-tick-box {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  background-color: var(--darkgrey4);
  border-radius: 50%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cardium-sandbox #form-wrapper,
  .multistep-config-seed-form,
  .edit-rules-form {
    flex-wrap: wrap;
  }
  .cardium-sandbox .my-form-wrapper,
  .cardium-sandbox .sandbox-right-wrapper,
  .multistep-config-seed-form .seed-data-wrapper,
  .multistep-config-seed-form .sandbox-right-wrapper,
  .multistep-config-seed-form .custom_parent_form2,
  .edit-rules-form .seed-data-wrapper,
  .edit-rules-form .sandbox-right-wrapper,
  .edit-rules-form .custom_parent_form2 {
    max-width: unset;
    margin: 0 0 2rem 0;
    flex: 1 0 100%;
  }
  .cardium-sandbox .form-actions,
  .multistep-config-seed-form .step1-button,
  .multistep-config-seed-form .btn_next_wrapper,
  .edit-rules-form .step1-button,
  .edit-rules-form .btn_next_wrapper {
    justify-content: center;
    margin: 0;
  }
  .cardium-sandbox .custom_parent_form {
    padding: 1.563rem 1.2rem;
  }
  .multistep-config-seed-form .filter-form,
  .edit-rules-form .filter-form {
    flex-wrap: wrap;
  }
  .multistep-config-seed-form .filter-form .form-item,
  .edit-rules-form .filter-form .form-item {
    margin-left: 1rem;
  }
  .cardium-sandbox .custom_parent_form .accordion .form-wrapper .form-item {
    width: 100%;
  }
  .cardium-sandbox .custom_parent_form .accordion .form-item .form-item__label {
    padding-left: 2.6rem;
  }
  .cardium-sandbox .custom_parent_form .accordion .form-item .form-item__label span {
    max-width: 7rem;
  }
  .cardium-sandbox .custom_parent_form .accordion .form-wrapper .form-item__label {
    padding-left: 1rem;
  }
  .cardium-sandbox .custom_parent_form .accordion .form-item .form-item__label.option::after {
    right: 0.6rem;
  }
  .cardium-sandbox .custom_parent_form .accordion .form-item .form-checkbox {
    left: 2.5rem;
  }
  .cardium-sandbox .accordion .sandbox-tooltip {
    left: 10rem;
  }
  .cardium-sandbox .credentials {
    margin: 3rem 0;
  }
  .cardium-sandbox .credentials .label-key-text {
    flex-direction: column;
    align-items: flex-start;
  }
  .cardium-sandbox .credentials .label-key-text label {
    margin: 0 0 0.3rem 0.5rem;
  }
  .cardium-sandbox .js-form-item-key-policy-enable + .form-wrapper > .form-item:first-child {
    margin-top: 1rem;
  }
}
