.boxshadow, .alert, .alert-success, .alert-warning, .alert-danger, .icard {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.text-styled, .mapx .sidepanel .title, h1, h2, h3, h4, h5, .iw-top, .map-infopanel .title, form .form-title, .icard-top, .icard-color-top, .navbar .info, .navbar a, #appbar .link {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.row {
  margin: 0;
  padding: 0;
}
.row .col, .row [class^=col-] {
  padding: 0;
}
.row .col:not(:last-child), .row [class^=col-]:not(:last-child) {
  padding-right: 0.25rem;
}
.row .col:not(:first-child), .row [class^=col-]:not(:first-child) {
  padding-left: 0.25rem;
}

.form-group {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.input-group-text {
  background-color: rgba(0, 118, 186, 0.1);
}

.text-primary {
  color: #0076BA !important;
}

#ribbon,
#page {
  width: 100%;
  -webkit-transition: margin-left 0.3s ease, width 0.3s ease;
  -moz-transition: margin-left 0.3s ease, width 0.3s ease;
  -o-transition: margin-left 0.3s ease, width 0.3s ease;
  transition: margin-left 0.3s ease, width 0.3s ease;
}

#ribbon {
  z-index: 50;
  position: fixed;
}
#ribbon .toolbar {
  background-color: white;
  border: 1px solid #bbbbbb;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  z-index: 50;
  padding: 0.25rem;
}
#ribbon .toolbar .col:not(:last-child), #ribbon .toolbar [class^=col-]:not(:last-child) {
  padding-right: 0.125rem;
}
#ribbon .toolbar .col:not(:first-child), #ribbon .toolbar [class^=col-]:not(:first-child) {
  padding-left: 0.125rem;
}

#page {
  padding: 0;
  display: flex;
  min-height: calc(100vh - 4.25rem);
  flex-direction: column;
  justify-content: space-between;
}
#page #page-body #page-content {
  position: relative;
}
#page #page-footer {
  background-color: #363636;
  padding: 0.5rem;
  text-align: center;
  color: white;
  z-index: 10;
  font-size: 0.9rem;
}

#appbar {
  position: fixed;
  display: flex;
  height: 4.25rem;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background-color: #E1F5FF;
  color: #003c5e;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
  z-index: 200;
  padding: 0.2rem;
}
@media screen and (min-width: 600px) {
  #appbar {
    padding: 0.2rem 1rem;
  }
}
#appbar .brand .brand-logo {
  height: 36px;
  vertical-align: bottom;
  margin-left: 0.5rem;
}
#appbar .brand .brand-logo-text {
  height: 36px;
  vertical-align: bottom;
  margin-left: 0.25rem;
}
#appbar .brand .brand-text {
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 0.8rem;
  color: white;
}
#appbar .left-group {
  text-align: left;
}
#appbar .right-group {
  text-align: right;
}
#appbar .link {
  color: #5c5c5c;
  font-size: 0.9rem;
  margin: 0 0.8rem;
}
#appbar .avatar {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 0.5rem;
}

#appbar-shadow {
  height: 4.25rem;
}

.navbar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
  padding: 0.3rem 0.8rem;
  background-color: #363636;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  text-align: center !important;
}
.navbar a {
  margin: 0 0.8rem;
  color: #87d3ff;
  font-size: 0.8rem;
}
.navbar a:hover {
  color: white;
}
.navbar a.active {
  color: white;
}
.navbar .info {
  color: white;
  font-size: 1rem;
  float: left;
}
.navbar .info .status {
  padding: 0.1rem 0.4rem;
  border-radius: 0.1rem;
  font-size: 0.9rem;
}
.navbar .link-group {
  margin: auto;
}
.navbar.navbar-main {
  background-color: #363636;
}

.icard {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  margin: auto;
  margin-bottom: 0.25rem;
  overflow: hidden;
}
.icard .cover-image img, .icard .cover-image-lg img {
  width: 100%;
  object-fit: cover;
  height: 180px;
}
.icard .cover-image-lg img {
  height: 360px;
}

.icard-imagebg, .icard-bottom, .icard-top, .icard-color-top {
  background-position: center;
  background-color: #E1F5FF;
}

.icard-top, .icard-color-top {
  position: relative;
  padding: 0.5rem 0.2rem 0.2rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 1px solid rgba(0, 118, 186, 0.2);
  text-align: center;
  color: #363636;
}
.icard-top.banner, .banner.icard-color-top {
  padding: 1rem 0;
}
.icard-top .icon, .icard-color-top .icon {
  font-size: 3rem;
}
.icard-top .title, .icard-color-top .title {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.icard-top .subtitle, .icard-color-top .subtitle {
  font-size: 0.9rem;
  color: #414141;
}

.icard-color-top {
  background-image: none;
  color: white;
}

.icard-color-top .icard-title {
  color: white;
}

.icard-bottom {
  text-align: center;
  border-top: 1px solid rgba(0, 118, 186, 0.2);
  padding: 1rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.icard-bottom .col:not(:last-child), .icard-bottom [class^=col-]:not(:last-child) {
  padding-right: 0.25rem;
}
.icard-bottom .col:not(:first-child), .icard-bottom [class^=col-]:not(:first-child) {
  padding-left: 0.25rem;
}

.icard-icon {
  vertical-align: top;
  text-align: center;
  color: #004f7d;
  max-width: 3.2rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 420px) {
  .icard-icon {
    display: none;
  }
}

.icard-body {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.icard-body .spinner {
  text-align: center;
  font-size: 3rem;
  padding: 2rem;
}
.icard-body .datalist {
  margin: 0 -1rem;
}

.icard-title {
  font-size: 1.2rem;
  color: #004f7d;
}

.icard-title-md {
  font-size: 1.4rem;
  color: #004f7d;
  padding: 0.5rem 0;
}

.icard-subtitle {
  font-size: 0.8rem;
  color: #0076BA;
}

.icard-alert {
  padding: 1rem;
  margin: 0.5rem 0;
  color: white;
  background-color: #d32222;
  text-align: center;
}

/* List with icons */
.icard-list {
  padding: 1rem 0;
}

.icard-list-text {
  font-size: 1rem;
}

.icard-title-btn {
  top: 0.2rem;
}

.icard-infobar {
  font-size: 0.8rem;
  background-color: #363636;
  color: #004f7d;
  text-align: center;
  padding: 0.25rem;
}

.icard.login {
  max-width: 30rem;
}
.icard.login .icard-top, .icard.login .icard-color-top {
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 2rem;
}
.icard.login .icard-top img, .icard.login .icard-color-top img {
  max-width: 8rem;
}

/* Switch Specific Styles Start */
input[type=checkbox].switch {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3em;
  height: 1.5em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
  background: #d6d6d6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox].switch:checked {
  background: #0076BA;
}

input[type=checkbox].switch:after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox].switch:checked:after {
  left: calc(100% - 1.5em);
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background: rgba(0, 118, 186, 0.4);
  outline: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #004f7d;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #004f7d;
  cursor: pointer;
}

#sidemenu {
  position: fixed;
  z-index: 100;
  height: 100%;
  padding: 1rem 0 5.25rem 0;
  overflow-y: scroll;
  background: #0066a1;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(29, 29, 29, 0.1);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#sidemenu .sidemenu-item {
  cursor: pointer;
  transition: background-color 0.2s ease-in;
  padding: 0.3rem 0 0.2rem;
}
#sidemenu .sidemenu-item .icon {
  color: white;
  max-width: 3rem;
  text-align: center;
}
#sidemenu .sidemenu-item .text {
  color: white;
  font-size: 0.9rem;
}
#sidemenu .sidemenu-item .arrow {
  max-width: 2rem;
}
#sidemenu .sidemenu-item .arrow i {
  transition: transform 0.2s ease-in;
}
#sidemenu .sidemenu-item.active {
  background-color: #363636;
}
#sidemenu .sidemenu-item:not(.active):hover {
  background-color: #0076BA;
}
#sidemenu .sidemenu-subitems {
  transition: max-height 0.2s ease-in;
  overflow: hidden;
}
#sidemenu .sidemenu-subitems i {
  display: none;
}
#sidemenu .sidemenu-subitems .text {
  font-size: 0.8rem;
}
#sidemenu .sidemenu-item-group input[type=checkbox] {
  display: none;
}
#sidemenu .sidemenu-item-group input[type=checkbox]:checked ~ .sidemenu-subitems {
  max-height: 0 !important;
}
#sidemenu .sidemenu-item-group input[type=checkbox]:checked + label .arrow > i {
  transform: rotate(-90deg);
}
#sidemenu .sidemenu-item-group label {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  #sidemenu {
    width: 15rem;
  }
  #sidemenu .sidemenu-item {
    max-width: 100%;
    opacity: 1;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    width: calc(100% - 15rem);
    margin-left: 15rem;
  }
}
@media (max-width: 720px) {
  #sidemenu {
    width: 0;
  }
  #sidemenu .sidemenu-item {
    max-width: 0;
    opacity: 0;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    margin-left: 0;
    width: 100%;
  }
  #sidemenu.toggled {
    width: 15rem;
  }
  #sidemenu.toggled .sidemenu-item {
    max-width: 100%;
    opacity: 1;
  }
}

#menu-toggle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 50;
  background-color: #0076BA;
  color: white;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50%;
  transition: background-color 0.3s;
}
#menu-toggle:hover {
  background-color: #0096ed;
}
@media (min-width: 720px) {
  #menu-toggle {
    display: none;
  }
}

form .form-title {
  text-align: center;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
form .form-body {
  margin: 1rem 0;
}
form .form-check {
  margin-bottom: 5px;
}
form .form-control,
form .custom-select {
  background-color: rgba(0, 118, 186, 0.1);
  color: #003c5e;
}
form .radio_circle {
  width: 2rem;
}
form input[type=radio] {
  width: 1rem;
  height: 1rem;
}
form .col:not(:last-child), form [class^=col-]:not(:last-child) {
  padding-right: 0.25rem;
}
form .col:not(:first-child), form [class^=col-]:not(:first-child) {
  padding-left: 0.25rem;
}

.tag, .tag-app, .tag-warning, .tag-country, .tag-transaction, .tag-subpackage, .tag-money, .tag-offer, .tag-b-active, .tag-b-expired, .tag-b-cancelled, .tag-b-completed, .tag-verified, .tag-category, .tag-id {
  background-color: #0076BA;
  color: white;
  font-size: 0.9em;
  padding: 0.15rem 0.5rem;
  border-radius: 0.2em;
  display: inline-block;
}

.tag-id {
  background-color: #333333;
  letter-spacing: 1px;
}

.tag-category {
  background-color: #4f175a;
}

.tag-verified {
  background-color: green;
}

.tag-b-completed {
  background-color: #0e6e1b;
}

.tag-b-cancelled {
  background-color: #3b3b3b;
}

.tag-b-expired {
  background-color: #e9760a;
}

.tag-b-active {
  background-color: orange;
}

.tag-money, .tag-offer {
  background-color: #383838;
  border-radius: 0.8em;
  padding: 0.2rem 0.4rem;
  padding-left: 0.6rem;
  letter-spacing: 1px;
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.tag-subpackage {
  background-color: #8d4164;
}

.tag-transaction {
  color: #ffd76a;
  background-color: #3a3a3a;
}

.tag-country {
  background-color: #aa18a3;
}

.tag-warning {
  background-color: #c22020;
}

.tag-app {
  background-color: #0b4e57;
  color: white;
}

.tag-offer {
  background-color: #1b4f7c;
}

.tag.online, .online.tag-id, .online.tag-category, .online.tag-verified, .online.tag-b-completed, .online.tag-b-cancelled, .online.tag-b-expired, .online.tag-b-active, .online.tag-money, .online.tag-subpackage, .online.tag-transaction, .online.tag-country, .online.tag-warning, .online.tag-app, .online.tag-offer {
  background-color: #3ab44b;
}
.tag.offline, .offline.tag-id, .offline.tag-category, .offline.tag-verified, .offline.tag-b-completed, .offline.tag-b-cancelled, .offline.tag-b-expired, .offline.tag-b-active, .offline.tag-money, .offline.tag-subpackage, .offline.tag-transaction, .offline.tag-country, .offline.tag-warning, .offline.tag-app, .offline.tag-offer {
  background-color: #7e7e7e;
}
.tag.inactive, .inactive.tag-id, .inactive.tag-category, .inactive.tag-verified, .inactive.tag-b-completed, .inactive.tag-b-cancelled, .inactive.tag-b-expired, .inactive.tag-b-active, .inactive.tag-money, .inactive.tag-subpackage, .inactive.tag-transaction, .inactive.tag-country, .inactive.tag-warning, .inactive.tag-app, .inactive.tag-offer {
  background-color: #ce2525;
}

.subtext {
  font-size: 0.9rem;
  color: #5a5a5a;
}

.text-xl {
  font-size: 2em;
}

.text-lg {
  font-size: 1.5em;
}

.text-md {
  font-size: 1.2em;
}

.text-sm {
  font-size: 0.9em;
}

.text-xs {
  font-size: 0.8em;
}

.text-warning {
  color: #cf6107 !important;
}

@media screen and (max-width: 420px) {
  .text-hide-sm {
    display: none;
  }
  .text-danger {
  font-size: 1.1rem;
  }
  
}

.text-note {
  border-left: 2px solid #ececec;
  font-size: 0.9rem;
  color: #616161;
  padding: 0.1rem 0.4rem;
  background-color: rgba(230, 230, 230, 0.2);
  margin-bottom: 0.3rem;
  overflow-x: auto;
}

.text-route {
  color: #157c15;
}

.text-distance {
  color: #c95e07;
}

.text-300 {
  font-weight: 300;
}

.text-expired {
  color: #db1313;
}

.text-justified {
  text-align: justify;
  text-justify: inter-word;
}

.alert, .alert-success, .alert-warning, .alert-danger {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.alert-danger {
  color: white;
  background-color: #b30c1d;
}

.alert-warning {
  color: #33230d;
  background-color: #ffb42a;
}

.alert-success {
  color: white;
  background-color: #20864a;
}

.list {
  margin: 0.5rem 0;
}

.li-item {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60%;
}

label.li-item,
a.li-item {
  display: block;
}

.datalist > .li-item {
  transition: border-width 0.1s;
}
.datalist > .li-item.active {
  background-color: #d4efff;
}
.datalist > .li-item:hover .li-content {
  background-color: rgba(108, 189, 255, 0.205);
}

.li-content {
  position: relative;
  transition: background-color 0.4s;
  padding: 0.25rem 0.4rem;
  overflow-wrap: break-word;
  word-wrap: break-all;
}
.li-content .btn-submit {
  display: none;
}

input:checked + .li-content {
  background-color: rgba(81, 255, 0, 0.3);
}
input:checked + .li-content .btn-submit {
  display: inline;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

.li-icon {
  vertical-align: top;
  text-align: center;
  color: #004f7d;
  max-width: 4rem;
  font-size: 1.8rem;
}
.li-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 480px) {
  .li-icon {
    display: none;
  }
}

.li-icon-sm {
  color: #0076BA;
  text-align: center;
  max-width: 2rem;
}

.li-id {
  max-width: 4rem;
  text-align: center;
}

.li-date {
  max-width: 4rem;
  font-size: 0.9rem;
  text-align: center;
}

.li-switch {
  max-width: 4rem;
  font-size: 1.6rem;
  padding-left: 1rem;
}

.li-btn {
  max-width: 3rem;
  padding-left: 0.6rem;
  padding-top: 0.6rem;
  margin-top: 0.5rem;
}
.li-btn a {
  border-radius: 50%;
  text-align: center;
  background-color: #0076BA;
  padding: 0.5rem 0.6rem;
  color: white;
  box-shadow: 0 0 2px 2px rgba(94, 119, 122, 0.4);
}
.li-btn a:hover {
  background-color: #004f7d;
  color: white;
  box-shadow: 0 0 3px 3px rgba(76, 152, 160, 0.4);
}
.li-btn a:active {
  background-color: #003c5e;
  color: white;
  box-shadow: 0 0 4px 4px rgba(76, 152, 160, 0.4);
}

.list-title {
  font-size: 0.8rem;
  color: #0076BA;
}
.list-title .tag, .list-title .tag-id, .list-title .tag-category, .list-title .tag-verified, .list-title .tag-b-completed, .list-title .tag-b-cancelled, .list-title .tag-b-expired, .list-title .tag-b-active, .list-title .tag-money, .list-title .tag-subpackage, .list-title .tag-transaction, .list-title .tag-country, .list-title .tag-warning, .list-title .tag-app, .list-title .tag-offer {
  letter-spacing: 1px;
}

.list-text {
  font-size: 1rem;
}

.list-subtext {
  font-size: 0.9rem;
  color: gray;
}

.list-infobox {
  text-align: center;
  vertical-align: middle;
  max-width: 7rem;
  margin: auto;
}

.list-btn, .icard-title-btn {
  position: absolute;
  right: 0.4rem;
  top: 0.25rem;
  z-index: 1;
}

.li-item-link + .li-item-link {
  border-top: 1px solid #e6e6e6;
}

.li-item + .li-item {
  border-top: 1px solid #e6e6e6;
}

.li-item-muted {
  opacity: 60%;
}

.li-item-cancelled {
  background-color: rgba(187, 187, 187, 0.459);
}

.li-item-success {
  background-color: rgba(137, 255, 108, 0.418);
}
.li-item-success .li-icon {
  color: #16a351;
}

.li-item-info {
  background-color: #c9f2f8;
  color: #08343b;
}
.li-item-info .li-icon {
  color: #138496;
}

.li-item-warning {
  background-color: #ffdad7;
}
.li-item-warning .li-icon {
  color: #d33737;
}

.li-item .news-title {
  color: #0076BA;
  font-size: 1.6rem;
  font-weight: 300;
}
.li-item .news-content {
  padding: 0.5rem 0;
}
.li-item .news-content iframe,
.li-item .news-content img {
  display: block;
  margin: auto;
  padding: 1rem 0;
}

.item {
  background-color: white;
  border: 1px solid #d8d8d8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60%;
}

.item-content {
  padding: 0.4rem;
  width: 100%;
}
.item-content .btn-submit {
  display: none;
}

input:checked + .item > .item-content {
  background-color: rgba(81, 255, 0, 0.534);
}
input:checked + .item > .item-content .btn-submit {
  display: inline;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.item:hover {
  border: 1px solid #c9c6c6;
}

.item-image {
  height: 72px;
  width: auto;
}

.item-image-sm {
  height: 64px;
  width: auto;
}

.item-new {
  background-color: #b2f585;
}

.radiolist {
  padding: 0.2rem 0;
}

.radiolist-item + .radiolist-item {
  border-top: 1px solid #c9c9c9;
}

.radiolist-item-label {
  background-color: red;
}

::-webkit-scrollbar {
  width: 1rem;
  height: 16rem;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 118, 186, 0.5);
  border: 0px none #ffffff;
  opacity: 0.9;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
  background: rgba(0, 118, 186, 0.5);
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.map-fixed {
  position: fixed !important;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.map-infopanel {
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  padding: 0 0 3rem 0;
}
.map-infopanel .handle {
  background-color: #bdbdbd;
  height: 3px;
  border-radius: 0.2rem;
  width: 4rem;
  margin: auto;
  margin-top: 0.5rem;
}
.map-infopanel form {
  padding: 1rem;
}
.map-infopanel .title {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem;
}
.map-infopanel .graphic {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.map-infopanel .datalist img {
  border-radius: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .map-infopanel {
    left: 0;
    top: 0;
    width: 420px;
    height: calc(100vh - 4.25rem - 2rem - 4px);
    overflow-y: scroll;
  }
  .map-infopanel .handle {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .map-infopanel {
    top: 60vh;
    min-height: 1vh;
    width: 100%;
  }
  .map-infopanel .graphic {
    display: none;
  }
}

.gm-ui-hover-effect {
  background-color: #E1F5FF !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  top: -20px;
  right: -20px;
  box-shadow: 0 0 2px 2px rgba(117, 117, 117, 0.4);
  transition: box-shadow 0.1s;
}
.gm-ui-hover-effect:hover {
  box-shadow: 0 0 3px 3px rgba(94, 119, 122, 0.4);
}

.gm-style,
.gm-style-iw,
.gm-style-iw-c,
.gm-style-iw-d {
  overflow: visible !important;
}

.gm-style-iw {
  padding: 0 !important;
}

.infowindow, .infowindow-lg {
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  max-width: 180px;
  padding-bottom: 1rem;
}

.infowindow-lg {
  max-width: 360px;
}

.iw-image {
  overflow: hidden;
}
.iw-image img {
  width: 180px;
  max-height: 180px;
  object-fit: cover;
}

.iw-top {
  background-color: #E1F5FF;
  font-size: 0.8rem;
  color: #004f7d;
  padding-top: 0.5rem;
  padding-right: 2rem;
  padding-left: 0.5rem;
  overflow: hidden;
  text-align: center;
}

.iw-body {
  padding: 0.5rem;
  text-align: center;
  font-size: 1rem;
}

html, body {
  
  font-size: 1rem;
}
@media screen and (max-width: 420px) {
  html, body {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1080px) {
  html, body {
    font-size: 1.2rem;
  }
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F7F9FC;
}

a {
  text-decoration: none;
  color: #004f7d;
}

a:hover {
  text-decoration: none;
  color: #0076BA;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  color: #363636;
  padding: 1rem;
  text-align: center;
}

img {
  max-width: 100%;
}

.bg-40 {
  background-size: 40%;
}

.bg-25 {
  background-size: 25%;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

td,
th {
  border: 1px solid #bebebe;
  font-size: 14px;
  padding-left: 3px;
  padding-right: 5px;
  overflow-x: auto;
}

tr:nth-child(odd) {
  background: #d1d1d1;
}

.btn {
  border-radius: 0.2rem;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.9rem;
  color: white;
}

.btn-sm {
  border-radius: 0.2rem;
  padding: 0;
  color: white;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.btn-primary {
  background-color: #0076BA;
  border-color: #0076BA;
}

.btn-primary:hover {
  background-color: #004f7d;
  border-color: #004f7d;
}

.btn-primary:active {
  background-color: #003c5e;
  border-color: #003c5e;
}

.btn-secondary {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.btn-secondary:hover {
  background-color: #303030;
}

.btn-active {
  background-color: #003c5e !important;
  border-color: #003c5e;
}

.btn-group.btn-group-block {
  display: flex;
}

.btn-group-block .btn {
  flex: 1;
}

.btn-price {
  padding: 0.4rem 0.8rem;
  border-radius: 1.4rem;
  background-color: #87d3ff;
  border: 0;
  color: white;
  transition: background-color 0.5s;
}
.btn-price:hover {
  background-color: #21aeff;
}
.btn-price.active {
  background-color: #303030;
}

.box-xl {
  max-width: 1280px;
}

.box-lg {
  max-width: 960px;
}

.box-md {
  max-width: 720px;
}

.box-sm {
  max-width: 600px;
}

.box-xs {
  max-width: 480px;
}

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

.z-3 {
  z-index: 3;
}

.card {
  border-radius: 0.2rem;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.category-img {
  width: 128px;
  border-radius: 64px;
  object-fit: cover;
}

.category-img-hp {
  height: 128px;
  text-align: center;
  vertical-align: bottom;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.center-box {
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

.block {
  display: inline-block;
}

.input-label,
.form-group label {
  font-size: 0.9rem;
  color: #004f7d;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 0.8rem;
}

.tab {
  margin: auto;
}

.tab-btn-active {
  background-color: #003c5e;
}

.tab-btn {
  background-color: #08a5ff;
  border-radius: 0.2rem;
  padding: 0;
  color: white;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tab-btn:hover {
  background-color: #004f7d;
}

.btn-view:hover {
  background-color: #004f7d;
}

.btn-tab {
  background-color: #0076BA;
  color: white;
  min-width: 42px;
}

.btn-tab:hover {
  background-color: #004f7d;
  color: white;
}

.btn-tab-active {
  background-color: #003c5e;
  color: white;
}

.btn-tab-active:hover {
  background-color: #003c5e;
  color: white;
}

.btn-round, .btn-round-xl, .list-btn, .icard-title-btn {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  text-align: center;
  background-color: #0076BA;
  padding: 0.35rem;
  font-size: 0.9rem;
  color: white;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4);
}

.btn-round-xl {
  width: 6rem;
  height: 6rem;
  padding: 0.9rem;
  font-size: 3rem;
}

.btn-round:hover, .list-btn:hover, .icard-title-btn:hover, .btn-round-xl:hover {
  background-color: #0076BA;
  color: white;
}

.btn-round:active, .list-btn:active, .icard-title-btn:active, .btn-round-xl:active {
  background-color: #003c5e;
  color: white;
}

.btn-view-active {
  background-color: #003c5e;
}

.count {
  background-color: #2c2c2c;
  padding: 2px;
  border-radius: 15%;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

.gm-style .gm-style-iw {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.checkbox-copy {
  width: 2rem;
  height: 2rem;
  opacity: 10%;
}

.checkbox-copy:checked {
  background-color: #003c5e;
  opacity: 100%;
}

#map {
  height: 100%;
  width: 100%;
  position: fixed !important;
  right: 0px;
}

/*#taxiapp_route {

  bottom: 0;
  z-index: 5;

  @media screen and (min-width: 600px) {
    width: 420px;
    height: 100%;
    padding-top: ($appbar-height+3rem);
    overflow-y: auto;
  }
}*/
#taxiapp_route {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 99%;
}

@media screen and (min-width: 600px) {
  #taxiapp_route {
    max-width: 480px;
    left: 50%;
    margin-left: -240px;
  }
}
#shuttle_form {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 99%;
}

@media screen and (min-width: 600px) {
  #shuttle_form {
    max-width: 480px;
    left: 50%;
    margin-left: -240px;
  }
}
.toggle_btn2 {
  position: absolute;
  color: white;
  padding: 0.8rem 1rem;
  z-index: 12;
  background-color: #164564;
  bottom: 2rem;
  right: 2rem;
  border-radius: 50%;
  transition: background-color 1s;
  width: 3rem;
  height: 3rem;
}
.toggle_btn2:hover {
  background-color: #2b65e2;
  color: white;
}

@media screen and (min-width: 600px) {
  .mapx .mapx {
    display: flex;
  }
  .mapx .sidepanel, .mapx #map2 {
    display: inline-block;
    height: calc(100vh - 4.25rem - 2rem - 15px);
  }
  .mapx .sidepanel {
    max-width: 420px;
    background-color: orange;
  }
  .mapx #map2 {
    width: 100%;
    height: calc(100vh - 4.25rem - 2rem - 15px);
  }
}
@media screen and (max-width: 600px) {
  html, body {
    font-size: 1.1rem;
  }
  .mapx .sidepanel {
    height: calc(100vh - 4.25rem - 2rem - 15px)/2;
    background-color: yellow;
  }
    .map-infopanel form {
    padding: 0.3rem;
}
    .map-infopanel {
        top: 55vh;
        min-height: 1vh;
        width: 100%;
    }
    .map-infopanel {
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    padding: 0 0 2rem 0;
}
  #appbar {
  position: fixed;
  display: flex;
  height: 3.25rem;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background-color: #E1F5FF;
  color: #003c5e;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
  z-index: 200;
  padding: 0.2rem;
}

#appbar .brand .brand-logo {
  height: 36px;
  vertical-align: bottom;
  margin-left: 0.5rem;
}

#appbar-shadow {
  height: 3.25rem;
}


.navbar {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
  padding: 0.1rem 0.9rem;
  background-color: #363636;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  text-align: center !important;
}

.btn-round-xl {
  width: 4rem;
  height: 4rem;
  padding: 0.6rem;
  font-size: 2rem;
}

}
.mapx .sidepanel {
  max-width: 420px;
  min-width: min(420px, 80vw);
  height: calc(100vh - 4.25rem - 2rem - 15px);
  transition: max-width 0.5s ease, min-width 0.5s ease;
}
.mapx .sidepanel .title {
  font-size: 1.3rem;
  text-align: center;
  padding: 1rem;
}
.mapx .sidepanel form {
  padding: 1rem;
  opacity: 1;
  transition: opacity 0.5s 0.3s ease;
}
.mapx .sidepanel.toggled {
  max-width: 0;
  min-width: 0;
}
.mapx .sidepanel.toggled .sidepanel-content {
  display: none;
}
.mapx .sidepanel .li-item button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #0076BA;
  transition: background-color 0.5s;
  border: 1px solid #08a5ff;
}
.mapx .sidepanel .li-item button:hover {
  background-color: #08a5ff;
}
.mapx #map2 {
  height: 100%;
  width: 100%;
  right: 0px;
}
.mapx #shuttle_form2 {
  position: relative;
  bottom: 0;
  z-index: 10;
  width: 99%;
}
@media screen and (min-width: 600px) {
  .mapx #shuttle_form2 {
    margin-left: 0;
    bottom: 0;
  }
}

.brand-image-md {
  width: 60%;
  margin-top: 10%;
}

.color-pending {
  background-color: #2aa9ad;
}

.color-confirmed {
  background-color: #255994;
}

.color-active {
  background-color: #ff7300;
}

.color-completed {
  background-color: #1c773a;
}

.color-expired {
  background-color: #d41f1f;
}

.color-cancelled {
  background-color: #3a3a3a;
}

.color-category {
  background-color: #41265a;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hide {
  display: none;
}

.tr-income-bg {
  background-color: #ccffc6;
}

.tr-expense-bg {
  background-color: #ffd9d5;
}

.bg-primary {
  background-color: #004f7d !important;
}

.vehicle-number {
  border: 2px solid #333333;
  padding: 0 0.25rem;
  letter-spacing: 1px;
  border-radius: 0.3rem;
  font-weight: bold;
  color: #1f1f1f;
  font-size: 0.9rem;
}

.vehicle-number-fake {
  color: #dd4552;
  border: 2px solid #dd4552;
}

.timer, .timer-late {
  letter-spacing: 1px;
}

.timer-late {
  color: #e24040;
}

.spinner {
  font-size: 2.5rem;
  text-align: center;
  padding: 1rem;
}

.img-icon {
  max-width: 2rem;
}

.img-xs {
  max-width: 96px;
}

.img-sm {
  max-width: 128px;
}

.img-md {
  max-width: 196px;
}

.alertbox, .box-success, .box-info, .box-warning {
  font-size: 1rem;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  margin: 0.5rem 0;
}
.alertbox i, .box-success i, .box-info i, .box-warning i {
  margin-right: 0.5rem;
}

.box-warning {
  background-color: #e9760a;
}

.box-info {
  background-color: #008cdd;
}

.box-success {
  background-color: #1b7532;
}

.avatar {
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  width: 12rem;
  height: 12rem;
}

.ref-stats {
  text-align: center;
  margin: 1rem;
}
.ref-stats .ref-box {
  border: 3px solid;
  border-radius: 1.2rem;
  padding: 0.5rem;
  text-align: center;
  width: 5rem;
  margin: auto;
  display: inline-block;
  margin: 0.5rem;
}
.ref-stats .ref-box .number {
  font-size: 1.2rem;
  color: #3b3b3b;
  text-align: center;
}
.ref-stats .ref-box .text {
  font-size: 0.8rem;
  color: #505050;
  text-align: center;
  margin-top: -0.5rem;
}
.ref-stats .ref-box.active {
  border-color: #0099ff;
}
.ref-stats .ref-box.booked {
  border-color: #ff7b2e;
}
.ref-stats .ref-box.earned {
  border-color: #2dcf43;
}

.ref-share {
  text-align: center;
}
.ref-share .share-icon {
  border: 2px solid #f7f7f7;
  font-size: 2rem;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin: 0.25rem;
  padding: 0.25rem;
  transition: background-color 0.5s, border-color 0.5s;
}
.ref-share .share-icon.viber {
  color: #603686;
}
.ref-share .share-icon.whatsapp {
  color: green;
}
.ref-share .share-icon.facebook {
  color: #264886;
}
.ref-share .share-icon i {
  margin: auto;
  transition: color 0.5s;
}
.ref-share .share-icon:hover {
  border-color: #0076BA;
}

.sms-text {
  color: #505050;
  font-size: 1rem;
  background-color: #E1F5FF;
  padding: 0.6rem 0.8rem;
  margin: 0.5rem 0;
  border-radius: 0.25rem;
}

.btn-sort {
  background-color: #ffffff;
  color: #004f7d;
}
.btn-sort:focus {
  outline: 0;
  box-shadow: 0 0;
}
.btn-sort.btn-rotate180 {
  transform: rotate(180deg);
}

.img-round {
  border-radius: 0.5rem;
}

.page-section {
  width: 100%;
}

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