@font-face {
  font-family: 'basefont';
  src: local('../fonts/Muller Regular'), local('Muller-Regular'), url('../fonts/MullerRegular.woff2') format('woff2'), url('../fonts/MullerRegular.woff') format('woff'), url('../fonts/MullerRegular.ttf') format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'numfont';
  src: url(../fonts/Saira-Regular.ttf);
}
@font-face {
  font-family: 'numfontbold';
  src: url(../fonts/Saira-SemiBold.ttf);
}
@font-face {
  font-family: bold;
  src: url("../fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: light;
  src: url(../fonts/Montserrat-Light.ttf);
}
@media (max-width:1199px) {
  .h-sm-100 {
    height: 100% !important;
  }
}
.badge {
	box-shadow: 0px -1px 3px rgb(0 0 0 / 63%), inset 0px 1px 0px rgb(255 255 255 / 30%)!important;
    display: inline-block!important;
    padding: 2px 6px!important;
    line-height: inherit!important;
    color: #fff !important;
    border-radius: 2px!important;
    line-height: 20px!important;
    text-shadow: 0px 0px 2px #000!important;
	font-size: inherit!important;
	font-weight: 100!important;
}
p {
  margin-bottom: 0.1em !important;
}
h1 {
  font-size: 1.5em !important;
  margin-bottom: 0.6em !important;
}
h3 {
  font-size: 1.5em !important;
  margin-bottom: 0.4em !important;
}
h6 {
  font-size: 1em !important;
  margin-bottom: 0.6em !important;
}
.fade-id {
  opacity: 0.5 !important;
  font-size: 0.7em !important;
}
.linkrep {
  color: #93c4f2;
}
.fclone {
  width: 40px;
  font-size: 20px;
  cursor: pointer !important;
}
a:hover {
  text-decoration: none !important;
}
a, button {
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  -ms-transition: all 50ms ease;
  transition: all 50ms ease;
  text-decoration: none;
}
.NumHdng {
  font-family: numfont !important;
  margin-right: -32px;
  font-size: 20px;
  width: 4vw;
  height: 54px;
  content: '';
  background: linear-gradient(180deg, #2C2E2F 0%, #404142 100%);
  box-shadow: 0px 3px 5px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%);
  clip-path: polygon(0 0, 70% 0%, 60% 100%, 0% 100%);
  align-content: center;
  align-items: center;
  display: flex;
  padding-left: 0.5vw;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-top: 5px;
}
.NumHdng img {
  width:1.5vw;
}
.NumCntwarpet {
  background: rgba(0, 0, 0, 0.34);
  padding: 3px 16px 3px 12px;
  position: relative;
  text-align: center;
  border-bottom: 2px #E2473D solid;
  height: 38px;
  margin-top: 21px;
}
.total .NumCntwarpet:first-child {
  margin-left: 4px;
  padding-left: 12px;
}
.NumCntwarpetLast {
  background: rgba(0, 0, 0, 0.34);
  padding: 3px 15px;
  position: relative;
  text-align: center;
  border-bottom: 2px #E2473D solid;
  height: 38px;
  margin-top: 21px;
}
.NumCntwarpet::after {
  content: '';
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  width: 1px;
  display: block;
  transform: rotate(20deg);
  position: absolute;
  top: 0;
  right: 0;
}
.NumLbl {
  font-family: numfont !important;
  display: block;
  font-size: calc(9px + (12 - 10) * ((100vw - 320px) / (1920 - 300)));
  min-width: 40px;
}
.NumCnt {
  font-family: numfontbold !important;
  display: block;
  color: #fff;
}
/* num res font*/
.NumCnt {
font-size: clamp(0.2em, -0.175em + 8.333333vw, 1em);
}
.total {
 /* padding-right: 15px;*/
}
.crstitle {
  position: absolute;
  top: 4px;
  left: 3.5vw;
}
.shapeBg {
  background: #1C1C1D;
  box-shadow: inset 0px 0px 1px rgb(50, 51, 53);
  border-radius: 6px;
}
.shapeBg img {
  filter: drop-shadow(0px 9px 3px rgba(0, 0, 0, 0.9));
  max-width: 100%;
  height: 6vh;
}
.running-shpe {
  border-radius: 10px;
  box-shadow: 10px 15px 40px #000000, -10px -15px 40px #2f393d;
  margin-bottom: 15px;
  background: linear-gradient(320.66deg, #2F353A 14.75%, #1C1F22 84.81%);
  text-align: center;
  padding: 5px;
}
.running-shpe img {
  height: 8vh;
  filter: drop-shadow(0px 9px 3px rgba(0, 0, 0, 0.9));
  max-width: 100%;
  display: block;
}
.Vector-net {
  width: 30px;
}
/* num res font end*/
button {
  border: 0 !important;
  background-color: transparent;
  transition: all 400ms ease !important;
}
input {
  -moz-appearance: initial;
}
.web-viz-on-off input[type="checkbox"]{
    -webkit-transition: all 0.5s;
    width: 96px;
    position: relative!important;
    visibility: hidden;
    opacity: 1!important;
}
.web-viz-on-off input[type="checkbox"]::before{
     visibility: visible;
    -webkit-transition: all 0.5s;
    position: relative;
    display: block;
    width: 151px;
    height: 30px;
    border: 1px solid #313338;
    border-radius: 10px;
    content: "Enable Pilot Mode";
    padding-left: 33px;
    padding-top: 4px;
    text-transform: capitalize;
    color: #fff;
    box-sizing: #087b06;background: #087f2c;    border: 1px solid #062910;
    /*box-shadow: inset 1px 0px 4px 0px rgb(255 255 255 / 37%), inset 0px 0px 4px 4.94545px rgb(0 0 0 / 50%);*/
}
.web-viz-on-off input[type="checkbox"] {
    font-size: 12px!important;
}
.web-viz-on-off input[type="checkbox"]::after{
   visibility: visible;
    -webkit-transition: all 0.5s;
    position: absolute;
    top: 1px;
    left: 12px;
    display: block;
    height: 2;
    border-radius: 50%;
    content: '\f06e';
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    padding-left: 0;
    box-sizing: border-box;
    display: inline-block;


}
.web-viz-on-off input[type="checkbox"]:checked::before{
    visibility: visible;
    -webkit-transition: all 0.5s;
    position: relative;
    display: block;
    width: 153px;
    height: 30px;
    border: 1px solid #313338;
    border-radius: 10px;
    content: "Disable pilot mode";
    color: #fff;
    padding-left: 14px;
    padding-top: 4px;
    background: #b32819;
    /*box-shadow: 0px 0px 8px rgb(146 211 0 / 80%), inset 0px 3px 0px rgb(255 255 255 / 80%);*/
    
  }
.web-viz-on-off input[type="checkbox"]:checked::after{
   visibility: visible;
    -webkit-transition: all 0.5s;
    position: absolute;
    top: 5px;
    left: 124px;
    display: block;
    border-radius: 50%;
    content: '\f070';
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    padding-top: 1px;
    padding-left: 0;
    box-sizing: border-box;
    display: inline-block;
}
.mediaobpic {
  width: 100px;
}
.no-warp {
  display: flex;
  overflow: auto;
}
.trans-list-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
}
.flex-scroll-warper {
  display: flex;
  overflow: auto;
}
.flex-scroll {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.flex-scroll aside {
  width: auto;
}
.trans-list-group > .list-group-item {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, .125) !important;
}
.clogos img {
  height: 35px;
  padding-right: 5px;
}
.online, .offline {
  vertical-align: middle;
  display: inline-flex;
}
.online {
  color: #11c711;
  font-size: 12px;
  font-weight: 800;
  text-transform: capitalize;
}
.offline {
  color: #e26666;
  font-size: 12px;
  font-weight: 800;
  text-transform: capitalize;
}
.closemodal {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  border: 1px #fff solid !important;
  padding: 20px !important;
}
.icon-wrap ~ h5 {
  font-size: 1.3em !important;
}
.roundIcons {
  display: inline-block;
  background: rgba(256, 256, 256, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  font-size: 16px !important;
  margin-bottom: 8px;
  color: #fff;
}
.resHeightPic {
  height: calc(100vh - 105px);
  background: url("../images/model-1.png") no-repeat center;
  background-size: contain;
  width: 100%;
}
.resHeightPic2 {
  height: calc(100vh - 105px);
  background: url("../images/model-2.png") no-repeat center;
  background-size: contain;
  width: 100%;
}
.resHeightPic3 {
  height: calc(100vh - 105px);
  background: url("../images/model-3.png") no-repeat center;
  background-size: contain;
  width: 100%;
}
.resHeightPic4 {
  height: calc(100vh - 105px);
  background: url("../images/model-4.png") no-repeat center;
  background-size: contain;
  width: 100%;
}
.carousel-control-next, .carousel-control-prev {
  width: 3% !important;
}
.login {
  font-size: 13px;
}
.toastBlk {
  height: 40vh;
  overflow-y: scroll;
  padding: 10px;
}
.innerDashboardGraphs {
  height: 40vh;
  overflow-y: scroll;
  padding: 15px;
}
.rostime {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 95%;
  left: 2%;
  /* right: -30px; */
}
/*h2:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #24bba0;
  background-color: black;
}*/
.btlight {
  color: #B8BFC7;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50px;
}
.middleCnt .btlight {
  color: #B8BFC7;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: inline-block;
  margin-bottom: 8px;
}
.middleCnt .btlight i {
  webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  padding: 3px 9px 2px 9px;
  margin-left: -5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}
.middleCnt .btlight:hover i {
  /*transform: rotate(360deg);*/
}
.btlight:hover {
  color: #fff;
  background-image: linear-gradient(46deg, #274c79 0%, #355772 100%);
  box-shadow: 0px 0 7px #395a77;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B8BFC7 !important;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B8BFC7 !important;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B8BFC7 !important;
}
.unone {
  text-decoration: none !important;
}
.sticky {
  background: #151E25;
}
.bell img {
  width: 15px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
.notifications {
  position: absolute;
  background: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -9px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  z-index: 100;
  cursor: pointer;
  right: -10px;
}
.overthemeColor:hover {
  color: #E2473D;
}
header {
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.middleCnt {
  height: calc(100vh - 105px);
  overflow-y: auto;
  margin: 15px;
  background-color: rgb(9, 22, 35, 0.9);
  padding: 15px 0;
  border-radius: 4px;
  border: 1px solid rgba(256, 256, 256, 0.05);
}
.basecolor {
  color: #B8BFC7;
}
.themeColorText {
  color: #E2473D;
}
.baseColorText {
  color: #B8BFC7;
}
.themeColorBg {
  background: #E2473D;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  background-image: url("../images/bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #19232C !important;
  /*font-size: clamp(8px, 1px + 1vw, 14px) !important;*/
}
body, input, select, text-area, textarea.form-control  {
  font-size: calc(11px + (20 - 11) * ((100vw - 320px) / (5000 - 320))) !important;
  color: #B8BFC7 !important;
}
/*table style start*/
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
  right: .5em;
  content: "↓";
}
table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.8em;
  display: block;
  opacity: .3;
  font-weight: bold;
  font-size: 18px;
}
table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}
.dataTables_length .custom-select {
  width: 80px !important;
  text-align: center !important;
}
.dataTables_filter input[type=search] {
  width: 200px !important;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    /* text-align: center; */
  }
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
.dataTables_filter {
  text-align: right;
}
.page-link:focus {
  box-shadow: none !important;
}
.page-item.disabled .page-link, .page-link {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(256, 256, 256, 0.1) !important;
}
.page-item.active .page-link {
  background-color: #E2473D !important;
}
.table {
  border-collapse: collapse;
  color: #B8BFC7 !important;
  margin-top: 1em;
}
.table th {
  padding-top: 1.3em !important;
  padding-bottom: 1.3em !important;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(227 69 59) !important;
}
.table td {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.table-responsive {
  background-color: rgb(9, 22, 35, 0.9);
  border-radius: 10px;
  padding: 2em 1em !important;
}
.table tbody th {
  background: transparent !important;
  text-align: center;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  color: #fff !important;
}
.table td, .table thead th, .table th {
  border-bottom: 1px solid rgba(256, 256, 256, 0.1) !important;
  border-top: 1px solid rgba(256, 256, 256, 0.1) !important;
  vertical-align: middle;
}
/*table style end*/
.basefontsize {
  font-size: 13px !important;
}
.dropdown-menu-light a {
  color: #B8BFC7;
  padding: 5px 20px;
  display: block;
}
.dropdown-menu-light a:hover {
  color: #fff
}
.opalight {
  opacity: 0.5;
}
.themebold {
  font-family: inherit !important;
  font-weight: bold;
}
.themelight {
  font-family: light !important;
}
.hdng1 {
  font-weight: 100;
  font-size: calc(30px + (45 - 14) * ((100vw - 300px) / (1600 - 300))) !important;
}
.hdng1::after {
  display: none !important;
}
.hdng2 {
  font-size: inherit;
}
.hdng3 {
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hdng4 {
  font-size: 16px;

}
.display-2 {
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300))) !important;
  position: relative;
  border: 0;
  display: inline-block;
  color: #fff;
  font-weight: 400 !important;
  margin-bottom: 20px;
}
.card-body {
  padding: clamp(8px, 1px + 1vw, 14px) !important;
}
.logo {
  width: 100px;
}
.display-2:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 20px;
  height: 4px;
  right: 0;
  transform: perspective(50px);
  background: #E2473D;
  width: 48px;
}
.display-1 {
  font-size: 14px !important;
  position: relative;
  color: #fff;
  margin-bottom: 15px !important;
  font-weight: 400 !important;
  display: inline-block;
}
.display-1:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 18px;
  height: 4px;
  right: 0;
  transform: perspective(50px);
  background: #E2473D;
  width: 40px;
}
.thumbnailHdng {
  color: #fff;
  font-weight: 400 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-control, textarea.form-control {
  background-color: rgba(256, 256, 256, 0.01) !important;
  border: 1px solid rgba(256, 256, 256, 0.1) !important;
  color: #fff !important;
}
.flat-form-control {
  background: transparent !important;
  border-color: #39536b !important;
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: inherit !important;
  height: calc(1.5em + 0.75rem + -11px) !important;
  width: 100%;
  margin-bottom: 2rem;
}
.form-control:focus {
  box-shadow: none !important;
}
.glogin {
  border: 3px #EA4335 solid;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 41px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.error {
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #f34d43;
}
.visiblepwd {
  position: absolute;
  top: -4px;
  right: 0px;
  color: #fff;
  font-size: 14px;
}
.visiblepwd:hover {
  color: #B8BFC7;
}
.visibleTickgreen, .visibleTickred {
  position: absolute;
  top: -4px;
  right: 0px;
  font-size: 14px;
}
.visibleTickgreen {
  color: #17b925;
}
.visibleTickred {
  color: #f34d43;
}
.middleCntHome {
  height: calc(100vh - 85px);
}
footer {
  background: rgba(256, 256, 256, 0.02);
  align-items: center;
  justify-content: center;
  height: 40px;
  display: flex !important;
}
footer a {
  padding-right: 10px;
  color: inherit !important;
  font-size: 90%;
}
.facebook:hover {
  color: #4267B2 !important;
}
.twitter:hover {
  color: #1DA1F2 !important;
}
.instagram:hover {
  color: #8a3ab9 !important;
}
footer small {
  font-size: 70%;
}
footer a:last-child {
  padding-right: 0;
}
.sectionBg {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4.42266px);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1rem;
  margin-bottom: 50px;
}
.more {
  margin-top: -4px;
  font-size: 88%;
}
.close-xs {
  border: 0 !important;
  background-color: transparent !important;
}
.close-xs img {
  width: 12px;
}
.close-xs:hover {
  transform: rotate(180deg);
}
.more:hover {
  color: #fff !important;
}
.button-xs {
  box-shadow: 0px -1px 3px rgb(0 0 0 / 63%), inset 0px 1px 0px rgb(255 255 255 / 30%);
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  color: #fff !important;
  border-radius: 2px;
  line-height: 20px;
  background: linear-gradient(229.03deg, #57c9ff 15.08%, #09B2FE 87.43%);
  text-shadow: 0px 0px 2px #000;
}
.button-xs:hover {
  background-image: linear-gradient(46deg, #274c79 0%, #355772 100%);
}
.btsm a {
  color: #fff !important;
  font-size: 88%;
  background: #E2473D;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 26px;
  font-family: Montserrat-Medium;
}
.btsm a:hover {
  opacity: 0.8
}
.modal-header, .modal-footer {
  border-bottom: 1px solid rgba(256, 256, 256, 0.01) !important;
}
.modal-footer {
  border-top: 1px solid rgba(256, 256, 256, 0.01) !important;
}
/*dashboard styles*/
.transBg {
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(4.42266px);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.ovelapIconsBlk {}
.iconsBg {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.iconsBg img {
  height: calc(10px + (22 - 10) * ((100vw - 320px) / (5000 - 320))) !important;
}
.robosDisplayBlk {
  height: calc(100vh - 282px);
  overflow-y: scroll;
  padding: 15px;
  text-align: center;
}
.robosDisplayBlk .transBg {
  margin-bottom: 1.6em;
}
.robosDisplayBlk img {
  height: 15vh;
}
.ovelapIconsBlk .transBg {}
.transBg {
  margin-bottom: 10px;
}
.card-body-small {
  padding: 6px;
}
/*check box  and radio*/
/*
input[type=checkbox], input[type=radio] {
  position: absolute;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
input[type=checkbox][disabled], input[type=radio][disabled] {
  cursor: not-allowed;
}
input[type=checkbox][disabled] + label, input[type=radio][disabled] + label {
  cursor: not-allowed;
}
input[type=checkbox][disabled] + label:before, input[type=radio][disabled] + label:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
input[type=checkbox]:focus + label:before, input[type=radio]:focus + label:before {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.no-borderradius input[type=checkbox], .no-borderradius input[type=radio] {
  background: transparent;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
input[type=checkbox] + label, input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}
.no-borderradius input[type=checkbox] + label, .no-borderradius input[type=radio] + label {
  padding: 0;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: '';
  background: #f1f1f1;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 3px;
  border: 1px solid #cbcbcb;
}
.no-borderradius input[type=checkbox] + label:before, .no-borderradius input[type=radio] + label:before {
  display: none;
}
input[type=checkbox] + label:after, input[type=radio] + label:after {
  content: '✓';
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.no-borderradius input[type=checkbox] + label:after, .no-borderradius input[type=radio] + label:after {
  display: none;
}
*/
/*==========  Radios  ==========*/
input[type=radio] + label:before {
  border-radius: 20px;
}
input[type=radio] + label:after {
  background: #333333;
  content: '';
  top: 4px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
/*==========  Some generic styling  ==========*/
ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
li {
  text-align: left;
}
/*check box  and radio end*/
/*modals style*/
.modal-content {
  background-color: rgb(9, 22, 35, 1)!important;
  border: 0 !important;
}
.modal-content a {
  color: #B8BFC7;
}
.modalBt, .modalBt a {
  background: linear-gradient(108deg, #4f8be4 34.1%, #0f97e6 76.48%);
  border: 0;
  color: #fff !important;
  padding: 0 15px;
  border-radius: 0;
  line-height: 30px;
  border-radius: 50px;
}
.modalBt:hover, .modalBt a:hover {
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 3px #e08f89;
  background-image: linear-gradient(120deg, #e2473d 0%, #e27a3d 100%);
}
.modalHdng {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom: 3rem;
  font-weight: 100;
}
.modalHdng::after {
  content: '';
  width: 30%;
  background: #e2473d;
  position: absolute;
  bottom: -4px;
  display: inline-block;
  height: 5px;
  left: 0;
}
.fullModal {
  padding-top: 70px;
}
.modal .close {
  font-size: 3rem !important;
  color: #fff !important;
  opacity: 1 !important;
  text-align: right;
  margin-right: 50px;
  margin-top: 10px;
  font-weight: 100 !important;
}
/*@media (max-width: 940px) {
  .close {
    transform: translate(0%, -100%);
  }
}*/
/*===================*/
/*search*/
.search {
  width: 100%;
  position: relative;
  display: flex;
}
.searchTerm {
  width: 100%;
  border-right: none;
  /* border-radius: 5px 0 0 5px; */
  outline: none;
  color: #B8BFC7 !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.04);
  padding-left: 10px;
  padding-right: 10px;
}
.searchTerm:focus {
  color: #B8BFC7;
}
.fa-search {
  font-size: 13px;
}
.searchButton {
  width: 40px;
  height: 30px;
  border: 0;
  background: #1d2a33;
  text-align: center;
  color: #B8BFC7;
  /* border-radius: 0 5px 5px 0; */
  cursor: pointer;
  font-size: 19px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
/*Resize the wrap to see the search bar change!*/
.wrap {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.innertabs {
  padding-bottom: 20px;
  padding-top: 10px;
}
.innertabs .nav-item {
  display: block;
  width: 100%;
  padding: 6px 15px;
}
.innertabs a {
  color: #B8BFC7 !important;
}
.innertabs a:hover {
  color: #E2473D !important;
  display: block;
}
.innertabs .active {
  color: #E2473D !important;
  display: block;
}
/*select box style*/
.cstmSelect select {
  border-width: 0 0 1px 0;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding-right: 20px !important;
  position: relative;
  width: 100%;
  background-color: transparent;
}
option {
  color: #000 !important;
}
.cstmSelect::after {
  content: "\f107 ";
  font-family: FontAwesome;
  position: absolute;
  bottom: -5px;
  right: 0;
  text-align: center;
  pointer-events: none;
  font-size: 20px;
}
.notification .dropdown-toggle::after {
  display: none !important;
}
.tabdd .dropdown-menu {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-size: inherit !important;
  color: inherit !important;
  padding: 10px 5px !important;
  line-height: 16px !important;
}
.notification .dropdown-menu {
  background: #19232C !important;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-size: inherit !important;
  color: inherit !important;
  padding: 10px 5px !important;
  line-height: 16px !important;
  max-height: 80vh;
  overflow-y: auto;
}
@media (min-width:1200px) {
  .notification .dropdown-menu {
    width: 20vw !important;
  }
}
@media (max-width:1199px) {
  .notification .dropdown-menu {
    min-width: 40vw !important;
  }
}
@media (max-width:767px) {
  .notification .dropdown-menu {
    min-width: 80vw !important;
  }
  .mobilePic {
    max-width: 50% !important;
    display: block;
    margin: 0 auto;
  }
}
.notification .dropdown-menu a {
  color: #B8BFC7 !important
}
.notification .dropdown-menu a:hover {
  transform: scale(1.01);
  display: block;
}
.notification .dropdown-menu .list-group-flush > .list-group-item {
  transition: all 0.1s ease-in-out !important;
  background-color: transparent !important;
}
/* Tabs*/
/* Tabs Card */
.tab-card {
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}
.tab-card-header {
  background: none;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  border: none;
  margin: 0px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 2px;
}
.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}
.tab-card-header > .nav-tabs > li > a.active {
  border-bottom: 2px solid #E2473D !important;
  color: #E2473D !important;
  background-color: transparent !important;
}
.tab-card-header > .nav-tabs > li > a:hover {
  color: #007bff;
}
.tab-card-header > .tab-content {
  padding-bottom: 0;
}
@keyframes glow-green {
  0% {
    filter: brightness(80%);
    filter: saturate(100%);
  }
  100% {
    filter: brightness(150%);
    filter: saturate(50%);
  }
}
.greenbr {
  animation: glow-green 600ms ease-out infinite alternate;
  color: red;
}
@keyframes glow-red {
  0% {
    filter: brightness(80%);
    filter: saturate(100%);
  }
  100% {
    filter: brightness(150%);
    filter: saturate(50%);
  }
}
.redbr {
  animation: glow-red 700ms ease-out infinite alternate;
  color: #11c711;
}
.blr {
  filter: invert(70%);
}
.myTabContent {
  max-height: 263px;
  overflow-y: auto;
}
.myTabContentpop {
  max-height: 446px;
  overflow-y: auto;
}
.tabdd .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: inherit !important;
  background-color: inherit !important;
  border-color: inherit !important;
}
.nowarp {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between !important;
}
.nowarp .iteam {
  display: inline-block;
  padding: 0.5rem;
}
.nowarp .iteam a {
    background: rgba(255,256,256,0.1);
    padding: 3px 6px;
    border-radius: 4px;
    filter: drop-shadow(2px 4px 6px #000);
}
.nowarp .iteam a:hover {color: #E2473D!important};
.card-header {
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(4.42266px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f077";
  position: absolute;
  left: 11px;
  top: calc(50% - 11px);
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f078 ";
}
.accordion a, .card-header {
  color: inherit !important;
  cursor: pointer;
}
/*.scrool*/
/*example2 scrollbar*/
#ex2::-webkit-scrollbar {
  width: 16px;
  background-color: #cccccc;
}
#ex2::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 10px;
}
#ex2::-webkit-scrollbar-thumb:hover {
  background-color: #666666;
  border: 1px solid #333333;
}
#ex2::-webkit-scrollbar-track {
  border: 1px gray solid;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px gray inset;
}
/* example3 scrollbar*/
#ex3::-webkit-scrollbar {
  width: 16px;
  background-color: #cccccc;
}
#ex3::-webkit-scrollbar-thumb {
  background-color: #B03C3F;
  border-radius: 10px;
}
#ex3::-webkit-scrollbar-thumb:hover {
  background-color: #BF4649;
  border: 1px solid #333333;
}
#ex3::-webkit-scrollbar-thumb:active {
  background-color: #A6393D;
  border: 1px solid #333333;
}
#ex3::-webkit-scrollbar-track {
  border: 1px gray solid;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px gray inset;
}
/*example4 scrollbar*/
#ex4::-webkit-scrollbar {
  width: 8px;
  background-color: #cccccc;
}
#ex4::-webkit-scrollbar-thumb {
  background-color: #333333;
}
#ex4::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
  border: 1px solid #333333;
}
#ex4::-webkit-scrollbar-thumb:active {
  background-color: #666666;
  border: 1px solid #333333;
}
#ex4::-webkit-scrollbar-track {
  border: 1px gray solid;
  -webkit-box-shadow: 0 0 2px gray inset;
}
/*example5 scrollbar*/
#ex5::-webkit-scrollbar {
  width: 10px;
  background-color: #cccccc;
}
#ex5::-webkit-scrollbar-thumb {
  background-color: #0d141f;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 1px 006600 inset;
}
#ex5::-webkit-scrollbar-thumb:hover {
  background-color: #040608;
  border: 1px solid #000;
}
#ex5::-webkit-scrollbar-track {
  border: 1px #0d304e solid;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 6px #292f39 inset;
}
.cstmMenu .dropdown-toggle::after {
  display: none !important;
}
.cstmMenu .dropdown-menu {
  background-color: rgb(29 40 51) !important;
  width: 150px;
}
.menuG {
  width: 18px;
  opacity: 0.6;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 4px;
}
.poliotBgLyr {
  position: relative;
}
.poliotTopLyr {
  position: absolute;
  top: 0;
  width: 100%;
}
.poliotBtLyrMask {
  position: absolute;
  bottom: 8px;left: 15px;right: 15px;
  width: calc(30px-100%);
}
.webVizTop {
  border: 1px #222d36 solid;
  width: 100%;
  height: 50px;
  background: #18222b;
  align-items: center;
  display: flex;
  padding: 0 5px
}
.webVizBottom {
  width: 100%;
  height: 70px;
  background: #18222b;
  align-items: center;
  display: flex;
}
.webVixBt {
  background: #232d37;
  padding: 6px 10px;
  border-radius: 4px;
  color: #bebebd;
  font-weight: 600;
}
.webVixBt:hover {
  background: #36363d;
  color: #bebebd !important;
}
.poliotBtLyr {
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 1000;
}
.resHeightPoliot {
  height: calc(100vh - 95px);
  width: 100%;
}
.modal-header {
  padding: 25px 44px 25px 25px !important;
}
.modal-header .close {
  padding: 0rem 1rem !important;
  margin: -1rem -1rem -1rem auto;
}
.dirlabel {
  width: 30px;
  margin-left: 33px;
  text-align: center;
  height: 30px;
  border-radius: 0;
  line-height: 30px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius-left-top: 0;
  font-size: 14px;
  color: #fff;
  margin-top: 0px;
}
.toprotate-1 img, .toprotate-2 img {
  opacity: 0.5;
}
.toprotate-1:hover, .toprotate-2:hover {
  background: #1F1F23;
  border: 2px solid rgba(34, 34, 34, 0.8);
  box-sizing: border-box;
  box-shadow: 0px 0px 2px rgba(168, 159, 159, 0.4), inset 0px 3px 2px rgba(243, 239, 239, 0.4), inset 0px 3px 2px rgba(255, 255, 255, 0.25);
}
.toprotate-active {
  background: #1F1F23 !important;
  border: 2px solid rgba(34, 34, 34, 0.8) !important;
  box-sizing: border-box !important;
  box-shadow: 0px 0px 2px rgba(168, 159, 159, 0.4), inset 0px 3px 2px rgba(243, 239, 239, 0.4), inset 0px 3px 2px rgba(255, 255, 255, 0.25) !important;
}
.toprotate-active img {
  opacity: 1;
}
.toprotate-active2 {
  background: #1F1F23 !important;
  border: 2px solid rgba(34, 34, 34, 0.8) !important;
  box-sizing: border-box !important;
  box-shadow: 0px 0px 2px rgba(168, 159, 159, 0.4), inset 0px 3px 2px rgba(243, 239, 239, 0.4), inset 0px 3px 2px rgba(255, 255, 255, 0.25) !important;
}
.toprotate-active2 img {
  opacity: 1;
}
.toprotate-1:hover img, .toprotate-2:hover img {
  opacity: 1;
}
.toprotate-1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(329.76deg, #252422 12.95%, #323232 86.08%);
  border: 2px solid #000000;
  box-shadow: inset 3px 3px 4px 0.945455px rgba(255, 255, 255, 0.37), inset 0px 0px 4px 4.94545px rgba(0, 0, 0, 0.5);
  width: 6vh;
  height: 6vh;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: -33px;
  left: -12px;
  position: relative;
}
.toprotate-1 img {
  width: 3.5vh;
  aspect-ratio: 1 / 1;
  top: 20%;
  left: 20%;
  position: absolute;
}
.toprotate-2 {
  position: relative;
  width: 6vh;
  height: 6vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(329.76deg, #252422 12.95%, #323232 86.08%);
  border: 2px solid #000000;
  box-shadow: inset 3px 3px 4px 0.945455px rgba(255, 255, 255, 0.37), inset 0px 0px 4px 4.94545px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: -33px;
  right: -12px;
}
.toprotate-2 img {
  width: 3.5vh;
  aspect-ratio: 1 / 1;
  top: 20%;
  left: 20%;
  position: absolute;
}
.remotecard {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.joyStickBlk {
  position: relative;
  width: 25vh;
  aspect-ratio: 1 / 1;
  background: #1C1C1D;
  box-shadow: inset 0px 3px 1px rgba(120, 120, 121, 0.38);
  border-radius: 50%;
  margin: 0 auto;
}
.zleft {
  position: absolute;
  top: 8px;
  left: -20px;
  /*transform: rotate(-332deg);*/
}
.zright {
  position: absolute;
  right: -19px;
  top: 7px;
  /*transform: rotate(332deg);*/
}
.zleft img, .zright img {
  filter: opacity(0.5);
  width: 40px;
}
.zleft:hover img, .zright:hover img {
  filter: opacity(1)
}
.topArrow img, .bottomArrow img {
  width: 40px;
  height: 47px;
}
.leftArrow img, .rightArrow img {
  width: 47px;
  height: 40px;
}
.topArrow, .bottomArrow, .leftArrow, .rightArrow {
  position: absolute;
  z-index: 100;
}
.topArrow {
  left: 50%;
  transform: translate(-50%, -0);
  top: 8px;
}
.topArrow img, .bottomArrow img, .leftArrow img, .rightArrow img {
  opacity: 0.2;
}
.topArrow:hover img, .bottomArrow:hover img, .leftArrow:hover img, .rightArrow:hover img {
  opacity: 1;
}
.jySticBtsActive {
  opacity: 1;
}
.middlestopbt {
  background: linear-gradient(180deg, #060505 0%, #2E2E2E 59.48%, #312F2F 100%);
  border: 2px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px #6f6767, inset 0px 3px 2px #595959;
  width: 10vh;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.middlestopbt:hover {
  border: 1px red solid;
}
.middlestopbtactive {
  border: 1px red solid;
}
.stopbtActive {
  filter: brightness(0.6);
}
.leftArrow {
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
.rightArrow {
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
.bottomArrow {
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
}
.stopbt {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  position: absolute;
}
.stopbt img {
  width: 45px;
}
.stopbt:hover img {
  filter: brightness(0.6);
}
.onoff {
  margin-top: -50px;
}
.sideArwsActive {
  filter: invert(100%);
}
.middleArwsActive {
  opacity: 1;
}
.stopActive {
  filter: saturate(7.5);
}
.arrow-up, .arrow-down, .arrow-left, .arrow-right {
  position: relative;
  background: #3C3D41;
  border: 1px solid rgba(34, 34, 34, 0.8);
  box-sizing: border-box;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 40%), inset -1px -2px 2px rgb(0 0 0 / 40%), inset 0px 2px 2px rgb(255 255 255 / 25%);
  border-radius: 50px;
  width: 5vh;
  aspect-ratio: 1 / 1;
}
.arrow-up:hover, .arrow-down:hover, .arrow-left:hover, .arrow-right:hover {
  background: #1F1F23;
  border: 1px solid rgba(34, 34, 34, 0.8);
  box-sizing: border-box;
  box-shadow: 0px 0px 2px rgba(168, 159, 159, 0.4), inset 0px 3px 2px rgba(243, 239, 239, 0.4), inset 0px 3px 2px rgba(255, 255, 255, 0.25);
}
.arrow-up-active, .arrow-down-active, .arrow-left-active, .arrow-right-active {
  background: #1F1F23 !important;
  border: 1px solid rgba(34, 34, 34, 0.8);
  box-shadow: 0px 0px 2px rgba(168, 159, 159, 0.4), inset 0px 3px 2px rgba(243, 239, 239, 0.4), inset 0px 3px 2px rgba(255, 255, 255, 0.25);
}
.arrow-up-active::after {
  border-bottom-color: #ffffff !important;
}
.arrow-down-active::after {
  border-top-color: #ffffff !important;
}
.arrow-left-active::after {
  border-right-color: #ffffff !important;
}
.arrow-right-active::after {
  border-left-color: #ffffff !important;
}
.arrow-up::after, .arrow-down::after, .arrow-left::after, .arrow-right::after {
  position: absolute;
  content: '';
}
.arrow-up::after {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.arrow-down::after {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.arrow-left::after {
  top: 50%;
  left: 45%;
  transform: translate(-45%, -50%);
}
.arrow-right::after {
  top: 50%;
  left: 55%;
  transform: translate(-55%, -50%);
}
.arrow-up:hover::after {
  border-bottom-color: #ffffff;
}
.arrow-down:hover::after {
  border-top-color: #ffffff;
}
.arrow-left:hover::after {
  border-right-color: #ffffff;
}
.arrow-right:hover::after {
  border-left-color: #ffffff;
}
.arrow-up::after {
  border-left: 1vh solid transparent;
  border-right: 1vh solid transparent;
  border-bottom: 1vh solid #1B1B1C;
}
.arrow-down::after {
  border-left: 1vh solid transparent;
  border-right: 1vh solid transparent;
  border-top: 1vh solid #1B1B1C;
}
.arrow-right::after {
  border-top: 1vh solid transparent;
  border-bottom: 1vh solid transparent;
  border-left: 1vh solid #1B1B1C;
}
.arrow-left::after {
  border-top: 1vh solid transparent;
  border-bottom: 1vh solid transparent;
  border-right: 1vh solid #1B1B1C;
}
/*<toggle button>*/
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tg-list {
  text-align: center;
  display: flex;
  align-items: center;
}
.tg-list-item {
  margin: 0 2em;
}
h2 {
  color: #777;
}
h4 {
  color: #999;
}
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #000;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}
.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}
.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease;
  background: #fafafa;
  font-size: 11px;
  font-weight: 100;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #333;
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}
.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}
.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}
.bcolor {
  color: #ffffff;
  font-size: 16px;
  font-family: 'numfont';
}
.font-11 {
  font-size: 11px;
}
/*<toggle button end>*/
.box {
  margin: 20px auto;
  width: 75px;
  height: 33px;
  background: #272622;
  border: 2px solid #000000;
  box-shadow: inset 0px 2px 5px #0A0909;
  border-radius: 4px;
}
.share {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: none;
  border: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  text-align: center;
}
.scale {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.line, .line2, .line3 {
  width: 13px;
  height: 60px;
  position: absolute;
  transform: rotate(15deg);
}
.line {
  right: 22px;
  top: -5px;
  background: #9ECE92;
}
.line2 {
  right: 10px;
  background: #33A8CC;
}
.line3 {
  right: -3px;
  background: #1E73B5;
}
.icon {
  user-select: none;
  position: absolute;
  color: #D0D8DB;
  left: 15px;
  top: 6px;
}
.icon h1 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.9em;
}
.icon .btn {
  position: absolute;
  right: -27px;
  background: rgba(208, 216, 219, 0.9);
  color: #2A4870;
  top: 7px;
  padding: 3px 7px;
  border-radius: 50%;
}
.cstm_active {
  z-index: -2;
  margin-top: -10px;
  margin-left: -105px;
  position: absolute;
  opacity: 0;
  transition: all 0.7s ease;
}
.cstm_active li {
  top: -10px;
  list-style-type: none;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #272622;
  position: absolute;
  /* box-shadow: 2px 2px 6px rgb(42 72 112 / 50%); */
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  /* backdrop-filter: blur(10px); */
  box-shadow: inset 0px 2px 5px #0a0909;
}
.cstm_active i {
  margin: 10px 10px 8px 9px;
}
.cstm_open {
  position: absolute;
  margin-left: -105px;
  margin-top: 10px;
  opacity: 1;
}
.fab {
  padding-left: 5px;
}
.one {
  left: 0;
}
.two {
  left: 35px;
}
.three {
  left: 70px;
}
.four {
  left: 105px;
}
.five {
  left: 140px;
}
.six {
  left: 175px;
}
#hide {
  visibility: hidden;
}
.iconwidth10 {
  height: 10px;
}
/* pusupend */
svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.successWarper p {
  text-align: center;
  margin: 20px 0 60px;
  font-size: 1.25em;
}
p.success {
  color: #73AF55;
}
p.error {
  color: #D06079;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.signUpconfirmh1 {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 100;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
}
.signUpconfirmh2 {
  font-size: 15px;
  padding-top: 40px;
  line-height: 20px;
  text-align: center;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 100000000s;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #273a4b inset !important;
}
.cardLink {
  transition: all 0.0001s ease 0s;
  background-color: rgba(256, 256, 256, 0.04) !important;
  min-height: 45px !important;
}
.cardLink:hover {
  box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 10%);
  cursor: pointer;
  background-color: rgba(256, 256, 256, 0.08) !important;
  transition: all 0.0001s ease 0s;
}
.green {
  color: #00cc33 !important;
}
.red {
  color: #cc3300;
}
.blue {
  color: #00ccff;
}
.yellow {
  color: #ffcc66;
}
.brush {
  position: relative;
  width: 5vh;
  height: 5vh;
  transform: translateX(-50%);
  left: 50%;
}
.brush input {
  display: none;
}
.brush label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5vh;
  height: 5vh;
  background-color: #121212;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.brush .light {
  position: absolute;
  top: 0;
  left: 0;
}
.brush .light img {
  width: 5vh;
  position: absolute;
}
.brush .light .on-light {
  opacity: 0;
}
.brush input:checked ~ .light .on-light {
  opacity: 1;
}
.brush input:checked ~ .off {
  display: none;
}
.fa-power-off {
  padding-right: 5px !important;
}
.box .up {
  line-height: 30px;
}
.box .up img {
  height: 9px;
}
.box .up {
  display: none;
}
.dn {
  text-align: center;
  line-height: 25px;
  margin: 0 auto;
  margin-left: 3px;
}
.dn img {
  width: 7px;
}
.show .dn {
  display: none;
}
.show .up {
  display: block;
}
.redmodal {
  background: linear-gradient(to bottom right, #4e0d00, #2f0d0b) !important;
  color: #fff !important;
  padding: 0 20px !important;
}
.redmodal h6 {
  font-weight: 600 !important;
  line-height: 15px !important;
  font-size: 11px;
}
.redShine {
  background-image: linear-gradient(46deg, #983730 0%, #8e340e 100%);
  box-shadow: 0px 0 7px #8c251f;
  width: 70px;
  height: 30px;
  color: #fff;
  border-radius: 50px;
  border: 1px #822c2c solid !important;
}
.redShine:hover {
  background-image: linear-gradient(46deg, #b7544d 0%, #e65619 100%);
}
.redmodal .modal-footer {
  justify-content: center !important;
}
.red img {
  width: 28px;
}
.redmodal label, .redmodal button {
  text-transform: uppercase;
}
.liderWarper img {
  width: 100%;
  height: calc(100vh - 125px);
}
/* loader start */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 62px;
  margin-top: -22px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1000px) and (orientation : portrait) {
  .landscapeMode {
    display: block !important;
  }
}
@media only screen and (min-device-width : 300px) and (max-device-width : 767px) and (orientation : portrait) {
  .landscapeMode {
    display: block !important;
  }
}
.landscapeMode {
  backdrop-filter: blur(10px);
  position: absolute;
  z-index: 10000000000000;
  width: 100%;
  height: 100vh;
  top: 0;
  display: none;
  background: #080000;
}
.landscapeMode .mpic {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  justify-items: center
}
.landscapeMode .mpic img {
  width: 100%;
}
.poliot-mode-off {
  height: 100%;
  top: 0;
  position: absolute;
  width: 90%;
  z-index: 101;
  backdrop-filter: blur(3px);
  left: 50%;
  transform: translateX(-50%);
}
.shapeltrs {
  /* margin-left: 20px;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.34);
    border-radius: 15px;*/
}
.shapeltrs .switch {
  margin: 5px;
  padding: 5px 5px;
}
.firstDivL {
  margin-left: 15px !important;
}
.lastDivR {
  margin-right: 15px !important;
}
.firstDivT {
  margin-top: 15px !important;
}
.lastDivb {
  margin-bottom: 15px !important;
}
.netTxt {
  margin-top: 1px;
}
.shaeCnt {
  margin-top: 5px;
  margin-left: 4px;
  min-width: 80px;
}
.fluidHeight {
	height: calc(100vh - 205px);display: flex;align-items: center;
}

.joystickonoff {
  height: 50px;
  background: #18222b;
  line-height: -4px;
  z-index: 1;
  position: relative;
  align-items: center;
  padding-top: 8px;
}
.topControls {
  height: 50px;
  background: #18222b;
  z-index: 1;
  position: relative;
  align-items: center;
}
.cstmList .list-group-item {
  background-color: transparent !important;
  border: 0 !important;
}
.cstmList .NumCnt {
  font-size: clamp(0.1em, -0.175em + 8.333333vw, 1em) !important;
}
.square-display {
  display: block !important;
  position: relative;
  padding-right: 10px;
}
.square-display img {
  width: 20px;
}
.rewt {
  /*width: 28px !important;
  margin-left: -2px !important;*/
}
.sensors {
  /*width: 17px !important;
  margin-left: 5px !important;*/
}
.NumLb2 {
  font-family: numfont !important;
  font-size: 11px !important;
}
.withOutJstkBlk {
  align-items: center !important;
}
.withOutJstkBlk img {
  max-width: 100%;
}
.dateStyle {
  position: relative;
  font-style: italic;
}
.dateStyle::after {
  position: absolute;
  content: '\f017';
  display: block;
  font-family: FontAwesome;
  font-style: normal !important;
  top: 0;
  left: -15px;
  color: rgb(227 69 59);
}
.commentsWarper {
  max-height: calc(100vh - 370px);
  overflow-y: auto;
  margn: 10px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.commentsWarper .text-white {
	position: relative;
	padding-left: 15px;
}
.commentsWarper .text-white::before {
	position: absolute;
    content: '\f2c0';
    display: block;
    font-family: FontAwesome;
    font-style: normal !important;
    top: 0;left:0;color: rgb(227 69 59) !important;
}
.commentsWarper section:last-child {
	position: relative;
	padding-left: 15px;
}
.commentsWarper section:last-child::before {
	position: absolute;
    content: '\f0e5';
    display: block;
    font-family: FontAwesome;
    font-style: normal !important;
    top: 0;left:0;color: rgb(227 69 59) !important;
	opacity: 0.5;display: none;
}
.modal-backdrop.show {
  opacity: .92 !important;
}
.rndltrs {
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  margin-right: 5px;
}
#toggle-button_wrap, #toggle-button, #toggle-button:before {
  border-radius: 20px;
  cursor: pointer;
  background-color: white;
}
#toggle-button_wrap {
  position: relative;
  margin: 1% auto;
  width: 100px;
  height: 35px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#toggle-button_wrap input {
  display: none;
  opacity: 0 !important;
}
#toggle-button, #toggle-button:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
#toggle-button:before, #toggle {
  transition: all .3s ease-in-out;
  background-color: green;
}
#toggle-button:before {
  content: "";
  opacity: 0;
}
#toggle {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
#toggler:checked ~ #toggle {
  transform: translate(-28px, -50%);
  left: 90%;
  background-color: white;
}
#toggler:checked ~ #toggle-button:before {
  opacity: 1;
}
.nWalm {
  transform: scale(0.5);
  margin-top: -10px;
}
.daysStyle {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 20px;
}
.daysStyle input {
  opacity: 0;
}
.daysStyle label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: numfontbold !important;
}
.daysStyle input:checked ~ .labelActive {
  color: #fff;
  background-image: linear-gradient(46deg, #274c79 0%, #355772 100%);
  box-shadow: 0px 0 7px #395a77;
}
.veer input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.veer label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 18px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}
.veer label:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.veer input:checked + label {
  background: #bada55;
}
.veer input:checked + label:after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}
.veer .toggle .scheduleTimeBlk {
  display: none;
}
.veer input:checked + .scheduleTimeBlk {
  display: block;
}
.veer input:checked + .immediatelyTimeBlk {
  display: none;
}
.statrtImd {
  position: relative;
  cursor: pointer;
}
.statrtImd input {
  opacity: 0;
}
.statrtImd label {
  position: absolute;
  right: 0;
  background: linear-gradient(229.03deg, #57c9ff 15.08%, #09B2FE 87.43%);
  text-shadow: 0px 0px 2px #000;
  height: 40px;
  width: 150px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.statrtImd input:checked + label {
  background: green;
}
.timesetpic {
  width: 200px;
  height: auto;
}
.repeatTime {
  background: rgba(0, 0, 0, 0.2);
  min-height: 99px;
  margin: 0 !important;
  border-radius: 4px;
}
.repeatHdng {
  padding-top: 13px;
  margin-bottom: -12px;
  font-size: 14px;
  font-weight: 100;
}
.modal-body {
  overflow-x: hidden !important;
}
.themeChkbox {
  margin-right: 30px;
  margin-bottom: 20px
}
.themeChkbox input {
  display: none;
}
.themeChkbox label {
  cursor: pointer;
}
.themeChkbox label {
  cursor: pointer;
  position: relative;
  width: auto;
  margin-left: 25px;
}
.themeChkbox input + label::before {
  content: '';
  margin-right: 6px;
  display: inline-flex;
  color: rgba(256, 256, 256, 0.3);
  border-radius: 4px;
  height: 20px;
  width: 22px;
  border: 1px rgba(256, 256, 256, 0.5) solid;
  vertical-align: middle;
  align-items: center;
  position: absolute;
  left: -25px;
  top: -1px;
}
.themeChkbox input:checked + label::before {
  content: '\f00c' !important;
  font-family: fontAwesome;
  color: #B8BFC7;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(329.76deg, #252422 12.95%, #323232 86.08%);
  padding-left: 3px;
  border: 1px solid #000000;
}
/*mapstyles start*/
.map-container {
  display: grid;
  height: 100vh;
  grid-template-columns: 1.5fr 1fr 0.9fr;
  grid-template-areas:
    "incident-graph incident-graph map-sidebar"
    "map1 map2 map-sidebar"
    "map3 map4 map-sidebar"
    "map-table map-table map-table";
  grid-gap: 1rem;
}
#incident-graph {
  grid-area: incident-graph;
  box-shadow: 0px 0px 10px rgba(256, 256, 256, 0.5), 0px 0px 10px #000;
}
#map-sidebar {
  grid-area: map-sidebar;
  box-shadow: 0px 0px 10px rgba(256, 256, 256, 0.5), 0px 0px 10px #000;
  order: 2;
}
#map1 {
  grid-area: map1;
  box-shadow: 0px 0px 10px rgba(256, 256, 256, 0.5), 0px 0px 10px #000;
}
#map2 {
  grid-area: map2;
  box-shadow: 0px 0px 10px rgba(256, 256, 256, 0.5), 0px 0px 10px #000;
}
#map3 {
  grid-area: map3;
  box-shadow: 0px 0px 10px rgba(256, 256, 256, 0.5), 0px 0px 10px #000;
}
#map4 {
  grid-area: map4;
  box-shadow: 0px 0px 10px rgba(256, 256, 256, 0.5), 0px 0px 10px #000;
}
#map-table {
  grid-area: map-table;
  order: 5;
}
@media only screen and (max-width: 550px) {
  .map-container {
    display: flex;
    flex-direction: column;
  }
  #map-table {
    order: 5;
  }
  #map-sidebar {
    order: 2;
  }
}
.fa {
 color: #fff!important;
}
/*mapstyles end*/