/*!*******************************************************************************************************************************************!*\
  !*** 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;
}
#login_page .logo {
  text-align: center;
  margin-bottom: 40px;
}
#login_page .logo img {
  max-width: 100%;
  max-height: 100px;
}
#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 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;
}

.tiles {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tiles.half {
  width: 35%;
}
.tiles.half .tile {
  width: 100%;
  margin-bottom: 20px;
}
.tiles.publisher {
  justify-content: flex-start;
}
.tiles.publisher .tile {
  margin-right: 20px;
}
.tiles .tile {
  width: 32%;
  padding: 0 30px;
}
.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: 10px;
}
.tiles .tile p.extraValue {
  font-size: 12px;
  margin: 0;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .tiles.half {
    width: 100%;
  }
  .tiles .tile {
    width: 50%;
  }
  .table_list.subscriptions {
    width: 100%;
  }
}
@media (max-width: 492px) {
  .tiles .tile {
    width: 100%;
    margin-bottom: 15px;
  }
}
.section_rollable {
  padding: 0px 20px;
  width: 100%;
  max-width: 90%;
  background: white;
  border: 2px solid #D3DAE5;
  border-radius: 16px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.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: 70%;
}
.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: 30%;
}
.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.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%;
  max-width: 35px;
}
.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.active .section_header {
  border-bottom: 1px solid #D3DAE5;
}
.section_rollable.active .section_content {
  max-height: 700px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .section_rollable {
    max-width: 100%;
  }
  .section_rollable .section_header .left img {
    width: 15%;
  }
  .section_rollable .section_header .left .texts {
    width: 80%;
  }
  .section_rollable .section_header .right {
    margin-top: 20px;
  }
  .section_rollable .section_content .list .item .property p {
    margin: 5px 0;
  }
}

.details {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}
.details .dates {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.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 .feed.register form {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.details .details_section #passwordFeedback {
  font-size: 10px;
}
.details .details_section form {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.details .details_section form.licensePlates input {
  border: none;
}
.details .details_section .text_section {
  width: 30%;
  padding-right: 30px;
}
.details .details_section .text_section h3 {
  color: #1B2734;
  font-size: 16px;
  font-weight: 550;
  margin: 0;
}
.details .details_section .text_section p {
  font-size: 14px;
  color: #627282;
  margin: 8px 0 0 0;
}
.details .details_section .text_section .links ul {
  padding: 0;
  list-style: none;
}
.details .details_section .text_section .links ul li {
  margin-bottom: 10px;
}
.details .details_section .text_section .links ul li a {
  font-size: 14px;
  text-decoration: none;
}
.details .details_section .text_section .links ul li a:not(.btn) {
  color: #627282;
}
.details .details_section .text_section .links ul li a:hover {
  color: #0f1010;
}
.details .details_section .text_section .links ul li a.active {
  font-weight: bold;
}
.details .details_section .feed {
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.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 .separator {
  margin-bottom: 15px;
  margin-right: 1%;
  width: 100%;
}
.details .details_section .feed .separator p {
  font-weight: bold;
}
.details .details_section .feed .details_position {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 15px;
}
.details .details_section .feed .details_position.context {
  margin-bottom: 20px;
}
.details .details_section .feed .details_position.context p.success {
  display: none;
}
.details .details_section .feed .details_position.context p.success.active {
  display: block;
}
.details .details_section .feed .details_position .checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.details .details_section .feed .details_position .checkboxes label {
  width: fit-content;
  margin-right: 10px;
  padding: 5px 10px;
  background: #eee;
  border-radius: 10px;
  transition: 0.3s all;
}
.details .details_section .feed .details_position .checkboxes label.clicked {
  color: #008011;
  background: #e1ffd2;
}
.details .details_section .feed .details_position .checkboxes label:hover {
  color: #008011;
  background: #e1ffd2;
}
.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 .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 a {
  width: auto;
  margin: 0 5px;
}
.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 .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%;
  display: flex;
  margin-bottom: 10px;
}
.details .details_section .feed .details_position select {
  max-width: 300px;
  width: 100%;
}
.details .details_section .feed .details_position input {
  outline: none;
}
.details .details_section .feed .details_position input.error {
  border-color: red;
}
.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;
  word-wrap: break-word;
}
.details .details_section .feed .details_position p.order_comm {
  text-align: center;
  font-weight: bold;
}
.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 .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%);
}
.details .details_section .parking_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.details .details_section .parking_list .no_entry {
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.details .details_section .parking_list:has(.parking) .no_entry {
  display: none;
}
.details .details_section .parking_list .parking {
  width: 24%;
  margin: 10px 0px;
  margin-right: 1%;
  box-shadow: 0px 2px 4px rgba(28, 5, 77, 0.1), 0px 12px 32px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 15px;
}
.details .details_section .parking_list .parking.active {
  border: 1px solid #a19595;
}
.details .details_section .parking_list .parking .property {
  pointer-events: none;
}
.details .details_section .parking_list .parking p, .details .details_section .parking_list .parking label {
  pointer-events: none;
}
.details .details_section .abo_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.details .details_section .abo_list .no_entry {
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.details .details_section .abo_list:has(.abo) .no_entry {
  display: none;
}
.details .details_section .abo_list .abo {
  width: 24%;
  margin: 10px 0px;
  margin-right: 1%;
  box-shadow: 0px 2px 4px rgba(28, 5, 77, 0.1), 0px 12px 32px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 15px;
}
.details .details_section .abo_list .abo.active {
  border: 1px solid #a19595;
}
.details .details_section .abo_list .abo .property {
  pointer-events: none;
}
.details .details_section .abo_list .abo .property input {
  max-width: 60px;
}
.details .details_section .abo_list .abo input {
  pointer-events: auto;
}
.details .details_section .abo_list .abo p, .details .details_section .abo_list .abo label {
  pointer-events: none;
}

@media (max-width: 768px) {
  .details .details_section .text_section {
    width: 100%;
  }
  .details .details_section .text_section .links {
    margin: 20px 0;
  }
  .details .details_section .text_section .links ul {
    display: flex;
    flex-direction: row;
  }
  .details .details_section .text_section .links ul li {
    width: 25%;
  }
  .details .details_section .feed {
    width: 100%;
    margin-top: 20px;
  }
  .details .details_section .feed .details_position {
    width: 49%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .orderSub .details .parking_list .parking {
    width: 100%;
  }
  .orderSub .details .abo_list .abo {
    width: 100%;
  }
  .orderSub .details .details_section .details_position {
    width: 100%;
  }
}
#chat_log {
  margin-top: 30px;
}
#chat_log .table_list {
  background: #DEE3EB;
  border: none;
  box-shadow: 0px 2px 4px rgba(28, 5, 77, 0.1), 0px 12px 32px rgba(0, 0, 0, 0.05);
}
#chat_log .chat_feed {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 20px 0;
}
#chat_log .chat_feed .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#chat_log .chat_feed .row:has(.theirs) {
  justify-content: flex-end;
}
#chat_log .chat_feed .message {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#chat_log .chat_feed .message .text {
  background: #00AFFE;
  padding: 20px;
  border-radius: 20px;
}
#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 .avatar {
  width: 40px;
  margin-right: 10px;
}
#chat_log .chat_feed .message .avatar img {
  width: 100%;
}
#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;
}
#chat_log .message_form .message_file {
  opacity: 0;
  width: 1px;
  height: 1px;
}
#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 {
  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;
}

body:has(header.public) main {
  min-height: 83vh;
}

.homepage form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.homepage form .form_option {
  width: 49%;
  margin-right: 1%;
}
.homepage form .form_option.btn_section {
  margin-top: 20px;
}
.homepage form .form_option.long {
  width: 100%;
  margin-bottom: 20px;
}
.homepage .sides {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homepage .sides .side {
  width: 45%;
}
.homepage .sides .side h5, .homepage .sides .side ul {
  width: 100%;
}
.homepage .sides .side ul {
  list-style: none;
  padding: 0;
  min-height: 165px;
}
.homepage .sides .side ul li p {
  text-align: left;
  font-size: 14px;
}
.homepage .sides .side ul li p span {
  display: inline-flex;
  margin-right: 5px;
  font-weight: bold;
  font-size: 16px;
}
.homepage .text {
  margin-top: 30px;
}
.homepage .text h1 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.homepage .text p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.homepage .text .links {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.homepage .text .links a {
  padding: 20px 30px;
  font-size: 16px;
}
.homepage .table_list {
  padding: 30px 50px;
}
.homepage .availParkings {
  margin-top: 30px;
}
.homepage .availParkings h3 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.logos .logo_item {
  width: 48%;
  text-align: center;
}
.logos .logo_item img {
  width: 100%;
  max-width: 400px;
}
.logos .logo_item svg {
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media (max-width: 768px) {
  .homepage .text .links {
    display: none;
  }
  .homepage .text .links a {
    margin-bottom: 15px;
  }
  .homepage form .form_option {
    width: 100%;
  }
  .homepage .sides {
    width: 100%;
  }
  .homepage .sides .side {
    width: 100%;
    margin-bottom: 35px;
  }
  .homepage .logos .logo_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .homepage .details .details_section .feed {
    margin-top: 20px;
  }
  .homepage .details .details_section .feed .details_position {
    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;
}

.form_option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.form_option.submit {
  flex-direction: row;
  justify-content: space-between;
}
.form_option.checkbox label {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
}
.form_option.checkbox label .checkbox_face {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid black;
  margin-right: 10px;
}
.form_option.checkbox label .checkbox_face .check {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.form_option.checkbox label .checkbox_face .check:before, .form_option.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;
}
.form_option.checkbox label .checkbox_face .check:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form_option.checkbox label: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 a {
  color: #333;
}
.form_option label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  color: #23272D;
}
.form_option p {
  margin: 5px 0;
}
.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;
}

.backBtn {
  margin: 30px 0;
}

.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.submitRegister.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn.blue {
  background: #00AFFE;
  color: white;
}
.btn.blue:hover {
  background: #018dcd;
}
.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 black;
  background: white;
  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;
  color: white;
  font-size: 12px;
}
.badge.red {
  background: #D64D64;
}
.badge.green {
  background: #3DB54F;
}
.badge.blue {
  background: #00AFFE;
}
.badge.yellow {
  background: #FAED6B;
}
.badge.circle {
  border-radius: 50%;
  padding: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0px;
  color: transparent;
}

.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;
}
.wobble.important {
  background: red;
}
.wobble.important p {
  color: white;
  text-align: center;
  font-size: 14px;
  margin: 10px auto;
}

.thread {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 10px;
}
.thread .thread_details {
  width: 65%;
  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;
}
.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: 35%;
  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;
}

.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: 768px) {
  .tabs {
    padding-left: 0px;
    width: 95%;
    margin: 21px auto 0;
  }
  .tabs .tab {
    overflow: auto;
  }
  .tabs .tab a {
    min-width: unset;
  }
}

.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: 16.5%;
  margin-right: 1%;
}
.filters .form_option label {
  font-size: 14px;
  font-weight: 500;
}
.filters .form_option input, .filters .form_option select {
  width: 100%;
}

@media (max-width: 768px) {
  .filters .form_option {
    width: 49%;
  }
}
.table_list {
  padding: 0px 20px;
  width: 100%;
  background: white;
  border: 2px solid #D3DAE5;
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: auto;
}
.table_list .headline {
  width: 100%;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.table_list .headline h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  margin-right: 20px;
}
.table_list .headline p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.table_list.subscriptions {
  width: 63%;
}
.table_list.subscriptions .tableWrapper {
  max-height: 500px;
  overflow: auto;
}
.table_list .baseline {
  width: 100%;
  margin: 0;
  font-size: 14px;
  margin-bottom: 30px;
}
.table_list .list {
  width: 100%;
}
.table_list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.table_list table {
  width: 100%;
  overflow: auto;
}
.table_list table.licenses {
  margin-bottom: 20px;
}
.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 tbody .table_data {
  margin: 0;
  text-align: center;
}
.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 .items_div, .table_list table tbody .table_data .items_div, .table_list table tbody .items .items_div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.table_list table tbody .table_pos .items_div a:not(.btn), .table_list table tbody .table_data .items_div a:not(.btn), .table_list table tbody .items .items_div a:not(.btn) {
  display: contents;
}
.table_list table tbody .table_pos .items_div a:not(.btn):first-child(), .table_list table tbody .table_data .items_div a:not(.btn):first-child(), .table_list table tbody .items .items_div a:not(.btn):first-child() {
  margin-right: 15px;
}
.table_list table tbody .table_pos input, .table_list table tbody .table_data input, .table_list table tbody .items input {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.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: #23272D;
  text-decoration: none;
  font-size: 14px;
  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 auto;
  margin-bottom: 5px;
}
.table_list table tbody .table_pos p, .table_list table tbody .table_data p, .table_list table tbody .items p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #23272D;
}
.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.special, .table_list table tbody .table_data.special, .table_list table tbody .items.special {
  border-top: 1px solid #D3DAE5;
}
.table_list .pagination {
  width: 100%;
}

@media (max-width: 768px) {
  .table_list.subscriptions {
    width: 100%;
  }
  .table_list table th {
    min-width: 120px;
  }
}
.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;
}

header {
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  box-shadow: 0px 0px 0px rgba(28, 5, 77, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.05);
}
header.public {
  background: #5abe8b;
}
header .infoBar {
  width: 100%;
}
header .infoBar p {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-weight: bold;
}
header .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 250px);
}
header .menu .logo {
  width: 30%;
  max-width: 100px;
  margin-right: 35px;
}
header .menu .logo img {
  width: 100%;
}
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 .user {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
header .user .logout {
  margin-right: 10px;
}
header .user .logout a {
  display: block;
  width: 100%;
}
header .user .logout a svg {
  width: 100%;
  height: auto;
}
header .user .avatar {
  width: 100%;
  max-width: 15px;
  margin-right: 3px;
}
header .user p {
  margin: 0;
  font-size: 14px;
}
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 {
  width: calc(100% - 50px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: 16px;
}
header .menuMobile .header_txt p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #1B2734;
}
header .menuMobile .header_txt a {
  font-size: 12px;
}

.footer {
  background: #fff;
  padding: 10px 0;
}
.footer .logo_item {
  width: 100%;
  text-align: center;
}
.footer .logo_item img {
  width: 100%;
  max-width: 200px;
}
.footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  width: 100%;
  list-style: none;
}
.footer ul li:first-child {
  margin-right: 20px;
}
.footer ul li a {
  text-decoration: none;
  color: black;
}
.footer .annot {
  font-size: 10px;
  color: black;
  text-align: center;
  margin-bottom: 0;
}
.footer .annot a {
  text-decoration: none;
  color: black;
}

.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;
  border-bottom: 1px solid #D3DAE5;
  margin-bottom: 15px;
}
.thread_modal .headline .headline_txt {
  position: relative;
  width: 100%;
  font-size: 16px;
  margin: 0;
}
.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%;
}

.childGroupModal, .childChangeGroupModal {
  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;
}
.childGroupModal.active, .childChangeGroupModal.active {
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.childGroupModal .headline, .childChangeGroupModal .headline {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #D3DAE5;
  margin-bottom: 15px;
}
.childGroupModal .headline .headline_txt, .childChangeGroupModal .headline .headline_txt {
  position: relative;
  width: 100%;
  font-size: 16px;
  margin: 0;
}
.childGroupModal .form_option, .childChangeGroupModal .form_option {
  margin-bottom: 10px;
}
.childGroupModal .form_option.button, .childChangeGroupModal .form_option.button {
  justify-content: flex-end;
}
.childGroupModal .close, .childChangeGroupModal .close {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 20px;
}
.childGroupModal .close svg, .childChangeGroupModal .close svg {
  width: 100%;
  height: auto;
}
.childGroupModal .close img, .childChangeGroupModal .close img {
  width: 100%;
}

.modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  max-width: 600px;
  padding: 60px 20px;
  border-radius: 10px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  height: auto;
}
.modal h3, .modal label {
  text-transform: capitalize;
}
.modal form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.modal form .form_option {
  width: 100%;
}
.modal textarea {
  width: 100%;
  border: 1px solid #d0d6e1;
  min-height: 200px;
}
.modal .select2-container {
  width: 100%;
}
.modal .input_fieldset {
  width: 100%;
}
.modal select {
  width: 100%;
  height: 38px;
  border: 1px solid #d0d6e1;
  border-radius: 5px;
  padding-left: 16px;
  margin-bottom: 10px;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal .submit {
  margin: 50px 0;
}
.modal .form_option {
  margin-bottom: 10px;
}
.modal .form_option.hidden {
  display: none;
}
.modal .closeModal {
  position: absolute;
  top: 20px;
  right: 10px;
  background: none;
  border: none;
  font-size: 28px;
}

@media (max-width: 768px) {
  .modal {
    padding: 10px;
    max-height: 80vh;
    overflow: auto;
  }
}
.header {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.header .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.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;
  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 .description {
  margin-top: 10px;
  font-size: 14px;
}
.header.small .avatar {
  max-width: 30px;
}
.header .avatar {
  width: 100%;
  max-width: 65px;
  margin-right: 15px;
}

* {
  box-sizing: border-box;
}

.flatpickr-months .flatpickr-month {
  height: 100px;
}

.alert {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  background-color: #c00;
  color: white;
}
.alert.alert-success {
  background-color: #2db264;
  border-color: #2db264;
  color: white;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
body .container.subscriptionEnd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
body .container.subscriptionEnd h3 {
  font-size: 28px;
}
body .container.subscriptionEnd h3, body .container.subscriptionEnd p {
  width: 100%;
  text-align: center;
}
body .container.dashboard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .container.homepage {
  margin-top: 60px;
}
body .container.orderTicket {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
body .container.orderTicket #qr-reader {
  position: fixed;
  top: 0%;
  z-index: 3;
  left: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
body .container.orderTicket #qr-reader .close {
  position: absolute;
  top: 1%;
  right: 1%;
  font-size: 30px;
  font-weight: bold;
  z-index: 10;
}
body .container.orderTicket #qr-reader video, body .container.orderTicket #qr-reader canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
body .container.orderTicket #qr-reader.active {
  opacity: 1;
  pointer-events: auto;
}
body .no-vis {
  visibility: hidden;
}
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: 768px) {
  body .mobile {
    display: none !important;
  }
  body .desktop {
    display: flex !important;
  }
}
@media screen and (max-width: 1440px) {
  body .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  body .container {
    max-width: 80%;
  }
}
@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 .select2-selection--single {
  min-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.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;
}
