body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: linear-gradient(135deg, #1a2942 0%, #0f1827 100%);
    color: #f5f7fa;
    min-height: 100vh;
    padding: 20px;
}
.page {
    width: 768px;
    margin: 0px auto;
}
#location_id_page,#phone_number_page,.page--wrapper,#pin_code_page,#space_page,#vehicle_page,#payment_page,#confirm_page {
    /* width: 768px; */
    /* margin: 0px auto; */
    zoom: 95%;
    /* background-color: #f5f8f9; */
}
ons-input {
    width: 100%;
}
.intro {
    text-align: center;
    padding: 0 20px;
    /* margin-top: 40px; */
}
ons-card {
    cursor: pointer;
    color: #333;
}
.card__title,
.card--material__title {
    font-size: 20px;
}
.card__title {
    text-align: center;
}
.text-input--material {
    margin: 10px 0;
}
.select_cl {
    padding: 5px;
    margin: 10px 0;
    width: 100%;
}
.toolbar__center:first-child:last-child {
    width: 100%;
    /* background: #00C1E0; */
    color: white;
    text-align: center;
}
/* Common */
.card-number,
.cvv-input input,
.month select,
.year select {
    font-size: 14px;
    font-weight: 100;
    line-height: 14px;
}
 
.card-number,
.month select,
.year select {
    font-size: 14px;
    font-weight: 100;
    line-height: 14px;
}
 
.card-number,
.cvv-details,
.cvv-input input,
.month select,
.year select {
    opacity: 1;
    color: #86939e;
}
/* Card Number */
.card-number {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 2px solid #e1e8ee;
    border-radius: 6px;
    padding: 5px;
}
/* Date Field */
.month select,
.year select {
    width: 49%;
    margin-bottom: 20px;
    padding-left: 20px;
    border: 2px solid #e1e8ee;
    border-radius: 6px;
    background: url('caret.png') no-repeat;
    background-position: 85% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 8px;
}
 
.month select {
    float: left;
}
 
.year select {
    float: right;
}
/* Card Verification Field */
.cvv-input input {
    float: left;
    width: 100%;
    padding-left: 20px;
    border: 2px solid #e1e8ee;
    border-radius: 6px;
    background: #fff;
    padding: 5px;
}
 
.cvv-details {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    float: right;
    margin-bottom: 20px;
}
 
.cvv-details p {
    margin-top: 6px;
}
/* Buttons Section */
.paypal-btn,
.proceed-btn {
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    border-color: transparent;
    border-radius: 6px;
    padding: 5px;
}
 
.proceed-btn {
    margin-bottom: 10px;
    background: #7dc855;
}
 
.paypal-btn a,
.proceed-btn a {
    text-decoration: none;
}
 
.proceed-btn a {
    color: #fff;
}
 
.paypal-btn a {
    color: rgba(242, 242, 242, .7);
}
 
.paypal-btn {
    padding-right: 95px;
    background: url('paypal-logo.svg') no-repeat 65% 56% #009cde;
}
.clear {
    clear:both;
}
.div_button {
    width: 120px;
    margin: 0 auto;
}
.btn_next,.btn_previous {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#div_company_name,#div_employee_name,#div_make,#div_model,#div_requested_by {
    display: none;
}
.text-input--material__label--active {
    display: none;
}
.table-responsive table {
    width: 100%;
}
.table-responsive td,.table-responsive th {
    padding: 5px;
}
.form-body-classic.form-wizard .extend_payment, .form-body-classic.form-wizard .label_extend_payment {
    float: left;
    width: 40%;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: auto !important;
    white-space: nowrap;
    vertical-align: middle;
}
.form-body-classic.form-wizard .extend_payment .btn {
    min-width: auto;
    height: auto;
    /* padding: 0; */
}
.form-body-classic.form-wizard .btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    border: 2px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-btn>.btn {
    position: relative;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
button[disabled], html input[disabled] {
    cursor: default;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#price_location {
    padding: 0;
}
#price_location li {
    list-style: none;
    padding: 5px;
    text-align: center;
}
#price_location .input-number {
    text-align: center;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}


ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #666666;
  line-height: 1.5;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;  
}

.wrap-login100 {
  width: 390px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 77px 55px 33px 55px;

  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}
.login100-form-title i {
  font-size: 60px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-input100::after {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
  top: -15px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -15px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -o-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: Poppins-Medium;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 77px 15px 33px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.title_item {
    font-family: montserrat_bold;
    font-size: 18px;
    color: #ee612c;
    width: 100%;
    margin-bottom: 5px;
}
.title_lesson {
    font-family: montserrat_bold;
    font-size: 18px;
    color: #010101;
    width: 90%;
    margin-bottom: 5px;
}
.date_feedback {
    font-family: roboto_regular;
    font-size: 14px;
    color: #606060;
    width: 100%;
    margin-bottom: 5px;
}
.icon_remove {
    position: absolute;
    right: 10px;
    top: 40%;
    width: 20px;
}
.icon_pdf {
    position: absolute;
    right: 10px;
    top: 20%;
    width: 50px;
}
.list-item {
    /* border-top: 1px inset #e1e1e1; */
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    position: relative;
}
.template {
    /* display: none; */
}
.logo {
    width: 100%;
    padding: 10px 20px;
}
.title_box {
    color: #00529B;
    text-align: center !important;
    font-size: 25px;
    width: 100%;
    font-weight: bold;
}
.card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: -5px 5px 10px 0px rgba(240,240,240,1);
    -moz-box-shadow: -5px 5px 10px 0px rgba(240,240,240,1);
    box-shadow: -5px 5px 10px 0px rgba(240,240,240,1);
}
.toolbar {
    background: #00529B;
    color: white;
}
.button {
    background: #F5821F;
    width: 100%;
    text-align: center;
}
.img_icon_help {
    float: left;
    width: 30%;
    padding: 0 5%;
}
.img_icon_help img {
    width: 100%;
}
.content_help {
    float: left;
    margin-top: 5px;
    
    width: 60%;

}
.title_map {
    color: #00529B;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}
.title_help1 {
    color: #00529B;
    font-weight: bold;
    font-size: 25px;
}
.title_help2,.title_help3 {
    color: #00529B;
    font-size: 20px;
}
.box_help {
    padding: 15px;
    margin-top: 30px;
}
.div_map {
    padding: 15px;
    /* width: 100%; */
    height: 400px;
	position: relative;
	    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: -5px 5px 10px 0px rgb(240 240 240);
    -moz-box-shadow: -5px 5px 10px 0px rgba(240,240,240,1);
    box-shadow: -5px 5px 10px 0px rgb(240 240 240);
	margin: 8px;
}
#title_location_name {
    color: #F5821F;
    font-size: 30px;
    padding: 10px;
}
.btn_change_lang {
    margin-right: 10px;
    color: black;
    border-radius: 5px;
    padding: 5px;
}
.toolbar__center, .toolbar__title {
    color: white;
}
#total_time, #total_cost, #box_you_will_expire{
    opacity: 0.9;
}
#convenience_fee .text-input:disabled,#total_time .text-input:disabled,#box_you_will_expire .text-input:disabled,#total_cost .text-input:disabled,.payment_time label {
    color: #f37622;
    opacity: 1;
}
#email_receipt,#comment_receipt,#email_reminder {
    display: none;
}
#btn-email-receipt,#btn-email-reminder {
    display: none;
}
#result1 .button,#result2 .button {
    background: #F5821F;
    /* width: 100%; */
    text-align: center;
    width: 200px;
    margin: 10px 0;
}
.back-button__icon,.back-button__label {
    color: white;
    fill: white;
}
.btn_change_plate,.btn_extend_parking,.btn_cancel_re_occurring {
    background: #F5821F;
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -ms-user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    letter-spacing: 0;
    vertical-align: middle;
    cursor: default;
    width: auto;
    padding: 10px;
    margin-right: 20px;
    border-radius: 5px;
    color: white;
    margin-bottom: 5px;
}
.btn_multi_renew {
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    font: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -ms-user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    letter-spacing: 0;
    vertical-align: middle;
    cursor: default;
    width: auto;
    padding: 10px;
    margin-right: 20px;
    border-radius: 5px;
    color: white;
    margin-bottom: 5px;
}
.btn_multi_renew.red {
    background-color: red;
}
.btn_multi_renew.green {
    background-color: green;
}
.btn_multi_renew:hover {
    color: white !important;
}
#btn_scan_qrcode {
    float: left;
    width: 45%;
}
.btn_next {
    float: right;
    width: 45%;
}
.btn_previous {
    float: left;
    width: 45%;
}
.choice_payment1, .choice_payment2,.choice_payment3 {
    display: none;
}
.search_transaction {
    width: 100%;
}
.autocomplete-suggestion { border-radius: 5px;border-bottom: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.resume_service_button {
	display: none;
}
.btn_view_full_list_locaton_routing {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.div_image_issue {
	margin-top: 5px;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 10px !important; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
#txt_coupon {
	width: 100%;
	border: 1px solid #fff;
}
.div_type_coupon {
	display: none;
}
#closeModalInputCoupon,#submitModalInputCoupon {
	margin-bottom: 5px;
	width: 50%;
}
.selectize-input.full {
    background-color: #ffffff;
    border: 1px solid blue;
    border-radius: 5px;
}
.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: blue transparent transparent transparent;
}
.list-item__center {
    background-image: none !important;
}
.list_card_on_file {
    padding: 10px;
    width: 80%;
    border-radius: 5px;
    border: 1px solid #Fefe;
}
.item_card_on_file {
    display: none;
}
:checked+.tabbar__button{
    color: #F5821F !important;
}
.modal_div {
    width: 40% !important;
}
.search-col {
    padding: 0;
    position: relative;
    /* width: 29%; */
    float: left;
    top: 30%!important;
    z-index: 1;
    width: 100%;
    text-align: center;
	left: 10%;
}
.search-col:first-child .form-control {
    border-radius: 3px 0 0 3px;
}
.search-col .form-control {
    padding-top: 12px;
}
.search-col .form-control, .inline-search-area button.btn-search {
    border-radius: 0;
    border: 0;
    height: 54px;
    margin-bottom: 0;
    font-size: 15px;
    color: #777;
}
.search-col .form-control {
    border-right: solid 1px #d6d6d6 !important;
}
.search-col .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    /* font-size: 1rem; */
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.find {
    width: 25%;
	margin: 0 auto;
}
.find .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.find button.btn-search {
    padding-top: 10px;
}
.find button.btn-search {
    border-radius: 0;
    border: 0;
    height: 54px;
    margin-bottom: 0;
    font-size: 15px;
    color: #777;
}
.find .btn-search {
    border-radius: 0 3px 3px 0 !important;
    margin: 0;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.find .button-theme {
    background: #f0151f;
}
.find .button-theme {
    color: #FFF !important;
    outline: none;
}
.find .btn {
    border-radius: 2px;
}
.find .btn-block {
    display: block;
    width: 100%;
}
.find .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.error1 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    left: 525px;
    margin-top: -58px;
    padding: 0 10px;
    height: 39px;
    display: block;
    color: #ffffff;
    background: #e62163;
    border: 0;
    font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    line-height: 39px;
    white-space: nowrap;
}
.steps fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 17px 41px -21px rgb(0 0 0);
    padding: 20px 30px;
    border-top: 9px solid #7B1FA2;
    box-sizing: border-box;
    width: 75%;
    margin: 0 10%;
    position: absolute;
    overflow-y: scroll;
    max-height: 600px;
	top: 20%;
}
.fs-title {
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 1;
    color: #7B1FA2;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.error_change_active {
    display: none;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #837E7E;
    margin-bottom: 20px;
    text-align: center;
}
#list_vehicle_of_profile li {
    position: relative;
    /* float: left; */
    width: 90%;
    margin-left: 4%;
    margin-bottom: 35px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 10px;
}
.cl_receipt_pdf {
    float: left;
    width: 30%;
}
.info_plate {
    float: left;
    width: 65%;
    text-align: left;
    font-weight: bold;
}
.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin: 0 auto;
    margin-top: 10px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 25px; padding: 0; line-height: 25px;
    border: 2px solid #CCCCCC; border-radius: 25px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 25px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 33px;
    border: 2px solid #CCCCCC; border-radius: 25px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}
#btn_obtain_receipt {
    margin-top: 20px;
    background-color: #0076ff;
}
#btn_online_permit_receipt {
    float: left;
    margin-right: 10px;
    width: 45%;
}
#find_access_code {
    float: left;
    width: 45%;
}
#btn_checkout_multi_purchase {
    position: fixed;     /* cố định */
    right: 26%;         /* cách mép phải 20px */
    top: 50px;        /* cách mép dưới 50px */
    padding: 7px 12px;
    background: #ff5722; /* màu nền */
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 9999;       /* để nó luôn nổi trên cùng */
    /* display: none; */
  }
#btn_checkout_multi_purchase:hover {
    background: #e64a19;
}
.hidden {
    display: none !important;
} 
.title_item_multi {
    font-family: montserrat_bold;
    font-size: 14px;
    color: black;
    width: 100%;
    margin-bottom: 5px;
}
.title_item_multi label {
    color: black;
}
#list_last_rate_for_each_transaction {
    padding: 5px;
}
.headertitle {
    width: 100%;
    background-image: url(../images/bavkgroundlogo.png);
    min-height: 185px;
    height: 100%;
    /* margin-top: -16px; */
    max-height: 0px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 32%;
}
.headertitle div .logocounty {
	display: inline;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	justify-content: center;
	display: flex;
	padding: 17px;
}
.zone-container {
    text-align: center;
    width: 320px;
    margin: 0 auto;
}

.zone-container h1 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: bold;
}

.zone-card {
    display: block;
    padding: 18px;
    margin: 14px 0;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: 0.25s ease-in-out;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    box-shadow: 0px 11px 9px -7px #3e7327;
	background-color:#77b55a;
	border-radius:9px;
	border:3px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	padding:32px 52px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;

}

.zone-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.35);
    background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.zone-card:active {
	position:relative;
	top:1px;
}
.option_payment{

    display:flex;

    justify-content:center;

    margin:14px 0;
}

/* ROW CÓ BUTTON */
.option_payment.has_action{

    display:grid;

    grid-template-columns:80px auto 80px;

    align-items:center;

    gap:20px;
}

/* nút +/- */
.option_payment img.btn_minus_amount,
.option_payment img.btn_plus_amount {
    width: 80px;
    height: 80px;
    cursor: pointer;
}

/* khung giữa */
.time_div_payment_press,
.time_div_payment {

    background: #e5ffe5;

    border: 3px solid #3cc63c;

    border-bottom: none;

    border-radius: 16px 16px 0 0;

    padding: 14px 30px;

    font-size: 26px;

    font-weight: bold;

    color: black;

    text-align: center;

    min-width: 360px;

    box-sizing: border-box;

    cursor: pointer;
}

/* Est time nằm dưới và dính vào khung */
.est_time_div_payment {

    background: #e5ffe5;

    border: 3px solid #3cc63c;

    border-top: 1px solid #7ed67e;

    border-radius: 0 0 16px 16px;

    padding: 10px 20px;

    text-align: center;

    font-size: 16px;

    color: red;

    min-width: 360px;

    box-sizing: border-box;
}
.box_center{

    display:flex;

    flex-direction:column;

    align-items:center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 0;
}

.header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f5f7fa;
}

.header p {
    font-size: 1.1rem;
    color: #9ca3af;
}

.zones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.zone-card {
    background: linear-gradient(to bottom, #3e6dc6 5%, #141e1a 100%);
    border: 2px solid #364358;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.zone-card:hover {
    border-color: #f97316;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.2);
}

.zone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.zone-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #f5f7fa;
}

.badge {
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
}

.badge-available {
    background: rgba(34, 197, 94, 0.1);
    color: #22c55e;
    border: 1px solid #22c55e;
}

.badge-limited {
    background: rgba(234, 179, 8, 0.1);
    color: #eab308;
    border: 1px solid #eab308;
}

.zone-description {
    color: #9ca3af;
    margin-bottom: 16px;
}

.pricing {
    margin: 16px 0;
}

.pricing-label {
    color: #9ca3af;
    font-size: 0.875rem;
    margin-bottom: 8px;
}

.pricing-item {
    color: #f5f7fa;
    font-weight: 500;
    margin: 4px 0;
}

.btn {
    width: 100%;
    padding: 12px 24px;
    background: #f97316;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 16px;
}

.btn:hover {
    background: #ea580c;
    transform: scale(1.02);
}

.btn-secondary {
    background: #364358;
    color: #f5f7fa;
}

.btn-secondary:hover {
    background: #475569;
}

.form-section {
    background: #242f42;
    border: 2px solid #364358;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 40px;
}

.form-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #f5f7fa;
}

.form-description {
    color: #9ca3af;
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #f5f7fa;
}

.form-input,
.form-select {
    width: 97%;
    padding: 12px 16px;
    background: #1a2942;
    border: 2px solid #364358;
    border-radius: 8px;
    color: #f5f7fa;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.form-input:focus,
.form-select:focus {
    outline: none;
    border-color: #f97316;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #364358;
}

.summary-row:last-child {
    border-bottom: none;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 2px solid #364358;
    font-size: 1.25rem;
    font-weight: bold;
}

.text-primary {
    color: #f97316;
}
#cvv {
    width: 94%;
}
@media (max-width: 768px) {
    .header h1 {
        font-size: 2rem;
    }
    
    .zones-grid {
        grid-template-columns: 1fr;
    }
    
    .form-section {
        padding: 20px;
    }
    .credit-input {
        width: auto !important;
    }
    .form-input, .form-select {
        width: 89%;
    }
    #cvv {
        width: 75%;
    }
    .credit-cell {
        width: 16% !important;
        height: 34px;
        padding: 6px 10px !important;
        font-size: 14px !important;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        border: none;
        outline: none;
        text-align: center;
        letter-spacing: 3px;
    }
    .time_div_payment_press, .time_div_payment {
        background: #e5ffe5;
        border: 3px solid #3cc63c;
        border-radius: 15px 15px 0 0;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: bold;
        color: black;
        text-align: center;
        min-width: 158px;
    }
    .est_time_div_payment {
        position: relative;
        top: -8px;
        background: #e5ffe5;
        border: 3px solid #3cc63c;
        border-top: 1px solid green;
        border-radius: 0 0 15px 15px;
        padding: 5px;
        text-align: center;
        font-size: 16px;
        color: red;
        min-width: 188px;
    }
    .option_payment img.btn_minus_amount, .option_payment img.btn_plus_amount, .btn_plus_amount_zone1,.btn_minus_amount_zone1 {
        width: 40px !important;
        height: 40px !important;
        /* display: none; */
        cursor: pointer;
    }
    .box_center {
        margin-left: 10px !important;
    }
    .box_center_max {
        /* margin-left: -10px; */
    }
}
.payment-summary-box{
    display:flex;
    align-items:stretch;

    background:#1a2942;

    border:2px solid #364358;
    border-radius:12px;

    overflow:hidden;
}

/* LEFT */
.payment-summary-left{
    flex:1;

    padding:24px;

    display:flex;
    flex-direction:column;
    gap:18px;
}

/* ROW */
.summary-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.label{
    width:120px;
    flex-shrink:0;

    color:#9ca3af;
}

.value{
    color:#fff;
    font-weight:600;

    word-break:break-word;
}

/* RIGHT */
.payment-summary-right{
    width:180px;
    flex-shrink:0;

    border-left:1px solid #364358;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    padding:24px;
}

.total-label{
    color:#9ca3af;
    font-size:14px;

    margin-bottom:10px;
}

.total-price{
    color:#f97316;

    font-size:42px;
    font-weight:700;
}

/* MOBILE */
@media(max-width:768px){

    .payment-summary-box{
        flex-direction:column;
    }

    .payment-summary-right{
        width:auto;

        border-left:none;
        border-top:1px solid #364358;
    }

    .summary-item{
        flex-direction:column;
        gap:4px;
    }

    .label{
        width:auto;
    }

}
.receipt-row{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:14px;
}

.receipt-row:last-child{
    margin-bottom:0;
}

.receipt-label{
    width:110px;
    color:#d8e1f0;
    font-size:15px;
}

.receipt-input{
    flex:1;

    /* height:46px; */

    border:1px solid #3b4b67;
    background:#0f1c33;

    border-radius:8px;

    padding:14px;

    color:#fff;

    outline:none;
}

.receipt-input:focus{
    border-color:#f97316;
}

.receipt-btn{
    height:46px;

    padding:0 22px;

    border:none;

    border-radius:8px;

    background:#f97316;

    color:#fff;

    font-weight:700;

    cursor:pointer;

    transition:.2s;
}

.receipt-btn:hover{
    background:#fb923c;
}

/* MOBILE */
@media(max-width:768px){

    #successSection{
        width:95% !important;
    }

    .receipt-row{
        flex-direction:column;
        align-items:stretch;
    }

    .receipt-label{
        width:auto;
    }

}
.receipt-centre-wrap{

    /* width:100%; */
    /* max-width:1200px; */

    margin:60px auto 0;

    background:linear-gradient(
        180deg,
        rgba(58,103,191,.18) 0%,
        rgba(16,37,67,.95) 100%
    );

    border:1px solid rgba(88,126,199,.35);

    border-radius:22px;

    padding:42px;

    box-shadow:
        0 0 30px rgba(20,255,120,.08),
        inset 0 1px 0 rgba(255,255,255,.05);

    backdrop-filter:blur(10px);
}

.receipt-centre-header{
    text-align:center;
    margin-bottom:36px;
}

.receipt-badge{

    display:inline-block;

    background:#ff7a12;

    color:#fff;

    padding:10px 22px;

    border-radius:10px;

    font-weight:700;

    font-size:14px;

    margin-bottom:20px;
}

.receipt-centre-header h2{

    color:#fff;

    font-size:42px;

    font-weight:800;

    margin-bottom:12px;
}

.receipt-centre-header p{

    color:#a8b8d8;

    font-size:18px;
}

.receipt-form{

    max-width:760px;

    margin:0 auto;
}

.receipt-input-dark{

    width:100%;

    height:64px;

    background:rgba(10,20,38,.75);

    border:1px solid rgba(104,132,187,.35);

    border-radius:14px;

    padding:0 22px;

    color:#fff;

    font-size:17px;

    margin-bottom:18px;

    outline:none;

    transition:.2s;
    box-sizing: border-box;
}

.receipt-input-dark:focus{

    border-color:#ff7a12;

    box-shadow:0 0 0 3px rgba(255,122,18,.15);
}

.receipt-input-dark::placeholder{
    color:#8ea3c7;
}

.receipt-buttons{

    display:flex;

    justify-content:center;

    margin-top:12px;
}

.receipt-action-btn{

    width:220px;

    max-width:100%;

    height:52px;

    border:none;

    border-radius:14px;

    background:#ff7a12;

    color:#fff;

    font-size:17px;

    font-weight:700;

    cursor:pointer;

    transition:.2s;

    box-shadow:0 8px 24px rgba(255,122,18,.2);
}
.receipt-action-btn:hover{

    transform:translateY(-2px);

    background:#ff8c2a;
}

.receipt-action-btn.secondary{

    background:rgba(31,53,94,.9);

    border:1px solid rgba(98,132,196,.35);

    box-shadow:none;
}

.receipt-action-btn.secondary:hover{

    background:rgba(45,72,120,.95);
}

/* MOBILE */
@media(max-width:768px){

    .receipt-centre-wrap{

        padding:24px;
        margin-top:40px;
    }

    .receipt-centre-header h2{

        font-size:30px;
    }

    .receipt-centre-header p{

        font-size:15px;
    }

    .receipt-buttons{

        flex-direction:column;
    }

    .receipt-action-btn{

        width:100%;
    }

}
#receipt_result{
    margin-top:30px;
}

.receipt-card{

    background:linear-gradient(
        180deg,
        rgba(28,49,84,.95) 0%,
        rgba(16,31,56,.98) 100%
    );

    border:1px solid rgba(93,126,186,.25);

    border-radius:18px;

    padding:22px;

    margin-bottom:18px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.03);
}

.receipt-card-left{
    flex:1;
}

.receipt-row-item{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:12px;
}

.receipt-row-item:last-child{
    margin-bottom:0;
}

.receipt-label{

    width:110px;

    color:#8ea3c7;

    font-size:14px;

    font-weight:600;

    flex-shrink:0;
}

.receipt-value{

    color:#ffffff;

    font-size:15px;

    font-weight:700;

    word-break:break-word;
}

.download-receipt-btn{

    min-width:190px;

    height:54px;

    padding:0 24px;

    border-radius:14px;

    background:#ff7a12;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.2s;

    box-shadow:0 8px 22px rgba(255,122,18,.22);
}

.download-receipt-btn:hover{

    background:#ff912f;

    transform:translateY(-1px);
}

.receipt-error{

    margin-top:20px;

    padding:18px;

    border-radius:14px;

    text-align:center;

    background:rgba(255,0,0,.08);

    border:1px solid rgba(255,0,0,.18);

    color:#ffb4b4;
}

/* MOBILE */
@media(max-width:768px){

    .receipt-card{

        flex-direction:column;

        align-items:stretch;
    }

    .receipt-row-item{

        flex-direction:column;

        align-items:flex-start;

        gap:4px;
    }

    .receipt-label{
        width:auto;
    }

    .download-receipt-btn{

        width:100%;
        min-width:auto;
    }

}
.card-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.form-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.expiry-group{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-label{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.form-select,
.form-input{
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #3d4f73;
    background: #13284b;
    color: #fff;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
}

.form-select:focus,
.form-input:focus{
    border-color: #5f8cff;
}

/* Mobile */
@media(max-width:768px){
    .card-row{
        grid-template-columns: 1fr;
    }
}
