@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
.text-mid-blue {
  color: #004f9f !important; }

.text-cyan, .dashboard-job-order__list-item__phone {
  color: #00b1eb !important; }

.text-pink, .dashboard-job-order__list-item__phone i {
  color: #e72582 !important; }

.text-light-green {
  color: #afca0b !important; }

.text-yellow {
  color: #ffbb00 !important; }

.text-orange {
  color: #ef7d00 !important; }

.text-purple {
  color: #5a328a !important; }

.text-dark-blue {
  color: #0e2b63 !important; }

.text-green {
  color: #50af47 !important; }

.text-darker {
  color: #3b3f5c !important; }

.text-white {
  color: #fff !important; }

.fill-mid-blue {
  fill: #004f9f !important; }

.fill-cyan {
  fill: #00b1eb !important; }

.fill-pink {
  fill: #e72582 !important; }

.fill-light-green {
  fill: #afca0b !important; }

.fill-yellow {
  fill: #ffbb00 !important; }

.fill-orange {
  fill: #ef7d00 !important; }

.fill-purple {
  fill: #5a328a !important; }

.fill-dark-blue {
  fill: #0e2b63 !important; }

.fill-green {
  fill: #50af47 !important; }

.fill-white {
  fill: #fff !important; }

.bg-red {
  background-color: #c00 !important; }

.bg-yellow {
  background-color: #ffbb00 !important; }

.bg-green {
  background-color: #50af47 !important; }

.bg-gradient-20 {
  height: 10px;
  display: flex;
  background: linear-gradient(90deg, #0e2b63 30.4785%, rgba(0, 0, 0, 0) 30.4785%), linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%), linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%), linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%), linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%), linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%), linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%), linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%), linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%); }

.bg-cyan {
  background: #00b1eb !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-sm, .dashboard-job-order__list-item {
  font-size: 13px !important; }

.font-md {
  font-size: 16px !important; }

.w-30 {
  width: 30%; }

.dashboard-map-list__list-wrap.is-show, .dashboard-job-order__list {
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #b3b3b3 #ced4da;
  /* Works on Chrome, Edge, and Safari */ }
  .dashboard-map-list__list-wrap.is-show::-webkit-scrollbar, .dashboard-job-order__list::-webkit-scrollbar {
    width: 6px; }
  .dashboard-map-list__list-wrap.is-show::-webkit-scrollbar-track, .dashboard-job-order__list::-webkit-scrollbar-track {
    background: #ced4da; }
  .dashboard-map-list__list-wrap.is-show::-webkit-scrollbar-thumb, .dashboard-job-order__list::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    border-radius: 4px; }

/*
# name calculate-rem;
# function : convert px to rem;
# example :
    p {
       font-size: calculate-rem(12px)
    }
*/
/*
# name get-line-height;
# function : convert lineheight to decimal;
# example :
    h1 {
       get-line-height(58px, 55px)
    }
*/
.badge-road {
  width: 24px;
  height: 24px;
  border-radius: 0.25rem; }

.gm-style .gm-style-iw-c {
  max-width: 300px !important;
  max-height: 240px !important;
  padding: 1rem;
  overflow: auto; }
  .gm-style .gm-style-iw-c > button {
    opacity: 1;
    background: #fff !important;
    top: 0 !important;
    right: 0 !important; }
    .gm-style .gm-style-iw-c > button > img {
      width: 24px !important;
      height: 24px !important;
      margin: auto !important; }

.gm-style .gm-style-iw-d {
  padding-right: 1rem;
  padding-bottom: 1rem;
  max-height: 100% !important; }

.modal-alert {
  background-color: rgba(0, 0, 0, 0.7); }
  .modal-alert .modal-content .modal-header {
    border-bottom: none; }
  .modal-alert__image {
    width: 100%;
    text-align: center; }
    .modal-alert__image img {
      height: 8rem; }
      .modal-alert__image img.animate {
        animation: animationSiren 800ms linear infinite forwards; }

.modal__map {
  width: 100%;
  height: 70vh;
  padding: 0;
  margin: 0; }

.map_legend_info {
    left: 20px !important;
    width: 40%;
    bottom: 146px !important
}

.map_legend {
    padding-left: 24px;
    width: 50%;
    bottom: 26px !important
}
  .map_legend .legend_background {
    display: flex; }
  .map_legend table {
    width: 100%;
    color: #243066;
    text-align: center; }
    .map_legend table tr > td {
      cursor: pointer; }
      .map_legend table tr > td.disabled {
        opacity: 30%; }
    .map_legend table tr.icon_row > td {
      padding-bottom: 8px; }
      .map_legend table tr.icon_row > td img {
        height: 24px; }
    .map_legend table tr.label_row > td {
      padding-bottom: 8px;
      font-weight: bold;
      vertical-align: top; }
    .map_legend table tr.total_row > td {
      font-size: 24px; }
  .map_legend .legend_toggle_button {
    width: 18px; }

.legend_background {
  padding: 12px;
  background-color: #ffffffba;
  border-radius: 12px; }

.legend_toggle_button {
  height: 18px;
  border: none;
  padding: 0px;
  background: none; }
  .legend_toggle_button .legend_label {
    color: #243066; }
  .legend_toggle_button img {
    height: 100%; }

#btn_show_legend_container {
    padding-left: 24px;
    padding-top: 10px;
}
  #btn_show_legend_container .legend_toggle_button {
    width: 72px; }

#btn_show_legend_container_info {
    padding-left: 24px;
    padding-bottom: 15px;
    bottom: 136px !important
}

.form-form.form-custom {
  width: 100%; }
  .form-form.form-custom .form-form-wrap {
    min-width: unset;
    max-width: unset;
    height: 100%; }
    .form-form.form-custom .form-form-wrap form .field-wrapper input {
      max-width: 100%; }
    .form-form.form-custom .form-form-wrap form .field-wrapper a.forgot-pass-link {
      margin-bottom: 1.5rem;
      font-weight: 500; }
  .form-form.form-custom .form-container .form-content {
    box-shadow: none;
    text-align: left;
    border: none;
    border-radius: 0;
    padding: 0; }
    .form-form.form-custom .form-container .form-content .login-page-title {
      font-size: 2.5rem;
      letter-spacing: -0.03px;
      font-weight: bold;
      color: #0C0B0B;
      padding-bottom: 1.125rem;
      position: relative;
      margin-bottom: 1.25rem; }
      .form-form.form-custom .form-container .form-content .login-page-title.password {
        font-size: 2.625rem; }
      .form-form.form-custom .form-container .form-content .login-page-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0.375rem;
        width: 4.375rem;
        background-color: #e72582; }

.form-group label, label {
  color: #0e2b63; }

textarea.resize-none {
  resize: none; }

.input-group-select2__select {
  flex: 1 1 auto !important; }
  .input-group-select2__select--with-icon {
    width: calc(100% - 48px); }
    .input-group-select2__select--with-icon > .dropdown-toggle {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none; }
  .input-group-select2__select .bootstrap-select.btn-group {
    display: inline; }
    .input-group-select2__select .bootstrap-select.btn-group > .dropdown-toggle {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group-select2__select .bootstrap-select.btn-group > .dropdown-menu {
      width: 100%;
      transform: translate3d(0, 30px, 0) !important;
      max-height: 300px !important; }
      .input-group-select2__select .bootstrap-select.btn-group > .dropdown-menu.open {
        max-height: 300px !important;
        overflow: hidden; }
      .input-group-select2__select .bootstrap-select.btn-group > .dropdown-menu.inner {
        max-height: 300px !important;
        overflow-y: auto; }
      .input-group-select2__select .bootstrap-select.btn-group > .dropdown-menu .dropdown-item {
        white-space: normal; }

.input-group-select2__btn {
  width: 48px; }

.bootstrap-select.form-control {
  display: inline !important; }
  .bootstrap-select.form-control > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-flex; }
  .bootstrap-select.form-control > .dropdown-menu {
    width: 100%;
    transform: translate3d(0, 0, 0);
    max-height: 300px !important; }
    .bootstrap-select.form-control > .dropdown-menu .dropdown-item {
      white-space: normal; }

.login-page-wrap {
  min-height: 100vh;
  background-color: #fff;
  overflow: hidden; }
  .login-page-wrap__content {
    position: relative; }
  .login-page-wrap__right-col::before {
    content: "";
    position: absolute;
    background-color: #00b1eb;
    width: 200%;
    height: 100%;
    left: 1rem;
    top: 0; }
  @media (max-width: 1023.98px) {
    .login-page-wrap__right-col {
      display: none; } }
  .login-page-wrap__img-truck {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0; }
  .login-page-wrap__img-building {
    position: absolute;
    bottom: 0; }
  .login-page-wrap__logo {
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%); }
    .login-page-wrap__logo img {
      width: 188px; }
  .login-page-wrap__cloud {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 100%; }
    .login-page-wrap__cloud img {
      width: 100%; }
  .login-page-wrap__left-col > .form-container {
    padding-left: 3rem;
    height: 100%; }
    @media (max-width: 800px) {
      .login-page-wrap__left-col > .form-container {
        padding-left: 0; } }
  @media (max-width: 1023.98px) {
    .login-page-wrap__left-col {
      flex: 0 0 100%;
      max-width: 100%; } }
  .login-page-wrap .login-footer-text {
    font-size: 1rem;
    color: #0e2b63;
    font-weight: 500;
    margin-top: auto;
    text-align: center; }

.login-logo-wrapper img {
  width: 120px; }

@keyframes animationSiren {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.layout-px-spacing.dashboard {
  min-height: calc(100vh - 108px) !important;
  display: flex; }

.dashboard-map-container {
  flex-grow: 1;
  display: flex;
  position: relative;
  overflow: hidden; }

.dashboard-map-list {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  max-width: 0;
  transition: all 0.6s ease-in-out;
  z-index: 10000; }
  .dashboard-map-list.is-show {
    width: auto;
    max-width: 1000px; }
  .dashboard-map-list__wrap {
    display: flex;
    height: 100%; }
  .dashboard-map-list__button-wrap {
    height: 54px;
    position: relative; }
  .dashboard-map-list__button {
    border: none;
    padding: 15px 12px;
    background-color: rgba(255, 187, 0, 0.8);
    height: 54px;
    width: 78px;
    position: absolute;
    left: -78px; }
    .dashboard-map-list__button img {
      height: 24px; }
      .dashboard-map-list__button img.animate {
        animation: animationSiren 1s linear infinite forwards; }
    .dashboard-map-list__button i {
      translate: all 0.35s ease-in-out;
      transform: rotate(0); }
    .dashboard-map-list__button.is-show i {
      transform: rotate(180deg); }
  .dashboard-map-list__list {
    padding: 1rem;
    margin: 0;
    list-style-type: none; }
  .dashboard-map-list__list-wrap {
    overflow: hidden;
    width: 0;
    transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: -4px -1px 23px 0px rgba(0, 0, 0, 0.4); }
    .dashboard-map-list__list-wrap.is-show {
      width: 320px;
      overflow-y: auto; }
  .dashboard-map-list__list-text {
    padding: 1rem;
    margin-bottom: 1rem !important;
    background-color: rgba(14, 43, 99, 0.8);
    color: #fff !important; }
  .dashboard-map-list__list-item {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e6ed;
    margin-bottom: 1rem; }

.dashboard-job-order {
  position: absolute;
  left: -300px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background-color: white;
  transition: all 0.35s ease-in-out;
  z-index: 10000;
  display: flex;
  flex-direction: column-reverse; }
  .dashboard-job-order--show {
    left: 0; }
    .dashboard-job-order--show .dashboard-job-order__icon-list {
      display: none; }
    .dashboard-job-order--show .dashboard-job-order__icon-close {
      display: block; }
  .dashboard-job-order__button {
    border: none;
    padding: 0;
    background-color: #ffbb00;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -50px;
    top: 0px;
    margin-bottom: 10px; }
    .dashboard-job-order__button svg {
      color: white; }
  .dashboard-job-order__list {
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding-right: 20px; }
  .dashboard-job-order__list-item {
    cursor: pointer;
    padding: 16px 0 16px 16px;
    border-bottom: 1px solid #f1f2f3; }
    .dashboard-job-order__list-item--active {
      background-color: #f1f2f3; }
  .dashboard-job-order__list-item__header {
    margin-bottom: 10px;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #0e2b63; }
  .dashboard-job-order__list-item__vehicle {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .dashboard-job-order__list-item__vehicle img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .dashboard-job-order__list-item__jo-number, .dashboard-job-order__list-item__company-name, .dashboard-job-order__list-item__phone {
    font-size: 10px;
    margin-bottom: 2px; }
    .dashboard-job-order__list-item__jo-number span, .dashboard-job-order__list-item__company-name span, .dashboard-job-order__list-item__phone span {
      font-weight: 600;
      margin-right: 10px;
      display: inline-block;
      width: 75px;
      position: relative;
      color: #0e2b63; }
      .dashboard-job-order__list-item__jo-number span::after, .dashboard-job-order__list-item__company-name span::after, .dashboard-job-order__list-item__phone span::after {
        position: absolute;
        content: ':';
        right: 0; }
  .dashboard-job-order__list-item__company-name {
    margin-bottom: 10px; }
  .dashboard-job-order__list-item__phone i {
    margin-right: 10px; }
  .dashboard-job-order__icon-list {
    display: block; }
  .dashboard-job-order__icon-close {
    display: none; }

    #gpsDetailContent {
        height: 300px;
    }

.dashboard-map-container .map-overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10001;
}

.dashboard-map-container .map-overlay.show {
    display:block
}

.dashboard-map-container .dashboard-obd-info {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    max-width: 0;
    transition: all 0.6s ease-in-out;
    z-index: 10002;
}

.dashboard-map-container .dashboard-obd-info.show {
    width:75%;
    max-width:100%;
    background-color:white;
    display:flex;
}

.dashboard-map-container .dashboard-obd-info-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.dashboard-map-container .dashboard-obd-info-table {
    overflow-y: auto;
    flex:1;
}

.obdInfo{
    cursor:pointer
}

.dashboard-obd-info-btn-close {
    background-color: #ffbb00 !important;
    color:white !important;
}