:host {
  background-color: #fff;
  display: block;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
}
.btn-strct-2 {
  min-width: 120px;
  padding: 5px;
}

.ctr-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 100px;
  width: 100%;
}

.full-width {
  width: 100% !important;
  box-sizing: border-box;
}
.home-page-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 35px 0 0 35px;
  overflow: auto;
  min-width: 1024px;
}
.home-page-container .device-poup-cont {
  margin-bottom: 10px;
}
.home-page-container .close-icon-holder {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 27px;
  justify-content: center;
  width: 27px;
}
.home-page-container .device-popup.video {
  background-color: #000;
}
.disable-route {
  cursor: no-drop !important;
}
.disable-route .hp-left-menu-txt {
  color: #808080;
}
.hp-top-container {
  width: 100%;
  height: 120px;
  position: relative;
}
.hp-device-area-container {
  width: 500px;
  height: 110px;
  align-items: flex-start;
}
.hp-device-status-icon {
  width: 55px;
  height: 55px;
  margin: 0 15px 0 0;
}
.hp-device-name-holder {
  display: flex;
  height: 55px;
  width: calc(100% - 70px);
}
.hp-device-status-txt {
  font: normal 16px 'Roboto-Regular';
  color: #464646;
}
.hp-device-name-desc {
  color: #555;
  font: normal 14px/20px 'Roboto-Regular';
  margin-top: 10px;
  max-width: 320px;
}
.hp-device-name-desc span {
  color: #f06156;
  font-weight: bold;
  cursor: pointer;
}
.hp-device-name-txt {
  font: normal 34px 'Roboto-Regular';
  color: #5c5c5c;
  left: -2px;
  position: relative;
}
.hp-video-trigger-container {
  width: 500px;
  height: 170px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.hp-evm-video-btn {
  border: 1px solid #5ec5dc;
  border-radius: 24px;
  text-align: left;
  background: url("../../assets/images/video-btn-arrow.png") no-repeat calc(100% - 8px) center;
  font: normal 14px/46px 'Roboto-Regular';
  color: #1c99c4;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.hp-evm-video-btn:hover {
  border-width: 2px;
}
.hp-like-to-drive-holder {
  margin-top: 50px;
}
.hp-liketodrive-left-holder {
  width: 80px;
  height: 68px;
  background: url("../../assets/images/like-to-drive-left.png") no-repeat center center;
}
.hp-liketodrive-right-holder {
  width: 80px;
  height: 68px;
  background: url("../../assets/images/like-to-drive-right.png") no-repeat center center;
}
.hp-liketodrive-cont-holder {
  width: calc(100% - 160px);
  height: 68px;
  border-top: 1px solid #f2d7d3;
  border-bottom: 1px solid #f2d7d3;
  font: normal 20px/66px 'Roboto-Regular';
  color: #d95540;
  text-align: center;
}
.hp-sub-heading {
  font: normal 16px 'Roboto-Regular';
  color: #464646;
}
.hp-mid-area-container {
  width: 100%;
  height: calc(100% - 265px);
  position: relative;
}
.hp-mid-area-container-extend {
  width: 100%;
  height: calc(100% - 120px);
  position: relative;
}
.hp-mid-left-menu-container {
  align-items: flex-start;
  height: 100%;
  margin-top: 25px;
  max-height: 240px;
  position: relative;
  width: 250px;
}
.hp-mid-left-menu-holder {
  width: 100%;
  height: calc(100% - 25px);
  max-height: 200px;
  position: relative;
}
.hp-mid-left-menu-row {
  height: 33%;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
.hp-mid-left-menu-row .left-icon {
  width: 28px;
  margin: 0 10% 0 0;
}
.hp-mid-left-menu-row.flex-row-left-center {
  min-height: 50px;
}
.hp-mid-left-menu-row:hover .hp-left-menu-txt {
  font-weight: bold;
}
.hp-left-menu-txt {
  font: normal 14px 'Roboto-Regular';
  color: #c00;
  margin: 0 5% 0 0;
}
.hp-mid-motor-container {
  width: calc(100% - 650px);
  margin: 0 2%;
  height: 96%;
  position: relative;
  text-align: center;
}
.hp-mid-motor-container img {
  max-height: 100%;
  max-width: 100%;
}
.hp-mid-motor-container svg {
  height: 120%;
  left: -15%;
  position: relative;
  width: 120%;
  top: -20%;
}
.hp-mid-rmenu-container {
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
  margin-top: 40px;
  max-height: 275px;
  position: relative;
  width: 400px;
}
.hp-mid-rmenu-container .routearrow {
  position: relative;
  left: 20px;
}
.hp-mid-rmenu-holder {
  width: 300px;
  max-width: 300px;
  min-height: 76px;
  border-radius: 38px;
  border: 1px solid #f2d7d3;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.4s linear;
}
.hp-mid-rmenu-holder.flex-row-left-center {
  margin-bottom: 10px;
  min-height: 65px;
  z-index: 1;
}
.hp-mid-rmenu-holder:hover {
  box-shadow: 0 0 30px 2px rgba(240,97,86,0.4);
}
.hp-mid-rmenu-holder:hover .hp-mid-rmenu-txt {
  font-weight: bold;
  color: #c00;
}
.hp-mid-rmenu-holder.disable {
  border: 1px solid #eee;
  box-shadow: 0 0 20px 1px rgba(128,128,128,0.6) !important;
  cursor: not-allowed;
}
.hp-mid-rmenu-holder.disable .hp-mid-rmenu-txt {
  font-weight: normal !important;
}
.hp-mid-rmenu-icon-holder {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 7px solid #fff;
  background: #f06156;
  box-shadow: 0 0 20px 1px rgba(240,97,86,0.5);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.hp-mid-rmenu-icon-holder.disable {
  background-color: rgba(128,128,128,0.6) !important;
  box-shadow: 0 0 20px 1px rgba(128,128,128,0.6) !important;
}
.hp-mid-rmenu-txt {
  font: normal 13px 'Roboto-Medium';
  color: #413838;
  margin: 0 5% 0 32%;
  max-width: 130px;
  width: 130px;
}
.hp-mid-rmenu-txt.disable {
  color: rgba(128,128,128,0.6) !important;
}
.hp-bottom-container {
  height: 125px;
  left: 0px;
  margin: 10px 0;
  width: 100%;
}
.hp-bottom-holder {
  width: 100%;
  justify-content: center !important;
  height: 100%;
  position: relative;
}
.hp-bottom-menu {
  width: 125px;
  height: 115px;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
  background: #fff;
  cursor: pointer;
  margin: 0px 10px;
  padding-top: 20px;
  transition: all 0.4s linear;
}
.hp-bottom-menu .fotter-icon-hover {
  display: none;
}
.hp-bottom-menu:hover {
  background: #1c99c4;
  text-decoration: none;
}
.hp-bottom-menu:hover .fotter-icon-hover {
  display: block;
}
.hp-bottom-menu:hover .fotter-icon-normal {
  display: none;
}
.hp-bottom-menu:hover .hp-bottom-menu-text {
  color: #fff;
}
.hp-bottom-menu-text {
  align-items: center;
  display: flex;
  font: normal 14px 'Roboto-Regular';
  color: #1c99c4;
  height: 76px;
  text-align: center;
}
.close-icon-holder {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 10;
  cursor: pointer;
}

.max-box {
  height: 200px;
  width: 500px;
}

.more-info-pup-container {
  width: 900px;
  height: 580px;
  position: absolute;
  left: calc(50% + 25px);
  top: calc(50% + 35px);
  transform: translate(-50%, -50%);
  background: #fff;
}
.mi-left-panel {
  width: 290px;
  height: 100%;
  background: #1c99c4;
}
.mi-left-heading {
  font: bold 40px 'Roboto-Regular';
  color: #fff;
  margin: 40px 0 0 0;
  position: relative;
}
.mi-left-heading:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 5px;
  background: #fff;
  left: 0;
  bottom: -5px;
}
.mi-left-menu-center-holder{
  width: 100%;
  margin: 92px 0 0 0;
}
.mi-left-menu-container {
  width: 100%;
}
.mi-left-menu-holder {
  border-left: 5px solid #1c99c4;
  width: 100%;
  height: 40px;
  font: normal 14px/40px 'Roboto-Regular';
  color: #d9eef5;
  padding: 0 0 0 32px;
  cursor: pointer;
}
.mi-left-menu-holder:hover {
  background: #40a9cd;
  border-left: 5px solid #40a9cd;
  color: #d9eef5;
}
.mi-left-menu-holder.current {
  background: #40a9cd;
  border-left: 5px solid #d9eef5;
  color: #d9eef5;
}
.mi-right-panel {
  width: calc(100% - 420px);
  margin: 65px;
  position: relative;
  overflow: auto;
  height: calc(100% - 130px);
}
.mi-right-data-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mi-right-heading {
  font: normal 25px 'Roboto-Regular';
  color: #3aa7cc;
}
.mi-right-plaincontent {
  width: 100%;
  margin: 22px 0;
}
.mi-right-content-image {
  width: 100%;
  margin: 0 0 15px 0;
  display: flex;
}
.mi-right-content-image img {
  height: 171px;
  width: 225px;
}
.mi-right-content-image .img-content {
  height: 171px;
  margin: 0 10px 0 0;
  width: 225px;
}
.mi-right-content {
  font: normal 14px/22px 'Roboto-Regular';
  color: #717578;
}
.mi-pup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.mi-pup-next {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.tooltip-hide {
  display: none !important;
  z-index: -100;
}
p {
  margin: 0px !important;
}
.device-poup-cont {
  color: #000;
  text-align: center;
}
.video-cont {
  margin: 15px 0px 0px 25px;
  width: 200px;
  height: 48px;
}
.common-tooltip {
  width: auto;
  padding: 20px 10px;
  background: #fff;
  box-shadow: 0px 0 2px 1px rgba(204,0,0,0.2);
  border-radius: 5px;
  position: fixed;
  z-index: 10;
}
.common-tooltip.bottom:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 8px;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.common-tooltip.bottom:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
}
.common-tooltip.top:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 8px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../assets/images/tooltip-bottom-arrow.png") no-repeat center center;
}
.common-tooltip.top:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
}
.common-tooltip.top-right:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 8px;
  bottom: -8px;
  right: 10px;
  background: url("../../assets/images/tooltip-bottom-arrow.png") no-repeat center center;
}
.common-tooltip.top-right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
}
.common-tooltip.bottom-right:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 8px;
  top: -8px;
  right: 10px;
}
.common-tooltip.bottom-right:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0px;
  right: -15px;
}
.common-tooltip.left:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 14px;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  background: url("../../assets/images/menu-ttip-arrow-right.png") no-repeat center center;
}
.common-tooltip.left:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0px;
  right: -15px;
}
.common-tooltip.right-menu {
  border: 1px solid #1c99c4;
  color: #000;
  right: 410px;
  width: 380px;
}
