/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/scss/app.scss ***!
  \*******************************************************************************************************************************************/
#login_page {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  margin-top: 100px;
  background: white;
  box-shadow: 0px 2px 4px rgba(28, 5, 77, 0.1), 0px 12px 32px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
#login_page .logo {
  text-align: center;
  margin-bottom: 40px;
}
#login_page .logo img {
  width: auto;
  max-height: 70px;
}
#login_page .logo svg {
  width: auto;
  height: 150px;
  max-width: 100%;
}
#login_page .row > div {
  text-align: center;
}
#login_page .form_option {
  justify-content: center;
  align-items: center;
}
#login_page .form_option.links {
  justify-content: space-between;
}
#login_page .form_option.links p {
  width: 100%;
}
#login_page .form_option.links a {
  margin: 0 auto;
  margin-top: 10px;
}
#login_page .form_option.checkbox label {
  font-size: 12px;
  display: block;
  width: calc(100% - 30px);
  margin: 0;
}
#login_page .form_option.checkbox label a {
  font-weight: bold;
  color: inherit;
}
#login_page .form_option.checkbox.error .checkbox_face {
  border-color: red;
}
#login_page .form_option.checkbox .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
#login_page .form_option.checkbox .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#login_page .form_option.checkbox .checkbox_face .check:before, #login_page .form_option.checkbox .checkbox_face .check:after {
  content: "";
  display: none;
}
#login_page .form_option.checkbox .checkbox_face .check svg {
  width: 100%;
  height: auto;
}
#login_page .form_option.checkbox:has(input[type=checkbox]:checked) .checkbox_face .check {
  opacity: 1;
}
#login_page p, #login_page a {
  color: black;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
  margin: 0;
}
#login_page p.type, #login_page a.type {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 7px;
  font-size: 13px;
  color: #e24244;
  margin-left: 10px;
  margin-top: 10px;
}
#login_page a {
  font-weight: bold;
  text-align: center;
}
#login_page button {
  padding: 10px 30px;
  margin: 0;
  margin-bottom: 10px;
}

.section_rollable {
  padding: 0px 20px;
  width: 100%;
  max-width: 100%;
  background: white;
  border: 2px solid #D3DAE5;
  border-radius: 16px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section_rollable.children .section_content .list .item .property.name {
  width: 15%;
}
.section_rollable.children .section_content .list .item .property.group {
  width: 25%;
}
.section_rollable.children .section_content .list .item .property.buttons {
  width: 100%;
  max-width: 48%;
  width: 35%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section_rollable.children .section_content .list .item .property.buttons .form_option {
  margin-right: 15px;
}
.section_rollable.tickets {
  border: 1px solid;
  border-color: #AB2D7A;
}
.section_rollable .section_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  transition: 0.3s all;
  border-bottom: 1px solid transparent;
}
.section_rollable .section_header .left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  max-width: 60%;
  width: 100%;
}
.section_rollable .section_header .left img {
  width: 100%;
  max-width: 60px;
  margin-right: 15px;
}
.section_rollable .section_header .left .texts {
  width: calc(100% - 90px);
}
.section_rollable .section_header .left h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
.section_rollable .section_header .left p {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.section_rollable .section_header .right {
  max-width: 40%;
}
.section_rollable .section_content {
  transition: 0.3s all;
  max-height: 0px;
  overflow: hidden;
}
.section_rollable .section_content .item_header {
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
}
.section_rollable .section_content .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section_rollable .section_content .list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
.section_rollable .section_content .list .item .form_option {
  margin: 0;
}
.section_rollable .section_content .list .item.between {
  justify-content: space-between;
  margin-bottom: 30px;
}
.section_rollable .section_content .list .item.between:first-child {
  margin-top: 20px;
}
.section_rollable .section_content .list .item .info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section_rollable .section_content .list .item .info .avatar {
  margin-right: 20px;
}
.section_rollable .section_content .list .item .info .avatar img {
  width: 100%;
  object-fit: cover;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.section_rollable .section_content .list .item .info .texts {
  max-width: calc(100% - 60px);
}
.section_rollable .section_content .list .item .info .thread_title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.section_rollable .section_content .list .item .info .thread_title .badge {
  margin-left: 10px;
}
.section_rollable .section_content .list .item .info .last_content {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.section_rollable .section_content .list .item .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section_rollable .section_content .list .item .property {
  margin-right: 15px;
}
.section_rollable .section_content .list .item .property select {
  border-radius: 15px;
  font-size: 12px;
}
.section_rollable .section_content .list .item .property.name p {
  font-weight: bold;
}
.section_rollable.active .section_header {
  border-bottom: 1px solid #D3DAE5;
}
.section_rollable.active .section_content {
  max-height: 700px;
  overflow-y: auto;
}
.section_rollable.active .section_content.padded {
  padding: 0 0 100px;
}
@media (max-width: 992px) {
  .section_rollable {
    max-width: 100%;
  }
  .section_rollable .select2-results__option, .section_rollable .select2-selection__rendered {
    /* font-size: 15px; */
    font-size: 12px;
  }
  .section_rollable .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .section_rollable .section_header .left {
    width: 100%;
    max-width: 100%;
  }
  .section_rollable .section_header .left img {
    width: 15%;
  }
  .section_rollable .section_header .left .texts {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .section_rollable .section_header .left .texts h3 {
    width: 80%;
    font-size: 12px;
  }
  .section_rollable .section_header .left .texts p {
    font-size: 12px;
    margin-top: 10px;
  }
  .section_rollable .section_header .right {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  .section_rollable .section_content .item_list .item_header {
    font-size: 14px;
  }
  .section_rollable .section_content .list .item .info {
    width: 100%;
    margin-bottom: 20px;
  }
  .section_rollable .section_content .list .item .info .texts {
    max-width: calc(100% - 60px);
  }
  .section_rollable .section_content .list .item .property {
    width: 100%;
    margin-bottom: 10px;
  }
  .section_rollable .section_content .list .item .property.half {
    width: 49%;
    margin-right: 0;
  }
  .section_rollable .section_content .list .item .property .form_option {
    max-width: 80%;
  }
  .section_rollable .section_content .list .item .property p {
    margin: 5px 0;
    font-size: 12px;
  }
}

.details {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}
.details .details_section {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.details .details_section.hidden {
  display: none;
}
.details .details_section.no-bg .feed {
  background: none;
}
.details .details_section form {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.details .details_section .text_section {
  width: 30%;
}
.details .details_section .text_section h3 {
  color: #1B2734;
  font-size: 16px;
  font-weight: 550;
  margin: 0;
}
.details .details_section .text_section a {
  margin-top: 10px;
}
.details .details_section .text_section p {
  font-size: 14px;
  color: #627282;
  margin: 8px 0 0 0;
}
.details .details_section .feed {
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: white;
  border-radius: 15px;
  padding: 20px;
}
.details .details_section .feed .order_item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.details .details_section .feed .table_list {
  max-height: 500px;
  overflow: auto;
}
.details .details_section .feed .options {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  width: 100%;
}
.details .details_section .feed .options.hidden {
  display: none;
}
.details .details_section .feed form .details_position {
  width: 32%;
  margin-right: 1%;
}
.details .details_section .feed form[name=child_add_form] .details_position, .details .details_section .feed form[name=child_edit_form] .details_position {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.details .details_section .feed form[name=child_add_form] .details_position.checkbox, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox {
  width: 100%;
}
.details .details_section .feed form[name=child_add_form] .details_position.checkbox label, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox label {
  font-size: 12px;
  display: block;
  width: calc(100% - 30px);
}
.details .details_section .feed form[name=child_add_form] .details_position.checkbox label a, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox label a {
  font-weight: bold;
  color: inherit;
}
.details .details_section .feed form[name=child_add_form] .details_position.checkbox.error .checkbox_face, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox.error .checkbox_face {
  border-color: red;
}
.details .details_section .feed form[name=child_add_form] .details_position.checkbox .checkbox_face, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
.details .details_section .feed form[name=child_add_form] .details_position.checkbox .checkbox_face .check, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.details .details_section .feed form[name=child_add_form] .details_position.checkbox .checkbox_face .check:before, .details .details_section .feed form[name=child_add_form] .details_position.checkbox .checkbox_face .check:after, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox .checkbox_face .check:before, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox .checkbox_face .check:after {
  content: "";
  display: none;
}
.details .details_section .feed form[name=child_add_form] .details_position.checkbox .checkbox_face .check svg, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox .checkbox_face .check svg {
  width: 100%;
  height: auto;
}
.details .details_section .feed form[name=child_add_form] .details_position.checkbox:has(input[type=checkbox]:checked) .checkbox_face .check, .details .details_section .feed form[name=child_edit_form] .details_position.checkbox:has(input[type=checkbox]:checked) .checkbox_face .check {
  opacity: 1;
}
.details .details_section .feed .details_position {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 15px;
}
.details .details_section .feed .details_position.error input, .details .details_section .feed .details_position.error select {
  border-color: red;
}
.details .details_section .feed .details_position.error .select2-container--default .select2-selection--single {
  border-color: red;
}
.details .details_section .feed .details_position.checkboxez {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.details .details_section .feed .details_position.checkboxez label {
  font-size: 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.details .details_section .feed .details_position.checkboxez label a {
  font-weight: bold;
  color: inherit;
  display: contents;
  font-size: 12px;
}
.details .details_section .feed .details_position.checkboxez.error .checkbox_face {
  border-color: red;
}
.details .details_section .feed .details_position.checkboxez input {
  width: 1px;
  height: 1px;
  display: none;
}
.details .details_section .feed .details_position.checkboxez .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
.details .details_section .feed .details_position.checkboxez .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.details .details_section .feed .details_position.checkboxez .checkbox_face .check:before, .details .details_section .feed .details_position.checkboxez .checkbox_face .check:after {
  content: "";
  display: none;
}
.details .details_section .feed .details_position.checkboxez .checkbox_face .check svg {
  width: 100%;
  height: auto;
}
.details .details_section .feed .details_position.checkboxez:has(input[type=checkbox]:checked) .checkbox_face .check {
  opacity: 1;
}
.details .details_section .feed .details_position.checkbox label {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}
.details .details_section .feed .details_position.checkbox label a {
  display: inline;
  width: fit-content;
  margin: 0 5px;
}
.details .details_section .feed .details_position.checkbox label .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
.details .details_section .feed .details_position.checkbox label .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.details .details_section .feed .details_position.checkbox label .checkbox_face .check:before, .details .details_section .feed .details_position.checkbox label .checkbox_face .check:after {
  content: "";
  width: 1px;
  height: 80%;
  background: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
}
.details .details_section .feed .details_position.checkbox label .checkbox_face .check:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.details .details_section .feed .details_position.checkbox label:has(input[type=checkbox]:checked) .checkbox_face .check {
  opacity: 1;
}
.details .details_section .feed .details_position.checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
.details .details_section .feed .details_position .acceptAndPay.disabled {
  pointer-events: none;
  background: #86d9ff;
}
.details .details_section .feed .details_position .ql-toolbar {
  margin-top: 20px;
  background: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.details .details_section .feed .details_position #templateContent {
  background: white;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.details .details_section .feed .details_position.long {
  width: 100%;
}
.details .details_section .feed .details_position.long.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.details .details_section .feed .details_position.long.flex > .form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.details .details_section .feed .details_position.long.flex > .form-control > div {
  margin: 0;
  width: 19%;
  margin-right: 1%;
}
.details .details_section .feed .details_position label {
  font-size: 14px;
  font-weight: 550;
  width: 100%;
}
.details .details_section .feed .details_position a:not(.btn) {
  display: block;
  width: 100%;
  margin: 10px 0;
  color: #627282;
  text-decoration: none;
  font-size: 14px;
}
.details .details_section .feed .details_position p {
  margin: 10px 0;
  font-size: 14px;
  color: #627282;
}
.details .details_section .event_days {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.details .details_section .event_days .event_day {
  width: 100%;
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0px 2px 4px rgba(28, 5, 77, 0.1), 0px 12px 32px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.details .details_section .event_days .event_day.hidden {
  display: none;
}
.details .details_section .event_days .event_day .position {
  width: 24%;
  margin-right: 1%;
  display: flex;
  flex-direction: column;
}
.details .details_section .event_days .event_day .position label {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.details .details_section .event_days .event_day.dummy {
  cursor: pointer;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  opacity: 0.7;
}
.details .details_section .event_days .event_day.dummy p {
  margin: 0;
  font-size: 13px;
}
.details .details_section .event_days .event_day.dummy .icon {
  width: 24px;
  height: 24px;
  border: 1px solid black;
  border-radius: 50%;
  position: relative;
}
.details .details_section .event_days .event_day.dummy .icon svg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#institution_add_form_instructors, #instructor_edit_form_roles, #instructor_add_form_roles, #child_edit_form_isAssign, #child_add_form_isAssign, #parent_edit_form_healthTerms, #parent_add_form_healthTerms, #instructor_edit_form_isStudent, #instructor_add_form_isStudent, #event_add_form_isSubstituted, #event_add_form_isCanceled, #monthly_settlement_edit_form_isPaid, #child_add_form_isActive, #parent_add_form_appearance, #user_add_form_roles, #user_edit_form_roles, #parent_add_form_terms, #child_edit_form_isActive, #parent_edit_form_terms, #parent_add_form_promotion, #parent_add_form_rodo, #parent_edit_form_appearance, #parent_edit_form_terms, #parent_edit_form_promotion, #parent_edit_form_rodo, #parent_edit_form_appearance {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#institution_add_form_instructors label[for=child_add_form_isActive_placeholder], #institution_add_form_instructors #child_add_form_isActive_placeholder, #institution_add_form_instructors label[for=child_edit_form_isActive_placeholder], #institution_add_form_instructors #child_edit_form_isActive_placeholder, #instructor_edit_form_roles label[for=child_add_form_isActive_placeholder], #instructor_edit_form_roles #child_add_form_isActive_placeholder, #instructor_edit_form_roles label[for=child_edit_form_isActive_placeholder], #instructor_edit_form_roles #child_edit_form_isActive_placeholder, #instructor_add_form_roles label[for=child_add_form_isActive_placeholder], #instructor_add_form_roles #child_add_form_isActive_placeholder, #instructor_add_form_roles label[for=child_edit_form_isActive_placeholder], #instructor_add_form_roles #child_edit_form_isActive_placeholder, #child_edit_form_isAssign label[for=child_add_form_isActive_placeholder], #child_edit_form_isAssign #child_add_form_isActive_placeholder, #child_edit_form_isAssign label[for=child_edit_form_isActive_placeholder], #child_edit_form_isAssign #child_edit_form_isActive_placeholder, #child_add_form_isAssign label[for=child_add_form_isActive_placeholder], #child_add_form_isAssign #child_add_form_isActive_placeholder, #child_add_form_isAssign label[for=child_edit_form_isActive_placeholder], #child_add_form_isAssign #child_edit_form_isActive_placeholder, #parent_edit_form_healthTerms label[for=child_add_form_isActive_placeholder], #parent_edit_form_healthTerms #child_add_form_isActive_placeholder, #parent_edit_form_healthTerms label[for=child_edit_form_isActive_placeholder], #parent_edit_form_healthTerms #child_edit_form_isActive_placeholder, #parent_add_form_healthTerms label[for=child_add_form_isActive_placeholder], #parent_add_form_healthTerms #child_add_form_isActive_placeholder, #parent_add_form_healthTerms label[for=child_edit_form_isActive_placeholder], #parent_add_form_healthTerms #child_edit_form_isActive_placeholder, #instructor_edit_form_isStudent label[for=child_add_form_isActive_placeholder], #instructor_edit_form_isStudent #child_add_form_isActive_placeholder, #instructor_edit_form_isStudent label[for=child_edit_form_isActive_placeholder], #instructor_edit_form_isStudent #child_edit_form_isActive_placeholder, #instructor_add_form_isStudent label[for=child_add_form_isActive_placeholder], #instructor_add_form_isStudent #child_add_form_isActive_placeholder, #instructor_add_form_isStudent label[for=child_edit_form_isActive_placeholder], #instructor_add_form_isStudent #child_edit_form_isActive_placeholder, #event_add_form_isSubstituted label[for=child_add_form_isActive_placeholder], #event_add_form_isSubstituted #child_add_form_isActive_placeholder, #event_add_form_isSubstituted label[for=child_edit_form_isActive_placeholder], #event_add_form_isSubstituted #child_edit_form_isActive_placeholder, #event_add_form_isCanceled label[for=child_add_form_isActive_placeholder], #event_add_form_isCanceled #child_add_form_isActive_placeholder, #event_add_form_isCanceled label[for=child_edit_form_isActive_placeholder], #event_add_form_isCanceled #child_edit_form_isActive_placeholder, #monthly_settlement_edit_form_isPaid label[for=child_add_form_isActive_placeholder], #monthly_settlement_edit_form_isPaid #child_add_form_isActive_placeholder, #monthly_settlement_edit_form_isPaid label[for=child_edit_form_isActive_placeholder], #monthly_settlement_edit_form_isPaid #child_edit_form_isActive_placeholder, #child_add_form_isActive label[for=child_add_form_isActive_placeholder], #child_add_form_isActive #child_add_form_isActive_placeholder, #child_add_form_isActive label[for=child_edit_form_isActive_placeholder], #child_add_form_isActive #child_edit_form_isActive_placeholder, #parent_add_form_appearance label[for=child_add_form_isActive_placeholder], #parent_add_form_appearance #child_add_form_isActive_placeholder, #parent_add_form_appearance label[for=child_edit_form_isActive_placeholder], #parent_add_form_appearance #child_edit_form_isActive_placeholder, #user_add_form_roles label[for=child_add_form_isActive_placeholder], #user_add_form_roles #child_add_form_isActive_placeholder, #user_add_form_roles label[for=child_edit_form_isActive_placeholder], #user_add_form_roles #child_edit_form_isActive_placeholder, #user_edit_form_roles label[for=child_add_form_isActive_placeholder], #user_edit_form_roles #child_add_form_isActive_placeholder, #user_edit_form_roles label[for=child_edit_form_isActive_placeholder], #user_edit_form_roles #child_edit_form_isActive_placeholder, #parent_add_form_terms label[for=child_add_form_isActive_placeholder], #parent_add_form_terms #child_add_form_isActive_placeholder, #parent_add_form_terms label[for=child_edit_form_isActive_placeholder], #parent_add_form_terms #child_edit_form_isActive_placeholder, #child_edit_form_isActive label[for=child_add_form_isActive_placeholder], #child_edit_form_isActive #child_add_form_isActive_placeholder, #child_edit_form_isActive label[for=child_edit_form_isActive_placeholder], #child_edit_form_isActive #child_edit_form_isActive_placeholder, #parent_edit_form_terms label[for=child_add_form_isActive_placeholder], #parent_edit_form_terms #child_add_form_isActive_placeholder, #parent_edit_form_terms label[for=child_edit_form_isActive_placeholder], #parent_edit_form_terms #child_edit_form_isActive_placeholder, #parent_add_form_promotion label[for=child_add_form_isActive_placeholder], #parent_add_form_promotion #child_add_form_isActive_placeholder, #parent_add_form_promotion label[for=child_edit_form_isActive_placeholder], #parent_add_form_promotion #child_edit_form_isActive_placeholder, #parent_add_form_rodo label[for=child_add_form_isActive_placeholder], #parent_add_form_rodo #child_add_form_isActive_placeholder, #parent_add_form_rodo label[for=child_edit_form_isActive_placeholder], #parent_add_form_rodo #child_edit_form_isActive_placeholder, #parent_edit_form_appearance label[for=child_add_form_isActive_placeholder], #parent_edit_form_appearance #child_add_form_isActive_placeholder, #parent_edit_form_appearance label[for=child_edit_form_isActive_placeholder], #parent_edit_form_appearance #child_edit_form_isActive_placeholder, #parent_edit_form_terms label[for=child_add_form_isActive_placeholder], #parent_edit_form_terms #child_add_form_isActive_placeholder, #parent_edit_form_terms label[for=child_edit_form_isActive_placeholder], #parent_edit_form_terms #child_edit_form_isActive_placeholder, #parent_edit_form_promotion label[for=child_add_form_isActive_placeholder], #parent_edit_form_promotion #child_add_form_isActive_placeholder, #parent_edit_form_promotion label[for=child_edit_form_isActive_placeholder], #parent_edit_form_promotion #child_edit_form_isActive_placeholder, #parent_edit_form_rodo label[for=child_add_form_isActive_placeholder], #parent_edit_form_rodo #child_add_form_isActive_placeholder, #parent_edit_form_rodo label[for=child_edit_form_isActive_placeholder], #parent_edit_form_rodo #child_edit_form_isActive_placeholder, #parent_edit_form_appearance label[for=child_add_form_isActive_placeholder], #parent_edit_form_appearance #child_add_form_isActive_placeholder, #parent_edit_form_appearance label[for=child_edit_form_isActive_placeholder], #parent_edit_form_appearance #child_edit_form_isActive_placeholder {
  display: none;
}
#institution_add_form_instructors input, #instructor_edit_form_roles input, #instructor_add_form_roles input, #child_edit_form_isAssign input, #child_add_form_isAssign input, #parent_edit_form_healthTerms input, #parent_add_form_healthTerms input, #instructor_edit_form_isStudent input, #instructor_add_form_isStudent input, #event_add_form_isSubstituted input, #event_add_form_isCanceled input, #monthly_settlement_edit_form_isPaid input, #child_add_form_isActive input, #parent_add_form_appearance input, #user_add_form_roles input, #user_edit_form_roles input, #parent_add_form_terms input, #child_edit_form_isActive input, #parent_edit_form_terms input, #parent_add_form_promotion input, #parent_add_form_rodo input, #parent_edit_form_appearance input, #parent_edit_form_terms input, #parent_edit_form_promotion input, #parent_edit_form_rodo input, #parent_edit_form_appearance input {
  width: 20px;
  height: 20px;
}
#institution_add_form_instructors label, #instructor_edit_form_roles label, #instructor_add_form_roles label, #child_edit_form_isAssign label, #child_add_form_isAssign label, #parent_edit_form_healthTerms label, #parent_add_form_healthTerms label, #instructor_edit_form_isStudent label, #instructor_add_form_isStudent label, #event_add_form_isSubstituted label, #event_add_form_isCanceled label, #monthly_settlement_edit_form_isPaid label, #child_add_form_isActive label, #parent_add_form_appearance label, #user_add_form_roles label, #user_edit_form_roles label, #parent_add_form_terms label, #child_edit_form_isActive label, #parent_edit_form_terms label, #parent_add_form_promotion label, #parent_add_form_rodo label, #parent_edit_form_appearance label, #parent_edit_form_terms label, #parent_edit_form_promotion label, #parent_edit_form_rodo label, #parent_edit_form_appearance label {
  width: calc(100% - 50px);
}

@media (max-width: 992px) {
  .details .details_section .text_section {
    width: 100%;
    margin-bottom: 10px;
  }
  .details .details_section .feed {
    width: 100%;
  }
  .details .details_section .feed .details_position {
    width: 100%;
  }
  .details .details_section .feed .details_position.half {
    width: 48%;
  }
}
#chat_log {
  margin-top: 30px;
}
#chat_log .details_header {
  margin-bottom: 20px;
}
#chat_log .e {
  opacity: 0.5;
}
#chat_log .table_list {
  background: #DEE3EB;
  border: none;
  padding: 0;
  box-shadow: 0px 2px 4px rgba(28, 5, 77, 0.1), 0px 12px 32px rgba(0, 0, 0, 0.05);
}
#chat_log .options {
  margin-bottom: 20px;
}
#chat_log .chat_feed {
  min-height: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 20px;
}
#chat_log .chat_feed .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}
#chat_log .chat_feed .row:has(.theirs) {
  justify-content: flex-end;
}
#chat_log .chat_feed .row:last-child {
  margin-bottom: 0;
}
#chat_log .chat_feed .messages {
  width: 100%;
}
#chat_log .chat_feed .message {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
#chat_log .chat_feed .message .text {
  background: #00AFFE;
  padding: 20px;
  border-radius: 20px;
  width: calc(100% - 70px);
}
#chat_log .chat_feed .message .date_state {
  width: 100%;
  text-align: right;
  color: black;
  padding: 0 10px;
}
#chat_log .chat_feed .message.theirs .text {
  order: 1;
  background: #CDD65F;
}
#chat_log .chat_feed .message.theirs .avatar {
  order: 2;
  margin-left: 10px;
}
#chat_log .chat_feed .message.theirs .date_state {
  order: 3;
  text-align: left;
}
#chat_log .chat_feed .message .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
#chat_log .chat_feed .message .avatar img {
  width: 100%;
  object-fit: cover;
}
#chat_log .chat_feed .message p {
  margin: 0;
  color: white;
}
#chat_log .chat_feed .message p.content {
  font-size: 14px;
}
#chat_log .chat_feed .message p.date_state {
  font-size: 12px;
  opacity: 0.5;
}
#chat_log .message_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: white;
  padding: 10px 20px;
}
#chat_log .message_form .message_file {
  opacity: 0;
  width: 1px;
  height: 1px;
  display: none;
}
#chat_log .message_form .message_box {
  position: relative;
  width: 80%;
}
#chat_log .message_form .message_box textarea {
  width: 100%;
  min-height: 60px;
}
#chat_log .message_form .message_box .uploadFile {
  display: none;
  position: absolute;
  bottom: 1%;
  right: 1%;
}
#chat_log .message_form .message_box .uploadFile.uploaded p {
  display: none;
}
#chat_log .message_form .message_box .uploadFile.uploaded p.delete_text {
  display: flex;
}
#chat_log .message_form .message_box .uploadFile p {
  font-size: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#chat_log .message_form .message_box .uploadFile p.delete_text {
  display: none;
}

body:has(#chat_log) {
  background: white;
}

@media (max-width: 992px) {
  #chat_log .chat_feed {
    max-height: 80vh;
    overflow: auto;
  }
  #chat_log .message_form .message_box {
    width: 100%;
  }
}
.messages .table_list {
  padding: 0;
  overflow: hidden;
}
.messages .table_list .message_config {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px;
}
.messages .table_list .message_config .config, .messages .table_list .message_config .preview {
  width: 48%;
}
.messages .table_list .message_config .config form, .messages .table_list .message_config .preview form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.messages .table_list .message_config .config .form_option, .messages .table_list .message_config .preview .form_option {
  width: 100%;
}
.messages .table_list .message_config .config .form_option.half, .messages .table_list .message_config .preview .form_option.half {
  width: 49%;
}
.messages .table_list .message_config .config .form_option .legend ul, .messages .table_list .message_config .preview .form_option .legend ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.messages .table_list .message_config .config .form_option .legend ul li, .messages .table_list .message_config .preview .form_option .legend ul li {
  font-size: 11px;
  width: 30%;
  margin-bottom: 5px;
}
.messages .table_list .message_config .config .form_option #messageEditor, .messages .table_list .message_config .preview .form_option #messageEditor {
  min-height: 200px;
}
.messages .table_list .message_config .config:has(#scheduleMessage:checked) .form_option.hidden, .messages .table_list .message_config .preview:has(#scheduleMessage:checked) .form_option.hidden {
  display: flex !important;
}
.messages .table_list .message_config .separator {
  width: 1px;
  height: 100%;
  background: #d0d6e1;
}

@media (max-width: 992px) {
  .messages .table_list .message_config .config, .messages .table_list .message_config .preview {
    width: 100%;
  }
  .messages .table_list .message_config .config .form_option.half, .messages .table_list .message_config .preview .form_option.half {
    width: 100%;
  }
  .messages .table_list .message_config .separator {
    width: 100%;
    height: 1px;
  }
}
.form_option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.form_option .accepts {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.form_option.agreements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.form_option.agreements label {
  width: 50%;
  font-size: 12px;
  font-weight: bold;
}
.form_option .accepts .icon {
  position: relative;
}
.form_option .accepts .icon .tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding: 10px;
  background: black;
  color: white;
  font-size: 10px;
  transform: translate(0, 100%);
  z-index: 3;
  border-radius: 10px;
}
.form_option.submit {
  flex-direction: row;
  justify-content: space-between;
}
.form_option .elo {
  color: black;
}
.form_option.checkboxes {
  width: 100%;
}
.form_option.checkboxes label {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 30px);
}
.form_option.checkboxes label a {
  font-weight: bold;
  color: inherit;
}
.form_option.checkboxes.error .checkbox_face {
  border-color: red;
}
.form_option.checkboxes .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
.form_option.checkboxes .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.form_option.checkboxes .checkbox_face .check:before, .form_option.checkboxes .checkbox_face .check:after {
  content: "";
  display: none;
}
.form_option.checkboxes .checkbox_face .check svg {
  width: 100%;
  height: auto;
}
.form_option.checkboxes:has(input[type=checkbox]:checked) .checkbox_face .check {
  opacity: 1;
}
.form_option.checkboxes input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
.form_option.checkbox label {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}
.form_option.checkbox .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
.form_option.checkbox .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.form_option.checkbox .checkbox_face .check:before, .form_option.checkbox .checkbox_face .check:after {
  content: "";
  width: 1px;
  height: 80%;
  background: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
}
.form_option.checkbox .checkbox_face .check:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form_option.checkbox:has(input[type=checkbox]:checked) .checkbox_face .check {
  opacity: 1;
}
.form_option.checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
.form_option label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  color: #23272D;
}
.form_option input {
  width: 100%;
  height: 38px;
  border: 1px solid #d0d6e1;
  border-radius: 5px;
  padding-left: 16px;
}
.form_option textarea {
  width: 100%;
  height: 100%;
  min-height: 130px;
  resize: none;
  border: 1px solid #d0d6e1;
  border-radius: 5px;
  padding-left: 16px;
}
.form_option textarea.result_field {
  min-height: 246px;
}
.form_option select {
  width: 100%;
  height: 38px;
  border: 1px solid #d0d6e1;
  border-radius: 5px;
  padding-left: 16px;
}
.form_option > div {
  width: 100%;
}
.form_option > div.checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.form_option > div.checkboxes label {
  width: fit-content;
  margin-right: 10px;
  padding: 5px 10px;
  background: #eee;
  border-radius: 10px;
  transition: 0.3s all;
}
.form_option > div.checkboxes label.clicked {
  color: #008011;
  background: #e1ffd2;
}
.form_option > div.checkboxes label:hover {
  color: #008011;
  background: #e1ffd2;
}

.btn {
  margin-right: 13px;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  font-size: 14px;
  width: fit-content;
  align-items: center;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all;
}
.btn.black {
  color: white;
  background: black;
}
.btn.black svg {
  color: white;
  margin-right: 5px;
}
.btn.black svg path {
  color: white;
}
.btn.yellow {
  background: #FAED6B;
  color: black;
}
.btn.blue {
  background: #00AFFE;
  color: white;
}
.btn.blue:hover {
  background: #018dcd;
}
.btn.purple {
  background: #b7307a;
  color: white;
  border-radius: 0px;
  font-size: 12px;
  padding: 15px 50px;
}
.btn.purple:hover {
  background: #a52b6e;
}
.btn.no-bg {
  color: #23272D;
  background: transparent;
  font-size: 14px;
  border: 1px solid #cdc8c8;
}
.btn.no-bg:hover {
  background: #00AFFE;
  color: white;
}
.btn.no-mg {
  margin: 0;
}
.btn.download-btn {
  border: 1px solid black;
}
.btn.green {
  color: white;
  background: #34c66a;
}
.btn.green svg {
  color: white;
  margin-right: 5px;
}
.btn.green svg path {
  color: white;
}
.btn.white {
  border: 1px solid white;
  background: white;
  color: black;
}
.btn.white svg path {
  color: black;
}
.btn.red {
  background: #e24244;
  color: white;
}
.btn svg {
  color: white;
  margin-right: 5px;
}
.btn svg path {
  color: white;
}

.badge {
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 12px;
  color: black;
  margin: 0 auto;
}
.badge.red {
  background: #D64D64;
  color: white;
}
.badge.green {
  background: #3DB54F;
  color: white;
}
.badge.blue {
  background: #00AFFE;
  color: white;
}
.badge.yellow {
  background: #FAED6B;
  color: black;
}
.badge.purple {
  background: #b7307a;
  color: white;
}
.badge.circle {
  border-radius: 50%;
  padding: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0px;
  color: transparent;
}

@media (max-width: 1200px) {
  .badge {
    padding: 5px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.wobble {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
}
.wobble.important {
  background: red;
}
.wobble.important p {
  color: white;
  text-align: center;
  font-size: 14px;
}

.thread {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 2px solid #D3DAE5;
}
.thread .thread_details {
  width: 55%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.thread .thread_details .avatar {
  width: 10%;
  text-align: center;
}
.thread .thread_details .avatar img {
  width: 100%;
  max-width: 52px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.thread .thread_details .content {
  width: 90%;
}
.thread .thread_details .content .thread_subject {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.thread .thread_details .content .thread_subject .badge {
  margin-left: 10px;
}
.thread .thread_details .content .lastMsg {
  margin: 0;
  font-size: 14px;
  margin-top: 5px;
  color: #7D8FA4;
}
.thread .thread_details .content .lastMsg span {
  color: black;
  font-weight: bold;
  font-size: 14px;
}
.thread .actions {
  width: 45%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.thread_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .thread .thread_details {
    width: 100%;
  }
  .thread .thread_details .avatar {
    width: 50px;
  }
  .thread .thread_details .content {
    width: calc(100% - 60px);
    padding-left: 20px;
  }
  .thread .actions {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
  }
  .thread .actions button, .thread .actions a {
    padding: 10px 0;
    max-width: 48%;
    width: 100%;
    margin: 0;
    justify-content: center;
    font-size: 12px;
  }
}
.tabs {
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.tabs .tab {
  border: 1px solid #d0d6e1;
  display: flex;
  width: fit-content;
  background: white;
  border-radius: 9px;
  overflow: hidden;
  overflow-x: auto;
  max-width: 100%;
}
.tabs .tab a {
  padding: 10px 25px;
  border-right: 1px solid #d0d6e1;
  color: black;
  font-weight: 500;
  text-decoration: none;
  min-width: 160px;
  transition: 0.3s all;
  text-align: center;
  position: relative;
}
.tabs .tab a.highlight {
  color: #d24935;
}
.tabs .tab a.highlight .exclam {
  position: absolute;
  top: 38%;
  left: 78%;
  transform: translate(-50%, -40%);
  background: red;
  color: white;
  padding: 5px 8px;
  border-radius: 50%;
  height: auto;
  line-height: initial;
  font-size: 11px;
  font-weight: bold;
}
.tabs .tab a.highlight:hover {
  color: #000;
  font-weight: bold;
}
.tabs .tab a:last-child {
  border: none;
}
.tabs .tab a.active {
  border: none;
  background: #f1f4fa;
  font-weight: bold;
}
.tabs .tab a:hover {
  color: #2db264;
  font-weight: bold;
}
@media (max-width: 992px) {
  .tabs {
    padding-left: 0px;
    width: 95%;
    margin: 21px auto 0;
  }
  .tabs .tab {
    margin-bottom: 10px;
    flex-wrap: wrap;
    background: none;
    border: none;
    overflow: auto;
  }
  .tabs .tab a {
    padding-left: 5px;
    min-width: unset;
    background: none;
  }
  .tabs .tab a.active {
    background: none;
  }
}

.filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.filters form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-start;
}
.filters .form_option {
  width: 15.6666666667%;
  margin-right: 1%;
}
.filters .form_option label {
  font-size: 14px;
  font-weight: 500;
}
.filters .form_option input, .filters .form_option select {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .filters {
    background: white;
    margin: 10px 0;
    padding: 20px;
    border-radius: 16px;
    border: 2px solid #D3DAE5;
  }
  .filters form {
    justify-content: space-between;
  }
  .filters .form_option {
    width: 45%;
    margin-bottom: 5px;
  }
  .filters .form_option label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .filters .form_option select, .filters .form_option input {
    font-size: 12px;
  }
  .filters .form_option .select2-results__option, .filters .form_option .select2-selection__rendered {
    /* font-size: 15px; */
    font-size: 12px;
  }
  .filters .form_option .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
  }
}

.filterShow button {
  width: 100%;
  background: white;
  border: 2px solid #D3DAE5;
  outline: none;
  border-radius: 8px;
  padding: 5px 0;
  font-weight: bold;
  color: #1C4762;
  margin-bottom: 10px;
}
.filterShow button.hide_filters {
  display: none;
}

.table_list {
  padding: 0px 20px;
  width: 100%;
  background: white;
  border: 2px solid #D3DAE5;
  border-radius: 16px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.table_list .userFiles input {
  width: 80%;
}
.table_list .userFiles td {
  text-align: center;
}
.table_list .userFiles td textarea {
  max-height: 60px;
  min-height: unset;
}
.table_list table {
  width: 100%;
}
.table_list table.attendance_table {
  margin: 20px 0;
}
.table_list table.attendance_table .btn {
  margin: 0 auto;
}
.table_list table thead th .table_header {
  font-size: 14px;
}
.table_list table thead th .select_all_children {
  font-size: 12px;
  cursor: pointer;
}
.table_list table .table_header {
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 550;
  text-align: center;
  color: #525F6E;
}
.table_list table .table_header.hide {
  opacity: 0;
  pointer-events: none;
}
.table_list table .accepts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.table_list table .accepts .icon {
  position: relative;
  margin-right: 5px;
}
.table_list table .accepts .icon:before, .table_list table .accepts .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: black;
  transform: translate(-50%, -50%) rotate(45deg);
}
.table_list table .accepts .icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.table_list table .accepts .icon.active:before, .table_list table .accepts .icon.active:after {
  opacity: 0;
}
.table_list table .accepts .icon.active:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}
.table_list table .accepts .tooltip {
  position: absolute;
  bottom: 0;
  left: 0;
  background: black;
  color: white;
  padding: 5px;
  border-radius: 10px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transform: translate(0, 100%);
}
.table_list table tbody .table_data {
  margin: 0;
  max-width: 200px;
  text-align: center;
  width: fit-content;
}
.table_list table tbody .table_data input[type=checkbox] {
  min-height: 15px;
}
.table_list table tbody .table_data.attendancesBadge.red p span, .table_list table tbody .table_data.paymentsBadge.red p span {
  background: red;
  font-size: 10px;
  color: white;
  font-weight: bold;
}
.table_list table tbody .table_data.attendancesBadge.yellow p span, .table_list table tbody .table_data.paymentsBadge.yellow p span {
  background: yellow;
  font-size: 10px;
  color: black;
  font-weight: bold;
}
.table_list table tbody .table_data.attendancesBadge.green p span, .table_list table tbody .table_data.paymentsBadge.green p span {
  background: #3DB54F;
  font-size: 10px;
  color: white;
  font-weight: bold;
}
.table_list table tbody .table_data.attendancesBadge p, .table_list table tbody .table_data.paymentsBadge p {
  overflow: unset;
  max-height: unset;
}
.table_list table tbody .table_data.attendancesBadge p span, .table_list table tbody .table_data.paymentsBadge p span {
  width: fit-content;
  padding: 10px;
  border-radius: 15px;
}
.table_list table tbody .table_data p::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.table_list table tbody .table_data p::-webkit-scrollbar-track {
  background: transparent;
}
.table_list table tbody .table_data p::-webkit-scrollbar-thumb {
  background-color: #00AFFE;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.table_list table tbody .suspended p {
  opacity: 0.5;
}
.table_list table tbody .table_pos:has(.suspended) p {
  opacity: 0.5;
}
.table_list table tbody .table_pos, .table_list table tbody .table_data, .table_list table tbody .items {
  padding: 20px 0;
  border-bottom: 1px solid #D3DAE5;
}
.table_list table tbody .table_pos.no_border, .table_list table tbody .table_data.no_border, .table_list table tbody .items.no_border {
  border: none;
}
.table_list table tbody .table_pos.no_border .table_data, .table_list table tbody .table_data.no_border .table_data, .table_list table tbody .items.no_border .table_data {
  border: none;
}
.table_list table tbody .table_pos a:not(.btn), .table_list table tbody .table_data a:not(.btn), .table_list table tbody .items a:not(.btn) {
  color: #00AFFE;
  font-size: 12px;
  width: 100%;
  text-align: center;
  display: block;
}
.table_list table tbody .table_pos a:not(.btn):hover, .table_list table tbody .table_data a:not(.btn):hover, .table_list table tbody .items a:not(.btn):hover {
  text-decoration: underline;
}
.table_list table tbody .table_pos .btn, .table_list table tbody .table_data .btn, .table_list table tbody .items .btn {
  margin: 0;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 12px;
}
.table_list table tbody .table_pos .links, .table_list table tbody .table_data .links, .table_list table tbody .items .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 350px;
  justify-self: center;
  flex-wrap: wrap;
  justify-content: center;
}
.table_list table tbody .table_pos .links.hidden, .table_list table tbody .table_data .links.hidden, .table_list table tbody .items .links.hidden {
  display: none;
}
.table_list table tbody .table_pos .links .unSuspendChildBtn, .table_list table tbody .table_data .links .unSuspendChildBtn, .table_list table tbody .items .links .unSuspendChildBtn {
  display: none;
}
.table_list table tbody .table_pos .links svg, .table_list table tbody .table_data .links svg, .table_list table tbody .items .links svg {
  height: auto;
  width: 20px;
}
.table_list table tbody .table_pos .links.suspended .suspendChildBtn, .table_list table tbody .table_data .links.suspended .suspendChildBtn, .table_list table tbody .items .links.suspended .suspendChildBtn {
  display: none;
}
.table_list table tbody .table_pos .links.suspended .unSuspendChildBtn, .table_list table tbody .table_data .links.suspended .unSuspendChildBtn, .table_list table tbody .items .links.suspended .unSuspendChildBtn {
  display: block;
}
.table_list table tbody .table_pos .links .btn, .table_list table tbody .table_data .links .btn, .table_list table tbody .items .links .btn {
  margin-right: 10px;
}
.table_list table tbody .table_pos .links a:not(.btn), .table_list table tbody .table_data .links a:not(.btn), .table_list table tbody .items .links a:not(.btn) {
  color: #23272D;
}
.table_list table tbody .table_pos .links .form_option, .table_list table tbody .table_data .links .form_option, .table_list table tbody .items .links .form_option {
  margin: 0;
  margin-left: 5px;
}
.table_list table tbody .table_pos .links .form_option .btn, .table_list table tbody .table_data .links .form_option .btn, .table_list table tbody .items .links .form_option .btn {
  margin: 0;
}
.table_list table tbody .table_pos .attendance_link, .table_list table tbody .table_data .attendance_link, .table_list table tbody .items .attendance_link {
  display: unset;
  width: auto;
}
.table_list table tbody .table_pos p, .table_list table tbody .table_data p, .table_list table tbody .items p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: #23272D;
  word-break: break-all;
  max-height: 60px;
  overflow: auto;
  padding: 0 5px;
}
.table_list table tbody .table_pos p.no_entries, .table_list table tbody .table_data p.no_entries, .table_list table tbody .items p.no_entries {
  text-align: center;
  font-size: 14px;
  color: #627282;
  font-weight: bold;
}
.table_list table tbody .table_pos .childNote, .table_list table tbody .table_data .childNote, .table_list table tbody .items .childNote {
  max-height: 45px;
  min-height: 45px;
}
.table_list table tbody .table_pos.special, .table_list table tbody .table_data.special, .table_list table tbody .items.special {
  border-top: 1px solid #D3DAE5;
}
.table_list table tbody .items a:not(.btn) {
  color: #23272D;
}
.table_list .pagination {
  width: 100%;
}

.pagination {
  flex-direction: column;
  margin-top: 20px;
}
.pagination .links {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.pagination .links > a {
  color: black;
  text-decoration: none;
  padding: 5px 8px;
  line-height: 1.2;
  border-radius: 7px;
  transition: 0.3s all;
}
.pagination .links > a:hover {
  color: #2db264;
  background: #e1faeb;
}
.pagination .links > a svg {
  width: 17px;
}
.pagination .links .numbers {
  margin: 0 10px;
}
.pagination .links .numbers a {
  margin-right: 10px;
  text-decoration: none;
  color: #828a99;
  line-height: 1.2;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 7px;
  font-size: 14px;
  transition: 0.3s all;
}
.pagination .links .numbers a:last-child {
  margin-right: 0;
}
.pagination .links .numbers a:hover {
  background: #f1f4fa;
}
.pagination .text p {
  color: #828a99;
  font-size: 12px;
  font-weight: bold;
}
.pagination .text p span {
  color: #828a99;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .children .table_list table tbody .table_data.paymentsBadge p span {
    padding: 5px;
  }
}
@media (max-width: 992px) {
  .eventAttendancesMonth .table_list {
    overflow: auto;
  }
  .eventAttendancesMonth .table_list .table_header {
    font-size: 12px;
  }
  .eventAttendancesMonth .table_list .table_header p {
    font-size: 12px;
  }
  .eventAttendancesMonth .table_list .table_data {
    font-size: 12px;
  }
  .eventAttendancesMonth .table_list .table_data p {
    font-size: 12px;
  }
  .eventAttendancesMonth .table_list .table_data a:not(.btn) {
    font-size: 12px;
  }
}
header {
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  box-shadow: 0px 0px 0px rgba(28, 5, 77, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.05);
}
header .menu {
  max-width: 85%;
  width: 100%;
}
header .menu .logo {
  width: 100%;
  max-width: 100px;
}
header .menu .logo img {
  max-height: 40px;
  width: auto;
}
header .menu ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
header .menu ul li {
  padding: 8px;
  margin-right: 8px;
  border-radius: 8px;
  transition: 0.3s all;
}
header .menu ul li.active {
  background: #00AFFE;
}
header .menu ul li.active a {
  color: white;
}
header .menu ul li:hover {
  background: #00AFFE;
}
header .menu ul li:hover a {
  color: white;
}
header .menu ul li a {
  transition: 0.3s all;
  font-size: 14px;
  color: #525F6E;
  text-decoration: none;
}
header .right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
header .right .impersonate {
  margin-right: 10px;
  position: relative;
}
header .right .impersonate .tooltip {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  width: max-content;
  padding: 5px;
  background: black;
  opacity: 0;
  border-radius: 5px;
  pointer-events: none;
}
header .right .impersonate .tooltip p {
  color: white;
  font-size: 10px;
  margin: 0;
}
header .right .impersonate:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}
header .right a svg {
  width: 100%;
  height: auto;
  max-width: 24px;
}
header .right .noteToMyself {
  cursor: pointer;
  margin-right: 10px;
}
header .right .noteToMyself svg {
  width: 20px;
  height: auto;
}
header .right .searchGlobal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
}
header .right .searchGlobal .icon-flex {
  order: 2;
}
header .right .searchGlobal .icon-flex svg {
  width: 20px;
  height: auto;
}
header .right .searchGlobal .input {
  margin-right: 10px;
  order: 1;
  max-width: 0px;
  overflow: hidden;
  transition: 0.5s all;
}
header .right .searchGlobal.active .input {
  max-width: 100%;
}
header .user {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
header .user .avatar {
  width: 100%;
  object-fit: cover;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin-right: 10px;
}
header .user.parent a {
  color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
header .user p {
  font-size: 14px;
}
header .user:hover .user_menu {
  opacity: 1;
  pointer-events: auto;
}
header .user .user_menu {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100px;
  width: 100%;
  transform: translate(0, 100%);
  z-index: 99;
  /* background: white; */
  padding: 20px 5px;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s all;
}
header .user .user_menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 21%;
  width: 20px;
  height: 20px;
  background: white;
  transform: translate(-112%, -30%) rotate(45deg);
  z-index: -1;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
header .user .user_menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1;
  box-shadow: 7px 8px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
header .user .user_menu:hover {
  opacity: 1;
  pointer-events: auto;
}
header .user .user_menu ul {
  position: relative;
  z-index: 2;
  padding: 0;
  list-style: none;
  width: 100%;
  padding-left: 5px;
  margin: 0;
}
header .user .user_menu ul li {
  width: fit-content;
  padding: 5px;
  border-radius: 8px;
  transition: 0.3s all;
  margin-bottom: 5px;
}
header .user .user_menu ul li a {
  font-size: 12px;
  color: inherit;
  text-decoration: none;
}
header .user .user_menu ul li:hover {
  background: #00AFFE;
}
header .user .user_menu ul li:hover a {
  color: white;
}
header .menuMobile {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
header .menuMobile .burger {
  width: 100%;
  max-width: 30px;
  position: relative;
  height: 31px;
}
header .menuMobile .burger .stripe {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s all;
  width: 100%;
  height: 4px;
  margin-bottom: 3px;
  background: #98A1AB;
  border-radius: 10px;
  pointer-events: none;
}
header .menuMobile .burger .stripe.sec {
  top: 50%;
}
header .menuMobile .burger .stripe.thir {
  top: 84%;
}
header .menuMobile .burger.clicked .stripe {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .menuMobile .burger.clicked .stripe.sec, header .menuMobile .burger.clicked .stripe.thir {
  top: 50%;
}
header .menuMobile .burger.clicked .stripe.sec {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .menuMobile .header_txt {
  margin-left: 16px;
}
header .menuMobile .header_txt p {
  margin: 0;
  font-size: 5vw;
  font-weight: bold;
  color: #1B2734;
}

.mobileMenuContent {
  position: fixed;
  background: white;
  z-index: 999;
  width: 80%;
  height: 100%;
  overflow: hidden;
  top: 0%;
  left: 50%;
  transform: translate(-165%, 0%);
  transition: 0.3s all;
}
.mobileMenuContent.active {
  transform: translate(-65%, 0%);
}
.mobileMenuContent .close {
  position: absolute;
  right: 2%;
  height: 30px;
  width: 30px;
  top: 2%;
}
.mobileMenuContent .close .stripe {
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #98A1AB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobileMenuContent .close .stripe.sec {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobileMenuContent .nav-list {
  width: 100%;
  padding: 30px;
}
.mobileMenuContent .nav-list ul {
  padding: 0;
  list-style: none;
}
.mobileMenuContent .nav-list ul li {
  padding: 8px;
  margin-right: 8px;
  border-radius: 8px;
  transition: 0.3s all;
  width: fit-content;
}
.mobileMenuContent .nav-list ul li a {
  transition: 0.3s all;
  font-size: 17px;
  color: #525F6E;
  text-decoration: none;
}
.mobileMenuContent .nav-list ul li.active {
  background: #00AFFE;
}
.mobileMenuContent .nav-list ul li.active a {
  color: white;
}

@media (max-width: 768px) {
  header {
    margin-bottom: 20px;
  }
}
.thread_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  max-height: 80vh;
  overflow: auto;
  background: #F8F9FA;
  z-index: 9999;
  border-radius: 16px;
  padding: 0 20px;
  min-height: 380px;
  transition: 0.4s all;
  transform: translate(-50%, -50%) scale(0.000001);
  pointer-events: none;
}
.thread_modal.active {
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.thread_modal .headline {
  position: relative;
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #D3DAE5;
  margin-bottom: 15px;
}
.thread_modal .headline .headline_txt {
  position: relative;
  width: 100%;
  font-size: 16px;
  margin: 0;
  padding-right: 50px;
}
.thread_modal .form_option {
  margin-bottom: 10px;
}
.thread_modal .form_option.button {
  justify-content: flex-end;
}
.thread_modal .close {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 20px;
}
.thread_modal .close svg {
  width: 100%;
  height: auto;
}
.thread_modal .close img {
  width: 100%;
}

.modals {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  overflow: auto;
  background: #F8F9FA;
  z-index: 9999;
  border-radius: 16px;
  padding: 0 20px;
  min-height: 380px;
  transition: 0.4s all;
  transform: translate(-50%, -50%) scale(0.000001);
  pointer-events: none;
}
.modals.active {
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.modals.addExcludedDayModal {
  overflow: visible;
}
.modals.scheduleModal {
  max-width: 1200px;
  overflow: visible;
}
.modals.scheduleModal .btn {
  margin-right: 10px;
}
.modals.scheduleModal h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.modals .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.modals .row h3 {
  width: 100%;
}
.modals .row.hidden {
  display: none;
}
.modals .row .form_option {
  margin-right: 1%;
}
.modals .row .form_option p {
  margin: 0;
  font-size: 15px;
  word-break: break-all;
}
.modals#eventModal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.modals#eventModal .form_option {
  width: 48%;
  margin-right: 1%;
}
.modals .headline {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #D3DAE5;
  margin-bottom: 15px;
  width: 100%;
}
.modals .headline .headline_txt {
  position: relative;
  width: 100%;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  padding-right: 50px;
}
.modals .headline .headline_txt span {
  font-size: 14px;
  font-weight: bold;
}
.modals #instructor_add_form_isStudent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.modals #instructor_add_form_isStudent label {
  width: fit-content;
  margin-right: 10px;
}
.modals #instructor_add_form_isStudent label {
  font-weight: normal;
  padding: 10px 20px;
  background: #ddd;
  border-radius: 15px;
  cursor: pointer;
}
.modals #instructor_add_form_isStudent #instructor_add_form_isStudent_0:checked + label {
  font-weight: bold;
  background: #00AFFE;
  color: white;
}
.modals #instructor_add_form_isStudent #instructor_add_form_isStudent_1:checked + label {
  font-weight: bold;
  background: #00AFFE;
  color: white;
}
.modals form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.modals .form_option {
  margin-bottom: 10px;
  width: 100%;
}
.modals .form_option.button {
  justify-content: flex-end;
}
.modals .form_option .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 10px;
}
.modals .form_option.checkbox {
  position: relative;
}
.modals .form_option.checkbox input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.modals .form_option.c-1 {
  width: 24%;
}
.modals .form_option.c-2 {
  width: 48%;
}
.modals .form_option.c-3 {
  width: 72%;
}
.modals .form_option p, .modals .form_option a {
  margin: 0;
  font-size: 14px;
}
.modals .form_option a:not(.btn) {
  color: #00AFFE;
}
.modals .close {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 20px;
  cursor: pointer;
}
.modals .close svg {
  width: 100%;
  height: auto;
}
.modals .close img {
  width: 100%;
}

.calendarHandler {
  background: white;
  padding: 20px;
  border-radius: 15px;
}
.calendarHandler .sx__event-modal-default {
  max-height: 700px;
  min-height: 300px;
}

.custom-event-wrapper {
  width: 100%;
  height: 100%;
}

.fc-daygrid-event {
  white-space: normal;
}
.fc-daygrid-event .customEventLabel {
  background: #00AFFE;
}
.fc-daygrid-event .customEventLabel p {
  color: white;
}

.fc-v-event {
  background: none;
}
.fc-v-event .customEventLabel {
  background: #00AFFE;
}
.fc-v-event .customEventLabel p {
  color: white;
}

.customEventLabel {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.customEventLabel p {
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
  font-size: 11px;
  margin: 0;
  margin-bottom: 5px;
}

.fc .fc-toolbar-title {
  font-size: 14px;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child), .fc-direction-ltr .fc-toolbar > * > :not(:first-child), .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  background: white;
  color: black;
  margin: 0 3px;
  border-radius: 8px;
  font-size: 12px;
}

@media (max-width: 992px) {
  .fc .fc-toolbar.fc-header-toolbar {
    display: none;
  }
  .fc .fc-view-harness {
    min-height: 80vh;
  }
  .fc .fc-list-event-title a, .fc-list-event-time, .fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text, .fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
    font-size: 12px;
  }
}
.header {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}
.header.details_header {
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 70px;
  margin-top: 40px;
}
.header.details_header .texts {
  width: 100%;
}
.header.details_header .texts h1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #23272D;
  font-size: 24px;
}
.header.details_header .texts h1 span {
  font-weight: 400;
  margin-left: 10px;
}
.header.details_header .back_btn {
  color: #525F6E;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}
.header.details_header .back_btn img {
  margin-right: 10px;
}
.header .text_section {
  display: flex;
  width: 80%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.header .texts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 80px);
  justify-content: flex-start;
}
.header .texts .page_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
  font-size: 24px;
  color: #23272D;
}
.header .texts .page_header .institiution {
  width: 100%;
  font-size: 14px;
  margin: 5px 0;
}
.header .texts .description {
  margin-top: 10px;
  font-size: 14px;
}
.header.small .avatar {
  max-width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
}
.header .avatar {
  width: 100%;
  max-width: 65px;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .header.details_header {
    margin: 20px 0;
    align-items: center;
    justify-content: space-between;
  }
  .header.details_header .buttons a {
    font-size: 12px;
  }
  .header.details_header .texts h1 {
    font-size: 16px;
  }
  .header.details_header .texts h1 span {
    margin: 0;
    width: 100%;
  }
  .header.details_header .text_section {
    width: 50%;
  }
}

.tiles {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 75px 0;
  justify-content: flex-start;
}
.tiles.publisher {
  justify-content: flex-start;
}
.tiles.publisher .tile {
  margin-right: 20px;
}
.tiles .tile {
  width: 32%;
  padding: 0 30px;
  margin-top: 20px;
  margin-right: 1%;
}
.tiles .tile.campaigns {
  background: #d9ffea;
}
.tiles .tile.campaigns p {
  color: #01754b;
}
.tiles .tile.spaces {
  background: #ffebed;
}
.tiles .tile.spaces p {
  color: #8c0028;
}
.tiles .tile.publishers {
  background: #ebeaff;
}
.tiles .tile.publishers p {
  color: #290e61;
}
.tiles .tile p {
  font-size: 21px;
  margin: 18px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.tiles .tile p.value {
  margin-top: 24px;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 24px;
}

.mobileTable {
  flex-direction: row;
  flex-wrap: wrap;
}
.mobileTable .item_table {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: 2px solid #D3DAE5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.mobileTable .item_table .form_option {
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}
.mobileTable .item_table .form_option.half {
  width: 49%;
  justify-content: space-between;
}
.mobileTable .item_table .form_option p {
  margin: 0;
}
.mobileTable .item_table .form_option.bold label {
  font-weight: bold;
}
.mobileTable .item_table .form_option.payments, .mobileTable .item_table .form_option.attendance {
  justify-content: space-between;
}
.mobileTable .item_table .form_option.payments label, .mobileTable .item_table .form_option.attendance label {
  font-size: 12px;
  width: 49%;
  font-weight: bold;
}
.mobileTable .item_table .form_option.payments p, .mobileTable .item_table .form_option.attendance p {
  font-size: 12px;
  width: 48%;
  margin: 0;
}
.mobileTable .item_table .form_option.payments a, .mobileTable .item_table .form_option.attendance a {
  font-size: 12px;
  width: 48%;
  margin: 0;
  color: inherit;
  text-decoration: none;
}
.mobileTable .item_table .form_option.buttons {
  justify-content: space-between;
}
.mobileTable .item_table .form_option.buttons a {
  font-size: 12px;
  width: 48%;
  margin-right: 0;
  padding: 10px 0;
  text-align: center;
  justify-content: center;
}

.alert {
  width: 100%;
  background: #D64D64;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.alert a {
  margin-left: 10px;
  margin-right: 0;
}
.alert p {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 14px;
  color: white;
  font-weight: bold;
}
.alert p span {
  font-size: 10px;
}
.alert p a {
  margin-left: 20px;
}
.alert.flash-notice {
  background: #EAA642;
}
.alert.flash-success {
  background: #00AFFE;
}
.alert.flash-error {
  background: #D64D64;
  color: white;
}
.alert.flash-error p {
  color: white;
}
.alert.flash-warning {
  background: #AD2D7C;
  color: white;
}
.alert.flash-warning p {
  color: white;
}

body:has(#login_page) {
  background: url(be3dfae55b49e10ad47e.svg);
  background-position: 50%;
  background-repeat: repeat;
}
body.register {
  background: url(be3dfae55b49e10ad47e.svg);
  background-position: 50%;
  background-repeat: repeat;
}
body.register .container {
  max-width: 1380px;
  margin-top: 5rem;
  --bs-gutter-x: 1.5rem;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
  color: #004760;
}
body.register .container.child_thanks {
  max-width: 1100px;
}
body .submitRegisterChild.disabled_true {
  opacity: 0.5;
  pointer-events: none;
}
body .child_thanks .nextChild {
  background: yellow;
  padding: 10px 20px;
  width: 100%;
  position: relative;
  /* background: #ac2d7c; */
  margin-bottom: 20px;
  border-radius: 20px;
}
body .child_thanks .nextChild p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  margin: 0;
  justify-content: center;
}
body .child_thanks .nextChild p a {
  margin-left: 12px;
}
body .child_thanks .table_list {
  position: relative;
  padding: 0 90px;
  justify-content: space-between;
}
body .child_thanks .table_list .text_succ {
  width: 70%;
  position: relative;
}
body .child_thanks .table_list .text_succ h3 {
  color: #00afee;
  font-size: 24px;
  font-weight: bold;
}
body .child_thanks .table_list .text_succ p {
  color: #00afee;
  font-size: 18px;
  font-weight: bold;
}
body .child_thanks .table_list .parrot {
  width: 30%;
}
body .child_thanks .table_list .arrow_large {
  position: absolute;
  width: 50%;
  top: 80%;
  left: 70%;
  transform: translate(-50%, -50%);
}
body .child_thanks .spam {
  width: 100%;
  position: relative;
  background: #ac2d7c;
  margin-bottom: 20px;
  border-radius: 20px;
}
body .child_thanks .spam p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: white;
}
body .child_thanks .comm {
  width: 49%;
  position: relative;
  margin-top: 50px;
}
body .child_thanks .comm .bg {
  width: 100%;
  min-height: 100%;
  position: relative;
  bottom: 0;
  background: #00afee;
  left: 0;
  border-radius: 20px;
  padding: 50px 0px 50px 30%;
  z-index: 1;
  transform: translate(0, -2%);
}
body .child_thanks .comm .text {
  padding: 0 10px;
}
body .child_thanks .comm .text p {
  color: white;
  margin: 5px 0;
  font-size: 20px;
  font-weight: bold;
}
body .child_thanks .comm .text ul {
  list-style: none;
  padding: 0;
}
body .child_thanks .comm img {
  width: 27%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translate(2%, 0.5%);
}
body .child_thanks .next {
  width: 49%;
  position: relative;
  text-align: right;
  margin-top: 50px;
}
body .child_thanks .next .bg {
  width: 100%;
  min-height: 100%;
  position: relative;
  bottom: 0;
  text-align: left;
  background: #d64e64;
  left: 0;
  border-radius: 20px;
  padding: 10px 30% 10px 10px;
  z-index: 1;
  transform: translate(0, -2%);
}
body .child_thanks .next .text {
  padding: 0 10px;
}
body .child_thanks .next .text p {
  color: white;
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
}
body .child_thanks .next .text > p {
  font-size: 16px;
}
body .child_thanks .next .text ul {
  list-style: none;
  padding: 0;
}
body .child_thanks .next .text ul li {
  margin-bottom: 5px;
}
body .child_thanks .next .text ul li a {
  margin-top: 10px;
}
body .child_thanks .next img {
  width: 27%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translate(-2%, 0.1%);
}
body .child_register .select2-results__option, body .child_register .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}
body .child_register .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 18px;
  padding: 10px;
  font-size: 14px;
}
body .child_register .table_list {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0px;
  padding: 0;
  overflow: hidden;
}
body .child_register .alert {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: red;
  color: white;
}
body .child_register .alert.alert-success {
  background: green;
}
body .child_register .alert p {
  width: 100%;
  font-weight: normal;
}
body .child_register .alert p a {
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
  display: contents;
  color: white;
}
body .child_register .section_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
body .child_register .section_header a {
  display: contents;
}
body .child_register .section_header .paaro_logo {
  max-width: 60%;
  height: auto;
  object-fit: contain;
}
body .child_register .section_header .paaro_logo_mobile {
  max-width: 100%;
  max-height: 80px;
  height: auto;
  object-fit: contain;
}
body .child_register .section_header .wingee_logo {
  max-width: 40%;
  height: auto;
  object-fit: contain;
}
body .child_register .content {
  display: grid;
  grid-template-columns: 20% 2fr 20%;
}
body .child_register .content .image .images {
  background: #00b0fa;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
body .child_register .content .image .images img {
  max-width: 100%;
  object-fit: contain;
  max-width: 100%;
}
body .child_register .content .image .images .text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.16;
  margin-top: 1rem;
  max-width: 220px;
}
body .child_register .content .form {
  --bs-gutter-x: 1.5rem;
  padding: calc(var(--bs-gutter-x) * 0.5);
}
body .child_register .content .form.center {
  min-height: 670px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .child_register .content .form.center h2 {
  width: 100%;
  text-align: center;
}
body .child_register .content .form.center p {
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.007em;
  max-width: 80%;
  margin: 0 auto;
}
body .child_register .content .form h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 1.4rem 0 1.8rem;
}
body .child_register .content .form .section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
body .child_register .content .form .section.hidden {
  display: none;
}
body .child_register .content .form .section:not(:first-child) {
  padding-top: 16px;
  border-top: 1px solid #eeeef3;
}
body .child_register .content .form .section:not(:first-child).no_border {
  border: none;
}
body .child_register .content .form .section .section_label {
  width: 25%;
}
body .child_register .content .form .section .section_label p {
  font-size: 12px;
  color: #004760;
  margin: 0 auto;
}
body .child_register .content .form .section .inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 75%;
}
body .child_register .content .form .section .inputs .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
body .child_register .content .form .section .inputs .form_option {
  margin-bottom: 8px;
  width: 100%;
}
body .child_register .content .form .section .inputs .form_option.no-institution {
  width: 100%;
}
body .child_register .content .form .section .inputs .form_option.no-institution p {
  width: 100%;
  text-align: center;
}
body .child_register .content .form .section .inputs .form_option.no-institution p a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
body .child_register .content .form .section .inputs .form_option.error .select2-container--default .select2-selection--single {
  border: 1px solid red;
}
body .child_register .content .form .section .inputs .form_option.error input, body .child_register .content .form .section .inputs .form_option.error select {
  border: 1px solid red;
}
body .child_register .content .form .section .inputs .form_option.checkbox label {
  font-size: 12px;
  display: block;
  width: calc(100% - 30px);
}
body .child_register .content .form .section .inputs .form_option.checkbox label a {
  font-weight: bold;
  color: inherit;
}
body .child_register .content .form .section .inputs .form_option.checkbox.error .checkbox_face {
  border-color: red;
}
body .child_register .content .form .section .inputs .form_option.checkbox .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
body .child_register .content .form .section .inputs .form_option.checkbox .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body .child_register .content .form .section .inputs .form_option.checkbox .checkbox_face .check:before, body .child_register .content .form .section .inputs .form_option.checkbox .checkbox_face .check:after {
  content: "";
  display: none;
}
body .child_register .content .form .section .inputs .form_option.checkbox .checkbox_face .check svg {
  width: 100%;
  height: auto;
}
body .child_register .content .form .section .inputs .form_option.checkbox:has(input[type=checkbox]:checked) .checkbox_face .check {
  opacity: 1;
}
body .child_register .content .form .section .inputs .form_option.special label {
  font-size: 14px;
  text-decoration: underline;
}
body .child_register .content .form .section .inputs .form_option label {
  font-size: 14px;
  width: 100%;
  color: #004760;
  margin: 0;
}
body .child_register .content .form .section .inputs .form_option input, body .child_register .content .form .section .inputs .form_option select {
  max-height: 35px;
  min-height: 35px;
  font-size: 14px;
  padding-left: 5px;
}
body .child_register .content .form .section .inputs .form_option.c-1 {
  width: 12%;
}
body .child_register .content .form .section .inputs .form_option.c-2 {
  width: 24%;
}
body .child_register .content .form .section .inputs .form_option.c-3 {
  width: 36%;
}
body .child_register .content .form .section .inputs .form_option.c-4 {
  width: 48%;
}
body .child_register .content .form .section .inputs .form_option.c-5 {
  width: 60%;
}
body .child_register .content .form .section .inputs .form_option.c-6 {
  width: 72%;
}
body .child_register .content .form .section .inputs .form_option.c-7 {
  width: 84%;
}
body .child_register .content .form .section .inputs .form_option.c-8 {
  width: 100%;
}
body .child_register .content .right {
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}
body .child_register .content .right .login_comm {
  width: 100%;
  text-align: center;
}
body .child_register .content .right .login_comm .btn {
  margin: 0 auto;
}
body .child_register .content .right img {
  width: 100%;
  object-fit: contain;
}
body .footer {
  width: 100%;
  display: grid;
  grid-template-columns: 20% 2fr 0%;
  background: #00b0fa;
}
body .footer .right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
body .footer .right > p {
  color: white;
  font-weight: bold;
}
body .footer .right ul {
  list-style: none;
  padding: 0;
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body .footer .right ul li {
  margin-top: 10px;
}
body .footer .right ul .btn {
  color: white;
}
body .footer .right ul a:not(.btn) {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  line-height: 12px;
}
body .footer .right ul a:not(.btn) i {
  width: 22px;
  margin-right: 7px;
}
body .footer .right ul a:not(.btn) i svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  body.register .container {
    max-width: 80%;
  }
  body .child_register .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body .child_register .content .section_header {
    padding: 8px 16px;
  }
  body .child_register .content .section_header .paaro_logo_mobile {
    width: 120px;
    max-width: 100%;
    height: 85px;
    object-fit: contain;
  }
  body .child_register .content .section_header .wingee_logo {
    width: 123px;
    max-width: 100%;
    height: 85px;
    object-fit: contain;
  }
  body .child_register .content .image .images {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 16px;
    height: auto;
  }
  body .child_register .content .image .images .text {
    max-width: 50%;
    margin-bottom: 0;
  }
  body .child_register .content .image .images .text p {
    font-size: 16px;
  }
  body .child_register .content .image .images img {
    width: 30%;
    height: 85px;
    object-fit: contain;
  }
  body .child_thanks .table_list {
    padding: 0 20px;
  }
  body .child_thanks .table_list .text_succ {
    width: 70%;
  }
  body .child_thanks .table_list .text_succ h3 {
    font-size: 24px;
  }
  body .child_thanks .table_list .text_succ p {
    font-size: 16px;
  }
  body .child_thanks .table_list .arrow_large {
    display: none;
  }
  body .child_thanks .table_list .parrot {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
  }
  body .child_thanks .comm {
    margin-top: 60px;
    padding: 0;
    width: 100%;
  }
  body .child_thanks .comm .bg {
    width: 100%;
    position: relative;
    background: #00afee;
    border-radius: 20px;
    padding: 50px 0px 50px 30%;
    z-index: 1;
    transform: translate(0, -2%);
  }
  body .child_thanks .comm img {
    width: 30%;
    position: absolute;
    bottom: 0.4%;
    max-width: 130px;
  }
  body .child_thanks .comm .text {
    padding: 0 10px;
  }
  body .child_thanks .comm .text p {
    font-size: 16px;
  }
  body .child_thanks .spam p {
    font-size: 14px;
  }
  body .child_thanks .next {
    padding: 0;
    width: 100%;
  }
  body .child_thanks .next .bg {
    width: 100%;
    position: relative;
    text-align: left;
    background: #d64e64;
    border-radius: 20px;
    padding: 10px 30% 10px 10px;
    z-index: 1;
  }
  body .child_thanks .next .bg .text p {
    font-size: 16px;
  }
  body .child_thanks .next .bg .text ul li p {
    font-size: 12px;
  }
  body .child_thanks .next .bg .text ul li a {
    font-size: 12px;
    margin: 0;
    margin-top: 10px;
    padding: 10px;
  }
  body .child_thanks .next img {
    position: absolute;
    bottom: 0.6%;
    right: 3%;
    width: 30%;
    max-width: 130px;
  }
  body .footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body .footer ul {
    width: 100%;
  }
  body .footer ul li {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  body.register .container {
    max-width: 95%;
  }
  body .child_register .content .form .section .inputs .form_option {
    width: 100%;
  }
  body .child_register .content .form .section .inputs .form_option.checkbox {
    width: 100%;
  }
  body .child_register .content .form .section .inputs .form_option.c-1, body .child_register .content .form .section .inputs .form_option.c-2, body .child_register .content .form .section .inputs .form_option.c-3, body .child_register .content .form .section .inputs .form_option.c-4 {
    width: 48%;
  }
  body .child_register .content .image .images .text {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  body.register {
    padding: 0 0 20px 0;
  }
  body.register .container {
    max-width: 98%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
  }
  body.register .container.child_register.searchParent .content .image .images .text {
    font-size: 16px;
  }
  body.register .container.child_register.searchParent .content .form h2 {
    text-align: center;
  }
  body.register .container.child_register .content .image .images .text {
    max-width: 72%;
    font-size: 12px;
  }
  body.register .container.child_register .content .form h2 {
    font-size: 16px;
  }
  body.register .container.child_register .content .form .section .section_label {
    margin-bottom: 10px;
    width: 100%;
  }
  body.register .container.child_register .content .form .section .inputs {
    width: 100%;
  }
  body.register .container.child_register .content .form .section button {
    margin: 0 auto;
  }
  body.register .container.child_thanks {
    max-width: 80%;
  }
  body.register .container.child_thanks .table_list {
    padding: 0 20px;
  }
  body.register .container.child_thanks .table_list .text_succ {
    width: 100%;
  }
  body.register .container.child_thanks .table_list .text_succ h3 {
    font-size: 24px;
  }
  body.register .container.child_thanks .table_list .text_succ p {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  body.register {
    padding: 0 0 20px 0;
  }
  body.register .container {
    max-width: 98%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
  }
  body.register .container.child_register .content .image .images .text {
    max-width: 72%;
    font-size: 12px;
  }
  body.register .container.child_register .content .form h2 {
    font-size: 16px;
  }
  body.register .container.child_register .content .form .section .section_label {
    margin-bottom: 10px;
    width: 100%;
  }
  body.register .container.child_register .content .form .section .inputs {
    width: 100%;
  }
  body.register .container.child_register .content .form .section button {
    margin: 0 auto;
  }
  body.register .container.child_thanks {
    max-width: 100%;
  }
  body.register .container.child_thanks .table_list {
    padding: 0 20px;
  }
  body.register .container.child_thanks .table_list .text_succ {
    width: 100%;
  }
  body.register .container.child_thanks .table_list .text_succ h3 {
    font-size: 24px;
  }
  body.register .container.child_thanks .table_list .text_succ p {
    font-size: 16px;
  }
}

.container.parent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.container.parent .left {
  width: 40%;
}
.container.parent .right {
  width: 58%;
}
.container .parentTile {
  padding: 20px;
}
.container .parentTile .text_section {
  width: 100%;
}
.container .parentTile .text_section:has(.texts) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.container .parentTile .text_section:has(.texts) .texts {
  width: 70%;
}
.container .parentTile .text_section:has(.texts) .links {
  text-align: right;
  margin: 10px 0px;
}
.container .parentTile .text_section:has(.texts) .links a {
  margin: 0 auto;
}
.container .parentTile .text_section h3 {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.container .parentTile .text_section p {
  font-size: 14px;
  color: #525F6E;
}
.container .parentTile .section_content {
  width: 100%;
}
.container .parentTile .section_content .item_list .item_header {
  font-size: 16px;
  font-weight: normal;
  position: relative;
}
.container .parentTile .section_content .item_list .item_header.childAttendanceName {
  margin: 10px auto;
}
.container .parentTile .section_content .item_list .item_header.childAttendanceName p {
  pointer-events: none;
}
.container .parentTile .section_content .item_list .item_header .arrow {
  position: absolute;
  top: 50%;
  pointer-events: none;
  right: 0;
  transform: translate(0, -50%);
  width: 20px;
}
.container .parentTile .section_content .item_list .item_header .arrow .svg {
  width: 100%;
  height: auto;
}
.container .parentTile .section_content .item_list .item_header.active .arrow {
  transform: translate(0, -50%) rotate(180deg);
}
.container .parentTile .filter, .container .parentTile .kids {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.container .parentTile .filter.kids, .container .parentTile .kids.kids {
  margin-bottom: 15px;
}
.container .parentTile .filter .filterOption, .container .parentTile .filter .optionTile, .container .parentTile .kids .filterOption, .container .parentTile .kids .optionTile {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 14px;
  font-weight: bold;
  cursor: pointer;
  font-size: 12px;
}
.container .parentTile .filter .filterOption p, .container .parentTile .filter .optionTile p, .container .parentTile .kids .filterOption p, .container .parentTile .kids .optionTile p {
  margin: 0;
  pointer-events: none;
  font-size: inherit;
}
.container .parentTile .filter .filterOption.active, .container .parentTile .filter .optionTile.active, .container .parentTile .kids .filterOption.active, .container .parentTile .kids .optionTile.active {
  background: #00affe;
  color: white;
}
.container .parentTile.payments .text_section {
  align-items: center;
}
.container .parentTile.payments .text_section .links {
  text-align: left;
  width: 30%;
}
.container .parentTile.payments .text_section .links label {
  margin-bottom: 10px;
  display: block;
}
.container .parentTile.payments .getMore td {
  text-align: center;
}
.container .parentTile.payments .getMore td a {
  margin: 0 auto;
  text-align: center;
  color: #00affe;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.container .parentTile.payments .summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.container .parentTile.payments .summary a {
  margin-left: 10px;
}
.container .parentTile.events .section_content {
  max-height: 400px;
  overflow: auto;
  padding: 10px;
}
.container .parentTile.events .section_content .item_list {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.container .parentTile.events .section_content .item_list:first-child {
  border-top: 1px solid #ddd;
}
.container .parentTile.events .section_content .item_list .item_header {
  margin: 10px 0;
}
.container .parentTile.events .section_content .item_list p span {
  display: inline;
  margin-right: 15px;
}
.container .parentTile.childs .section_content .item_list:last-child {
  border-bottom: none;
}
.container .parentTile.childs .section_content .item_list .list {
  margin: 20px 0;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList {
  max-height: 600px;
  overflow: auto;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList::-webkit-scrollbar-track {
  background: transparent;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList::-webkit-scrollbar-thumb {
  background-color: #00AFFE;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList .attendance {
  margin-bottom: 5px;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList .attendance .property {
  width: 30%;
  text-align: center;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList .attendance .property.name {
  width: 30%;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList .attendance .property.name p {
  margin: 5px auto;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList .attendance .property p {
  text-align: center;
  margin: 5px auto;
  width: fit-content;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList .attendance p {
  margin: 5px 0;
  font-size: 12px;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList .item .property {
  width: 30%;
}
.container .parentTile.childs .section_content .item_list .list.attendancesList .item .property.name {
  width: 30%;
}
.container .parentTile.childs .section_content .item_list .list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  position: relative;
}
.container .parentTile.childs .section_content .item_list .list .item.no_options {
  width: 100%;
}
.container .parentTile.childs .section_content .item_list .list .item.no_options p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.container .parentTile.childs .section_content .item_list .list .item.hidden {
  display: none;
}
.container .parentTile.childs .section_content .item_list .list .item img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 20%;
}
.container .parentTile.childs .section_content .item_list .list .item .info {
  background: #00affe;
  padding: 10px 10px;
  border-radius: 15px;
  margin: 5px 0;
}
.container .parentTile.childs .section_content .item_list .list .item .info.red {
  background: #D64D64;
  color: white;
}
.container .parentTile.childs .section_content .item_list .list .item .info.red p {
  color: inherit;
}
.container .parentTile.childs .section_content .item_list .list .item .info.green {
  background: #3DB54F;
  color: white;
}
.container .parentTile.childs .section_content .item_list .list .item .info.green p {
  color: inherit;
}
.container .parentTile.childs .section_content .item_list .list .item .info.blue {
  background: #00AFFE;
  color: white;
}
.container .parentTile.childs .section_content .item_list .list .item .info.blue p {
  color: inherit;
}
.container .parentTile.childs .section_content .item_list .list .item .info.yellow {
  background: #FAED6B;
  color: black;
}
.container .parentTile.childs .section_content .item_list .list .item .info.yellow p {
  color: inherit;
}
.container .parentTile.childs .section_content .item_list .list .item .info.purple {
  background: #b7307a;
  color: white;
}
.container .parentTile.childs .section_content .item_list .list .item .info.purple p {
  color: inherit;
}
.container .parentTile.childs .section_content .item_list .list .item .info p {
  font-size: 12px;
  margin: 0;
  color: white;
  font-weight: bold;
}
.container .parentTile.childs .section_content .item_list .list .item .status {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.container .parentTile.childs .section_content .item_list .list .item .status p {
  margin: 0;
  margin-right: 10px;
}
.container .parentTile.childs .section_content .item_list .list .item .name, .container .parentTile.childs .section_content .item_list .list .item .group {
  width: fit-content;
}
.container .parentTile.childs .section_content .item_list .list .item .name p, .container .parentTile.childs .section_content .item_list .list .item .group p {
  margin: 5px 0;
}
.container .parentTile.childs .section_content .item_list .list .item .group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.container .parentTile.childs .section_content .item_list .list .item .group .badge {
  margin-left: 10px;
}
.container .parentTile.childs .section_content .item_list .list .item .name {
  padding-right: 20px;
  border-right: 2px solid #ddd;
  margin-right: 20px;
}
.container .parentTile.childs .section_content .item_list .list .item .attendances {
  width: 100%;
}
.container .parentTile.childs .section_content .item_list .list .item .name p {
  font-weight: bold;
}
.container .parentTile.childs .actions {
  padding: 10px 0;
}

@media (max-width: 992px) {
  .container.parent .left {
    width: 100%;
  }
  .container.parent .right {
    width: 100%;
  }
}
#mainChart {
  width: 100%;
}

.chart_container, .chartHandler {
  width: 100%;
}

.chartHandler {
  margin-bottom: 20px;
}

.scheduleHandler {
  width: 100%;
  padding: 0 30px;
  margin: 50px auto;
}
.scheduleHandler .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0;
}
.scheduleHandler .schedule {
  background: white;
  width: 100%;
  overflow: auto;
  position: relative;
  max-height: 100vh;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #00AFFE transparent;
}
.scheduleHandler .schedule::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scheduleHandler .schedule::-webkit-scrollbar-track {
  background: transparent;
}
.scheduleHandler .schedule::-webkit-scrollbar-thumb {
  background-color: #00AFFE;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.scheduleHandler .schedule .schedule_header {
  position: sticky;
  top: 0;
  width: fit-content;
  z-index: 10;
  background: #00AFFE;
  display: flex;
  flex-direction: row;
}
.scheduleHandler .schedule .schedule_header .day {
  background: transparent;
  position: sticky;
  left: 0;
  background: #00AFFE;
  z-index: 3;
}
.scheduleHandler .schedule .schedule_header .user_data:nth-of-type(2) {
  border-right: none;
  border-left: 1px solid #e8e8e8;
}
.scheduleHandler .schedule .schedule_header .user_data:last-child {
  border-right: 1px solid #e8e8e8;
}
.scheduleHandler .schedule .user_hour {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.scheduleHandler .schedule .user_hour:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  background: #ddd;
}
.scheduleHandler .schedule .day_row {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.scheduleHandler .schedule .day_row.hidden {
  display: none;
}
.scheduleHandler .schedule .day_row .hour_row {
  display: flex;
  margin-bottom: 2px;
  flex-direction: row;
}
.scheduleHandler .schedule .hour {
  position: sticky;
  left: 0;
  z-index: 2;
}
.scheduleHandler .schedule .eventGroup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #00affe;
  border-radius: 15px;
  min-height: 30px;
  padding: 1% 3%;
  z-index: 5;
  cursor: pointer;
}
.scheduleHandler .schedule .eventGroup .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background: white;
}
.scheduleHandler .schedule .eventGroup:hover {
  z-index: 8;
}
.scheduleHandler .schedule .eventGroup:hover .front {
  opacity: 0;
  pointer-events: none;
}
.scheduleHandler .schedule .eventGroup:hover .content {
  opacity: 1;
  pointer-events: auto;
}
.scheduleHandler .schedule .eventGroup .front p {
  font-size: 12px;
}
.scheduleHandler .schedule .eventGroup .front ul {
  padding: 0;
  font-size: 10px;
  list-style: none;
  color: white;
}
.scheduleHandler .schedule .eventBlock {
  position: relative;
  margin-bottom: 2px;
  top: 0;
  left: 0;
  width: 100%;
  background: #00affe;
  border-radius: 15px;
  min-height: 30px;
  padding: 1% 3%;
  z-index: 5;
  cursor: pointer;
}
.scheduleHandler .schedule .eventBlock:hover {
  background: #0297da;
  max-height: fit-content !important;
}
.scheduleHandler .schedule .eventBlock:hover .substitution {
  display: block;
}
.scheduleHandler .schedule .eventBlock:hover .groupName {
  display: block;
}
.scheduleHandler .schedule .eventBlock:hover .start {
  display: block;
}
.scheduleHandler .schedule .eventBlock p {
  pointer-events: none;
}
.scheduleHandler .schedule .eventBlock .time_and_institution {
  font-size: 12px;
  margin: 0;
  text-align: left;
  font-weight: normal;
}
.scheduleHandler .schedule .eventBlock .substitution {
  font-size: 12px;
  text-align: left;
  display: none;
}
.scheduleHandler .schedule .eventBlock .groupName {
  text-align: left;
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  display: none;
}
.scheduleHandler .schedule .eventBlock .start {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  display: none;
}
.scheduleHandler .schedule .day, .scheduleHandler .schedule .hour {
  width: 10%;
  display: flex;
  min-width: 150px;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background: white;
}
.scheduleHandler .schedule .day.hour p, .scheduleHandler .schedule .hour.hour p {
  color: #525F6E;
  font-size: 12px;
  font-weight: normal;
}
.scheduleHandler .schedule .day p, .scheduleHandler .schedule .hour p {
  color: white;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.scheduleHandler .schedule .user_data {
  width: 20%;
  max-width: 300px;
  min-width: 300px;
  min-height: 100px;
  position: relative;
  border-left: 1px solid #e8e8e8;
  position: relative;
}
.scheduleHandler .schedule .user_data .half {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  height: 50%;
}
.scheduleHandler .schedule .user_data p {
  color: white;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.scheduleHandler .schedule .user_data p.phones {
  font-size: 12px;
  font-weight: normal;
}
.scheduleHandler .schedule .separator {
  display: flex;
  width: 100%;
  flex-direction: row;
  background: #00AFFE;
}
.scheduleHandler .schedule .separator .hour, .scheduleHandler .schedule .separator .user_data {
  background: #00AFFE;
  min-height: 30px;
  position: relative;
}
.scheduleHandler .schedule .separator .hour p, .scheduleHandler .schedule .separator .user_data p {
  margin: 0 auto;
  color: white;
}
.scheduleHandler .apiFilterContent {
  width: 100%;
}
.scheduleHandler .apiFilterContent .form_option {
  width: 12%;
}

.fc .fc-view-harness-active .fc-dayGridMonth-view .custom-event-wrapper {
  width: 100%;
  background: #00affe;
  color: white;
  padding: 5px;
  border-radius: 15px;
}
.fc .fc-view-harness-active .fc-dayGridMonth-view .custom-event-wrapper .title {
  font-size: 12px;
  font-weight: bold;
}
.fc .fc-view-harness-active .fc-dayGridMonth-view .custom-event-wrapper .time {
  font-size: 10px;
}
.fc .fc-view-harness-active .fc-dayGridMonth-view .custom-event-wrapper p {
  margin: 0;
  margin-bottom: 5px;
}
.fc .fc-view-harness-active .fc-dayGridMonth-view .custom-event-wrapper .warning {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.fc .fc-view-harness-active .fc-timeGridWeek-view .fc-v-event {
  background: #00affe;
  border-color: #00affe;
}
.fc .fc-view-harness-active .fc-timeGridWeek-view .custom-event-wrapper {
  width: 100%;
  background: transparent;
  color: white;
  padding: 5px;
  border-radius: 15px;
  height: 100%;
}
.fc .fc-view-harness-active .fc-timeGridWeek-view .custom-event-wrapper .title {
  font-size: 64%;
  font-weight: bold;
}
.fc .fc-view-harness-active .fc-timeGridWeek-view .custom-event-wrapper .time {
  font-size: 10px;
}
.fc .fc-view-harness-active .fc-timeGridWeek-view .custom-event-wrapper p {
  margin: 0;
  margin-bottom: 5px;
}
.fc .fc-view-harness-active .fc-timeGridWeek-view .custom-event-wrapper .warning {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.fc .fc-view-harness-active .fc-listMonth-view .custom-event-wrapper {
  width: 100%;
  display: flex;
}
.fc .fc-view-harness-active .fc-listMonth-view .custom-event-wrapper .customEventLabel {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.fc .fc-view-harness-active .fc-listMonth-view .custom-event-wrapper .customEventLabel p {
  margin-right: 1%;
  width: 32.3333333333%;
  margin: 5px 0;
}

* {
  box-sizing: border-box;
}

.actionButtons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  width: 100%;
}

.userFiles .long_submit {
  margin: 20px 0;
}

.errors_form {
  width: 100%;
}
.errors_form .error {
  width: 100%;
}
.errors_form .error ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.errors_form .error ul li {
  background: red;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.allgood {
  margin: 20px auto;
  font-size: 20px;
  background: #00AFFE;
  padding: 15px 20px;
  color: white;
  border-radius: 20px;
}

.initials {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin-right: 30px;
}

.optionsInstructorGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.addFileSection {
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0px 2px 4px rgba(28, 5, 77, 0.1), 0px 12px 32px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.addFileSection .icon {
  width: 24px;
  height: 24px;
  border: 1px solid black;
  border-radius: 50%;
  position: relative;
}
.addFileSection .icon svg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.addFileSection p {
  margin: 0;
  font-size: 13px;
  text-align: center;
  width: 100%;
}

.loader_wrapper {
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.loader_wrapper .loader {
  position: relative;
  width: 48px;
  height: 48px;
  background: #de3500;
  transform: rotateX(65deg) rotate(45deg);
  color: #fff;
  animation: layers1 1s linear infinite alternate;
}
.loader_wrapper .loader:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  animation: layerTr 1s linear infinite alternate;
}
@keyframes layers1 {
  0% {
    box-shadow: 0px 0px 0 0px;
  }
  90%, 100% {
    box-shadow: 20px 20px 0 -4px;
  }
}
@keyframes layerTr {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-25px, -25px) scale(1);
  }
}

body {
  background: #DEE3EB;
  margin: 0 auto;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0 0 100px 0;
}
body:has(.curtain.active) {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
body .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1560px;
}
body .container.order_preview {
  margin-top: 50px;
}
body .container.eventAttendancesMonth .details_header {
  margin-bottom: 20px;
}
body .container.addChildByParent .noInstitutionSection {
  width: 100%;
  text-align: center;
}
body .container.addChildByParent .noInstitutionSection .inputs .form_option p {
  text-align: center;
  width: 100%;
}
body .container.addChildByParent .form_option {
  margin-bottom: 10px;
}
body .container.addChildByParent .form_option.checkbox label {
  font-size: 12px;
  display: block;
  width: calc(100% - 30px);
}
body .container.addChildByParent .form_option.checkbox label a {
  font-weight: bold;
  color: inherit;
}
body .container.addChildByParent .form_option.checkbox.error .checkbox_face {
  border-color: red;
}
body .container.addChildByParent .form_option.checkbox .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
body .container.addChildByParent .form_option.checkbox .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body .container.addChildByParent .form_option.checkbox .checkbox_face .check:before, body .container.addChildByParent .form_option.checkbox .checkbox_face .check:after {
  content: "";
  display: none;
}
body .container.addChildByParent .form_option.checkbox .checkbox_face .check svg {
  width: 100%;
  height: auto;
}
body .container.addChildByParent .form_option.checkbox:has(input[type=checkbox]:checked) .checkbox_face .check {
  opacity: 1;
}
body .container.addChildByParent .form_option label {
  width: calc(100% - 60px);
  font-size: 12px;
}
body .container.addChildByParent .form_option label a {
  display: contents;
  color: inherit;
  font-weight: bold;
}
body .container.quickOrder .table_list {
  padding: 30px;
}
body .container.quickOrder.order_preview .details .details_section .feed .details_position {
  width: 30%;
}
body .container.quickOrder .details .details_section .text_section h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
body .container.quickOrder .details .details_section .text_section p {
  font-size: 14px;
  line-height: 25px;
}
body .container.quickOrder .details .details_section .text_section p span:not(.price) {
  font-size: 10px;
  font-weight: bold;
}
body .container.quickOrder .details .details_section .text_section p span.price {
  font-size: 16px;
  font-weight: bold;
}
body .container.quickOrder .details .details_section .feed {
  background: transparent;
}
body .container.quickOrder .details .details_section .feed .details_position {
  width: 48%;
}
body .container.quickOrder .details .details_section .feed .details_position.long {
  width: 100%;
}
body .container.quickOrder .details .details_section .feed .details_position.checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .container.quickOrder .details .details_section .feed .details_position.checkbox label {
  font-size: 14px;
  display: block;
  width: calc(100% - 30px);
}
body .container.quickOrder .details .details_section .feed .details_position.checkbox label a {
  font-weight: bold;
  color: inherit;
  font-size: 14px;
}
body .container.quickOrder .details .details_section .feed .details_position.checkbox.error .checkbox_face {
  border-color: red;
}
body .container.quickOrder .details .details_section .feed .details_position.checkbox .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
body .container.quickOrder .details .details_section .feed .details_position.checkbox .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body .container.quickOrder .details .details_section .feed .details_position.checkbox .checkbox_face .check:before, body .container.quickOrder .details .details_section .feed .details_position.checkbox .checkbox_face .check:after {
  content: "";
  display: none;
}
body .container.quickOrder .details .details_section .feed .details_position.checkbox .checkbox_face .check svg {
  width: 100%;
  height: auto;
}
body .container.quickOrder .details .details_section .feed .details_position.checkbox:has(input[type=checkbox]:checked) .checkbox_face .check {
  opacity: 1;
}
body .flatpickr-months .flatpickr-month {
  height: 100px;
}
body .hidden {
  display: none;
}
body input, body select {
  width: 100%;
  min-height: 40px;
  border-radius: 8px;
  border: 1px solid #DCDFE3;
  font-size: 14px;
}
body textarea {
  width: 100%;
  min-height: 250px;
  border-radius: 8px;
  padding: 5px;
  border: 1px solid #DCDFE3;
  font-size: 14px;
}
body .mobile {
  display: flex;
}
body .desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  body .mobile {
    display: none !important;
  }
  body .desktop {
    display: flex !important;
  }
}
@media screen and (max-width: 1440px) {
  body .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  body .container {
    max-width: 80%;
  }
  body:has(.filters.active) .filterShow button {
    display: none;
  }
  body:has(.filters.active) .filterShow button.hide_filters {
    display: block;
  }
  body .filters {
    display: none;
  }
  body .filters.active {
    display: flex;
  }
}
@media (max-width: 768px) {
  body .container {
    max-width: 95%;
  }
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(0, -50%);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}

.select2-container--default {
  background: transparent;
  color: black;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  max-height: 30px;
  min-height: unset;
}

.select2-results__option {
  font-size: 14px;
}
.select2-results__option:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.select2-container--default .select2-selection--single {
  height: auto;
  border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 18px;
  padding: 10px 40px;
  font-size: 14px;
}

.select2-results__option {
  /* font-size: 15px; */
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.curtain {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: black;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.curtain.active {
  opacity: 0.3;
  pointer-events: auto;
}

.container.page_error h3, .page_error p {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.container.page_error {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
