html {
  touch-action: manipulation;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.mdl-cell {
  margin: 8px;
  width: 300px;
}

.top_div {
  width: 98%;
  background: transparent;
  border: solid 3px black;
  text-align: center;
  margin: 8px auto auto auto;
}

.top_text {
  font-size: 24px;
  font-weight: bold;
  padding: 16px 0px 0px 0px;
}

.page-content {
  margin: 75px auto auto auto;
  max-width: 1050px;
}

.card_list {
  display: flex;
  flex-wrap: wrap;
}

.n_select,
.fixed-top {
  -ms-user-select: none;
  user-select: none;
}

.loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
}

.loading img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

#load_t {
  text-align: center;
  position: relative;
  top: 52%;
  color: White;
  font-size: 30px;
}

.link_btn {
  border-radius: initial;
}

#info_jamdp {
  border: solid 5px red;
  margin-bottom: 18px;
  padding: 11px;
}

#data_reject {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 900;
}

#data_reject_content {
  background-color: #f7f7f7;
  color: #212529 !important;
  margin: 0px;
  position: absolute;
  top: 41%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 13px;
  border-radius: 7px;
  max-width: 400px;
}

.error_disp-enter-active,
.error_disp-leave-active {
  transition: opacity 0.5s;
}

.error_disp-enter,
.error_disp-leave-to {
  opacity: 0;
}

[v-cloak] {
  display: none;
}

.page_info {
  position: absolute;
  top: 62px;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: center;
}

.info_center {
  width: 20%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: solid 2px white;
  border-radius: 6px;
  padding-bottom: 8px;
}

.info_center h4 {
  position: relative;
  top: 8px;
  font-weight: bold;
}

.info_center hr {
  border: solid 1px white;
}

.info_center p {
  padding: 5px;
}

.info_center button {
  margin-left: 200px;
}

.info_center_b {
  text-align: right;
  margin-right: 10px;
}

.nav-link {
  cursor: pointer;
}

#top_title_smart {
  display: none;
}

@media screen and (max-width: 990px) {
  .page-content {
    padding: 0px 15px 0px 15px;
  }

  #top_title {
    display: none;
  }

  #top_title_smart {
    display: initial;
  }
}

/* @media (prefers-color-scheme: dark) {
  body {
    color: #f3f3f3;
    background-color: #3c3c3c;
  }

  .btn-primary {
    color: #f3f3f3;
    background-color: #0055b1;
    border-color: #0055b1;
  }

  .bg-primary {
    background-color: #005fc5 !important;
  }

  .dropdown-menu {
    background-color: #323232 !important;
  }

  .dropdown-item {
    color: #f3f3f3 !important;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #f3f3f3 !important;
    background-color: #4a4a4a !important;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    color: #f3f3f3 !important;
    background-color: #4a4a4a !important;
  }

  a {
    color: #52a6ff;
  }

  a:hover {
    color: #007bff;
  }

  .mapboxgl-ctrl-attrib-inner {
    color: #212529;
  }

  .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: #2b2b2b !important;
  }

  .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: #2b2b2b !important;
  }

  .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: #2b2b2b !important;
  }

  .mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,
  .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
    border-bottom-color: #2b2b2b !important;
  }

  .mapboxgl-popup-content {
    background: #2b2b2b;
    color: #f3f3f3;
  }

  select,
  .custom-select {
    background-color: #323232;
    color: #f3f3f3;
  }

  table {
    background-color: #545454;
  }

  .toast,
  .toast-header {
    background-color: #1c1c1cd9 !important;
    color: #f3f3f3 !important;
  }
} */

.NotAtagColor a {
  text-decoration: none;
  color: initial;
}

.NotAtagColor a:hover {
  text-decoration: underline;
  color: initial;
}