@import url("/assets/bootstrap-6b07a35f.css");
@import url("/assets/dropzone-34ff8b28.css");
@import url("/assets/hist-progress-c225e5eb.css");
@import url("/assets/trix-7e640b6d.css");
@import url("/assets/toastui-calendar-c0932c71.css");
@import url("/assets/report-1fd6b5ca.css");
@import url("/assets/tagify-9b22f705.css");
@import url("/assets/tom-select-321e1e46.css");

.btn-info,
.btn-success,
.btn-primary {
  color: #fff !important;
}

form label {
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1rem;
}

abbr {
  color: red;
}

body {
  padding-top: 95px;
}

body.navigation-hidden,
body.in-iframe {
  padding-top: 30px;
}

footer {
  background-color: #76b82a;
}

footer a {
  color: #fff !important;
}

.form-label {
  margin-bottom: 0.5rem;
}

abbr {
  color: red;
}

.sortable {
  cursor: move;
}

.ghost {
  opacity: 0.5;
  background: #c8ebfb;
}

th.indicator {
  width: 200px;
  text-align: center;
}

#avatar,
.workshop .avatar {
  width: 150px;
  height: 150px;
}

#children .avatar {
  width: 120px;
  height: 120px;
}

.btn-circle {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .btn-circle {
    width: 80px;
  }
}

.btn-circle.no-validation {
  border: 4px solid red;
}

.btn-circle.missing-validations {
  border: 4px solid orange;
}

.note {
  width: 40px;
  height: 40px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 50%;
  border: solid 5px #cacaca;
  background-color: #ffffff;
  color: #9ea3ac;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

/* notes v1 */
@media (min-width: 992px) {
  .note {
    width: 80px;
    height: 80px;
    line-height: 65px;
    font-size: 20px;
  }
}

/* Extra small devices (< 576px) */
@media (max-width: 575px) {
  .v3 .note {
    font-size: 11px;
    width: 68px !important;
    height: 70px !important;
    line-height: 68px;
    border-radius: 0%;
    border: 1px solid #cacaca;
  }
  .v3 .status {
    padding-top: 20px;
  }
  .v3 .note.selected {
    border: solid 2px #76b82a !important;
  }

  .v3 .note.selected.not-evaluated {
    border: solid 2px #ff24ce !important;
  }
  .v3 .btn-circle.no-validation {
    border: 2px solid red !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .v3 .note {
    font-size: 11px;
    width: 66px !important;
    height: 66px !important;
    line-height: 66px;
    border-radius: 0%;
    border: 1px solid #cacaca;
  }
  .v3 .status {
    padding-top: 20px;
  }
  .v3 .note.selected {
    border: solid 2px #76b82a !important;
  }

  .v3 .note.selected.not-evaluated {
    border: solid 2px #ff24ce !important;
  }
  .v3 .btn-circle.no-validation {
    border: 2px solid red !important;
  }
  .v3 .avatar {
    padding-top: 8px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .v3 .note {
    font-size: 14px;
    width: 78px !important;
    height: 78px !important;
    line-height: 70px;
    border-radius: 0%;
    border: 1px solid #cacaca;
    /* background-color: #ffffff;
    color: #9ea3ac;
    text-align: center;
    display: inline-block;
    font-weight: bold; */
  }
  .v3 .status {
    padding-top: 20px;
  }
  .v3 .note.selected {
    border: solid 5px #76b82a !important;
  }
  .v3 .btn-circle.no-validation {
    border: 2px solid red !important;
  }
}

.v3 .question-status {
  display: none;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .v3 .note {
    font-size: 14px;
    width: 85px !important;
    height: 85px !important;
    line-height: 70px;
    border-radius: 50%;
    border: solid 5px #cacaca;
    background-color: #ffffff;
    color: #9ea3ac;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
  }
  .v3 .status {
    padding-top: 0px;
  }
  .v3 .btn-circle.no-validation {
    border: 4px solid red !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .v3 .note {
    margin-left: 20px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

.note.selected {
  color: #76b82a !important;
  border: solid 5px #76b82a !important;
  background-color: #76b82a26;
}

.note.selected.not-evaluated {
  color: #ff24ce !important;
  border: solid 5px #ff24ce !important;
  background-color: #eec6e5 !important;
}

#scoring .avatar {
  width: 50px !important;
  display: inline-block;
}

.v3 .child-area.highlight {
  background: rgb(234, 255, 203);
}

.v3 .child-area {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px !important;
}

@media (min-width: 992px) {
  #scoring .avatar {
    width: 80px !important;
  }
}

#better-in-landscape-notice {
  display: none;
}

@media screen and (orientation: portrait) and (max-width: 575.98px) {
  #better-in-landscape-notice {
    display: block;
  }
}

.question-status .question-spinner .spinner-grow {
  margin-top: 5px;
}

.question-status .question-saved,
.question-status .question-not-saved {
  aspect-ratio: 1;
  overflow: hidden;
}

.question-status .question-saved svg,
.question-status .question-not-saved svg {
  width: 100%;
  height: 100%;
}

.order-child.selected {
  border: 2px solid #a6d175;
  background-color: #dbf0c6;
  border-radius: 0.25rem !important;
  border-width: 4px !important;
  border-color: #76b82a !important;
}

.order-child.has_participated {
  border: 4px dashed #a6d175 !important;
}

.order-child {
  padding: 10px;
  border: 2px solid #fff;
  cursor: pointer;
  display: inline-block;
  width: 200px;
  text-align: center;
}

.cols-template {
  grid-template-columns: repeat(var(--max-columns, 1), 1fr);
}

#comment_body {
  height: 130px;
}

.parent-menu-iframe {
  width: 100%;
  padding-right: 30px;
}

.parent-menu-iframe a {
  margin-bottom: 10px !important;
  border-radius: 5px !important;
  font-family: Montserrat;
  font-weight: 500 !important;
  font-style: bold !important;
  padding: 10px 15px;
}

trix-editor {
  height: 300px;
  margin-bottom: 10px;
  overflow: scroll;
}

trix-editor.no_margin {
  margin-bottom: 0px !important;
}

#child_additional_informations {
  height: 150px;
}

trix-editor#cmodule_description {
  height: 100px !important;
}

form.edit_child .form-check:first-of-type,
form.new_child .form-check:first-of-type {
  margin-top: 0px !important;
}

form.edit_child ul.list-unstyled,
form.new_child ul.list-unstyled {
  margin-bottom: 0px;
}

form.edit_child .form-check label,
form.new_child .form-check label {
  margin-bottom: 0px !important;
  color: black !important;
}

fieldset.assessment_form_note .form-check:first-of-type {
  margin-top: 31px !important;
}

.chart-container {
  aspect-ratio: 1;
}

.access-code {
  font-size: 24px;
  letter-spacing: 2px;
}

.access-code-small {
  letter-spacing: 2px;
}

crocos-plot-desc {
  opacity: 1;
  height: auto;
  visibility: visible;
  transition: height 0.5s ease-in-out, opacity 0.4s ease-in-out,
    visibility 0.2s ease-in-out;
}

crocos-plot-desc.hide {
  visibility: hidden;
  opacity: 0;
  height: 0px;
}

textarea#mobile_app_conf_conf {
  height: 300px;
}

#participants-table .avatar {
  width: 75px !important;
  height: 75px !important;
}

#workshop-participants-table .avatar {
  width: 25px !important;
  height: 25px !important;
}

.participation-children,
.participation-children .children-list {
  display: flex;
  flex-flow: row wrap;
}

.participation-children .order-child .avatar {
  width: 175px !important;
  height: 175px !important;
  margin: auto;
}

.participation-children .order-child .avatar.icon {
  font-size: 175px;
  line-height: 175px;
}

.report-tab .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
}

#cmodule_description {
  height: 80px;
}

.calendar {
  height: 800px;
  grid-template-rows: 30px 40px 1fr;
}

.calendar .date-display {
  text-transform: capitalize;
}

.toastui-calendar-week-view-day-names {
  overflow-y: hidden !important;
}

.location-map {
  height: 250px;
  width: 250px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.bookmarked {
  color: #76b82a !important;
}

.bookmark {
  cursor: pointer;
  color: #999999;
}

#page_body {
  height: 500px;
}

#grouped-assessments .single-note[data-note="X"] {
  color: red;
  font-weight: bold;
}

a.collapsed svg.fa-chevron-down {
  display: none;
}

a.collapsed svg.fa-chevron-left {
  display: inline !important;
}

a.disabled {
  pointer-events: none;
  color: #ccc;
}

#form_sections-new-button {
  display: none;
}

form.edit_participant .trix-button-row .trix-button--icon-code,
form.edit_participant .trix-button-row .trix-button-group--file-tools {
  display: none;
}

.hidden {
  visibility: hidden;
}

.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 1109;
}

.popup-spinner {
  margin-top: 15%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1110;
}

.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: orange;
  -webkit-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

@-webkit-keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

#regions-departments-filter .ts-wrapper .option .region {
  display: block;
  font-weight: bold;
}

#regions-departments-filter .ts-wrapper .option .name {
  font-size: 12px;
  display: block;
  color: #a0a0a0;
}

#locations-filter .ts-wrapper .option .name {
  display: block;
  font-weight: bold;
}

#locations-filter .ts-wrapper .option .address {
  font-size: 12px;
  display: block;
  color: #a0a0a0;
}

.workshop-comments .btn-circle {
  width: 40px !important;
}

.workshop-session-comments .btn-circle {
  width: 40px !important;
}

textarea#issue_description {
  height: 300px;
}

fieldset.radio_buttons .form-check:first-of-type,
fieldset.check_boxes .form-check:first-of-type {
  margin-top: 31px;
}

.restitution-form-questions legend,
.form-label {
  font-weight: bold;
}

.restitution-form-questions textarea,
input[type="text"] {
  margin-bottom: 25px;
}
.asterisk {
  color: red;
  font-weight: bolder;
}
.restitution-form-questions label.radio_buttons {
  font-weight: bold;
}

.restitution-form-questions .is-invalid {
  border-left: 5px solid red;
  padding-left: 10px;
}
