body {
  margin: 0;
  padding: 0; 
  font-family: Roboto !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: scroll;
  /* overflow-scrolling: touch !important; */
  /* -webkit-overflow-scrolling: touch !important; */
  height: 100vh;
}
.fixed-body {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
button {
  box-shadow: none !important;
}
.virtualkey-header {
  /* background: #f5f5f5 !important; */
  min-height: 80px;
  padding: 12px 15px !important;
  box-shadow: none !important;
  border-bottom: solid 1px #ccc !important;
  /* border-top: solid 1px #ccc !important; */
  z-index: 1000 !important;
}
.virtualkey-header-navicon {
  color: #f4940b !important;
}
.virtualkey-header > div:first-child {
  padding: 0 !important;
}
.virtualkey-header h6 {
  line-height: 1;
  flex-grow: 1;
}

.virtualkey-header-infodesktop span {
  font-size: 16px;
  font-weight: normal;
}
.virtualkey-sidebar {
  height: calc(100vh - 64px);
  background: #ffffff;
  position: relative !important;
  vertical-align: top;
  width: 263px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  z-index: 1;
  padding-top: 70px;
}

.virtualkey-sidebar a {
  text-decoration: none;
  display: block;
}
.virtualkey-body .virtualkey-sidebar nav {
  padding: 0;
}
/*.virtualkey-body .virtualkey-sidebar nav > a > div.active{background: #12af64;border-left: 5px solid #f4940b;padding: 18px 20px;}*/
.material-icons.tick {
  vertical-align: middle;
  font-weight: bold;
}
.green-text .material-icons.tick {
  font-size: 16px;
}
.virtualkey-sidebar .virtualkey-sidebar-text {
  padding: 0;
}
/*.virtualkey-body .virtualkey-sidebar nav > a > div:hover{background: #12af64;border-left: 5px solid #f4940b;}*/

.virtualkey-sidebar-text > span:first-child {
  font-weight: 500 !important;
}
.virtualkey-body
  .virtualkey-sidebar
  nav
  > div:hover
  .virtualkey-sidebar-text
  span {
  color: #ffffff;
  font-weight: 500 !important;
}
.virtualkey-body .virtualkey-sidebar nav > div {
  border-left: 5px solid transparent;
  padding: 15px 18px;
}
/*.virtualkey-body .virtualkey-sidebar nav .virtualkey-sidebar-menu > div , .virtualkey-body .virtualkey-sidebar nav .virtualkey-sidebar-text{color:#777777;}*/
.virtualkey-body .virtualkey-sidebar nav .virtualkey-sidebar-menu.active > div,
.virtualkey-body .virtualkey-sidebar nav .active .virtualkey-sidebar-text span {
  color: #ffffff;
}
.virtualkey-body .virtualkey-container {
  background: transparent;
  padding: 0px !important;
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  margin-left: 0px !important;
  margin-top: 10px;
  height: 100vh !important;
  overflow: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.border-box {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 1px;
  padding: 15px;
  min-height: 630px;
}
.padding-zero {
  padding: 0 !important;
}
.mar-l-25 {
  margin-left: 25px !important;
}
.tripinfo-image img {
  width: 100%;
  height: 160px;
}
.logo {
  height: 36px;
  /* width: 108px; */
}
.tripinfo-weather {
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 146px;
  height: 100vh;
  position: relative;
}
.tripinfo-weather > div:first-child {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 20px;
}

.tripinfo-weather .country h4,
.tripinfo-weather .weather h4 {
  font-size: 25px;
  font-weight: bold !important;
  position: relative;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0px 0 5px 0;
}
.tripinfo-weather .country span,
.tripinfo-weather .weather span {
  position: relative;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #ffffff;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 3px 0;
}
.tripinfo-weather img {
  width: 45px;
  height: 45px;
  vertical-align: bottom;
}
.tripinfo-weather p {
  position: absolute;
  right: -11px;
  top: -11px;
  font-size: 12px;
}
.virtualkey-header-navicon {
  position: absolute !important;
  top: 8px;
  left: 185px;
  padding: 7px !important;
  display: block !important;
}
.virtualkey-header-navicon.mobile {
  position: absolute !important;
  top: 26%;
  left: 14px;
  padding: 7px !important;
  display: block !important;
}
.virtualkey-header-navicon i {
  font-size: 32px;
}
.virtualkey-header-infodesktop {
  padding-right: 1%;
  flex-grow: 1;
  text-align: right;
}
.virtualkey-header-infodesktop > div {
  z-index: 1;
  cursor: pointer;
  background: transparent !important;
  margin-right: 2%;
}
.virtualkey-header-infodesktop i {
  color: #f4940b;
  width: 22px !important;
  font-size: 21px;
  height: 20px !important;
}
.virtualkey-header-infomobile {
  display: none;
}
.virtualkey-header-infomobile > div {
  cursor: pointer;
  background: transparent !important;
}
.virtualkey-header-infomobile i {
  color: #f4940b;
  width: 22px !important;
  font-size: 21px;
  height: 20px !important;
}
.keycode-container {
  padding: 23px 15px;
  justify-content: end;
}
.keycode-container.with-shadow, .keycode-instruction.keycode-instruction-parkign {
  border: 1px solid rgb(180, 176, 176);
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  text-align: center;
}

.devices-icons img:first-child {
  width: 18px;
  height: 11px;
  margin: 2px 5px 0px 5px;
  vertical-align: middle;
}
.devices-icons img:nth-child(2) {
  width: 18px;
  height: 15px;
  margin: 2px 5px 0px 5px;
  vertical-align: middle;
}
.keycode-container h6 {
  color: #515252;
  font-weight: 500;
  font-size: large;
}
.keycode-number span {
  padding: 0px 14px;
  border: 1px solid #d6d6d6;
  margin: 5px 15px 10px 0;
  display: inline-block;
  color: #555555;
  font-size: 25px;
  font-weight: 500;
  border-radius: 9px !important;
  vertical-align: middle;
}
.devices-block .MuiTypography-root-69 {
  font-weight: bold;
  font-size: 14px;
}
.MuiChip-root-107 {
  background-color: transparent !important;
}
.devices-block button {
  margin: 10px 0 0 0;
}
.devices-block button + div {
  margin-bottom: 25px;
}
button.share-btn {
  background: #f4940b;
  text-transform: none;
  box-shadow: none;
}
button.share-btn:hover {
  background: #f4940b;
}
.green-text {
  color: #12af64 !important;
}
.keycode-container .green-text {
  font-size: 13px !important;
  font-weight: 500;
}
.lock-devices-tabs {
  box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 0px;
  padding: 10px 15px 0px 15px !important;
}
.lock-devices-tabs button.active {
  border-bottom: 4px solid #f4940b;
  color: #515252;
}
.lock-devices-tabs button[aria-selected="true"] {
  font-weight: 500;
}
.lock-devices-tabs button {
  border-bottom: 4px solid transparent;
  min-width: 80px !important;
  font-size: 16px;
  text-transform: none;
  color: #515252;
  font-weight: inherit;
}
.lock-devices-tabs button .MuiTab-label-297 {
  font-size: 17px;
  text-transform: none;
}
.address-container li {
  color: rgba(0, 0, 0, 0.54);
  padding-left: 15px;
  display: inline-block;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 0;
  align-items: flex-start !important;
}
.address-container {
  padding: 10px 0 !important;
  position: relative !important;
}
.address-container li img {
  width: 20px;
  height: 19px;
  vertical-align: middle;
}
.address-container li > div {
  float: right;
  width: 93%;
  line-height: 1.5;
}
.address-container li > div b {
  font-weight: 500;
}
.slidericon {
  position: absolute;
  top: 3px;
  right: 5px;
  font-size: 35px;
  color: #999999;
  cursor: pointer;
  display: none;
}
.btn-top button {
  margin-top: 0px;
  text-transform: none;
}
.lock-devices-tabs button.active .MuiTab-label-297 {
  color: #444444;
}
.viewtrips-container.viewtrips-container-wrapper {
  position: relative;
  padding: 5px 5px 5px 12px!important;
}
.virtualkey-signup-modal > div:nth-child(2) > div:first-child {
  max-width: 990px !important;
}
.virtualkey-signup-modal.onlySignUp > div:nth-child(2) > div:first-child {
  max-width: 600px !important;
}

.virtualkey-signup-inner-form h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-top: 0;
  text-align: center;
}
.signup-divider {
  position: relative;
  height: 100%;
}
.signup-divider::after {
  content: "";
  width: 1px;
  background: #cccccc;
  position: absolute;
  height: calc(100% - 168px);
  left: 50%;
  top: 50px;
}
.virtualkey-signup-inner-form {
  padding: 0 4%;
  /* overflow: auto;
  height: 55vh; */
}
.lockbox-intercome-keypad-device-image-main {
  align-items: center;
  text-align: center;
  padding-left: 10px;
}
.lockbox-intercome-keypad-device-image {
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
}
.password-constrains-icon-password {
  position:relative;
  margin:-5px -20px -22px 16px;
  width:20px;
  cursor:pointer;
  bottom: 0px !important;
}
.hide-on-desktop-ipad {
  display: none !important;
}
@media (max-width: 667px) {
  .virtualkey-container viewtrips-container-wrapper button {
    position: relative !important;
    float: right;
    top: 0px !important;
    right: 0 !important;
  }
}
@media (max-width: 600px) {
  .signup-divider::after {
    width: 100%;
    background: transparent;
    position: static;
    height: 20px;
    display: inline-block;
  }
}

.viewtrips-container.viewtrips-container-wrapper button {
  position: absolute;
  right: 10px;
  top: 0px !important;
  padding: 7px 12px 0px 12px !important;
  border-radius: 20px;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-family: roboto;
  background: #ffffff;
  text-transform: none;
  font-weight: normal;
}
viewt.rips-container-wrapper > div {
  z-index: 1;
}
.ellipsis > div > div {
  padding: 0;
}
.ellipsis > div > div:focus {
  background: none !important;
}
.ellipsis:before {
  border-bottom: 0 !important;
  transition: none !important;
}
.ellipsis:after {
  border-bottom: 0 !important;
  transition: none !important;
}
.ellipsis:hover {
  border: 0 !important;
}
.virtualkey-settings-modal > div > div:nth-child(2) {
  width: 100%;
  padding: 10px 5px 10px 5px;
  margin: 15px;
}
.virtualkey-settings-modal h2 {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.54);
}
.wifi-modal.virtualkey-settings-modal h2 {
  display: flex;
  justify-content: right;
}
.wifi-modal .virtualkey-modal-close {
  position: initial;
  margin-right: 10px;
}
.virtualkey-settings-modal form {
  margin: 25px 5% 0 5%;
}
.virtualkey-settings-modal label {
  margin-top: 12px;
  display: inline-block;
  color: #515252;
  font-size: 16px;
}
.field-lg > div:first-child {
  width: 100%;
  margin-top: 0;
}
.field-lg > div:first-child fieldset {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.field-lg > div:first-child input {
  padding: 12px;
}
.field-lg > div:first-child > div:first-child {
  margin-left: 10px;
}
.field-lg.textarea > div:first-child > div:first-child {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.field-lg.textarea > div:first-child > div:first-child:after {
  border: none !important;
}
.field-lg.textarea > div:first-child > div:first-child:before {
  position: relative;
  content: "";
}
.virtualkey-settings-modal-footer {
  justify-content: center !important;
}
.virtualkey-settings-modal-footer button {
  text-transform: none;
  font-size: 14px;
  padding: 10px 35px;
}
.virtualkey-signup-modal-footer {
  justify-content: center !important;
}
.virtualkey-signup-modal-footer button {
  text-transform: none;
  font-size: 14px;
  padding: 15px 35px;
  width: 56%;
}

.virtualkey-signup-modal > div > div:nth-child(2) {
  width: 100%;
  padding: 35px 5px;
  margin: 15px;
}
.virtualkey-signup-modal h5 img {
  width: 27px;
  height: 32px;
  vertical-align: bottom;
}
.virtualkey-signup-modal h5 span {
  display: inline-block;
  border: 2px solid #12af64;
  margin-left: 10px;
  border-radius: 100%;
  padding: 0px 4px 2px 4px;
}
.virtualkey-signup-modal h5 {
  color: rgba(0, 0, 0, 0.54);
}
.virtualkey-signup-modal form {
  text-align: center;
}
.required-color {
  color: red;
}
.signup-text-fields > div:first-child {
  width: 60%;
}
.side-icon-outline {
  cursor: pointer;
  margin: 0px 20px 0px 10px;
  vertical-align: middle;
  color: #f4940b;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  border: 2px solid #f4940b;
  padding: 0px 7px;
  border-radius: 100%;
}
.padd-15 {
  padding: 15px;
}
.tripinfo-container,
.lockdevices-container {
  padding-top: 0 !important;
  padding-left: 12px;
  padding-right: 12px;
}
.low-padding {
  padding-bottom: 0 !important;
}
.side-icon-morevert {
  padding-bottom: 0 !important;
}
.lockdevices-container .border-box > div:first-child {
  border-bottom: 2px solid #b9b9b994;
}
.lockdevices-container hr {
  height: 2px !important;
}

.virtualkey-contactus input, .virtualkey-contactus textarea, .virtualkey-contactus select  {
  padding: 12px;
  font-size: 16px;
  color: #7c7c7c;
}
.virtualkey-contactus h6 {
  text-align: center;
  font-size: 25px;
}
.virtualkey-contactus button {
  width: 100%;
  margin-top: 0px !important;
}
/* .virtualkey-contactus > div > div:nth-child(2) {
  max-width: 550px;
} */
.contact-textfields {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.contact-textfields fieldset {
  border: 1px solid #a7a7a7;
}
.virtualkey-btn-sm {
  max-width: 145px;
  margin-bottom: 15px;
  text-transform: none;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  padding: 0;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  padding-right: 0 !important;
}
.viewtrips-dropdown-menu {
  width: 100%;
  right: 0 !important;
}
.viewtrips-dropdown-menu li {
  padding: 2px 10px;
}
.viewtrips-dropdown-menu li > div:nth-child(2) {
  padding: 0;
}
.viewtrips-dropdown-menu li > div:first-child {
  margin-right: 8px;
}
.viewtrips-dropdown-menu li img {
  width: 20px;
  height: 20px;
}
.viewtrips-dropdown-menu li .dots {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 3px;
  margin-left: 5px;
}
.border-bt-list {
  border-bottom: 1px solid #eaeaea !important;
}
.viewtrips-dropdown-menu li div:nth-child(2) span {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
}
.border-bt-list.green-italic div:nth-child(2) span {
  font-style: italic;
}

.viewtrips-container.viewtrips-container-wrapper > h5:first-child {
  font-size: 25px !important;
  font-weight: 500 !important;
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .tripinfo-weather {
    padding: 65px 15px 20px 7px;
  }
}
@media screen and (max-width: 1024px) {
  .tripinfo-container,
  .lockdevices-container,
  .viewtrips-container.viewtrips-container-wrapper {
    max-width: calc(100vw - 8px) !important;
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .keycode-number span {
    margin: 5px 2% 10px 0;
  }
  .keycode-container {
    text-align: center;
    padding: 15px 0;
  }
  .btn-top button {
    margin-top: 0px;
  }

  .virtualkey-body .virtualkey-container {
    margin-left: 0;
    width: 100%;
  }
  .lock-devices-tabs button {
    min-width: auto;
  }
  .side-icon-outline {
    display: none;
  }
  .ellipsis i {
    right: -10px !important;
  }
  .lock-devices-tabs button .MuiTab-label-297 {
    font-size: 16px !important;
  }
  .virtualkey-header-infodesktop {
    display: none;
  }
  .virtualkey-header-infomobile {
    display: flex !important;
  }
  .virtualkey-header-navicon {
    display: block !important;
  }
  .virtualkey-sidebar.desktop {
    display: none !important;
  }
  .virtualkey-sidebar.mobile {
    display: block !important;
    position: relative;
  }
  .virtualkey-container {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .virtualkey-header-infomobile > div:nth-child(3) {
    width: auto !important;
    z-index: 1;
  }
  .virtualkey-header-navicon {
    top: 5px;
    left: -3px;
  }
  .logo {
    margin-left: 44%;
  }
  .virtualkey-header-infomobile > div {
    width: 38px !important;
    display: inline-block;
    vertical-align: baseline;
  }
  .virtualkey-header-infomobile > div > span {
    font-size: 20px !important;
  }
  viewtrips-contai.ner-wrapper {
    padding-top: 0 !important;
  }
  .viewtrips-container-wra.pper button {
    top: 10px !important;
    right: 12px !important;
  }
  .viewtrips-container.-wrapper h5 {
    margin-top: 12px;
    font-size: 16px;
  }
  .side-icon-morevert button.share-btn {
    font-size: 13px;
    padding: 8px;
  }
  .side-icon-morevert {
    padding: 12px 8px 12px 0 !important;
  }
  .low-padding {
    padding: 8px 0 0 6px !important;
  }
  .lock-devices-tabs button {
    min-height: 56px;
    min-width: 65px !important;
    font-size: 16px;
  }
  .lock-devices-tabs button > span > span {
    padding: 6px 8px !important;
  }
  .lockdevices-container .border-box > div:first-child {
    margin-bottom: 0;
    max-height: 65px;
  }
  .keycode-container h6 {
    text-align: center;
  }
  .border-box {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 15px;
    min-height: auto;
  }
  .virtualkey-header-infomobile i {
    line-height: 1.5;
  }
  .virtualkey-header {
    padding: 0px 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .onmobile-hide {
    display: none;
  }
  .slidericon {
    display: inline-block;
  }
  .address-container {
    overflow: hidden;
    max-height: 72px;
    min-height: 51px;
  }
}
@media screen and (max-width: 650px) {
  .viewtrips-container.viewtrips-container-wrapper > h5:first-child {
    font-size:16px !important;
  }
  .virtualkey-header-infomobile > div {
    width: 30px !important;
    display: inline-block;
    vertical-align: baseline;
  }
  .logo {
    margin-left: 44% !important;
    /* width: 118px!important; */
    height: 24px !important;
  }
  .address-container li > div {
    width: 90%;
  }
  .virtualkey-settings-modal form {
    margin: 25px 0 0 0;
  }
  .virtualkey-contactus > div > div:nth-child(2) {
    margin: 15px !important;
  }
  .virtualkey-header-navicon i {
    font-size: 28px !important;
  }
  
}
@media screen and (max-width: 350px) {
  .logo {
    margin-left: 38% !important;
    /* width: 118px!important; */
    height: 24px !important;
  }
  .password-error-summary {
    width: 288px;
  }
}
@media screen and (max-width: 420px) {
  .lockdevices-container .keycode-container.with-shadow:last-of-type, .keycode-instruction-parkign:last-of-type {
    margin-bottom: 20px;
  }
  /* .lock-devices-tabs-new button[aria-selected="true"], .lock-devices-tabs-new button[aria-selected="false"] {
    max-width: 80px;
  } */
  .border-box {
    padding: 2px !important;
  }
 
    .lockdevices-container .border-box > div:first-child {
      display: inline-block !important;
    }
    .side-icon-morevert > button:first-child {
      font-size: 16px !important
    }
    /* .lock-devices-tabs > div > div > div > div + span {
      min-width: 70px;
    } */
    .hide-on-mobile {
      display: none !important;
    }
    .hide-on-desktop-ipad {
      display: block !important;
    }
    .password-constrains-icon-password {
      position:relative;
      margin:-5px -20px -14px 16px;
      width:20px;
      cursor:pointer;
      bottom: 0px !important;
    }
    .password-error-summary {
      width: 95% !important;
    }
    /* .virtualkey-header {
      background: #fff !important;
    } */
}

.virtualkey-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1000;
}

.form-error-message {
  color: red;
  font-size: 14px !important;
  font-style: italic;
  padding-bottom: 10px !important;
  padding-top: 0px !important;
}

.no-data-found {
  height: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-top: 200px !important;
}

.info-header-icon-text {
  color: #838181;
}
.claim-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  text-align: center;
  height: 100%;
}
.claim-loader img {
  width:50px;
  height: auto;
  margin-top: calc(60vh - 70px);
}

.virtualkey-sidebar svg {
  color: inherit;
}
.virtualkey-sidebar nav a,
.virtualkey-sidebar nav svg {
  color: #777;
}
.virtualkey-sidebar nav a.active,
.virtualkey-sidebar nav a.active svg {
  color: #fff;
}

.virtualkey-sidebar-menu:hover {
  background: transparent !important;
}
.virtualkey-sidebar a {
  display: block;
}

nav a .virtualkey-sidebar-menu {
  padding: 18px 20px !important;
}
.virtualkey-settings-dropdown {
  position: relative;
}
.virtualkey-settings-dropdown > div > div, input, textarea {
  color: #7c7c7c;
}

body div .logo {
  max-height: 83px !important;
  width: auto !important;
  height: auto !important;
}

.side-icon-morevert > button:first-child {
  padding: 5px !important;
  margin-right: 4px !important;
}
/* .checkout-bottom {
  padding-bottom: 75px !important;
} */
.lockdevices-container {
  padding-bottom: 50px !important;
}

.ToolTipPasswordCons {
  position: absolute;
}
.ToolTipPasswordCons:hover .PasswordConstrainstaToolTip{
  display: block;
}

.ToolTipPasswordCons img {
  max-width: 16px;
  margin-left: 0px;
  margin-bottom: -7px;
}
.PasswordConstrainstaToolTip ul {
  text-align: left;
  padding-left: 24px;
}
.password-error-summary ul {
  text-align: left;
  padding: 10px 15px 10px 25px;
}
.PasswordConstrainstaToolTip{
  position: absolute;
  background: #ff9e61;
  
  z-index: 9;
  
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  padding: 0px;
 
  transform: translate(3%, 0px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  font-weight: 400;
  display: none;
  width: 348px;
  left: -302px;
  top: 57px;
}
.password-error-summary{
  background: #FF524B;
  
  z-index: 8;
  
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  padding: 0px;
 
  transform: translate(3%, 0px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  font-weight: 400;
  display: block;
  width: 310px;
  margin-top: -20px;
}

.PasswordConstrainstaToolTip:after {
  bottom: 100%;
  left: 84%;
  top: 0%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ff9e61;
  border-width: 10px;
  margin-top: -19px;
}


@media screen and (max-width: 600px) {
  .PasswordConstrainstaToolTip{
    width: 320px;
    left: -295px;
    top: 57px;
  }
  .PasswordConstrainstaToolTip:after {
      bottom: 100%;
      left: 90%;
      top: 0%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #ff9e61;
      border-width: 10px;
      margin-top: -19px;
  }
}

@media screen and (max-width: 100px) {
  .PasswordConstrainstaToolTip{
    width: 320px;
    left: -295px;
    top: 57px;
  }
  .PasswordConstrainstaToolTip:after {
      bottom: 100%;
      left: 70%;
      top: 0%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #ff9e61;
      border-width: 10px;
      margin-top: -19px;
  }
}
@media screen and (max-width: 800px) {
  .PasswordConstrainstaToolTip{
    width: 320px;
    left: -295px;
    top: 57px;
  }
  .PasswordConstrainstaToolTip:after {
      bottom: 100%;
      left: 90%;
      top: 0%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #ff9e61;
      border-width: 10px;
      margin-top: -19px;
  }
}

/* @media screen and (max-width: 321px) {
  .lock-devices-tabs-new button[aria-selected="true"], .lock-devices-tabs-new button[aria-selected="false"] {
    max-width: 60px;
  }
  
} */

div .lock-devices-tabs button > span > span{padding:0!important;}

@media screen and (max-width:767px) {
  div .lock-devices-tabs button {
    min-height: 45px!important;
    min-width: 70px;
    font-size: 14px!important;
  }
}
@media screen and (max-width:320px) {
  div .lock-devices-tabs button {
    min-width: 64px;
  }
  /* .lock-devices-tabs > div > div > div > div + span {
    min-width: 68px;
  } */
}

.signup-bottom-login-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}

.full-width-lock > span > svg, .full-width-lock span svg, .lock-instruction-area svg {
  margin: -5px 5px;
}

.house-manual-container .house-manual-row {
  padding: 10px 0px !important;
}

.house-manual-container.no-data-found {
  padding: 30px 25px;
    background: #fff;
    width: 98.5%;
    margin: 30px auto 30px auto;
    border: 1px solid #e4e4e4;
    position: relative;
    height: 100px;
}

.no-data-found-home {
  height: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  color: #fff;
  background-color: 'transparent';
  font-size: 17px;
  font-weight: 500;
  margin-top: 50px;
}

.page-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  text-align: center;
  height: 100%;
}
.page-loader img {
  width: 50px;
  margin-top: calc(60vh - 25px);
}
.trip-heading-main-menu {
  padding: 7px 10px;
}
.trip-heading-content {
  display: flex;
  align-items: center;
}
.trip-heading-content span{
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  padding-left: 25px;
  padding-top: 5px;
}
.trip-info-sub-heading {
  display: flex;
  align-items: center;
}
.trip-details-info{
  padding: 10px 15px;
}
/* .trip-details-info:hover{
  background-color: #f1f3f4;
} */
/* .trip-details-info.active{
  background-color: #f1f3f4;
} */
.vk-trip-info-heading {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 300;
  word-break: break-word;
}
.vk-trip-icon {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.virtualkey-body .virtualkey-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.virtualkey-header-notification {
  
  position: absolute;
  background-color: red;
  width: 20px;
  height: 20px;
  font-size: 14px;
  top: -50%;
  left: 50%;
  border-radius: 50%;
  align-self: center;
  justify-content: center;
  display: flex;
  align-items: center;
  color: white;
}

.vk-notification-image{
  width: 100%;
  height: 100%;
  background-color: white;
  background-position: center;
  background-size: cover;
  max-width : 39px;
  max-height : 50%;
  min-height : 0px;
  min-width : 30px
}

.scrollable-content {
  overflow-y: auto; 
  border: 1px solid #ccc; 
  padding: 10px; 
}

