.content_area .short_message h1,
.content_area .count_number h1,
.content_area .guard_inner .key_caption,
.content_area .guard_inner .guard_content.counter_backend .number_sec .count_no h1,
.content_area .guard_inner .limits_section h3,
.content_area .guard_inner .limits_section .limits_range .limit,
.content_area .guard_inner .change_mode h3,
.content_area .guard_inner .approximate_waiting_section h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.custom_navbar .navbar-nav li.nav-item a.nav-link:hover,
.content_area .info_buttons .btn_custom:hover,
.content_area .guard_inner .guard_content .btn_custom_guard:hover,
.content_area .guard_inner .guard_key_content .btn_custom:hover,
.content_area .guard_inner .preview_link a:hover,
.footer_area p.footer_link_text a:hover,
.footer_area .footer_bottom_links li a:hover,
.open .custom_navbar .custom_lang_btn button:hover,
.waiting .custom_navbar .custom_lang_btn button:hover,
.stop .custom_navbar .custom_lang_btn button:hover,
.welcome .custom_navbar .custom_lang_btn button:hover,
.closed .custom_navbar .custom_lang_btn button:hover,
.static .content_area .static_single .static_content .detailed_content.add_height,
.content_area .guard_inner .guard_content.counter_backend .number_sec .edit_button:hover,
.content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button:hover,
.content_area .guard_inner .misc_buttons .custom_power_button:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.content_area .count_number .errorBlock,
.place_logo_container .place_logo {
  -webkit-box-shadow: 0px 7px 16px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 7px 16px -1px rgba(0, 0, 0, 0.35);
}

.custom_navbar,
.content_area .info_buttons .btn_custom:hover,
.content_area .guard_inner .guard_content .btn_custom_guard:hover,
.content_area .guard_inner .guard_content .btn_custom_guard.active,
.content_area .guard_inner .guard_key_content .btn_custom:hover,
.open .custom_navbar,
.waiting .custom_navbar,
.stop .custom_navbar,
.welcome .custom_navbar,
.closed .custom_navbar,
.content_area .guard_inner .misc_buttons .custom_power_button:hover {
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.11);
}

.content_area .guard_inner .guard_content,
.content_area .guard_inner .guard_key_content,
.static .content_area .static_single .static_content,
.business_hour_status,
.content_area .guard_inner .misc_buttons .custom_power_button {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #f9f9f9;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.custom_navbar {
  background-color: #59a454;
}

.custom_navbar .navbar {
  background-color: rgba(89, 164, 84, 0.5);
}

.custom_navbar .navbar .navbar-toggler {
  padding-left: 0;
  padding-right: 0;
}

.custom_navbar .navbar .navbar-toggler .navbar-toggler-icon {
  height: 1em;
}

.custom_navbar .navbar .navbar-toggler .navbar-toggler-icon i.fas {
  color: #000000;
}

.custom_navbar .navbar .navbar-toggler .navbar-toggler-icon:hover i.fas {
  color: #59a454;
}

.custom_navbar a.custom_logo {
  width: 230px;
  height: auto;
}

.custom_navbar a.custom_logo svg .st1 {
  fill: #478243;
}

.custom_navbar a.custom_logo svg .st0 {
  fill: #FFFFFF;
}

.custom_navbar .navbar-nav li.nav-item a {
  padding-left: 15px;
  padding-right: 15px;
}

.custom_navbar .navbar-nav li.nav-item a.nav-link {
  font-weight: 700;
  color: #333;
}

.custom_navbar .navbar-nav li.nav-item a.nav-link:hover {
  color: #59a454;
}

.custom_navbar .navbar-nav li.nav-item .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  top: 47px;
}

.custom_navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
}

.custom_navbar .navbar-nav li.nav-item .dropdown-item:focus,
.custom_navbar .navbar-nav li.nav-item .dropdown-item:hover {
  background-color: #59a454;
  color: #FFF;
}

.custom_navbar .custom_lang_btn {
  margin-right: 15px;
}

.custom_navbar .custom_lang_btn .menu_rt {
  right: 0;
  left: auto;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  top: 47px;
}

.custom_navbar .custom_lang_btn .menu_rt .dropdown-item {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
}

.custom_navbar .rt_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.content_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content_area .map_area {
  height: 100%;
  width: 100%;
  left: 0;
  position: relative;
  top: 0;
}

.content_area .map_area #map {
  height: 100%;
  width: 100%;
}

.content_area .place_name h2 {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #CCC;
  font-size: 44px;
}

.content_area .place_name p {
  text-align: center;
  color: #CCC;
  font-size: 20px;
}

.content_area .short_message h1 {
  text-align: center;
  color: #FFF;
  font-size: calc(23px + (63 - 23) * ((100vw - 300px) / (1600 - 300)));
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .content_area .short_message h1 {
    margin-bottom: 0px;
  }
}

.content_area .short_message .waiting_message {
  display: none;
}

.content_area .count_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_area .count_number h1 {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFF;
  font-size: calc(58px + (160 - 58) * ((100vw - 300px) / (1600 - 300)));
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.content_area .count_number h1 span.count_number_small {
  font-size: calc(15px + (56 - 15) * ((100vw - 300px) / (1600 - 300)));
}

.content_area .count_number + .short_message {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .content_area .count_number + .short_message {
    margin-bottom: 20px;
  }
}

.content_area .count_number .errorBlock {
  margin-bottom: 7rem;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
}

@media (max-width: 575.98px) {
  .content_area .count_number .errorBlock {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}

.content_area .count_number .errorBlock .error_icon_section {
  padding: 1rem;
  color: #FFF;
  font-size: 2rem;
  background-color: #478243;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.content_area .count_number .errorBlock .error_icon_section svg {
  width: 2rem;
  height: auto;
}

.content_area .count_number .errorBlock .error_icon_section svg .st0 {
  fill: #B0B0B0;
}

.content_area .count_number .errorBlock .error_icon_section svg .st1 {
  fill: #F15A29;
}

.content_area .count_number .errorBlock .error_message_live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background-color: #78b873;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.content_area .count_number .errorBlock .error_message_live p {
  margin-bottom: 0;
  color: #FFF;
}

.content_area .detailed_message p {
  text-align: center;
  color: #FFF;
}

.content_area .info_buttons .btn_custom {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-weight: bold;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}

.content_area .info_buttons .btn_custom:hover {
  background-color: white;
  border-color: white;
  color: #000000;
}

.content_area .info_buttons .btn_custom .fa-stack {
  font-size: 0.5em;
  top: -1px;
}

.content_area .info_buttons .btn_custom .fa-stack i.fa-at {
  font-size: 13px;
  color: #000;
  vertical-align: middle;
}

.content_area .info_buttons .btn_custom i {
  vertical-align: middle;
}

.content_area .info_buttons .btn_custom .fas.fa-notes-medical {
  margin-right: 5px;
  font-size: 1.4rem;
}

.content_area .info_buttons .btn_custom .fas.fa-clock {
  font-size: 1.4rem;
}

.content_area .info_buttons .btn_custom .fas.fa-circle {
  font-size: 1.4rem;
}

.content_area .info_buttons .custom_card {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #FFF;
  border-radius: 15px;
}

.content_area .info_buttons .custom_card h3 {
  font-size: 20px;
  text-align: center;
}

.content_area .info_buttons .custom_card h4 {
  font-size: 20px;
}

.content_area .info_buttons .custom_card label {
  margin-bottom: 0;
}

.content_area .info_buttons .custom_card .single_item {
  margin-bottom: 1rem;
}

.content_area .info_buttons .custom_card .single_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  color: #FFF;
}

.content_area .info_buttons .custom_card .single_item a:hover {
  text-decoration: none;
}

.content_area .info_buttons .custom_card .single_item.lower h4 {
  text-transform: lowercase;
}

.content_area .info_buttons .custom_card .single_item.form-inline h4 {
  margin-bottom: 0;
  margin-left: 10px;
  word-wrap: normal;
}

.content_area .info_buttons .custom_card .single_item.form-inline label {
  min-width: 10%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content_area .info_buttons .custom_card .single_item.form-inline label i {
  font-size: 20px;
}

.content_area .info_buttons .custom_card .single_item .day_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content_area .info_buttons .custom_card .single_item.bemannade h4 {
  font-size: 16px;
}

.content_area .info_buttons .custom_card .single_item.bemannade label {
  margin-bottom: 5px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 15px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .matrix_time {
  width: 100px;
  max-width: 100px;
  padding-top: 15px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .matrix_time .time {
  font-size: 11px;
  margin-bottom: 20px;
  height: 16px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .matrix_time .blank_space {
  height: 1.325rem;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .matrix_status {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .status_circle_legend {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 5px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .status_circle_legend.green {
  background-color: #59a454;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .status_circle_legend.yellow {
  background-color: #d7b550;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .status_circle_legend.red {
  background-color: #e76570;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .status_circle_legend.grey {
  background-color: #a1a1a1;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .staus_label {
  font-size: 9px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status h3 {
  font-size: 11px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .days_list {
  word-wrap: normal;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover .status_dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #a1a1a1;
  border: 1px solid #FFF;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover .status_dot.green {
  background-color: #59a454;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover .status_dot.yellow {
  background-color: #d7b550;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover .status_dot.red {
  background-color: #e76570;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  top: 30px;
  bottom: 15px;
  border-right: 1px solid #FFF;
  z-index: 4;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover.current_day {
  border: 1px solid #FFF;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover:last-child {
  margin-right: 10px;
}

.content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .full_height {
  height: 100%;
}

.content_area .info_buttons .custom_card .rt_contents_section {
  width: 100%;
}

.content_area .guard_inner .guard_content {
  background-color: #FFFFFF;
  height: auto;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 15px;
}

.content_area .guard_inner .guard_content:first-child {
  margin-top: 20px;
}

.content_area .guard_inner .guard_content .btn_custom_guard {
  color: #FFF;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_area .guard_inner .guard_content .btn_custom_guard:hover {
  color: #FFF;
}

.content_area .guard_inner .guard_content .btn_custom_guard i {
  display: none;
  position: absolute;
  right: 10px;
  font-size: 25px;
  top: 10px;
}

.content_area .guard_inner .guard_content .btn_custom_guard.active i {
  display: block;
}

.content_area .guard_inner .key_caption {
  text-align: center;
  margin-bottom: 20px;
  color: #b3b2b2;
  margin-top: 20px;
}

.content_area .guard_inner .guard_key_content {
  background-color: #FFFFFF;
  height: auto;
  border-radius: 15px;
  padding: 30px 15px;
}

.content_area .guard_inner .guard_key_content .btn_custom {
  background-color: #59a454;
  border-color: #59a454;
  color: #FFF;
  font-weight: bold;
  border-radius: 30px;
  margin-top: 20px;
}

.content_area .guard_inner .guard_key_content .btn_custom:hover {
  background-color: #50934b;
  border-color: #50934b;
  color: #FFF;
}

.content_area .guard_inner .guard_key_content .btn_custom i.fas,
.content_area .guard_inner .guard_key_content .btn_custom i.far {
  font-size: 25px;
}

.content_area .guard_inner .guard_key_content input.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  height: auto;
  background-color: #f9f9f9;
  border-color: #e0dfdf;
  margin-top: 1rem;
}

.content_area .guard_inner .preview_link a {
  color: #b3b2b2;
}

.content_area .guard_inner .preview_link a:hover {
  color: #59a454;
  text-decoration: none;
}

.content_area .guard_inner .preview_link .fa-external-link-alt {
  font-size: 10px;
}

.navigation_button_area {
  text-align: center;
  margin-top: 10px;
}

.navigation_button_area .navigation_button {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: ani 3000ms infinite;
          animation: ani 3000ms infinite;
}

.navigation_button_area .navigation_button svg {
  width: 80px;
  height: 80px;
  fill: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
  .navigation_button_area .navigation_button svg {
    fill: white;
  }
}

.navigation_button_area .navigation_button:hover {
  -webkit-animation: animat 1000ms linear;
          animation: animat 1000ms linear;
}

.navigation_button_area .navigation_button:hover svg {
  fill: white;
}

.navigation_button_area .navigation_button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer_area {
  padding-top: 10px;
  padding-bottom: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 100%;
}

.footer_area p.footer_link_text {
  text-align: center;
  margin-bottom: 5px;
  color: #CCC;
  font-size: 13px;
}

.footer_area p.footer_link_text a {
  color: #CCC;
}

.footer_area p.footer_link_text a:hover {
  color: #59a454;
  text-decoration: none;
}

.footer_area .footer_bottom_links li {
  padding-left: 3px;
  padding-right: 3px;
  color: #CCC;
  font-size: 13px;
}

.footer_area .footer_bottom_links li a {
  color: #CCC;
}

.footer_area .footer_bottom_links li a:hover {
  color: #59a454;
  text-decoration: none;
}

.height_align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.height_align .main_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.height_align .main_content .content_inner_height,
.height_align .main_content .buttons_area {
  width: 100%;
}

.head_cover {
  background-color: rgba(255, 255, 255, 0.5);
}

.full_width_fix {
  width: 100%;
}

.open .head_cover {
  background-color: rgba(255, 255, 255, 0);
}

.open .custom_navbar {
  background-color: rgba(255, 255, 255, 0.5);
}

.open .custom_navbar .navbar {
  background-color: rgba(89, 164, 84, 0.5);
}

@media (max-width: 991.98px) {
  .open .custom_navbar .navbar {
    background-color: #78b873;
  }
}

.open .custom_navbar .custom_logo svg .st1 {
  fill: #50934b;
}

.open .custom_navbar .custom_logo svg .st0 {
  fill: #FFFFFF;
}

.open .custom_navbar .navbar-nav li.nav-item a.nav-link:hover {
  color: #59a454;
}

.open .custom_navbar .navbar-nav li.nav-item .dropdown-item:focus,
.open .custom_navbar .navbar-nav li.nav-item .dropdown-item:hover {
  background-color: #78b873;
}

@media (max-width: 991.98px) {
  .open .custom_navbar .custom_lang_btn .menu_rt {
    margin-top: 0;
  }
}

.open .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
  background-color: #59a454;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .open .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
    color: #333;
  }
}

.open .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
  background-color: #59a454;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .open .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
    background-color: transparent;
    color: #333;
  }
}

.open .custom_navbar .custom_lang_btn button {
  font-weight: 700;
  color: #333;
}

.open .custom_navbar .custom_lang_btn button:hover {
  color: #478243;
}

@media (max-width: 991.98px) {
  .open .custom_navbar .custom_lang_btn button {
    padding-left: 0;
    padding-right: 0;
  }
}

.open .custom_navbar .custom_lang_btn button.btn.focus,
.open .custom_navbar .custom_lang_btn button.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991.98px) {
  .open .custom_navbar .custom_lang_btn {
    margin-bottom: 0.5rem;
  }
}

.open .content_area {
  background-color: #59a454;
}

.open .content_area .container {
  max-width: 1280px;
}

.open .content_area .place_name h2 {
  color: #FFF;
}

.open .content_area .place_name p {
  color: #FFF;
}

@media (max-width: 1024px) {
  .open .content_area .info_buttons .btn_custom {
    background-color: white;
    border-color: white;
    color: #59a454;
  }
}

.open .content_area .info_buttons .btn_custom:hover {
  color: #59a454;
}

.open .content_area .info_buttons .btn_custom .matrix_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.open .content_area .info_buttons .btn_custom .matrix_icon svg {
  width: 76px;
  height: auto;
}

.open .content_area .info_buttons .custom_card h3 {
  color: #346131;
}

.open .content_area .info_buttons .custom_card .single_item label {
  color: #346131;
}

.open .content_area .info_buttons .custom_card .single_item .time {
  color: #346131;
}

.open .content_area .info_buttons .custom_card .single_item .matrix_status h3 {
  color: #346131;
}

.open .navbar .navbar-toggler .navbar-toggler-icon:hover i.fas {
  color: #59a454;
}

.open .footer_area {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.open .footer_area p.footer_link_text {
  display: none;
  color: #e6e5e5;
}

.open .footer_area p.footer_link_text a {
  color: #e6e5e5;
}

.open .footer_area p.footer_link_text a:hover {
  color: white;
}

.open .footer_area .footer_bottom_links li {
  color: #cccccc;
}

.open .footer_area .footer_bottom_links li a {
  color: #cccccc;
}

.open .footer_area .footer_bottom_links li a:hover {
  color: white;
}

.open .info_buttons .btn_custom .fa-stack i.fa-inverse {
  color: #59a454;
}

@media (max-width: 1024px) {
  .open .info_buttons .btn_custom .fa-stack i.fa-inverse {
    color: #FFF !important;
  }
}

.open .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
  color: #FFF;
}

@media (max-width: 1024px) {
  .open .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
    color: #59a454;
  }
}

body.open {
  background-color: #59a454;
}

body.open .short_message h1 {
  display: none;
}

body.open .short_message h1.open {
  display: block;
}

.btn_custom_guard.open {
  background-color: #5eaa58;
  border-color: #5eaa58;
  color: #346131 !important;
}

.btn_custom_guard.open:hover {
  background-color: #559d51;
  border-color: #478243;
  color: #FFF !important;
}

.btn_custom_guard.open.active {
  background-color: #59a454;
  border-color: #478243;
  color: #FFF !important;
}

.content_area .sub_header.open {
  background-color: #59a454;
}

body.open .view_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #59a454;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.open .view_icon svg {
  fill: #FFF;
  width: 25px;
  height: auto;
  vertical-align: top;
}

body.open .panel_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #59a454;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.open .panel_icon svg {
  fill: #FFF;
  width: 17px;
  height: auto;
}

.waiting .head_cover {
  background-color: rgba(255, 255, 255, 0);
}

.waiting .custom_navbar {
  background-color: rgba(255, 255, 255, 0.5);
}

.waiting .custom_navbar .navbar {
  background-color: rgba(215, 181, 80, 0.5);
}

@media (max-width: 991.98px) {
  .waiting .custom_navbar .navbar {
    background-color: #e0c77a;
  }
}

.waiting .custom_navbar .custom_logo svg .st1 {
  fill: #d2ac3b;
}

.waiting .custom_navbar .custom_logo svg .st0 {
  fill: #FFFFFF;
}

.waiting .custom_navbar .navbar-nav li.nav-item a.nav-link:hover {
  color: #d7b550;
}

.waiting .custom_navbar .navbar-nav li.nav-item .dropdown-item:focus,
.waiting .custom_navbar .navbar-nav li.nav-item .dropdown-item:hover {
  background-color: #e0c77a;
}

@media (max-width: 991.98px) {
  .waiting .custom_navbar .custom_lang_btn .menu_rt {
    margin-top: 0;
  }
}

.waiting .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
  background-color: #d7b550;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .waiting .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
    color: #333;
  }
}

.waiting .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
  background-color: #d7b550;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .waiting .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
    background-color: transparent;
    color: #333;
  }
}

.waiting .custom_navbar .custom_lang_btn button {
  font-weight: 700;
  color: #333;
}

.waiting .custom_navbar .custom_lang_btn button:hover {
  color: #c7a02d;
}

@media (max-width: 991.98px) {
  .waiting .custom_navbar .custom_lang_btn button {
    padding-left: 0;
    padding-right: 0;
  }
}

.waiting .custom_navbar .custom_lang_btn button.btn.focus,
.waiting .custom_navbar .custom_lang_btn button.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991.98px) {
  .waiting .custom_navbar .custom_lang_btn {
    margin-bottom: 0.5rem;
  }
}

.waiting .content_area {
  background-color: #d7b550;
}

.waiting .content_area .container {
  max-width: 1280px;
}

.waiting .content_area .place_name h2 {
  color: #FFF;
}

.waiting .content_area .place_name p {
  color: #FFF;
}

@media (max-width: 1024px) {
  .waiting .content_area .info_buttons .btn_custom {
    background-color: white;
    border-color: white;
    color: #d7b550;
  }
}

.waiting .content_area .info_buttons .btn_custom:hover {
  color: #d7b550;
}

.waiting .content_area .info_buttons .btn_custom .matrix_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.waiting .content_area .info_buttons .btn_custom .matrix_icon svg {
  width: 76px;
  height: auto;
}

.waiting .content_area .info_buttons .custom_card h3 {
  color: #9d7f24;
}

.waiting .content_area .info_buttons .custom_card .single_item label {
  color: #9d7f24;
}

.waiting .content_area .info_buttons .custom_card .single_item .time {
  color: #9d7f24;
}

.waiting .content_area .info_buttons .custom_card .single_item .matrix_status h3 {
  color: #9d7f24;
}

.waiting .navbar .navbar-toggler .navbar-toggler-icon:hover i.fas {
  color: #d7b550;
}

.waiting .footer_area {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.waiting .footer_area p.footer_link_text {
  display: none;
  color: #e6e5e5;
}

.waiting .footer_area p.footer_link_text a {
  color: #e6e5e5;
}

.waiting .footer_area p.footer_link_text a:hover {
  color: white;
}

.waiting .footer_area .footer_bottom_links li {
  color: #cccccc;
}

.waiting .footer_area .footer_bottom_links li a {
  color: #cccccc;
}

.waiting .footer_area .footer_bottom_links li a:hover {
  color: white;
}

.waiting .info_buttons .btn_custom .fa-stack i.fa-inverse {
  color: #d7b550;
}

@media (max-width: 1024px) {
  .waiting .info_buttons .btn_custom .fa-stack i.fa-inverse {
    color: #FFF !important;
  }
}

.waiting .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
  color: #FFF;
}

@media (max-width: 1024px) {
  .waiting .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
    color: #d7b550;
  }
}

body.waiting {
  background-color: #d7b550;
}

body.waiting .short_message h1 {
  display: none;
}

body.waiting .short_message h1.waiting {
  display: block;
}

.btn_custom_guard.waiting {
  background-color: #d9b958;
  border-color: #d9b958;
  color: #9d7f24 !important;
}

.btn_custom_guard.waiting:hover {
  background-color: #d5b148;
  border-color: #c7a02d;
  color: #FFF !important;
}

.btn_custom_guard.waiting.active {
  background-color: #d7b550;
  border-color: #c7a02d;
  color: #FFF !important;
}

.content_area .sub_header.waiting {
  background-color: #d7b550;
}

body.waiting .view_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #d7b550;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.waiting .view_icon svg {
  fill: #FFF;
  width: 25px;
  height: auto;
  vertical-align: top;
}

body.waiting .panel_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #d7b550;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.waiting .panel_icon svg {
  fill: #FFF;
  width: 17px;
  height: auto;
}

.stop .head_cover {
  background-color: rgba(255, 255, 255, 0);
}

.stop .custom_navbar {
  background-color: rgba(255, 255, 255, 0.5);
}

.stop .custom_navbar .navbar {
  background-color: rgba(231, 101, 112, 0.5);
}

@media (max-width: 991.98px) {
  .stop .custom_navbar .navbar {
    background-color: #ee9199;
  }
}

.stop .custom_navbar .custom_logo svg .st1 {
  fill: #e44f5c;
}

.stop .custom_navbar .custom_logo svg .st0 {
  fill: #FFFFFF;
}

.stop .custom_navbar .navbar-nav li.nav-item a.nav-link:hover {
  color: #e76570;
}

.stop .custom_navbar .navbar-nav li.nav-item .dropdown-item:focus,
.stop .custom_navbar .navbar-nav li.nav-item .dropdown-item:hover {
  background-color: #ee9199;
}

@media (max-width: 991.98px) {
  .stop .custom_navbar .custom_lang_btn .menu_rt {
    margin-top: 0;
  }
}

.stop .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
  background-color: #e76570;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .stop .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
    color: #333;
  }
}

.stop .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
  background-color: #e76570;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .stop .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
    background-color: transparent;
    color: #333;
  }
}

.stop .custom_navbar .custom_lang_btn button {
  font-weight: 700;
  color: #333;
}

.stop .custom_navbar .custom_lang_btn button:hover {
  color: #e03947;
}

@media (max-width: 991.98px) {
  .stop .custom_navbar .custom_lang_btn button {
    padding-left: 0;
    padding-right: 0;
  }
}

.stop .custom_navbar .custom_lang_btn button.btn.focus,
.stop .custom_navbar .custom_lang_btn button.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991.98px) {
  .stop .custom_navbar .custom_lang_btn {
    margin-bottom: 0.5rem;
  }
}

.stop .content_area {
  background-color: #e76570;
}

.stop .content_area .container {
  max-width: 1280px;
}

.stop .content_area .place_name h2 {
  color: #FFF;
}

.stop .content_area .place_name p {
  color: #FFF;
}

@media (max-width: 1024px) {
  .stop .content_area .info_buttons .btn_custom {
    background-color: white;
    border-color: white;
    color: #e76570;
  }
}

.stop .content_area .info_buttons .btn_custom:hover {
  color: #e76570;
}

.stop .content_area .info_buttons .btn_custom .matrix_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.stop .content_area .info_buttons .btn_custom .matrix_icon svg {
  width: 76px;
  height: auto;
}

.stop .content_area .info_buttons .custom_card h3 {
  color: #c71f2d;
}

.stop .content_area .info_buttons .custom_card .single_item label {
  color: #c71f2d;
}

.stop .content_area .info_buttons .custom_card .single_item .time {
  color: #c71f2d;
}

.stop .content_area .info_buttons .custom_card .single_item .matrix_status h3 {
  color: #c71f2d;
}

.stop .navbar .navbar-toggler .navbar-toggler-icon:hover i.fas {
  color: #e76570;
}

.stop .footer_area {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.stop .footer_area p.footer_link_text {
  display: none;
  color: #e6e5e5;
}

.stop .footer_area p.footer_link_text a {
  color: #e6e5e5;
}

.stop .footer_area p.footer_link_text a:hover {
  color: white;
}

.stop .footer_area .footer_bottom_links li {
  color: #cccccc;
}

.stop .footer_area .footer_bottom_links li a {
  color: #cccccc;
}

.stop .footer_area .footer_bottom_links li a:hover {
  color: white;
}

.stop .info_buttons .btn_custom .fa-stack i.fa-inverse {
  color: #e76570;
}

@media (max-width: 1024px) {
  .stop .info_buttons .btn_custom .fa-stack i.fa-inverse {
    color: #FFF !important;
  }
}

.stop .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
  color: #FFF;
}

@media (max-width: 1024px) {
  .stop .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
    color: #e76570;
  }
}

body.stop {
  background-color: #e76570;
}

body.stop .short_message h1 {
  display: none;
}

body.stop .short_message h1.stop {
  display: block;
}

.btn_custom_guard.stop {
  background-color: #e86e78;
  border-color: #e86e78;
  color: #c71f2d !important;
}

.btn_custom_guard.stop:hover {
  background-color: #e65c68;
  border-color: #e03947;
  color: #FFF !important;
}

.btn_custom_guard.stop.active {
  background-color: #e76570;
  border-color: #e03947;
  color: #FFF !important;
}

.content_area .sub_header.stop {
  background-color: #e76570;
}

body.stop .view_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #e76570;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.stop .view_icon svg {
  fill: #FFF;
  width: 25px;
  height: auto;
  vertical-align: top;
}

body.stop .panel_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #e76570;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.stop .panel_icon svg {
  fill: #FFF;
  width: 17px;
  height: auto;
}

.welcome .head_cover {
  background-color: rgba(255, 255, 255, 0);
}

.welcome .custom_navbar {
  background-color: rgba(255, 255, 255, 0.5);
}

.welcome .custom_navbar .navbar {
  background-color: rgba(16, 170, 242, 0.5);
}

@media (max-width: 991.98px) {
  .welcome .custom_navbar .navbar {
    background-color: #40bbf5;
  }
}

.welcome .custom_navbar .custom_logo svg .st1 {
  fill: #0c9add;
}

.welcome .custom_navbar .custom_logo svg .st0 {
  fill: #FFFFFF;
}

.welcome .custom_navbar .navbar-nav li.nav-item a.nav-link:hover {
  color: #10aaf2;
}

.welcome .custom_navbar .navbar-nav li.nav-item .dropdown-item:focus,
.welcome .custom_navbar .navbar-nav li.nav-item .dropdown-item:hover {
  background-color: #40bbf5;
}

@media (max-width: 991.98px) {
  .welcome .custom_navbar .custom_lang_btn .menu_rt {
    margin-top: 0;
  }
}

.welcome .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
  background-color: #10aaf2;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .welcome .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
    color: #333;
  }
}

.welcome .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
  background-color: #10aaf2;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .welcome .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
    background-color: transparent;
    color: #333;
  }
}

.welcome .custom_navbar .custom_lang_btn button {
  font-weight: 700;
  color: #333;
}

.welcome .custom_navbar .custom_lang_btn button:hover {
  color: #0b89c4;
}

@media (max-width: 991.98px) {
  .welcome .custom_navbar .custom_lang_btn button {
    padding-left: 0;
    padding-right: 0;
  }
}

.welcome .custom_navbar .custom_lang_btn button.btn.focus,
.welcome .custom_navbar .custom_lang_btn button.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991.98px) {
  .welcome .custom_navbar .custom_lang_btn {
    margin-bottom: 0.5rem;
  }
}

.welcome .content_area {
  background-color: #10aaf2;
}

.welcome .content_area .container {
  max-width: 1280px;
}

.welcome .content_area .place_name h2 {
  color: #FFF;
}

.welcome .content_area .place_name p {
  color: #FFF;
}

@media (max-width: 1024px) {
  .welcome .content_area .info_buttons .btn_custom {
    background-color: white;
    border-color: white;
    color: #10aaf2;
  }
}

.welcome .content_area .info_buttons .btn_custom:hover {
  color: #10aaf2;
}

.welcome .content_area .info_buttons .btn_custom .matrix_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.welcome .content_area .info_buttons .btn_custom .matrix_icon svg {
  width: 76px;
  height: auto;
}

.welcome .content_area .info_buttons .custom_card h3 {
  color: #086794;
}

.welcome .content_area .info_buttons .custom_card .single_item label {
  color: #086794;
}

.welcome .content_area .info_buttons .custom_card .single_item .time {
  color: #086794;
}

.welcome .content_area .info_buttons .custom_card .single_item .matrix_status h3 {
  color: #086794;
}

.welcome .navbar .navbar-toggler .navbar-toggler-icon:hover i.fas {
  color: #10aaf2;
}

.welcome .footer_area {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.welcome .footer_area p.footer_link_text {
  display: none;
  color: #e6e5e5;
}

.welcome .footer_area p.footer_link_text a {
  color: #e6e5e5;
}

.welcome .footer_area p.footer_link_text a:hover {
  color: white;
}

.welcome .footer_area .footer_bottom_links li {
  color: #cccccc;
}

.welcome .footer_area .footer_bottom_links li a {
  color: #cccccc;
}

.welcome .footer_area .footer_bottom_links li a:hover {
  color: white;
}

.welcome .info_buttons .btn_custom .fa-stack i.fa-inverse {
  color: #10aaf2;
}

@media (max-width: 1024px) {
  .welcome .info_buttons .btn_custom .fa-stack i.fa-inverse {
    color: #FFF !important;
  }
}

.welcome .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
  color: #FFF;
}

@media (max-width: 1024px) {
  .welcome .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
    color: #10aaf2;
  }
}

body.welcome {
  background-color: #10aaf2;
}

body.welcome .short_message h1 {
  display: none;
}

body.welcome .short_message h1.welcome {
  display: block;
}

.btn_custom_guard.welcome {
  background-color: #1aadf3;
  border-color: #1aadf3;
  color: #086794 !important;
}

.btn_custom_guard.welcome:hover {
  background-color: #0da4eb;
  border-color: #0b89c4;
  color: #FFF !important;
}

.btn_custom_guard.welcome.active {
  background-color: #10aaf2;
  border-color: #0b89c4;
  color: #FFF !important;
}

.content_area .sub_header.welcome {
  background-color: #10aaf2;
}

body.welcome .view_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #10aaf2;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.welcome .view_icon svg {
  fill: #FFF;
  width: 25px;
  height: auto;
  vertical-align: top;
}

body.welcome .panel_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #10aaf2;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.welcome .panel_icon svg {
  fill: #FFF;
  width: 17px;
  height: auto;
}

.closed .head_cover {
  background-color: rgba(255, 255, 255, 0);
}

.closed .custom_navbar {
  background-color: rgba(255, 255, 255, 0.5);
}

.closed .custom_navbar .navbar {
  background-color: rgba(161, 161, 161, 0.5);
}

@media (max-width: 991.98px) {
  .closed .custom_navbar .navbar {
    background-color: #bbbaba;
  }
}

.closed .custom_navbar .custom_logo svg .st1 {
  fill: #949494;
}

.closed .custom_navbar .custom_logo svg .st0 {
  fill: #FFFFFF;
}

.closed .custom_navbar .navbar-nav li.nav-item a.nav-link:hover {
  color: #a1a1a1;
}

.closed .custom_navbar .navbar-nav li.nav-item .dropdown-item:focus,
.closed .custom_navbar .navbar-nav li.nav-item .dropdown-item:hover {
  background-color: #bbbaba;
}

@media (max-width: 991.98px) {
  .closed .custom_navbar .custom_lang_btn .menu_rt {
    margin-top: 0;
  }
}

.closed .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
  background-color: #a1a1a1;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .closed .custom_navbar .custom_lang_btn .menu_rt .dropdown-item:hover {
    color: #333;
  }
}

.closed .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
  background-color: #a1a1a1;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .closed .custom_navbar .custom_lang_btn .menu_rt .dropdown-item.active {
    background-color: transparent;
    color: #333;
  }
}

.closed .custom_navbar .custom_lang_btn button {
  font-weight: 700;
  color: #333;
}

.closed .custom_navbar .custom_lang_btn button:hover {
  color: #888787;
}

@media (max-width: 991.98px) {
  .closed .custom_navbar .custom_lang_btn button {
    padding-left: 0;
    padding-right: 0;
  }
}

.closed .custom_navbar .custom_lang_btn button.btn.focus,
.closed .custom_navbar .custom_lang_btn button.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991.98px) {
  .closed .custom_navbar .custom_lang_btn {
    margin-bottom: 0.5rem;
  }
}

.closed .content_area {
  background-color: #a1a1a1;
}

.closed .content_area .container {
  max-width: 1280px;
}

.closed .content_area .place_name h2 {
  color: #FFF;
}

.closed .content_area .place_name p {
  color: #FFF;
}

@media (max-width: 1024px) {
  .closed .content_area .info_buttons .btn_custom {
    background-color: white;
    border-color: white;
    color: #a1a1a1;
  }
}

.closed .content_area .info_buttons .btn_custom:hover {
  color: #a1a1a1;
}

.closed .content_area .info_buttons .btn_custom .matrix_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.closed .content_area .info_buttons .btn_custom .matrix_icon svg {
  width: 76px;
  height: auto;
}

.closed .content_area .info_buttons .custom_card h3 {
  color: #6e6e6e;
}

.closed .content_area .info_buttons .custom_card .single_item label {
  color: #6e6e6e;
}

.closed .content_area .info_buttons .custom_card .single_item .time {
  color: #6e6e6e;
}

.closed .content_area .info_buttons .custom_card .single_item .matrix_status h3 {
  color: #6e6e6e;
}

.closed .navbar .navbar-toggler .navbar-toggler-icon:hover i.fas {
  color: #a1a1a1;
}

.closed .footer_area {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.closed .footer_area p.footer_link_text {
  display: none;
  color: #e6e5e5;
}

.closed .footer_area p.footer_link_text a {
  color: #e6e5e5;
}

.closed .footer_area p.footer_link_text a:hover {
  color: white;
}

.closed .footer_area .footer_bottom_links li {
  color: #cccccc;
}

.closed .footer_area .footer_bottom_links li a {
  color: #cccccc;
}

.closed .footer_area .footer_bottom_links li a:hover {
  color: white;
}

.closed .info_buttons .btn_custom .fa-stack i.fa-inverse {
  color: #a1a1a1;
}

@media (max-width: 1024px) {
  .closed .info_buttons .btn_custom .fa-stack i.fa-inverse {
    color: #FFF !important;
  }
}

.closed .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
  color: #FFF;
}

@media (max-width: 1024px) {
  .closed .info_buttons .btn_custom:hover .fa-stack i.fa-inverse {
    color: #a1a1a1;
  }
}

body.closed {
  background-color: #a1a1a1;
}

body.closed .short_message h1 {
  display: none;
}

body.closed .short_message h1.closed {
  display: block;
}

.btn_custom_guard.closed {
  background-color: #a6a6a6;
  border-color: #a6a6a6;
  color: #6e6e6e !important;
}

.btn_custom_guard.closed:hover {
  background-color: #9c9c9c;
  border-color: #888787;
  color: #FFF !important;
}

.btn_custom_guard.closed.active {
  background-color: #a1a1a1;
  border-color: #888787;
  color: #FFF !important;
}

.content_area .sub_header.closed {
  background-color: #a1a1a1;
}

body.closed .view_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #a1a1a1;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.closed .view_icon svg {
  fill: #FFF;
  width: 25px;
  height: auto;
  vertical-align: top;
}

body.closed .panel_icon {
  margin-left: auto;
  padding: 10px;
  background-color: #a1a1a1;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
}

body.closed .panel_icon svg {
  fill: #FFF;
  width: 17px;
  height: auto;
}

.content_area .sub_header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.content_area .sub_header .place_name h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #FFF;
}

.content_area .sub_header .place_name h2 a {
  color: #FFF;
}

.content_area .sub_header .place_name h2 a:hover {
  text-decoration: underline;
}

.content_area .sub_header .place_name h2 a i {
  font-size: 18px;
  position: relative;
  top: -2px;
}

.content_area .sub_header .place_name h3 {
  font-size: 20px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .content_area .sub_header .place_name h3 {
    font-size: 1rem;
  }
}

.content_area .sub_header .closed_message {
  display: none;
  text-align: center;
}

.content_area .sub_header .closed_message p {
  font-size: 15px;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 0;
}

.content_area .sub_header .closed_message p:last-child {
  margin-top: 0px;
}

.content_area .sub_header.closed .closed_message {
  display: block;
}

.content_area .sub_header .approximate_waiting {
  display: none;
  text-align: center;
  margin-top: 10px;
}

.content_area .sub_header .approximate_waiting .person_icon svg {
  width: 17.12px;
  height: auto;
}

.content_area .sub_header .approximate_waiting .person_icon svg .st0 {
  fill: #FFFFFF;
}

.content_area .sub_header .approximate_waiting .waiting_time {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  padding-left: 10px;
}

.content_area .sub_header.stop .approximate_waiting {
  display: block;
}

.content_area .sub_header .count_display {
  margin-top: 10px;
}

.content_area .sub_header .count_display h3 {
  font-size: 40px;
}

.content_area .sub_header .count_display h3 span.count_number_small {
  font-size: 18px;
}

.welcome .content_area .short_message h1,
.closed .content_area .short_message h1 {
  margin-bottom: 0rem;
}

.waiting .custom_navbar .custom_logo svg .st1 {
  fill: #be992b;
}

.closed .custom_navbar .custom_logo svg .st1 {
  fill: #828282;
}

@-webkit-keyframes ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes ani {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes animat {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animat {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.static .content_area .place_name h2 {
  color: #666;
}

.static .content_area .place_name p {
  font-size: 18px;
  color: #666;
}

.static .content_area .static_single {
  color: #333;
}

.static .content_area .static_single .static_content {
  background-color: #FFFFFF;
  height: auto;
  border-radius: 15px;
  padding: 30px 15px;
  margin-bottom: 20px;
}

.static .content_area .static_single .static_content .detailed_content {
  height: auto;
  margin-bottom: 20px;
}

.static .content_area .static_single .static_content .detailed_content.add_height {
  height: auto;
  overflow-y: scroll;
}

.static .content_area .static_single .static_content .detailed_content p:last-child {
  margin-bottom: 0;
}

.static .content_area .static_single .static_content h3 {
  color: #59a454;
  margin-bottom: 20px;
}

.static .content_area .static_single .static_content a.more_height {
  color: #666;
  font-size: 14px;
}

.static .content_area .static_single .static_content a.more_height:hover {
  color: #59a454;
  text-decoration: none;
}

.business_hour_status {
  background-color: #ececec;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  border-radius: 5px;
}

.business_hour_status p {
  margin-bottom: 0;
  color: #7a7979;
}

#master_alert_div {
  margin-top: 10px;
}

.map_height_fix {
  height: 100vh;
}

.guard_view .content_area {
  padding-top: 0;
  margin-top: 58px;
  background-color: #f9f9f9;
}

.guard_view .content_area .footer_area .footer_bottom_links li a:hover {
  color: #59a454;
}

body.stop .content_area .short_message {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.stop .content_area .short_message .waiting_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1px;
  background-color: #c71f2d;
  margin-top: 15px;
  margin-bottom: 15px;
}

body.stop .content_area .short_message .waiting_message h2 {
  font-size: 30px;
  font-weight: 700;
  color: #c71f2d;
  text-align: center;
  background-color: #e76570;
}

@media (max-width: 575.98px) {
  body.stop .content_area .short_message .waiting_message h2 {
    font-size: 1rem;
  }
}

.content_area .guard_inner .guard_content.counter_backend {
  padding: 0;
}

.content_area .guard_inner .guard_content.counter_backend .number_sec {
  background-color: #ebebeb;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

.content_area .guard_inner .guard_content.counter_backend .number_sec .count_no h1 {
  text-align: center;
  color: #666;
  font-size: calc(90px + (200 - 90) * ((100vw - 300px) / (1600 - 300)));
}

.content_area .guard_inner .guard_content.counter_backend .number_sec .edit_button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #666;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .content_area .guard_inner .guard_content.counter_backend .number_sec .edit_button {
    font-size: 15px;
    width: 35px;
    height: 35px;
  }
}

.content_area .guard_inner .guard_content.counter_backend .number_sec .edit_button:hover {
  background-color: #4d4c4c;
  cursor: pointer;
}

.content_area .guard_inner .guard_content.counter_backend .button_section {
  background-color: #FFFFFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px 30px;
}

@media (max-width: 767.98px) {
  .content_area .guard_inner .guard_content.counter_backend .button_section {
    padding: 15px 15px;
  }
}

.content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button {
  background-color: #666;
  font-size: 50px;
  color: #FFF;
  border-radius: 15px;
}

@media (max-width: 991.98px) {
  .content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button {
    font-size: 1.5rem;
  }
}

.content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #FFFFFF;
}

.content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #FFFFFF;
}

.content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button:hover {
  background-color: #4d4c4c;
  cursor: pointer;
}

.content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button.cancel {
  background-color: #e86e78;
}

.content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button.save {
  background-color: #5eaa58;
}

.content_area .guard_inner .guard_content.edit_mode_active .number_sec .edit_button {
  display: none;
}

.content_area .guard_inner .guard_content.edit_mode_active .number_sec .count_no h1 {
  color: #CCC;
}

.content_area .guard_inner .guard_content.edit_mode_active .reset_time {
  background-color: #FFFFFF;
  padding: 15px 30px;
}

@media (max-width: 767.98px) {
  .content_area .guard_inner .guard_content.edit_mode_active .reset_time {
    padding: 15px 15px;
  }
}

.content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp {
  height: 95px;
  border-radius: 15px;
}

@media (max-width: 991.98px) {
  .content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp {
    height: 65px;
  }
}

.content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp .custom_reset_btn {
  padding: 25px;
  background-color: #59a454;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media (max-width: 991.98px) {
  .content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp .custom_reset_btn {
    padding: 10px;
  }
}

.content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp .custom_reset_btn svg {
  width: 27px;
  height: auto;
}

.content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp .custom_reset_btn svg .st0 {
  fill: #FFFFFF;
}

.content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp input.form-control {
  height: 95px;
  font-size: 85px;
  line-height: 85px;
  font-weight: 700;
  color: #666;
  background-color: #EDEDED;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (max-width: 991.98px) {
  .content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp input.form-control {
    height: 65px;
    font-size: 45px;
    line-height: 45px;
  }
}

.content_area .guard_inner .guard_content.edit_mode_active .approximate_waiting_section {
  background-color: #FFFFFF;
  padding: 15px 30px;
}

@media (max-width: 767.98px) {
  .content_area .guard_inner .guard_content.edit_mode_active .approximate_waiting_section {
    padding: 15px 15px;
  }
}

.content_area .guard_inner .limits_section {
  padding-bottom: 30px;
}

.content_area .guard_inner .limits_section h3 {
  font-size: 20px;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.content_area .guard_inner .limits_section .limits_range {
  height: 50px;
  border-radius: 15px;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.content_area .guard_inner .limits_section .limits_range .movable_range {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .content_area .guard_inner .limits_section .limits_range .movable_range {
    width: 80%;
  }
}

.content_area .guard_inner .limits_section .limits_range .limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 18px;
  color: #FFF;
}

.content_area .guard_inner .limits_section .limits_range .limit span {
  padding-left: 5px;
  padding-right: 5px;
}

.content_area .guard_inner .limits_section .limits_range .limit:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.content_area .guard_inner .limits_section .limits_range .limit.open {
  background-color: #5eaa58;
}

.content_area .guard_inner .limits_section .limits_range .limit.waiting {
  background-color: #d9b958;
}

.content_area .guard_inner .limits_section .limits_range .limit.stop {
  background-color: #e86e78;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 10%;
}

@media (max-width: 1023.98px) {
  .content_area .guard_inner .limits_section .limits_range .limit.stop {
    width: 20%;
  }
}

.content_area .guard_inner .limits_section .progress_bar {
  height: 10px;
  border-radius: 15px;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .content_area .guard_inner .limits_section .progress_bar {
    max-width: 80%;
  }

  .content_area .guard_inner .limits_section .progress_bar.progress_bar_limit_mobile {
    max-width: 100%;
  }
}

.content_area .guard_inner .limits_section .progress_bar .progress_percent {
  height: 10px;
  border-radius: 15px;
  background: #666;
}

.content_area .guard_inner .guard_border {
  border-bottom: 1px solid #CCC;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content_area .guard_inner .misc_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_area .guard_inner .misc_buttons .custom_power_button {
  background-color: #ebebeb;
  height: auto;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5eaa58;
  font-size: 30px;
  width: 80px;
  margin-left: 7px;
  margin-right: 7px;
}

@media (max-width: 575.98px) {
  .content_area .guard_inner .misc_buttons .custom_power_button {
    width: 60px;
    font-size: 22px;
  }
}

.content_area .guard_inner .misc_buttons .custom_power_button:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.content_area .guard_inner .misc_buttons .custom_power_button svg {
  width: 64px;
  height: auto;
}

.content_area .guard_inner .misc_buttons .custom_power_button svg .st0 {
  fill: #D7B550;
}

.content_area .guard_inner .misc_buttons .custom_power_button svg .st1 {
  fill: #4E953E;
}

.content_area .guard_inner .misc_buttons .custom_power_button svg .st2 {
  fill: #E76570;
}

.content_area .guard_inner .change_mode {
  padding-bottom: 10px;
  padding-top: 30px;
}

.content_area .guard_inner .change_mode h3 {
  font-size: 20px;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.content_area .guard_inner .change_mode .mode_change {
  text-align: center;
}

@media (max-width: 575.98px) {
  .content_area .guard_inner .change_mode .mode_change .custom_mode_change {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change h4 {
  color: #666;
  text-align: center;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.traffic_mode svg {
  width: 70px;
  height: auto;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.traffic_mode svg .st0 {
  fill: #EDEBEB;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.traffic_mode svg .st1 {
  fill: #E76570;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.traffic_mode svg .st2 {
  fill: #D7B550;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.traffic_mode svg .st3 {
  fill: #33913C;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.traffic_mode svg .st4 {
  fill: #999999;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.count_mode svg {
  width: 70px;
  height: auto;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.count_mode svg .st0 {
  fill: #EDEBEB;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.count_mode svg .st1 {
  fill: #E76570;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.count_mode svg .st2 {
  fill: #FFFFFF;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.count_mode svg .st3 {
  fill: #D7B550;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.count_mode svg .st4 {
  fill: #33913C;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.count_mode svg .st5 {
  fill: #999999;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.info_mode svg {
  width: 70px;
  height: auto;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.info_mode svg .st0 {
  fill: #EDEBEB;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.info_mode svg .st1 {
  fill: #10AAF2;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.info_mode svg .st2 {
  fill: #999999;
}

.content_area .guard_inner .change_mode .mode_change .custom_mode_change.info_mode svg .st3 {
  fill: #FFFFFF;
}

@media (max-width: 399.98px) {
  .content_area .guard_inner .change_mode .mode_change .custom_mode_change svg {
    width: 50px !important;
  }

  .content_area .guard_inner .change_mode .mode_change .custom_mode_change h4 {
    font-size: 12px;
  }
}

@media (max-width: 399.98px) {
  .content_area .guard_inner .change_mode .mode_change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .content_area .guard_inner .change_mode .mode_change .custom_mode_change {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.content_area .guard_inner .approximate_waiting_section {
  display: none;
  padding-bottom: 15px;
}

.content_area .guard_inner .approximate_waiting_section h3 {
  font-size: 20px;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.content_area .guard_inner .approximate_waiting_section .form-group {
  margin-bottom: 0;
}

.content_area .guard_inner .approximate_waiting_section select.form-control {
  height: 50px;
  border-radius: 10px;
  background-color: #EDEDED;
  border-color: #CCC;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 15px;
  color: #666;
}

.content_area .guard_inner .approximate_waiting_section select.form-control option {
  font-size: 15px;
  color: #666;
}

.content_area .guard_inner .approximate_waiting_section select.form-control.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.content_area .guard_inner .approximate_waiting_section select.form-control.minimal:focus {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

body.stop .content_area .guard_inner .approximate_waiting_section {
  display: block;
}

body.closed .content_area .guard_inner .limits_section,
body.closed .content_area .guard_inner .guard_border {
  opacity: 0.2;
}

.approx_area {
  text-align: center;
  position: relative;
}

.approx_area .approximate_text {
  color: #FFF;
  text-align: center;
  background-color: #e76570;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
}

@media (max-width: 575.98px) {
  .approx_area .approximate_text {
    font-size: 18px;
  }
}

.open .content_area .count_number .errorBlock .error_icon_section {
  background-color: #478243;
}

.open .content_area .count_number .errorBlock .error_message_live {
  background-color: #78b873;
}

.open .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover.current_day {
  border-color: #478243;
}

.open .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .staus_label {
  color: #478243;
}

.waiting .content_area .count_number .errorBlock .error_icon_section {
  background-color: #c7a02d;
}

.waiting .content_area .count_number .errorBlock .error_message_live {
  background-color: #e0c77a;
}

.waiting .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover.current_day {
  border-color: #c7a02d;
}

.waiting .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .staus_label {
  color: #c7a02d;
}

.stop .content_area .count_number .errorBlock .error_icon_section {
  background-color: #e03947;
}

.stop .content_area .count_number .errorBlock .error_message_live {
  background-color: #ee9199;
}

.stop .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover.current_day {
  border-color: #e03947;
}

.stop .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .staus_label {
  color: #e03947;
}

.welcome .content_area .count_number .errorBlock .error_icon_section {
  background-color: #0b89c4;
}

.welcome .content_area .count_number .errorBlock .error_message_live {
  background-color: #40bbf5;
}

.welcome .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover.current_day {
  border-color: #0b89c4;
}

.welcome .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .staus_label {
  color: #0b89c4;
}

.closed .content_area .count_number .errorBlock .error_icon_section {
  background-color: #888787;
}

.closed .content_area .count_number .errorBlock .error_message_live {
  background-color: #bbbaba;
}

.closed .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_status .status_circle_cover.current_day {
  border-color: #888787;
}

.closed .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .staus_label {
  color: #888787;
}

.waiting .content_area .count_number .errorBlock .error_icon_section svg .st0 {
  fill: #D0D0D0;
}

.stop .content_area .count_number .errorBlock .error_icon_section svg .st1 {
  fill: #950707;
}

.live_data_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1rem;
}

.live_data_link p {
  font-size: 12px;
  color: #d9d9d9;
}

.live_data_link p a {
  color: #d9d9d9;
}

.live_data_link a {
  color: #d9d9d9;
}

.place_logo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.place_logo_container .place_logo {
  width: 60px;
  height: 60px;
  border: 1px solid #FFF;
  margin-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  border-radius: 50%;
}

.place_logo_container .place_logo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .place_logo_container .place_logo {
    width: 48px;
    height: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
  }
}

:root[dir=rtl] .custom_navbar .navbar-collapse .navbar-nav {
  margin-right: auto;
  margin-left: 0 !important;
  padding-right: 0;
}

:root[dir=rtl] .custom_navbar .navbar-collapse .navbar-nav li.nav-item a.nav-link {
  text-align: right;
}

:root[dir=rtl] .custom_logo {
  margin-right: 0;
}

:root[dir=rtl] .content_area .guard_inner .guard_content .btn_custom_guard i {
  left: 10px;
  right: auto;
}

:root[dir=rtl] .footer_area .footer_bottom_links {
  padding-right: 0;
}

:root[dir=rtl] .content_area .info_buttons .custom_card {
  text-align: right;
}

:root[dir=rtl] .content_area .info_buttons .single_item {
  text-align: right;
}

:root[dir=rtl] .custom_navbar .navbar-nav li.nav-item a {
  text-align: right;
}

:root[dir=rtl] .static .content_area .static_single .static_content {
  text-align: right;
}

:root[dir=rtl] .content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button:first-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #FFFFFF;
  border-right: 0;
}

:root[dir=rtl] .content_area .guard_inner .guard_content.counter_backend .button_section .btn-group .custom_increment_button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: 1px solid #FFFFFF;
  border-left: 0;
}

:root[dir=rtl] .content_area .guard_inner .limits_section .limits_range .limit:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

:root[dir=rtl] .content_area .guard_inner .limits_section .limits_range .limit.stop {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

:root[dir=rtl] .content_area .count_number h1,
:root[dir=rtl] .content_area .sub_header .count_display h3 {
  direction: ltr;
}

:root[dir=rtl] #master_alert_div .alert {
  text-align: right;
}

:root[dir=rtl] #master_alert_div .alert-dismissible {
  padding-right: 1.25rem;
  padding-left: 4rem;
}

:root[dir=rtl] #master_alert_div .alert-dismissible .close {
  left: 0;
  right: auto;
}

:root[dir=rtl] .content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp .custom_reset_btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

:root[dir=rtl] .content_area .guard_inner .guard_content.edit_mode_active .reset_time .custom_reset_gp input.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

:root[dir=rtl] .view_icon,
:root[dir=rtl] .panel_link_wrapper {
  margin-left: 0;
  margin-right: auto;
}

:root[dir=rtl] .custom_navbar .custom_lang_btn .menu_rt {
  right: auto;
  left: 0;
  text-align: left;
}

@media (max-width: 991.98px) {
  :root[dir=rtl] .custom_navbar .custom_lang_btn .menu_rt {
    text-align: right;
  }
}

:root[dir=rtl] .custom_navbar .custom_lang_btn {
  margin-right: 0;
  margin-left: 15px;
}

:root[dir=rtl] .rt_block {
  margin-left: 0;
  margin-right: auto;
}

:root[dir=rtl] .rt_block .custom_lang_btn,
:root[dir=rtl] .rt_block .panel_link_wrapper {
  text-align: right;
}

:root[dir=rtl] .count_number {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

:root[dir=rtl] .count_number .pulse_icon {
  margin-left: 30px;
}

:root[dir=rtl] .content_area .count_number .errorBlock .error_icon_section {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

:root[dir=rtl] .content_area .count_number .errorBlock .error_message_live {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

:root[dir=rtl] .place_logo_container .place_logo {
  margin-right: 0;
  margin-left: 5px;
}
:root[dir=rtl] .content_area .info_buttons .custom_card .single_item.oc_matrix .matrix_section .legend_section .single_legend_item .status_circle_legend {
  margin-right: 0;
  margin-left: 5px;
}

:root[dir=rtl] .content_area .info_buttons .btn_custom .fas.fa-notes-medical {
  margin-right: 0;
  margin-left: 5px;
}

:root[dir=rtl] .closed .content_area .info_buttons .btn_custom .matrix_icon {
  margin-left: 0;
  margin-right: 2px;
}

.live_data_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1rem;
}

.live_data_link p {
  font-size: 12px;
  color: #d9d9d9;
}

.live_data_link p a {
  color: #d9d9d9;
}

.live_data_link a {
  color: #d9d9d9;
}

.new_ripple_area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pulse_animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.pulse_animation .lds-ripple div {
  position: absolute;
  border: 5px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  width: 100%;
  height: 100%;
}

.pulse_animation .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

.open .lds-ripple div {
  border: 5px solid #478243;
}

.open .bg_animation_cover,
.open .buttons_area {
  background-color: #59a454;
  position: relative;
  z-index: 100;
}

.open .custom_navbar {
  background-color: #78b873;
}

@media (max-width: 767.98px) {
  .open .approx_cover {
    background-color: #59a454;
  }
}

@media (max-width: 567.98px) {
  .open .lds-ripple div {
    border: 2px solid #478243;
  }
}

.waiting .lds-ripple div {
  border: 5px solid #c7a02d;
}

.waiting .bg_animation_cover,
.waiting .buttons_area {
  background-color: #d7b550;
  position: relative;
  z-index: 100;
}

.waiting .custom_navbar {
  background-color: #e0c77a;
}

@media (max-width: 767.98px) {
  .waiting .approx_cover {
    background-color: #d7b550;
  }
}

@media (max-width: 567.98px) {
  .waiting .lds-ripple div {
    border: 2px solid #c7a02d;
  }
}

.stop .lds-ripple div {
  border: 5px solid #e03947;
}

.stop .bg_animation_cover,
.stop .buttons_area {
  background-color: #e76570;
  position: relative;
  z-index: 100;
}

.stop .custom_navbar {
  background-color: #ee9199;
}

@media (max-width: 767.98px) {
  .stop .approx_cover {
    background-color: #e76570;
  }
}

@media (max-width: 567.98px) {
  .stop .lds-ripple div {
    border: 2px solid #e03947;
  }
}

.welcome .lds-ripple div {
  border: 5px solid #0b89c4;
}

.welcome .bg_animation_cover,
.welcome .buttons_area {
  background-color: #10aaf2;
  position: relative;
  z-index: 100;
}

.welcome .custom_navbar {
  background-color: #40bbf5;
}

@media (max-width: 767.98px) {
  .welcome .approx_cover {
    background-color: #10aaf2;
  }
}

@media (max-width: 567.98px) {
  .welcome .lds-ripple div {
    border: 2px solid #0b89c4;
  }
}

.closed .lds-ripple div {
  border: 5px solid #888787;
}

.closed .bg_animation_cover,
.closed .buttons_area {
  background-color: #a1a1a1;
  position: relative;
  z-index: 100;
}

.closed .custom_navbar {
  background-color: #bbbaba;
}

@media (max-width: 767.98px) {
  .closed .approx_cover {
    background-color: #a1a1a1;
  }
}

@media (max-width: 567.98px) {
  .closed .lds-ripple div {
    border: 2px solid #888787;
  }
}

.main_content,
.place_name,
.info_buttons {
  position: relative;
  z-index: 100;
}

.short_message {
  padding-bottom: 40px;
  margin-bottom: 0 !important;
}

.navigation_button_area {
  margin-top: 0;
  padding-top: 10px;
}

#master_alert_div {
  display: none;
}

.buttons_area {
  padding-top: 20px;
  padding-bottom: 100px;
}

.full_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.height_fix_mobile {
  position: relative;
  min-height: 30vh;
}

@media (max-width: 991.98px) {
  .height_fix_mobile {
    min-height: 20vh;
  }
}

.short_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav_btn_section .navigation_button_area {
  display: none;
}

.height_fix_mobile .count_number {
  z-index: 6;
}

.height_fix_mobile .short_message {
  z-index: 5;
}

.height_fix_mobile .new_ripple_area {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.closed .new_ripple_area {
  display: none;
}

.timing_div {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.bemannade_div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.occupancy_matrix {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.contacts_section {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.bemannade_div {
  margin-top: 20px;
}

.bemannade_div .bemannade p {
  font-size: 20px;
}

.bemannade_div .bemannade {
  font-size: 20px;
}

.matrix-diplayed .timing_div {
  width: 33.333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.matrix-diplayed .opening-hours-div {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.matrix-diplayed .occupancy_matrix {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.matrix-diplayed .bemannade_div {
  margin-top: 0;
}

.contacts_section .social_link:nth-child(1) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.contacts_section .social_link:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.contacts_section .social_link:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.contacts_section .social_link:nth-child(4) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.contacts_section .address_link {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.contacts_section .phone_link {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.contacts_section .email_link {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (max-width: 768px) {
  .contacts_section .social_link:nth-child(1) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .contacts_section .social_link:nth-child(2) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .contacts_section .social_link:nth-child(3) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .contacts_section .social_link:nth-child(4) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .contacts_section .address_link {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .contacts_section .phone_link {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .contacts_section .email_link {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.matrix_notes_none .bemannade_div {
  display: none;
}

.matrix_notes_none .timing_div,
.matrix_notes_none .contacts_section {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.matrix_notes_none .timing_div .details-div,
.matrix_notes_none .contacts_section .details-div {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.matrix_notes_none .timing_div .details-div.social_link:nth-child(1),
.matrix_notes_none .contacts_section .details-div.social_link:nth-child(1) {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.matrix_notes_none .timing_div .details-div.social_link:nth-child(2),
.matrix_notes_none .contacts_section .details-div.social_link:nth-child(2) {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.matrix_notes_none .timing_div .details-div.social_link:nth-child(3),
.matrix_notes_none .contacts_section .details-div.social_link:nth-child(3) {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.matrix_notes_none .timing_div .details-div.social_link:nth-child(4),
.matrix_notes_none .contacts_section .details-div.social_link:nth-child(4) {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.matrix_notes_none .timing_div .details-div.address_link,
.matrix_notes_none .contacts_section .details-div.address_link {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.matrix_notes_none .timing_div .details-div.phone_link,
.matrix_notes_none .contacts_section .details-div.phone_link {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.matrix_notes_none .timing_div .details-div.email_link,
.matrix_notes_none .contacts_section .details-div.email_link {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.matrix_notes_none .timing_div .opening-hours-div {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.matrix_notes_none .contacts_section {
  margin-top: 20px;
}

.content_area .info_buttons .custom_card .single_item.form-inline h4 {
  word-wrap: break-word;
}

.matrix_notes_none.no_opening_hours .contacts_section {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 0;
}

.matrix_notes_none.no_opening_hours .contacts_section .details-div {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.matrix_notes_none.no_opening_hours .contacts_section .details-div.social_link:nth-child(1) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.matrix_notes_none.no_opening_hours .contacts_section .details-div.social_link:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.matrix_notes_none.no_opening_hours .contacts_section .details-div.social_link:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.matrix_notes_none.no_opening_hours .contacts_section .details-div.social_link:nth-child(4) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.matrix_notes_none.no_opening_hours .contacts_section .details-div.address_link {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.matrix_notes_none.no_opening_hours .contacts_section .details-div.phone_link {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.matrix_notes_none.no_opening_hours .contacts_section .details-div.email_link {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (max-width: 768px) {
  .matrix_notes_none.no_opening_hours .contacts_section .details-div.social_link:nth-child(1) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .matrix_notes_none.no_opening_hours .contacts_section .details-div.social_link:nth-child(2) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .matrix_notes_none.no_opening_hours .contacts_section .details-div.social_link:nth-child(3) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .matrix_notes_none.no_opening_hours .contacts_section .details-div.social_link:nth-child(4) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .matrix_notes_none.no_opening_hours .contacts_section .details-div.address_link {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .matrix_notes_none.no_opening_hours .contacts_section .details-div.phone_link {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }

  .matrix_notes_none.no_opening_hours .contacts_section .details-div.email_link {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

@media (max-width: 1023.98px) {
  .content_area .info_buttons .btn_custom {
    background-color: white;
    border-color: white;
  }

  .navigation_button_area .navigation_button svg {
    fill: white;
  }

  .contacts_section .details-div {
    width: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .matrix_notes_none .timing_div,
  .matrix_notes_none .contacts_section {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .custom_navbar .navbar-nav li.nav-item a {
    padding-left: 0;
    padding-right: 0;
  }

  .custom_navbar .navbar-nav li.nav-item .dropdown-menu {
    background: transparent;
    border: none;
  }

  .custom_navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    padding-left: 15px;
  }

  .custom_navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover,
  .custom_navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:focus,
  .custom_navbar .navbar-nav li.nav-item .dropdown-menu .dropdown-item:active {
    background: transparent;
    color: #000000;
  }

  .custom_navbar .rt_block {
    display: block;
  }

  .custom_navbar .rt_block .dropdown-menu {
    background: transparent;
    border: none;
    position: static;
    float: none;
    text-align: left;
  }

  .custom_navbar .rt_block .dropdown-menu .dropdown-item {
    padding-left: 15px;
  }

  .custom_navbar .rt_block .dropdown-menu .dropdown-item:hover,
  .custom_navbar .rt_block .dropdown-menu .dropdown-item:focus,
  .custom_navbar .rt_block .dropdown-menu .dropdown-item:active {
    background: transparent;
    background-color: transparent !important;
    color: #000000;
  }

  .content_area .info_buttons .btn_custom {
    margin-bottom: 10px;
  }

  .content_inner_height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }

  .content_inner_height .height_fix_mobile {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .content_inner_height .height_fix_mobile .short_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .content_inner_height .buttons_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: auto;
  }

  .content_inner_height .guard_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .content_inner_height .guard_inner .width_fix_mobile {
    width: 100%;
  }

  .live_data_link {
    padding-top: 30px;
    text-align: right;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .occupancy_matrix {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .contacts_section {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .matrix-diplayed .timing_div {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .contacts_section .details-div {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .custom_navbar a.custom_logo {
    width: 70%;
    max-width: 230px;
  }

  .content_area {
    padding-top: 56px;
  }

  .content_inner_height .height_fix_mobile {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .content_inner_height .height_fix_mobile .short_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .buttons_area {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .navigation_button_area {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .content_area .info_buttons .btn_custom,
  .content_area .info_buttons .custom_card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .content_area .place_name p {
    font-size: 14px;
  }

  .content_area .place_name h2 {
    font-size: 1.5rem;
  }

  .content_area .guard_inner .key_caption {
    font-size: 1.5rem;
  }

  .nav_btn_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }

  .nav_btn_section .navigation_button_area {
    margin: 0;
    padding: 0;
    display: block;
    margin-right: 10px;
  }

  .nav_btn_section .navigation_button_area svg {
    width: 35px !important;
    height: 35px !important;
    vertical-align: top;
  }

  .nav_btn_section .navigation_button_area .navigation_button {
    width: 35px;
    height: 35px;
  }

  .buttons_area .navigation_button_area {
    display: none;
  }

  .bemannade_div {
    margin-top: 0;
  }
}

@media (max-width: 567.98px) {
  .new_ripple_area {
    max-height: 600px;
  }
}

@media (max-width: 575.98px) {
  .navigation_button_area .navigation_button svg {
    width: 50px;
    height: 50px;
  }

  .custom_navbar a.custom_logo {
    width: 50%;
  }

  .content_area .info_buttons .btn_custom,
  .content_area .info_buttons .custom_card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

