@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:300,400,700|Muli:300,400,700|Open+Sans:300,400,700|Roboto:300,400,700|Poppins:300,400,700");
html {
  font-size: 16px;
}
body {
  font-family: "Poppins";
  font-size: 16px;
  background: #0c1021;
}
hr {
  border-top: 1px solid #455163;
}
a:hover {
  text-decoration: none;
}
fieldset {
  position: relative;
  border: 1px solid #455163;
  padding: 15px;
  margin-bottom: 20px;
}
legend {
  color: #fff;
  padding: 0 10px;
}
table {
  width: 100%;
}
table th {
  border: 1px solid #455163;
  color: #fff;
  padding: 16px 15px 5px;
}
table td {
  border: 1px solid #455163;
  color: #000;
  padding: 5px 15px;
}

#otherData td:nth-child(3),
#otherData td:nth-child(4) {
  word-break: break-all;
  max-width: 200px;
}
.noscroll {
  overflow: hidden;
}
.noscroll .menu {
  overflow-y: auto;
  overflow-x: hidden;
}
fieldset h4 {
  color: #fff;
  border-bottom: 1px solid #455163;
  margin-top: 2em;
}
fieldset legend + h4 {
  margin-top: 0.5em;
}

/* alignment */
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

/* homepage */
.activities a {
  display: block;
  height: 267px;
  margin-bottom: 30px;
}
.activity {
  border: 4px solid #43485d;
  border-bottom: 0;
}
.activity:hover {
  border: 4px solid #c11251 !important;
  border-bottom: 0;
}
.activity:hover .activity-name {
  background: #c11251 !important;
}
.activity img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  padding: 25px;
}
.activity-name {
  background: #43485d;
  color: #fff;
  padding: 10px;
  height: 65px;
  text-align: center;
}

ul.nav {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 1em 0 2em 0;
  padding: 0;
}
ul.nav li a {
  color: #fff;
  padding: 1em 2em;
  border-bottom: 2px solid #fff;
  transition: all 0.3s;
  display: block;
}
ul.nav li a:hover {
  background: #c11251;
}

/* activity page */
.title h1 {
  color: #fff;
}

h2 {
  color: #fff;
}

.activities form a {
  display: inline;
  height: 10px;
  margin-bottom: 6px;
  color: #c11251;
}

.activities form a {
  display: inline;
  height: 10px;
  margin-bottom: 6px;
  color: #c11251;
}
#template-creator {
  margin-left: 20px;
  color: #fff;
}

/* menu */
.menu {
  width: 80%;
  padding: 20px;
  text-align: center;
  background: #262b41;
  color: #fff;
  position: fixed;
  top: 0;
  left: -80%;
  bottom: 0;
  z-index: 100;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
}
.menu-trigger {
  width: 65px;
  height: 35px;
  font-size: 15px;
  position: absolute;
  right: -65px;
  top: 0px;
  background: #c11251;
  padding: 6px;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.menu-trigger.active {
  background: #262b41 !important;
  transition: all 0.25s ease-in-out 0s;
}
.menu-trigger.disabled {
  background: #8a8a8a !important;
}
.menu a {
  color: #fff;
}
.menu .logo {
  font-size: 30px;
  margin-bottom: 40px;
}
.menu .notice-msg {
  position: relative;
}
.menu .icon-close {
  margin-top: 0;
}

/* filter */
.filter {
  margin: 25px 0 35px;
  background: #43485d url("images/icon_search.svg") no-repeat 20px;
  background-size: 30px;
  border-radius: 30px;
  width: calc(100% - 58px) !important;
}

/* framed-mode */

.framed-mode .gizmo-app {
  height: calc(50vh - 20px);
  overflow: auto;
}

.framed-mode .preview {
  height: calc(50vh - 20px);
  overflow: auto;
}

.preview-actions-row {
  background: #262b41;
  padding: 4px;
  position: sticky;
  height: 40px;
  display: flex;
}

.preview-actions-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 1;
}

.preview-actions-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex: 1;
}

.preview-action-button.button {
  font-size: 14px;
  padding: 5px;
  border-bottom: 3px solid #7b1a3d;
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.preview-action-button svg {
  height: 1.4em;
  width: 1.4em;
}

#drag-handle {
  border: none;
  background: none;
  cursor: ns-resize;
  display: flex;
  height: 100%;
  align-items: center;
}

#drag-handle svg {
  height: 20px;
  opacity: 0.5;
}

/* form */
#template-title {
  text-transform: capitalize;
}
.gizmo-app label {
  display: inline-block;
  margin-bottom: 6px;
  color: #999;
}
.gizmo-app input:not([type="button"]),
.gizmo-app textarea {
  color: initial;
  border: none;
  padding: 15px;
  margin-bottom: 20px;
}
.gizmo-app input:not([type="button"]):focus,
.gizmo-app textarea:focus {
  background: #bdc0d0;
  outline: none;
}
.gizmo-app input,
.gizmo-app textarea,
.gizmo-app select {
  width: 100%;
  padding: 15px;
}

.gizmo-app .form-group legend {
  align-items: center;
  display: flex;
}

.gizmo-app legend span {
  margin-right: 10px;
}

.gizmo-app legend button {
  background-color: #0c1021;
  border: none;
  font-size: 20px;
}

.gizmo-app legend .prepend-content {
  background: #c11251;
  border-bottom: 6px solid #7b1a3d;
  font-size: 16px;
  margin-left: 10px;
}

.gizmo-app input[type="submit"]:focus {
  border: none;
}
.iframe-note {
  display: none;
  color: #fff;
}
.archived-note,
.iframe-section {
  display: none;
}
.generate-section textarea {
  margin-bottom: 0;
}
.generate-section textarea:focus,
.auto-section textarea:focus,
.dolly-section textarea:focus,
.iframe-section textarea:focus {
  background: #262b41;
}
.generate-section button {
  background: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #c11251;
  margin-left: 4px;
  padding: 3px 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out 0s;
}
.generate-section button:hover {
  background: #c11251;
}
.generate-section .copied {
  color: #fff;
  display: none;
}
.show-code {
  cursor: pointer;
}
.select {
  border: 3px solid #fff;
  margin-bottom: 20px;
}
.select select {
  padding: 10px;
  border: none;
}
.select select:focus {
  background: #bdc0d0;
  outline: none;
}
.button {
  background: #c11251;
  color: #fff;
  font-size: 17px;
  padding: 15px;
  border: none;
  border-bottom: 6px solid #7b1a3d;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.download-section .filename {
  border-bottom: 6px solid #e4e4e4;
  height: 60px;
}
.download-section .filename:focus {
  border-bottom: 6px solid #9ea1b3;
}
#new {
  float: right;
  margin: 18px;
}
#save {
  width: 100%;
  border-bottom: 6px solid #7b1a3d;
  height: 60px;
}
#generate {
  width: 100%;
  margin-bottom: 25px;
}
i.download {
  color: #8da6ce;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
}
#remove {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 19px;
  color: #8da6ce;
}
#add,
#shuffle {
  color: #fff;
  display: inline-block;
  height: auto;
  margin-top: -10px;
  margin-left: 2px;
}
.default-instruction {
  float: right;
  padding: 5px 15px;
}
input.checkbox {
  width: 15px; /* margin-right: 10px; */
}
select option {
  background-color: white !important;
}
/* button hover effect */
.button:hover,
.button:focus {
  outline: none;
}
.button {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #dd8ca9;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button:hover:before,
.button:focus:before,
.button:active:before {
  left: 0;
  right: 0;
}
.button:disabled,
.button:disabled:before {
  background-color: rgb(187, 187, 187);
  color: #333;
  border: transparent;
}
/*Accordion*/
.accordion-wrapper {
  margin-bottom: 15px;
}

.accordion-button {
  background-color: #c11251;
  color: white;
  padding: 12px;
  cursor: pointer;
}

.accordion-button::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 7px;
  display: inline-block;
  transform: rotateX(180deg);
  transition: transform 0.3s;
}

.accordion-button.open::before {
  transform: none;
}

.accordion-content {
  display: none;
  border: 1px solid #455163;
  margin: 0 2px;
  padding: 15px;
}

.accordion-content::after {
  content: "";
  display: table;
  clear: both;
}

.giz-instructions .accordion-button {
  width: calc(100% - 55px);
  display: inline-block;
  line-height: 1.5;
}

.accordion-wrapper > .giz-instructions .btn-instruction {
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #c11251;
  color: white;
  padding: 12px;
  cursor: pointer;
}
.accordion-wrapper > .giz-instructions .btn-instruction i {
  line-height: 1.5;
  font-size: 16.5px;
  color: #fff;
}

/* feedback form */
.feedback-form {
  position: fixed;
  bottom: -8px;
  right: 3%;
  background: #0c1021;
  padding: 20px;
  max-width: 400px;
  border: 8px solid #c11251;
  box-shadow: 0 0 50px #000;
}
.feedback-form h2 {
  color: #fff;
  margin-top: 0;
}
.feedback-form label {
  color: #bbb;
}
.feedback-form .feedback-form-close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  border: 3px solid #c11251;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #c11251;
  padding-top: 5px;
  font-weight: 700;
  cursor: pointer;
}
.feedback-trigger {
  background: #43485d;
  width: 170px;
  height: 170px;
  padding-top: 15px;
  border-radius: 50%;
  position: fixed;
  bottom: -100px;
  right: 3%;
  cursor: pointer;
}
.feedback-trigger:hover {
  background: #53b7d0;
}
.feedback-trigger .icon-idea {
  background: url("images/icon_idea.svg");
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin: auto;
}

/* general icons */
.icon-close {
  background: url("images/icon_close.svg");
  width: 50px;
  height: 50px;
  background-size: 50px;
  margin-top: 18px;
  float: right;
  display: block;
  cursor: pointer;
}
.fa-info-circle {
  color: #aeb9ea;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
}
.fa-info-circle:hover {
  color: #d5dcfb;
  transition: all 0.25s ease-in-out 0s;
}

/* instructions */
.overlay,
.overlay-inert {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 3;
}

.giz-instructions {
  overflow: hidden;
  position: relative;
}
.giz-instructions h3 {
  margin: 10px 0 0;
}
.giz-instructions ol {
  padding-left: 18px;
}
.giz-instructions li {
  color: #000;
  margin: 10px 0;
}

.giz-instructions p {
  display: inline-block;
  margin: 0 0 6px;
  color: #999;
}
.giz-instructions .giz-close {
  cursor: pointer;
  font-size: 20px;
  right: 5px;
  position: absolute;
  top: 4px;
}
.giz-instructions.open {
  box-shadow: 0px 0px 5px 2000px rgba(0, 0, 0, 0.75);
  overflow: visible;
  position: relative;
  z-index: 5;
}
.giz-instructions .instruction-frame:not(.download) {
  background: #aeb9ea;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 10px 25px;
  position: absolute;
  transform: translateY(0%);
  transition: all 350ms ease-in-out;
  width: 100%;
  z-index: -1;
}
.giz-instructions .instruction-frame.download {
  background: #aeb9ea;
  bottom: 0;
  right: 0;
  opacity: 0;
  padding: 10px 25px;
  position: absolute;
  transform: translateY(0%);
  transition: all 350ms ease-in-out;
  width: 400%;
  z-index: -1;
}
.giz-instructions.open .instruction-frame:not(.download) {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: translateY(105%);
  transition: all 350ms ease-in-out;
  width: 100%;
  z-index: 10;
}
.giz-instructions.open .instruction-frame.download {
  bottom: 0;
  right: 0;
  opacity: 1;
  position: absolute;
  transform: translateY(105%);
  transition: all 350ms ease-in-out;
  z-index: 10;
}
.giz-instructions .instruction-frame p {
  color: #000;
  line-height: 150%;
  text-align: left;
}
.giz-instructions .fas.title {
  margin-left: 5px;
}

/* messages */
#update-message {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 17px;
  margin: 0;
  height: 56px;
  text-align: center;
  z-index: 10;
}
.notice-msg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: #3dcae2;
  color: #0c1021;
  box-shadow: 0 5px 30px #0d6271;
}
.close-msg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0c1021;
  color: #fff;
  border-left: 3px solid #0c1021;
  padding: 19px;
  cursor: pointer;
  transition: all 0.25s ease-in-out 0s;
}
.close-msg:hover {
  background: #3dcae2;
  color: #0c1021;
  border-left: 3px solid #3dcae2;
  padding: 19px 26px;
}

.generate-section textarea,
.auto-section textarea,
.dolly-section textarea,
.iframe-section textarea {
  background: #262b41;
  border: 3px solid #0c1021;
  color: #8da6ce;
  font-size: 14px;
}

.warning,
.note {
  color: #fff;
  background-color: #ca0d0d;
  border-radius: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

.note {
  color: #000;
  background-color: lightgoldenrodyellow;
  line-height: 1.25;
}
.note :first-child {
  margin-top: 0;
}
.note :last-child {
  margin-bottom: 0;
}
/* scroller */
body ::-webkit-scrollbar {
  width: 10px;
}
/* handle */
body ::-webkit-scrollbar-thumb {
  background: #656a81;
}

/* preview */
.preview {
  background: #fff;
  padding: 0 0 50px;
  overflow: auto;
}

/* beta */
.beta {
  display: none;
}
.beta .activity {
  background-color: seagreen;
}
.beta.mockup .activity {
  background-color: lightyellow;
}

/* saved */
#saved-templates {
  overflow: hidden;
}
#saved-templates ul {
  margin: 0;
  padding: 0;
}
#saved-templates li {
  list-style-type: none;
}

#saved-templates td {
  color: white;
}

.saved {
  text-align: left;
}
.saved-section p {
  display: inline-block;
  margin-bottom: 6px;
  color: #999;
}
.saved-section table th {
  margin-top: 10px;
}
.fa-trash-alt {
  font-size: 15px;
  color: #8da6ce;
  transition: all 0.25s ease-in-out 0s;
}
.fa-trash-alt:hover {
  color: #fff;
  transition: all 0.25s ease-in-out 0s;
}
.saved-section a {
  color: #999;
}
.saved-section a:hover {
  color: #8da6ce;
}
#saved-templates-single {
  margin-bottom: 30px;
}
#saved-templates-single a {
  height: 16px;
  display: inline;
}
#savefile {
  display: inline-block;
}

/* global saved */
#global-saved-templates {
  overflow: scroll;
  height: 30vh;
}
#global-saved-templates ul {
  margin: 0;
  padding: 0;
}
#global-saved-templates li {
  list-style-type: none;
}
#global-saved-templates td {
  color: #fff;
}
#otherDataFilter {
  margin: 25px 0 35px;
  background-color: #43485d;
  background-size: 30px;
  border-radius: 30px;
  color: #fff;
}
#otherDataFilter::placeholder {
  color: #fff;
  opacity: 1;
}
#otherDataFilter:-ms-input-placeholder {
  color: #fff;
}
#otherDataFilter::-ms-input-placeholder {
  color: #fff;
}

.global-saved {
  text-align: left;
}
.saved-section p {
  display: inline-block;
  margin-bottom: 6px;
  color: #999;
}
.saved-section table th {
  margin-top: 10px;
}
.global-saved .fa-clone {
  font-size: 15px;
  color: #8da6ce;
  transition: all 0.25s ease-in-out 0s;
}
global-saved .fa-clone:hover {
  color: #fff;
  transition: all 0.25s ease-in-out 0s;
}
.saved-section a {
  color: #999;
}
.saved-section a:hover {
  color: #8da6ce;
}
#global-saved-templates-single {
  margin-bottom: 30px;
}
#global-saved-templates-single a {
  height: 16px;
  display: inline;
}
#savefile {
  display: inline-block;
}

/* updated */
.update-circle {
  width: 20px;
  height: 20px;
  background: #337ab7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: -8px;
  right: 8px;
}

/* editor */
.activities .ql-container {
  height: 200px;
  background: #fff;
}

/* preview pane */
.preview textarea:focus {
  background: none;
}

/* tinymce */
.mce-tinymce {
  margin-bottom: 20px !important;
}

/* acccessiblity */
div[aria-hidden="true"] {
  display: none;
}
.a11y-disclaimer {
  border: 10px solid #c11251;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 15px;
  background: #0c1021;
  color: #fff;
}

.result_alt {
  display: none;
}

/* authentication */
.authentication-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.authentication-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}
.authentication-modal-content a {
  cursor: pointer;
}
.authentication-modal-content label {
  color: black;
}
.authentication-modal-content input {
  border: 1px solid #888;
  border-radius: 5px;
}
.authentication-modal-content .form-error {
  color: red;
  text-align: center;
  border: 1px solid red;
  border-radius: 5px;
  padding: 10px;
  background-color: #ffe6e6;
}
.authentication-modal-content .form-success {
  color: green;
  text-align: center;
  border: 1px solid green;
  border-radius: 5px;
  padding: 10px;
  background-color: #ecffe6;
}

/* Upload modal */
.upload-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 105; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.upload-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.upload-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.upload-modal-close:hover,
.upload-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.upload-modal-content .form-error {
  color: red;
  border: 1px solid red;
  border-radius: 5px;
  padding: 10px;
  background-color: #ffe6e6;
}
.upload-modal-content .form-success {
  color: green;
  border: 1px solid green;
  border-radius: 5px;
  padding: 10px;
  background-color: #ecffe6;
}

/* oldData backup */
.old-data-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 101; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.old-data-modal-content {
  background-color: #262b41;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.old-data-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.old-data-modal-close:hover,
.old-data-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.old-data-modal-content input {
  border: 1px solid #888;
  border-radius: 5px;
}
.old-data-modal-content p,
.old-data-modal-content li,
.old-data-modal-content h2,
.old-data-modal-content input {
  color: #fff;
}
.old-data-modal-content .form-error {
  color: red;
  text-align: center;
  border: 1px solid red;
  border-radius: 5px;
  padding: 10px;
  background-color: #ffe6e6;
}
.old-data-modal-content .form-success {
  color: green;
  text-align: center;
  border: 1px solid green;
  border-radius: 5px;
  padding: 10px;
  background-color: #ecffe6;
}

/* result iframe */
.result_iframe {
  width: 100%;
  max-width: 1200px;
  max-height: 1000px;
  display: none;
  overflow: hidden;
  border: none;
}

.result_iframe {
  width: 100%;
  max-width: 1200px;
  max-height: 1000px;
  display: none;
  overflow: hidden;
  border: none;
}

/* dolly form */
.partner_div {
  background-color: white;
  padding: 15px;
}
.partner_div.disable {
  background-color: #f1f1f1;
  color: #999;
}
.setting-option {
  padding: 15px;
  margin-bottom: 10px;
}

.dolly-error,
.gizmo-error {
  margin: 2px 0 5px;
  color: rgb(255, 175, 46);
  display: none;
}

input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  cursor: pointer;
}

.p-15 {
  padding: 15px;
}

.mt-25 {
  margin-top: 25px;
}

#heading_level_toggle_button {
  position: absolute;
  right: 20px;
  background: none;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border: 2px solid #c11251;
  margin-left: 4px;
  padding: 3px 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out 0s;
}

#heading_level_toggle_button:hover,
#heading_level_toggle_button.active {
  background: #c11251;
}

.modal-wrap {
  min-height: 400px;
  min-width: 400px;
  max-width: calc(80vw + 60px);
  padding-right: 60px;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  background: #fff;
  padding: 30px;
  z-index: 5;
}

.confirm-2 .confirm-3 {
  display: none;
}

.confirm-3 .confirm-2 {
  display: none;
}

.modal-hidden {
  left: -1000% !important;
}

#instructions-confirmation,
#omit-confirmation {
  min-height: 0;
  max-width: 640px;
  display: none;
  position: fixed;
}

#instructions-confirmation .modal-buttons,
#omit-confirmation .modal-buttons {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

#instructions-confirmation .modal-buttons button,
#omit-confirmation .modal-buttons button {
  padding: 5px 15px;
  flex: 1;
}

#instructions-confirmation .modal-buttons #instructions-keep {
  flex: 1 0 auto;
}

.advanced-details {
  margin-top: 10px;
}

.advanced-section {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin-top: 10px;
}

.advanced-accordion {
  color: white;
}

.advanced-accordion span {
  background: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #c11251;
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 10px;
}
