@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Regular.eot");
  src: url("../font/Nunito-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/Nunito-Regular.woff2") format("woff2"),
    url("../font/Nunito-Regular.woff") format("woff"),
    url("../font/Nunito-Regular.ttf") format("truetype"),
    url("../font/Nunito-Regular.svg#Nunito-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Light.eot");
  src: url("../font/Nunito-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/Nunito-Light.woff2") format("woff2"),
    url("../font/Nunito-Light.woff") format("woff"),
    url("../font/Nunito-Light.ttf") format("truetype"),
    url("../font/Nunito-Light.svg#Nunito-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Medium.eot");
  src: url("../font/Nunito-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/Nunito-Medium.woff2") format("woff2"),
    url("../font/Nunito-Medium.woff") format("woff"),
    url("../font/Nunito-Medium.ttf") format("truetype"),
    url("../font/Nunito-Medium.svg#Nunito-Medium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-Bold.eot");
  src: url("../font/Nunito-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/Nunito-Bold.woff2") format("woff2"),
    url("../font/Nunito-Bold.woff") format("woff"),
    url("../font/Nunito-Bold.ttf") format("truetype"),
    url("../font/Nunito-Bold.svg#Nunito-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../font/Nunito-ExtraBold.eot");
  src: url("../font/Nunito-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../font/Nunito-ExtraBold.woff2") format("woff2"),
    url("../font/Nunito-ExtraBold.woff") format("woff"),
    url("../font/Nunito-ExtraBold.ttf") format("truetype"),
    url("../font/Nunito-ExtraBold.svg#Nunito-ExtraBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", "Poppins", sans-serif;
  /* color: #231d1d; */
  /* font-weight: 300; */
}
a,
a span {
  transition: all 0.4s ease;
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}
.prism-navbar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 96px;
  background: #fff;
  padding: 26px 0;
  z-index: 99999;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.prism-navbar.open {
  width: 255px;
}
.prism-navbar .logo-block {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.prism-navbar .logo-block .logo {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 35px;
  display: flex;
}

.prism-navbar .logo-block #btn {
  position: absolute;
  top: 50%;
  right: 33px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
}
.prism-navbar .nav-list {
  height: 100%;
}
.prism-navbar .nav-list {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.prism-navbar .nav-list::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.prism-navbar li {
  position: relative;
  padding: 12px 0;
}
.prism-navbar li a {
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration: none;
  padding: 6px 35px;
  border-right: 3px solid transparent;
}

.nav-list > li.active > a .links_name,
.nav-list > li > a:hover .links_name,
.sub-menu-list > li.active > a .links_name,
.sub-menu-list > li > a:hover .links_name {
  color: #000;
  font-weight: 400;
}
.nav-list > li.active > a,
.nav-list > li > a:hover {
  border-right: 3px solid #f04b23;
}
.nav-list > li.active > a img,
.nav-list > li > a:hover img,
.sub-menu-list > li.active > a img,
.sub-menu-list > li > a:hover img,
.prism-navbar .logo-block #btn:hover,
.filter-block h1 a:hover img,
.notification .msg-box.active > a > img,
.notification .msg-box:hover > a > img,
.notification .alert-box.active > a > img,
.notification .alert-box:hover > a > img,
.filter-block ul.item-view li.active a,
.filter-block ul.item-view li a:hover,
.dashboard-info .pod-view:hover img,
.control-block > div a:hover,
div.arrow.filter .icn-filter img,
div.arrow .icn-filter img:hover,
div.arrow.up .icn-arrow img,
div.arrow .icn-arrow img:hover,
.user-box label:hover img {
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg)
    brightness(104%) contrast(97%);
}
.prism-navbar li a .links_name {
  color: #808080;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  margin-left: 25px;
}
.prism-navbar li.sub-menu ul {
  background: rgba(249, 249, 249, 1);
  display: none;
  transition: all 0.4s ease;
  margin: 16px 16px 0;
  border-radius: 14px;
  overflow: hidden;
}
.prism-navbar li.sub-menu.list-open ul {
  display: block;
}
li.sub-menu.active.list-open {
  padding-bottom: 0;
}
.sub-menu-list li.active {
  background: rgba(242, 243, 243, 0.5);
}
.prism-navbar .log-out {
  position: absolute;
  top: 25%;
  right: 10px;
  z-index: 1;
}
.sub-menu-list li a {
  padding: 6px 19px;
}
.reportClass {
  width: auto;
  height: 100%;
}

.prism-navbar .logo-block .logo img,
.prism-navbar li .profile-details > img,
.prism-navbar li.profile .name {
  opacity: 0;
  width: 0%;
  transition: all 0.5s ease;
}
.prism-navbar.open .logo-block .logo img,
.prism-navbar.open li.profile img,
.prism-navbar.open li.profile .name {
  opacity: 1;
  width: 100%;
}

.prism-navbar.open li a .links_name {
  opacity: 1;
  pointer-events: auto;
}
.prism-navbar li a > img:nth-child(3) {
  margin: 0 0 0 auto;
  opacity: 0;
}
.prism-navbar.open li a > img:nth-child(3) {
  opacity: 1;
}
.prism-navbar li.list-open a > img:nth-child(3) {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.prism-navbar li a:hover .links_name,
.prism-navbar li a:hover img {
  transition: all 0.5s ease;
}
.prism-navbar li img {
  height: 25px;
  width: 25px;
}
.prism-navbar #btn {
  height: 30px;
  width: 30px;
  min-width: 30px;
}

.prism-navbar .profile #log_out {
  position: absolute;
  right: 24px;
}
.main {
  position: fixed;
  background: #f5f5fb;
  min-height: 100vh;
  top: 0;
  left: 96px;
  width: calc(100% - 96px);
  transition: all 0.5s ease;
  z-index: 2;
  height: 100%;
  padding: 20px 45px 35px;
}
.prism-navbar.open ~ .main {
  left: 250px;
  width: calc(100% - 250px);
}

/* dashboard content */
.head-block,
.filter-block {
  padding: 6px 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.filter-form {
  display: flex;
}

/*vin-info block start*/
.vin-block .vin-img,
.vin-block .vin-detail,
.issue-list > ul > li {
  padding: 5px;
  background: #fafafd;
  border-radius: 14px;
}

.vin-info h2 span {
  display: block;
  font-size: 28px;
}
.vin-info h3 span {
  display: block;
  font-size: 24px;
}
.vin-info h4 {
  line-height: 18px;
  font-weight: 400;
  padding: 0 15px 5px;
  text-wrap: wrap;
}
.num-block,
.location-block,
.pod-block,
.issue-list {
  border: 1px solid #f8f7f7;
  border-radius: 5px;
  padding: 10px 13px;
  margin: 0 0 15px;
  /*box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;*/
  transition: all 0.5s ease;
}
.num-block:hover,
.location-block:hover,
.pod-block:hover,
.issue-list:hover {
  background: #f7f7f7;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.num-block ul {
  margin: -10px -13px -10px;
}
.issue-list {
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.num-block ul {
  margin: 15px -13px -10px;
  height: 107px;
  overflow-y: scroll;
}
.issue-list > ul > li {
  padding: 0;
  margin-top: 10px;
  border: 1px solid transparent;
  transition: all 0.4s ease;
}
.dashboard .issue-list > ul > li {
  border: 1px solid #eee;
}
.issue-list > ul > li:first-child {
  margin: 0px;
}
.num-block ul li {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f8f8f8;
}
.num-block ul li:hover,
.issue-list > ul > li:hover {
  background: #fff;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 3px;
  border: 1px solid rgba(240, 78, 39, 0.2);
}
.issue-list > ul > li > div {
  padding: 10px 15px;
}
.issue-list > ul > li div.type-btn a {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dbd9d9;
  border-radius: 50% 0 0 50%;
}
.issue-list > ul > li div.type-btn a + a {
  border-radius: 0 50% 50% 0;
  margin-left: -1px;
}
.issue-list > ul > li div.type-btn a.active {
  background: #efeded;
}
.issue-list > ul > li div.type-btn a:hover {
  background: #dbd9d9;
}
.issue-list > ul > li div,
.add-item .hedblock {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
}
.issue-list > ul > li div,
.add-item .hedblock {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
}
.issue-list > ul > li div > img,
.add-item .hedblock div > img {
  width: 13px;
  margin-right: 4px;
}
.issue-list > ul > li div > a img,
.add-item .hedblock div > a img {
  min-width: 18px;
  height: 10px;
}

.issue-list > ul > li div > a:hover span {
  color: #f04b23;
}
.issue-list > ul > li div:nth-child(2) {
  margin: 0 auto 0 10px;
}
.issue-list > ul > li a span,
.issue-list > ul > li span span,
.add-item .hedblock div a span,
.add-item .hedblock div span span {
  color: #000;
  margin-left: 2px;
}
.img-thumb {
  display: flex;
  align-items: center;
  padding: 10px 0 15px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: calc(100% - 6%);
  margin: 0 3% 2px;
}
/*.img-thumb::-webkit-scrollbar{
	width: 0px;
	height: 0px;
}*/

/* width */

.img-thumb li {
  padding: 0 0 0 8px;
}

.img-thumb li:first-child {
  padding: 0;
}
.img-thumb li a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
}
.img-thumb li:hover a,
.img-thumb li.active a {
  background: #efefef;
}
.img-thumb li:hover a img,
.img-thumb li.active a img {
  opacity: 0.8;
}
.img-thumb li img {
  object-fit: cover;
  display: block;
  width: 120px;
  height: 120px;
}
.img-thumb li.plus a {
  padding: 8px;
  border-radius: 6px;
}
.img-thumb li.plus img {
  width: 10px;
  height: 10px;
}

.control-block {
  height: 52px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  left: auto;
  right: auto;
  margin: 0 auto;
}
.control-block > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-block > div a {
  margin: 5px;
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  justify-content: center;
}
.control-block > div svg {
  width: 20px;
  height: 20px;
}

/*vin-info block end*/

/*.filter-block{
	background:#e6e6e6;
}*/
.head-block h1 {
  font-weight: normal;
  font-size: 21px;
  display: inline-block;
  margin: 0 15px 0 0;
}
.filter-block h1 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.filter-block h1,
.filter-block h1 a {
  display: flex;
  align-items: center;
}
.filter-block h1 a {
  margin: 0 0 0 10px;
  font-size: 13px;
}
.filter-block h1 img {
  height: 16px;
  margin: 0 4px 0 0;
}
ul.notification {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.notification > li > a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 0 0 0 5px;
}
ul.notification > li > a span {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ff7171;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  z-index: 1;
}
ul.notification li:first-child a span {
  background: #59aae2;
}
ul.notification li > .msg-block,
ul.notification li > .alert-block,
.msg1-block {
  position: fixed;
  transition: all 0.1s ease-in-out;
  height: 100%;
  width: 400px;
  top: 0px;
  right: -400px;
  z-index: 9;
}
.msg1-block {
  display: none;
}
ul.notification li.msg-box.open > .msg-block {
  right: 0px;
}
ul.notification li.alert-box.open > .alert-block {
  right: 0px;
}

ul.notification li.msg-box .msg1-block {
  z-index: -1;
}
ul.notification li.msg-box.open .msg1-box.open .msg1-block {
  right: 400px;
  z-index: 0;
  display: block;
  border-right: 1px solid #f1f1f1;
  cursor: auto;
}

ul.notification li.profile a.client-profile {
  margin: 0 2px 0 10px;
}
ul.notification li.profile {
  display: flex;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  position: relative;
}
ul.notification li.profile > a {
  width: auto;
  height: 38px;
  display: flex;
  align-items: center;
  padding: 2px;
  margin: 0px;
}
ul.notification li.profile > a > img {
  height: 34px;
  width: auto;
  margin: 1px;
}
ul.notification li .user-profile img {
  border-radius: 50%;
}
ul.notification li .user-profile img {
  border: 1px solid transparent;
}
ul.notification li.active .user-profile img,
ul.notification li .user-profile img:hover {
  border: 1px solid #f04b23;
  cursor: pointer;
}
ul.notification li .client-profile img {
  margin: 2px;
}

/* msg and alert block starts*/

.msg-inner,
.alert-inner,
.msg1-block {
  height: 100%;
  background: #ffff;
  box-shadow: -10px 0px 15px -10px rgba(100, 100, 111, 0.2);
}
.msg-form,
.compose-form {
  padding: 10px;
  position: relative;
}
.msg-form input[type="text"],
.compose-form textarea {
  background: #f7f7f7 url(../img/icons.png) no-repeat 6px 12px;
  width: 100%;
  padding: 5px 30px 5px 30px;
  border: none;
  line-height: 32px;
  border-radius: 5px;
  appearance: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}
.compose-form textarea {
  background: #f7f7f7;
  padding: 15px;
  height: 256px;
  width: 100%;
}

.msg-filter {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  justify-content: space-around;
  align-items: center;
}
.msg-filter > li {
  border-bottom: 2px solid transparent;
}
.msg-filter > li > a {
  padding: 12px;
  display: block;
  text-align: center;
}
.msg-filter > li:hover,
.msg-filter > li.active {
  border-bottom: 2px solid #f04b23;
}
.msg-filter > li:last-child:hover {
  border-bottom: 2px solid transparent;
}
.msg-list {
  display: flex;
  align-items: center;
}
.msg-block .msg-container {
  overflow-y: scroll;
  height: calc(100% - 176px);
}
.alert-block .msg-container {
  overflow-y: scroll;
  height: calc(100% - 115px);
}
.msg-container > ul > li {
  display: flex;
  align-items: center;
  padding: 12px;
  cursor: pointer;
}
.msg-container > ul > li:hover,
.msg-thread li:hover {
  background: #f7f7f7;
}
.msg-container .opton-btn,
.msg-container .thread-option,
.msg-container .alert-btn {
  position: relative;
  width: 35px;
  padding: 9px;
  height: 35px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  min-width: 35px;
}
.msg-container .opton-btn:hover,
.msg-container .thread-option:hover,
.msg-container .alert-btn:hover {
  background: #e6e6e6;
}
.msg-container .opton-btn img,
.msg-container .thread-option img,
.msg-container .alert-btn img {
  height: 100%;
  width: 100%;
}
.msg-container .msg-option,
.msg-container .thread-msg-option,
.msg-container .alert-option {
  display: none;
  width: 160px;
  background: #fff;
  position: absolute;
  top: 2px;
  right: 26px;
  border-radius: 15px 0 15px 15px;
  overflow: hidden;
  z-index: 1;
  font-size: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.msg-container .alert-option {
  width: 260px;
}
.msg-container .msg-option li a,
.msg-container .thread-msg-option li a,
.msg-container .alert-option li a {
  padding: 13px 16px;
  display: block;
}
.msg-container .msg-option li:hover,
.msg-container .thread-msg-option li:hover,
.msg-container .alert-option li:hover {
  background: #f7f7f7;
}
.msg-container .opton-btn.open .msg-option,
.msg-container .thread-option.open .thread-msg-option,
.msg-container .alert-btn.open .alert-option {
  display: block;
}
.msg-info {
  margin: 0 10px;
}
.msg-info > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.msg-info h4 {
  font-weight: 500;
}
.msg-info span {
  font-size: 13px;
}
.msg-list > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.trim-text {
  overflow: hidden;
  position: relative;
  line-height: 19px;
  max-height: 40px;
  text-align: justify;
  font-size: 15px;
}

.msg-thread > li {
  display: flex;
  align-items: start;
  padding: 35px 15px;
}
.msg-thread li > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.msg-window {
  height: 100%;
  padding: 0 0 323px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.msg-window::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.msg-compose {
  position: fixed;
  bottom: -7px;
  width: 399px;
  background: #fff;
}

.msg-form > a,
.compose-form > a {
  display: block;
  position: absolute;
  right: 15px;
  top: 13px;
}
.compose-form > a {
  top: auto;
  bottom: 15px;
}
.msg-filter > li:last-child a,
.msg-form > a,
.compose-form > a,
.info-control a {
  border-radius: 50%;
  width: 37px;
  height: 37px;
  padding: 8px;
}
.msg-filter > li:last-child a:hover,
.msg-form > a:hover,
.compose-form > a:hover,
.info-control a:hover {
  background: #e6e6e6;
}
.info-control a {
  z-index: 1;
  display: block;
}

div.video-wrap video,
div.video-wrap img,
div.img-block video,
div.img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
}
div.video-wrap video:hover,
div.video-wrap img:hover {
  opacity: 0.7;
  cursor: pointer;
}

.main-content {
  height: calc(100% - 130px);
}

.dash-title a {
  color: #999;
  font-size: 14px;
}
.main a:hover {
  color: #f04b23;
  fill: #f04b23;
}

.content-block,
.left-content-block,
.right-content-block,
.responsive-table,
.dashboard-info,
.right-group-block {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
/*.dashboard .responsive-table, .user .responsive-table, .dashboard-info{
    height: calc(100% - 129px);
}*/
.content-block::-webkit-scrollbar,
.left-content-block::-webkit-scrollbar,
.right-content-block::-webkit-scrollbar,
.responsive-table::-webkit-scrollbar,
.dashboard-info::-webkit-scrollbar,
.right-group-block::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.content-block {
  padding: 0 0 60px 0;
}
.responsive-table {
  display: block;
  width: 100%;
}
.table-alter {
  width: 100%;
  background-color: transparent;
  border-spacing: 0 6px;
  margin: -6px 0 0 0;
}
.table-alter td,
.table-alter th {
  padding: 0.75rem 2rem;
  vertical-align: middle;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.table-alter th {
  color: #666;
  background-color: #fafafd;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.table-alter td {
  height: 62px;
}
div.model-info,
div.vin {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
div.model-info img {
  min-width: 35px;
  height: 35px;
  margin-right: 5px;
}
div.vin img {
  min-width: 40px;
  height: auto;
  margin-right: 5px;
}
div.model-info span {
  border: 1px solid #ccc;
  padding: 0px 11px;
  border-radius: 25px;
  font-size: 15px;
  margin-left: 5px;
}
div.arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
div.arrow .icn-arrow img {
  transition: all 0.5s ease;
  min-width: 27px;
  height: 27px;
}
div.arrow.up .icn-arrow img,
div.arrow.up .icn-arrow img:hover {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
div.arrow .icn-arrow {
  margin: 0 8px 0 auto;
}
div.arrow a.icn-arrow:hover img,
div.arrow.up a.icn-arrow img {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
div.arrow.up a.icn-arrow:hover img {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

div.arrow .icn-filter img {
  transition: all 0.5s ease;
  min-width: 15px;
  height: 15px;
}
div.arrow.filter .icn-filter img,
div.filter.filter .icn-filter img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

div.arrow a.icn-filter:hover img,
div.filter.filter a.icn-filter img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
div.arrow.filter a.icn-filter:hover img {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.filter-list {
  display: none;
  position: absolute;
  width: 140px;
  background: #fafafd;
  border-radius: 0 0 10px 10px;
  top: 45px;
  right: 0;
  border: 1px solid #e6e6e6;
  border-top: none;
  overflow: scroll;
  max-height: 100px;
}
.filter-list li {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.filter-list li label {
  display: inline-block;
  cursor: pointer;
}
.filter-list li input[type="checkbox"] {
  margin: 0 8px 0 0;
}
.filter-list li:hover {
  background: #fff;
  cursor: n-resize;
}
.filter-list li:active {
  cursor: grabbing;
}
div.arrow.fl .filter-list {
  display: block;
}
.filter-list {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.filter-list::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.user-box {
  padding: 20px 50px 0;
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  right: -500px;
  top: 56px;
  width: 450px;
  z-index: 3;
  text-align: center;
  border-radius: 14px;
  height: auto;
}
.user-box > div {
  background: #fff;
  padding: 50px;
  border-radius: 14px;
  box-shadow: 0px 5px 20px -3px rgba(100, 100, 111, 0.2);
}

ul.notification li.profile:hover .user-box {
  opacity: 1;
  right: -50px;
}
.user-box .user-img,
.img-upload .user-img {
  width: 75%;
  position: relative;
  margin: 0 auto;
}
.user-box .user-img > img,
.img-upload .user-img > img {
  border-radius: 50%;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.user-box label,
.img-upload label {
  position: absolute;
  top: 50%;
  right: -10%;
  background: rgba(255, 255, 255, 0.65);
  z-index: 9;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.user-box h3 {
  padding: 35px 0 5px;
  font-size: 23px;
}
.user-box span {
  padding: 0 0 35px;
  font-size: 14px;
  color: #aaa;
  display: block;
}
.user-box label > img,
.img-upload label > img {
  width: 40%;
  height: 40%;
  margin: auto;
}
.user-box label:hover,
.img-upload label:hover {
  background: rgba(255, 255, 255, 0.9);
}
.user-box-link a {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 4px 24px;
  margin: 8px 0;
  display: inline-block;
  line-height: 19px;
}
.user-box-link a:hover {
  border: 1px solid #f04b23;
  background: #f04b23;
  color: #fff;
}

.user-table .sort img,
.user-table th a:hover img {
  transform: rotate(180deg);
}
.table-alter tbody tr {
  background-color: #fdfdfe;
}
.table-alter tr {
  border-radius: 14px;
}
.table-alter td:first-child {
  border-radius: 14px 0 0 14px;
}
.table-alter td:last-child {
  border-radius: 0 14px 14px 0;
}
.table-alter th:first-child {
  border-radius: 14px 0 0 0;
}
.table-alter th:last-child {
  border-radius: 0 14px 0 0;
}
.table-alter tbody tr td {
  border-top: 1px solid #fdfdfe;
  border-bottom: 1px solid #fdfdfe;
}
.table-alter tbody tr td:first-child {
  border-left: 1px solid #fdfdfe;
}
.table-alter tbody tr td:last-child {
  border-right: 1px solid #fdfdfe;
}

.table-alter tbody tr:hover td {
  border-top: 1px solid rgba(240, 78, 39, 0.3);
  border-bottom: 1px solid rgba(240, 78, 39, 0.3);
  background: #fff;
}
.table-alter tbody tr:hover td:first-child {
  border-left: 1px solid rgba(240, 78, 39, 0.3);
}
.table-alter tbody tr:hover td:last-child {
  border-right: 1px solid rgba(240, 78, 39, 0.3);
}
.status-green,
.status-red,
.status-orange {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  border: 3px solid transparent;
}
.table-alter td > .status-green,
.table-alter td > .status-red {
  margin: 0 auto;
}
.status-red {
  border-color: #ff7171;
}
.status-green {
  border-color: #2de786;
}
.status-orange {
  border-color: #ffa451;
}
.table-alter tr:hover .status-red {
  background: #ff7171;
}
.table-alter tr:hover .status-green {
  /* background:#2DE786; */
}
.table-alter tr:hover .status-orange {
  background: #ffa451;
}
.activity-table th:nth-last-child(9),
.activity-table td:nth-last-child(9),
.activity-table th:nth-last-child(5),
.activity-table td:nth-last-child(5),
.activity-table th:nth-last-child(3),
.activity-table td:nth-last-child(3),
.activity-table th:nth-last-child(2),
.activity-table td:nth-last-child(2),
.activity-table th:nth-last-child(1),
.activity-table td:nth-last-child(1) {
  text-align: left;
}
.activity-table th:nth-last-child(1) {
  width: 65px;
}
.activity-table th:nth-last-child(11) {
  width: 90px;
}

.dash-title {
  display: flex;
  align-items: center;
}
.global-form {
  margin: 0 10px 0 0;
}
.dash-title h3 span {
  font-size: 32px;
  font-weight: 200;
}
.global-form input[type="text"],
.filter-form input[type="text"],
.filter-form select,
.filter-form #reportrange,
.search-by select,
.search-by input {
  border: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.5s ease;
}

.global-form input[type="text"]::placeholder {
  color: #b6b9c3;
}
.global-form input[type="text"] {
  padding: 9px 10px 9px 45px;
  background: #e5e9f9 url(../img/icons.png) no-repeat 10px 9px;
  width: 240px;
  border-radius: 25px;
}
.global-form input[type="text"]:hover {
  background-color: #fff;
}

.filter-form input[type="text"],
.filter-form select,
.filter-form #reportrange,
.search-by select,
.search-by input {
  padding: 5px 30px 5px 10px;
  border-radius: 5px;
}
.filter-form input[type="text"] {
  background: #f7f7f7 url(../img/icons.png) no-repeat right 9px;
  width: 213px;
}
.filter-form select,
.filter-form #reportrange,
.search-by select,
.search-by input {
  background: url(../svg/calendar.svg) no-repeat 13px 4px,
    url(../img/icons.png) no-repeat 99% -32px;
  padding: 8px 40px 8px 50px;
  border: 1px solid #ccc;
  border-radius: 25px;
  background-size: 30px 30px, auto;
  margin: 0 10px;
}
.filter-form #reportrange {
  margin: 0px;
}
.search-by select {
  background: url(../svg/search2.svg) no-repeat 13px 4px,
    url(../img/icons.png) no-repeat 99% -32px;
  background-size: 19px 30px, auto;
  padding: 8px 32px 8px 42px;
  margin: 0;
}
.search-by input {
  background: url(../svg/search3.svg) no-repeat 9px 6px;
  background-size: 24px 26px;
  padding: 8px 12px 8px 40px;
  margin: 0 25px 0 5px;
}
.filter-form input[type="text"]:hover,
.filter-form select:hover,
.filter-form #reportrange:hover,
.search-by select:hover,
.search-by input:hover {
  background-color: #fff;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #f04b23 !important;
}
.daterangepicker {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.filter-block > div {
  display: flex;
  align-items: center;
}
ul.item-view {
  display: flex;
  align-items: center;
}
ul.item-view li {
  margin: 0 0 0 10px;
}
.filter-block ul.item-view li a {
  width: 22px;
  height: 22px;
  display: block;
  line-height: 22px;
  border-radius: 50%;
}
.infoblock {
  position: fixed;
  right: -400px;
  top: 0;
  width: 400px;
  height: 100%;
  background: #fafafa;
  z-index: 1;
  transition: all 0.5s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-align: left;
}
.table-alter .info {
  /* position: relative; */
}
.table-alter .info.open .infoblock {
  right: 0;
}
.infobtn {
  cursor: pointer;
}
.info > a {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto;
}
.info > a {
  background: url(../svg/info.svg);
  text-indent: -99999px;
}
.info > a:hover {
  background: url(../svg/info-hover.svg);
}
.info-control h4 {
  font-weight: normal;
  font-size: 19px;
  white-space: nowrap;
}
.info-control .img-thumb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.info-control .img-thumb > img {
  width: 36px;
  height: 36px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}
.info-control {
  padding: 13px 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.info-control,
.info-control > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-top .pod-box,
.info-top .camera-view {
  background: url(../img/icons.png) no-repeat 99% -32px;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 6px 35px 6px 6px;
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  cursor: pointer;
}
.info-top .pod-box:hover,
.info-top .camera-view:hover {
  background-color: #fff;
}
.ellip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.info-top .camera-view .camera-count {
  background: #ff7171;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  letter-spacing: -1px;
  margin: 0 8px 0 0;
  min-width: 25px;
  height: 25px;
}
.info-top .pod-box .date .status-red {
  margin: 0 8px 0 0;
}
.info-top .pod-box .date {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 400;
}
.info-top .pod-box .location,
.info-top .pod-box .pod {
  margin: 0 0 0 10px;
  padding: 0 0 0 23px;
  white-space: nowrap;
}
.info-top .pod-box .location {
  background: url(../svg/location.svg) no-repeat left -1px;
}
.info-top .pod-box .pod {
  background: url(../svg/pod.svg) no-repeat left -2px;
}
.info-top .camera-view {
  overflow: visible;
  position: relative;
  padding: 6px 30px 6px 6px;
}
.camera-view a {
  display: flex;
  align-items: center;
  padding: 6px;
}
.camera-view .camera-list a {
  padding: 6px 10px;
}
.camera-view .camera-list a:hover {
  background: #f5f5fb;
}
.camera-view img {
  width: 75px;
  height: auto;
}
.camera-view span {
  margin-left: 10px;
}
.info-top .camera-view:hover {
  border-radius: 25px 25px 0 0;
}
.camera-list {
  display: none;
  position: absolute;
  top: 38px;
  left: -1px;
  z-index: 2;
  background: #fff;
  border-radius: 0 0 25px 25px;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  box-sizing: content-box;
  overflow: hidden;
}
.info-top .camera-view:hover .camera-list {
  display: block;
}

/* Media Queries */

/*screen 1600* Laptop:1600 */
@media (max-width: 1600px) {
}

/*screen 1600* Laptop:1440 */
@media (max-width: 1440px) {
}

/*sm dt 1*/
/*screen 1200* Laptop:1200 */
@media (max-width: 1280px) {
  .prism-navbar {
    padding: 0;
  }
  .filter-block {
    padding: 2px 0 12px 0;
    min-height: 20px;
  }

  .prism-navbar li a {
    padding: 4px 31px;
  }
  .sub-menu-list li a {
    padding: 4px 15px;
  }
  .prism-navbar li {
    padding: 11px 0;
  }
  .prism-navbar li a .links_name {
    margin-left: 20px;
  }
  .prism-navbar .logo-block #btn {
    right: 27px;
  }
  .prism-navbar {
    width: 86px;
  }
  .prism-navbar.open {
    width: 225px;
  }
  .prism-navbar.open ~ .main {
    left: 220px;
    width: calc(100% - 220px);
  }
  .main {
    left: 86px;
    width: calc(100% - 86px);
    padding: 10px 25px 20px;
  }
  .global-form input[type="text"] {
    width: 100%;
  }
  .dash-title h3 {
    font-size: 15px;
    margin: 0 0 0 15px;
  }
  .dash-title h3 span {
    font-size: 25px;
  }
  .grid2 .dashboard-info {
    width: 45%;
  }
  .grid2 .responsive-table {
    width: calc(100% - 45%);
  }
  .issue-list > ul > li div,
  .add-item .hedblock {
    font-size: 0rem;
  }
  .issue-list > ul > li a span,
  .issue-list > ul > li span span,
  .add-item .hedblock div a span,
  .add-item .hedblock div span span {
    font-size: 15px;
  }
  .vin-info h4 {
    line-height: 17px;
    font-size: 15px;
  }
  .img-thumb li img {
    width: 64px;
    height: 64px;
  }
  .img-thumb {
    width: calc(100% - 10%);
    margin: 0 5% 2px;
  }
}

/*tab 2*/
/*screen 1200* tab:1200 */
@media (max-width: 1200px) {
  ul.notification li.today {
    display: none;
  }
}

/*mobiles 3*/
@media (max-width: 800px) {
  /*.dashboard {
		padding: 0 0 120px;
	}*/
  /*.main {
		position: relative;
	}*/
  #reportrange.ellip {
    display: block;
  }
  .filter-form {
    width: 200px;
  }
  .infoblock {
    padding: 0 0 60px;
  }
  ul.notification li.msg-box.open .msg1-box.open .msg1-block {
    right: 0px;
    z-index: 1;
  }
  .dash-title h3,
  .filter-block h1,
  .filter-block h1 a {
    display: none;
  }
  .filter-block > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .filter-form select,
  .filter-form #reportrange {
    margin: 0px;
  }
  ul.notification > li > a {
    width: 35px;
    height: 35px;
  }
  ul.notification li.profile {
    margin-left: 10px;
  }
  .main {
    padding: 5px 15px 10px;
  }
  .filter-block ul.item-view li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .table-alter td,
  .table-alter th {
    padding: 0.25rem 0.35rem;
  }
  .table-alter td {
    height: 45px;
  }
}

/*sm view mobiles 3*/
@media (max-width: 596px) {
  /*.dashboard {
		padding: 0 0 145px;
	}*/

  .filter-form {
    width: 130px;
  }
  .head-block .dash-title h1 {
    border: none;
    width: 100%;
  }
  .head-block a {
    display: inline-block;
  }
  .global-form input[type="text"] {
    width: 40px;
    padding: 9px;
    background-position: 7px 9px;
  }

  .global-form input[type="text"]::placeholder {
    opacity: 0;
  }
  .global-form input[type="text"]:focus,
  .global-form input[type="text"]:hover {
    width: calc(100% - 116px);
    padding: 9px 10px 9px 45px;
    position: fixed;
    z-index: 9;
    top: 17px;
  }
  .global-form input[type="text"]:focus::placeholder,
  .global-form input[type="text"]:hover::placeholder {
    opacity: 1;
  }
  .search-by select {
    width: 50px;
    margin: 0;
  }
  .search-by input {
    width: 60%;
    margin: 0;
  }
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
