html {
  scroll-behavior: smooth;
}
body {
  font-family: "Encode sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}
.panel_content {
  border: 1px solid #dbdbdb;
  box-shadow: 5px 5px 10px 0px rgba(235, 235, 235, 1);
  background-color: #fff;
}

.panel_content_header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #dbdbdb;
  font-size: 24px;
  overflow: hidden;
  padding: 15px;
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff;
}

.panel_content_item {
  border-bottom: 1px solid #dbdbdb;
}

.panel_content_filters {
  background-color: #fafafa;
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}
._panel_content_filters {
  background-color: #fafafa;
  border-bottom: 1px solid #dbdbdb;
}

.filter_waitlist_state {
  transition: all 0.5s ease !important;
}

.filter_waitlist_state:hover {
  background-color: #3e8ed0 !important;
  color: #fff !important;
  transition: all 0.5s ease !important;
}
pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.gen_content_wrap {
  border-bottom: 1px solid #dbdbdb;
}
.panel_header_ns {
  padding: 20px 10px;
  font-size: 20px;
  border-bottom: 1px solid #dbdbdb;
  background: rgb(245, 245, 245);
  background: linear-gradient(
    302deg,
    rgba(245, 245, 245, 1) 0%,
    rgba(248, 249, 244, 1) 48%,
    rgba(236, 236, 236, 1) 100%
  );
  text-shadow: 1px 1px 0 #fff;
  border-top: 1px solid #fff;
  font-weight: 500;
}
.label {
  font-weight: 500;
}
.panel_content {
  border: 1px solid #dbdbdb;
  box-shadow: 5px 5px 10px 0px rgba(235, 235, 235, 1);
}

.subheader {
  font-size: 13px;
  margin-bottom: 10px;
}

.border_bottom {
  border-bottom: 1px solid #dbdbdb;
}
.border_right {
  border-right: 1px solid #dbdbdb !important;
}
.container_floating_guide {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #f6f8fa;
  border-bottom: 1px solid #dbdbdb;
}
.container_floating_guide a {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  padding: 6px;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  margin-right: 10px;
  transition: all 1s ease;
}
.container_floating_guide a:last-of-type {
  margin-right: 0;
}
.container_floating_guide i {
  padding-right: 8px;
}
.container_floating_guide .is-warning {
  background-color: rgb(255, 221, 83);
  box-shadow: 0px 3px 0px 0px #f5a700;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  color: #4d3400;
}
.container_floating_guide .is-success {
  background-color: #2ecc71;
  color: #fff;
  text-shadow: 1px 1px 0 #0f8741;
  box-shadow: 0px 3px 0px 0px #15b358;
}

#tags_list_window {
  width: 500px;
  max-height: 400px;
  border: 1px solid #dbdbdb;
  box-shadow: 5px 5px 10px 0px rgba(235, 235, 235, 1);
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #fff;
  z-index: 5;
  display: none;
}
#welcome_nav a {
  transition: all 0.3s ease-in;
}
#welcome_nav a:hover {
  color: #363636;
}
.comma_list {
  display: inline;
  list-style: none;
  padding: 0px;
}
.comma_list_item {
  display: inline;
  text-transform: capitalize;
}
.comma_list_item::after {
  content: " ";
}
.comma_list_item:last-child::after {
  content: "";
}

#section_scores .card,
#section_scores,
#pdf,
#panel_todo_type_6 {
  scroll-margin-top: 90px;
  scroll-snap-type: y mandatory;
}

.panel_disabled {
  opacity: 0.4;
  pointer-events: none;
  transition: all 0.4s ease !important;
}
.fader_0 {
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease !important;
}

.title_new_hernia {
  position: sticky;
  top: 94px;
  border-bottom: 1px #f5f5f5 solid;
  z-index: 4;
  background-color: #fff;
}
.delete_faded {
  opacity: 0.2;
  transition: all 0.2s ease;
}
.delete_faded:hover {
  opacity: 1;
}
.wrap_tags {
  border: 1px solid #dbdbdb;
  box-shadow: 5px 5px 10px 0px rgba(235, 235, 235, 1);
  background-color: #fff;
  line-height: 230%;
}
.hide_if_empty:has(.can_be_empty:empty) {
  display: none;
}
.calendar_day_title {
  text-align: center;
  padding: 10px;
}
.calendar_day_title span {
  text-transform: uppercase;
  font-size: smaller;
}
.calendar_day_title strong {
  display: block;
  font-size: larger;
}
.calendar_day {
  flex-grow: 1;
  flex-basis: 0;
}
.calendar_day_content {
  margin: 5px;
  font-size: 13px;
  font-weight: 500;
  flex: 1;
}
.calendar_entry {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
}
.calendar_entry a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
}
.calendar_entry a:hover {
  text-decoration: underline;
}
.calendar_entry i {
  padding-right: 5px;
}
._calendar_type_consulta {
  background-color: rgba(255, 206, 84, 0.5);
  color: #000;
  border-left: 5px solid rgba(255, 206, 84, 1);
}
._calendar_type_followup {
  background-color: rgba(255, 206, 84, 0.2);
  color: #000;
  border-left: 5px solid rgba(255, 206, 84, 0.5);
}
._calendar_type_agendamento {
  background-color: rgba(160, 212, 104, 0.5);
  color: #000;
  border-left: 5px solid rgba(160, 212, 104, 1);
}
._calendar_type_cirurgia {
  background-color: rgba(160, 212, 104, 0.2);
  color: #000;
  border-left: 5px solid rgba(160, 212, 104, 0.5);
}
._calendar_type_tarefa {
  background-color: rgba(252, 110, 81, 0.5);
  color: #000;
  border-left: 5px solid rgba(252, 110, 81, 1);
}
._calendar_type_exameplaneado {
  background-color: rgba(79, 193, 233, 0.5);
  color: #000;
  border-left: 5px solid rgba(79, 193, 233, 1);
}
._calendar_type_exame {
  background-color: rgba(79, 193, 233, 0.2);
  color: #000;
  border-left: 5px solid rgba(79, 193, 233, 0.5);
}
.menus_overflow_menu_wrap {
  border: 1px solid #c2dde1;
  border-radius: 4px;
  background-color: #fff;
}
.menus_overflow_menu_list {
  overflow-y: auto;
  max-height: 150px;
}
#windows_new_todo .menus_overflow_menu_list {
  max-height: 300px;
}

#windows_new_todo #button_close_new_task {
  display: none;
}

.menus_overflow_menu_list li {
  padding: 10px;
  cursor: pointer;
  font-size: smaller;
}
.todo_comment {
  margin-bottom: 5px;
}
.todo_comment:empty,
.hide_if_empty:empty {
  display: none;
}
.wrap_buttons_absolute {
  position: absolute;
  top: 13px;
  right: 10px;
}

.score_card_wrap,
.todo_card_wrap,
._card_wrap {
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.score_card_wrap h3,
.todo_card_wrap h3,
._card_title {
  padding: 10px;
  background-color: #f5f5f5;
  height: 50px;
  vertical-align: middle;
  font-size: 22px;
  border-bottom: 1px solid #dbdbdb;
}
.todo_card_wrap h3 {
  font-size: larger;
}
.score_info,
.todo_card_info,
._card_subtitle {
  padding: 10px;
  font-size: smaller;
  position: relative;
}
.score_content,
.todo_card_content,
._card_content {
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.todo_card_content {
  padding: 20px;
}
.score_card_buttons,
.todo_card_buttons,
._card_buttons {
  background-color: #fafafa;
  padding: 10px;
}
.border_bottom_0 {
  border-bottom: 0 !important;
}
.score_card_wrap {
  scroll-margin-top: 150px !important;
}
#panel_content_physical ._input_hidden_white:disabled,
#panel_content_physical input[disabled],
.new_sliding_window_content ._input_hidden_white:disabled,
.new_sliding_window_content input[disabled],
#wrap_smoking_inputs ._input_hidden_white:disabled,
#wrap_smoking_inputs input[disabled] {
  background-color: transparent !important;
  border-width: 0;
  padding-left: 0;
}
.new_sliding_window_content {
  background-color: #f7feff;
  border-bottom: 1px solid #c2dde1;
  border-top: 1px solid #fff;
}
.new_sliding_window_content .hideable {
  display: none;
}
.item_note:last-of-type {
  margin-bottom: 0 !important;
}
#side_nav_fixed {
  position: fixed;
  left: 0;
  bottom: 80px;
  height: 40px;
  width: 40px;
  color: #0072ff;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
#side_nav_fixed:hover {
  color: hsl(348, 100%, 61%);
}
#show_send_message_form {
  position: fixed;
  left: 0;
  bottom: 40px;
  height: 40px;
  width: 40px;
  color: #0072ff;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
#show_send_message_form:hover {
  color: hsl(348, 100%, 61%);
}
.forms_left_title {
  font-family: "Encode sans", sans-serif;
  font-size: 1.75rem;
}

#blue_hero,
._blue_hero {
  background: rgb(25, 211, 255);
  background: linear-gradient(
    135deg,
    rgba(25, 211, 255, 1) 0%,
    rgba(43, 150, 255, 1) 51%,
    rgba(49, 65, 223, 1) 100%
  );
}

#lime_hero {
  background: rgb(57, 121, 0);
  background: linear-gradient(
    123deg,
    rgba(57, 121, 0, 1) 0%,
    rgba(143, 177, 0, 1) 46%,
    rgba(138, 210, 0, 1) 100%
  );
}
footer {
  background-color: #f5f5f5;
  background-image: linear-gradient(315deg, #ffffff 0%, #f5f5f5 74%);
  border-top: 1px solid #e9e9e9;
  font-family: "Asap", sans-serif;
  font-size: 13px;
}
.blue_bottom_nav li {
  text-shadow: 1px 1px 0 navy;
}

#green_hero {
  background: linear-gradient(
    200deg,
    rgb(9, 154, 151) 11.2%,
    rgb(21, 205, 168) 91.1%
  );
  text-shadow: 1px 1px 0 #006445;
}
#green_hero li.is-active a {
  color: #006445 !important;
  text-shadow: none;
}

#orange_hero {
  background: rgb(229, 133, 35);
  background: linear-gradient(
    306deg,
    rgba(229, 133, 35, 1) 0%,
    rgba(255, 97, 43, 1) 51%,
    rgba(255, 84, 84, 1) 100%
  );
}
._forms_heading_blue {
  color: #673de6;
  font-weight: 600;
  line-height: 1.125;
  font-size: 1.5rem;
  text-shadow: 1px 1px 0 #fff;
}

._tags_data_fixed {
  background-color: #fff;
  display: none;
}
._floating_tags_wrap_search,
._tags_menu li {
  padding: 8px;
}
._tags_menu {
  font-size: 14px;
  font-weight: 500;
  color: rgb(74, 74, 74);
}
._tags_menu li {
  cursor: pointer;
  display: inline-block;
  transition: all 0.4s ease;
}
._tags_menu li:hover {
  color: #673de6;
}
._tags_menu i {
  padding-right: 7px;
}
#wrap_new_tag {
  border: 1px solid #c2dde1;
  border-radius: 4px;
  font-family: "Encode sans", sans-serif;
  height: 212px;
}
.pain_scale {
  display: inline-block;
  height: 12px;
  width: 200px;
  background: rgb(7, 202, 0);
  background: linear-gradient(
    90deg,
    rgba(7, 202, 0, 1) 0%,
    rgba(255, 225, 43, 1) 51%,
    rgba(220, 0, 0, 1) 100%
  );
  margin-left: 10px;
  border-radius: 5px;
  position: relative;
}
.pain_slider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.9;
}
.grand_list_link {
  font-family: "Encode sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #363636;
  cursor: pointer;
}
.grand_list_link:hover {
  color: #485fc7;
}
.subheader_search {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 35%;
}

.waitlist_title {
  padding: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 20px;
}
.waitlist_title .tag {
  font-weight: 400;
}
._filter_dropdown .dropdown-item {
  cursor: pointer;
}
._filter_dropdown .dropdown-item:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}
.table_header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #dbdbdb;
}
._flexwrap {
  display: flex;
}
._flexwrap_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px;
}
._flex_g1 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100px;
}
._flex_g1s {
  flex-grow: 1;
}
._flex_g2 {
  flex-grow: 2;
  flex-shrink: 2;
  flex-basis: 200px;
}
._flex_g3 {
  flex-grow: 3;
  flex-shrink: 3;
  flex-basis: 300px;
}
._flex_w30 {
  width: 30px;
  padding-top: 10px;
}
._flex_w150 {
  width: 150px;
}

._hide_if_empty:empty {
  display: none;
}
._align_right {
  text-align: right;
}
._align_center {
  text-align: center;
}
._typo_service {
  font-size: 13px;
  color: #666666;
}
._deactivated_bw {
  background-color: #f8f8f8;
  filter: grayscale(100%);
}
._flex_menu_small {
  padding-top: 15px;
  padding-right: 15px;
  cursor: pointer;
}
._pointer {
  cursor: pointer;
}
._font12 {
  font-size: 12px;
}
#blue_hero,
._blue_hero {
  text-shadow: 1px 1px 0 #0b263d;
}
#orange_hero {
  text-shadow: 1px 1px 0 #912828;
}

/* MARGINS AND PADDINGS AND GAPS*/
._g10 {
  gap: 10px;
}
._m10 {
  margin: 10px;
}
._m20 {
  margin: 20px;
}
._mb5 {
  margin-bottom: 5px;
}
._mb_10,
._mb10 {
  margin-bottom: 10px;
}
._mb20,
._mb_20,
._mb20 {
  margin-bottom: 20px;
}
._mb40 {
  margin-bottom: 40px;
}
._ml_0,
._ml0 {
  margin-left: 0 !important;
}
._ml5 {
  margin-left: 5px;
}
._ml_10,
._ml10 {
  margin-left: 10px;
}
._ml20 {
  margin-left: 20px;
}
._mr_0,
._mr0 {
  margin-right: 0 !important;
}
._mr5 {
  margin-right: 5px;
}
._mr10 {
  margin-right: 10px !important;
}
._mr20 {
  margin-right: 20px;
}
._mt3 {
  margin-top: 3px;
}
._mt4 {
  margin-top: 4px;
}
._mt5 {
  margin-top: 5px;
}
._mt9 {
  margin-top: 9px;
}
._mt10,
._mt_10 {
  margin-top: 10px;
}
._mt_20,
._mt20 {
  margin-top: 20px;
}
._mt40 {
  margin-top: 40px;
}
._p0 {
  padding: 0 !important;
}
._p10 {
  padding: 10px;
}
._p15 {
  padding: 15px;
}
._p20 {
  padding: 20px;
}
._pb0 {
  padding-bottom: 0 !important;
}
._pb10 {
  padding-bottom: 10px;
}
._pb40 {
  padding-bottom: 40px;
}
._pl0 {
  padding-left: 0 !important;
}
._pl5 {
  padding-left: 5px;
}
._pl20 {
  padding-left: 20px;
}
._pr20 {
  padding-right: 20px;
}
._pl10 {
  padding-left: 10px;
}
._pr0 {
  padding-right: 0 !important;
}
._pr_10,
._pr10 {
  padding-right: 10px;
}
._pt0 {
  padding-top: 0 !important;
}
._pt20 {
  padding-top: 20px;
}
._pt40 {
  padding-top: 40px;
}
.p5 {
  padding: 5px;
}
._m20_if_not_empty:not(:empty) {
  margin: 20px;
}
._p20_if_not_empty:not(:empty) {
  padding: 20px;
}
._m20_if_not_empty:not(:empty) {
  margin: 20px;
}
._complication_data ._mb20:last-of-type {
  margin-bottom: 0 !important;
}
#content_panel_surgeries_data_wrap ._mb10:last-of-type {
  margin-bottom: 0 !important;
}
._g20 {
  gap: 20px;
}
/* END OF MARGINS AND PADDINGS */

/* START TYPO */
._menu_badge {
  color: #f14668;
  font-size: 9px;
  margin-left: 5px;
}
#wrap_procedures_list summary {
  font-weight: 600;
}

._columns_title {
  font-weight: 600;
  margin-bottom: 10px;
}
._font_w_500 {
  font-weight: 500;
}
._font_w_400 {
  font-weight: 400;
}
._font_w_600 {
  font-weight: 600;
}
._font_s16 {
  font-size: 16px;
}
._number_counter {
  background-color: #f14668;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: 7px;
  font-size: 11px;
}
._titles_wrap {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 8px;
}
._titles_wrap i {
  padding-right: 5px;
}
._color_danger {
  color: #f14668;
}
._color_success {
  color: #2ecc71;
}
._color_warning {
  color: rgb(255, 221, 83);
}
._background_danger {
  background-color: rgba(241, 70, 104, 0.1);
}
._background_warning {
  background-color: rgba(255, 221, 83, 0.15);
}
._background_success {
  background-color: rgba(46, 203, 113, 0.1);
}
._background_grey {
  background-color: #f5f5f5;
}
._background_white {
  background-color: #fff !important;
}
._background_blue_light {
  background-color: #eff5fb;
  color: #296fa8;
}
._background_brown_light {
  background-color: #a68776;
  color: #fff;
}
._background_blue {
  background-color: #296fa8;
  color: #eff5fb;
}
._background_green_dark {
  background-color: #2ecc71;
  color: #effaf5;
}
._todo_title {
  padding: 20px 20px 0 20px;
  font-weight: 600;
  font-size: 20px;
  color: #673de6;
}
._inset_blue {
  background-color: #eff5fb;
  color: #296fa8;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}
._inset_blue_strong {
  color: #eff5fb;
  background-color: #296fa8;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}
._inset_green {
  background-color: #effaf5;
  color: #25302b;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}
._inset_green_strong {
  background-color: #2ecc71;
  color: #effaf5;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}
._inset_grey {
  background-color: #f5f5f5;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}
._inset_red {
  background-color: #ffedf0;
  color: #470d18;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}
._inset_red_strong {
  background-color: #f14668;
  color: #ffedf0;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}
._inset_yellow_strong {
  background-color: rgb(255, 221, 83);
  color: rgb(58, 54, 40);
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
}
#wrap_procedures_list h3 {
  font-size: 20px;
  font-weight: 500;
}
._list_small {
  list-style-position: inside;
  list-style-type: square;
  font-size: 14px;
  margin-left: 10px;
}
._exceed_chars {
  color: #f14668 !important;
  font-weight: 600 !important;
}
#content_panel_imaging_data ins {
  background-color: rgba(255, 245, 0, 0.2);
  border-bottom: 1px solid #fff500;
  text-decoration: none;
  padding: 3px;
  border-radius: 3px;
}
.wrap_exam_editable {
  line-height: 200%;
}

/* END TYPO */

._main_menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  gap: 20px;
}
._main_menu_item {
  font-family: "Asap", sans-serif;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 60px;
  padding-top: 17px;
  box-sizing: border-box;
}

._main_menu_item:hover ._dropdown_menu {
  display: block;
}

._relative {
  position: relative;
}
._dropdown_menu {
  position: absolute;
  top: 60px;
  left: -20px;
  right: -20px;
  display: none;
  height: auto;
  overflow-y: visible;
  z-index: 3;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
._dropdown_menu li {
  padding: 10px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
}
._dropdown_menu li:hover {
  background: rgba(255, 255, 255, 0.25);
}
._dropdown_menu i {
  padding-right: 10px;
  font-size: 14px;
}
#calendar tr {
  height: 50px;
}
#calendar td,
#calendar th {
  border: 1px solid #dbdbdb;
  width: 50px;
  text-align: center;
  padding-top: 13px;
}
#calendar tr:empty {
  display: none;
}
#calendar td:empty {
  border: 0;
}
._border_top_strong {
  border-top: 10px solid #dbdbdb;
}

#hernias_menu {
  height: 57px;
  overflow: hidden;
  margin: 100px 150px;
  border: 1px solid #c2dde1;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.4s ease;
}
#hernias_menu li {
  padding: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 17px;
  transition: all 0.4s ease;
  font-weight: 500;
  cursor: pointer;
  background-color: #fff;
}
#hernias_menu li:first-child {
  background: rgb(25, 211, 255);
  background: linear-gradient(
    135deg,
    rgba(193, 193, 193, 0.2) 0%,
    rgba(138, 138, 138, 0.2) 100%
  );
  text-shadow: 1px 1px 0 #fff;
}
#hernias_menu li:first-child:hover {
  background: rgb(25, 211, 255) !important;
  background: linear-gradient(
    135deg,
    rgba(193, 193, 193, 0.2) 0%,
    rgba(138, 138, 138, 0.2) 100%
  ) !important;
}
#hernias_menu i {
  float: right;
  font-size: 20px;
  margin-top: 5px;
}

#hernias_menu:focus-within,
#hernias_menu:hover {
  height: auto;
  overflow: visible;
}

#hernias_menu li:focus,
#hernias_menu li:hover {
  background-color: #fffdd0;
}

#sliding_window_new_hernia #hernias_menu {
  margin: 50px;
}
#sliding_window_new_hernia .title_new_hernia {
  background-color: transparent;
  border-width: 0;
  position: static;
  font-size: 1.5rem;
}
#sliding_window_new_hernia a {
  display: none;
}

._button_hp {
  height: 37px;
  font-size: 15px;
  font-weight: 500;
  width: 260px;
  cursor: pointer;
  border-width: 0;
  border-radius: 5px;
  padding-left: min(61px);
  padding-right: min(21px);
  font-family: "Encode sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  transition: all 0.4s ease !important;
  position: relative;
}

._button_hp:focus {
  outline-color: rgba(0, 0, 0, 0.5);
}

._button_hp i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 41px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  padding-top: 12px;
}

._button_warning {
  background-color: rgb(255, 221, 83);
  box-shadow: 0px 3px 0px 0px #f5a700;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  color: #4d3400;
}
._button_warning:hover {
  background: #ffc954;
  box-shadow: 0px 3px 0px 0px #d28f00;
}

._button_danger {
  background: #ff4858;
  color: #fff;
  text-shadow: 1px 1px 0 #c93844;
  box-shadow: inset 1px 1px 0 0 #ffe6e8;
  box-shadow: inset -1px -1px 0 0 #c93844;
}
._button_danger:hover {
  background: #de3e4b;
}
._button_success {
  background-color: #2ecc71;
  box-shadow: 0px 3px 0px 0px #15b358;
  text-shadow: 1px 1px 0 #0f8741;
  color: rgba(255, 255, 255, 1);
}
._button_success:hover {
  background-color: #16bb5b;
  box-shadow: 0px 3px 0px 0px #0f8741;
}
._button_secondary {
  background-color: #673de6;
  box-shadow: 0px 3px 0px 0px #42249e;
  text-shadow: 1px 1px 0 #2c1a62;
  color: rgba(255, 255, 255, 0.9);
}
._button_secondary:hover {
  background-color: #42249e;
  box-shadow: 0px 3px 0px 0px #2c1a62;
}
._button_inline {
  display: inline-block;
  margin-bottom: 2px;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  margin-left: 15px;
  transition: all 0.6s ease !important;
}
._button_inline i {
  padding-right: 5px;
}

._button_inline_info {
  background-color: #3e8ed0;
}

._button_inline_info:hover {
  background-color: #2f6c9e;
}
._button_inline_success {
  background-color: #48c78e;
}

._button_inline_success:hover {
  background-color: #2c9c69;
}
._font40 {
  font-size: 40px !important;
}
#content_panel_hernias_data .button_close_hernia_panel {
  display: none;
}

._header_buttons {
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  min-height: 100%;
  background: linear-gradient(
    302deg,
    rgba(245, 245, 245, 1) 0%,
    rgba(248, 249, 244, 1) 48%,
    rgba(236, 236, 236, 1) 100%
  );
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #fff;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: sticky;
  top: 0;
  z-index: 4;
}
._header_buttons a {
  padding: 0 20px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease !important;
  color: #4a4a4a;
}
._header_buttons a:hover {
  color: #f14668;
  text-shadow: 2px 2px 5px #fff;
}
._header_buttons mark {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  background: none;
  color: inherit;
}
._header_buttons mark:empty {
  display: none;
}

._planning_indicator {
  display: inline-flex;
  float: right;
  padding-top: 9px;
}
._planning_indicator p {
  border-left: 1px solid #fff;
  background-color: #f5f5f5;
  height: 10px;
  width: 20px;
  overflow: hidden;
}
._planning_indicator p:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
._planning_indicator p:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

._planning_status_green {
  background-color: #b2ffaf !important;
}
._planning_status_0 {
  background-color: #ff4858 !important;
}
._planning_status_yellow {
  background-color: #ffd502 !important;
}
._opa02 {
  opacity: 0.2;
}
._opa05 {
  opacity: 0.5;
}
._opa07 {
  opacity: 0.7;
}
._opa0 {
  opacity: 0;
}
._animate05 {
  transition: all 0.5s ease;
}
._animate02 {
  transition: all 0.2s ease;
}
._tabs_main {
  display: none;
}
#ajax_spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.spinning_on {
  height: 7px !important;
  background: repeating-linear-gradient(
    to right,
    red 0%,
    yellow 50%,
    orange 100%
  );
  width: 100%;
  background-size: 200% auto;
  background-position: 0 100%;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
._sliding_window_title {
  font-size: 1.5rem;
  color: #004f9e;
  font-weight: 600;
  text-shadow: 1px 1px 0 #f7feff;
  background: linear-gradient(
    0deg,
    hsla(187, 100%, 93%, 1) 0%,
    hsla(185, 100%, 91%, 1) 99%
  );
  border-bottom: 1px solid #c2dde1;
  border-top: 1px solid #fff;
  padding: 20px;
}
._sliding_window_title ._button_lp_abort {
  background-color: #fff;
  margin-top: 4px;
}

._first_option {
  font-weight: 600;
  color: #004f9e;
}
._check_list label {
  display: block;
  padding-right: 10px;
  white-space: nowrap;
  font-size: 15px !important;
  margin-bottom: 5px;
}
._check_list input {
  vertical-align: middle;
  margin-right: 5px;
}

._editable_inline {
  padding: 7px;
  color: #004f9e;
  font-weight: 400;
}
._editable_inline:hover {
  background-color: #ffe08a;
  cursor: pointer;
}
._consent_form_list li {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 15px;
}

._todo_card {
  background-color: #fff;
  margin: 30px 0;
  border-color: #dbdbdb;
  border-width: 1px;
  border-style: solid;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 10px;
  font-family: "Encode sans", sans-serif !important;
}

._todo_card h3 {
  padding: 20px 20px 10px 20px;
  font-size: 22px;
  font-weight: 500;
}
._todo_card ._h3_icon {
  padding-right: 10px;
}
._todo_card_info,
._todo_card_content {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
}
._todo_card_buttons {
  padding: 10px 20px 20px 20px;
  font-size: 13px;
}
._button_lp {
  width: 200px;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  border-width: 0;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

._button_lp i {
  padding-right: 6px;
}
._todo_card h6 {
  padding: 20px;
  font-size: 25px;
  line-height: 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
._card_border_success {
  border-left: 5px solid #2ecc71 !important;
}
._card_border_yellow {
  border-left: 5px solid rgb(255, 221, 83) !important;
}
._ticker_success {
  color: #2ecc71;
  font-size: 15px;
  font-weight: 600;
}
._ticker_warning {
  color: #f14668;
  font-size: 15px;
  font-weight: 600;
}
._card_border_warning {
  border-left: 5px solid #f14668 !important;
}

._button_lp_success {
  background-color: #2ecc71;
  box-shadow: 0px 3px 0px 0px #15b358;
  text-shadow: 1px 1px 0 #15b358;
}

._button_lp_success:hover {
  background-color: #16bb5b;
  box-shadow: 0px 3px 0px 0px #0f8741;
}

._button_lp_warning {
  font-weight: 500;
  background-color: rgb(255, 221, 83);
  box-shadow: 0px 3px 0px 0px #f5a700;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  color: #4d3400;
}

._button_lp_warning:hover {
  background-color: rgb(255, 221, 83);
  box-shadow: 0px 3px 0px 0px #f5a700;
}

._button_lp_abort {
  margin-left: 10px;
  font-size: 12px;
  cursor: pointer;
  color: #f14668;
  border: 1px solid hsl(347, 90%, 96%);
  padding: 5px 10px;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0px 3px 0px 0px hsl(347, 90%, 96%);
  transition: all 0.5s ease;
  font-weight: 500;
}
._button_lp_abort i {
  padding-right: 6px;
}
._button_lp_abort:hover {
  background-color: hsl(347, 90%, 96%);
  box-shadow: 0px 3px 0px 0px #f14668;
  border: 1px solid #f14668;
}
._input {
  width: 100%;
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
  transition: all 0.3s ease;
  outline-color: #fff;
  font-size: 15px;
  font-family: "Encode sans", sans-serif !important;
  font-weight: 500;
  box-sizing: border-box;
}
._input:focus,
._input:active {
  border-color: #673de6;
  outline-width: 0px;
  transition: all 0.5s ease;
  box-shadow: 0 0 3px #673de6;
}
._input_small {
  padding: 7px !important;
  font-size: 13px !important;
}
._label_small b {
  color: #f14668;
  opacity: 0;
  float: right;
}
._input_small:invalid {
  background-color: rgba(241, 70, 104, 0.2);
  border: 1px solid #f14668;
  box-shadow: inset 0 0.0625em 0.125em rgba(241, 70, 104, 0.1);
}
._inputs_group:has(._input_small:invalid) b {
  opacity: 1;
}
#details_edit_consent:has(._input_small:invalid) #consent_alert_message {
  display: block;
}
._input:read-only {
  background-color: #f6f8fa !important;
  pointer-events: none;
}
._input_search {
  background-image: url("/images/magnifying-glass-solid.svg");
  background-repeat: no-repeat;
  background-position: left 12px bottom 50%;
  appearance: none;
  padding-left: 35px;
}
._label_optional {
  background-color: #ffe08a;
  font-size: 12px;
  padding: 2px 6px 3px 6px;
  border-radius: 4px;
  font-weight: 500;
  color: #624b0c;
  text-transform: lowercase;
}
._label_small {
  font-weight: 600;
  padding-bottom: 3px;
  padding-top: 10px;
  display: block;
}
._label_small span {
  opacity: 0.9;
  font-weight: 400;
}
._block_checkbox label {
  display: block;
}
._block_checkbox input {
  vertical-align: middle;
  margin-right: 3px;
}
._select {
  width: 100%;
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
  transition: all 0.3s ease;
  font-size: 15px;
  font-family: "Encode sans", sans-serif !important;
  font-weight: 500;
  outline-color: #dbdbdb;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/images/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-position: right 10px bottom 50%;
  appearance: none;
  box-sizing: border-box;
}
._select:focus,
._select:active {
  border-color: #673de6;
  transition: all 0.5s ease;
  box-shadow: 0 0 3px #673de6;
}
._textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
  transition: all 0.3s ease;
  outline-color: #fff;
  font-size: 15px;
  font-family: "Encode sans", sans-serif !important;
  font-weight: 500;
  min-height: 200px;
  box-sizing: border-box;
}
._textarea:focus,
._textarea:active {
  border-color: #673de6;
  outline-width: 0px;
  transition: all 0.5s ease;
  box-shadow: 0 0 3px #673de6;
}

._field_symptoms label {
  display: inline-block;
  padding-right: 10px;
  white-space: nowrap;
}
._field_symptoms input {
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 1px;
}

.score_message span {
  font-weight: 500;
  font-size: 110%;
  padding-top: 20px;
  display: block;
}
._button_summary {
  display: inline-block;
  background-image: url("/images/chevron-down-solid-small.svg");
  background-repeat: no-repeat;
  background-position: 10px 8px;
  font-size: 12px;
  cursor: pointer;
  border-width: 0;
  padding: 5px 15px 5px 30px;
  border-radius: 5px;
  transition: all 0.5s ease;
  font-weight: 500;
  color: #673de6;
  background-color: #fff;
  border: 1px solid #dfd5ff;
  box-shadow: 0px 3px 0px 0px #dfd5ff;
}

details[open] > ._button_summary {
  background-image: url("/images/chevron-up-solid-small.svg");
  background-color: #f3f0ff;
  border: 1px solid #673de6;
  box-shadow: 0px 3px 0px 0px #673de6;
}
._details_bg_white {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #dfd5ff;
  border-radius: 5px;
  margin-top: 20px;
}

/* MENUS START */

._bottom_menu {
  padding: 8px 10px 10px 10px;
  font-size: 12px;
  font-weight: 500;
  background-color: #fafafa;
  border-top: 1px solid #fff;
}
._bottom_menu li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  padding: 4px 8px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #dbdbdb;
  background-color: #fff;
}
._bottom_menu i {
  padding-right: 3px;
}
._menu_chevron_close {
  rotate: 180deg !important;
}

/* MENUS END */

/* FORMS */
._scores_radio label {
  display: block;
  margin-bottom: 3px;
  cursor: pointer;
}
._scores_radio_inline label {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
}
._scores_radio_inline span {
  color: #787878;
}

._scores_radio input {
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 1px;
}

._scores_radio_inline input {
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 1px;
}

._scores_radio p,
._scores_radio_inline p {
  font-weight: 500;
  margin: 20px 0 5px 0;
}

._labels_with_buttons label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

._labels_with_buttons input {
  margin-right: 5px;
  display: none;
}

._forms_inset {
  border-top: 1px solid #c2dde1;
  border-bottom: 1px solid #c2dde1;
  border-left: 5px solid #c2dde1;
  background-color: #fff;
}
._forms_inset h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 20px 10px;
  color: #004f9e;
}
._forms_inset_data h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 10px 0 10px;
  color: #004f9e;
}
._forms_inset h6,
._forms_inset_data h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

._forms_inset_data {
  margin: 20px;
  border: 1px solid #c2dde1;
  background-color: #fff;
  border-radius: 5px;
}
._in_label_link {
  float: right;
  color: #673de6;
  cursor: pointer;
  font-size: 90%;
  font-weight: 500;
}
._sliding_form {
  background-color: #f7feff;
  border-bottom: 1px solid #c2dde1;
}
#wrap_tab_user_info label,
#wrap_tab_user_access_data label,
#form_new_physical label,
#sliding_window_consults label,
#windows_new_todo label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
#sliding_window_new_eo #button_skip_physical {
  display: none;
}
._checkbox_tags input {
  vertical-align: text-bottom;
}

._color_label {
  margin-right: 16px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 10px;
  transition: 0.2s all ease;
  border: 2px solid #f6f8fa;
}

._color_label input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  transition: 0.1s all linear;
  margin-right: 5px;
}

._color_label .input_green {
  border: 3px solid rgba(46, 204, 113, 1);
}
._color_label .input_green:checked {
  background-color: rgba(46, 204, 113, 1);
}
._color_label .input_yellow {
  border: 3px solid #f5a700;
}
._color_label .input_yellow:checked {
  background-color: #f5a700;
}
._color_label .input_red {
  border: 3px solid #f14668;
}
._color_label .input_red:checked {
  background-color: #f14668;
}

._color_label:has(.input_green:checked) {
  background-color: rgba(46, 204, 113, 0.2);
  border: 2px solid rgba(46, 204, 113, 1);
}
._color_label:has(.input_yellow:checked) {
  background-color: rgba(245, 167, 0, 0.2);
  border: 2px solid rgba(245, 167, 0, 1);
}
._color_label:has(.input_red:checked) {
  background-color: rgba(241, 70, 104, 0.2);
  border: 2px solid rgba(241, 70, 104, 1);
}

/* END OF FORMS */

/* PAINEIS DE NAVEGAÇÃO*/

._vertical_nav p {
  margin-bottom: 25px;
  font-size: 25px;
  cursor: pointer;
  color: #673de6;
  font-weight: 600;
  transition: all 0.5s ease;
}
._vertical_nav p:hover {
  color: #f14668;
}
._vertical_nav i {
  margin-right: 15px;
}
._header_grey_window {
  padding: 20px;
  font-size: 20px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #fff;
  background: rgb(245, 245, 245);
  background: linear-gradient(
    302deg,
    rgba(245, 245, 245, 1) 0%,
    rgba(248, 249, 244, 1) 48%,
    rgba(236, 236, 236, 1) 100%
  );
  text-shadow: 1px 1px 0 #fff;
  font-weight: 500;
}
._header_grey_window ._icon {
  padding-right: 10px;
}

._wrap_tab {
  font-family: "Encode sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}

._dropdown_left {
  position: relative;
  overflow: visible;
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  min-width: 200px;
}
._dropdown_left ._arrow {
  padding-left: 20px;
  float: right;
  padding-top: 4px;
}
._dropdown_left ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 45px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: opacity 0.1s linear;
  z-index: 5;
  font-weight: 500;
}
._dropdown_left:hover ul {
  visibility: visible;
  opacity: 1;
}

._dropdown {
  position: relative;
  overflow: visible;
}
._dropdown ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  min-width: 200px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: opacity 0.1s linear;
  z-index: 5;
  font-weight: 500;
}
._dropdown li,
._dropdown_left li {
  padding: 13px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #fff;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
._dropdown li:last-of-type,
._dropdown_left li:last-of-type {
  border-bottom: none;
}
._dropdown li > i,
._dropdown_left li > i {
  padding-right: 10px;
}
._dropdown li:hover,
._dropdown_left li:hover {
  background-color: #f9f9f9;
  color: #673de6;
}
._dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}
._new_case_heading {
  scroll-margin-top: 100px;
  scroll-snap-type: y mandatory;
  margin-top: 60px;
  margin-bottom: 60px;
}
._new_case_heading h2 {
  font-size: 34px;
  font-weight: 600;
}
._new_case_heading h2 > i {
  padding-right: 10px;
}
._new_case_heading h6 {
  font-size: 20px;
}
._new_case_heading h6 > i {
  padding-right: 5px;
}
._hero_tabs_menu {
  font-family: "Asap", sans-serif;
  font-size: 16px;
}
._hero_tabs_menu .is-active {
  text-shadow: none !important;
}
._hero_tabs_menu i {
  padding-right: 10px;
}
#blue_hero li.is-active a,
._blue_hero li.is-active a {
  color: #0b263d !important;
}
._blue_hero ._dropdown_menu {
  background-color: #fff;
  color: #4a4a4a;
  text-shadow: none;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
._blue_hero ._dropdown_menu > li {
  border-bottom: 1px solid #dbdbdb;
}
._blue_hero ._dropdown_menu > li:hover {
  background-color: #f9f9f9;
  color: #f14668;
}
#purple_hero {
  background: rgb(70, 0, 80);
  background: linear-gradient(
    123deg,
    rgba(70, 0, 80, 1) 0%,
    rgba(114, 0, 227, 1) 46%,
    rgba(154, 0, 213, 1) 100%
  );
  text-shadow: 1px 1px 0 rgb(70, 0, 80);
}
#purple_hero li.is-active a {
  color: rgb(70, 0, 80) !important;
}
#green_hero li.is-active a {
  color: #006445 !important;
}
._horizontal_levels {
  padding: 10px 0;
  font-size: 13px;
  font-family: "Encode sans", sans-serif;
  font-weight: 500;
}
._horizontal_levels span {
  padding: 0 10px;
}

/* end of nav paneils */

/* POSITIONING */
._float_r {
  float: right;
}
._overflow_a {
  overflow: auto;
}

/* END OF POSITIONING */

._checklist_item label {
  display: block;
}
._checklist_item h6,
._checklist_list_item_title {
  font-size: 130%;
  font-weight: 600;
  margin-bottom: 10px;
}
._checklist_list_comments:not(:empty) {
  font-size: 13px;
  margin-bottom: 10px;
}
._checklist_question,
._checklists_question_item {
  margin-top: 10px;
  margin-bottom: 3px;
}
._checklists_question_title {
  font-weight: 600;
}
._checklists_question_details:not(:empty) {
  font-weight: 400;
  font-size: 13px;
  display: block;
}
._checklist_item label {
  font-size: 80%;
  margin-left: 20px;
  margin-bottom: 3px;
}
._checklists_label {
  font-size: 0.9em;
}
._checklists_label input {
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 1px;
}
._checklist_item input {
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 1px;
}
._checklist_item button {
  margin-top: -4px;
  vertical-align: middle;
}

/* EMPTY AND DYNAMIC CONTENT START */
._comma_after_not_empty:not(:empty) {
  padding-right: 0;
  margin-right: 0;
}
._comma_after_not_empty:not(:empty)::before {
  content: ", ";
}
._comma_after_not_empty:first-of-type::before {
  content: none;
}
/* EMPTY AND DYNAMIC CONTENT END */

/* icons start */
._success_icon {
  color: #15b358;
  padding-right: 5px;
  font-size: 110%;
}

._forms_heading_blue i {
  padding-right: 10px;
}
/* icons end */

/* MODALS START */

._modal {
  background: #fff;
  border: 1px solid #666;
  max-width: 850px;
  min-width: 400px;
  max-height: 70%;
  border-radius: 6px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  font-family: "Encode sans", sans-serif !important;
}

._modal h2 {
  font-size: 22px;
  padding: 20px;
  font-weight: 500;
}

._modal p {
  padding: 20px;
  font-size: 14px;
}

._modal nav {
  padding: 20px;
}

._overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
  opacity: 1;
  z-index: 400;
  display: none;
  justify-content: center; /* horizontal */
  align-items: center; /* vertical */
  backdrop-filter: blur(6px);
}

._modal_danger {
  border-top: 5px solid #f14668;
}

._modal_danger h2 {
  color: #f14668;
}

._modal_success {
  border-top: 5px solid #2ecc71;
}

._active {
  display: flex;
}

._modal select {
  margin-bottom: 20px;
}
#ehs_current_class {
  display: block;
}

/* MODALS END */

/* MISC START */
._dis_none {
  display: none;
}
code {
  cursor: pointer;
  transition: all 0.5s ease;
}
code:hover {
  background-color: rgb(255, 221, 83);
}
._scroll_t90 {
  scroll-margin-top: 90px;
  scroll-snap-type: y mandatory;
}
._scroll_t100 {
  scroll-margin-top: 100px;
  scroll-snap-type: y mandatory;
}
#sliding_window_exams #button_skip_imaging {
  display: none;
}
#wrap_user_tags ._flexwrap:last-of-type {
  border-bottom: none;
}
#counter_guidelines {
  margin-left: 10px;
}
._cursor_p {
  cursor: pointer;
}
#help_centre summary,
#wrap_procedures_list summary {
  color: #485fc7;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  font-size: 17px;
  margin-bottom: 5px;
  display: flex;
}
#wrap_procedures_list summary {
  margin-top: 0;
}
#help_centre details > p {
  font-size: 14px;
}
#help_centre summary::before,
#wrap_procedures_list summary::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/images/chevron-down-solid.svg");
  background-size: cover;
  margin-right: 4px;
  margin-top: 6px;
  transition: 0.2s;
  cursor: pointer;
}
#help_centre details[open] > summary::before,
#wrap_procedures_list details[open] > summary::before {
  transform: rotate(180deg);
}

#content_panel_last_surgeries summary {
  display: flex;
}

#content_panel_last_surgeries summary::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("/images/chevron-down-solid.svg");
  background-size: cover;
  margin-left: 4px;
  margin-top: 8px;
  transition: 0.2s;
  cursor: pointer;
}

#content_panel_last_surgeries details[open] > summary::after {
  transform: rotate(180deg);
}
._header_alert {
  background-color: #fff500;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 6px;
  font-size: 13px;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  font-family: "Encode sans", sans-serif !important;
  cursor: pointer;
}
#content_panel_raen_data_wrap .border_bottom:last-child {
  border-bottom: 0 !important;
}
._no_result_search {
  padding: 10px;
  font-weight: 500;
}
/* MISC END */

/* TOASTS START */
#toasts_wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1000;
  transition: all 0.5s ease !important;
}
#toasts_wrap p {
  width: 400px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  transition: all 1s ease !important;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-shadow: 1px 1px navy;
  padding: 20px;
  margin-bottom: 10px;
}
._toast_inactive {
  opacity: 0;
  transition: all 1s ease !important;
}
/* TOASTS END */

/* TAGS START */
.tags_column:not(.tags_column:has(._tag)) {
  display: none;
}
._tag {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
}
._tag i {
  padding-left: 4px;
  cursor: pointer;
}
._color_tag {
  display: inline-flex;
  min-width: 30px;
  height: 20px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-spacing: 5px;
  justify-content: center;
  font-size: 13px;
  padding-top: 5px;
  transition: all 0.3s ease !important;
  font-weight: 500;
  border-bottom: 5px solid transparent;
}
._active_color {
  border-bottom: 5px solid #4a4a4a;
}
#wrap_filters ._tag {
  margin-bottom: 3px;
  margin-right: 0;
  font-size: 13px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
#wrap_filters ._tag:hover {
  background-color: #ea5455;
  color: #fff;
}
._tags_bigger ._tag {
  margin-bottom: 3px;
  margin-right: 0;
  font-size: 14px;
  transition: all 0.3s ease-in;
  cursor: pointer;
  font-weight: 400;
}

/* TAGS END */

/* CALENDAR START */
table .has-text-danger {
  background-color: #f14668 !important;
  color: #fff !important;
}

/* CALENDAR END */

/* BUTTONS START */
._bg_white {
  background-color: #fff;
}
._bg_white_80 {
  background-color: rgba(255, 255, 255, 0.8);
}
._h6_button {
  margin-right: 10px;
  font-size: 12px;
  cursor: pointer;
  border-width: 0;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.5s ease;
  font-weight: 500;
  color: #673de6;
  background-color: #fff;
  border: 1px solid #dfd5ff;
  box-shadow: 0px 3px 0px 0px #dfd5ff;
}
._h6_button:hover {
  background-color: #f3f0ff;
  border: 1px solid #673de6;
  box-shadow: 0px 3px 0px 0px #673de6;
}
._h6_button i {
  padding-right: 5px;
}
._button_link {
  color: #673de6;
  font-weight: 600;
  font-size: 13px;
  padding-left: 10px;
  transition: all 0.25s ease;
  cursor: pointer;
}
._button_link:hover {
  color: #f14668;
}
/*BUTTON END*/

/* HEADERS START */

._column_subheader {
  margin-bottom: 20px;
  font-size: 110%;
  font-weight: bolder;
  text-shadow: 1px 1px 0 #fff;
}

._column_subheader i {
  margin-right: 5px;
}

/* HEADERS END */

/* IMAGES START */
._image_preview_100 {
  height: 100px !important;
  width: auto;
}
._images_wrap img {
  margin: 10px 10px 10px 0;
  height: 100px !important;
  width: auto;
  border: 2px solid #dbdbdb;
  cursor: pointer;
  filter: grayscale(1);
}

._images_wrap img:hover {
  border-color: #296fa8;
  filter: none;
}

/* IMAGES END */

._list_info li {
  margin-bottom: 20px;
  border: 1px solid #dfd5ff;
  padding: 10px;
  border-radius: 5px;
}
._list_info h6 {
  font-size: 19px;
  font-weight: 600;
}

/* NOTIFICATIONS START */
#notifications_list details {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px;
}
#notifications_list summary {
  font-weight: 500;
  font-size: 18px;
  list-style: none;
  cursor: pointer;
}
#notifications_list details:last-of-type {
  border-bottom-width: 0;
}
._details_nav {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  color: #485fc7;
  cursor: pointer;
  font-weight: 500;
}
._details_nav:hover {
  color: #f14668;
}
._details_nav i {
  padding-right: 5px;
}
/* NOTIFICATIONS END */

/* TABLES START */
._info_table tr {
  border-bottom: 1px solid #e8e9eb;
}
._info_table td,
._info_table th {
  padding: 10px;
  vertical-align: text-top;
  min-width: 150px;
}
._info_table th {
  font-size: 15px;
}
._info_table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}
._td50 {
  width: 50%;
}
._cell_edit {
  width: 50px;
  text-align: center !important;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s ease;
}
._cell_edit:hover {
  opacity: 1;
  color: #ff4858;
  transition: all 0.2s ease;
}
._antecedents_table_header {
  font-weight: 600;
  font-size: 18px;
}
._antecedents_table_header i {
  padding-right: 5px;
}
._flex_table {
  border: 1px solid #e8e9eb;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
._flex_table div {
  padding: 10px;
}
._antecedents_table_header nav {
  float: right;
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
  text-transform: lowercase;
}
._antecedents_table_header span {
  cursor: pointer;
  color: #673de6;
  transition: all 0.2s ease;
}
._antecedents_table_header span:hover {
  color: #ff4858;
  transition: all 0.2s ease;
}

/* TABLES END */

._wrap_inline_search {
  background: linear-gradient(
    0deg,
    hsla(187, 100%, 93%, 1) 0%,
    hsla(185, 100%, 91%, 1) 99%
  );
  padding: 10px;
  border: 1px solid #e8e9eb;
  border-top: 1px solid #fff;
  color: #004f9e !important;
  font-weight: 600;
  text-shadow: 1px 1px 0 #f7feff;
  position: relative;
}
._inset_button_blue {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #673de6;
  background-color: transparent;
  padding-right: 0;
  padding-top: 2px;
  font-size: 13px;
  font-weight: 500;
  border-width: 0;
  text-shadow: 1px 1px 0 #f7feff;
  transition: all 0.25s ease;
}
._inset_button_blue:hover {
  color: #f14668;
}

._background_yellow {
  background-color: #fff9c4;
}

._wrap_background_grey {
  background-color: #fbfbf9;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e8e9eb;
}

._wrap_background_grey ._color_label {
  background-color: #fff;
}

._details_section {
  margin-bottom: 10px;
  border: 1px solid #dbdbdb;
}
._details_section summary {
  font-weight: 500;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}
._details_section ._details_content {
  padding: 10px;
}
._details_section nav {
  background-color: #fafafa;
  padding: 10px;
  border-top: 1px solid #dbdbdb;
  font-size: 13px;
}
._details_section nav > span {
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}

._section_grey_bg {
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
}

._details_form summary {
  padding-bottom: 20px;
  color: #673de6;
  font-weight: 600;
  font-size: 1.5rem;
  text-shadow: 1px 1px 0 #fff;
  list-style: none;
  display: flex;
}
._details_form summary::-webkit-details-marker {
  display: none;
}
._details_form ._open {
  border-width: 0;
  transition: 0.2s;
}
._details_form[open] ._open {
  transform: rotate(180deg);
}

._details_form_body {
  padding: 10px;
  background-color: #f7feff;
  border: 1px solid #c2dde1;
}
._details_form_body h3 {
  font-size: 20px;
  font-weight: 600;
  text-shadow: 1px 1x 0 #fff;
}
._details_form_body ._details {
  font-size: 13px;
}
._details_form_body ._menu {
  padding-top: 8px;
  padding-right: 10px;
  cursor: pointer;
}
._details_button_title {
  text-align: center;
  width: auto;
}
._details_button_title b {
  padding-top: 7px;
  display: inline-block;
  font-weight: inherit;
}
._inline_nav_bar {
  font-size: 13px;
  padding: 10px;
}
._inline_nav_bar span {
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
  color: #673de6;
  transition: all 0.25s ease;
}
._inline_nav_bar span:hover {
  color: #f14668;
}
._answers_badge {
  display: inline-block;
  padding: 2px;
  min-width: 30px;
  background: #f5f5f5;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #da1039;
  margin-right: 5px;
  border-radius: 4px;
}
._labels_block ._label {
  display: block;
}

._wrap_checkbox_tags strong {
  color: #eff5fb;
  background-color: #296fa8;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
}

._wrap_checkbox_tags span {
  background-color: #eff5fb;
  color: #296fa8;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
}

._wrap_checkbox_tags ._ind_checkbox {
  vertical-align: text-bottom;
}

._tabs_info_wrap {
  border-style: solid;
  border-color: #dbdbdb;
  border-width: 0 1px 1px 1px;
}

._tabs_info_nav {
  display: flex;
}

._tabs_info_tab {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100px;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background-color: #f5f5f5;
  cursor: pointer;
}
._tabs_info_tab:hover {
  color: #673de6;
}
._tabs_info_tab_active {
  border-bottom: none;
  background-color: #fff;
  border-top: 1px solid #673de6;
  color: #673de6;
}
._tabs_info_tab:last-of-type {
  border-right-width: 0;
}

._tabs_info_tab h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: Asap;
  margin: 10px 10px 5px 10px;
}
._tabs_info_tab p {
  margin: 5px 10px 10px 10px;
  font-size: 13px;
}
._stats_bars {
  margin-right: 0;
}
._stats_count_badge {
  display: inline-block;
  width: 30px;
  text-align: right;
  margin-right: 10px;
}

._inline_stats_calendar_wrap {
  font-size: 12px;
  margin: 10px;
  font-weight: 500;
}
._inline_stats_calendar_month {
  padding: 5px;
  text-align: center;
}
._stats_inline_link {
  transition: all 0.4s ease;
  font-weight: 500;
  cursor: pointer;
  color: #485fc7;
}
._stats_inline_link i {
  opacity: 0;
  transition: all 0.4s ease;
}
._stats_inline_link:hover {
  color: #f14668;
}
._stats_inline_link:hover i {
  opacity: 1;
}
._stats_title_small {
  font-size: 20px;
  font-weight: 600;
  font-family: Asap;
}
._wrap_stats_expanded {
  border: 1px solid #dbdbdb;
  padding: 10px;
}

._inline_search_details summary {
  list-style: none;
  display: flex;
  padding: 20px;
}
._inline_search_details[open] ._expander {
  background-image: url("/images/chevron-up-solid-small.svg");
}
._inline_search_details_content {
  padding: 20px;
  background: linear-gradient(
    0deg,
    hsla(187, 100%, 93%, 1) 0%,
    hsla(185, 100%, 91%, 1) 99%
  );
  border-top: 1px solid #c2dde1;
  border-bottom: 1px solid #c2dde1;
}

._inline_search_details h5,
._inline_window_block h5,
._sliding_window h5 {
  font-size: 20px;
  font-weight: 600;
  color: #673de6;
  text-shadow: 1px 1px 0 #fff;
}
._inline_search_details ._expander {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border-width: 0;
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  transition: all 0.5s ease;
  font-weight: 600;
  color: #673de6;
  background-color: #fff;
  border: 1px solid #dfd5ff;
  box-shadow: 0px 3px 0px 0px #dfd5ff;
  margin-left: auto;
  background-image: url("/images/chevron-down-solid-small.svg");
  background-repeat: no-repeat;
  background-position: 10px 8px;
  align-self: flex-end;
}
._inline_window_block {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c2dde1;
}
._window_mid_separator {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c2dde1;
}
._sliding_window {
  background-color: #f7feff;
}

#side_bar_right_wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: red;
  display: none;
}
.overlay_success #modal_right_header {
  color: #2ecc71;
  border-bottom: 5px solid #2ecc71;
  background-color: rgba(46, 204, 113, 0.1);
}
.overlay_success #modal_right_footer {
  border-top: 1px solid #2ecc71;
  background-color: rgba(46, 204, 113, 0.1);
}
.overlay_success #modal_right_body {
  border-top: 1px solid #2ecc71;
}

.overlay_info #modal_right_header {
  color: #1054be;
  border-bottom: 1px solid #4195f4;
  background-color: rgba(65, 149, 244, 0.05);
}
.overlay_info #modal_right_footer {
  border-top: 1px solid #4195f4;
}
.overlay_info #modal_right_content_wrap {
  border-top: 5px solid #4195f4;
}

#modal_right_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(8px) brightness(65%);
  display: none;
  align-items: stretch;
  z-index: 300;
}
#modal_right_mica {
  flex-grow: 1;
}
#modal_right_content_wrap {
  flex-grow: 1;
  position: relative;
  background-color: #f6f8fa;
  margin: 30px;
  border-radius: 6px;
}
#modal_right_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  text-align: center;
  font-size: 23px;
  padding: 20px;
  font-weight: 500;
  text-shadow: 1px 1px 0 #fff;
}
#modal_right_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#modal_right_footer button {
  margin-left: 0;
  margin-right: 0;
}
#modal_right_body {
  position: absolute;
  top: 70px;
  bottom: 70px;
  left: 0;
  right: 0;
  background-color: #fafafa;
  overflow-y: auto;
}

#modal_right_body pre {
  background-color: inherit;
}

.wrap_exam_editable {
  border: 1px solid #dbdbdb;
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
}
#wrap_exam_editable mark {
  border-style: solid;
  padding: 3px;
  border-width: 3px 3px 3px 28px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.5s ease;
  font-weight: 500;
}
.interprete_keyword {
  padding: 5px 10px;
  display: block;
  font-weight: 500;
  border-style: solid;
  border-width: 3px 3px 3px 28px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.5s ease;
}
._trainer_hernias label {
  display: block;
}
._chars_chooser_wrap {
  position: relative;
}
.wrap_chars_chooser {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  max-height: 400px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #c2dde1;
  padding: 10px;
  border-radius: 4px;
}
.wrap_chars_chooser i {
  cursor: pointer;
  color: #2ecc71;
  transition: all 0.5s ease;
}
.wrap_chars_chooser i:hover {
  color: #f14668;
}

.wrap_chars_chooser ul {
  margin-left: 20px;
}
._chars_chooser_wrap > .wrap_chars_chooser {
  display: none;
}
._chars_chooser_wrap:hover > .wrap_chars_chooser {
  display: inherit;
}
#exam_relations {
  font-size: 14px;
}

.n-left_menu_wrap {
  background-color: #1f305e;
  width: 249px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#nav_menu_bottom {
  color: #f0f8ff;
  padding: 20px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 10px;
  font-weight: 500;
}
#nav_menu_bottom i {
  padding-right: 5px;
}
.n-left_menu_wrap a {
  color: inherit;
}
.n-home_link_wrap {
  height: 70px;
  border-bottom: 1px solid #b0c4de;
  color: #f0f8ff;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  font-weight: 500;
  position: sticky;
  top: 0;
  background-color: #1f305e;
}
.n-menu_item {
  padding: 10px;
  transition: all 0.2s ease;
  border-radius: 4px;
  position: relative;
}
.n-menu_item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.n-menu_item:hover .n-menu_sub_wrap {
  grid-template-rows: 1fr;
  padding: 10px 10px 10px 30px;
}
.n-menu_sub_wrap > ul {
  overflow: hidden;
}
.n-menu_sub_wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
  padding: 0px 10px 0px 30px;
  font-size: 14px;
  font-weight: 400;
}
.n-menu_sub_wrap:has(.n-menu_sublink_active) {
  grid-template-rows: 1fr;
  padding: 10px 10px 10px 30px;
}
.n-left_menu_wrap a {
  transition: all 0.2s ease;
}
.n-left_menu_wrap a:hover {
  color: #eeb32d;
}
.n-menu_sublink_active {
  color: #eeb32d;
  font-weight: 500;
}
body.padded {
  padding-left: 250px;
}
.container_elastic_vertical {
  height: 100vh;
  overflow-y: auto;
  flex-direction: column;
  display: flex;
  align-items: stretch;
}
.n-menu_top {
  height: 70px;
  border-bottom: 1px solid #b0c4de;
  background-color: #f0f8ff;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 200;
}
.n-menu_top_info_panel {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #1f305e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n-top_menu_large {
  font-size: 22px;
  text-shadow: 1px 0 0 #fff;
  font-weight: 600;
}
.n-menu_top_search {
  width: 400px;
}
.n-header_button {
  background-color: rgba(255, 255, 255, 0.8);
  color: #1f305e;
  border: 1px solid #b0c4de;
  padding: 7px 14px;
  border-radius: 15px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
}
.n-header_button i {
  padding-right: 5px;
  font-size: 13px;
}
.n-header_button:hover {
  color: #ef3c2d;
  border-color: #ef3c2d;
  background-color: #fedfd4;
}
.n-menu_top_sub_menus {
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  color: #1f305e;
  border: 1px solid #b0c4de;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 10px;
  position: relative;
  transition: all 0.2s ease;
}
.n-menu_top_sub_menus span {
  font-weight: 600;
}
.n-menu_top_sub_menus_chevron {
  padding-left: 5px;
  font-size: 90%;
}
.n-menu_top_sub_menus ul {
  display: none;
  position: absolute;
  top: 27px;
  left: -1px;
  width: 300px;
  color: #1f305e;
  border: 1px solid #b0c4de;
  border-radius: 0 5px 5px 5px;
  overflow: hidden;
  background-color: #f0f8ff;
  z-index: 400;
  flex-direction: column;
  gap: 1px;
  transition: all 0.2s ease;
  font-weight: 500;
  box-shadow: 2px 2px 0px #f0f8ff;
}
.n-menu_top_sub_menus li {
  padding: 4px 10px;
  border-bottom: 1px solid #b0c4de;
  transition: all 0.2s ease;
}
.n-menu_top_sub_menus li:hover {
  background-color: #fff;
  color: #ef3c2d;
}
.n-menu_top_sub_menus li:last-of-type {
  border-bottom-width: 0;
}
.n-menu_top_sub_menus:hover ul {
  display: flex;
}
.n-menu_top_sub_menus:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f0f8ff;
  box-shadow: 2px 2px 0 #f0f8ff;
}
._link_title {
  color: #485fc7;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: underline;
}
._link_title:hover {
  color: #f14668;
  text-decoration: none;
}
.n-card_title {
  font-size: 20px;
  font-weight: 600;
  color: #1f305e;
  text-shadow: 1px 1px 0 #fff;
}
.n-header-filters {
  width: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1f305e;
  border: 1px solid #b0c4de;
  padding: 7px 14px;
  border-radius: 15px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  background-image: url(/images/magnifying-glass-solid.svg);
  background-repeat: no-repeat;
  background-position: left 12px bottom 50%;
  appearance: none;
  padding-left: 35px;
}
.n-forms-wrap {
  background-color: #f7feff;
  border: 1px solid #c2dde1;
}
.n-buttons-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
}

.v3_nav_main_wrap {
  margin-top: 10px;
  font-family: "Encode sans";
}
.v3_nav_l1_wrap {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #f0e4bc;
}
.v3_menu_wrap_start .v3_nav_l1_wrap,
.v3_menu_wrap_start .v3_nav_l2_wrap {
  border-bottom: 1px solid transparent;
}
.v3_nav_l1_item {
  padding: 8px;
  flex-grow: 1;
  text-align: center;
  color: #8AA29E;
  transition: all 0.2s ease;
}
.v3_nav_l1_item i {
  padding-right: 5px;
}
.v3_menu_wrap_science .v3_menu_item_l1_science,
.v3_menu_wrap_calendar .v3_menu_item_l1_cabinet,
.v3_menu_wrap_todolist .v3_menu_item_l1_cabinet,
.v3_menu_wrap_mail .v3_menu_item_l1_cabinet,
.v3_menu_wrap_notifications .v3_menu_item_l1_cabinet    {
  border-bottom: 5px solid #f0e4bc;
  color: #ED474A;
}
.v3_nav_l2_wrap {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: #27374d;
  border-bottom: 1px solid #f0e4bc;
}
.v3_nav_l2_item {
  padding: 10px 20px 5px 20px;
  text-align: center;
  display: none;
  color: #9db2bf;
  transition: all 0.2s ease;
  border-bottom: 5px solid transparent;
}
.v3_nav_l2_item i {
  padding-right: 5px;
}
.v3_nav_l2_item:hover {
  color: #0e252f;
}
.v3_menu_wrap_science_guidelines .v3_menu_item_l2_guidelines,
.v3_menu_wrap_science_articles .v3_menu_item_l2_articles,
.v3_menu_wrap_materials .v3_menu_item_l1_materials,
.v3_menu_wrap_materials .v3_menu_item_l2_materials,
.v3_menu_wrap_calendar .v3_menu_item_l2_calendar,
.v3_menu_wrap_todolist .v3_menu_item_l2_todo,
.v3_menu_wrap_mail .v3_menu_item_l2_mail,
.v3_menu_wrap_notifications .v3_menu_item_l2_notifications {
  border-bottom: 5px solid #f0e4bc;
  color: #ED474A;
  opacity: 1;
}
.v3_menu_wrap_science .v3_menu_item_l2_science,
.v3_menu_wrap_materials .v3_menu_item_l2_materials,
.v3_menu_wrap_materials .v3_menu_item_l2_materials_search,
.v3_menu_wrap_calendar .v3_menu_item_l2_cabinet,
.v3_menu_wrap_todolist .v3_menu_item_l2_cabinet,
.v3_menu_wrap_mail .v3_menu_item_l2_cabinet,
.v3_menu_wrap_notifications .v3_menu_item_l2_cabinet  {
  display: block;
}
.v3_nav_l3_wrap {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  color: #27374d;
  align-items: center;
  border-bottom: 1px solid #f0e4bc;
}
.v3_nav_l3_item {
  padding: 10px 20px 5px 20px;
  border-bottom: 4px solid transparent;
}
.v3_nav_l3_item i {
  padding-right: 5px;
}
.v3_nav_l3_item_active {
  color: #e94f37;
  border-bottom: 4px solid #f0e4bc;
}
.v3_nav_l3_item_active_filter {
  color: #e94f37;
  font-weight: 600;
}
.v3_nav_l3_dropdown_wrap {
  position: relative;
  cursor: pointer;
}
.v3_nav_l3_dropdown_wrap:hover {
  background-color: #fcf7ee;
  color: #ea5455;
}
.v3_nav_l3_dropdown_menu {
  position: absolute;
  top: 37px;
  left: 0;
  background-color: #fcf7ee;
  border: 1px solid #e4dccf;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  min-width: 400px;
  opacity: 0;
}
.v3_nav_l3_dropdown_wrap:hover .v3_nav_l3_dropdown_menu {
  display: flex;
  padding: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 5px;
  opacity: 1;
  cursor: default;
  z-index: 1000;
}
.v3_nav_l3_item_link {
  cursor: pointer;
  transition: all 0.2s ease;

}
.v3_nav_l3_item_link:hover {
  color: #e94f37;
}

._v3_page_title {
  font-size: 110%;
  background-color: #eff7fb;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}
#v3_nav_user_info {
  position: relative;
  cursor: pointer;
  padding: 10px 0;
}
#v3_nav_user_menu {
  position: absolute;
  top: 44px;
  left: -15px;
  right: -15px;
  background-color: #3777FF;
  border-color: #1d3557;
  border-width: 0;
  border-style: solid;
  z-index: 1000;
  padding: 15px;
  display: none;
  font-size: 14px;
  flex-direction: column;
  gap: 15px;
  font-weight: 400;
}
#v3_nav_user_info:hover #v3_nav_user_menu {
  display: flex;
}
#v3_nav_user_menu a {
  color: #eff7fb;
  text-decoration: none;
  transition: all 0.2s ease;
}
#v3_nav_user_menu a:hover {
  color: #a3e3ff;
}
#v3_nav_user_menu i {
  padding-right: 10px;
}

.v3_menu_item_l2_search {
  width: 400px;
  padding-right: 0;
}
.v3_menu_item_l2_search input {
  width: 100%;
  font-size: 14px !important;
  font-family: "encode sans", sans-serif;
  font-weight: 500;
  border-width: 0;
  padding: 2px 10px 2px 35px;
  color: #0E252F;
  background-image: url(/images/magnifying-glass-solid.svg);
  background-repeat: no-repeat;
  background-position: left 10px bottom 50%;
  appearance: none;
  transition: all 0.2s ease;
  opacity: 0.7;
}
.v3_menu_item_l2_search input:focus {
  outline: none;
  opacity:1;
}
