.form-type-webform-signature .webform-signature-pad {
  max-width: 600px;
  height: 300px;
  overflow: hidden;
}

#edit-signature {
  position: relative;
}

.color-grey {
  color: #585858;
  background-color: #f6f6f6;
}

.student-dashboard .color-grey, .student-dashboard .color-warning, .student-dashboard .color-success, .student-dashboard .color-error {
  font-weight: bold;
}

.fieldset.required .fieldset__label::after {
  display: inline-block;
  margin-right: 0.15em;
  margin-left: 0.15em;
  content: "*";
  color: #dc2323;
  font-size: 0.875rem;
}

.field--name-field-consent-form-1 .field__item, .field--name-field-consent-form-2 .field__item {
  display: inline-block;
}

.view-sessions dd {
  display: list-item;
  padding-inline-start: 1ch;
}
dd.cs-created {
  list-style-type: "◾";
}
dd.cs-happened {
  list-style-type: "💆";
}
dd.cs-completed {
  list-style-type: "✅";
}
dd.cs-failed {
  list-style-type: "❌";
}

.cs-status .status {
  margin-right: 0.2rem;
  padding: 0 0.2rem;
  background-color: #f8f8f8;
}

.filter-wrapper {
  display: none;
}

.account-menu {
  background-color: #f3f4f9;
  overflow: hidden;
}
.account-menu small {
  margin: 10px auto;
  display: block;
}

#views-exposed-form-students-embed .js-form-type-textfield {
  max-width: 150px;
}

header {
  background-image: url('../img/tj-logo.png');
  background-position: right 20px top 10px;
  background-repeat: no-repeat;
  background-size: 100px;
}

progress {
  width: 100%;
}
progress.ed {
  accent-color: darkgoldenrod;
}
progress.tj {
  accent-color: darkred;
}
progress.l3 {
  accent-color: #5e0073;
}

td.views-field-field-vars {
  line-height: 8px;
  max-width: 100px;
}

@media screen and (min-width: 61rem) {
  .layout-region--node-main .layout-region__content, .layout-region--node-footer .layout-region__content {
    margin-left:inherit;
    margin-right: inherit;
  }
}

.eu-cookie-compliance-buttons {
  margin-bottom: 0;
}

.red {
  color: red;
}

span.status, .view-sessions dd a, span.action, time, .model-name {
  white-space: nowrap;
}

td {
  vertical-align: top;
}

.path-thank-you .layout-container {
  max-width: 600px;
}

.form-item--error-message {
  color: red;
}

.text-small {
  font-size: 90%;
}

.button {
  margin-bottom: 5px;
}

@media screen and (max-width: 48rem) {
  .view-actions-log-session .views-field-timestamp {
    font-size: 90%;
    color: grey;
  }
  .view-actions-log-session .divider {
    display: none;
  }
  .view-actions-log-session .views-field-message {
    display: block;
  }

}

p.address {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.node--view-mode-full .paragraph-list {
  list-style-type: none; /* Remove the default bullet */
  position: relative;    /* Set relative positioning for containing list items */
  padding-left: 0.1em;     /* Add space for the custom bullet outside the content */
  margin-left: 0.1em;
}

.node--view-mode-full .paragraph-list-item {
  position: relative;    /* To allow the absolute element to be placed relative to this */
  padding-left: 1.5em;   /* Adjust this for spacing between bullet and content */
}

.node--view-mode-full .paragraph-list-item::before {
  content: '»';            /* Add the raquo symbol */
  opacity: 0.5;            /* Set low opacity */
  position: absolute;      /* Position it absolutely */
  left: 0;                 /* Align it with the left of the list container */
  top: 0.5rem;                /* Start at the vertical middle */
  transform: translateY(-50%); /* Center it vertically */
  font-size: 2em;          /* Make the symbol larger */
  line-height: 1;          /* Adjust line height to avoid extra spacing issues */
}
.node-form .paragraph-list-item {
  list-style: none;
}
.node-form .paragraph-list {
  margin: 0;
}
.paragraph-type-label {
  font-size: small;
}

video {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}

a.photoswipe {
  display: inline-block;
}

.level-marker-in-form {
  padding: 5px 10px;
  border-radius: 5px;
  background: #00c4ff;
  display: inline-block;
}

.messages {
  padding-block: var(--space-l);
}

.messages__header {
  display: none;
}


/* AJAX Progress Throbber */
.ajax-progress-throbber .throbber {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px;
  background: url(/core/misc/throbber-active.gif) no-repeat 0 center;
  vertical-align: middle;
}
