@charset "utf-8";

/* CSS Document */
* {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

li.nav-item {
  list-style: none;
  margin-right: 10px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #131313;
}

ul#menuMain {
  display: flex;
  /* justify-content: ; */
  align-items: center;
}

header {
  background: white;
  font-size: 12px;
}

header .container:after,
header .container:before,
.payment-item img:after,
.payment-item img:before {
  clear: both;
  content: "";
  display: block;
}

/* header a {
	color: #fff;
}

header a:hover {
	color: #83d2ff;
} */

.navbar-brand {
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 1);
}

.masthead-brand {
  float: left;
  margin: 10px 0;
}

.nav-masthead {
  float: right;
  margin: 0;
}

.nav-masthead li {
  /* border-right:1px solid rgba(255, 255, 255, 0.6); */
}

.nav-masthead li:last-child {
  border-right: 0;
}

.nav-masthead .nav-link {
  padding: 10px 1rem;
  font-size: 14px;
}

.nav-masthead li a i,
.nav-masthead li a u {
  margin-right: 8px;
}

.booking-guide h2 {
  line-height: 4;
  text-align: center;
  color: #ed1f24;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.most-place h3 {
  line-height: 4;
  text-align: center;
  color: #ed1f24;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.booking-guide .inner div {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}

.booking-guide .inner div:after {
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f061";
  color: #00a1dd;
  top: 60px;
  right: 0;
}

.booking-guide .inner div:last-child:after {
  content: "";
}

.booking-guide p {
  font-size: 120%;
  /* text-indent: 40px; */
  margin: 15px 0;
}

.container {
  position: relative;
}

/*form search*/
.frm-search {
  /* position: absolute; */
  top: 10px;
  left: 10px;
  width: 60%;
  display: block;
  z-index: 9;
}

.frm-search .nav-tabs {
  border-bottom: 0;
}

.frm-search .nav-tabs .nav-link {
  text-transform: uppercase;
  color: #6a6a6a;
}

.frm-search .nav-tabs .nav-link.active,
.frm-search .nav-tabs .nav-item.show .nav-link {
  background-color: #00a1dd;
  color: #fff;
}

.frm-search .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 10px;
  box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.3),
    0 5px 10px 1px rgba(0, 0, 0, 0), 0 1px 15px 1px rgba(0, 0, 0, 0.15);
}

.frm-search .nav-tabs .nav-link {
  border: 0;
  background-color: #fff;
}

.frm-search .tab-content {
  background: #fff;
  box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.3),
    0 5px 10px 1px rgba(0, 0, 0, 0.15), 0 1px 15px 1px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.input-position {
  margin-bottom: 20px;
}

/* .form-control,.btn{border-radius:0px !important;} */

.btn[name="sign-me-up"] {
  background-color: #00a1dd;
  border: 0;
}

.frm-search .form-control {
  /* color: #6a6a6a; */
  border: 1px solid #c9c8c8;
  height: 45px;
}

.frmQr .form-control {
  height: 45px;
}

.form-control[name="type-of-car"] {
  height: 50px;
  font-size: 140%;
  color: #6a6a6a;
  margin-bottom: 50px;
}

.input-group-text {
  background-color: #dff0d8;
  border-radius: 0;
  color: #2a2a2a;
  border-color: #d6e9c6;
  height: 45px;
  width: 120px;
  /* min-width: 150px; */
  text-align: left;
}

.input-group-text i {
  margin-right: 10px;
}

.frm-search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6a6a6a;
  opacity: 1;
  /* Firefox */
}

.frm-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6a6a6a;
}

.frm-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6a6a6a;
}

.href-drop-off {
  font-size: 12px;
  color: #6a6a6a;
  display: block;
}

.frm-search .custom-control-label {
  color: #6a6a6a;
}

.frm-search .custom-control-label::before {
  background-color: #fff;
  border: 1px solid #c3c2c2;
  border-radius: 0;
}

/* .btn-lg,
.btn-sm {
	background: #00a1dd;
	border-radius: 0;
	height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
} */

input[name="input-footer"] {
  height: 45px;
}

/*footer*/
footer {
  position: relative;
  background-image: url(../images/img-01.jpg);
  background-position: 0 70%;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 30px;
  color: #fff;
  font-size: 90%;
  z-index: 0;
}

footer:after {
  position: absolute;
  content: "";
  left: 0;

  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #1c5d87;
  /*2a4b73*/
  z-index: 1;
}

footer .inner .container {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 15;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #8bdfff;
  text-decoration: none;
}

button[name="sign-me-up"] {
  height: 45px;
}

.most-place {
  background: #f0f2f4;
  padding-bottom: 30px;
}

.most-place h3 {
  line-height: 4;
  text-align: center;
  color: #ed1f24;
  text-transform: uppercase;
}

.most-place .item {
  background: #fff;
  border: 1px solid #cccccc;
  margin: 10px 0;
  overflow: hidden;
}

.most-place .item a {
  display: block;
  color: #131313;
}

.most-place .item a:hover font {
  color: #00a1dd;
}

.most-place .item span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.most-place .item a:hover span {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.most-place .item img {
  display: inline-block;
  max-width: 100%;
}

.most-place .item p {
  padding: 5px 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.most-place .item p font {
  font-size: 150%;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-title {
  background-color: #14171c;
  background-image: url(../images/img-car-info.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.nav-title .container {
  min-height: 180px;
  position: relative;
}

.nav-title h1 {
  font-weight: lighter;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 10px;
}

.btn-driver {
  background: green;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 5px 15px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.btn-driver:hover {
  background: #fff;
  color: green;
  /*do*/
}

.panel-default {
  background: #fff;
  /* box-shadow: 0px 8px 2px -8px rgba(0, 0, 0, 0.04), 0 5px 5px 1px rgba(0, 0, 0, .04), 0 1px 5px 1px rgba(0, 0, 0, .1); */
  margin-top: 20px;
  /* margin-bottom: 20px; */
}

.panel-account-info .panel-default {
  margin-top: 0px;
  padding: 15px;
}

.title-info {
  color: green;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
}

.booking-info img {
  /* display: block; */
  max-width: 100%;

  height: auto;
  display: inline;
}

.booking-info .maps {
  padding: 1px 0px;
}

.tour-info label,
.panel-account-info .form-group label {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
  padding-left: 10px;
}

.tour-info h4 {
  padding-top: 30px;
  text-indent: 25px;
  width: 100%;
}

.hightline-blue {
  color: #fff;
  background: #00a1dd;
  /*xanh*/
  padding: 3px 15px;
  margin-bottom: 3px;
  display: inline-block;
}

.tour-info .data,
.panel-account-info .form-group .data {
  width: 100%;
  display: block;
  /* font-size: 120%; */
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}

/* .form-group {
	margin-bottom: 20px;
} */

.panel-account-info .form-group textarea {
  width: 100%;
  border: 1px solid #ccc;
}

.btn-edit {
  position: absolute;
  right: 10px;
  bottom: -5px;
  line-height: 25px;
  border: 0;
  font-size: 80%;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

.icon-edit {
  background: url(../images/icon-edit.png) no-repeat left center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}

.btn-edit:hover {
  background: #00a1dd;
  color: #fff;
}

.btn-edit:hover .icon-edit {
  background: url(../images/icon-edit.png) no-repeat right center;
}

.tour-info span font {
  padding-right: 100px;
}

.icon-check {
  background: url(../images/icon-check.png) no-repeat left center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.tour-price {
  background: #dff0d8;
  color: #333;
  padding: 10px 30px;
  font-size: 110%;
  /* margin: 10px; */
}

.tour-price p {
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 250%;
}

.tour-price p.no-price {
  font-weight: lighter;
  font-size: 120%;
  font-style: italic;
  color: #fff;
}

.tour-deposit {
  padding: 20px 30px;
}

.tour-deposit p {
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 250%;
  font-weight: lighter;
}

.text-note {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
}

.btn-paypal {
  background: #00a1dd url(../images/icon-paypal.png) no-repeat 25px 8px;
  padding: 10px 40px 10px 80px;
  border: 0;
  color: #fff;
  font-size: 150%;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
}

.btn-baogia {
  background: #d81414 url(../images/icon-paypal.png) no-repeat 25px 8px;
  padding: 10px 40px 10px 80px;
  border: 0;
  color: #fff;
  font-size: 150%;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  user-select: none;
}

/* .panel-account-info {
	margin-top: 30px;
} */

@media screen and (min-width: 415px) {
  .page-sidebar {
    width: 20%;
    float: left;
  }

  .page-content {
    width: 80%;
    float: left;
  }
}

@media screen and (max-width: 414px) {
  .page-sidebar {
    display: none;
  }

  .page-content {
    /* width: 80%; */
    float: top;
  }
}

.page-sidebar:after,
.page-sidebar:before,
.page-content:after,
.page-content:before,
.panel-account-info:after,
.panel-account-info:before {
  clear: both;
  content: "";
  display: block;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: none;
  color: #00a1dd;
}

.page-sidebar a {
  color: #000;
  font-size: 110%;
}

.page-sidebar a:hover {
  color: #00a1dd;
}

.page-sidebar i {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.page-sidebar a:hover i,
.page-sidebar a.active i {
  -webkit-animation-name: slideMenu;
  animation-name: slideMenu;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.icon-account {
  background-image: url(../images/menu-account.png);
}

.icon-inbox {
  background-image: url(../images/menu-inbox.png);
}

.icon-schedule {
  background-image: url(../images/menu-schedule.png);
}

.icon-history {
  background-image: url(../images/menu-history.png);
}

.icon-payment {
  background-image: url(../images/menu-payment.png);
}

.icon-promotion {
  background-image: url(../images/menu-promotion.png);
}

.icon-promotion {
  background-image: url(../images/menu-promotion.png);
}

.icon-support {
  background-image: url(../images/menu-support.png);
}

.icon-apps {
  background-image: url(../images/menu-apps.png);
}

.panel-history b {
  color: #e0002d;
}

.panel-history span {
  padding: 3px 5px;
}

.modal-content.signin-dialog {
  /* background: #fff url(../images/bg-signin.jpg) no-repeat center bottom; */
  background-color: #dff0d8;
  position: relative;
  border: 0;
  border-radius: 0;
}

.modal .modal-header {
  padding: 5px;
  border-bottom: 0px;
}

.modal .modal-header .close {
  font-size: 2rem;
  color: #1085c1;
  opacity: 1;
  margin: -1rem -0.5rem -1rem auto;
}

.title-modal {
  font-weight: lighter;
  color: #000000;
  /* text-indent: 30px; */
  margin-bottom: 30px;
}

.signin-dialog input[type="text"] {
  width: 100%;
}

.signin-dialog .modal-body {
  padding-bottom: 50px;
}

.signin-footer {
  border-top: 0px;
  /* background: rgba(2, 125, 179, .8); */
  /* background-color: #a9c391; */
  line-height: 3;
}

.signin-footer a {
  color: #fff;

  text-align: center;
  font-size: 90%;
  text-decoration: underline;
}

.signin-footer a:hover {
  text-decoration: none;
  color: #fff;
}

.slide-signin {
  padding: 0 30px;
  width: 400px;
  margin: 0 auto;
}

.slide-signin input {
  /* margin: 15px 0; */
  height: 45px;
}

.btn-google,
.btn-facebook {
  background-repeat: no-repeat;
  background-position: 15px 5px;
  background-size: auto auto;
  width: 100%;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.btn-google:hover,
.btn-facebook:hover,
.btn-signin:hover,
.btn-paypal:hover {
  filter: brightness(110%);
}

.btn-google {
  background-image: url(../images/icon-google.jpg);
  background-color: #dd4b39;
}

.btn-facebook {
  background-image: url(../images/icon-facebook.jpg);
  background-color: #3b5998;
}

.btn-signin {
  background-color: green;
  color: #fff;
  width: 100%;
  border: 0px;
  cursor: pointer;
}

.modal-header .close {
  padding: 13px;
}

.title-modal {
  text-transform: uppercase;
  text-align: center;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

.help-block {
  display: block;
  margin-top: -8px;
  margin-bottom: 5px;
  color: #f00;
  font-size: 90%;
  width: 100%;
}

.body-signup {
  background-image: url(../images/img-signup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  padding-top: 50px;
}

.signup-dialog {
  position: relative;
  background: #fff;
  padding: 50px 0 0 0 !important;
  width: 400px;
  margin: 0 auto;
}

.signup-dialog {
  position: relative;
  background: #fff;
  margin-top: 130px;
  padding: 50px 0 50px 0 !important;
}

.signup-dialog p {
  font-style: italic;
  padding: 0 40px;
  line-height: 1.2;
  color: #6a6a6a;
}

.success-dialog {
  font-size: 115%;
  text-align: center;
  min-height: 410px;
  background: url(../images/bg-rep.jpg) repeat-x bottom left;
  position: relative;
  background: #fff;
  border: 0px;
}

.success-dialog p {
  padding: 10px 130px 20px 130px;
}

.success-dialog i {
  font-weight: lighter;
}

.success-dialog .modal-body {
  background-image: url(../images/img-success.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0 0 3px 3px;
}

.success-dialog h3 {
  /* position: absolute; */
  /* bottom: 90px; */
  /* right: 50px; */
  color: #0b6bbd;
  text-transform: uppercase;
}

.success-dialog .btn-view {
  position: absolute;
  bottom: 20px;
  right: 50px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 90%;
  color: #0b6bbd;
  padding: 5px 15px;
}

.success-dialog .btn-view:hover {
  background: #039ce0;
  color: #fff;
}

.payment-info {
  /*padding: 30px;
    max-width: 70%;
    margin: 50px auto;
    background:#fff;
    box-shadow:0px 8px 2px -8px rgba(0,0,0,0.04), 0 5px 5px 1px rgba(0,0,0,.04), 0 1px 5px 1px rgba(0,0,0,.1); */
}

.payment-info h2 {
  color: #00a1dd;
  font-size: 130%;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
}

.payment-item {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

.payment-item .icon {
  display: inline-block;
  width: 7%;
  line-height: 1;
  text-align: center;
}

.payment-item .ptitle {
  display: inline-block;
  width: 30%;
}

.payment-item .pnote {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin: 0;
  position: relative;
}

.payment-item .pnote:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 45%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-right: 15px solid rgba(0, 0, 0, 0.05);
}

.payment-item img {
  max-width: 80px;
  float: left;
  margin-top: -15%;
  margin-left: 8px;
}

.payment-info .form-group {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.payment-info .form-group button {
  width: 15%;
  padding: 3px 15px;
}

.btn-danger {
  background: #e0002d !important;
}

.booking-summary {
  box-shadow: -1px 0px 0px rgba(0, 0, 0, 0.1);
  border: 5px solid #fff;
}

.booking-summary h2 {
  margin-bottom: 30px;
}

.booking-summary p span {
  color: rgba(0, 0, 0, 0.6);
  margin-right: 5px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.booking-summary p font {
  width: 73%;
  display: inline-block;
}

.carousel {
  min-height: 600px;
}

.carousel2 {
  min-height: 600px !important;
}

@media (max-width: 1440px) {
  .form-control[name="type-of-car"] {
    margin-bottom: 20px;
  }

  .frm-search {
    top: 10px;
    width: 60%;
  }

  .frm-search .form-control,
  .input-group-text,
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  .select2-container .select2-selection--single {
    height: 45px;
    font-size: 100%;
  }

  /* .btn-lg,
	.btn-sm {
		height: 40px;
		font-size: 115%;
	} */

  .frm-search .tab-content {
    padding: 20px;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 12px !important;
  }

  .nav-title {
    background-color: #14171c;
    background-image: url(../images/img-car-info.jpg);
    background-repeat: no-repeat;
    background-position: -130% 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

@media (max-width: 1199px) {
  .frm-search .tab-content {
    padding: 20px;
  }

  .form-control[name="type-of-car"] {
    height: 45px;
    margin-bottom: 20px;
  }

  .carousel {
    margin-bottom: 15%;
  }
}

@media screen and (max-width: 1024px) {
  .carousel {
    /* margin-bottom: 15%; */
    min-height: 600px;
  }

  .carousel2 {
    /* margin-bottom: 15%; */
    min-height: 600px;
  }

  .frm-search {
    left: 0;
    width: 100%;
    top: auto;
    /* margin-top: 15px; */
  }

  .frm-search .form-control,
  .input-group-text {
    font-size: 100%;
    height: 45px;
  }

  /* .btn-lg,
	.btn-sm {
		height: 45px;
		font-size: 120%;
	} */

  .booking-guide .inner div {
    padding-bottom: 50px;
  }

  .booking-guide .inner div:after {
    content: "\f063";
    top: 80%;
    right: 45%;
  }

  .nav-masthead li {
    border-right: 0;
  }

  .most-place h3 {
    padding: 20px 0 10px 0;
  }

  .nav-title h1 {
    font-size: 200%;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

@media (max-width: 992px) {
  .modal-body {
    padding: 1rem 1rem 1rem 1rem !important;
  }

  .signin-dialog:after,
  .signup-dialog:after {
    width: 100%;
    height: 2px;
    top: 51%;
    left: 0;
    border-right: #999999 dotted 0px;
    border-bottom: #999999 dotted 1px;
  }

  .signup-dialog:after {
    top: 58%;
  }

  .signin-dialog:before,
  .signup-dialog:before {
    width: 34px;
    height: 34px;
    background-size: 100% auto;
    top: 49%;
    right: 46%;
  }

  .signup-dialog:before {
    top: 56%;
  }

  .signin-dialog .slide-signin:first-child,
  .signup-dialog .slide-signin:first-child {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .btn-signin {
    margin-bottom: 50px !important;
  }

  .signup-dialog {
    margin-top: 15px;
    padding-top: 15px !important;
  }

  .success-dialog p {
    padding: 10px 30px 20px 30px;
  }

  .success-dialog {
    min-height: 360px;
  }

  .success-dialog .btn-view {
    bottom: 10px;
    right: 10px;
  }

  .success-dialog h3 {
    right: 10px;
  }

  .success-dialog {
    /* background:none; */
  }
}

@media screen and (max-width: 414px) {
  .most-place .item span {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding-top: 30.25%;
  }

  .most-place .item p {
    display: inline-block;
    width: 58%;
    vertical-align: top;
    white-space: normal;
  }

  .most-place .item p font {
    margin-bottom: 0;
  }

  .btn-paypal {
    background: #00a1dd url(../images/icon-paypal.png) no-repeat 5px 5px;
    padding: 10px 20px 10px 50px;
    font-size: 120%;
  }

  .nav-title {
    background: #14171c url(../images/img-car-info.jpg) no-repeat -390px 100%;
  }

  .nav-title h1 {
    font-size: 180%;
    top: 10px;
  }

  .nav-title .container {
    min-height: 120px;
  }

  .panel-history {
    overflow-x: scroll;
  }

  .success-dialog p {
    padding: 10px 10px 20px 10px;
  }

  .success-dialog h3 {
    font-size: 90%;
  }

  .success-dialog h3 {
    bottom: 50px;
  }

  .success-dialog .btn-view {
    font-size: 80%;
    padding: 3px 10px;
    bottom: 15px;
    border: 1px solid #ccc;
  }
}

.twitter-typeahead {
  width: 54.5%;
  position: relative;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
}

.tt-dropdown-menu {
  /*width: 100%;
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;*/
  width: 100%;
  min-width: 160px;
  background-color: #ffffff;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.tt-suggestion {
  border-top: 1px solid #e6e6e6;
  color: #000000;
  cursor: default;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 4px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 7px 4px;
}

.twitter-typeahead .tt-suggestion.tt-cursor {
  background-color: #5aeda8;
}

.tt-suggestion.tt-cursor a {
  /*color: #fff;*/
}

.tt-suggestion p {
  margin: 0 0 0 5px;
  height: 30px;
}

.tt-dataset-ddtt .tt-suggestion {
  background-color: #ffffa3;
}

.tt-dataset-ddtt .tt-suggestion p.hasLocation::before,
.tt-dataset-place .tt-suggestion p.hasLocation::before,
.tt-dataset-geocode .tt-suggestion p::before,
.tt-dataset-address .tt-suggestion p::before {
  background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png");
  background-size: 34px auto;
  display: inline-block;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  vertical-align: top;
  width: 15px;
  background-position: -1px -161px;
  content: "";
}

.tt-dataset-ddtt .tt-suggestion.tt-cursor p.hasLocation::before,
.tt-dataset-place .tt-suggestion.tt-cursor p.hasLocation::before,
.tt-dataset-geocode .tt-suggestion.tt-cursor p::before,
.tt-dataset-address .tt-suggestion.tt-cursor p::before {
  background-position: -18px -161px;
}

span#pickUp-error,
span#dropOff-error {
  margin-top: 5px;
  margin-bottom: 0;
}

.onoffswitch {
  position: relative;
  width: 105px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 73px;
  border: 1px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.slide-signin1 {
  padding-bottom: 20px;
}

.slide-signin1 input {
  margin: 0;
  height: auto;
}

.slide-signin1 input.pinput {
  padding: 5px 0;
}

.icon .custom-control-label::before {
  top: -10px;
  left: -1rem;
}

.payment-item .ptitle {
  cursor: pointer;
}

.icon .custom-control-label::after {
  top: -10px;
  left: -1rem;
}

#btnSignUp {
  cursor: pointer;
}

.btn-use-img {
  display: flex;
  align-items: center;
  text-align: center;
  align-self: baseline;
  margin: 0 auto;
  justify-content: center;
  padding: 5px;
}

.bd-placeholder-img.align-self-center.mr-3 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  align-self: baseline;
  margin: 0 auto;
  justify-content: center;
  background: #969696;
  color: #fff;
  border-radius: 50%;
}

#promoLists .media {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}

div#pricedata span {
  text-decoration: line-through;
  padding: 10px;
  color: #ccc;
}

.price-old {
  line-height: 20px;
  padding: 0 5px;
  display: inline-block;
  text-decoration: line-through;
  color: #ff0c0c;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.tour-success {
  background: #28a745;
}

.tour-success p {
  font-size: 250%;
  font-weight: lighter;
  color: #fff;
  padding: 25px 20px;
  text-transform: uppercase;
}

.tour-payment {
  padding-top: 20px;
  margin-bottom: 70px;
}

.qrbox {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px 5px;
}

.btn-status .badge-danger {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 auto;
  padding: 5px 15px;
  text-indent: 0;
  font-size: 100%;
  border-radius: 0;
  line-height: 120%;
  font-weight: normal;
  margin-left: -25px;
  cursor: pointer;
}

.btn-status .badge-danger:hover {
  background-color: #f92538;
}

.btn-cancel .badge-danger {
  color: #fff;
  background-color: rgb(217 60 30);
  user-select: none;
}

.qr-box {
  display: inline-block;
  margin-bottom: 100px;
}

span.priceShow3 {
  text-decoration: none !important;
  color: #ff0c0c !important;
  user-select: none;
  font-weight: bold !important;
  font-size: 18px;
  padding: 0 !important;
}

.btnstatus .btn-sm {
  height: auto;
}

.txtAddresStart {
  color: #068f00;
}

.txtAddresEnd {
  color: #ff0000;
}

.orderDetail strong {
  font-weight: bold;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}

.searchorder {
  border-radius: 0.25rem !important;
}

.btnstatus .btn {
  border-radius: 0.25rem !important;
}

ul.list-cars {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.row.list-cars li .boxItem {
  /* padding: 10px; */
  /* text-align: center; */
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

ul.row.list-cars li.active .boxItem {
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
  user-select: none;
}

ul.row.list-cars li img {
  width: 70px;
  height: 60px;
  text-align: center;
  border-radius: 10px;
  user-select: none;
}

.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px))
    translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0)
    scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}

@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__relax.noty_bar .noty_body {
  padding: 10px;
}

.noty_theme__relax.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__relax.noty_type__warning {
  background-color: #ffeaa8;
  border: 1px solid #ffc237;
  color: #826200;
}

.noty_theme__relax.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__relax.noty_type__error {
  background-color: #ff8181;
  border: 1px solid #e25353;
  color: #fff;
}

.noty_theme__relax.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78c5e7;
  border: 1px solid #3badd6;
  color: #fff;
}

.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
  border-color: #0b90c4;
}

.noty_theme__relax.noty_type__success {
  background-color: #bcf5bc;
  border: 1px solid #7cdd77;
  color: darkgreen;
}

.noty_theme__relax.noty_type__success .noty_buttons {
  border-color: #50c24e;
}

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #fa6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #ce352c;
  color: #fff;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1ba1e2;
  color: #fff;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60a917;
  color: #fff;
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  color: #2f2f2f;
}

.noty_theme__mint.noty_type__warning {
  background-color: #ffae42;
  border-bottom: 1px solid #e89f3c;
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: #de636f;
  border-bottom: 1px solid #ca5a65;
  color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7f7eff;
  border-bottom: 1px solid #7473e8;
  color: #fff;
}

.noty_theme__mint.noty_type__success {
  background-color: #afc765;
  border-bottom: 1px solid #a0b55c;
  color: #fff;
}

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073b4c;
  color: #fff;
}

.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__sunset.noty_type__warning {
  background-color: #ffd166;
  color: #fff;
}

.noty_theme__sunset.noty_type__error {
  background-color: #ef476f;
  color: #fff;
}

.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118ab2;
  color: #fff;
}

.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__sunset.noty_type__success {
  background-color: #06d6a0;
  color: #fff;
}

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background: transparent;
}

.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: 0.75rem 1.25rem;
}

.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.5;
  background: transparent;
}

.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.75;
}

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit;
}

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset,
    0 0 0 0 transparent;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_bar .noty_body {
  padding: 1em 1.5em;
  line-height: 1.4285em;
}

.noty_theme__semanticui.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87);
}

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}

.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n + 6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n + 6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n + 6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073b4c;
  color: #fff;
}

.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
  background-color: #ffd166;
  color: #fff;
}

.noty_theme__nest.noty_type__error {
  background-color: #ef476f;
  color: #fff;
}

.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118ab2;
  color: #fff;
}

.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__nest.noty_type__success {
  background-color: #06d6a0;
  color: #fff;
}

.noty_theme__light.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__light.noty_bar .noty_body {
  padding: 10px;
}

.noty_theme__light.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}

.noty_theme__light.noty_type__warning {
  background-color: #ffeaa8;
  border: 1px solid #ffc237;
  color: #826200;
}

.noty_theme__light.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}

.noty_theme__light.noty_type__error {
  background-color: #ed7000;
  border: 1px solid #e25353;
  color: #fff;
}

.noty_theme__light.noty_type__error .noty_buttons {
  border-color: darkred;
}

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
  background-color: #78c5e7;
  border: 1px solid #3badd6;
  color: #fff;
}

.noty_theme__light.noty_type__info .noty_buttons,
.noty_theme__light.noty_type__information .noty_buttons {
  border-color: #0b90c4;
}

.noty_theme__light.noty_type__success {
  background-color: #57c880;
  border: 1px solid #7cdd77;
  color: darkgreen;
}

.noty_theme__light.noty_type__success .noty_buttons {
  border-color: #50c24e;
}

#priceData {
  font-weight: bold;
  color: #f00;
  text-align: left;
  align-items: center;
}

.text-price {
  font-weight: bold;
  color: #f00;
  text-align: right;
  align-items: center;
}

.text-car {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
}

.d-hidden {
  display: none;
}

.d-show {
  display: flex;
}

.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead,
.tt-menu {
  width: 100%;
}

.tt-dataset {
  width: 100%;
  min-width: 160px;
  background-color: lemonchiffon;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.tt-suggestion {
  padding: 10px 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.form-control::placeholder {
  color: #ccc;
  font-style: italic;
}

.form-label {
  margin-bottom: 8px;
}

.btn-block {
  display: block;
  width: 100%;
}

@media (min-width: 420px) {
  .d-xl-inline {
    display: inline !important;
  }
}

.d-none {
  display: none;
}

#time_trip_id {
  scroll-margin: 20px;
}

#hanhtrinh_id {
  scroll-margin: 20px;
}

#address_other {
  scroll-margin: 20px;
}

a.navbar-brand img {
  height: 55px;
}

.align-items-center {
  align-items: center !important;
}

.modal-dialog-scrollable .modal-content {
  max-height: 90% !important;
}

.nav-item-bottom:hover {
  background-color: #d6e9c6;
}

@media screen and (max-width: 414px) {
  #bookingguide {
    display: none;
  }
}

.paymentmethod {
  height: 70px;
}

.list-group-item:hover {
  background-color: #c3e6cd;
}

.centerbutton {
  color: blue !important;
}

.centerbutton.active {
  color: red !important;
}

.dbOpenButton {
  height: 45px;
}
.input-group > #root {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > #root .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div#startDate_parent {
  position: relative;
}
