@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Roboto:wght@400&display=swap);
/* === Email Component Styles === */
.email-container {
  margin-top: 20px;
}

.email-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}

.email-input {
  flex-grow: 1;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  min-width: 0;
}

#email-section-wrapper {
  height: 70px;
  transition: all 0.3s ease;
}

#email-section {
  display: none;
}

#email-section.visible {
  display: block;
}

#show-email-btn,
#process-emails-btn {
  background-color: royalblue;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
}

#process-emails-btn {
  padding: 8px 12px;
}

#result {
  margin-top: 8px;
}

@font-face {
  font-family: "SangBleu";
  src: url("../fonts/SangBleu/SangBleuKingdom-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
html, body {
  overflow-x: hidden;
}

.no_nagios {
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: red;
  padding-top: 27px;
}

.service-name > a {
  padding-right: 16px;
}

.service-name > .main-serv {
  display: block;
  position: relative;
  color: darkgray;
}

.service-name > .main-serv:after {
  content: "\f0dd";
  /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  color: darkgray;
  margin-top: -2px;
}

.service-name > .main-serv[aria-expanded=true]:after {
  content: "\f0de";
  /* fa-chevron-up */
  color: darkgray;
  margin-top: 3px;
}

.service-name > .main-ser1:after {
  content: "\f0dd";
  /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  color: darkgray;
  margin-top: -80px;
  font-size: 22px;
  margin-right: 50px;
}

.service-name > .main-ser1[aria-expanded=true]:after {
  content: "\f0de";
  /* fa-chevron-up */
  color: darkgray;
  margin-top: -80px;
  font-size: 22px;
  margin-right: 50px;
}

.service-name > .main-ser2:after {
  content: "\f0dd";
  /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  color: darkgray;
  font-size: 22px;
  margin-right: 50px;
  margin-top: -58px;
}

.service-name > .main-ser2[aria-expanded=true]:after {
  content: "\f0de";
  /* fa-chevron-up */
  color: darkgray;
  font-size: 22px;
  margin-right: 50px;
  margin-top: -53px;
}

.service-name > .main-ser3:after {
  content: "\f0dd";
  /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  color: darkgray;
  font-size: 22px;
  margin-right: 50px;
  margin-top: -59px;
}

.service-name > .main-ser3[aria-expanded=true]:after {
  content: "\f0de";
  /* fa-chevron-up */
  color: darkgray;
  font-size: 22px;
  margin-right: 50px;
  margin-top: -54px;
}

#helpModal .modal-content {
  border: 0;
}
#helpModal .modal-dialog {
  max-width: 779px;
}
#helpModal .modal-topic {
  margin-left: 270px;
}

.btn-help-link {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: 0;
}

.status-dvd1 {
  padding-top: 10px;
}

.modal-help {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #333333;
}
.modal-help .card-header {
  background-color: white;
}
.modal-help h6 {
  color: rgb(7, 38, 57);
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0;
}
.modal-help p {
  font-size: 14px;
}
.modal-help ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.modal-help .item-container {
  margin-top: 33px;
}
.modal-help .service-name {
  height: 70px;
}
.modal-help .sub-service-name {
  margin-top: 15px;
}

.help-btn {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  text-align: left;
}
.help-btn:focus {
  outline: none !important;
  border-color: transparent;
}
.help-btn p {
  text-align: left !important;
}

.addMessage_card {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  padding-left: 0px;
  width: 445px;
}
.addMessage_card:focus {
  outline: none;
}

.extra-backG-color {
  background-color: white;
  height: 95px;
  padding: 15px;
  padding-right: 0 !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fade {
  transition: opacity 0.09s linear !important;
}

.fa-question-circle {
  color: darkgray;
  padding-left: 5px;
  font-size: 13px;
}

body {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: rgb(7, 38, 57);
}

.systemStatus_title {
  margin: 73px 0 21px 0;
}

.modal-open {
  overflow: inherit;
  overflow-x: hidden;
  padding-right: 0 !important;
}

#helpModal {
  overflow: auto !important;
}

h2 {
  font-family: "SangBleu", "Helvetica Neue";
  color: black;
  font-size: 28px;
  text-align: center;
  font-weight: 900;
  font-stretch: 100%;
}

i {
  padding-right: 10px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f7f7f7;
  color: #999;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 2px 2px 2px 8px;
  border-radius: 25px;
  font-size: 10px;
  text-align: center;
}
#myBtn:hover {
  background-color: #072639;
}

header {
  height: 95px;
  min-width: 444px;
}

.navbar-main {
  max-width: 1630px;
  margin: 0px auto;
  padding: 0 15px;
  padding-top: 23px;
  font-family: "SangBleu", "Helvetica Neue";
  font-size: 1.5rem;
}

.navbar-brand {
  height: 50px;
  width: 258px;
  padding: 8px 0;
  display: table;
}

.navbar-desktop {
  display: flex;
  align-items: center;
}

.logo-img {
  max-width: 150px;
}

.navbar-toggler i {
  color: black;
}
.navbar-toggler:focus {
  outline: 0;
}
.fa-bars {
  color: rgb(255, 255, 255);
  font-size: 22px;
  padding: 0px;
  width: 22px;
  transform: scale(1.2, 1);
}

.dropdown > .dropdown-menu {
  top: 200%;
  border-radius: 0px;
}
.dropdown > .dropdown-menu a {
  color: black;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
  border-radius: 0px;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.nav-link {
  color: black;
  font-weight: 600;
  padding: 0;
}
.nav-link-list {
  padding-top: 20px;
  padding-bottom: 10px;
}

.dropdown-toggle::after {
  display: none;
  content: unset;
}

.dropdown-menu-arrow {
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
  bottom: -18px;
  right: -8px;
  left: -64px;
  border-bottom-color: #fff;
}

.dropdown-item {
  padding: 10px 0 10px 15px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.dropdown-item:hover {
  background-color: #FADB16;
}
.dropdown-item:focus {
  outline: 0;
}

.login-btn {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border: none;
  outline: 0;
  font-size: 21px;
}
.login-btn:focus {
  outline: 0;
}
.login-btn-d {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  margin-left: 0px;
  padding: 0px;
  border: none;
  outline: 0;
}
.login-btn-d:focus {
  outline: 0;
}
.prof-btn {
  display: flex;
  align-items: center;
}

.user-name {
  padding-right: 10px;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.main-avatar {
  margin-top: -9px;
}

.navbar-side {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  list-style: none;
  background-color: rgb(7, 38, 57);
  overflow-y: auto;
  z-index: 1000;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.collapsed-list {
  width: 320px;
  font-size: 14px;
  max-width: 100%;
  line-height: 1.6em;
  color: #ffffff;
}

.closebtn {
  margin-top: 100px;
}

.close-icon {
  font-size: 24px;
  margin-top: 100px;
}

.dvd {
  margin: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.035);
}

.nav-item {
  padding: 7px 20px;
  transition: all 0.3s ease;
}
.nav-item a:hover {
  color: black;
}
.nav-item:hover:not(.dropdown) {
  background-color: black;
}
.nav-item:hover:not(.dropdown) .nav-link {
  color: #FADB16;
  transition: all 0.3s ease;
}
.nav-item:hover:not(.dropdown) .nav-link img {
  filter: invert(86%) sepia(54%) saturate(812%) hue-rotate(344deg) brightness(101%) contrast(96%);
}

.nav-item-d {
  padding-bottom: 12.6px;
  padding-left: 20px;
  padding-right: 6px;
  padding-top: 12.6px;
  height: 52.1875px;
}

.accordion {
  -ms-flex-line-pack: center;
  align-content: center;
}

.production-card {
  border-radius: 0;
  background-color: transparent;
  border: none;
}

.card-header {
  padding: 10px;
}

.nav-link-d {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
.nav-link-d img {
  fill: white;
}
.nav-link-d:focus {
  color: rgb(157, 234, 240);
}
.nav-link-d:hover {
  color: rgb(157, 234, 240);
  text-decoration: none;
}
.nav-link-d:active {
  color: rgb(157, 234, 240);
}

.fa-angle-right {
  color: white;
}

.user-btn {
  height: 56px;
}

.user-name-d {
  margin-top: 4px;
}

.main-avatar-d {
  margin-top: -9px;
  margin-right: 8px;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #5f5f5f;
  opacity: 0.6;
  z-index: 990;
  overflow: hidden;
}

.reveal {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

body.side-menu-open {
  overflow: hidden;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid > h2 {
  line-height: 43.2px;
  padding-top: 50px;
}

.status_container {
  display: block;
  padding: 20px 0;
}

.item-container {
  display: flex;
  padding: 0 10px;
  height: 40px;
}

.legend-item-container {
  height: auto;
  padding-left: 10px;
  padding-top: 9px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.color-display-green {
  height: 16px;
  width: 16px;
  background-color: #28c940;
  border-radius: 50%;
  display: inline-block;
  color: transparent;
  margin-top: 3px;
}

.color-display-yellow {
  height: 16px;
  width: 16px;
  background-color: #fee032;
  border-radius: 50%;
  display: inline-block;
  color: transparent;
  margin-top: 3px;
}

.color-display-red {
  height: 16px;
  width: 16px;
  background-color: #f1271a;
  border-radius: 50%;
  display: inline-block;
  color: transparent;
  margin-top: 3px;
}

.color-info {
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #333333;
  padding-left: 18px;
}

.service-name {
  text-align: justify;
  text-justify: inter-word;
  padding-left: 10px;
  border-collapse: collapse;
  direction: ltr;
  display: inline;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  quotes: "“" "”";
  text-align: left;
  text-size-adjust: 100%;
  padding-top: 11px;
}

.main-serv:link, .main-serv1:link, .main-ser1:link, .main-ser2:link, .main-ser3:link {
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #333333;
}

.status-dvd {
  margin: 0px;
}

.sub-item-container {
  max-width: 740px;
}

.sub-service-name {
  text-align: left;
  text-justify: inter-word;
  display: flex;
  font-size: 14.5px;
  letter-spacing: -0.01em;
}

.my-custom-scrollbar {
  position: relative;
  width: 600px;
  height: 400px;
  overflow: auto;
}

.pro_msg {
  display: block;
  padding: 20px;
  margin: 20px 0;
  max-width: 50%;
}

.msg_profile {
  padding: 20px 0 10px 20px;
}

.profile_name {
  font-family: "Roboto Slab";
  font-size: 15px;
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: black;
}

.current_time {
  margin-top: -15px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #8a8a8a;
  padding-left: 9px;
}

.user_add_msg {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.text-space {
  padding: 0 20px 0px 20px;
}

.new_textarea {
  resize: none;
  width: 100%;
  min-height: 75px;
  border: none;
  border-bottom: 1px solid #cacaca;
  font-size: 14px;
  color: #696969;
  padding: 10px 0 10px 0;
  overflow: hidden;
}
.new_textarea:focus {
  border-color: transparent;
  box-shadow: none;
  border: none;
  outline: 0;
}

.private_check {
  padding-top: 5px;
  font-family: "Roboto slab";
  margin-left: 20px;
}

.pvt_msg {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: red;
  margin-left: 20px;
}

.msg_submit {
  margin-right: -2px;
}

.pMsg_title {
  margin: 73px 0 21px 0;
  padding-left: 20px;
}

.add_msg {
  padding: 20px;
  padding: 25px 20px 20px;
}

/* The navigation bar */
.add-message-bar {
  position: fixed; /* Set the navbar to fixed position */
  width: 100%; /* Full width */
}

/* Main content */
.fa-comment {
  color: #8a8a8a;
  padding: 10px 10px 10px 30px;
}

.empty_msg {
  color: #8a8a8a;
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.msg_content {
  padding: 0 20px 10px 20px;
  text-align: left;
  text-justify: inter-word;
  font-size: 15px;
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #333333;
}

#message-box-container {
  width: 400px;
  position: relative;
  height: 100vh;
}

.morecontent span {
  display: none;
}

.morelink {
  text-decoration: none;
  outline: none;
  color: #8a8a8a;
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.morelink:visited {
  color: #8a8a8a;
}
.morelink:hover {
  color: #5e5e5e;
}

.msg-delete-btn {
  margin-top: -20px;
}

.fa-trash-alt {
  color: darkgray;
}

.msg-edit-btn {
  margin-top: -40px;
  margin-left: 500px;
}

.private-icon {
  color: #505050;
}

.fa-edit {
  color: darkgray;
}

.modal-topic {
  color: black;
  font-size: 20.5px;
  font-weight: bold;
  margin: 15px 150px 0 150px;
  font-family: "SangBleu", "Helvetica Neue";
}

.modal-body {
  text-align: justify;
  text-justify: inter-word;
  height: auto;
  color: black;
  font-family: "Roboto";
}
.modal-body ::placeholder {
  font-family: "Roboto";
}

.close:focus {
  outline: 0;
}

.modal-login {
  margin-left: -10px;
  padding-top: 0px;
}

.error_msg {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: red;
  align-content: center;
}

.login_form > div {
  padding: 10px;
  width: 400px;
  margin-left: 40px;
}

.user {
  margin-left: 10px;
}

.key {
  margin-left: 10px;
}

.rmb-login {
  padding: 0px 0px 0px 0px;
}
.rmb-login > .p-2 {
  padding: 0px 0px 0px 0px;
}

.checkbox-btn {
  margin: auto 0;
}

.custom-control {
  display: inline-block;
}

.custom-control-input {
  z-index: 999;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: rgb(0, 31, 74);
  background-color: rgb(0, 31, 74);
}

.custom-control-label {
  font-size: 15px;
}

.submit {
  background-color: #FADB16;
  transition: all 0.3s ease;
  margin-right: 36px;
  margin-top: -19px;
  margin-bottom: 20px;
  padding: 12px 24px;
  box-shadow: none;
  border: none;
  outline: 0;
  color: black;
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.submit:focus {
  box-shadow: none;
  outline: 0;
}
.submit:hover {
  background-color: black;
  color: #FADB16;
}
#addImage {
  background-color: rgba(255, 255, 255, 0.9);
}

.edit-btn {
  margin-left: 5px;
  margin-right: 5px;
}

.edit_textarea {
  border-style: none;
  margin: 15px auto 15px auto;
  resize: none;
  width: 90%;
  height: 100%;
  font-size: 14px;
  color: #696969;
}
.edit_textarea:focus {
  outline: 0;
}

footer {
  color: white;
  background-color: black;
  padding: 60px 0;
  font-size: 18px;
}
footer .footer-container {
  max-width: 1600px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 762px) {
  footer .footer-container {
    flex-direction: column;
  }
}
footer .footer-container span {
  font-weight: 600;
}
footer .footer-container span.underlined {
  text-decoration: underline;
}
footer .footer-container p {
  margin: 0;
  white-space: nowrap;
  line-height: 32px;
}
footer .footer-container a {
  display: block;
  white-space: nowrap;
  line-height: 32px;
  text-decoration: none;
  color: white;
}
footer .footer-container h4 {
  font-family: "SangBleu", "Helvetica Neue";
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 762px) {
  footer .footer-container h4 {
    margin-top: 2rem;
  }
}
footer .footer-container .footer-content:not(:first-child) {
  margin-top: 2rem;
}
footer .footer-container .column:not(:first-child) {
  padding: 40px;
}
@media screen and (max-width: 762px) {
  footer .footer-container .column:not(:first-child) {
    padding: 0 15px;
  }
}
footer .footer-container > :nth-child(1) {
  width: 5%;
  padding-top: 15px;
}
@media screen and (max-width: 762px) {
  footer .footer-container > :nth-child(1) {
    width: 100%;
    padding-top: 0;
  }
}
footer .footer-container > :nth-child(1) img {
  width: 100%;
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 762px) {
  footer .footer-container > :nth-child(1) img {
    max-width: 90px;
    margin: 0;
    margin-bottom: 1rem;
    margin-left: 15px;
  }
}
footer .footer-container > :nth-child(2) {
  width: 55%;
}
footer .footer-container > :nth-child(3), footer .footer-container > :nth-child(4) {
  flex-grow: 1;
}
footer .footer-container > :nth-child(3) a:hover, footer .footer-container > :nth-child(4) a:hover {
  color: #FADB16;
}

.ft-cnt {
  width: 1240px;
  max-width: 90%;
  padding: 10px 0;
  margin: 0px auto;
}

.info-table {
  color: white;
}

.color-info-item {
  width: 100%;
}
.color-info-item div {
  padding-left: 48px;
  padding-bottom: 10px;
  display: table;
}
.color-info-item div span {
  display: table-cell;
  vertical-align: middle;
}

.circle_size {
  width: 24px;
  height: 24px;
}

.fter-item {
  color: #96947f;
}
.fter-item:link {
  color: 96947f;
  background-color: transparent;
  text-decoration: none;
}
.fter-item:visited {
  background-color: transparent;
  text-decoration: none;
}
.fter-item:hover {
  color: rgb(226, 253, 166);
  background-color: transparent;
  text-decoration: none;
}
.fter-item:active {
  color: rgb(226, 253, 166);
  background-color: transparent;
  text-decoration: none;
}

.address {
  color: #96947f;
  font-size: 14px;
  font-style: normal;
}

pre {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.dropdown-menu {
  margin-top: 0px;
  padding: 0px;
  font-family: "Roboto";
  border: none;
  box-shadow: rgba(32, 51, 79, 0.11) 0 62px 100px -36px;
}

.login-header {
  border-bottom: none;
}

.remember-me:active {
  border-color: rgb(0, 31, 74);
  background-color: rgb(0, 31, 74);
}
.remember-me:focus {
  border-color: rgb(0, 31, 74);
  background-color: rgb(0, 31, 74);
}

::-webkit-input-placeholder {
  font-family: "Roboto Slab";
  padding-top: 40px;
  font-size: 14px;
}

:-ms-input-placeholder {
  font-family: "Roboto Slab";
  padding-top: 40px;
  font-size: 14px;
}

::-ms-input-placeholder {
  font-family: "Roboto Slab";
  padding-top: 40px;
  font-size: 14px;
}

.edit-buttons {
  padding: 20px;
}

.fa-times {
  color: white;
}

.edit-btn-grp {
  padding: 10px;
}

::placeholder {
  font-family: "Roboto Slab";
  padding-top: 40px;
  font-size: 14px;
}

:root {
  --main-bg-color: green;
  --main-color: red;
}

.navbar-item {
  width: 696.594px;
  align-self: center;
}

.header {
  height: 1585px;
  width: 70px;
}

.text-container {
  max-width: 100px;
}

.message-button {
  align-self: center;
}

.container {
  box-sizing: border-box;
}

.show-more {
  padding: 15px 0px;
  border: 1px solid gray;
  font-size: 12px;
}

.link-name:link {
  color: black;
  text-decoration: none;
}
.link-name:visited {
  color: black;
  text-decoration: none;
}
.link-name:hover {
  color: black;
  text-decoration: underline;
}
.link-name:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.modal-backdrop {
  z-index: unset;
}

@media (max-width: 400px) {
  .navbar-brand {
    max-width: 200px;
  }
}
@media (max-width: 1000px) {
  .footer-brand {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .f-brand {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .content-to-hide {
    display: none;
  }
  .sub-service-name {
    max-width: 200px;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .systemStatus_title {
    margin: 2px 0 21px 0;
  }
  .login_form > div {
    width: unset;
    margin-left: auto;
  }
  .input-group {
    width: auto;
    margin-left: 0px;
  }
  .modal-topic {
    margin: auto !important;
  }
  .modal-header {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .color-info-item .sub-legend {
    padding-left: 18px;
  }
}
@media (max-width: 1000px) {
  .color-info-item .sub-legend {
    padding-left: 48px;
  }
  .color-info-item .green-legend {
    padding-right: 50px;
  }
}
@media (max-width: 770px) {
  .color-info-item .sub-legend {
    padding-left: 18px;
  }
  .color-info-item .green-legend {
    padding-right: 0px;
  }
}
@media (max-width: 450px) {
  .color-info-item .sub-legend {
    padding-left: 48px;
  }
  .color-info-item .green-legend {
    padding-right: 50px;
  }
}
@media (max-width: 300px) {
  .color-info-item .sub-legend {
    padding-left: 48px;
  }
  .color-info-item .green-legend {
    padding-right: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
