@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

/*
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*/

@font-face {
    font-family: "remixicon";
    src: url(214bb72c9a633fc3cf3ce9156c2cb212.eot); /* IE9*/
    src: url(214bb72c9a633fc3cf3ce9156c2cb212.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(c7603c74914a35e364471b41a15a4c9b.woff2) format("woff2"),
    url(277eb0284224a6afd47297bbf8c0c192.woff) format("woff"),
    url(94531fc66f457080ab512cde798e618f.ttf) format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url(fff4059ea68c531ccbfedacb0fbc9813.svg#remixicon) format('svg'); /* iOS 4.1- */
    font-display: swap;
}

[class^="ri-"], [class*="ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.touchtrack-dashboard-wrapper .ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.touchtrack-dashboard-wrapper .ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.touchtrack-dashboard-wrapper .ri-xxs { font-size: .5em; }
.touchtrack-dashboard-wrapper .ri-xs { font-size: .75em; }
.touchtrack-dashboard-wrapper .ri-sm { font-size: .875em }
.touchtrack-dashboard-wrapper .ri-1x { font-size: 1em; }
.touchtrack-dashboard-wrapper .ri-2x { font-size: 2em; }
.touchtrack-dashboard-wrapper .ri-3x { font-size: 3em; }
.touchtrack-dashboard-wrapper .ri-4x { font-size: 4em; }
.touchtrack-dashboard-wrapper .ri-5x { font-size: 5em; }
.touchtrack-dashboard-wrapper .ri-6x { font-size: 6em; }
.touchtrack-dashboard-wrapper .ri-7x { font-size: 7em; }
.touchtrack-dashboard-wrapper .ri-8x { font-size: 8em; }
.touchtrack-dashboard-wrapper .ri-9x { font-size: 9em; }
.touchtrack-dashboard-wrapper .ri-10x { font-size: 10em; }
.touchtrack-dashboard-wrapper .ri-fw { text-align: center; width: 1.25em; }

.touchtrack-dashboard-wrapper .ri-bar-chart-2-fill:before { content: "\ea95"; }
.touchtrack-dashboard-wrapper .ri-shopping-cart-fill:before { content: "\f11f"; }
.touchtrack-dashboard-wrapper .ri-ink-bottle-fill:before { content: "\ee5c"; }
.touchtrack-dashboard-wrapper .ri-book-2-fill:before { content: "\ead2"; }
.touchtrack-dashboard-wrapper .ri-calendar-fill:before { content: "\eb26"; }
.touchtrack-dashboard-wrapper .ri-global-fill:before { content: "\edce"; }
.touchtrack-dashboard-wrapper .ri-service-fill:before { content: "\f0e1"; }
.touchtrack-dashboard-wrapper .ri-menu-line:before { content: "\ef3e"; }
.touchtrack-dashboard-wrapper .ri-vip-diamond-fill:before { content: "\f28f"; }
.touchtrack-dashboard-wrapper .ri-arrow-left-s-line:before { content: "\ea64"; }
.touchtrack-dashboard-wrapper .ri-github-fill:before { content: "\edca"; }
.touchtrack-dashboard-wrapper .ri-twitter-fill:before { content: "\f23a"; }
.touchtrack-dashboard-wrapper .ri-linkedin-box-fill:before { content: "\eeb3"; }
.touchtrack-dashboard-wrapper .ri-codepen-fill:before { content: "\ebaf"; }

.touchtrack-dashboard-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
}
.touchtrack-dashboard-wrapper .has-sidebar {
  flex-direction: row;
}
.touchtrack-dashboard-wrapper .header {
  transition: width, 0.3s;
  height: 64px;
  min-height: 64px;
  position: relative;
}
.touchtrack-dashboard-wrapper .sidebar {
  width: 250px;
  min-width: 250px;
  transition: width, left, right, 0.3s;
  background-color: #ffffff;
}
.touchtrack-dashboard-wrapper .sidebar.collapsed {
  width: 90px;
  min-width: 90px;
}
@media (max-width: 480px) {
.touchtrack-dashboard-wrapper .sidebar.break-point-xs {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-xs.collapsed {
    left: -80px;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-xs.toggled {
    left: 0;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-xs.toggled ~ .overlay {
    display: block;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-xs ~ .touchtrack-dashboard-wrapper .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 576px) {
.touchtrack-dashboard-wrapper .sidebar.break-point-sm {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-sm.collapsed {
    left: -80px;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-sm.toggled {
    left: 0;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-sm.toggled ~ .overlay {
    display: block;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-sm ~ .touchtrack-dashboard-wrapper .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 768px) {
.touchtrack-dashboard-wrapper .sidebar.break-point-md {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-md.collapsed {
    left: -80px;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-md.toggled {
    left: 0;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-md.toggled ~ .overlay {
    display: block;
  }
 .touchtrack-dashboard-wrapper .sidebar.break-point-md ~ .touchtrack-dashboard-wrapper .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 992px) {
  .touchtrack-dashboard-wrapper .sidebar.break-point-lg {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
 .touchtrack-dashboard-wrapper .sidebar.break-point-lg.collapsed {
    left: -80px;
  }
 .touchtrack-dashboard-wrapper .sidebar.break-point-lg.toggled {
    left: 0;
  }
 .touchtrack-dashboard-wrapper .sidebar.break-point-lg.toggled ~ .overlay {
    display: block;
  }
 .touchtrack-dashboard-wrapper .sidebar.break-point-lg ~ .touchtrack-dashboard-wrapper .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 1200px) {
 .touchtrack-dashboard-wrapper .sidebar.break-point-xl {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
 .touchtrack-dashboard-wrapper .sidebar.break-point-xl.collapsed {
    left: -80px;
  }
.touchtrack-dashboard-wrapper .sidebar.break-point-xl.toggled {
    left: 0;
  }
 .touchtrack-dashboard-wrapper .sidebar.break-point-xl.toggled ~ .overlay {
    display: block;
  }
 .touchtrack-dashboard-wrapper .sidebar.break-point-xl ~ .touchtrack-dashboard-wrapper .header {
    width: 100% !important;
    transition: none;
  }
}
@media (max-width: 1600px) {
  .touchtrack-dashboard-wrapper .sidebar.break-point-xxl {
    position: fixed;
    left: -250px;
    height: 100%;
    top: 0;
    z-index: 100;
  }
  .touchtrack-dashboard-wrapper .sidebar.break-point-xxl.collapsed {
    left: -80px;
  }
  .touchtrack-dashboard-wrapper .sidebar.break-point-xxl.toggled {
    left: 0;
  }
  .touchtrack-dashboard-wrapper .sidebar.break-point-xxl.toggled ~ .overlay {
    display: block;
  }
  .touchtrack-dashboard-wrapper .sidebar.break-point-xxl ~ .touchtrack-dashboard-wrapper .header {
    width: 100% !important;
    transition: none;
  }
}
.touchtrack-dashboard-wrapper .footer {
  height: 64px;
  min-height: 64px;
}
.touchtrack-dashboard-wrapper .content {
  flex-grow: 1;
}
.touchtrack-dashboard-wrapper .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;
}
.touchtrack-dashboard-wrapper .sidebar-toggler {
  display: none;
}
@media (max-width: 480px) {
 .touchtrack-dashboard-wrapper .sidebar-toggler.break-point-xs {
    display: initial;
  }
}
@media (max-width: 576px) {
 .touchtrack-dashboard-wrapper .sidebar-toggler.break-point-sm {
    display: initial;
  }
}
@media (max-width: 768px) {
  .touchtrack-dashboard-wrapper .sidebar-toggler.break-point-md {
    display: initial;
  }
}
@media (max-width: 992px) {
 .touchtrack-dashboard-wrapper .sidebar-toggler.break-point-lg {
    display: initial;
  }
}
@media (max-width: 1200px) {
  .touchtrack-dashboard-wrapper .sidebar-toggler.break-point-xl {
    display: initial;
  }
}
@media (max-width: 1600px) {
  .touchtrack-dashboard-wrapper .sidebar-toggler.break-point-xxl {
    display: initial;
  }
}
.touchtrack-dashboard-wrapper .fixed-sidebar {
  height: 100%;
  margin: 80px 0 0 0;
}
.touchtrack-dashboard-wrapper .fixed-sidebar .sidebar {

  overflow: auto;
}
.touchtrack-dashboard-wrapper .fixed-sidebar .sidebar ~ .touchtrack-dashboard-wrapper {
  height: 100%;
  overflow: auto;
}
.touchtrack-dashboard-wrapper .fixed-header .header {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.touchtrack-dashboard-wrapper .fixed-header .header ~ .touchtrack-dashboard-wrapper,
.touchtrack-dashboard-wrapper .fixed-header .header ~ .content {
  margin-top: 64px;
}
.touchtrack-dashboard-wrapper .fixed-header.fixed-sidebar .header {
  width: calc(100% - 250px);
}
.touchtrack-dashboard-wrapper .fixed-header.fixed-sidebar .sidebar.collapsed ~ .touchtrack-dashboard-wrapper .header {
  width: calc(100% - 80px);
}
.touchtrack-dashboard-wrapper .rtl {
  direction: rtl;
}
@media (max-width: 480px) {
 .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-xs {
    left: auto;
    right: -250px;
  }
  .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-xs.collapsed {
    left: auto;
    right: -80px;
  }
.touchtrack-dashboard-wrapper .rtl .sidebar.break-point-xs.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 576px) {
  .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-sm {
    left: auto;
    right: -250px;
  }
.touchtrack-dashboard-wrapper .rtl .sidebar.break-point-sm.collapsed {
    left: auto;
    right: -80px;
  }
 .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-sm.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-md {
    left: auto;
    right: -250px;
  }
 .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-md.collapsed {
    left: auto;
    right: -80px;
  }
  .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-md.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) {
  .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-lg {
    left: auto;
    right: -250px;
  }
 .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-lg.collapsed {
    left: auto;
    right: -80px;
  }
  .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-lg.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-xl {
    left: auto;
    right: -250px;
  }
 .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-xl.collapsed {
    left: auto;
    right: -80px;
  }
 .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-xl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1600px) {
  .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-xxl {
    left: auto;
    right: -250px;
  }
 .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-xxl.collapsed {
    left: auto;
    right: -80px;
  }
 .touchtrack-dashboard-wrapper .rtl .sidebar.break-point-xxl.toggled {
    left: auto;
    right: 0;
  }
}

.touchtrack-dashboard-wrapper {
  z-index: 1;
}
.touchtrack-dashboard-wrapper .header {
  display: flex;
  align-items: center;
  padding: 20px;
}
.touchtrack-dashboard-wrapper .content {
  padding: 5px 30px;
  display: flex;
  flex-direction: column;
}
.touchtrack-dashboard-wrapper .footer {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 20px;
}

.touchtrack-dashboard-wrapper .sidebar {
  color: #7d84ab;
  position: relative;

  overflow: hidden !important;
}
.touchtrack-dashboard-wrapper .sidebar .image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.touchtrack-dashboard-wrapper .sidebar .image-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*.sidebar.has-bg-image .sidebar-layout {
  background-color: #fcfcfc;
}*/
.touchtrack-dashboard-wrapper .sidebar.has-bg-image .image-wrapper {
  display: block;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-layout {

  /*min-height: 88vh;*/
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #F7F8FF;
  border:1px solid rgba(156, 175, 222, 0.7);
  z-index: 2;
  margin:15px 7px 0 7px;
  border-radius: 0.9rem;
  height: 90vh;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-layout::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-layout:hover::-webkit-scrollbar-thumb {
  background-color: #1a4173;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-layout::-webkit-scrollbar {
  width: 6px;
  background-color: #0c1e35;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-layout .sidebar-header {
  height: 100px;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-layout .sidebar-header > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-layout .sidebar-content {
  flex-grow: 1;
  padding: 10px 0 0 0;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-layout .sidebar-footer {
  height: 230px;
  min-height: 230px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-layout .sidebar-footer > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
.touchtrack-dashboard-wrapper .sidebar .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-header {
  font-weight: 600;
  padding: 10px 25px;
  font-size: 0.8em;
  letter-spacing: 2px;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  color: #444; transition: all 0.5s ease;
  text-decoration: none;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a .menu-icon {
  font-size: 1.2rem;
  width: 35px;
  min-width: 35px;
  /*height: 35px;*/
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  transition: color 0.3s;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a .menu-icon i {
  display: inline-block;
  font-size: 19px;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a .menu-title {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  transition: color 0.3s;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a .menu-prefix,
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a .menu-suffix {
  display: inline-block;
  padding: 5px;
  opacity: 1;
  transition: opacity 0.3s;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a:hover  {
  color: #3940E4; font-weight: 500; 
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a:hover .menu-title {}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a:hover .menu-icon {
  color: #3940E4;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a:hover .menu-icon i {
  animation: swing ease-in-out 0.5s 1 alternate;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item a:hover::after {
  border-color: #dee2ec !important;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item.sub-menu {
  position: relative;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item.sub-menu > a::after {
  content: "";
  transition: transform 0.3s;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
  padding-left: 20px;
  display: none;
  overflow: hidden;
  z-index: 999;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item.sub-menu.open > a {
  color: #3940E4; background: #;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item.sub-menu.open > a::after {
  transform: rotate(45deg);
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item.active > a  {
  color: #3940E4; background: ;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item.active > a::after {
  border-color: #dee2ec;
}
.touchtrack-dashboard-wrapper .sidebar .menu .menu-item.active > a .menu-icon {
  color: #dee2ec;
}
.touchtrack-dashboard-wrapper .sidebar .menu > ul > .sub-menu > .sub-menu-list {
  background-color: ;
}
.touchtrack-dashboard-wrapper .sidebar .menu.icon-shape-circle .menu-item a .menu-icon, .touchtrack-dashboard-wrapper .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon, .touchtrack-dashboard-wrapper .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
  background-color: #ff0;
}
.touchtrack-dashboard-wrapper .sidebar .menu.icon-shape-circle .menu-item a .menu-icon {
  border-radius: 50%;
}
.touchtrack-dashboard-wrapper .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon {
  border-radius: 4px;
}
.touchtrack-dashboard-wrapper .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
  border-radius: 0;
}
.touchtrack-dashboard-wrapper .sidebar:not(.collapsed) .menu > ul > .menu-item.sub-menu > .sub-menu-list {
  visibility: visible !important;
  position: static !important;
  transform: translate(0, 0) !important;
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .menu > ul > .menu-header {
  opacity: 0;
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .menu > ul > .menu-item > a .menu-prefix,
.touchtrack-dashboard-wrapper .sidebar.collapsed .menu > ul > .menu-item > a .menu-suffix {
  opacity: 0;
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: currentcolor;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a:hover::after {
  background-color: #dee2ec;
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
  transition: none !important;
  width: 200px;
  margin-left: 3px !important;
  border-radius: 4px;
  display: block !important;
  background: #F7F8FF;
  border-top-right-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
  border: 1px solid rgba(156, 175, 222, 0.7);
  top:50px!important;
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .menu > ul > .menu-item.active > a::after {
  background-color: #dee2ec;
}
.touchtrack-dashboard-wrapper .sidebar.has-bg-image .menu.icon-shape-circle .menu-item a .menu-icon, .touchtrack-dashboard-wrapper .sidebar.has-bg-image .menu.icon-shape-rounded .menu-item a .menu-icon, .touchtrack-dashboard-wrapper .sidebar.has-bg-image .menu.icon-shape-square .menu-item a .menu-icon {
  background-color: rgba(11, 26, 44, 0.6);
}
.touchtrack-dashboard-wrapper .sidebar.has-bg-image:not(.collapsed) .menu > ul > .sub-menu > .sub-menu-list {
  background-color: #d7dce8;
}
.touchtrack-dashboard-wrapper .rtl .sidebar .menu .menu-item a .menu-icon {
  margin-left: 10px;
  margin-right: 0;
}
.touchtrack-dashboard-wrapper .rtl .sidebar .menu .menu-item.sub-menu > a::after {
  transform: rotate(135deg);
}
.touchtrack-dashboard-wrapper .rtl .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
  padding-left: 0;
  padding-right: 20px;
}
.touchtrack-dashboard-wrapper .rtl .sidebar .menu .menu-item.sub-menu.open > a::after {
  transform: rotate(45deg);
}
.touchtrack-dashboard-wrapper .rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu a::after {
  right: auto;
  left: 10px;
}
.touchtrack-dashboard-wrapper .rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
  margin-left: -3px !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100vh;

}

a {
  text-decoration: none;
}

@media (max-width: 992px) {
  #btn-collapse {
    display: none;
  }
}
.touchtrack-dashboard-wrapper .sidebar .pro-sidebar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.touchtrack-dashboard-wrapper .sidebar .pro-sidebar-logo > div {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-right: 20px;
  background-color: #ff0;
  border: 1px solid #dddddd; overflow: hidden;
}
.touchtrack-dashboard-wrapper .sidebar .pro-sidebar-logo > h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  color: #323232; font-weight: 600; padding-top: 0.5rem;
}
.touchtrack-dashboard-wrapper .sidebar .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8em;
  padding: 20px 0;
  border-radius: 8px;
  width: 180px;
  min-width: 190px;
  margin: 0 auto;
  background-color: #162d4a;
}
.touchtrack-dashboard-wrapper .sidebar .footer-box img.react-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.touchtrack-dashboard-wrapper .sidebar .footer-box a {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.touchtrack-dashboard-wrapper .sidebar .sidebar-collapser {
  -webkit-transition: left, right, 0.3s;
  transition: left, right, 0.3s;
  position: fixed;
  left: calc(250px - 30px);
  top: 112px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #75ADEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2em;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 111;
  cursor: pointer;
  color: white;
  -webkit-box-shadow: 1px 1px 4px #0c1e35;
  box-shadow: 1px 1px 4px #0c1e35;
}
.touchtrack-dashboard-wrapper .sidebar.has-bg-image .footer-box {
  background-color: rgba(22, 45, 74, 0.7);
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .pro-sidebar-logo > h5 {
  opacity: 0;
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .footer-box {
  display: none;
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .sidebar-collapser {
  left: calc(80px - 20px);
}
.touchtrack-dashboard-wrapper .sidebar.collapsed .sidebar-collapser i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.touchtrack-dashboard-wrapper .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #6c757d;
}
.touchtrack-dashboard-wrapper .badge.primary {
  background-color: #ab2dff;
}
.touchtrack-dashboard-wrapper .badge.secondary {
  background-color: #079b0b;
}

.touchtrack-dashboard-wrapper .sidebar-toggler {
  position: absolute;
  right: 20px;
  top: 20px; font-size: 25px; z-index: 100000;
} 

.touchtrack-dashboard-wrapper .social-links a {
  margin: 0 10px;
  color: #3f4750;
}

.touchtrack-dashboard-wrapper .menu-item.logout{background: #eceef9;   }
/*# sourceMappingURL=main.css.map*/


/* Max Speed CSS */

.maxspeed {

  padding: 16px;
  margin: 20px 0 0 0 !important;
  box-sizing: border-box;
  cursor: pointer;

}

.maxspeed-avgditance {
  text-align: right;
}

.maxspeed-total-fleet {
  text-align: right;
}

.maxspeed-data {
  background: url("../images/Vertical-Lines.png") bottom left;
  background-repeat: no-repeat;
  display: flex;
  padding: 0 0 0 10px;
  position: relative;
}

.vertical-number {
  width: 100%;
}


.maxspeed-avgditance {
  text-align: right;
}

.maxspeed-total-fleet {
  text-align: right;
}

.maxspeed-data {
  margin-top: 0;
}

.max-box {
  /* top: 0; */
  left: 40px;
  border-radius: var(--br-7xs);
  background-color: var(--color-white);
  box-shadow: 0 0 40px rgba(94, 92, 154, 0.06);
  border: 1px solid var(--color-gainsboro-100);
  box-sizing: border-box;
  height: 400px;
}

.vertical-lines-icon {
  top: 105.5px;
  left: 40px;
  width: 100%;
  vertical-align: baseline;
}

.bar-icon {
  vertical-align: bottom;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.speed-numbers p {
  transform: rotate(-90deg);
  transform-origin: 0 0;
  padding: 0px 9px;
  font-size: var(--font-size-xs);
  font-weight: 600;
}

.speed-numbers {
  position: absolute;
  display: flex;
  padding: 0px 50px;
  left: 24px;
  bottom: -10px;
}

.bars {
    display: flex;
    justify-content: start;
    width:100%;
    text-align: center;
    font-size: var(--font-size-xs);
    position: absolute;
    align-items: baseline;
    bottom: -10px;
    justify-content: center;
}

.bar-row span {
  display: inline-block;
}

.bar-row strong {
  /*transform: rotate(-90deg);*/
  display: block;
  /* margin: 10px 8px 0 -3px; */
  margin:0;
  white-space: nowrap;
  position: absolute;
  font-size: 10px;
  color: #8d9fb2;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.bar-row strong.vehicleNum-text {
  margin: 25px 8px 0 -20px;
}
.bar-row strong.vehicleNum-text-2 {
  margin: 25px 8px 0 -20px;
}
.bar-row strong.vehicleNum-text-2 {
  margin: 42px 8px 0 -29px;
}

.vertical-number p {
  padding: 30px 0px 12px 0;
  font-size: var(--font-size-xs);
  font-weight: 600;
  /*border-bottom: 1px solid grey;*/
  margin: 0;
}
.bar-row {
  width:15%;
}
.bar-row span {
  display: inline-block;
}

.prog1,
.prog2,
.prog3,
.prog4,
.prog5,
.prog6,
.prog7,
.prog8,
.prog9,
.prog10,
.prog11,
.prog12 {

  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
}


.divprog-bar1,
.divprog-bar2,
.divprog-bar3,
.divprog-bar4,
.divprog-bar5,
.divprog-bar6,
.divprog-bar7,
.divprog-bar8,
.divprog-bar9,
.divprog-bar10,
.divprog-bar11,
.divprog-bar12 {
  height: 10px;
  border-radius:20px;
  width: 220px;
  transition: 0.4s linear;
  background: #e9ecf7;
  transition-property: width, background-color;
}

.divprog-bar {
  height:10px;
  border-radius:20px;
  width: 160px;
  background: #e9ecf7;
  transition-property: width, background-color;
  margin-left:37px;
}

:root {
  --change2: 0%;
  --change3: 0%;
  --change4: 0%;
  --change5: 0%;
  --change6: 0%;

  --changeMS1: 0%;
  --changeMS2: 0%;
  --changeMS3: 0%;
  --changeMS4: 0%;
  --changeMS5: 0%;
  --changeMS6: 0%;
  --changeMS7: 0%;
  --changeMS8: 0%;
  --changeMS9: 0%;
  --changeMS10: 0%;
  --changeMS11: 0%;
  --changeMS12: 0%;
}
/*:root {
--change2: 7.407407407407407%;
--change3: 11.11111111111111%;
--change4: 0%;
--change5: 81.48148148148148%;
--change6: 82.23684210526316%;
--changeMS1: 34.583333333333336%;
--changeMS2: 2.9166666666666665%;
--changeMS3: 27.916666666666668%;
--changeMS4: 15.416666666666666%;
--changeMS5: 50.833333333333336%;
--changeMS6: 50.833333333333336%;
--changeMS7: 44.166666666666664%;
--changeMS8: 4.166666666666667%;
}*/
.progress-moved .divprog-bar1 {
  width: var(--changeMS1);
  background-color: #868bf8;
  animation: progressAnimation7 6s;
}

@keyframes progressAnimation7 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS1);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar2 {
  width: var(--changeMS2);
  background-color: #868bf8;
  animation: progressAnimation8 6s;
}

@keyframes progressAnimation8 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS2);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar3 {
  width: var(--changeMS3);
  background-color: #868bf8;
  animation: progressAnimation9 6s;
}

@keyframes progressAnimation9 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS3);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar4 {
  width: var(--changeMS4);
  background-color: #868bf8;
  animation: progressAnimation10 6s;
}

@keyframes progressAnimation10 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS4);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar5 {
  width: var(--changeMS5);
  background-color: #868bf8;
  animation: progressAnimation11 6s;
}

@keyframes progressAnimation11 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS5);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar6 {
  width: var(--changeMS6);
  background-color: #868bf8;
  animation: progressAnimation12 6s;
}

@keyframes progressAnimation12 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS6);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar7 {
  width: var(--changeMS7);
  background-color: #868bf8;
  animation: progressAnimation13 6s;
}

@keyframes progressAnimation13 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS7);
    background-color: #868bf8;
  }
}


.progress-moved .divprog-bar8 {
  width: var(--changeMS8);
  background-color: #868bf8;
  animation: progressAnimation14 6s;
}

@keyframes progressAnimation14 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS8);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar9 {
  width: var(--changeMS9);
  background-color: #868bf8;
  animation: progressAnimation15 6s;
}

@keyframes progressAnimation15 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS9);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar10 {
  width: var(--changeMS10);
  background-color: #868bf8;
  animation: progressAnimation16 6s;
}

@keyframes progressAnimation16 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS10);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar11 {
  width: var(--changeMS11);
  background-color: #868bf8;
  animation: progressAnimation17 6s;
}

@keyframes progressAnimation17 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS11);
    background-color: #868bf8;
  }
}

.progress-moved .divprog-bar12 {
  width: var(--changeMS12);
  background-color: #868bf8;
  animation: progressAnimation18 6s;
}

@keyframes progressAnimation18 {
  0% {
    width: 0%;
    background-color: #F7F8FF;
  }

  100% {
    width: var(--changeMS12);
    background-color: #868bf8;
  }
}



.tooltipDiv {
  top: 100%;
  left: 30%;
  margin-top: 10px;
  width: 40%;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4;
  visibility: hidden;
  pointer-events: none;
}

.tooltip:hover + .tooltipDiv {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* .touchtrack-dashboard-wrapper .performanc text {
  fill: #9c9c9c !important;
} */

.myCircle {
  fill: #7563d9;
}
.y-axis line {
  stroke-width:0.1px !important;
}
.y-axis text {
  fill:#5e7c96 !important;
}
.x-axis text {
  fill:#5e7c96 !important;
}

.y-axisperfomance text {
  fill:#a0a0a1 !important;
 
}
.x-axisperfomance text {
  fill:#a0a0a1 !important;
  margin:10px 0 0 0!important;
}
.usageGraphRect1 {
  fill: #c2d3ff !important;

  mix-blend-mode:darken;
}
.usageGraphRect {
  /* fill: #54adff !important; */
  opacity: 1 !important;
}
.touchtrack-dashboard-wrapper .alertPanel .col-4 {
  margin: 0;
}
.xaxisusage path {
  stroke: #f7f7ff !important;
}
.yaxisusage path {
  stroke: #f7f7ff !important;
}
.xaxisusage text {
  fill: #a7a7ac !important;
}
.yaxisusage text {
  fill: #a7a7ac !important;
}



.xaxisusage .tick line{
  stroke: #f7f7ff;
}
.yaxisusage .tick line {
  stroke: #f7f7ff;
}
.xaxisusage .tick:first-child {
  transform: translate(45px,0) !important;
}
.xaxisusage .tick:nth-child(2) {
  transform: translate(48px,0) !important;
}

.xaxisusage .tick:nth-child(3) {
  transform: translate(148px,0) !important;
}
.xaxisusage .tick:nth-child(4) {
  transform: translate(245px,0) !important;
}
.xaxisusage .tick:nth-child(5) {
  transform: translate(343px,0) !important;
}
.xaxisusage .tick:nth-child(6) {
  transform: translate(442px,0) !important;
}


/*  progress bar css*/
.progress-container {
  /*height: 375px;
  overflow-y: scroll;
  padding-right: 10px;*/
}
.progress-container .progress-row {
	display:flex;
  margin:  0 0 20px 0;
}
.progress-container .progressInfo {
	width:100%;
  margin: 0 20px;
}
.progress-container .progress {
	height: 5px;
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #dddddd;
	border-radius: 10px;
	width:100%;
}
.progress-container .progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}
.progress-container span {
	display: block;
	position: relative;
	font-size: 10.5px;
	color:#273240;
	line-height: 17px;
	margin-bottom: 5px;
}
.progress-container .progress-bar {
	text-align: left;
	border-radius: 10px;
	transition-duration: 3s;
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #50C686;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-container .progressCount {
  text-align: center;
  color: #273240;
  font-size: 11px;
}
.progress-container {
  max-height: 300px;
  overflow: auto;
  padding: 0 10px 0 0;
}
.dashboard-mappanel {
  border-radius: 15px;
}
.dashboard-mappanel .x-header {
  background-color: transparent;
  border: 0;
}
.dashboard-mappanel #vehicleGroupCombo, .dashboard-mappanel #mapCombo {
  position: absolute !important;
  top: 16px !important;
  right: 68px !important;
  z-index: 99999;
  display: flex;
}
.dashboard-mappanel #mapCombo {
  position: absolute !important;
  top: 6px !important;
  right: 220px !important;
  z-index: 99999;
  display: flex;
}
.dashboard-mappanel #salesMapCombo {
  position: absolute !important;
  top: 6px !important;
  right: 220px !important;
  z-index: 99999;
  display: flex;
}
.dashboard-mappanel #vehicleGroupCombo .x-field, .dashboard-mappanel #mapCombo .x-field {
  margin: 0 0 0 15px;
}
/*  progress bar css*/

/*  Vehicle State Graph */

.stateBar {
  fill: #3a4f9b; /* Bar color */
}

.stateLine {
  fill: none;
  stroke:url(#line-gradient);/* Line color */
  stroke-width: 3px;
  filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.5)); 

}

.touchtrack-dashboard-wrapper .CustomeMask {
  display: flex;
  align-items: center; /* Vertically center */
  justify-content: center; /* Horizontally center */
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
}

.vehicleState-xaxis path {
  stroke: #f7f7ff !important;
}
.vehicleState-yaxis path {
  stroke: #f7f7ff !important;
}
.vehiclestatgraph .card-body .row {
  margin: 0 0;
}
.touchtrack-dashboard-wrapper .vehiclestatgraph .card-body .row>* {
  padding: 0;
}


.line-shadow {

  /*box-shadow: 0 0 5px 5px red;*/
  fill: none;
  stroke: grey;
  stroke-width: 2;

  /* Add shadow effect using CSS */
  /* filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)); */
}

.chart-tooltip {
  background-color: transparent;
  background: url("../../images/dashboardImg/tooptipBg.png") center center no-repeat !important;
  width: 85px !important;
  height: 65px !important;
  border: 0;
  box-shadow: none;
  outline:0 ;
}
.chart-tooltip div {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  padding: 3px 0 0 0;
}
.chart-tooltip div p {

  display: flex;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  margin: 0;
}
.chart-tooltip div p span, .chart-tooltip div p small {
  color:#b3b3b3;
  font-size: 9px;
  font-weight: 500;
} 
.chart-tooltip div p span {
  margin:0 5px 0 0;
}
.chart-tooltip div p b {
  color: #000000;
  font-size: 10px;
  font-weight: 800;
  margin: 0 5px 0 0;
}
.chart-tooltip div p i {
  color: #f34848;
  font-size: 15px;
  margin: 0 5px 0 0;
}
.delivery-graph {
  width: 100%;
}
/*.panelWrapper .x-panel-body .x-box-inner {
  height: 100% !important;
}
.delivery-main-panel {
  height: 100% !important;
}*/

.delivery-graph .xaxisusage .tick {
  text-transform: uppercase;
  font-size: 9px;
}
.delivery-graph .xaxisusage .tick:first-child {
  transform: translate(45px,0) !important;
}
.delivery-graph .xaxisusage .tick:nth-child(2) {
  transform: translate(45px,0) !important;
}

.delivery-graph .xaxisusage .tick:nth-child(3) {
  transform: translate(133px,0) !important;
}
.delivery-graph .xaxisusage .tick:nth-child(4) {
  transform: translate(220px,0) !important;
}
.delivery-graph .xaxisusage .tick:nth-child(5) {
  transform: translate(306px,0) !important;
}
.delivery-graph .xaxisusage .tick:nth-child(6) {
  transform: translate(396px,0) !important;
}
.delivery-graph .xaxisusage .tick:nth-child(7) {
  transform: translate(483px,0) !important;
}
.deliveryinfo {
  padding:0 !important;
  margin-left: -12px !important;
  margin-right: 0 !important;
}
.dashboard-mappanel {
  border: 1px solid rgba(0,0,0,.125);
}

.deliveryinfo.salesInfo {
  padding: 0 !important;
    margin-left: -3px !important;
    margin-right: 7px !important;
}
.sales-job-details-panel {
  width: 99% !important;
}



.sales-graph .xaxisusage .tick {
  text-transform: uppercase;
  font-size: 9px;
}
.sales-graph .xaxisusage .tick:first-child {
  transform: translate(45px,0) !important;
}
.sales-graph .xaxisusage .tick:nth-child(2) {
  transform: translate(50px,0) !important;
}

.sales-graph .xaxisusage .tick:nth-child(3) {
  transform: translate(153px,0) !important;
}
.sales-graph .xaxisusage .tick:nth-child(4) {
  transform: translate(257px,0) !important;
}
.sales-graph .xaxisusage .tick:nth-child(5) {
  transform: translate(360px,0) !important;
}
.sales-graph .xaxisusage .tick:nth-child(6) {
  transform: translate(465px,0) !important;
}
.sales-graph .xaxisusage .tick:nth-child(7) {
  transform: translate(483px,0) !important;
}
.x-grid-empty {
  background-color: transparent;
  color: #8893BB;
  font-weight: 500;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}
.x-grid-empty div {
  color: #8893BB !important;
}
.sales-graph {
  width: 100%;
}
 /* .touchtrack-dashboard-wrapper {
  width: 100% !important;
}
.touchtrack-dashboard-wrapper .x-panel-body {
  width: 100% !important;
}  */

.progress-row .driverPic {
  width: 35px;
  height: 100%;
  border-radius: 35px;
  background: #ddd;
  display: flex;
  justify-content: center;
}
.progress-row .driverPic img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
}