* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  font: 0.92rem/1.6 "Roboto-regular", sans-serif !important;
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  color: #000;
}

input[type="submit"]:hover {
  transition: all 0.3s ease-in-out !important;
}

button:active, button:focus, input:active, input:focus {
  box-shadow: unset;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h2 h3 {
  color: #222222;
}

/*-----------------------mani css-----------------*/

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.leftPanel {
  width: 254px;
  min-height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  top: 0;
  bottom: 0;
}

.adminSection {
  width: 206px;
  max-width: 206px;
  position: relative;
}
.concierge-name {
  margin-left: 15px;
  color: #EC8C35;
  font-size: 22px;
}
.affiliate-application-status {
  margin-left: 15px;
  color: #013220;
  font-size: 18px;
}

.adminLogo {
  background: #fff;
  height: 77px;
  width: 77px;
  border-radius: 100px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.adminLogo img {
  position: relative;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.adminSection .logo {
  width: 130px;
}

.adminSection a {
  display: inline-block;
  position: relative;
}

.adminCollaps .adminLogo {
  width: 50px;
  height: 50px;
}

.adminCollaps a {
  font-size: 15px;
  letter-spacing: 1px;
}

.collapsPannel .leftPanel {
  width: 60px;
}

.collapsPannel .leftPanel ul.slimScrollBar li.openSubmenu ul.subMenu {
  display: none !important;
}

.collapsPannel .leftPanel:hover ul.slimScrollBar li.openSubmenu ul.subMenu.openmenu {
  display: block !important;
}

.navSection ul.slimScrollBar {
  height: calc(100vh - 140px);
  overflow-x: hidden;
  overflow-y: auto;
}

.headerFixed {
  background: #fff;
  position: fixed;
  width: calc(100% - 254px);
  margin-left: 254px;
  height: 44px;
  z-index: 999;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.customFormAffiliate {
  width: 50%;
  float: left;
  margin: 10px 0;
}

.formSignUp .customFormAffiliate label {
  float: left;
  width: 90%;
}

.customFormAffiliate input[type="checkbox"] {
  float: left;
  margin: 5px 5px 0 0;
}

.top-0 {
  top: 0 !important;
}

a.termslink:hover {
  color: #000;
  text-decoration: underline;
}

.collapsPannel .headerFixed {
  width: calc(100% - 60px);
  margin-left: 60px;
}

.rightPanel {
  position: relative;
  width: calc(100% - 254px);
  margin-left: 254px;
  min-height: 100vh;
  background: #fff;
  padding: 44px 0 0 0;
  transition: all 0.3s ease-in-out;
}

.collapsPannel .rightPanel {
  width: calc(100% - 60px);
  margin-left: 60px;
}

.mainRightArea {
  padding: 15px 0;
  min-height: calc(100vh - 86px);
  background: #f7f7f7;
}

.fromArea label {
  margin-bottom: 0.8rem;
  display: block;
}

.fromArea .form-control {
  height: 60px;
  border: 1px solid #9296a2;
  font-size: 1.5rem;
  color: #000;
}

.fromArea .form-control:focus, .fromArea .form-control:active {
  border: 1px solid #5363f6;
  box-shadow: none;
}

.fromArea hr {
  border-top: 1px solid #9296a2;
  margin-top: 1.3rem;
}

.form-control.phoneNo {
  width: 73%;
  float: right;
}

.form-control.ext {
  width: 25%;
  display: inline-block;
  text-align: center;
}

.form-control.ext::placeholder {
  font-size: 12px;
}

.fromArea select.form-control:not([size]):not([multiple]) {
  height: 60px;
  font-size: 16px;
}

.allFromBtn button {
  width: 262px;
  border: 1px solid #5363f6;
  border-radius: 4px;
  background: #fff;
  color: #5363f6;
  padding: 17px 10px;
  font-size: 19px;
  font-weight: 300;
  margin-top: 15px;
  margin-right: 80px;
  transition: all 0.3s ease-in-out;
}

.allFromBtn button:hover {
  background: #ccc;
}

button.fromSubmitBtn {
  background: #5363f6;
  color: #fff;
  margin-left: 0;
}

button.fromSubmitBtn:hover {
  background: #3c4ac4;
}

button.fromResetBtn {
  margin-right: 0;
}

hr.lastHr {
  margin-top: 2rem;
}

footer {
  color: #aaaaaa;
  height: 22px;
  width: 100%;
  text-align: center;
  background: #ebebeb;
  font-size: 13px;
  line-height: 21px;
}

i.blueCaret {
  color: #5462f7;
  display: inline-block;
  float: left;
  padding-right: 5px;
  padding-top: 5px;
}

i.barColor {
  color: #8c989d;
  font-size: 26px;
}

button.toggleBtn {
  background-color: transparent;
  border: 0;
  margin-top: 19px;
}

button.toggleBtnMob {
  background-color: transparent;
  border: 0;
  font-size: 24px;
  margin-top: 19px;
  display: none;
  margin-left: 15px;
  color: #8c989d;
}

button.searchBtn {
  background-color: transparent;
  border: 0;
  margin-top: 0;
  position: relative;
  transition: all 1s ease-in-out;
  color: #000;
  left: 0;
  font-size: 20px;
}

input.searchMain {
  position: relative;
  transition: all 0.4s ease-in-out;
  top: 0;
  left: -50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  border: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  height: 30px;
  color: #000;
}

input.searchMain::placeholder {
  color: #000;
}

input.slideright {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  left: 0;
  transition: all 0.4s ease-in-out;
}

.relative {
  position: relative;
}

ul.topBarIcon {
  margin: 0;
  padding: 0;
  float: right;
}

ul.topBarIcon li {
  float: left;
  margin-right: 10px;
}

ul.topBarIcon li a {
  color: #000;
  font-size: 14px;
  position: relative;
}

ul.topBarIcon li a.noti-icon {
  margin-top: 5px;
  margin-right: 15px;
}

ul.topBarIcon li a i {
  font-size: 17px;
}

ul.topBarIcon li a i.userSymbol {
  padding-right: 5px;
  font-size: 20px;
}

ul.topBarIcon li a i.arrowSymbol {
  padding-left: 5px;
  font-size: 14px;
  top: 1px;
  position: relative;
}

.adminSection {
  padding: 12px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.adminLogo {
  background: #fff;
  height: 77px;
  width: 77px;
  border-radius: 100px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}

.adminLogo img {
  position: relative;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.adminSection a {
  display: inline-block;
  position: relative;
}

.adminCollaps .adminLogo {
  width: 50px;
  height: 50px;
}

.adminCollaps a {
  font-size: 15px;
  letter-spacing: 1px;
}

.navSection ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 250px;
  float: left;
}

.navSection ul li {
  float: none;
  margin: 0 0 2px;
}

.navSection ul li a {
  display: block;
  line-height: 25px;
  color: #52503b;
  padding: 5px 10px 5px 14px;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}

.navSection ul li a.active, .navSection ul li a:hover {
  color: #000;
  background: #cfcccc;
}

.navSection ul li a i {
  font-size: 18px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  width: auto;
}

.arrow {
  line-height: 34px;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}

.navSection ul li span.arrow i {
  font-size: 15px;
}

.allFromBtn {
  text-align: right;
}

.fromArea .form-control.fileUpload {
  font-size: 1rem;
  line-height: 26px;
  padding: 14px;
}

.mobOff {
  background: #fff;
}

button.toggleBtnsubnab {
  display: none;
}

div#mobileMenu {
  background: #f8f8f4;
  display: none;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

.fromArea textarea.form-control {
  font-size: 15px;
}

/*-------------Login CSS--------------------*/

.loginContainer {
  width: 560px;
  position: absolute;
  top: 8%;
  left: 50%;
  min-height: 500px;
  transform: translateX(-50%);
}

.customContainer {
  width: 100%;
  min-height: 100vh;
}

.logoHead {
  text-align: center;
}

.logHeadTxt {
  color: #3c4ac4;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 24px 0 0 0;
}

.logoSize {
  width: 239px;
}

.logoSizeDashboard {
  width: 239px;
  height: 40px;
}

/*-------------Outage CSS--------------------*/

.outagePage {
  background: url(../img//hiResTopColorBah.png) no-repeat center top;
  background-size: contain;
  font-family: "Monotype-HelveticaNowDisplayThin" !important;
  color: white !important;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #26272b !important;
  padding: 300px;
}

.outagePage .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-width: 500px !important;
  text-align: center;
}

.outagePage .logoSize {
  width: 150px;
}

.outagePage .container h4 {
  color: white !important;
  font-size: 70px;
  text-transform: none !important;
  margin: 30px 0px 25px 0px;
  font-weight: lighter;
}

.outagePage .container p {
  font-size: 16px;
  letter-spacing: 1px;
}

.outagePage .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
}

.outagePage .contact p, a {
  margin: 0;
  color: #eb8023;
  font-weight: 600;
}

.outagePage .contact .hr {
  border-left: 1px solid white;
  height: 40px;
  margin: 20px;
}

/*-------------------*/

/* Container */

.card_custom .input-container {
  position: relative;
  width: 100%;
  float: right;
}

.labelText {
  padding-left: 8%;
  padding-bottom: 8px;
}

.card_custom .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background-color: transparent;
  width: 92%;
  height: 42px;
  border: 1px solid #212121;
  margin-top: 0;
  color: #212121;
  font-size: 20px;
  clear: both;
  font-weight: 400;
  float: right;
}

.user_logo {
  color: #747474;
  position: absolute;
  top: 15px;
  left: -52px;
}

.card_custom .input-container input:focus~label {
  color: #164998;
  -webkit-transform: translate(-14%, -36%) scale(0.75);
  transform: translate(-14%, -36%) scale(0.75);
}

.card_custom .input-container input:focus~span i {
  color: #164998;
}

.card_custom .input-container input:valid~span i {
  color: #164998;
}

.card_custom .input-container input:focus~.bar:before, .card_custom .input-container input:focus~.bar:after {
  width: 50%;
}

.card_custom .input-container input:valid~.bar:before, .card_custom .input-container input:focus~.bar:after {
  width: 100%;
  left: 0;
  right: 0;
}

.card_custom .input-container input:valid~label {
  color: #164998;
  -webkit-transform: translate(-14%, -36%) scale(0.75);
  transform: translate(-14%, -36%) scale(0.75);
}

.card_custom .input-container label {
  position: absolute;
  top: 0;
  left: 24px;
  color: #000000;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.card_custom .input-container .bar {
  left: 0;
  background: #000000;
  width: 100%;
  position: absolute;
  top: 50px;
  height: 1px;
}

.card_custom .input-container .bar:before, .card_custom .input-container .bar:after {
  content: "";
  position: absolute;
  background: #164998;
  width: 0;
  height: 2px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.card_custom .input-container .bar:before {
  left: 50%;
}

.card_custom .input-container .bar:after {
  right: 50%;
}

.card_custom .button-container {
  margin: 0 60px;
  text-align: center;
}

.card_custom .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  border: 2px solid #a9a9a9;
  padding: 10px 51px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card_custom .button-container button span {
  position: relative;
  z-index: 1;
  color: #a9a9a9;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card_custom .button-container button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #164998;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card_custom .button-container button:hover, .card_custom .button-container button:active, .card_custom .button-container button:focus {
  border-color: #f78725;
}

.card_custom .button-container button:hover span, .card_custom .button-container button:active span, .card_custom .button-container button:focus span {
  color: #f78725;
}

.card_custom .button-container button:active span, .card_custom .button-container button:focus span {
  color: #ffffff;
}

.card_custom .button-container button:active:before, .card_custom .button-container button:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}

.card_custom .footer {
  margin: 40px 0 0;
  color: #d3d3d3;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.card_custom .footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #164998;
}

.card_custom .footer a:hover {
  color: #f78725;
}

[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
  display: none;
}

/* Keyframes */

@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}

@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}

/*******/

.remember_text {
  color: #ccc;
  font-weight: normal;
}

input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="checkbox"].css-checkbox+label.css-label {
  padding-left: 41px;
  height: 25px;
  display: inline-block;
  line-height: 140%;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 22px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  color: #3c4ac4;
  text-decoration: underline;
}

input[type="checkbox"].css-checkbox:checked+label.css-label {
  background-position: 0 -25px;
}

label.css-label {
  background-image: url(./assets/img/csscheckbox02.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.logLogo {
  height: 83px;
  width: 270px;
  box-shadow: 0px 0px 12px 0px #b7b7b7;
  margin: 0 auto;
  border-radius: 4px;
  background: url(./assets/img/logo.png) no-repeat center center #fff;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  -webkit-transform: translate(-50%, -35%);
}

.card_custom .remaindSection .forCheckBox {
  width: 49.5%;
  float: none;
  clear: right;
  display: inline-block;
}

.card_custom .remaindSection .forCheckBox.forgotPass input[type="checkbox"].css-checkbox+label.css-label {
  padding-left: 0;
}

.forgotPass {
  display: inline-block;
  width: 45%;
  position: relative;
  top: -26px;
  text-align: right;
}

a.forgotPassword {
  font-size: 17px;
  cursor: pointer;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  color: #3c4ac4;
  text-decoration: underline;
}

a.forgotPassword:hover {
  text-decoration: none;
}

.remaindSection {
  clear: both;
  padding: 50px 0;
}

.submitBtn {
  padding: 0 0 45px 0;
}

.signUpBtn {
  width: 100%;
  background: #ddcc12;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 3px;
  border-radius: 0;
  color: #000;
  border: 0;
  font-weight: 600;
  height: 64px;
}

.cancelbtn {
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 3px;
  border-radius: 0;
  display: inline-block;
  color: #000;
  border: 2px solid #d6af01;
  padding: 15px 10px 12px !important;
  font-weight: 600;
  height: 64px;
}

a.cancelbtn:hover {
  background: rgba(221, 204, 18, 0.3);
  color: #000;
}

.signUpBtn:hover {
  background: #d6af01;
}

button {
  cursor: pointer !important;
}

.socalIcon {
  margin-bottom: 50px;
}

.socalIcon ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.socalIcon ul li {
  display: inline-block;
  margin: 0 8px;
}

.socalIcon ul li a {
  width: 35px;
  height: 35px;
  background: #f1f1f1;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  color: #5463f7;
  font-size: 20px;
  line-height: 35px;
  transition: all 0.3s ease-in-out;
}

.socalIcon ul li a:hover {
  color: #f7941e;
  box-shadow: 0px 0px 15px #5463f7;
}

ul.topBarIcon li.firstChild {
  position: relative;
}

.wizardSection {
  width: 100%;
  display: block;
  position: relative;
}

.wizardRow {
  margin: 0 -20px;
}

.wizard {
  width: 33.3333%;
  position: relative;
  float: left;
  padding: 0 20px;
}

.wizardCard {
  border: 1px solid #8ad002;
  background: #fff;
  min-height: 124px;
  padding: 15px 15px 10px 15px;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.08);
}

.iconSection {
  font-size: 66px;
  color: #8ad002;
  line-height: 100%;
  width: 100px;
  float: left;
  border-right: 1px solid #8ad003;
  margin: 14px 0 0 0;
  padding-left: 5px;
}

.cardDetails {
  width: calc(100% - 100px);
  float: left;
  padding-left: 10px;
}

.iconSection img {
  margin: 0;
  padding: 0;
  display: block;
  padding: 8px;
}

.wizardCard h4, .chartSection h4 {
  color: #000;
  text-align: right;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.chartSection h4 {
  text-align: left;
  margin-bottom: 15px;
}

.pageView {
  text-align: right;
  color: #6b6b5c;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
  margin: 0;
}

.orgCard {
  border: 1px solid #f67a01;
}

.orgCard .iconSection {
  color: #f67a01;
  border-right: 1px solid #f67a01;
}

.skyCard {
  border: 1px solid #20b8d4;
}

.skyCard .iconSection {
  color: #20b8d4;
  border-right: 1px solid #20b8d4;
}

.chartSection {
  margin-top: 60px;
}

.mainChartBlock {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.onlyMobile {
  display: none;
}

ul.topBarIcon li:nth-child(4) {
  display: none;
}

.wrapper.loginWrapper {
  background: linear-gradient(to bottom, #f3f3f3, #dedede);
  background-size: cover;
  min-height: 100vh;
}

.loginBody {
  background: #fff;
  width: 442px;
  margin: 45px auto 0 auto;
  padding: 0 54px;
  border-radius: 0.45rem;
}

.loginBody h4 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  font-family: "Roboto-Bold", sans-serif;
  margin: 0;
  padding: 28px 0;
  font-weight: 600;
}

.input-container.lastCont {
  margin: 0 0;
}

.forgotId {
  display: block;
  color: #9ea3b5;
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}

.forgotId a {
  color: #9ea3b5;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.forgotId a:hover {
  color: rgb(51, 51, 51);
}

.regWrapper {
  background: url(./assets/img/logBg.jpg) no-repeat center center !important;
}

.regWrapper .logoHead img {
  height: 70px;
}

.formSignUp {
  background: #fff;
  min-height: calc(100vh - 150px);
  padding: 0 40px;
}

h4.topText {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  margin: 0;
  padding: 28px 0;
  font-weight: 600;
}

.containerReg {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.formSignUp .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 90%;
  left: 15px;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.inline {
  display: inline-block;
}

.wt-4 {
  width: 39%;
  display: inline-block;
}

.wt-6 {
  width: 59%;
  display: inline-block;
}

.wt-2 {
  width: 19%;
  display: inline-block;
}

.wt-8 {
  width: 79%;
  display: inline-block;
}

.regBtn {
  width: 200px;
  height: auto;
  padding: 17px 10px 13px;
  font-size: 15px;
  line-height: 100%;
}

button.onlyBorder {
  border: 2px solid #ddcc12;
  background-color: transparent;
}

.input-container {
  position: relative;
}

.input-container i {
  position: absolute;
  top: 40px;
  font-size: 18px;
}

.input-container i.fa-unlock-alt {
  font-size: 22px;
}

.dashbord_body {
  padding: 40px 30px;
  min-height: calc(100vh - 86px);
  background: #f8f8f4;
}

.info {
  width: 100%;
  background: #fff;
  border-left: 5px solid #e91e63;
}

.wrap {
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
}

.login-box {
  background: #fff;
  padding: 1rem;
  border-radius: 6px;
  margin: 1rem;
  border: 1px solid #ddd;
}

label {
  display: block;
  max-width: 100%;
  width: 100%;
  position: relative;
}

input {
  padding: 0.5rem 1rem;
}

.password-trigger {
  position: absolute;
  top: 22px;
  right: 45px;
  user-select: none;
}

.loginBody .password-trigger {
  z-index: 1;
}

.password-trigger i {
  top: 5px;
  right: 0;
  color: #918f96;
  cursor: pointer;
}

.positionRelative {
  position: relative;
  clear: both;
}

.hideshow {
  display: none;
}

.positionRelative input[type="checkbox"] {
  display: none;
}

.positionRelative input[type="checkbox"]+label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 15px/20px "Roboto-Regular", Arial, sans-serif;
  color: #272727;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.positionRelative input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

.clear {
  clear: both;
}

.positionRelative input[type="checkbox"]+label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #d86b00;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.12s, border-color 0.08s;
}

.positionRelative .contactFromSection input[type="checkbox"]+label:before {
  border: 1px solid #49a73a;
}

.contactFromSection input[type="checkbox"]+label {
  color: #000;
}

.positionRelative input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.forgotPaswd {
  color: #333;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: underline;
}

a.forgotPaswd:hover {
  text-decoration: none;
}

.hideshow {
  display: none;
}

.accoutBtn {
  background-color: transparent;
  border: 0;
  margin-top: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #52503b;
}

.table thead {
  background: #fff;
}

/******assign vehicle and driver modal css******/

.styles_modal__gNwvD .bootstrapTable .react-bs-table-bordered {
  max-height: 345px;
  overflow-y: auto;
}

.styles_modal__gNwvD .react-bs-table .table>tbody>tr>td:first-child {
  width: auto !important;
}

.styles_modal__gNwvD .react-bs-table .table>thead>tr>th:first-child {
  width: auto !important;
}

.styles_modal__gNwvD .react-bs-table .table>thead>tr>th:last-child {
  width: auto !important;
}

.styles_modal__gNwvD .react-bs-table .table>tbody>tr>td:last-child {
  width: auto !important;
}

.text-assignDriver {
  font-weight: bold;
  font-style: italic;
}

/******pagination css******/

.bootstrapTable .page-item.active .page-link {
  z-index: 1;
  color: rgb(235, 128, 35);
  background-color: transparent;
  background-image: none;
  border-color: rgb(235, 128, 35);
}

.bootstrapTable .page-link {
  color: #131313;
}

.bootstrapTable .page-link:focus {
  box-shadow: none;
}

/******Dropdown items css******/

.dropdown-item.active, .dropdown-item:active {
  background-color: #cfcccc !important;
  color: #16181b !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #cfcccc !important;
  cursor: pointer;
}

button.accoutBtn.dropdown-toggle:focus {
  outline: none;
}

ul.topBarIcon li a.dropdown-item {
  text-transform: uppercase;
  font-weight: bold;
  color: #52503b;
  font-size: 0.85em;
  padding: 10px 15px;
  line-height: 1.5;
}

ul.topBarIcon li a.dropdown-item:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.0625);
}

ul.topBarIcon li a.dropdown-item i {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .loginBody {
    background: rgba(255, 255, 255, 0.72);
    width: 96%;
    margin: 55px auto 0 auto;
    padding: 0 15px;
  }
  /******/
  .collapsPannel .headerFixed {
    width: calc(100% - 60px);
    margin-left: 200px;
  }
  .collapsPannel .leftPanel {
    width: 200px;
    display: block;
  }
  .navSection ul.subMenu li a {
    font-size: 0.8em;
  }
  .navSection ul {
    width: 100%;
  }
  .navSection ul li a {
    font-size: 0em;
  }
  .leftPanel {
    display: none;
  }
  .headerFixed {
    margin-left: 0;
    width: 100%;
  }
  .rightPanel {
    margin-left: 0;
    width: 100%;
  }
  .mobOff {
    display: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  .allFromBtn button {
    width: 187px;
  }
  .allFromBtn {
    text-align: center;
  }
  .fromArea label {
    margin-top: 0.8rem;
  }
  .wizard {
    width: 100%;
    position: relative;
    float: none;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .chartMain {
    margin: 15px 0 0 0;
  }
  ul.topBarIcon li:last-child {
    display: block;
  }
  ul.topBarIcon li:nth-child(4) {
    display: inline-block;
  }
  input.searchMain {
    width: 168px;
  }
}

@media screen and (max-width: 580px) {
  .allFromBtn button {
    width: 98px;
    margin-right: 2px;
    font-size: 14px;
  }
  .loginContainer {
    width: 100%;
    padding: 0 15px;
  }
  /******/
  .collapsPannel .headerFixed {
    width: calc(100% - 60px);
    margin-left: 200px;
  }
  .collapsPannel .leftPanel {
    width: 200px;
    display: block;
  }
  .navSection ul.subMenu li a {
    padding: 0 10px 0 40px;
    font-size: 0.8em;
  }
  .navSection ul {
    width: 100%;
  }
  .navSection ul li a {
    font-size: 0.9em;
  }
  .footer-login {
    justify-content: center;
    margin-bottom: 5px;
  }
}

/*------------------Profile Page CSS------------------------*/

.profilePage {
  border: 1px solid #cfcccc;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 1rem;
}

.profileImage {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

.profileImage img {
  width: 97px;
  border-radius: 200px;
  height: 97px !important;
}

.profileImage::after {
  content: "\f030";
  font-family: "FontAwesome";
  position: absolute;
  width: 70%;
  top: 0;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 3.8em;
  left: 50%;
  transform: translate(-50%) scale(0);
  -webkit-transform: translate(-50%) scale(0);
  height: 100%;
  border-radius: 200px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.profileImage:hover::after {
  transform: translate(-50%) scale(1);
  -webkit-transform: translate(-50%) scale(1);
}

.customFileupload {
  position: absolute;
  width: 70%;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  height: 100%;
  border-radius: 200px;
  opacity: 0;
  z-index: 101;
  cursor: pointer;
}

.profileName {
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 14px 15px;
  color: #000;
  background: #cfcccc;
  font-weight: 400;
  text-align: center;
}

.mainSectionProfile {
  padding: 0 15px;
  margin-bottom: 25px;
}

.singleText {
  border-bottom: 1px solid #ddd;
  padding: 7px 0;
}

.bb-0 {
  border-bottom: 0 !important;
}

.btnUpload {
  margin-left: 15px;
}

.forGotWraper .formSignUp {
  min-height: unset;
}

.forGotWraper .error {
  margin-left: 45px;
  font-size: 13px;
  color: red;
  display: block;
  width: 100%;
  clear: both;
}

.forGotWraper .regBtn {
  width: 170px;
  font-size: 15px;
  letter-spacing: 0;
}

span.order {
  position: absolute;
  right: 0px;
  z-index: 100;
  opacity: 0.7;
  cursor: pointer;
  margin: 10px 5px 10px 5px !important;
  transform: translateY(-18px);
  -webkit-transform: translateY(-18px);
}

span.fa {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 100;
  opacity: 0.7;
  cursor: pointer;
  transform: translateY(-18px);
  -webkit-transform: translateY(-18px);
}

span.order:hover {
  opacity: 1;
}

span.caret {
  position: relative;
  margin: 0 !important;
  color: #000 !important;
}

span.caret::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "\f0d8";
  font-family: "FontAwesome";
}

span.caret::before {
  position: absolute;
  bottom: -35px;
  right: 0;
  display: block;
  content: "\f0d7";
  font-family: "FontAwesome";
}

.react-bs-table .table>tbody>tr>td:last-child a {
  display: inline-block;
  /* margin-right: 15px; */
}

.expandableTbl .react-bs-table .table>tbody>tr>td {
  cursor: pointer;
}

.react-bs-table table td, .react-bs-table table th {
  overflow: hidden;
  white-space: unset;
  text-overflow: unset;
}

.bootstrapTable .react-bs-table-container {
  width: 100%;
}

.bootstrapTable .react-bs-table-container:after {
  content: "";
  height: 100%;
  border-right: 1px solid #ddd;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 100;
}

.affiliateTable .react-bs-table-bordered {
  width: 3000px !important;
}

.tblFixedWidth .react-bs-table-bordered {
  width: 100% !important;
}

.react-bs-table .table>thead>tr>th {
  position: relative;
}

/* datepicker */

.react-datepicker-wrapper {
  position: relative;
}

.react-datepicker-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  content: "\f073";
  color: #333;
  font-family: "FontAwesome";
  padding-top: 7px;
  text-align: center;
  border-left: 1px solid #ddd;
}

.react-datepicker-wrapper {
  width: 100%;
  display: inline-block;
}

.react-datepicker__input-container {
  position: relative;
  width: 100%;
  display: inline-block;
}

div.react-confirm-alert-body {
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  z-index: 9999;
  text-align: center;
}

div.react-confirm-alert-button-group {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

div.react-confirm-alert-body>h1 {
  margin-top: 0;
  font-size: 26px;
  color: #000;
}

.react-datepicker-wrapper input {
  position: relative;
}

.react-datepicker-wrapper input:focus {
  background-color: transparent !important;
}

#pageDropDown span.caret {
  display: none;
}

button.btnAction {
  background-color: transparent;
  border: 0;
}

/* Changes for SubMenu */

ul.subMenu {
  display: none;
  height: auto !important;
}

ul.subMenu li a {
  border-left: 4px solid transparent;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px 5px 40px;
  -webkit-transition: all 0.3s ease-in-out;
}

button.toggleBtn {
  background-color: transparent;
  border: 0;
  margin-top: 14px;
  background: url(../img/toggleBtnNew.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  height: 17px;
  width: 37px;
}

button.toggleBtn.leftBtnOpen {
  background: url(../img/toggleBtnNew02.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}

.loaderMain {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.72);
  z-index: 2000;
}

.loaderMain img {
  position: absolute;
  height: 128px;
  width: 128px;
  top: 40vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.react-bs-table-sizePerPage-dropdown {
  display: none;
}

.rides-custom-dropdown {
  display: block !important;
}

.customer-custom-table .react-bs-table-sizePerPage-dropdown {
  display: block !important;
}

.customer-custom-table select {
  width: auto !important;
}

.react-time-picker__wrapper {
  border: none !important;
}

.react-time-picker__clock {
  display: none;
}

.list-group-item {
  cursor: pointer;
}

.react-time-picker__clear-button {
  display: none;
}

.subTable {
  background-color: #ffffff;
}

.space {
  margin: 10px;
}

.react-bs-table .table>thead>tr>th:first-child {
  width: 100px !important;
}

.react-bs-table .table>tbody>tr>td:first-child {
  width: 100px !important;
}

.react-bs-table .table>thead>tr>th:last-child {
  width: 120px !important;
}

.react-bs-table .table>tbody>tr>td:last-child {
  width: 120px !important;
}

.regionMenu {
  position: absolute;
  bottom: 10px;
  padding: 0 20px;
  margin-top: 20px;
  width: 100%;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 4px;
  left: -15px;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

/* On mouse-over, add a grey background color */

.radio-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.radio-container input:checked~.checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-container input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

.filter-row {
  border: 2px solid #dee2e6;
  padding: 10px;
}

.available_ride {
  font-family: "roboto-regular";
  background-color: #c00;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5.5px;
  position: absolute;
  right: 0;
  top: -2px;
}

.submenu .available_ride {
  position: relative;
  float: none;
}

.custom-table {
  position: relative;
}

.custom-table .table tr th, .custom-table .table tr td {
  border: 0;
  border-bottom: 1px solid #ddd;
}

.custom-table .table {
  background: #fff;
}

.AffiliateCheckList ul li {
  list-style: none;
  width: 50%;
}

.bottom-btn-box {
  float: left;
  width: 100%;
}

.tabBox {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  background: #f7f7f7;
}

.tabBox li.react-tabs__tab {
  border: 0;
}

.tabBox li.react-tabs__tab--selected {
  border: 0;
  border-bottom: 1px solid #fabc06;
  font-weight: 500;
}

.wraperMain .logosmall {
  display: none;
}

.wraperMain.collapsPannel .logosmall {
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 15px 14px;
  text-align: left;
}

.wraperMain.collapsPannel .logosmall img {
  width: 30px;
}

.wraperMain.collapsPannel .logo {
  display: none;
}

.filter-panel {
  margin-bottom: -20px;
}

/* Booking widget start */

.widgetbody {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  background: #f2f2f2;
  font-weight: 500;
  background-size: cover;
  background-attachment: fixed;
  background: url(/assets/img/bg.jpg);
}

.center-heading {
  text-align: center;
  margin: 40px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
}

.custom-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-nav .navbar-nav .nav-link {
  color: #fff !important;
}

.noti-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px !important;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.field-box {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 0.75rem;
}

.field-box .input-box .form-control {
  padding: 0.475rem 0.75rem 0.475rem 2.25rem;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  height: auto;
}

.locationicon {
  font-size: 20px;
  position: absolute;
  margin-top: 10px;
}

.hourlytabtimeicon {
  font-size: 80px;
  margin-left: 60px;
  text-align: center;
}

.hourlytabnumberdiv {
  margin-top: 20px;
  text-align: center;
}

/* New css for internal pages */

.custom-nav-internal {
  padding: 0.5rem 1rem;
  background-image: linear-gradient(to right, #f07002, #f9bb04);
}

.inner-pages-container .inner-body {
  margin: 30px auto;
  background: #fff;
  padding: 30px 40px;
  width: 50%;
  border-radius: 10px;
  text-align: center;
}

.inner-body h4 {
  font-size: 20px;
}

.inner-body h5 {
  font-size: 26px;
  color: #cd1a21;
  margin-top: 15px;
}

.inner-container {
  border: 2px solid #f07201;
  margin: 0 auto;
  min-height: 170px;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 10px;
}

.icon-container {
  margin: 20px 0 0 0;
}

.link-container {
  margin-top: 20px;
}

.link-container a {
  color: #f07201;
}

.icon-container p i {
  font-size: 20px;
  color: forestgreen;
  margin-right: 10px;
}

.body-bg {
  background-image: inherit;
}

.luxy-pages-container {
  margin: 0px auto;
}

.luxy-pages-container .left-heading {
  text-transform: capitalize;
  font-weight: 700;
  color: #2e2e2e;
  width: 100%;
  background: #fff;
  letter-spacing: 2px;
  padding: 10px 0px;
}

.bg-white {
  background: #fff;
}

.col-white {
  background: #fff;
}

.luxy-pages-container .setp-wrapp {
  background: #fff;
  padding: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.luxy-pages-container .form-padd {
  padding: 15px;
}

.rms-wizard .rms-content-section .form-group label {
  color: #000;
  font-size: 14px;
  word-spacing: 2px;
}

.rms-wizard .rms-content-section h2 {
  font-weight: bold;
  word-spacing: 2px;
  margin-bottom: 10px;
}

.rms-wizard .rms-content-section .form-check-label {
  font-size: 13px;
}

.rms-wizard .rms-content-section .form-group .alert {
  padding: 10px;
}

.rms-wizard .rms-content-section .form-group .alert-warning {
  color: #422c11;
  font-weight: 500;
  font-size: 13px;
  background-color: #fede6f;
  border-color: #e3d895;
  border-radius: 0px;
}

.rms-wizard .rms-content-section .form-group h2.heading-slide-4 {
  font-size: 16px;
}

.rms-wizard .rms-content-section .form-group .border-w-l {
  border-left: 1px solid #eaeaea;
}

.rms-wizard .rms-content-section .form-group .border-w-r {
  border-left: 1px solid #eaeaea;
}

.rms-wizard .rms-content-section .form-group .sl-gray {
  color: #7c8a8e;
  font-weight: 400;
}

.rms-wizard .rms-content-section .form-group .sl-gray span {
  font-size: 10px;
  display: block;
}

.rms-wizard .rms-content-section .mg-top {
  margin-top: -25px;
}

.rms-wizard .rms-content-section .mg-top-10 {
  margin-top: -10px;
}

.rms-wizard .rms-content-section .para-form-group {
  font-size: 13px;
  text-align: justify;
  font-weight: 400;
}

.rms-wizard .rms-content-section .form-group .input-font-d {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rms-wizard .rms-content-section .form-group .select-another {
  text-align: center;
  padding: 15px 0px;
}

.rms-wizard .rms-content-section .form-group .select-another a {
  color: #ec7322;
}

.rms-wizard .rms-content-section .bg-gray {
  background: #f0f0f0;
  padding: 15px 15px 15px;
  margin: 40px 0px;
  display: block;
}

.rms-wizard .rms-content-section .bg-gray h5 {
  color: #151515;
  font-size: 18px;
}

.rms-wizard .rms-content-section .bg-gray p {
  color: #e3674b;
  font-size: 18px;
  margin: 0px;
}

.rms-wizard .rms-content-section .payment-box {
  width: 50%;
  margin: 0 auto;
}

.rms-wizard .rms-content-section .payment-box .form-control {
  margin-bottom: 25px;
}

.rms-wizard .rms-content-section .payment-box .btn-orange {
  margin: 25px 0px;
}

.coloum-white {
  background: #fff;
  padding: 10px;
}

.rms-padd {
  padding: 20px;
}

.signin {
  display: flex;
  justify-content: flex-end;
  flex: 50%;
  align-items: center;
  margin: 0;
  color: #fff;
  list-style: none;
}

.imgcontainer {
  position: absolute;
  top: 0;
  padding-left: 0;
  z-index: 10 !important;
  width: 70%;
  margin: 0;
  right: 0;
  height: 650px;
}

.addresstab {
  color: #fff;
  background: -moz-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -webkit-gradient( left top, right top, color-stop(0%, #f9bc04), color-stop(100%, #f07101));
  background: -webkit-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -o-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -ms-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: linear-gradient(to right, #f9bc04 0%, #f07101 100%);
}

.signin button.btn-signin {
  width: 100%;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  background: linear-gradient(to right, #1c31b2 0%, #471474 100%) !important;
  outline: none;
}

.martop20 {
  margin-top: 20px;
}

.handcursor {
  cursor: pointer;
}

.fieldspacing {
  margin-top: 10px;
}

.pick-drop-detail li .disc {
  width: 70%;
  float: left;
  color: rgb(0, 0, 0);
  font-size: 15px;
}

.pick-drop-detail {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1.1em;
}

.pick-drop-detail li .label {
  min-width: 30%;
  display: inline-block;
  float: left;
  font-family: "roboto-light";
}

.cars-carousel .price-btn {
  background: transparent;
  border: 1px solid #000;
  border-radius: 0px;
  min-width: 90% !important;
  padding: 0% !important;
}

.btn-blue, .price-btn.active {
  color: #fff !important;
  border-color: #eb8023;
  background-color: #eb8023;
}

.btn-sm {
  padding: 0.15rem 0.5rem;
  font-size: 0.7rem;
}

.bookingvehicle {
  width: 121.333px;
  margin-right: 5px;
  float: left;
  display: block;
}

.bookingwidgetscrolldiv {
  overflow-x: hidden;
  overflow-y: auto;
  height: 365px;
  background: white;
}

.martop30 {
  margin-top: 30px;
}

.ridetickcolour {
  color: darkgreen;
  font-size: 50px;
  margin-left: 150px;
}

.rms-wizard .rms-content-section h2 {
  font-size: 15px;
  word-spacing: 2px;
  margin-bottom: 15px;
  font-family: "Roboto-Regular";
}

.field-box .input-group i {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 12;
  font-size: 18px;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.tab-content>.active {
  display: block;
}

.react-tabs__tab-list {
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  border: 0 !important;
}

.react-tabs__tab, .react-tabs__tab--selected {
  border: 1px solid #471474 !important;
  border-radius: 0 !important;
  margin-bottom: 15px !important;
  padding: 7px 25px;
  color: #471474 !important;
}

.react-tabs__tab--selected {
  background: linear-gradient(to right, #1c31b2 0%, #471474 100%) !important;
  color: #fff !important;
}

.field-box .input-group input.form-control {
  /* padding: 10px 10px 10px 40px; */
  width: 100%;
}

.field-box .input-group input.form-control:focus {
  border-color: #1d31b2;
  box-shadow: none;
}

.form-control:focus {
  border-color: #1d31b2 !important;
  box-shadow: none !important;
}

.field-box .input-group {
  position: relative;
}

.input-group {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.react-datepicker-wrapper::after {
  display: none !important;
}

.add-more, .rms-wizard button.add-more {
  background: transparent;
  border: none;
  font-size: 27px;
  font-family: "Roboto-Light";
  position: absolute;
  top: 0;
  right: -20px;
  line-height: 26px;
  cursor: pointer;
  height: 35px;
  align-items: center;
  display: flex;
  color: #4b4b4b;
}

.price-detail {
  list-style: none;
  margin-top: 1.15rem;
}

.price-detail li {
  width: 100%;
  font-family: "Roboto-Light";
  font-size: 18px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  color: #4b4b4b;
}

.price-detail li:after {
  width: 100%;
  position: absolute;
  content: "";
  border-bottom: 1px dotted #e0e0e0;
  top: 16px;
  margin-left: 15px;
}

.price-detail li span {
  float: right;
  font-family: "Roboto-Bold";
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.price-detail li:last-child {
  font-family: "Roboto-Bold";
  font-size: 20px;
}

.gratuity-select {
  display: inline-block;
}

.confirm-box {
  margin-top: 1.52rem;
}

.confirm-box i {
  font-size: 60px;
}

.confirm-box h2 {
  font-size: 30px !important;
}

.confirm-box p {
  font-size: 1.2em;
}

.bookingwidgettabs {
  width: 300px;
}

.autocomplete-dropdown-container {
  display: block;
  margin-top: 35px;
  background-color: #fff;
  position: absolute;
  z-index: 9999999 !important;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  padding: 2px;
  font-size: 0.95em;
  margin-bottom: 1rem;
}

.autocomplete-dropdown-container:empty {
  display: none;
}

/* for showing images according to places */

.pac-icon {
  background: url("https://img.icons8.com/metro/26/000000/marker.png") no-repeat left;
  background-size: 15px;
  background-position: 8px;
  margin: 5px 6px 6px 0;
  vertical-align: middle;
  padding-left: 35px;
  height: 25px;
}

.pac-icon2 {
  background: url("https://img.icons8.com/ios/50/000000/airplane-mode-on-filled.png") no-repeat left;
  background-size: 15px;
  background-position: 8px;
  margin: 5px 6px 6px 0;
  vertical-align: middle;
  padding-left: 35px;
  height: 25px;
}

.pac-icon3 {
  background: url("https://img.icons8.com/material/24/000000/hotel-information.png") no-repeat left;
  background-size: 15px;
  background-position: 8px;
  margin: 5px 6px 6px 0;
  vertical-align: middle;
  padding-left: 35px;
}

.pac-icon4 {
  background: url("https://img.icons8.com/ios/50/000000/hospital-3-filled.png") no-repeat left;
  background-size: 15px;
  background-position: 8px;
  margin: 5px 6px 6px 0;
  vertical-align: middle;
  padding-left: 35px;
}

.pac-icon5 {
  background: url("https://img.icons8.com/ios/50/000000/dining-room-filled.png") no-repeat left;
  background-size: 15px;
  background-position: 8px;
  margin: 5px 6px 6px 0;
  vertical-align: middle;
  padding-left: 35px;
}

.pac-item-selected, .pac-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.autocomplete-dropdown-container:after {
  display: flex;
  justify-content: flex-end;
  content: "Powered by Google";
  font-size: 10px;
  margin-right: 6px;
}

/* for showing images according to places end */

.switchlabel {
  color: white;
  text-transform: uppercase;
  padding: 5px 2px;
}

.loginsignuppopup {
  max-width: 420px !important;
  margin: 20px;
}

/******default utilities******/

.btn-orange {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem 2rem !important;
  border: 0;
  background: -moz-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -webkit-gradient( left top, right top, color-stop(0%, #f9bc04), color-stop(100%, #f07101));
  background: -webkit-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -o-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -ms-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: linear-gradient(to right, #f9bc04 0%, #f07101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9bc04', endColorstr='#f07101', GradientType=1);
  border-radius: 0.25rem;
  outline: none;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
}

.btn-orange:hover {
  box-shadow: 0 0 5px 1px #aeaeae;
}

.btn-orange:focus {
  outline: none;
}

.btn-booking-signin {
  color: #f07101;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0px;
  border: 0px;
  background: transparent;
  white-space: nowrap;
}

.btn-booking-signin:focus {
  border-color: #f07101;
  outline: none;
}

.btn-orange-primary {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.6rem 3rem;
  border: 1px solid orange;
  cursor: pointer;
  outline: none;
  background-color: #eb8023;
  outline: none;
  font-size: 1em;
  white-space: nowrap;
}

.btn-orange-primary:focus {
  outline: none;
}

.btn-orange-primary:hover {
  box-shadow: 0 0 5px 1px #aeaeae;
}

.btn-outline-orange {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  color: rgb(235, 128, 35);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.6rem 3rem;
  border: 1px solid rgb(235, 128, 35);
  cursor: pointer;
  background: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9bc04', endColorstr='#f07101', GradientType=1);
  border-radius: 0.25rem;
  outline: none;
  font-size: 1em;
  white-space: nowrap;
}

.btn-outline-orange:focus {
  outline: none;
}

.btn-outline-orange:hover {
  box-shadow: 0 0 5px 1px #aeaeae;
}

.btn-orange-secondary {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  color: #f07101;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.6rem 3rem;
  border: 1px solid #f07101;
  cursor: pointer;
  background: transparent;
  outline: none;
  font-size: 1em;
  white-space: nowrap;
}

.btn-blue-secondary {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  color: #1d31b2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.6rem 3rem;
  border: 1px solid #1d31b2;
  cursor: pointer;
  background: transparent;
  border-radius: 0.25rem;
  outline: none;
  font-size: 1em;
  white-space: nowrap;
}

.btn-orange-secondary:focus {
  outline: none;
}

.btn-orange-secondary:hover {
  background: #fff7e0;
  box-shadow: 0 0 5px 1px #aeaeae;
}

.link-default {
  color: #1d31b2;
}

a.btn-orange-secondary {
  color: #f07101;
}

a.btn-orange-primary {
  color: #fff;
  font-size: 0.45em;
}

a.btn-orange-primary:hover {
  text-decoration: none;
  color: #fff;
}

a.btn-outline-orange {
  color: rgb(235, 128, 35);
  font-size: 0.45em;
}

a.btn-outline-orange:hover {
  text-decoration: none;
  color: rgb(235, 128, 35);
}

.btn-signin {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem 6rem;
  border: 0;
  outline: none;
  background-color: #eb8023;
  white-space: nowrap;
}

.btn-signin:hover {
  box-shadow: 0 0 5px 1px #aeaeae;
}

.btn-signin:focus {
  outline: none;
}

.btn-signin-rb:focus {
  outline: none;
}

.btn-signin-rb {
  color: #eb8023 !important;
  background-color: transparent;
  border: 0px;
  font-size: 18px !important;
  font-weight: bold;
}

.fa-angle-down {
  color: #eb8023 !important;
}

.btn-orange-code {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem 1rem;
  border: 0;
  background: -moz-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -webkit-gradient( left top, right top, color-stop(0%, #f9bc04), color-stop(100%, #f07101));
  background: -webkit-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -o-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: -ms-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: linear-gradient(to right, #f9bc04 0%, #f07101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9bc04', endColorstr='#f07101', GradientType=1);
  border-radius: 0.25rem;
  outline: none;
  white-space: nowrap;
}

.btn-orange-code-longer {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.6rem 3rem;
  cursor: pointer;
  background-color: #eb8023;
  outline: none;
  font-size: 1em;
  white-space: nowrap;
  border: 0px;
}

.btn-orange-code-longer:focus {
  outline: none;
}

.btn-orange-code:focus {
  outline: none;
}

.btn-orange-code-longer:hover {
  box-shadow: 0 0 5px 1px #aeaeae;
}

.btn-orange-code:hover {
  box-shadow: 0 0 5px 1px #aeaeae;
}

.text-custom-blue {
  color: #1d31b2;
}

.text-default {
  color: #000;
  font-family: "roboto-regular";
  font-weight: normal;
  font-size: 0.9em;
}

.text-apc {
  color: #000;
  font-family: "roboto-regular";
}

.text-payment {
  color: #000;
  font-family: "roboto-regular";
}

.text-save-card {
  font-family: "Roboto-light";
  word-spacing: 0;
}

.btn-confirm {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem 3rem;
  border: 0;
  background: -webkit-gradient( left top, right top, color-stop(0%, #f9bc04), color-stop(100%, #f07101));
  background: -webkit-linear-gradient(left, #f9bc04 0%, #f07101 100%);
  background: linear-gradient(to right, #f9bc04 0%, #f07101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9bc04', endColorstr='#f07101', GradientType=1);
  border-radius: 0.25rem;
  outline: none;
  width: 100%;
  white-space: nowrap;
}

.btn-luxy {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

iframe {
  border: 0;
}

.bookingforgotpwd {
  cursor: pointer;
  float: right;
  color: #000;
}

span.bookingforgotpwd:hover {
  color: #f07101;
}

.paymentmethodsinnerdiv {
  padding: 0 0.35rem;
  height: auto;
  width: 100%;
  margin-left: 2px !important;
  cursor: pointer;
  border: 1px solid transparent;
}

.paymentmethodsinnerdiv label {
  margin-bottom: 0;
}

.highlightselectedmethod {
  background-color: #fdf5d8;
  height: auto;
  width: 100%;
  margin-left: 2px !important;
  cursor: pointer;
  border-radius: 0.55rem;
  padding: 0 0.35rem;
  border: 1px solid #fcead7;
}

.highlightselectedmethod .paymentmethodslabels {
  margin-top: 0;
}

.paymentmethodsinnerdiv .paymentmethodslabels {
  margin-top: 0;
}

.highlightselectedmethod .paymentmethodslabels label {
  margin-bottom: 0;
}

.payListing-headings {
  padding: 0.75rem 0.55rem;
}

/* carausel start*/

.carousel .thumbs-wrapper {
  display: none !important;
}

.control-dots {
  display: none !important;
}

.carousel.carousel-slider {
  overflow: visible !important;
  margin: auto !important;
}

.carousel .control-prev.control-arrow {
  height: 82px;
  top: 20% !important;
}

.carousel .control-next.control-arrow {
  height: 82px;
  top: 20% !important;
}

.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #1d31b2 !important;
}

.carousel .control-next.control-arrow:before {
  border-left: 8px solid #1d31b2 !important;
}

.carousel.carousel-slider .control-arrow {
  opacity: 1 !important;
}

.carousel .slide {
  background-color: #fff !important;
}

.carousel .slide img {
  height: 200px;
  object-fit: contain;
}

.cars-box .carousel .carousel-status {
  text-shadow: none;
  font-size: 1em;
  color: #000;
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
  display: flex;
}

.carousel-inner .carousel-item-right.active, .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

.carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}

.carousel-inner .carousel-item-right, .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.car-output h4 {
  font-family: "Roboto-Bold";
  color: #4b4b4b;
}

ul.capacity {
  font-family: "roboto";
  list-style: none;
  padding: 0;
}

ul.capacity li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

ul.capacity li i {
  font-size: 150%;
  margin-right: 3px;
  vertical-align: middle;
  color: #f9bc04;
}

ul.capacity li span {
  margin-left: 8px;
  font-family: "Roboto-Light";
}

ul.capacity li span strong {
  font-family: "Roboto-Bold";
  color: #4b4b4b;
}

.car-price {
  font-size: 1.4em;
}

.car-price span {
  font-family: "Roboto-Light";
}

.car-price span strong {
  font-family: "Roboto-Bold";
  color: #4b4b4b;
  margin-left: 3px;
}

.bookingvehicleid {
  display: none;
}

.car-output {
  text-align: center;
  margin-bottom: 15px;
}

/* carausel end*/

.form-group .react-datepicker {
  font-size: 1rem;
  box-shadow: 0 0 10px #aaa;
  border: none;
}

.my-clearfix {
  clear: both;
}

.custom-h6 {
  font-size: 1em;
  font-weight: normal;
  border-top: 1px dotted #ddd;
  padding: 1rem 0;
}

.rms-content-body .error, .loginsignuppopup .error {
  font-size: 13px;
  color: red;
}

.successmsg {
  text-align: center;
  font-size: 14px;
  color: green;
  display: block;
  width: 100%;
  clear: both;
}

/* Booking widget end */

/******Custom css******/

ul.signin li span {
  text-transform: uppercase;
  font-size: 0.9em;
}

.custom-h1 {
  font-family: "Roboto-Bold";
  font-size: 2.5rem;
}

.react-tabs__tab {
  font-family: "roboto-bold";
  cursor: pointer;
}

.form-group .react-datepicker-popper {
  z-index: 999999;
}

.field-box .form-group i {
  position: absolute;
  left: 15px;
  top: 8px;
  z-index: 12;
  font-size: 18px;
  color: #918f96;
}

.custom-h3 {
  font-size: 1.75em;
  font-family: "Roboto-Bold";
  clear: both;
  padding-top: 2rem;
  margin-bottom: 1rem;
}

.addon-box {
  position: relative;
  margin-top: 1rem;
}

.addon-box h5 {
  font-family: "Roboto-Regular";
  font-size: 0.95em;
}

.addon-box .custom-addon-text {
  margin-left: 1rem;
  margin-right: 0.5rem;
  font-weight: 500;
  color: #000;
  font-family: "roboto";
  cursor: pointer;
}

.addon-box .add-more, .rms-wizard button.add-more {
  background: transparent;
  border: none;
  font-size: 27px;
  font-weight: 300;
  position: absolute;
  top: 26px;
  right: -20px;
  line-height: 26px;
  cursor: pointer;
  height: 35px;
  vertical-align: middle;
}

.addon-box .react-switch-bg {
  background-color: #cacaca;
}

.paymentmethodslabels {
  padding: 0.5rem 0;
}

.styles_modal__gNwvD {
  border-radius: 5px;
}

.custom-modal-sm {
  max-width: 500px !important;
  min-height: 160px;
  height: 100%;
}

.form-group .react-datepicker__day--keyboard-selected {
  background-color: #1d31b2;
  border-radius: 50%;
}

.form-group .react-datepicker__day--keyboard-selected:hover {
  background-color: #f07101;
  border-radius: 50%;
}

.form-group .react-datepicker__header {
  background: #fff;
  border-bottom: none;
}

.form-group .react-datepicker__navigation--previous {
  border-right-color: #000;
}

.form-group .react-datepicker__navigation--next {
  border-left-color: #000;
}

.form-group .react-datepicker__navigation--previous:hover {
  border-right-color: #000;
}

.form-group .react-datepicker__navigation--next:hover {
  border-left-color: #000;
}

.payListing-headings span {
  font-size: 0.9em;
  font-family: "Roboto-Light";
}

.custom-trigger {
  top: 35px;
  right: 10px;
}

.csrroot .form-control {
  border-radius: 0;
  border-color: #000;
}

.csrroot .form-group {
  margin-bottom: 10px;
}

.csrroot label {
  margin-bottom: 0.5rem;
}

.ride-icons {
  margin-right: 10px;
  margin-left: 5px;
}

.ride-icons:nth-child(4) {
  margin-right: 0;
}

.ride-icons:nth-child(5) {
  margin-right: 0;
}

img.ride-icons {
  height: 27px;
}

button.toggleBtn {
  background: url(../img/toggleBtnNew-left.jpg) no-repeat 0 0;
}

.collapsPannel button.toggleBtn {
  background: url(../img/toggleBtnNew.jpg) no-repeat 0 0;
}

button.toggleBtn:focus {
  outline: none;
}

.d-color {
  position: relative;
  color: #ccc;
}

/******Tooltip css******/

.showTooltip {
  display: none;
  width: 285px;
  border-radius: 0.25rem;
  position: absolute;
  bottom: 26px;
  left: 50%;
  z-index: 1070;
  background: #fff;
  box-shadow: 0 0 5px #8a8080;
  padding: 8px;
  transform: translateX(-50%);
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
}

.showTooltip h6 {
  font-family: "Roboto-regular";
  font-size: 12px;
  margin-bottom: 0;
  color: #000;
  text-align: justify;
}

.showTooltip:after {
  content: "";
  position: absolute;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-top: 10px solid #ddd;
  border-right: 10px solid transparent;
  left: 50%;
}

.showTooltip:after {
  content: "";
  position: absolute;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-top: 10px solid #ddd;
  border-right: 10px solid transparent;
  left: 50%;
}

.showTooltip ul {
  margin-bottom: 0.5rem;
}

.d-color:hover .showTooltip {
  display: block;
}

.marTop {
  margin-top: -15px;
}

.input-group .img-user {
  position: absolute;
  z-index: 999;
  height: 16px;
  width: 16px;
  left: 12px;
  top: 10px;
}

.input-group .img-drop {
  position: absolute;
  z-index: 999999;
  height: auto;
  width: 15px;
  left: 12px;
  top: 6px;
}

.input-group .img-pick {
  position: absolute;
  z-index: 999999;
  height: auto;
  width: 15px;
  left: 12px;
  top: 6px;
}

.time-icon {
  position: absolute;
  z-index: 999999;
  height: auto;
  width: 15px;
  left: 12px;
  top: 10px;
}

.bg-apply-code {
  background: url(../img/apply-code.png) no-repeat left;
  height: 100%;
  width: 100%;
  padding-left: 32px;
  background-size: contain;
  cursor: pointer;
}

.bg-add-more {
  background: url(../img/add-more-rb.png) no-repeat left;
  height: 100%;
  width: 100%;
  padding-left: 32px;
  background-size: contain;
  cursor: pointer;
}

.bg-map-mark-selected {
  background: url(../img/bw-map-mark-selected.png) no-repeat;
  height: 100%;
  width: 100%;
  padding: 10.5px 10px 10px 35px;
  cursor: pointer;
}

.bg-map-mark-done {
  background: url(../img/bw-map-mark-done.png) no-repeat;
  height: 100%;
  width: 100%;
  padding: 10.5px 10px 10px 35px;
  cursor: pointer;
}

.bg-car {
  background: url(../img/bw-car.png) no-repeat;
  height: 100%;
  width: 100%;
  padding: 10.5px 10px 10px 35px;
  cursor: pointer;
}

.bg-car-done {
  background: url(../img/bw-car-done.png) no-repeat;
  height: 100%;
  width: 100%;
  padding: 10.5px 10px 10px 35px;
  cursor: pointer;
}

.bg-car-selected {
  background: url(../img/bw-car-selected.png) no-repeat;
  height: 100%;
  width: 100%;
  padding: 10.5px 10px 10px 35px;
  cursor: pointer;
}

.bg-details {
  background: url(../img/bw-details.png) no-repeat;
  height: 100%;
  width: 100%;
  padding: 10.5px 10px 10px 35px;
  cursor: pointer;
}

.bg-details-done {
  background: url(../img/bw-details-done.png) no-repeat;
  height: 100%;
  width: 100%;
  padding: 10.5px 10px 10px 35px;
  cursor: pointer;
}

.bg-details-selected {
  background: url(../img/bw-details-selected.png) no-repeat;
  height: 100%;
  width: 100%;
  padding: 10.5px 10px 10px 35px;
  cursor: pointer;
}

.success-icon {
  background: url(../img/success-icon.png) no-repeat center center;
  height: 50px;
  width: 50px;
  background-size: contain;
  cursor: pointer;
  margin: auto;
}

input.br-2 {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

input.br-2:focus {
  border-color: #1d31b2;
}

img.img-delete {
  height: 20px;
  width: 15px;
  object-fit: contain;
}

.c-trigger {
  position: absolute;
  top: 34px;
  right: 20px;
}

/* For calender in booking widget */

.jqx-fill-state-focus {
  border-color: #aeaeae !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border: none;
}

.jqx-widget-header {
  border-color: #fff !important;
  background: #fff !important;
}

.jqx-fill-state-normal {
  background: #fff !important;
}

div.jqx-popup.jqx-fill-state-focus {
  width: 100%;
}

.jqx-date-time-input-popup>table {
  width: 100%;
  text-align: center;
}

.jqx-date-time-input-popup table td {
  padding: 8px 0;
}

div.jqx-popup.jqx-fill-state-focus div.jqx-widget-content>table td input {
  border: 0;
}

div.jqx-popup.jqx-fill-state-focus div.jqx-widget-content>table td a {
  width: auto;
  background: #f9f9fb;
}

div.input-group .jqx-fill-state-normal {
  background: #fff;
}

div.input-group .jqx-action-button {
  border-left: none;
}

div.jqx-widget-content .jqx-icon-arrow-up, .jqx-icon-arrow-up-hover, .jqx-icon-arrow-up-selected {
  background-image: url(../img/material-icon-up.png);
  background-repeat: no-repeat;
  background-position: center;
}

div.jqx-widget-content .jqx-icon-arrow-down, .jqx-icon-arrow-down-hover, .jqx-icon-arrow-down-selected {
  background-image: url(../img/material-icon-down.png);
  background-repeat: no-repeat;
  background-position: center;
}

.jqx-widget-content {
  font-family: "Roboto-Regular" !important;
  border: none !important;
}

div[id*="calendarjqxWidget"] {
  height: 207px !important;
  width: 200px !important;
  overflow: visible !important;
  margin-top: 0px !important;
}

div[id*="innerCalendarjqxWidget"] {
  margin-top: 2px !important;
}

div[id*="JqxDateTimeInputjqx"] {
  border: 1px solid #ced4da !important;
}

div[id*="innerTimejqxWidget"] {
  margin-top: 2px !important;
}

.jqx-max-size input {
  text-indent: 15px;
}

.jqx-action-button {
  border-left: 0 !important;
}

.jqx-fill-state-pressed {
  background-color: #fff !important;
}

.jqx-calendar-cell-today {
  background-color: #1d31b2 !important;
  color: #fff !important;
}

.jqx-calendar-cell {
  border-radius: 50% !important;
}

/* For calender in booking widget ends */

/******CSR Booking******/

span.internalAddButton {
  font-size: 2.3em;
  color: #000;
  font-weight: 300;
}

span.DeleteinternalAddButton {
  font-size: 2em;
  color: #000;
  font-weight: 300;
}

.form-group .bookingextrastopsspan, .bookingextracarseatspan {
  color: #0c7cba;
  font-size: 1.2em;
  cursor: pointer;
  margin-bottom: 1.5rem;
  display: block;
  margin-top: 0.75rem;
  text-decoration: underline;
}

.form-group .extrastopdelete, .extraseatdelete {
  color: #000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.csrroot {
  background-color: #ffeca9;
}

.bg-csrtable {
  background-color: #fff5d3;
}

.bg-csrtable td {
  font-size: 0.9em;
}

.text-09 {
  font-size: 0.95em;
}

.PageHeading {
  margin-bottom: 0.52rem;
  text-transform: uppercase;
  text-align: center;
}

.promoCode {
  padding: 0.8rem 1rem;
  width: 100%;
}

.custom-fa {
  transform: rotate(100deg);
}

.password .password-trigger {
  top: 48% !important;
}

.react-bs-container-body .statusicon {
  margin: 4px;
}

table.orderSummaryDiv td, th {
  padding: 0.35rem;
}

.h-bookTitle {
  font-family: "Roboto-Bold";
  font-size: 1.75em;
  color: #000;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.h-bookContact label.text-dark {
  font-size: 14px;
}

.font-08 {
  font-size: 0.85em !important;
}

.bg-menus-icons {
  background: url(../img/vehicles.png) no-repeat left;
  height: 100%;
  width: 100%;
  padding-left: 32px;
  background-size: contain;
  cursor: pointer;
}

.driverRatings-wrap {
  display: flex;
  padding: 15px 0;
}

.driverRatings-wrap h5 {
  display: inline-block;
}

/******Vehicle carousal css******/

ul.rs-icons {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rs-icons li {
  margin-left: 16px;
  list-style: none;
}

.alice-carousel__next-btn {
  position: absolute;
  right: -23px;
  top: 7%;
  width: auto;
  text-align: right;
}

.alice-carousel__prev-btn {
  position: absolute;
  left: -23px;
  top: 7%;
  width: auto;
  text-align: left !important;
}

.alice-carousel__prev-btn, .alice-carousel__next-btn {
  width: auto !important;
}

.alice-carousel__dots {
  display: none;
}

div.carousel img {
  width: 100%;
  height: 57px;
  object-fit: contain;
  display: block;
  margin: auto;
  opacity: 0.3;
  margin-bottom: 10px;
}

li.alice-carousel__stage-item:hover img {
  opacity: 1;
}

li.alice-carousel__stage-item:hover .price-btn, .selectedvehicleprice {
  color: #eb8023 !important;
  border-color: #eb8023;
  background-color: #fff;
}

li.alice-carousel__stage-item:hover .price-btn.active, .selectedvehicleprice {
  color: #fff !important;
  border-color: #eb8023;
  background-color: #eb8023;
}

.clickedvehicleimage {
  opacity: 1 !important;
}

.cars-carousel .alice-carousel__next-btn [data-area]::after {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 2em;
  font-weight: bold;
}

.cars-carousel .alice-carousel__prev-btn [data-area]::after {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 2em;
  font-weight: bold;
}

.alice-carousel__prev-btn, .alice-carousel__next-btn {
  padding: 0 10px !important;
}

li.alice-carousel__stage-item.active img {
  opacity: 1;
}

.alice-carousel__stage-item {
  cursor: pointer;
}

.font-05 {
  font-size: 0.5em;
}

/******button disabled css******/

.btn-disabled {
  cursor: not-allowed;
  opacity: 0.8;
  background: #ededed;
  color: #adaaaa;
  border-color: #adaaaa;
}

.btn-disabled:hover {
  background: #ededed;
  box-shadow: none;
}

table.rs-table tr th, table.rs-table tr td {
  border-bottom: 0 !important;
  padding: 0.35rem 0.5rem;
  vertical-align: middle;
}

/******Current booking step active css******/

.currentbookingstep {
  background-color: #f6af37;
  border-radius: 50%;
}

.completedbookingstep {
  background-color: transparent;
  border-radius: 50%;
}

.completedbookingstep:before {
  border-color: green !important;
}

.completedbookingstep i {
  color: green !important;
}

/******React confirm alert popup******/

.react-confirm-alert-button-group>button:nth-child(1) {
  display: inline-block;
  color: rgb(235, 128, 35);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02rem;
  padding: 0.375rem 2rem;
  border: 1px solid rgb(235, 128, 35);
  cursor: pointer;
  background: transparent;
  border-radius: 0.25rem;
  outline: none;
  font-size: 1em;
}

.react-confirm-alert-button-group>button:nth-child(2) {
  display: inline-block;
  color: rgb(235, 128, 35);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02rem;
  padding: 0.375rem 2rem;
  border: 1px solid rgb(235, 128, 35);
  cursor: pointer;
  background: transparent;
  border-radius: 0.25rem;
  outline: none;
  font-size: 1em;
}

.react-confirm-alert-button-group>button:hover {
  box-shadow: 0 0 5px 1px #aeaeae;
}

img.img-clock {
  height: 55px;
}

div.react-confirm-alert-overlay {
  z-index: 1020;
}

div.react-confirm-alert-body {
  font-family: "Roboto-Regular";
  z-index: 1020;
}

/******Rides dashbord css******/

.auto-box {
  border: 1px solid #ced4da;
  height: 75px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
  text-align: justify;
  font-size: 0.95em;
  margin-bottom: 0.55rem;
  border-radius: 0.25rem;
}

.custom-box {
  border: 1px solid #ced4da;
  height: 132px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
  text-align: justify;
  font-size: 0.95em;
  margin-bottom: 0.55rem;
  border-radius: 0.25rem;
}

.custom-box:nth-child(2) {
  height: 95px;
}

.tabBox .auto-box p {
  margin-bottom: 0;
}

.add-icon {
  position: absolute;
  right: -5px;
}

.react-modal {
  width: 500px;
}

img.img-action {
  height: 16px;
  width: 16px;
}

.react-time-picker__button:enabled {
  cursor: pointer;
  display: none;
}

/******Activation page css******/

.activateContainer {
  display: flex;
  height: 100vh;
  max-width: 540px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.activate-wrap {
  max-width: 540px;
  position: relative;
  padding: 1.2rem;
  background: #ffffff;
  border-radius: 5px;
  margin: auto;
}

.activateContainer .field-box input.form-control {
  padding: 10px;
}

.activateContainer .field-box .form-group i {
  top: 12px;
  color: #cfcccc !important;
}

.activateContainer .font-002 {
  font-size: 1.12em !important;
}

.activateContainer h3.custom-h3 {
  font-size: 1.9em;
}

.bookingtimepicker {
  overflow: hidden !important;
  background: transparent !important;
  position: absolute !important;
  height: 220px !important;
  width: 225px !important;
  display: block !important;
  left: 74px !important;
  top: 426px !important;
}

.badge-custom {
  display: inline-block;
  background: #c00;
  color: #fff;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  margin-left: 1rem;
}

.react-date-picker__wrapper {
  border: none !important;
}

/******Safari browser css******/

.row:before, .row:after {
  display: block !important;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome, .row:before, .row:after {
    display: block !important;
  }
  ::i-block-chrome, input::webkit-contacts-auto-fill-button:active {
    display: none !important;
  }
  ::i-block-chrome, input::webkit-contacts-auto-fill-button {
    display: none !important;
  }
  ::i-block-chrome, input::webkit-credentials-auto-fill-button {
    display: none !important;
  }
}

/****** link expired css******/

.ex-link-wrap {
  width: 100%;
  height: 100%;
}

.ex-link-inner {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.ex-link-wrap h1 {
  font-weight: bold;
}

.ex-link-wrap p {
  font-weight: 300;
}

/******Driver ratings css******/

label.dv-star-rating-star.dv-star-rating-full-star {
  width: auto;
}

label.dv-star-rating-star.dv-star-rating-full-star span {
  font-size: 18px;
  line-height: 1;
}

label.dv-star-rating-star.dv-star-rating-empty-star {
  width: auto;
}

label.dv-star-rating-star.dv-star-rating-empty-star span {
  font-size: 18px;
  color: darkgray;
  line-height: 1;
}

.dv-star-rating.dv-star-rating-non-editable {
  position: absolute !important;
  margin-left: 0.75rem;
  vertical-align: middle;
}

.cd-wrap {
  max-width: 650px;
  margin: auto;
  width: 100%;
}

.rideSummary-wrap {
  background-color: #cfcccc;
  padding: 15px;
}

.heading-subtitle {
  font-size: 1.35em;
  font-style: italic;
  text-align: center;
}

/******Custom Checkbox*****/

/* The custom-check-wrap */

.custom-check-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.custom-check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.custom-checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #f9bc04;
}

/* On mouse-over, add a grey background color */

.custom-check-wrap:hover input~.custom-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.custom-check-wrap input:checked~.custom-checkmark {
  background-color: #f9bc04;
}

/* Create the checkmark/indicator (hidden when not checked) */

.custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.custom-check-wrap input:checked~.custom-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.custom-check-wrap .custom-checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.customSectionWrap {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.multi-select-control .css-15k3avv {
  z-index: 999;
  white-space: nowrap;
}

.multi-select-control .css-wqgs6e {
  padding: 0px 12px;
}

.multi-select-control .css-v73v8k {
  padding: 0px 12px;
  white-space: nowrap;
}

.multi-select-control .css-wqgs6e:hover {
  white-space: nowrap;
}

.multi-select-control .css-xp4uvy {
  width: 90%;
}

div[class$="-singleValue"] {
  width: 90%;
}

.custom-error {
  font-size: 14px;
  color: red;
  text-align: justify;
}

/******react phone numner input css override******/

.input-group .react-phone-number-input {
  width: 100%;
}

.input-group .react-phone-number-input__input {
  width: 100%;
  padding: 10px 10px 10px 50px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  height: calc(2.25rem + 2px);
}

.input-group .react-phone-number-input__icon {
  height: auto;
  border: none;
}

.react-phone-number-input__icon {
  width: 1.24em;
  height: 0.93em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
}

.input-group .react-phone-number-input__country--native {
  position: absolute;
  top: 6px;
  left: 5px;
  margin-left: 0.6rem;
}

.input-group .react-phone-number-input__input:focus {
  border-color: #1d31b2;
}

.input-group .react-phone-number-input__country-select-arrow {
  color: #000;
  opacity: 1;
}

.react-phone-number-input__country-select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.left_padding {
  margin-left: 50px;
}

div.flag_icon_mrgn .react-phone-number-input__country--native {
  top: 35px;
}

.luxy-info {
  color: #00529b;
  background-color: #bde5f8;
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.9rem;
  line-height: 1.7;
  font-size: 14px;
  border-radius: 0.25rem;
}

/******Widget Registration screens******/

.h1-owl-text {
  color: #4a4a4a;
  margin-bottom: 30px;
}

.h2-owl-text {
  font-size: 32px;
  font-family: "roboto-bold";
  margin-top: 15px;
  margin-bottom: 10px;
}

.owl-para {
  font-size: 20px;
  text-align: center;
  padding: 0 4px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.owl-inner-wrap ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}

.owl-inner-wrap li {
  list-style-type: none;
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

.owl-inner-wrap li .form-control {
  height: 50px;
  text-align: center;
  font-size: 2rem;
  color: #4a4a4a;
}

.cc-activation-wrap .success-wrap img {
  height: 55px;
}

.em-fonts {
  font-size: 1em;
}

/******Braintree css*****/

#dropin-container .braintree-dropin {
  font-family: "Roboto-Regular";
}

#dropin-container .braintree-sheet {
  max-height: 100%;
}

#dropin-container .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field {
  border-radius: 0.25rem;
}

/****  floating-Lable style start ****/

.loginsignuppopup .has-float-label .form-control:placeholder-shown:not(:focus)+label {
  font-size: 1rem;
  opacity: 1;
  top: 0.7em;
}

.loginsignuppopup .has-float-label label {
  font-size: 95%;
  color: #6d747c;
}

.loginsignuppopup .has-float-label .form-control:placeholder-shown:focus+label {
  padding: 0 1px;
}

.loginsignuppopup label {
  width: auto;
}

.field-box .has-float-label input.form-control {
  padding: 0.375rem 0.75rem;
}

.ride-dashboard-table .react-bs-table .table>thead>tr>th:last-child {
  width: auto !important;
}

.ride-dashboard-table .react-bs-table .table>tbody>tr>td:last-child {
  width: auto !important;
}

.hidebtnforhourly {
  display: none;
}

.custom-label label {
  display: inline-block;
  width: auto;
}

.custom-flight-dropdown .css-10nd86i {
  width: 100%;
  cursor: pointer;
}

.custom-flight-dropdown .css-15k3avv {
  z-index: 13;
}

.custom-flight-dropdown .css-11unzgr {
  max-height: 150px;
}

.custom-flight-dropdown .css-1x93wd, .custom-flight-dropdown .css-1gu3640 {
  min-height: 33px !important;
  max-height: 33.35px !important;
}

.custom-flight-dropdown .css-1pcexqc-container {
  min-width: 100%;
  max-height: 33.35px;
}

.custom-flight-dropdown .css-1x91nk-control, .custom-flight-dropdown .css-1m1e73y-control {
  min-height: 33px !important;
  max-height: 33.35px !important;
}

/****** Cover Zone ******/

.cz-wrap ul {
  padding-left: 40px;
  width: 100%;
  margin-bottom: 0;
}

.cz-wrap li {
  list-style-type: none;
  display: inline-flex;
  width: 80px;
  margin: 0 5px;
}

/******/

.btn-marGin {
  margin: 0.4rem;
}

.text-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.text-signup h6 {
  font-size: 1.3em;
  margin-bottom: 0;
}

.text-signup p {
  margin: 0px;
}

.font-h5 {
  font-size: 22px;
  font-weight: 600;
}

.footer-login {
  display: flex;
}

.footer-login .form-group {
  margin: 0px !important;
}

/*** CSR Payment Method ***/

.defaultMethod {
  height: auto;
  width: 100%;
  margin-left: 2px !important;
  cursor: pointer;
  border: 1px solid #dee2e6;
}

.defaultMethod:hover {
  background-color: #ececec;
}

.defaultMethod label, .activeMethod label {
  margin-bottom: 0;
}

.defaultMethod .paymentmethodslabels {
  margin-top: 0;
}

.activeMethod {
  background-color: #f7f7f7;
  border: solid 1px lightgray;
  height: auto;
  width: 100%;
  margin-left: 2px !important;
  cursor: pointer;
}

.activeMethod .paymentmethodslabels {
  margin-top: 0;
}

.btn-dropdown {
  background: transparent;
  color: #fff;
  border: none;
  margin-left: 5px;
}

.img-vehicle-slash {
  width: 15px;
  object-fit: contain;
}

/******Cancel ride popup screens******/

.cancelRide-para {
  font-size: 16px;
  color: #4a4a4a;
  text-align: justify;
}

.text-red {
  color: #ce131c;
  font-weight: 600;
}

.cancelRide-wrap {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.cancelRide-wrap table td, table th {
  padding: 0.75rem 0;
}

.cancelRide-inner h6 {
  font-family: "Roboto-light";
  margin-bottom: 0;
}

.cancelRide-inner {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 455px;
}

.hr-custom {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.styles_closeButton__20ID4 {
  position: absolute;
  top: 14px;
  right: 14px;
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
}

.styles_overlay__CLSq- {
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  padding: 1.2rem;
}

.paddInner {
  padding: 0.75rem 0 0;
}

.text-sand {
  color: #cfbb80;
}

.h-custom {
  height: 25px;
}

.store-icons {
  height: 50px !important;
}

.download-wrap {
  width: 100%;
  height: 100%;
}

.download-link-inner {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.download-link-inner p {
  font-family: "Roboto-Light";
  font-size: 19px;
}

.img-reset {
  width: 14px;
  position: relative;
  top: -1px;
}

.v-modal-scrollbar {
  max-height: 535px;
  overflow-y: auto;
  padding: 15px 10px 5px 5px;
  text-align: justify;
  letter-spacing: 1px;
}

ul.custom-ul {
  list-style-type: circle;
  padding-left: 40px;
}

ul.custom-ul li {
  margin: 15px 0;
}

/******/

.app-icon-wrap {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
}

.app-icon-wrap p {
  font-family: "Roboto-light";
  font-size: 18px;
}

.app-icon-wrap img {
  height: 42px;
}

.vehicledriverassignlink {
  cursor: pointer !important;
  color: blue !important;
  text-decoration: underline !important;
}

.payment-methods-container {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.modal-max {
  max-height: 100px;
}

.nav-link-blue {
  color: #1d31b2 !important;
}

.pointer-cursor {
  cursor: pointer;
}

/* LOGIN SINGUP POPUP */

.luxy-pages-container {
  font-family: "Monotype-HelveticaNowDisplayMedium";
}

.loginsignuppopup {
  font-family: "Monotype-HelveticaNowDisplayMedium";
}

.loginsignuppopup .form-control {
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
}

.loginsignuppopup .form-control:focus, .loginsignuppopup .form-control:active {
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
}

.loginsignuppopup label {
  margin: 0px;
  color: #000;
  font-weight: bold !important;
}

.loginsignuppopup .react-phone-number-input__row input {
  font-weight: bold !important;
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
  border-radius: 0px;
}

.loginsignuppopup .react-phone-number-input__country--native {
  position: absolute;
  top: 20px;
  margin-top: 5px;
  left: 5px;
  margin-left: 0.6rem;
}

.loginsignuppopup .react-phone-number-input__country-select option {
  color: #000 !important;
  font-weight: bold;
}

.loginsignuppopup input {
  font-weight: bold !important;
}

.loginsignuppopup span {
  font-weight: bold !important;
  font-size: larger;
}

.loginsignuppopup p {
  font-weight: bold !important;
}

.loginsignuppopup .footer-login .form-group {
  width: 100%;
}

.loginsignuppopup .btn-signin {
  min-width: 100% !important;
  padding: 0.5rem 1rem;
}

.loginsignuppopup .custom-h3 {
  font-weight: bold;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
}

.loginsignuppopup h6.mt-3 {
  font-weight: bold;
}

/* Booking Trip Types */

.bookingTripType .form-control {
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
  border-radius: 0px !important;
}

.bookingTripType .form-control:focus, .bookingTripType .form-control:active {
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
}

.bookingTripType label {
  margin: 0px;
  color: #000;
  font-weight: bold !important;
}

.bookingTripType input {
  font-weight: bold !important;
}

.bookingTripType span {
  font-weight: bold !important;
}

.bookingTripType p {
  font-weight: bold !important;
}

.bookingTripType .add-more, .rms-wizard button.add-more {
  background: transparent;
  border: none;
  font-size: 27px;
  font-family: "Roboto-Light";
  position: absolute;
  top: 0;
  right: -20px;
  line-height: 26px;
  cursor: pointer;
  height: 35px;
  align-items: center;
  display: flex;
  color: #4b4b4b;
  top: 20px;
}

.bookingTripType .jqx-input:focus, .bookingTripType .jqx-input:active {
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
}

.bookingTripType .jqx-input {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: 400 !important;
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
  border-radius: 0px;
}

.bookingTripType .jqx-action-button {
  top: -1px;
}

.bookingTripType .autocomplete-dropdown-container {
  margin-top: 55px !important;
}

.bookingTripType .autocomplete-extra-stop .autocomplete-dropdown-container {
  margin-top: 0px !important;
}

/* Luxy booking widget container*/

.luxy-pages-container .rms-form-wizard {
  margin: 0px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.luxy-pages-container .footerButton {
  justify-content: flex-end;
}

.luxy-pages-container .footerButton .btn-orange {
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem 6rem;
  border: 0;
  border-radius: 0px;
  outline: none;
  background: #eb8023 !important;
  white-space: nowrap;
}

.allstepClickable .dropdown-item {
  color: #000 !important;
  font-weight: bold;
}

.luxy-pages-container .custom-error {
  font-size: 14px;
  color: red;
  text-align: justify;
  font-weight: bold;
}

/* Booking Trip Additional Info */

.additionalInfo .form-control {
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
}

.additionalInfo .form-control:focus, .additionalInfo .form-control:active {
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
}

.additionalInfo label {
  margin: 0px;
  color: #000;
  font-weight: bold !important;
}

.additionalInfo input {
  font-weight: bold !important;
}

.additionalInfo span {
  font-size: 1rem;
}

.additionalInfo p {
  font-weight: bold !important;
}

.additionalInfo textarea {
  font-weight: bold !important;
  border-radius: 0%;
}

.additionalInfo .custom-h3 {
  font-size: 1.75em;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold;
  clear: both;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.additionalInfo .react-phone-number-input__row input {
  font-weight: bold !important;
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
  border-radius: 0px;
  max-height: 33.35px;
}

.additionalInfo .react-phone-number-input__country--native {
  position: absolute;
  top: 22px;
  margin-top: 5px;
  left: 5px;
  margin-left: 0.6rem;
}

.additionalInfo .react-phone-number-input__country-select option {
  color: #000 !important;
  font-weight: bold;
}

.additionalInfo .addon-box .custom-addon-text {
  margin-left: 1rem;
  margin-right: 0.5rem;
  color: #000;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  cursor: pointer;
  font-size: 16px;
}

.additionalInfo select, .additionalInfo option {
  color: #000 !important;
  font-weight: bold !important;
}

.additionalInfo .checkbox {
  top: 7px;
}

.additionalInfo .text-default {
  color: #000;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold;
  font-size: 0.9em;
}

.additionalInfo .custom-label label {
  color: #000 !important;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

/* Booking  Summary */

.summarycomponent label {
  margin: 0px;
  color: #000;
  font-weight: bold !important;
}

.summarycomponent input {
  font-weight: bold !important;
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
  border-radius: 0px;
}

.summarycomponent p {
  font-weight: bold !important;
}

.summarycomponent .custom-h3 {
  font-size: 1.75em;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold;
  clear: both;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.summarycomponent select, .summarycomponent option {
  color: #000 !important;
  font-weight: bold;
}

.summarycomponent .text-default {
  color: #000;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: normal;
  font-size: 0.9em;
}

.summarycomponent .custom-label label {
  color: #000 !important;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.summarycomponent .text-apc {
  color: #000 !important;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.summarycomponent .price-detail {
  list-style: none;
  margin-top: 1.15rem;
}

.summarycomponent .price-detail li {
  width: 100%;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-size: 18px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  color: #4b4b4b;
}

.summarycomponent .price-detail li:after {
  width: 100%;
  position: absolute;
  content: "";
  border-bottom: 1px dotted #e0e0e0;
  top: 16px;
  margin-left: 15px;
}

.summarycomponent .price-detail li span {
  float: right;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-weight: bold !important;
  color: #4b4b4b;
}

.price-detail li:last-child {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-size: 20px;
}

.summarycomponent .pick-drop-detail li span {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
}

.summarycomponent .form-control:focus, .summarycomponent .form-control:active {
  border: 1px solid #9296a2 !important;
  box-shadow: none !important;
}

.summarycomponent .price-detail li:last-child {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-size: 25px !important;
}

.summarycomponent .btn-orange-code {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem 1.7rem;
  border: 0;
  border-radius: 0px;
  outline: none;
  background: #eb8023 !important;
  white-space: nowrap;
}

/* Booking  Braintree Component */

.braintreecomponent .price-detail li {
  width: 100%;
  font-weight: bold !important;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-size: 18px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  color: #4b4b4b;
}

.braintreecomponent .price-detail li:after {
  width: 100%;
  position: absolute;
  content: "";
  border-bottom: 1px dotted #e0e0e0;
  top: 16px;
  margin-left: 15px;
}

.braintreecomponent .price-detail li span {
  float: right;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  background: #fff;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  font-weight: bold !important;
  color: #4b4b4b;
}

.braintreecomponent .pick-drop-detail li span {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
}

.braintreecomponent .custom-h3 {
  font-size: 1.75em;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold;
  clear: both;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.braintreecomponent .text-payment {
  color: #000 !important;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
  margin-left: 20px;
}

.braintreecomponent .text-save-card {
  color: #000 !important;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.braintreecomponent .add-more {
  background: transparent;
  border: none;
  font-size: 27px;
  font-family: "Roboto-Light";
  position: absolute;
  top: -8px !important;
  left: 0px !important;
  line-height: 26px;
  cursor: pointer;
  height: 35px;
  align-items: center;
  display: flex;
  color: #4b4b4b;
}

.braintreecomponent .payListing-headings span {
  font-size: 0.9em;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.braintreecomponent .paymentmethodslabels span {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.braintreecomponent .paymentmethodslabels label {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

/* Booking  Confirmed Component */

.confirmedcomponent .confirm-box h2 {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
  font-size: 30px !important;
}

.confirmedcomponent p {
  font-size: 1.5em;
}

.confirmedcomponent .download-message {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.confirmedcomponent .pick-drop-detail li .disc {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.confirmedcomponent .pick-drop-detail li .label {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
}

.confirmedcomponent .custom-h6 {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
  font-size: 1.1em;
}

/* Booking  vehicle type */

.vehicleType span {
  font-size: 1rem;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
}

.vehicleType h4 {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.vehicleType .custom-h3 {
  font-size: 1.75em;
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold;
  clear: both;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.vehicleType .luggagecapacity {
  font-weight: bold;
}

.vehicleType ul.capacity li span strong {
  color: #000 !important;
}

.vehicleType ul.capacity li span {
  margin: 0px !important;
}

.vehicleType ul.capacity li {
  margin: 0px !important;
}

.vehicleType hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  background-color: #eb8023;
}

/* Booking  widget modify Profile */

.modifyProfile {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.modifyProfile label {
  margin: 0px;
  color: #000;
  font-weight: bold !important;
}

.modifyProfile .normalInput {
  font-weight: bold !important;
  border: 1.5px solid #918f96 !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.modifyProfile span {
  font-weight: bold !important;
}

.modifyProfile p {
  font-weight: bold !important;
}

.modifyProfile h3 {
  font-weight: bold !important;
}

.modifyProfile .table {
  font-size: 14px;
}

.modifyProfile .react-phone-number-input__country-select option {
  color: #000 !important;
  font-weight: bold;
}

.modifyProfile .react-phone-number-input__country--native {
  position: absolute;
  top: 27px !important;
  left: 20px !important;
  color: #000 !important;
  font-weight: bold;
}

.modifyProfile .react-phone-number-input__input {
  border-color: transparent !important;
  color: #000 !important;
  font-weight: bold;
}

.modifyProfile .react-phone-number-input__input:focus {
  border-color: transparent !important;
}

.modifyProfile .css-vj8t7z {
  font-weight: bold !important;
  border: 1.5px solid #918f96 !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

/* Booking  widget change password */

.changePassword {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.changePassword .topText {
  font-family: "Monotype-HelveticaNowDisplayMedium" !important;
  font-weight: bold !important;
}

.changePassword .form-control {
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
}

.changePassword .form-control:focus, .changePassword .form-control:active {
  border: 1.5px solid #918f96 !important;
  box-shadow: none;
}

.changePassword label {
  margin: 0px;
  color: #000;
  font-weight: bold !important;
}

.changePassword input {
  font-weight: bold !important;
  border-radius: 0%;
}

.wrapper {
  background-color: transparent !important;
}

.fullheight body {
  background-color: transparent !important;
}

.MuiPickersDay-daySelected {
  color: #fff;
  font-weight: 500;
  background-color: #c34926 !important;
}

.MuiDialogActions-root>.MuiButtonBase-root>.MuiButton-label {
  color: #c34926 !important;
}

.MuiPickersClock-pin {
  background-color: #c34926 !important;
}

.MuiPickersClockPointer-pointer {
  background-color: #c34926 !important;
}

.MuiPickersClockPointer-thumb {
  background-color: #c34926 !important;
  border: 14px solid #c34926 !important;
}

.MuiPickersClockNumber-clockNumberSelected {
  background-color: #c34926 !important;
}

.MuiOutlinedInput-adornedStart {
  padding-left: 0px !important;
}

.MuiPickersBasePicker-container {
  height: auto;
}

.MuiPickersToolbar-toolbar {
  background-color: #c34926 !important;
  height: auto !important;
}

.custom-input-text-timepicker-new {
  height: 30px;
  width: 80px !important;
  /* border-color: #414241; */
  border: 1px solid #b9b9b9;
  /* background: #EFEFEF 0% 0% no-repeat padding-box; */
  border-radius: 4px;
  opacity: 1;
  font-size: 13px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  max-height: 100px;
  overflow: scroll;
}

button:focus {
  outline: none !important;
}

.treeview_home {
  border-left: 1px dotted #EB8122;
  position: absolute;
  height: calc(100% - 51px);
  margin-top: 14px;
  margin-left: 4px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-bottom: 3px solid rgb(235, 128, 35)!important;
  color: rgb(235, 128, 35) !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-bottom: 3px solid rgb(235, 128, 35) !important;
  cursor: pointer;
}

.tabs.mb-3{
  margin: 30px 0px;
}

.unique-id {
  border: 1px solid #ccc;
  margin-left: 25px;
  padding: 5px;
  cursor: pointer;
}