/* MENU BANNER */
.swpanel-header-menu {
  height: 60px;
  margin-left: -20px;
  width: calc(100% + 20px);
  background-color: white;
  overflow: hidden;
  border-bottom: 1px solid #D6E1F0;
}

.swpanel-header-menu img {
  height: 100%;
  width: 300px;
  max-height: 100%;
}

/* FULL SCREEN MENU */
.swpanel-full-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0f0f1;
  z-index: 99999;
  overflow: auto;
  text-align: center;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  color: #002646;
  align-items: center;
}

/* FULL PAGE BANNER */
.swpanel-header-full {
  display: flex;
  min-height: 60px;
  width: 100%;
  background-color: white;
  text-align: center;
  border-bottom: 1px solid #D6E1F0;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  z-index: 99999;
  top: 0;
}

.image_full{
  display:block;
}
.image_mobile{
  display:none;
  margin: 3% !important;
  width: 10% !important;
}
@media (max-width: 640px) {
  .image_full{
    display:none;
  }
  .image_mobile{
    display:block;
  }
}

.swpanel-header-full img {
  height: 100%;
  width: auto;
  max-height: 100%;
}
.swpanel-header-full h1 {
  margin: 0 auto;
  text-align: center;
  flex-grow: 1;
  font-size: 26px;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;  
  padding: 10px;
  line-height: 1;
}
#right-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 3%;
  gap: 20px;
}
#right-header img {
  height: 50%;
}
#steps {
  height: 100%;
  width: auto;
  max-height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), #BEC5CC calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
}
@media (max-width: 640px) {
  #steps {
    flex-direction: column;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) calc(50% - 1px), #BEC5CC calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
    margin: 10px 0;
  }
}
#steps div{
  height: 50%;
  border-radius: 50%;
  border: 1px solid #BEC5CC;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background-color: white;
}
#exit {
  height: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background-color: red;
}
#exit img {
  height: 75%;
}
#steps div img{
  height: 50%;
}
#current {
  border: 1px solid #03A9F5 !important;
  background-color: #03A9F5 !important;
}
#completed {
  border: 1px solid #66CCB1 !important;
  background-color: #66CCB1 !important;
}

/* GENERAL BUTTONS */
.blue-button {
  padding: 0.625rem 1.25rem;
  line-height: 1.25rem;
  color: white;
  background-color: #03A9F5;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
    border-radius: 9999px;
  justify-content: center;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  width: 350px;
  text-align: center;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.blue-button:disabled,
.blue-button:hover:disabled,
.blue-button:disabled:hover {
  cursor: default;
  background-color: transparent;
  border: none;
  color: transparent;
}

.blue-button:hover {
  cursor: pointer;
	color: white;
  font-weight: bold;
  background-color: #02569C;
}

.white-button {
  padding: 0.625rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1288FF;
  background-color: #fff;
  border-color: #1288FF;
  text-decoration: none;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  width: 350px;
    border-radius: 9999px;
  display: block;
  text-align: center;
}

.white-button:hover {
  cursor: pointer;
  background-color: #1288FF;
  color: white;
  font-weight: bold;
}

.green-button {
  background-color: #66CCB1;
  color: white;
  padding: 0.625rem 1.25rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25rem;
  text-decoration: none;
    border-radius: 9999px;
  border: none;
  width: 350px;
  text-align: center;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.green-button:disabled,
.green-button:hover:disabled,
.green-button:disabled:hover {
  cursor: default;
  background-color: transparent;
  border: none;
  color: transparent;
}

.green-button:hover {
  cursor: pointer;
	color: white;
  font-weight: bold;
  background-color: #55AA93;
}

@media (max-width: 1024px) {
  .blue-button {
    width: 250px;
  }
  .green-button {
    width: 250px;
  }
  .white-button {
    width: 250px;
  }
}
@media (max-width: 640px) {
  .blue-button {
    width: 150px;
  }
  .green-button {
    width: 150px;
  }
  .white-button {
    width: 150px;
  }
}

/* LOADING */
#loading {
  display: none;
  justify-content: center;
  gap: 20px;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  width: 1000px;
  box-sizing: border-box;
  margin-top: 120px;
  background-color: white;
  border: 1px solid #D6E1F0;
  border-radius: 4px;
  flex-direction: row;
  margin: auto;
  margin-top: 40px;
  height: 550px;
  font-size: 14px;
}
#loading object{
  width: 450px;
}

#loading-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#loading-top img {
  margin-top: 0px !important;
  width: 24px !important;
  height: 24px;
}

/* FORM BUTTONS */
.form-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 10%;
  box-sizing: border-box;
  background-color: #ffffffB3;;
  border-top: 1px solid #D6E1F0;
  z-index: 99999;
  backdrop-filter: blur(6px);
}

.form-buttons > .left,
.form-buttons > .right,
.form-buttons > .center {
  text-align: center;
}

.form-buttons > .left {
  text-align: left;
}

.form-buttons > .right {
  text-align: right;
}
.form-buttons img {
  width: 10%;
}

/* ADMIN MENU */
.blue-button-icon {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10%;
  line-height: 1.25rem;
  color: black;
  text-decoration: none;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  font-weight: 400;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.blue-button-icon:hover {
  cursor: pointer;
  background-color: color-mix(in srgb, #E1F5FE 30%, #FFFFFF);
  border: 1px solid #03A9F5;
  box-shadow: 0px 1px 10px 0px color-mix(in srgb, #E1F5FE 30%, #FFFFFF);
}

.blue-button-icon img {
  height: 1.25em;
  width: auto;
  vertical-align: middle;
}

.blue-button-icon img.loader-img {
  width: 10%;
}


.admin-menu-form {
  padding: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}

.admin-menu-form .error-message{
  display: flex !important;
  position: absolute;
  left: 10%;
  bottom: -50%;
}

.admin-menu-options {
  display: flex;
  gap: 30px;
  width: 30%;
  flex-direction: column;
  align-items: stretch;
  min-width: 350px;
}

/* TOKEN PAGE */
.token-form {
  max-width: 80%;
  margin: 40px auto;
}

.token-block {
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
}

.token-form label {
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 18px;
  color: #1F1E1C;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 20px;
}

.token-form input[type="text"] {
  width: 100%;
  padding: 4px 6px;
  font-size: 15px;
  border: 1px solid #D6E1F0;
  border-radius: 4px;
  margin-top: 10px;
}

.token-form input[type="text"]::placeholder {
  opacity: 0.5;
}

.token-buttons {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;      
}

.token-buttons img{
  width: 10%;      
}

/* MISSING CONF */
.missing-conf .blue-button {
  margin: 10px;
}

.missing-conf {
  margin-top: 30px;
}

.missing-conf p {
  color: #002646;
  font-weight: 600;
  font-size: 0.875rem;
}

/* CONCEPT PAGE */
#concept-form { 
  width: 80%;
  /* display: none; */
  margin: auto;
  margin-top: 40px;
  margin-bottom: 140px;
}

#concept-block {
  background-color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  gap: 20px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 0px;
  margin-bottom: 20px;
}

#concept-form p {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 18px;
  color: #1F1E1C;
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  text-decoration-line: underline;
  text-decoration-color: #0278BE;
  text-underline-offset: 6px;
  font-weight: bold;
  font-size: 22px;
}

#concept-form form {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#concept-form input[type="text"],
#concept-form textarea {
  width: 100%;
  padding: 4px 6px;
  font-size: 15px;
  border: 1px solid #D6E1F0;
  border-radius: 4px;
}
textarea#site_description {
  height: 200px;
  resize: none;
}

#concept-form .description {
  margin-bottom: 0.3rem;
  color: #1F1E1C;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}

#concept-form .tone-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}

#concept-form label {
  align-self: flex-start;
  margin-bottom: 0.3rem;
  color: #1F1E1C;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

#concept-form .form-field {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 20px;
  border: 1px solid #D6E1F0;
  border-radius: 4px;
}

#concept-form .tone-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#concept-form input[type="radio"] {
  margin: 0 !important;
  flex-shrink: 0;
}

#concept-form .tone-row span {
  font-weight: 400;
  color: black;
}
.tone-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px
}
.tone-description {
  font-size: 13px;
  font-weight: 300 !important;
}

.theme-form {
  margin-top: 80px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.theme-form p {
  background-color: #fff;
  padding: 30px !important;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  margin: 40px auto;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  gap: 20px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  border: none !important;
  margin-bottom: 50px !important;
}

.theme-form img {
  width: 10%;
}

/* STRUCTURE PAGE */
#structure-form {
  width: 80%;
  display: none;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 140px;
}
#structure-block {
  background-color: #fff;
  padding: 30px;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

#structure-block p {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
  color: #1F1E1C;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}

#structure-form form {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#structure-form .structure-options {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

#structure-form .structure-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #D6E1F0;
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  background-color: white;
  box-sizing: border-box;
  width: 30%;
  min-width: 370px;
}

@media (max-width: 1024px) {
  #structure-form .structure-options {
    gap: 20px;
    flex-direction: column;
  }
  #structure-form .structure-card {
    width: 100%;
  }
}

#structure-form .structure-card:hover {
  border: 1px solid #1288FF;
  background-color: #eaf4ff;
}

#structure-form .structure-card.selected {
  border: 2px solid #0278BE;
  position: relative;
}

#structure-form .structure-card.selected::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  font-size: 12px;
  top: 0;
  right: 0;
  color: #FAFCFD;
  position: absolute;
  width: 34px;
  height: 34px;
  line-height: 20px;
  padding-right: 4px;
  text-align: right;
  background: linear-gradient(to top right, transparent 50%, #0278BE 0) top right / 34px 34px no-repeat, transparent;
}

#structure-form .structure-card img {
  width: 128px;
  margin-bottom: 10px;
}

#structure-form .structure-card span {
  font-size: 14px;
  color: #002646;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
}

#structure-form .structure-card span.title {
  font-size: 20px;
  font-weight: 600;
  color: #002646;
  margin-bottom: 20px;
}

#structure-form .structure-card input[type="radio"] {
  display: none;
}

/* STYLE PAGE */

#style-form {
  width: 80%;
  display: none;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 140px;
}

#style-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  #style-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  #style-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #style-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

#style-block {
  background-color: #fff;
  padding: 30px;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

#style-block p {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
  color: #1F1E1C;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}

#style-form form {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#style-block .style-card {
  display: inline-block;
  padding: 20px;
  border: 1px solid #D6E1F0;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  background-color: white;
}

#style-block .style-card:hover {
  border: 1px solid #1288FF;
  background-color: #eaf4ff;
}

#style-block .style-card.selected {
  
  border: 2px solid #0278BE;
  position: relative;
}

#style-block .style-card.selected::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  font-size: 12px;
  top: 0;
  right: 0;
  color: #FAFCFD;
  position: absolute;
  width: 34px;
  height: 34px;
  line-height: 20px;
  padding-right: 4px;
  text-align: right;
  background: linear-gradient(to top right, transparent 50%, #0278BE 0) top right / 34px 34px no-repeat, transparent;
}

#style-block label input[type="radio"] {
  display: none;
}

#style-block .style-card div {
  font-weight: 400;
  margin-top: 20px;
}
#style-block .style-card img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}


/* TEMPLATE PAGE */
#template-form {
  width: 80%;
  display: none;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 140px;
}

#template-block {
  display: flex;
  background-color: #fff;
  padding: 20px 30px;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 1200px) {
  #template-block {
    flex-direction: column;
  }
  #iframe-grid-flex {
    width: 100% !important;
  }
  #iframe-preview-container {
    width: 100% !important;
    height: 700px;
  }
}

@media (max-width: 768px) {
  #iframe-grid .iframe-card {
      flex: 0 0 calc(48% - 10px);
  }
}

#template-block p{
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
  color: #1F1E1C;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}

#iframe-grid-flex {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
}

#iframe-grid {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
}

.loading-iframe-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.loading-iframe {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-iframe img{
  width: 50%;
}

#iframe-grid .iframe-card {
  flex: 0 0 calc(31% - 10px);
  cursor: pointer;
  border: 1px solid #D6E1F0;
  padding: 1%;
  border-radius: 4px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  height: 150px;
}

#iframe-grid .iframe-card:hover {
  border: 1px solid #1288FF;
  background-color: #eaf4ff;
}

#iframe-grid .iframe-card.selected {
  border: 2px solid #0278BE;
  position: relative;
}

#iframe-grid .iframe-card.selected::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  font-size: 12px;
  top: 0;
  right: 0;
  color: #FAFCFD;
  position: absolute;
  width: 34px;
  height: 34px;
  line-height: 20px;
  padding-right: 4px;
  text-align: right;
  z-index: 9999999;
  background: linear-gradient(to top right, transparent 50%, #0278BE 0) top right / 34px 34px no-repeat, transparent;
}

#iframe-grid .iframe-card input[type="radio"] {
  display: none;
}

#iframe-grid .iframe-card iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
  zoom: 0.12;
}

#iframe-preview-container {
  width: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #D6E1F0;
  border-radius: 4px;
  box-sizing: border-box;
}

#iframe-preview-container h1 {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 18px;
  color: #1F1E1C;
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  text-decoration-line: underline;
  text-decoration-color: #0278BE;
  text-underline-offset: 6px;
  font-weight: bold;
  font-size: 22px;
}

#iframe-preview-container p {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
  color: #1F1E1C;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}

#iframe-preview-container iframe {
  width: 100%;
  height: 100%;
  zoom: 0.465;
  flex: 1;
}

/* CREATING PAGE */
#loading-div {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  width: 1000px;
  box-sizing: border-box;
  margin-top: 120px;
  background-color: white;
  border: 1px solid #D6E1F0;
  border-radius: 4px;
  flex-direction: row;
  margin: auto;
  margin-top: 40px;
  height: 550px;
  font-size: 14px;
}

#chart-block{
  display: flex;
  width: 50%;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
}

#chart-container{
  display: flex;
  width: 100%;
  height: 70%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

#progress-bar {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  padding-right: 10px;
  flex-direction: column;
  position: relative;
  width: 50%;
  justify-content: center;
}

#progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  width: 2px;
  background: #039AE3;
  z-index: 0;
}
.progress-step {
  display: flex;
  gap: 12px;
  align-items: center;
}
.circle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #039AE3;
  background: white;
  color: #039AE3;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.circle.completed{
  background: #039AE3;
  color: white;
}
.fa-spinner{
	font-size: 10px;
}
#loading-div .label {
  width: 90%;
  text-align: left;
}
#loading .label {
  width: 90%;
  text-align: left;
}

/* LOAD ERROR */
#load-error {
  display: none;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  width: 80%;
  margin: 40px auto;
  margin-top: 40px;
  border: 1px solid #D6E1F0;
  border-left: 3px solid #F14950;
  background-color: white;
  gap: 10px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
  color: #002646;
}


#load-error .blue-button,
#load-error .white-button {
  margin: 10px;
}

.info-message{
  border: 1px solid #D6E1F0;
  border-left: 3px solid #039AE3;
  background-color: white;
  display: none;
  gap: 10px;
  width: 80%;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
  color: #002646;
}
.alert-message{
  border: 1px solid #D6E1F0;
  border-left: 3px solid #FCEE21;
  background-color: white;
  display: flex;
  gap: 10px;
  width: 80%;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
  color: #002646;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  margin: 80px auto;
  margin-top: 100px;
}
.error-message{
  border: 1px solid #D6E1F0;
  border-left: 3px solid #F14950;
  background-color: white;
  display: none;
  gap: 10px;
  width: 80%;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
  color: #002646;
}
.icon-message img{
  padding: 10px;
  width: 24px;
  height: 24px;
}
.content-message {
  padding: 10px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.content-message h1 {
  font-size: 17px;
  color: black;
  font-weight: 1000;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  margin-top: 3px;
}
.content-message p {
  margin: 0;
  font-size: 14px !important;
  color: black !important;
  font-weight: 400 !important;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif !important;
  border: none !important;
  text-align: left;
}

.admin-menu-options .info-message{
  display: flex !important;
  width: 100% !important;
}
#iframe-preview-container .info-message{
  display: flex;
  width: 99%;
  margin-top: 1%;
}

.admin-menu-options .info-message{
  display: flex !important;
}