﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
.f-12 {
  font-size: 12px; }

.btn {
  font-size: 12px; }

input[type=hidden] {
  direction: ltr !important; }

/* scrollbars */
::-webkit-scrollbar {
  width: 5px;
  height: 0px; }

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1); }

body {
  font-family: Roboto, Arial, Sans-serif;
  font-size: 12px;
  color: #222222;
  background-color: #fff; }

.collapse-icon img.right {
  transform: rotate(-180deg);
  transition: 0.3s; }

.collapse-icon img.left {
  transition: 0.3s; }

a {
  text-decoration: none; }

.btn-primary {
  border: 1px solid #5b92e5;
  background-color: #5b92e5; }
  .btn-primary:focus {
    outline: 0;
    box-shadow: none; }

.btn-outline-primary {
  color: #5b92e5;
  border: 1px solid #5b92e5;
  background-color: #ffffff; }
  .btn-outline-primary:hover {
    color: #ffffff;
    border: 1px solid #5b92e5;
    background-color: #5b92e5; }
  .btn-outline-primary:focus {
    outline: 0;
    box-shadow: none; }

/* SIDEBAR LEFT */
#sidebar {
  padding: 30px 0px 0px 0px;
  width: 225px;
  position: fixed;
  top: 50px;
  left: -225px;
  height: 100vh;
  z-index: 1010;
  color: #5B92E5;
  transition: all 0.3s;
  overflow-y: auto;
  background-color: #ffffff; }
  #sidebar .sidebar-header {
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    background-color: #046A8B; }
  #sidebar ul {
    margin: 0px;
    padding: 0px; }
    #sidebar ul li {
      margin: 0px;
      padding: 0px;
      border-bottom: 1px solid #5B92E5; }
      #sidebar ul li a {
        padding: 0px 15px;
        list-style-type: none;
        display: block;
        height: 50px;
        line-height: 50px;
        color: #5B92E5; }
  #sidebar #dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #sidebar #dismiss:hover {
      background: #fff;
      color: #7386D5; }

#sidebar.active {
  left: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  top: 50px;
  transition: all 0.5s ease-in-out; }

.overlay.active {
  display: block;
  opacity: 1;
  z-index: 1009; }

button[data-toggle="collapse"] {
  margin-right: 15px; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

/* SIDEBAR RIGHT */
#rightsidebar {
  padding: 15px 0px 0px 0px;
  width: 410px;
  position: fixed;
  top: 50px;
  right: -410px;
  height: 100vh;
  z-index: 1010;
  transition: all 0.3s;
  overflow-y: auto;
  background-color: #ffffff; }
  #rightsidebar input:focus, #rightsidebar select:focus {
    outline: 0px;
    box-shadow: none; }
  #rightsidebar select {
    padding: 0px 40px 0px 0px;
    width: auto;
    border-width: 0px 0px 1px 0px;
    border-color: #5B92E5;
    border-radius: 0px; }
  #rightsidebar #dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    #rightsidebar #dismiss:hover {
      background: #fff;
      color: #7386D5; }

#rightsidebar.active {
  right: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

/* Navbar */
.navbar-expand .navbar-collapse {
  display: block !important; }

.navbar {
  padding: 0px;
  height: 60px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background-color: #5B92E5; }
  .navbar .btn-leftmenu {
    margin: 0px 0px 0px 15px;
    float: left;
    color: #ffffff; }
    .navbar .btn-leftmenu:focus {
      outline: 0;
      box-shadow: none; }
  .navbar .navbar-brand {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    float: left;
    color: #ffffff;
    padding: 0px; }
    .navbar .navbar-brand .logo-img {
      width: 40px; }
  @media (max-width: 767px) {
    .navbar .navbar-brand {
      font-size: 12px; } }
  .navbar .navbar-nav .nav-item {
    padding: 0 0.5rem; }
    .navbar .navbar-nav .nav-item .nav-link {
      color: #fff;
      white-space: nowrap;
      padding: 0; }
    .navbar .navbar-nav .nav-item .nav-link.active {
      font-weight: 700; }

[role="main"] {
  margin-top: 60px; }
  [role="main"] .map {
    position: relative;
    height: calc(100vh - 60px);
    background-color: #d2d2d2; }
    [role="main"] .map .mapboxgl-control-container .mapboxgl-ctrl-top-left {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 10px; }
      [role="main"] .map .mapboxgl-control-container .mapboxgl-ctrl-top-left .mapboxgl-ctrl {
        margin: 0; }
        [role="main"] .map .mapboxgl-control-container .mapboxgl-ctrl-top-left .mapboxgl-ctrl .search-box {
          width: 450px;
          margin-left: 60px !important; }
          [role="main"] .map .mapboxgl-control-container .mapboxgl-ctrl-top-left .mapboxgl-ctrl .search-box .select2-container--default .select2-selection--multiple.select2-selection--clearable {
            padding-right: 5px; }
          [role="main"] .map .mapboxgl-control-container .mapboxgl-ctrl-top-left .mapboxgl-ctrl .search-box .select2-container--default .select2-selection--multiple .select2-selection__clear {
            margin-right: 5px; }
          [role="main"] .map .mapboxgl-control-container .mapboxgl-ctrl-top-left .mapboxgl-ctrl .search-box input[type=search]:focus {
            outline: 0;
            box-shadow: none; }
        [role="main"] .map .mapboxgl-control-container .mapboxgl-ctrl-top-left .mapboxgl-ctrl:last-child {
          margin-left: auto; }
  [role="main"] h4 {
    color: #046A8B; }
  [role="main"] .main-details {
    height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto; }
    [role="main"] .main-details h3 {
      font-size: 24px;
      font-weight: 500; }
      [role="main"] .main-details h3 a {
        color: #222222;
        cursor: pointer; }
    [role="main"] .main-details h4 {
      font-size: 18px;
      font-weight: 500;
      color: #046A8B; }
  [role="main"] .collapse-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: #fff;
    padding: 0.5rem 0.2rem !important;
    box-shadow: 1px 0px 1px #959595;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateY(-50%) translateX(0px);
    transition: 0.3s; }
  [role="main"] .table tbody tr td {
    padding: 5px 10px; }
    [role="main"] .table tbody tr td .btn-group .btn {
      padding: 0px 10px;
      color: #5B92E5;
      line-height: 15px; }
    [role="main"] .table tbody tr td .btn-group .btn.disabled {
      color: #979797; }
  [role="main"] .country-details h3 {
    font-size: 20px;
    font-weight: 500; }
  [role="main"] .country-details h4 {
    font-size: 18px;
    font-weight: 500;
    color: #046A8B; }
  [role="main"] .table tbody tr td {
    padding: 5px 10px; }
    [role="main"] .table tbody tr td .btn-group .btn {
      padding: 0px 10px;
      color: #5B92E5;
      line-height: 15px; }
    [role="main"] .table tbody tr td .btn-group .btn.disabled {
      color: #979797; }
  [role="main"] .accordion .accordion-item {
    margin-bottom: 10px;
    border: none; }
    [role="main"] .accordion .accordion-item .accordion-header {
      border-bottom: 1px solid rgba(0, 0, 0, 0.24); }
      [role="main"] .accordion .accordion-item .accordion-header .accordion-button {
        padding: 5px 0px 5px 30px;
        border-radius: 0px !important;
        font-size: 20px;
        font-weight: 500;
        color: #5B92E5;
        display: flex;
        justify-content: space-between; }
        [role="main"] .accordion .accordion-item .accordion-header .accordion-button .accordion-span-cityname {
          font-size: 14px;
          font-weight: 500;
          color: #5B92E5;
          flex: 0 0 50%; }
        [role="main"] .accordion .accordion-item .accordion-header .accordion-button .accordion-span-latlng {
          margin-left: 15px;
          font-size: 14px;
          color: #222222;
          flex: 0 0 50%; }
        [role="main"] .accordion .accordion-item .accordion-header .accordion-button::after {
          position: absolute;
          left: 5px;
          color: #5B92E5;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235B92E5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
        [role="main"] .accordion .accordion-item .accordion-header .accordion-button:focus {
          outline: 0;
          box-shadow: none; }
      [role="main"] .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        background-color: transparent;
        box-shadow: none; }
    [role="main"] .accordion .accordion-item .accordion-collapse .card-body {
      padding: 15px 0px; }

.footer-links {
  border-top: 1px solid #979797; }
  .footer-links ul {
    margin: 15px 0px;
    padding: 0px; }
    .footer-links ul li {
      margin: 0px 0px 0px 30px;
      padding: 0px;
      list-style-type: none;
      display: inline-block; }
      .footer-links ul li a {
        color: #222; }

.legends {
  list-style: none;
  background: #fff;
  padding: 8px 8px 8px 21px;
  margin-bottom: 0;
  border-radius: 5px;
  box-shadow: 1px 0px 4px #7b7b7b; }

.legends li {
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative; }

.legends li.red-dot::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FF2400;
  border: 1px solid #000;
  display: inline-flex;
  margin-right: 5px;
  margin-left: -13px; }

.legends li.blue-dot::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5b92e5;
  border: 1px solid #000;
  display: inline-flex;
  margin-right: 5px;
  margin-left: -13px; }

.legends li.green-dot::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #72FF33;
  border: 1px solid #000;
  display: inline-flex;
  margin-right: 5px;
  margin-left: -13px; }

.legends li.gray-dot::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #979797;
  border: 1px solid #000;
  display: inline-flex;
  margin-right: 5px;
  margin-left: -13px; }

.ajax-loader {
  /*visibility: hidden;*/
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 1008;
  width: 100%;
  height: calc(100vh - 0px) !important;
  top: 0px;
  left: 0px; }

.ajax-loader img {
  position: relative;
  top: 50%;
  left: 50%; }

.modal-body {
  overflow-wrap: break-word; }

.form-group {
  margin-bottom: 1rem; }

.form-group .control-label {
  width: 100%;
  font-weight: bold; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

.mapboxgl-popup-content {
  color: #fff !important;
  background-color: #333 !important;
  padding: 10px !important;
  /*top: 1px !important;*/ }

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: #333 !important; }

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: #333 !important; }

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-bottom-color: #333 !important; }

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: #333 !important; }

.pagination-detail {
  width: 100%;
  float: left;
  margin-bottom: 15px; }
  .pagination-detail .pagination-info {
    line-height: 28px; }
  .pagination-detail .pagination {
    column-gap: 3px; }
    .pagination-detail .pagination .pagination {
      margin-bottom: 0; }
  .pagination-detail .page-list {
    margin-left: 20px; }
    .pagination-detail .page-list select {
      margin-right: 5px; }

@media print {
  body {
    -webkit-print-color-adjust: exact;
    /* Chrome, Safari, Edge */ }
    body [role="main"] .map .mapboxgl-control-container .mapboxgl-ctrl-top-left .mapboxgl-ctrl .search-box {
      margin-left: 15px !important;
      margin-right: 10px; }
    body [role="main"] .map .mapboxgl-control-container .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl .mapboxgl-ctrl-attrib-button {
      display: none; }
  @page {
    -webkit-print-color-adjust: exact; } }
