body {
  background-color: rgba(178, 201, 230, 1);
  background-image: url(/assets/thinkscape-background-gradient-5-8a7655d19b1327b7579980b126f7f43053c52354a3635222401ce9e3eda3ca33.svg);
  background-size: cover;
  background-fixed: true;
  color: rgba(75, 75, 75, 1);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

hr {
  border: 0.5px solid #ccc;
  clear: both;
}

a {
  color: rgba(93, 74, 208, 1);
  text-decoration: none;
}

a:hover {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

input[type=text],
select,
textarea {
  font-size: 15px;
}

input[type=text].disabled,
input[type=text].disabled:hover,
input[type=text].readonly,
input[type=text].readonly:hover,
select.disabled,  
select.disabled:hover,
select.readonly,
select.readonly:hover,
textarea.disabled,
textarea.disabled:hover,
textarea.readonly,
textarea.readonly:hover {
  background-color: rgba(204, 204, 204, 1);
  color: rgba(119, 119, 119, 1);
  cursor: not-allowed;
}

body.external p {
  margin: 19px 0 10px;
}

body.external .logo {
  height: auto;
  width: 390px;
  margin: 4px 0 46px
}

body.internal .logo-link {
  margin-bottom: -4px;
}

body.internal .logo {
  height: auto;
  width: 215px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-clear {
  clear: both;
}

.copy {
  color: rgba(119, 119, 119, 1);
  font-size: 0.8em;
}
.grid {
  display: grid;
  height: calc(100vh - 16px);
  margin: 8px;
}

.grid-cell {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 9px;
  overflow: auto;
  padding: 11px;
}

body.external .grid {
  grid-template-columns: auto 540px auto;
  grid-template-rows: auto 640px auto;
}

body.external .grid-cell {
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  border-width: 2px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
}

body.external #grid-main-view {
  grid-area: 2 / 2 / 3 / 3;
  text-align: center;
}

body.external #grid-copyright {
  align-items: center;
  display: flex;
  grid-area: 3 / 1 / 4 / 4;
  justify-content: center;
  text-align: center;
}

body.internal .grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 239px auto 104px;
  grid-template-rows: 64px auto 64px;
}

body.internal #grid-logo {
  align-items: center;
  display: flex;
  grid-area: 1 / 1 / 2 / 2;
  justify-content: left;
  overflow: hidden;
}

body.internal #grid-logo::-webkit-scrollbar {
  display: none;
}

body.internal #grid-header {
  align-items: center;
  display: flex;
  grid-area: 1 / 2 / 2 / 3;
  justify-content: left;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 5.5px
}

body.internal #grid-header::-webkit-scrollbar {
  display: none;
}

body.internal #grid-header-title {
  margin: 0;
  overflow: hidden;
  padding: 0 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.internal #grid-navigation {
  align-items: center;
  display: flex;
  grid-area: 1 / 3 / 2 / 4;
  justify-content: right;
  overflow: hidden;
}

body.internal #grid-navigation::-webkit-scrollbar {
  display: none;
}

body.internal #grid-navigation-sub {
  display: flex;
  flex-direction: column;
  gap: 11px;
  /*grid-area: 3 / 1 / 3 / 4;*/
  grid-area: 2 / 1 / 4 / 2;
  overflow-x: hidden;
  overflow-y: scroll;
}

body.internal #grid-navigation-sub::-webkit-scrollbar {
  display: none;
}

body.internal #grid-navigation-sub .button,
body.internal #grid-navigation-sub form.button_to,
body.internal #grid-navigation-sub button.red,
body.internal #grid-navigation-sub nav.pagination {
  display: inline;
}

body.internal #grid-main-view {
  /*grid-area: 2 / 1 / 3 / 4;*/
  grid-area: 2 / 2 / 4 / 4;
  text-align: center;
}

body.internal #grid-main-view-header {
  margin: 5px 0 15px;
}

body.internal #grid-main-view-footer {
  margin-top: 11px;
}

body.internal #grid-main-view-header:empty,
body.internal #grid-main-view-footer:empty {
  display: none;
}


body.internal.account #grid-header.account-name {
  border: none;
  padding: 0;
  text-align: center;
}
body.external input {
  border: 1.5px solid rgba(75, 75, 75, 1) !important;
  border-radius: 36px !important;
  box-shadow: none !important;
  font-size: 14px;
  margin: 5px auto !important;
  padding: 5px 10px !important;
  width: calc(100% - 25px) !important;
}
.account-name a {
  display: inline-block;
}

.button,
button,
input[type=submit] {
  background-color: rgba(93, 74, 208, 1);
  border: 0;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  padding: 5px 10px 5px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}

a.button {
  padding: 6px 10px;
}

.table a.button {
  padding: 6px 10px;
}

button[type=submit] {
  padding: 5px 10px 6px;
}

button[title='Copy Password Reset Link'] {
  padding: 5px 10px 6px;
}

.table button[type=submit],
.table button[title='Copy Email and Invite Link'],
.table button[title='Copy Replay Link'],
.table button[title='Copy CDN Page URL'] {
  padding: 5px 10px 7px;
}

.button:hover,
button:hover,
input[type=submit]:hover {
  background-color: rgba(47, 37, 104, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

.button.teal,
button.teal,
input[type=submit].teal {
  background-color: rgba(45, 157, 157, 1);
}

.button.teal:hover,
button.teal:hover,
input[type=submit].teal:hover {
  background-color: rgba(35, 122, 122, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

.button.red,
button.red,
input[type=submit].red {
  background-color: rgba(208, 74, 93, 1);
}

.button.red:hover,
button.red:hover,
input[type=submit].red:hover {
  background-color: rgba(104, 37, 47, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

.button.disabled,
button.disabled,
.button[disabled],
button[disabled],
input[type=submit][disabled] {
  background-color: rgba(128, 128, 128, 0.5);
}

.button.disabled:hover,
button.disabled:hover,
.button[disabled]:hover,
button[disabled]:hover,
input[type=submit][disabled]:hover {
  background-color: rgba(128, 128, 128, 0.5);
  color: rgba(255, 255, 255, 1);
  text-shadow: none;
}

.button.hidden,
button.hidden,
input[type=submit].hidden {
  display: none;
}

.button_to {
  display: inline;
}

.app-button {
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-flex;
  margin: 10px;
  min-width: 148px;
  padding: 4px 9px;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
}

.app-button:hover {
  text-shadow: none;
}

.app-button.active {
  box-shadow: 0 0 4px 0 rgba(233, 101, 75, 1), 0 4px 16px 1px rgba(0, 0, 0, 0.1);
  color: rgba(233, 101, 75, 1);
}

.app-button.small {
  margin: 4px 0 0;
  min-width: 76px;
  padding: 0 4px;
}

.app-button .app-button-label {
  display: inline-block;
  flex: 1;
  margin-left: 5px;
}

.app-button.small .app-button-label {
  margin-right: 10px;
  vertical-align: 4px;
}

.app-button-icon {
  display: inline-block;
  height: auto;
  max-width: 60px;
  min-width: 30px;
  width: 2.5em;
}

.app-button.small .app-button-icon {
  max-width: 30px;
  width: 30px;
}

.pagination {
  margin: 10px 0;
}

body.external button {
  border-radius: 36px;
  margin: 5px auto;
  padding: 10px;
  width: calc(100% - 25px);
}

.large-link-button {
  background-color: rgba(93, 74, 208, 1);
  border-radius: 36px;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0 0 7px;
  overflow: hidden;
  padding: 2px 11px 0;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 22px);
}

.large-link-button:hover {
  background-color: rgba(47, 37, 104, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

.large-link-button > i[class^="fa-"] {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  color: rgba(93, 74, 208, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

.large-link-button:hover > i[class^="fa-"] {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}
i.fa-solid.count {
  background-color: rgba(0, 0, 0, 1);
  border-radius: 3px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  padding: 4px 7px;
  vertical-align: 2px;
}

i.fa-solid.pagination:empty {
  display: none;
}
.navigation {
  font-size: 24px;
  text-align: center;
}

.navigation td {
  width: 35px;
}

.navigation td.divider {
  width: 0.5px;
}

.navigation td.divider .line {
  background-color: rgba(204, 204, 204, 1);
  display: inline-block;
  height: 100%;
  width: 0.5px;
}

.navigation button {
  background-color: rgba(208, 74, 93, 1);
  border-radius: 10px;
  font-size: 24px;
  margin-top: 0;
  padding: 2px 5px 2px;
}

.navigation button:hover {
  background-color: rgba(104, 37, 47, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button {
  background-color: transparent;
  border: none;
  border-radius: 18px;
  color: rgba(93, 74, 208, 1);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  min-height: 30px;
  padding: 3px;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}

#grid-navigation-sub .button.active {
  background-color: rgba(233, 101, 75, 0.25);
}

#grid-navigation-sub .button:hover {
  background-color: rgba(93, 74, 208, 0.15);
  border: none;
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button > i[class^="fa-"] {
  background-color: rgba(93, 74, 208, 1);
  border-radius: 36px;
  color: rgba(255, 255, 255, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

#grid-navigation-sub .button:hover > i[class^="fa-"] {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button.account-name {
  background-color: rgba(93, 74, 208, 1);
  color: rgba(255, 255, 255, 1);
  position: relative;
  padding-right: 33px;
}

#grid-navigation-sub .button.account-name:hover {
  background-color: rgba(47, 37, 104, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button.account-name::after {
  display: none;
  content: "\f0d7"; /* fa-solid caret-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

#grid-navigation-sub .button.account-name > i[class^="fa-"] {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  color: rgba(93, 74, 208, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

#grid-navigation-sub .button.account-name:hover > i[class^="fa-"] {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button.sublevel1 > i[class^="fa-"] {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  color: rgba(93, 74, 208, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

#grid-navigation-sub .button.sublevel2 > i[class^="fa-"] {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  color: rgba(93, 74, 208, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

#grid-navigation-sub .button.sublevel1:hover > i[class^="fa-"] {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button.sublevel2:hover > i[class^="fa-"] {
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button.nav-sub-about {
  background-color: transparent;
  position: relative;
  padding-right: 33px;
}

#grid-navigation-sub .button.nav-sub-about:hover {
  background-color: transparent;
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
}

#grid-navigation-sub .button.nav-sub-about > i[class^="fa-"] {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  color: rgba(93, 74, 208, 1);
  box-shadow: inset 0 0 0 1.5px rgba(93, 74, 208, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

#grid-navigation-sub hr.divider {
  margin: 0;
  width: calc(100% - 2px);
}
.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  min-width: 0;
}

.breadcrumbs-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: 0;
}

.breadcrumb-item-label {
  display: inline-block;
  transition: max-width 10000ms ease;
  will-change: max-width;
}

.breadcrumbs-item .breadcrumb-item-label i.fa-solid {
  width: 25px;
  text-align: center;
}

.breadcrumbs-item:first-child .breadcrumb-item-label {
  max-width: 27px;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.breadcrumbs-item:first-child:hover .breadcrumb-item-label {
  max-width: 9999px;
  text-overflow: ellipsis;
}

.breadcrumbs-item:not(:first-child):not(:last-child) .breadcrumb-item-label {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs-item:not(:first-child):not(:last-child):hover .breadcrumb-item-label {
  max-width: 9999px;
}

.breadcrumbs-item.truncate .breadcrumb-item-label {
  max-width: 27px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.breadcrumbs-item.no-truncate .breadcrumb-item-label {
  max-width: none !important;
  overflow: visible !important;
  text-overflow: initial !important;
  white-space: normal !important;
}

.breadcrumbs-item.truncate:hover .breadcrumb-item-label {
  max-width: 9999px !important;
  text-overflow: ellipsis !important;
}

.breadcrumb-item-separator {
  display: inline-block;
  margin-left: 7px;
}
.table {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-collapse: collapse;
  border-radius: 7px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden;
}

.table > thead > tr,
.table > tbody > tr > th,
.table > tfoot > tr {
  background-color: rgba(221, 221, 255, 0.5);
}

.table > tbody > tr:nth-child(even) {
  background-color: rgba(205, 205, 205, 0.5);
}

.table > tbody > tr.highlighted:nth-child(even) {
  background-color: rgba(205, 205, 235, 0.5);
}

.table > tbody > tr:nth-child(odd) {
  background-color: rgba(225, 225, 225, 0.5);
}

.table > tbody > tr.highlighted:nth-child(odd) {
  background-color: rgba(225, 225, 255, 0.5);
}

.table > tbody > tr:hover,
.table > tbody > tr.highlighted:hover {
  background-color: rgba(235, 255, 235, 0.5);
}

.table > tbody > tr.green {
  background-color: rgba(221, 255, 221, 0.5);
}

.table > tbody > tr.yellow {
  background-color: rgba(255, 255, 207, 0.5);
}

.table > tbody > tr.red {
  background-color: rgba(255, 221, 221, 0.5);
}

.table > tbody > tr.green:hover {
  background-color: rgba(235, 255, 235, 0.5);
}

.table > tbody > tr.yellow:hover {
  background-color: rgba(255, 255, 245, 0.5);
}

.table > tbody > tr.red:hover {
  background-color: rgba(255, 235, 235, 0.5);
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-collapse: collapse;
  padding: 5px;
  height: 29px;
}

.table > thead > tr > th:has(.table-controls),
.table > tbody > tr > th:has(.table-controls) {
  line-height: 25px;
}

.table > thead > tr > th,
.table > tfoot > tr > td {
  font-weight: bold;
}

.table th.left,
.table td.left {
  text-align: left;
}

.table th.center,
.table td.center {
  text-align: center;
}

.table th.right,
.table td.right {
  text-align: right;
}

.table th.nowrap,
.table td.nowrap {
  white-space: nowrap;
}

.table td[onclick$=".click();"] {
  cursor: pointer;
}

.table td .button {
  display: block;
  text-align: center;
}

.table td .button_to {
  display: inline-block;
}

.table td .button.inline {
  display: inline-block;
}

.table.vertical > tbody > tr > th {
  text-align: right;
  text-transform: capitalize;
}

.table.vertical > tbody > tr > td {
  text-align: left;
}

.table.vertical > tbody > tr > th > .field_with_errors,
.table.vertical > tbody > tr > td > .field_with_errors {
  background-color: rgba(255, 0, 0, 1);
  border-radius: 3px;
  color: rgba(255, 255, 255, 1);
  padding: 0 2px;
}

.table.vertical > tbody > tr > td input,
.table.vertical > tbody > tr > td select,
.table.vertical > tbody > tr > td textarea {
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16);
  min-width: 200px;
  padding: 4px;
  width: calc(100% - 8px);
}

/* Ensure checkbox and radio inputs remain inline-sized instead of expanding to full width */
.table.vertical > tbody > tr > td input[type=checkbox],
.table.vertical > tbody > tr > td input[type=radio] {
  min-width: 0;
  width: auto;
}

.table.vertical > tbody > tr > td textarea {
  height: 100px;
}

.table.vertical th.center,
.table.vertical td.center {
  text-align: center;
}

.table.vertical.external-height-fix {
  margin-top: -2px;
}

.table.session-notes {
  width: 240px;
}

.table.session-notes td {
  height: 69px;
  vertical-align: middle;
}

.table.session-notes .session-notes-container,
.table.session-demographics .session-demographics-container,
.table.session-settings .session-settings-container {
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  height: 67px;
  overflow-y: auto;
  padding: 1px 3px;
  width: 222px;
}

.table .session-question-answer-options {
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  max-height: 400px;
  overflow-y: auto;
  padding: 1px 3px;
  width: calc(100% - 6px);
}

.table .question-settings-blob,
.table .cdn-page-html {
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  height: 67px;
  overflow-y: auto;
  padding: 1px 3px;
  width: 222px;
}

.table .table.question-reports {
  width: 100%;
}

.table .table.question-reports th {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
}

.table .table.question-reports td {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
}

.table .table.question-reports .button {
  opacity: 0.8;
}

.table .table.question-reports > thead > tr,
.table .table.question-reports > tbody > tr > th,
.table .table.question-reports > tfoot > tr {
  background-color: rgba(221, 221, 255, 0.1);
}

body.external .table {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

body.external .table > thead > tr,
body.external .table > tbody > tr:hover,
body.external .table > tbody > tr:nth-child(odd),
body.external .table > tbody > tr:nth-child(even),
body.external .table > tbody > tr > th,
body.external .table > tfoot > tr {
  background-color: transparent;
}

body.external .table > thead > tr > th,
body.external .table > tbody > tr > th,
body.external .table > tbody > tr > td,
body.external .table > tfoot > tr > td {
  border: none;
  padding: 0 5px;
}

body.external .table > tbody > tr > td > .button,
body.external .table > tbody > tr > td > input[type=submit] {
  margin-top: 5px;
  width: 100%;
}

.table-controls .table-control {
  display: inline-block;
}

.table-controls .button {
  font-weight: normal;
}

.invisible-layout-center {
  margin: 0 auto;
}

.invisible-layout-center > tbody > tr > td {
  vertical-align: top;
}

.invisible-layout-center .spacing-gap {
  width: 20px;
}
.rotating-icon {
  -webkit-animation: rotate360 16s linear infinite;
          animation: rotate360 16s linear infinite;
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotating-icon-reverse {
  -webkit-animation: rotate360reverse 16s linear infinite;
          animation: rotate360reverse 16s linear infinite;
}

@-webkit-keyframes rotate360reverse {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes rotate360reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.notification {
	animation-name: notification-slide-in, notification-slide-out;
  animation-delay: 0.0s, 5.0s;
	animation-duration: 1.0s, 1.0s;
	animation-fill-mode: forwards, forwards;
  animation-timing-function: ease-out, ease-in;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: rgba(184, 244, 212, 0.75);
  border: 2px solid rgba(0, 191, 0, 0.75);
  border-radius: 9px;
  box-shadow: 0 8px 16px 8px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  margin: 8px;
  padding: 21px;
  position: absolute;
  top: -200px;
  text-align: center;
  width: calc(100% - 60px)
}

.notification.alert {
  background: rgba(255, 127, 127, 0.75);
  border-color: rgba(191, 0, 0, 0.75);
}
 
@keyframes notification-slide-in {
	0% { top: -200px; }
	100% { top: 0px; }
}

@keyframes notification-slide-out {
	0% { top: 0px; }
	100% { top: -200px; }
}

.notification-banner {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: rgba(164, 255, 249, 1);
  border: 2px solid rgba(45, 157, 157, 1);
  border-radius: 9px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  margin: 14px 7px 0px;
  padding: 7px 21px;
  text-align: center;
}

.notification-banner.alert {
  background: rgba(255, 127, 127, 0.75);
  border-color: rgba(191, 0, 0, 0.75);
}
.modal {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
  z-index: 10000;
}

.modal.visible {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  max-width: 400px;
  width: 90%;

  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(93, 74, 208, 0.3);
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.modal-content h2 {
  font-weight: normal;
}

.modal.visible .modal-content {
  animation: zoomIn 0.25s ease forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(1.32);
  }
  to {
    transform: scale(1);
  }
}

.modal-content button {
  margin: 10px;
  padding: 5px 15px;
}

#about-modal .modal-content {
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(93, 74, 208, 0.3);
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  color: rgba(93, 74, 208, 1);
  max-width: 600px;
  padding: 30px;
}

#about-modal .modal-content h2 {
  color: rgba(93, 74, 208, 1);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

#about-modal .modal-content .modal-body {
  margin-bottom: 25px;
}

#about-modal .modal-content p {
  color: rgba(93, 74, 208, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
  text-align: justify;
}

#about-modal .modal-content p:last-of-type {
  margin-bottom: 0;
}

#about-modal .modal-content .website-link {
  text-align: center !important;
  font-weight: 500;
  margin-top: 20px !important;
  margin-bottom: 15px !important;
}

#about-modal .modal-content .small-print {
  font-size: 12px !important;
  text-align: center !important;
}

#about-modal .modal-content .modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#about-modal .modal-content .modal-button {
  background-color: rgba(93, 74, 208, 1);
  border: none;
  border-radius: 18px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  transition: all 0.2s ease;
}

#about-modal .modal-content .modal-button:hover {
  background-color: rgba(47, 37, 104, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
  transform: translateY(-1px);
}

#about-modal .modal-content .modal-button.primary {
  background-color: rgba(93, 74, 208, 1);
}

#about-modal .modal-content .modal-button.primary:hover {
  background-color: rgba(47, 37, 104, 1);
}

#about-modal .modal-content .modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(93, 74, 208, 1);
  border: none;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0 !important;
  justify-content: center;
  font-size: 14px;
  transition: all 0.2s ease;
}

#about-modal .modal-content .modal-close-button:hover {
  background-color: rgba(47, 37, 104, 1);
  color: rgba(233, 101, 75, 1);
  text-shadow: 0 0 8px rgba(233, 101, 75, 0.5);
  transform: scale(1.1);
}
#thinkscape-session-queue {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  opacity: 0;
  visibility: hidden;
  transition: all 1.0s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  font-size: 24px;
}

#thinkscape-session-queue.active {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 1;
  visibility: visible;
}

.queue-icon {
  width: 160px;
  height: 160px;
}
.environment-label {
	animation-name: environment-label-slide-in;
  animation-delay: 0.0s;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: rgba(208, 74, 93, 1);
  border-radius: 0 0 9px 9px;
  bottom: 0px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 8px;
  padding: 7px 2px 7px 7px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  width: 230px;
}

body.external > .environment-label {
  border-radius: 36px !important;
}

@keyframes environment-label-slide-in {
	0% { transform: translateY(200px); }
	100% { transform: translateY(0px); }
}
.search-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.search-input-wrapper {
  position: relative;
  display: inline-block;
}

.search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(93, 74, 208, 1);
}

.submit-icon,
.clear-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: rgba(93, 74, 208, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 24px;
  height: 24px;
  transition: color 0.2s ease;
  z-index: 1;
}

.submit-icon {
  right: 2px;
  padding: 7px 10px !important;
}

.clear-icon {
  left: 2px;
}

.submit-icon:hover,
.clear-icon:hover {
  color: rgba(93, 74, 208, 0.8);
  background: none;
  border: none;
}

.submit-icon:active,
.clear-icon:active {
  color: rgba(93, 74, 208, 0.6);
}

.search-input {
  border: none !important;
  border-radius: 3px !important;
  box-shadow: inset 0 1px 2px 1px rgba(0, 0, 0, 0.16) !important;
  font-size: 15px;
  padding: 4px 28px 4px 8px !important;
  width: 200px;
}

.search-input-wrapper.has-clear .search-input {
  padding-left: 28px !important;
  width: 180px !important;
}

.search-input:focus {
  outline: none;
  box-shadow: inset 0 1px 2px 1px rgba(93, 74, 208, 0.2) !important;
}

.search-highlight {
  background-color: rgba(255, 140, 0, 0.3);
  color: rgba(93, 74, 208, 0.9);
  font-weight: 600;
  padding: 1px 2px;
  border-radius: 2px;
  text-decoration: none;
}
.account-open-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.account-open {
  background-color: rgba(93, 74, 208, 0.15);
  border-radius: 27px;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.05);
  color: rgba(93, 74, 208, 1);
  display: inline-block;
  font-weight: bold;
  line-height: 50px;
  overflow: hidden;
  padding: 2px 11px 0;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  white-space: nowrap;
  width: calc(100% - 22px);
}

.account-open:hover {
  background-color: rgba(93, 74, 208, 1);
  color: rgba(255, 255, 255, 1);
  text-shadow: none;
}

.account-open > i[class^="fa-"] {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 15px;
  color: rgba(93, 74, 208, 1);
  min-width: 20px;
  padding: 7px 5px;
  text-align: center;
}

.account-open-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  font-size: 16px;
  font-weight: normal;
  color: rgba(93, 74, 208, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 15px;
  padding: 4px 8px;
  margin-top: 0px;
  margin-bottom: 11px;
  text-align: center;
}

.account-open-stats-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-open-stats-item-span-2 {
  grid-column: span 2;
}

.account-open-stats-item-hr {
  border-color: rgba(93, 74, 208, 1);
  margin: 6px 14px;
}

.account-open-stats-item-value {
  font-size: 36px;
  margin-bottom: -20px;
  margin-top: 7px;
}

.account-open-stats-item-label {
  margin-bottom: -14px;
}

.account-open:hover .account-open-stats-item-hr {
  border-color: rgba(47, 37, 104, 1);
}

@media (max-width: 1110px) {
  .account-open-container {
    grid-template-columns: 1fr;
  }
}
.public-page {
  overflow: scroll;
  height: 100vh;
}

.public-page-content {
  margin: 20px auto;
  max-width: 900px;
  background: rgba(255,255,255,0.95);
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 50px;
  text-align: justify;
}

.public-page-content h1 {
  font-size: 24px;
  text-align: center;
}

.public-page-content h2 {
  font-size: 20px;
  margin: 50px 0 20px;
  text-align: center;
}

.public-page-content h3 {
  font-size: 18px;
  margin: 50px 0 20px;
  text-align: center;
}

.public-page-content p {
  margin: 20px 0;
  padding: 0 20px;
}

.public-page-content hr {
  margin: 50px 0;
}

.public-page-content ul,
.public-page-content ol {
  margin: 20px;
  padding-left: 20px;
}

.public-page-content ul li,
.public-page-content ol li {
  margin: 10px 0;
}

.public-page-content .logo-container {
  text-align: center;
}

.public-page-content .logo {
  margin: 0 auto 20px !important;
  max-width: 100% !important;
}

.public-page .copyright {
  text-align: center;
  font-size: 0.8em;
  color: rgba(119, 119, 119, 1);
  margin: 20px 0;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


















 */
