.nav-menu-top {
  top: 0px;
}
.nav-menu-bottom {
  bottom: 0px;
}
.nav-menu-right {
  right: 0px;
}
.nav-menu-left {
  left: 0px;
}
.nav-menu {
  position: fixed;
  /* opacity: 0.9; */
  z-index: 1030;
}
.nav-menu-x {
  right: 0;
  left: 48px;
  height: var(--nav-height);
}
.nav-menu-x > nav > #navbar_right > .nav-list {
  flex-direction: row-reverse !important;
}
.nav-menu-x > nav > #navbar_left {
  text-align: start;
  display: flex;
  align-items: center;
}
.nav-menu-y {
  top: 0;
  bottom: 0;
  width: var(--nav-width);
}
.nav-menu-y > nav {
  height: 100%;
  display: block;
}
.nav-menu-y > nav > #clock {
  position: absolute;
  transform: rotate(-90deg);
  white-space: nowrap;
  top: 47%;
  left: 0;
  right: 0;
}
.nav-menu-y > nav > #navbar_right {
  position: absolute;
  bottom: 0px;
}
.nav-menu-y > nav > #navbar_right > .nav-list {
  flex-direction: column-reverse;
}
.nav-menu-y > nav > #navbar_right > .nav-list > .d-table {
  display: block;
}
.nav-menu-y > nav > #navbar_right > .nav-list > .avatar > a > span {
  display: none;
}
.avatar > a {
  display: flex;
  align-items: center;
}
.avatar > a > span {
  padding-left: 5px;
  padding-right: 5px;
}
.light {
  color: var(--bs-light);
}
.navbar {
  padding: 0.5rem;
}
.focus-none {
  box-shadow: none !important;
}
.nav-menu-y > nav > #navbar_left {
  flex-direction: column !important;
}
.nav-menu-y > nav > #navbar_left > .nav-list {
  flex-direction: column !important;
}
.ws-panel-bottom {
  bottom: 0px;
}
.ws-panel-bottom-menu {
  bottom: var(--nav-height) !important;
}
.ws-panel-top {
  top: 0px;
}
.ws-panel-top-menu {
  top: var(--nav-height) !important;
}
.ws-panel-right {
  right: 0px;
}
.ws-panel-right-menu {
  right: var(--nav-width) !important;
}
.ws-panel-left {
  left: 0px;
}
.ws-panel-left-menu {
  left: var(--nav-width) !important;
}
.ws-panel {
  position: fixed;
  opacity: 0.9;
  z-index: 1001;
}
.ws-panel-x {
  right: 0;
  left: 0;
}
.ws-panel-x > #inner_container > .cards-container > .plus-container {
  float: left;
}
.ws-panel-x > #inner_container {
  min-height: var(--ws-height);
}
.scroll-button {
  /* display: none; */
}
.ws-panel-x > #inner_container > .cards-container > .scroll-button-left {
  float: left;
  height: 100%;
}
.ws-panel-x > #inner_container > .cards-container > .scroll-button-right {
  float: right;
  height: 100%;
}
.ws-panel-y > #inner_container > .cards-container > .scroll-button-left {
  justify-content: center;
}
.ws-panel-y > #inner_container > .cards-container > .scroll-button-right {
  justify-content: center;
}
.ws-panel-x > #inner_container > .ws-top-bar {
  width: auto;
  height: 100%;
}
.ws-panel-x > #inner_container > .ws-top-bar > ul {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.ws-panel-top.ws-panel-x > #inner_container > .ws-top-bar > ul {
  flex-direction: column-reverse;
}
.ws-panel-x > #inner_container > .cards-container {
  /* padding-left: 50px; */
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.ws-panel-x > #inner_container > .cards-container > .scrolling-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  float: left;
  width: 100%;
  text-align: center;
}
.ws-panel-x
  > #inner_container
  > .cards-container
  > .scrolling-wrapper
  > .card-open {
  height: 160px;
}
.ws-panel-x
  > #inner_container
  > .cards-container
  > .scrolling-wrapper
  > .ws-card {
  min-width: 200px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ws-panel-x.ws-panel-top
  > #inner_container
  > .cards-container
  > .scrolling-wrapper
  > .ws-card {
  margin-top: 10px;
}
.ws-panel-x > #inner_container > .cards-container > .scrolling-wrapper {
  white-space: nowrap;
  /* height: 47px; */
}
.ws-panel-y {
  top: 0;
  bottom: 0;
  max-width: 108px;
  min-width: 108px;
}
.ws-panel-y > #inner_container {
  height: 100%;
  flex-direction: column;
}
.ws-panel-y > #inner_container > .cards-container > .scrolling-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: auto;
}
.ws-panel-y
  > #inner_container
  > .cards-container
  > .plus-container
  > .plus-card {
  line-height: 140px !important;
  /* width: auto; */
  max-width: 200px;
}
.ws-panel-left
  > #inner_container
  > .cards-container
  > .plus-container
  > .plus-card {
  float: right;
}
.ws-panel-y
  > #inner_container
  > .cards-container
  > .scroll-button-left
  > li
  > * {
  transform: rotate(90deg);
}
.ws-panel-y
  > #inner_container
  > .cards-container
  > .scroll-button-right
  > li
  > * {
  transform: rotate(90deg);
}
.ws-panel-y
  > #inner_container
  > .cards-container
  > .scrolling-wrapper
  > .ws-card {
  transform: rotate(90deg) translate(70px, 80px);
  margin-bottom: 145px;
  width: 200px;
}
.ws-panel-y
  > #inner_container
  > .cards-container
  > .scrolling-wrapper
  > .ws-card-open {
  transform: none;
  margin-bottom: 0.5rem;
}
.ws-panel-y
  > #inner_container
  > .cards-container
  > .scrolling-wrapper
  > .ws-card-close {
  transform: rotate(90deg) translate(70px, 80px);
  margin-bottom: 145px;
}
.ws-panel-y > #inner_container > .ws-top-bar > ul {
  justify-content: space-between;
}
.ws-panel-left.ws-panel-y > #inner_container > .ws-top-bar > ul {
  flex-direction: row-reverse;
}
.ws-panel-y > #inner_container > .cards-container {
  flex-direction: column !important;
  height: 100%;
  padding-top: 50px;
}
.ws-panel-open {
  max-width: 224px;
}
.ws-panel-close {
  max-width: 108px;
}
.ws-panel-right
  > #inner_container
  > .cards-container
  > .plus-container
  > .plus-card-close {
  margin-right: 14px;
}
.ws-panel-left
  > #inner_container
  > .cards-container
  > .scrolling-wrapper
  > .ws-card-close {
  margin-left: 25px;
}
.ws-panel-x
  > #inner_container
  > .cards-container
  > .scrolling-wrapper
  > .ws-card {
  margin-left: 1rem;
  margin-right: 1rem;
}
.ws-panel-right
  > #inner_container
  > .cards-container
  > .scrolling-wrapper
  > .ws-card-close {
  transform: rotate(90deg) translate(70px, 61px);
}
.ws-panel-y
  > #inner_container
  > .cards-container
  > .plus-container
  > .plus-card-open {
  height: 76px !important;
  width: 100%;
}
.ws-panel-x .plus-card {
  height: 100%;
}
.plus-card-open {
  margin-left: auto;
  margin-right: auto;
}
.plus-card > .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plus-card-close {
  /* margin-right: 15px; */
  line-height: none;
}
.plus-card {
  /* margin-left: auto;
  margin-right: auto; */
  margin-bottom: 10px;
  position: relative;
  width: 76px;
}
.lock:focus {
  color: red;
}
.scrolling-card {
  display: inline-block;
}
.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}
.h-0 {
  height: 0px;
}
.m-bot-1 {
  margin-bottom: 1rem !important;
}
.focus-none:focus {
  box-shadow: none;
}
.dark {
  color: var(--bs-dark);
}
.hover-bar {
  position: fixed;
  padding: 3px;
  display: flex;
  z-index: 1040;
  border-radius: 30px;
  width: auto;
}
.hover-bar-x {
  height: 20px;
  height: 10px;
  width: 30%;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  left: 0;
  right: 0;
}
.hover-bar-bottom {
  bottom: 0;
}
.hover-bar-left {
  left: 0;
}
.hover-bar-right {
  right: 0;
}
.hover-bar-top {
  top: 0;
}
.hover-bar-y {
  top: 0;
  bottom: 0;
  width: 20px;
  width: 10px;
  height: 30%;
  min-height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.ws-top-bar {
  padding: 0;
  position: absolute;
}
.move-icon {
  cursor: grabbing;
}
.image {
  height: 0;
}
.image-open {
  height: 140px;
}
.image-close {
  height: 0px;
}
ul {
  padding: 0px;
}
.nav-menu-x > nav > div > .nav-list > li > .dropdown-menu-end {
  left: 0 !important;
  right: auto !important;
}
.nav-menu-x > nav > div > .nav-list > li > .dropdown-menu-start {
  left: 0 !important;
  right: auto !important;
}
.sidebar {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1050;
  overflow-x: hidden;
  width: 280px;
}
.sidebar-left-close {
  left: -280px;
}
.sidebar-left-open {
  left: 0px;
}
.sidebar-left-menu-close {
  left: -280px;
}
.sidebar-left-menu-open {
  left: var(--nav-width);
}
.sidebar-right-close {
  right: -280px;
}
.sidebar-right-open {
  right: 0px;
}
.sidebar-right-menu-close {
  right: -280px;
}
.sidebar-right-menu-open {
  right: var(--nav-width);
}
#sidebar > #profile_dropdown > a {
  flex-direction: row-reverse;
}
.sidebar-left {
  left: -280px;
}
.sidebar-right {
  right: -280px;
}
.sidebar-top-menu {
  top: var(--nav-height) !important;
}
.sidebar-bottom-menu {
  bottom: var(--nav-height) !important;
}
.profile-sidebar {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1050;
  overflow-x: hidden;
  width: 400px;
}
.profile-sidebar-left-close {
  left: -400px;
}
.profile-sidebar-left-open {
  left: 0px;
}
.profile-sidebar-left-menu-close {
  left: -400px;
}
.profile-sidebar-left-menu-open {
  left: var(--nav-width);
}
.profile-sidebar-right-close {
  right: -400px;
}
.profile-sidebar-right-open {
  right: 0px;
}
.profile-sidebar-right-menu-close {
  right: -400px;
}
.profile-sidebar-right-menu-open {
  right: var(--nav-width);
}
.profile-sidebar-left {
  left: -400px;
}
.profile-sidebar-right {
  right: -400px;
}
.profile-sidebar-top-menu {
  top: var(--nav-height) !important;
}
.profile-sidebar-bottom-menu {
  bottom: var(--nav-height) !important;
}
.card-tools-bar {
  width: 100%;
}
.module-card-tools-bar {
  width: 100%;
}
.move-card {
  float: left;
  box-shadow: 1px 1px 3px gray;
  padding: 0.25rem;
}
.remove-card {
  float: right;
  box-shadow: -1px 1px 3px gray;
  padding: 0.25rem;
}
.card-body {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}
/* .card-tools-bar {
  display: none;
} */
.card-tools-bar-show {
  display: block;
}
.workspace-area {
  position: fixed;
  left: 50px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: -5px;
  width: calc(100% - 3rem);
}
/* .workspace-area ::-webkit-scrollbar {
  display: none;
} */
.workspace-area-left-menu {
  left: var(--nav-width);
}
.workspace-area-right-menu {
  right: var(--nav-width);
}
.workspace-area-top-menu {
  top: var(--nav-height);
}
.workspace-area-bottom-menu {
  bottom: calc(var(--nav-height));
}
.workspace-area-left-ws {
  left: var(--ws-width);
}
.workspace-area-right-ws {
  right: var(--ws-width);
}
.workspace-area-top-ws {
  top: calc(var(--ws-height));
}
.workspace-area-bottom-ws {
  bottom: calc(var(--ws-height));
}
.workspace-area-bottom-ws-hidden {
  bottom: 10px;
}
.workspace-area-left-ws-locked {
  left: var(--ws-width-locked);
}
.workspace-area-right-ws-locked {
  right: var(--ws-width-locked);
}
.workspace-area-top-ws-locked {
  top: calc(var(--ws-height-locked));
}
.workspace-area-bottom-ws-locked {
  bottom: calc(var(--ws-height-locked));
}
.workspace-area-left-full {
  left: calc(var(--nav-width) + var(--ws-width));
}
.workspace-area-right-full {
  right: calc(var(--nav-width) + var(--ws-width));
}
.workspace-area-top-full {
  top: calc(var(--nav-height) + var(--ws-height));
}
.workspace-area-bottom-full {
  bottom: calc(var(--nav-height) + var(--ws-height));
}
.workspace-area-left-full-locked {
  left: calc(var(--nav-width) + var(--ws-width-locked));
}
.workspace-area-right-full-locked {
  right: calc(var(--nav-width) + var(--ws-width-locked));
}
.workspace-area-top-full-locked {
  top: calc(var(--nav-height) + var(--ws-height-locked));
}
.workspace-area-bottom-full-locked {
  bottom: calc(var(--nav-height) + var(--ws-height-locked));
}
/* .icon-wifi-signal {
  color: var(--bs-success) !important;
} */
.nav-menu-y > #navbar > .edit-mode {
  position: absolute;
  bottom: 155px;
}
.nav-menu-y > #navbar > .edit-mode > ul {
  flex-direction: column;
}
.edit-mode {
  overflow: hidden;
}
.edit-mode-active-x {
  width: 100%;
}
.edit-mode-inactive-x {
  width: 0px;
}
.edit-mode-active-y {
  height: 260px;
}
.edit-mode-inactive-y {
  height: 0px;
}
.e-header-text > i:hover {
  cursor: pointer;
}
.alert {
  display: none;
}
.sidebar > div ::-webkit-scrollbar {
  display: none;
}
.expand-panel {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  z-index: 1001 !important;
}
.expand-panel .minimap_temp {
  width: auto !important;
}
.icon-2x {
  /* font-size: 30px; */
}
.icon-lg {
  font-size: 20px;
}
#add_panel {
  display: none;
}
.active-layout-shape {
  border-width: 3px;
  border-color: var(--btn-color) !important;
}
.tooltip-arrow {
  display: none !important;
}
.btn-toggle::before {
  content: none !important;
}
.panel-container:hover {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.nav-menu-x > #navbar {
  max-height: var(--nav-height);
}
.z-index-5 {
  z-index: 5;
}
.z-index-10 {
  z-index: 10;
}
.z-index-15 {
  z-index: 15;
}
#loading {
  position: fixed;
  inset: 0;
  background-color: rgb(255, 255, 255);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading {
  position: absolute;
  inset: 0;
  background-color: rgb(255, 255, 255);
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-related {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.grid-stack {
  position: unset;
}
.e-toolbar .e-toolbar-items {
  height: auto;
}
.ws-panel-y #left_scroll,
.ws-panel-y #right_scroll {
  transform: rotate(90deg);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes image-in {
  from {
    height: 0px;
  }
  to {
    height: 140px;
  }
}
@keyframes image-out {
  from {
    height: 140px;
  }
  to {
    height: 0px;
  }
}
/* @keyframes plus-card-in {
  from {
    height: 76px;
  }
  to {
    height: 224px;
  }
}
@keyframes plus-card-out {
  from {
    height: 224px;
  }
  to {
    height: 76px;
  }
} */
@keyframes ws-panel-in {
  from {
    max-width: 108px;
  }
  to {
    max-width: 224px;
  }
}
@keyframes ws-panel-out {
  from {
    max-width: 224px;
  }
  to {
    max-width: 108px;
  }
}
@keyframes ws-card-in-right {
  from {
    transform: rotate(90deg) translate(70px, 61px);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes ws-card-out-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg) translate(70px, 61px);
  }
}
@keyframes ws-card-in-left {
  from {
    transform: rotate(90deg) translate(70px, 80px);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes ws-card-out-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg) translate(70px, 80px);
  }
}
@keyframes ws-card-hover-in {
  from {
    top: 0px;
  }
  to {
    box-shadow: 0px 6px 5px -1px darkgrey;
  }
}
@keyframes ws-card-hover-out {
  from {
    box-shadow: 0px 6px 5px -1px darkgrey;
  }
  to {
    top: 0px;
  }
}
@keyframes sidebar-left-in {
  from {
    left: -280px;
  }
  to {
    left: 0px;
  }
}
@keyframes sidebar-left-out {
  from {
    left: 0px;
  }
  to {
    left: -280px;
  }
}
@keyframes sidebar-left-menu-in {
  from {
    left: -280px;
  }
  to {
    left: var(--nav-width);
  }
}
@keyframes sidebar-left-menu-out {
  from {
    left: var(--nav-width);
  }
  to {
    left: -280px;
  }
}
@keyframes sidebar-right-in {
  from {
    right: -280px;
  }
  to {
    right: 0px;
  }
}
@keyframes sidebar-right-out {
  from {
    right: 0px;
  }
  to {
    right: -280px;
  }
}
@keyframes sidebar-right-menu-in {
  from {
    right: -280px;
  }
  to {
    right: var(--nav-width);
  }
}
@keyframes sidebar-right-menu-out {
  from {
    right: var(--nav-width);
  }
  to {
    right: -280px;
  }
}
@keyframes profile-sidebar-left-in {
  from {
    left: -400px;
  }
  to {
    left: 0px;
  }
}
@keyframes profile-sidebar-left-out {
  from {
    left: 0px;
  }
  to {
    left: -400px;
  }
}
@keyframes profile-sidebar-left-menu-in {
  from {
    left: -400px;
  }
  to {
    left: var(--nav-width);
  }
}
@keyframes profile-sidebar-left-menu-out {
  from {
    left: var(--nav-width);
  }
  to {
    left: -400px;
  }
}
@keyframes profile-sidebar-right-in {
  from {
    right: -400px;
  }
  to {
    right: 0px;
  }
}
@keyframes profile-sidebar-right-out {
  from {
    right: 0px;
  }
  to {
    right: -400px;
  }
}
@keyframes profile-sidebar-right-menu-in {
  from {
    right: -400px;
  }
  to {
    right: var(--nav-width);
  }
}
@keyframes profile-sidebar-right-menu-out {
  from {
    right: var(--nav-width);
  }
  to {
    right: -400px;
  }
}
@keyframes edit-mode-x-in {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
@keyframes edit-mode-x-out {
  from {
    width: 100%;
  }
  to {
    width: 0px;
  }
}
@keyframes edit-mode-y-in {
  from {
    height: 0px;
  }
  to {
    height: 260px;
  }
}
@keyframes edit-mode-y-out {
  from {
    height: 260px;
  }
  to {
    height: 0px;
  }
}
.shadow-none.input-group-text.magnifying-glass-search {
  border-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background: transparent;
  position: absolute;
  right: -3px;
}
.modal-list-div.bg-light,
.modal-list-div.bg-dark {
  border-right-color: transparent;
}
.offline_color {
  color: #989899fe !important;
}
.moving_color {
  color: #73be88fe !important;
}
.idling_color {
  color: #f2b219fe !important;
}
.parking_color {
  color: #3f7cc0fe !important;
}
.blocked_color {
  color: #df5959fe !important;
}
.notconnected_color {
  color: #484e5dfe !important;
}
.side_menu_item {
  cursor: pointer;
}
.ol-control {
  position: absolute;
  top: 49px;
  left: 4px;
}
.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 2.375em;
  width: 2.375em;
  line-height: 0.4em;
  background-color: #003c8880;
  border: none;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.sidebar_content {
  height: calc(100vh - 148px);
}
#device_detail {
  direction: ltr;
}
.circular-stop-start-icon-tracking {
  position: relative;
  top: 26px;
  font-size: 10px !important;
  width: 0px;
  height: 0px;
  right: 7px;
}
.maintenance_delay {
  background-color: indianred !important;
}
.maintenance_waiting {
  background-color: lightgoldenrodyellow !important;
}
.truck-card-on-map.bg-light,
.truck-card-on-map.bg-dark {
  direction: ltr;
}
/* .icons-bar-in-car-card{
  border-left: 1px solid #d3d2d254;
  padding-left: 11px;
} */
.weight-view,
.humidity-view,
.temperature-view,
.speed-view {
  direction: rtl;
}
.minimap_option .dropdown.dropup {
  -webkit-transform: inherit;
  margin-left: inherit;
}
.minimap_option .dropdown.dropup > .table-responsive.dropdown-menu.show {
  -webkit-transform: inherit;
  inset: auto auto 0px 0px;
}
.lists-div.e-grid {
  overflow-y: hidden !important;
}
/* .car-odometer {
  position: absolute;
  top: -39px;
  right: 2px;
}
@media only screen and (min-width: 1370px) and (max-width: 1605px) {
  .car-odometer {
    position: absolute;
    top: -113px;
    right: 2px;
  }
} */
/* .obj-odo.speed-odomter {
  width: 250px;
  height: 230px;
  position: absolute;
  top: 336px;
  display: block;
  border-radius: 50%;
  left: 74px;
}
.bg-odomter {
  padding: 5px;
  background: url(assets/img/tracking-vecta.svg);
  width: 300px;
  height: 931px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.obj-odo.coordinates {
  background: white;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 126px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  right: 67px;
}
.obj-odo.date-time {
  background: white;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 213px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  right: 31px;
}
.obj-odo.driver-name {
  background: white;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 293px;
  display: block;
  border-radius: 50%;
  border: 1px solid;
  right: 29px;
}
.obj-odo.object-ingnition {
  width: 32px;
  height: 32px;
  background-color: white;
  position: absolute;
  top: 341px;
  display: block;
  border-radius: 50%;
  right: 5px;

  border: 1px solid;
}

.obj-odo.satalaites {
  background: white;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 552px;
  display: block;
  border-radius: 50%;
  border: 1px solid;
  right: 29px;
}
.obj-odo.grid-menu {
  width: 32px;
  height: 32px;
  background-color: white;
  position: absolute;
  top: 523px;
  display: block;
  border-radius: 50%;
  right: 5px;
  border: 1px solid;
}
.obj-odo.navigation {
  background: white;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 618px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  right: 35px;
}
.obj-odo.events {
  background: white;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 692px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  right: 60px;
} */
.apply-Grid-Btn {
  position: absolute;
  bottom: 0px;
}

.rag-red {
  background-color: lightcoral;
}
.rag-green {
  background-color: lightgreen;
}
.rag-amber {
  background-color: lightsalmon;
}

.rag-red-outer .rag-element {
  background-color: #f08080;
}

.rag-green-outer .rag-element {
  background-color: #90ee90;
}

.rag-amber-outer .rag-element {
  background-color: #ffa07a;
}
.sizing-box-bar {
  height: 20px;
  width: 17px;
}

.signal-bars {
  display: inline-block;
  position: absolute;
  top: 65px;
  left: 1px;
}

.signal-bars .bar {
  width: 18%;
  min-height: 20%;
  display: inline-block;
}
.signal-bars .bar.first-bar {
  height: 20%;
}
.signal-bars .bar.second-bar {
  height: 40%;
}
.signal-bars .bar.third-bar {
  height: 60%;
}
.signal-bars .bar.fourth-bar {
  height: 80%;
}
.signal-bars .bar.fifth-bar {
  height: 99%;
}

.good .bar {
  background-color: #16a085;
  border: thin solid darken(#16a085, 7%);
}
.bad .bar {
  background-color: #e74c3c;
  border: thin solid darken(#e74c3c, 20%);
}
.ok .bar {
  background-color: #f1c40f;
  border: thin solid darken(#f1c40f, 7%);
}

.four-bars .bar.fifth-bar,
.three-bars .bar.fifth-bar,
.three-bars .bar.fourth-bar,
.one-bar .bar:not(.first-bar),
.two-bars .bar:not(.first-bar):not(.second-bar) {
  background-color: #9c958e;
  border: thin solid #9c958e;
}
.moving-grid-color {
  background-color: #73be88fe !important;
  color: var(--white-bg) !important;
}
.Idiling-grid-color {
  background-color: #f2b219fe !important;
  color: var(--white-bg) !important;
}
.parking-grid-color {
  background-color: #3f7cc0fe !important;
  color: var(--white-bg) !important;
}
.parking-grid-color a {
  color: #00008c;
}
@font-face {
  font-family: "digital-7";
  src: url("digital-7.ttf");
}
#time-clock {
  /* font-family: "digital-7", sans-serif !important;
  font-size: 27px;
  text-align: center;
  text-shadow: 0px 0px 20px;
  color: white !important;
  position: relative;
  bottom: 5px;
  right: 5px; */
}
.xy-Draw-sensors {
  width: 174px;
  top: -38px;
  position: relative;
  left: 128px;
}
.GFG-Draw-sensors {
  border: 2px solid #409fd7;
  width: 100%;
  transform: scaleY(-1);
  background-size: 124px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  max-width: 362px;
  max-height: 152px;
}
.mode_switch-mobile {
  display: none !important;
}
.ag-filter-element {
  min-width: 338px;
}
/* Style for the dropdown content */
.command-dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--white-bg);
  box-shadow: 0px 0px 6px var(--light-btn-shadow);
  z-index: 1;
  border-radius: 10px !important;
  left: 50%;
  bottom: 10%;
  padding: 10px;
}

/* Style for individual dropdown items */
.command-dropdown-content a {
  color: var(--btn-color) !important;
  padding: 7px 15px;
  text-decoration: none;
  display: block;
  height: 35px;
}

/* Hover effect for dropdown items */
.command-dropdown-content a:hover {
  background-color: #dddddd75;
  border-radius: 10px;
}
.command-dropdown-content-map {
  display: none;
  position: absolute;
  background-color: var(--white-bg);
  box-shadow: 0px 0px 6px var(--light-btn-shadow);
  z-index: 1;
  border-radius: 10px !important;
  left: 50%;
  bottom: 30%;
  padding: 10px;
}

/* Style for individual dropdown items */
.command-dropdown-content-map a {
  color: var(--btn-color) !important;
  padding: 7px 15px;
  text-decoration: none;
  display: block;
  height: 35px;
}

/* Hover effect for dropdown items */
.command-dropdown-content-map a:hover {
  background-color: #dddddd75;
  border-radius: 10px;
}
.command-dropdown-content-map i {
  padding-left: 12px;
}
#defaultLayout_36 {
  height: 100vh;
}
.e-chips-close {
  display: none !important;
}
/* Custom Dropdown */
.all-custom-popup.filter-card {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  background-color: white;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0px 0px 6px var(--light-btn-shadow);
  border: 1px solid var(--light-border-color);
  border-radius: 10px;
}
.all-custom-popup.filter-card.slider-popup {
  width: 365px;
}
.all-custom-popup.filter-card .filter-card-footer {
  width: 100%;
  gap: 30px;
  padding-top: 15px;
  border-top: 1px solid var(--light-border-color);
  display: flex;
  justify-content: flex-end;
}
.all-custom-popup.filter-card .filter-card-footer .clear-btn {
  background-color: var(--icons);
  font-size: 12px;
}
.all-custom-popup.filter-card .filter-card-footer .apply-btn {
  background-color: var(--btn-color);
  font-size: 12px;
}
.all-custom-popup.filter-card .filter-card-footer .clear-btn,
.all-custom-popup.filter-card .filter-card-footer .apply-btn {
  width: 90px;
  height: 34px;
  box-shadow: 0px 0px 6px var(--light-btn-shadow);
  border-radius: 7px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  color: var(--white-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}
.all-custom-popup .filter-selection {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.all-custom-popup .filter-selection-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.all-custom-popup .overflow {
  overflow-y: auto;
  height: 135px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.all-custom-popup .filter-selection .filter-selection-boxes {
  display: flex;
  flex-direction: column;
}
.all-custom-popup
  .filter-selection
  .filter-selection-boxes
  .filter-selection-box {
  display: flex;
  align-items: center;
}

.all-custom-popup
  .filter-selection
  .filter-selection-boxes
  input[type="checkbox"],
.text-filter-checkbox {
  --webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid var(--icons);
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all-custom-popup
  .filter-selection
  .filter-selection-boxes
  input[type="checkbox"]:checked,
.text-filter-checkbox:checked {
  background-color: var(--white-bg);
  background-image: url("../../modules/C_28_028_NWTBLMDL/assets/checkboxChecked.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  border: none;
}
.all-custom-popup.filter-card
  .filter-selection
  .filter-selection-container
  .filter-selection-boxes
  .searchbar {
  height: 40px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.all-custom-popup .filter-selection .filter-selection-boxes .searchbar input {
  padding-left: 50px;
  color: var(--btn-color);
  border-radius: 10px;
}
.all-custom-popup
  .filter-selection
  .filter-selection-boxes
  .searchbar
  input::placeholder {
  color: var(--icons);
}
.all-custom-popup
  .filter-selection
  .filter-selection-boxes
  .searchbar
  .form-control {
  border: 1px solid var(--light-border-color);
}
.all-custom-popup .filter-selection .filter-selection-boxes .search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.all-custom-popup
  .filter-selection
  .filter-selection-boxes
  .searchbar
  input:focus
  + .search-icon
  i {
  color: var(--btn-color);
}

.all-custom-popup .filter-selection .filter-selection-boxes label,
.text-filter-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--lh1);
  margin-right: 10px;
}
.all-custom-popup .filter-selection .filter-selection-boxes p {
  font-size: 14px;
  font-weight: 400;
  color: var(--icons);
}
.d-d-m-label {
  background-color: var(--white-bg) !important;
  border: 1px solid var(--light-border-color) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: var(--lh1);
  height: 35px !important;
  padding: 4px 12px !important;
}
.d-d-m-label i.icon-down-arrow-3 {
  font-size: 12px;
  padding: 8px 0px;
}
/* @media (max-width: 1366px) and (max-height: 1768px) {
  html {
    zoom: 0.8;
  }
} */

/* Zoom level remains 100% for 1920x1080 resolution */
/* @media (min-width: 1920px) and (min-height: 1080px) {
  html {
    zoom: 1;
  }
} */

.genral-search-list {
  color: rgb(183, 183, 183);
  font-size: 1rem;
  position: relative;
  bottom: 67%;
  left: 5%;
  width: 20px;
}
.list-btn-mobile {
  display: none !important;
}
.rp-action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.rp-action-buttons .rp-action-button {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  box-shadow: 0px 0px 6px #00000029;
  border: 0.5px solid var(--color-6);
  background-color: var(--white);
  border-radius: 10px;
}
.rp-action-buttons .rp-action-button span {
  color: var(--color-1);
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
.rp-action-buttons .rp-action-button:hover {
  cursor: pointer;
  background-color: var(--color-2);
  color: var(--white);
}
.rp-action-buttons .rp-action-button:hover i,
.rp-action-buttons .rp-action-button:hover span {
  color: var(--white) !important;
}
