@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

.h1,
h1 {
    font-size: 32px;
}
.h2,
h2 {
    font-size: 24px;
}
.h3,
h3 {
    font-size: 18px;
}

a {
    color: #0060ef;
    font-weight: bold;
}

.title {
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 1rem;
}
.heading {
    margin: 1.5rem 0 1rem;
}
.sub-heading {
    margin: 1rem 0 0.5rem;
}

.btn-lg {
    font-weight: bold;
    border-radius: 10px;
}

.btn-blue {
    background: #0060ef;
    color: #ffffff !important;
}
.btn-blue-lg {
    padding: 1.25rem 0.75rem;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    background: #0060ef;
    color: #ffffff !important;
}

.nav-pills .nav-item {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.nav-pills .nav-link {
    font-size: 18px;
    text-align: center;
    border-radius: 50rem;
    background: #f6f6f6;
    color: #4a4a4a;
    min-width: 130px;
}
.nav-pills .nav-link.active {
    background: #0060ef;
}

.text-body {
    color: #4a4a4a !important;
}
.text-primary {
    color: #127e3d !important;
}
.text-black {
    color: #1e1e1e !important;
}
.text-blue {
    color: #0060ef !important;
}

.flex {
    display: flex;
}

.text-spacing {
    letter-spacing: 0.32em !important;
}

.bg-grey {
    background: #f6f6f6 !important;
}

.alert-success {
    color: #17b660;
    background-color: #dcf4e7;
    border-color: #dcf4e7;
}

label {
    font-size: 16px;
    font-weight: bold;
}
.form-control {
    padding: 0.9rem 0.9rem;
    height: calc(1.5em + 1.8rem + 2px);
    font-size: 14px;
    border: 1px solid #a1a1a1;
}
.form-control:focus {
    border-color: #a1a1a1;
    box-shadow: none !important;
}

.custom-control {
    padding-left: 2.5rem;
}
.custom-control-label {
    font-size: 14px;
    font-weight: normal;
}
.custom-control-label::before,
.custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    left: -2.5rem;
}
.custom-control-label::before {
    border: 2px solid #4a4a4a;
}

small,
.text-small {
    font-size: 11px;
    font-style: italic;
}

.fieldset-gradient {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(104.03deg, #0060ef 19.86%, #24ffa3 113.08%) border-box;
    border: 4px solid transparent;
    border-radius: 12px;
}
.fieldset-gradient legend {
    width: inherit;
    padding: 0 1rem;
    font-size: 14px;
    font-weight: bold;
    background: inherit;
}

.pre-wrap {
  white-space: pre-wrap;
}

/* == Custom Control == */
.disabled {
    pointer-events: none;
}

.select2-container .select2-selection--single {
    height: 52px;
    border: 1px solid #a1a1a1;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 52px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 50px;
}

.twitter-bs-wizard-bg {
    background: #f8f8f8;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item {
    text-align: left;
    font-size: 14px;
    position: relative;
    margin: 0;
}
.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #a1a1a1;
    border-left: 1px solid #a1a1a1;
    transform: rotate(135deg);
}
.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link {
    position: relative;
    color: #404040;
}
.twitter-bs-wizard .twitter-bs-wizard-nav .step-number {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    color: #ffffff;
    background-color: #404040;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
}
.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link .step-title {
    display: block;
    font-weight: 500;
    margin-left: 1rem;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active {
    background-color: transparent;
    color: #0060ef;
}
.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-number {
    background-color: #0060ef;
}

.twitter-bs-wizard
    .twitter-bs-wizard-nav
    .nav-item
    .nav-link.check
    .step-number {
    background-color: #17b660;
}
.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.check .step-number > span {
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    color: transparent;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item.disabled .nav-link {
    pointer-events: none;
    color: #a1a1a1;
}
.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item.disabled .step-number {
    background-color: #a1a1a1;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link {
    padding-top: 24px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.twitter-bs-wizard .twitter-bs-wizard-pager-link li {
    display: inline-block;
}
.twitter-bs-wizard .twitter-bs-wizard-pager-link li a {
    display: inline-block;
    padding: 0.47rem 0.75rem;
    background-color: #5664d2;
    color: #fff;
    border-radius: 0.25rem;
}
.twitter-bs-wizard .twitter-bs-wizard-pager-link li.disabled a {
    cursor: not-allowed;
    background-color: #7682db;
}
.twitter-bs-wizard .twitter-bs-wizard-pager-link li.next {
    float: right;
}

/* Button card deck (radio, checkbox) */
.button-card-deck.row {
    margin-left: -5px;
    margin-right: -5px;
}
.button-card-deck .col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1rem;
}

.button-card-deck label {
    display: block;
    margin: 0;
    height: 100%;
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.1);
}
.button-card-deck input[type="radio"],
.button-card-deck input[type="checkbox"] {
    display: none;
}
.button-card-deck .card {
    height: 100%;
    border: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1rem;
}
.button-card-deck .card:hover {
    cursor: pointer;
}
.button-card-deck input[type="radio"]:checked + .card,
.button-card-deck input[type="checkbox"]:checked + .card {
    box-shadow: 0 0 0 2px #0060ef;
}
.button-card-deck .card-body {
    padding: 1rem 0.75rem;
}
.button-card-deck label,
.button-card-deck .card,
.button-card-deck .card-body,
.button-card-deck .card-footer {
    border-radius: 10px;
}
.button-card-deck .card-img-icon {
    object-fit: scale-down;
    max-height: 60px;
}

#countryContainer .button-card-deck .card-img-icon {
    height: 32px;
    width: 32px;
}

.button-card-deck .card-footer {
    border: none;
    background: inherit;
    padding: 1rem 0.75rem;
}

/* Checkbox card deck */
.checkbox-card-deck.row {
    margin-left: -5px;
    margin-right: -5px;
}
.checkbox-card-deck .col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 1rem;
}

.checkbox-card-deck label {
    display: block;
    margin: 0;
    height: 100%;
}
.checkbox-card-deck input[type="radio"],
.checkbox-card-deck input[type="checkbox"] {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 1rem;
    z-index: 2;
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.checkbox-card-deck .card {
    height: 100%;
    border: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1rem;
    padding-left: 1.7rem;
    box-shadow: 0 0 0 1px #a1a1a1;
}
.checkbox-card-deck .card:hover {
    cursor: pointer;
}
.checkbox-card-deck input[type="checkbox"]:checked + .card {
    background: #ebf2fe;
    box-shadow: none;
}
.checkbox-card-deck .card-body {
    padding: 1rem 0.75rem;
}
.checkbox-card-deck label,
.checkbox-card-deck .card,
.checkbox-card-deck .card-body,
.checkbox-card-deck .card-footer {
    border-radius: 10px;
}
.checkbox-card-deck .card-img-icon {
    object-fit: scale-down;
    max-height: 60px;
}

.checkbox-card-deck .card-footer {
    border: none;
    background: inherit;
    padding: 1rem 0.75rem;
}

.exp-wrapper {
    width: 100%;
    padding: 0.9rem 0.9rem;
    height: calc(1.5em + 1.8rem + 2px);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #505d69;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a1a1a1;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    justify-content: space-around;
}
.exp-wrapper:has(> .form-control.is-valid),
.was-validated .exp-wrapper:has(> .form-control:valid) {
    border-color: #28a745;
}
.exp-wrapper:has(> .form-control.is-invalid),
.was-validated .exp-wrapper:has(> .form-control:invalid) {
    border-color: #dc3545;
}

.exp-wrapper .form-control {
    border: none;
    padding: 0;
    height: auto !important;
    text-align: center;
}
.exp-wrapper:after {
    content: "/";
    position: absolute;
    left: 50%;
    margin-left: -4px;
    color: #aaa;
}

/* Datepicker */
.datepicker.dropdown-menu {
    font-size: 14px;
}
.datepicker .table-condensed > tbody > tr > td,
.datepicker .table-condensed > thead > tr > th {
    padding: 7px;
}
.datepicker table tr td.disabled {
    color: #999 !important;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled {
    background: #ffdb99;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover:hover {
    background: #dbbc83;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active.disabled,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active.disabled {
    background: #0060ef;
    color: #ffffff;
}
.datepicker table tr td.active.active.disabled:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active.disabled:hover,
.datepicker table tr td span.active.active:hover {
    background: #0051cb;
}

/* == New Style == */
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-42 {
    font-size: 42px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-64 {
    font-size: 64px !important;
}

.font-weight-bolder {
    font-weight: 900 !important;
}

.mdi {
    vertical-align: middle;
}

.icon-mdi-big {
    font-size: 10rem;
}
.icon-mdi-gradient {
    background: -moz-linear-gradient(
        104.03deg,
        #0060ef 19.86%,
        #24ffa3 113.08%
    );
    background: -webkit-linear-gradient(
        104.03deg,
        #0060ef 19.86%,
        #24ffa3 113.08%
    );
    background: linear-gradient(104.03deg, #0060ef 19.86%, #24ffa3 113.08%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.w-mx-700 {
    width: 100%;
    max-width: 700px;
}
.h-200px {
    height: 200px;
}

label.error {
    margin-top: 5px;
    color: #dc3545 !important;
}

/* == Section Pages == */
.header {
    background: #2e583f;
    color: white;
    height: 110px;
    position: relative;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.nav-menu {
    font-size: 14px;
    font-weight: bold;
}
.nav-menu a,
.nav-menu i {
    color: #ffffff;
}
.nav-menu .nav-link {
    padding: 0.25rem;
    text-align: center;
    max-width: min-content;
    min-width: 50px;
    line-height: 1.1rem;
}
@media (min-width: 768px) {
    .nav-menu .nav-link {
        padding: 0.25rem 0.5rem;
        max-width: none;
    }
}

.nav-help .nav-item {
    padding: 0 1rem;
    text-align: left;
}
.nav-help .nav-item:last-child {
    padding-right: 0;
}
.nav-help .nav-item:not(:last-child) {
    border-right: 1px solid #ffffff;
}
@media (max-width: 768px) {
    .nav-help .nav-item {
        padding: 0 0 0.25rem;
        text-align: right;
    }
    .nav-help .nav-item:last-child {
        padding-bottom: 0;
    }
    .nav-help .nav-item:not(:last-child) {
        border-right: none;
    }
}

.emergency-icon {
    height: 34px;
    margin-right: 0.25rem;
}
.emergency-title {
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
}
.emergency-contact {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin-top: 2px;
}

.btn-help {
    width: 34px;
    height: 34px;
    background: white;
    color: #117d3c;
    padding: 0.2rem;
    font-size: 18px;
    font-weight: bold;
}

.p-headline {
    padding-top: 58px;
}

.footer {
    background: #1e1e1e;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
}
.footer.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.loading-animation {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #4ea7ca;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 9999;
}
.loading-bg {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 999;
    overflow-y: hidden;
    position: fixed;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* PAGES */
/* == Coverage page == */
.headline {
    background: linear-gradient(180deg, #117d3c 0%, #009f40 100%);
    color: white !important;
    font-size: 18px;
}

.headline-marquee {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.4em;
}

.btn-submit-captcha {
    height: 100%;
}

@media (max-width: 575px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .btn-submit-captcha {
        height: 60px;
        padding: 1rem 0.75rem;
    }
}

.coverage-card {
    position: relative;
    width: 100%;
    height: 164px;
    border-radius: 20px;
    margin-bottom: 1rem;
    color: #ffffff;
}
.coverage-card [class^="coverage-"]:not(.coverage-circle, .coverage-line) {
    position: absolute;
    z-index: 2;
}
.coverage-my {
    background: linear-gradient(237.35deg, #117d3c 30.47%, #17b660 83.26%);
}
.coverage-sg {
    background: linear-gradient(237.35deg, #3e74e1 30.47%, #1959b8 83.26%);
}

.coverage-duration {
    top: -30px;
    left: 27px;
    font-size: 140px;
    font-weight: bold;
    text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}
.coverage-duration-unit {
    top: 98px;
    left: 92px;
    background-origin: padding-box;
    font-size: 24px;
    font-weight: bold;
}
.coverage-text {
    top: 134px;
    left: 92px;
    font-size: 8px;
    letter-spacing: 0.32em;
}

.coverage-subtext {
    position: relative;
    left: 20px;
}

.coverage-description {
    position: relative!important;
    text-align: left;
    font-size: 18px;
    top: 35px;
    left: 120px;
    width: 350px;
}

.coverage-circle {
    position: absolute;
    top: 26px;
    left: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 1;
}
.coverage-my .coverage-circle {
    background: #127e3d;
}
.coverage-sg .coverage-circle {
    background: #0048b4;
}

.coverage-country-box {
    top: 11px;
    right: 15px;
    width: 200px;
    height: 100px;
}
.coverage-country-box .country-top {
    display: flex;
}
.coverage-country-box .country {
    padding: 0 0 2px 8px;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.32em;
}
.coverage-country-box .h-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to left, white, transparent);
    margin-top: 4px;
}
.coverage-country-box .v-line {
    height: 100%;
    margin-left: auto;
    width: 1px;
    background: linear-gradient(to bottom, white, transparent);
}

.coverage-card .coverage-price {
    bottom: 2px;
    right: 30px;
}
.coverage-price {
    font-size: 64px;
    font-weight: 900;
    line-height: 1em;
}

/* == Book now page == */
.plate-headline {
    background: #008d39;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 34%;
    color: #ffffff;
}

.plate-container {
    position: relative;
}
.plate-number {
    background: #1e1e1e;
    color: #ffffff;
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    width: 315px;
    border-radius: 50rem;
    margin: auto;
    margin-bottom: 1.5rem;
}

.plate-coverage-container {
    position: absolute;
    bottom: -16px;
    width: 100%;
    text-align: center;
}
.plate-coverage {
    background: #ffffff;
    color: #4a4a4a;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 0.4rem 1.25rem;
    border-radius: 50rem;
    white-space: nowrap;
}
.plate-coverage.active {
    background: linear-gradient(104.03deg, #0060ef 19.86%, #24ffa3 113.08%);
    color: #ffffff;
}
.plate-coverage.active a {
    color: #ffffff;
}

.bottom-card {
    background: #ffffff;
    color: #4a4a4a;
    margin-top: -10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1rem 0 3rem;
}

.link {
    color: #0060ef;
    font-weight: 900;
    cursor: pointer;
}

.summary-fee-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f6f6;
    color: #1e1e1e;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.2rem;
}
.summary-fee-container {
    width: 100%;
    max-width: 700px;
}
.summary-fee-box label {
    color: #a1a1a1;
    font-weight: bold;
    font-size: 13px;
}

.summary-fee-box hr {
    border-top: 1px solid #303030;
}

.summary-fee-total {
    font-weight: 900;
    font-size: 18px;
}

/* == View Coverage plan page == */
.coverage-headline {
    height: 220px;
    color: #ffffff;
}
.coverage-headline-container {
    position: relative;
    height: 100%;
    padding: 0;
}
.coverage-headline-container [class^="coverage-"]:not(.coverage-circle) {
    position: absolute;
    z-index: 1;
}

.coverage-headline-container .inside-container {
    position: absolute;
    width: 100%;
    max-width: 700px;
    margin-top: 1rem;
}

.coverage-headline-container .coverage-country {
    top: 2.5rem;
    right: 1rem;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.32em;
}
.coverage-headline-container img {
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    object-fit: contain;
    object-position: bottom;
}

.coverage-headline-container .coverage-circle {
    top: 28px;
    left: 15px;
    width: 140px;
    height: 140px;
}

.coverage-details {
    padding: 1rem 0 196px;
}

.sticky-bottom {
    position: fixed;
    bottom: 32px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

/* == My Coverage page == */
.my-coverage-tab-pane {
    min-height: 200px;
    overflow-y: auto;
    max-height: 300px;
}

/* Track page */
#track-page {
    padding: 0 30px;
    margin: auto;
    max-width: 1080px;
    width: 80%;
}

#track-page .track-title {
    margin: 48px auto 16px;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    color: #1e1e1e;
}

#track-page .track-title span {
    color: #0060ef;
    font-size: 18px;
    vertical-align: super;
}

#booking-no-container {
    border: 2px solid #0060ef;
    border-radius: 12px;
    padding: 23px 0 10px;
    text-align: center;
}

#booking-no-container p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
    margin-bottom: 6px;
}

#booking-no-container h1 {
    font-weight: 900;
    font-size: 42px;
    line-height: 56px;
    color: #0060ef;
    margin-bottom: 14px;
}

p#view-request {
    font-weight: 900;
    font-size: 14px;
    line-height: 180%;
    color: #0060ef;
    cursor: pointer;
}

#tracking-nav .nav-pills .nav-item + .nav-item {
    margin-left: 0;
}

#tracking-nav .nav-pills .nav-item {
    margin-right: 0;
}

#tracking-nav .nav-pills .nav-link {
    border-radius: none;
    background: #ffffff;
    min-width: unset;
}

#tracking-nav .twitter-bs-wizard-bg {
    background: transparent;
    margin: 32px auto 66px;
}

#tracking-nav .nav-item .d-flex {
    flex-direction: column;
}

#tracking-nav .nav-item .d-flex span {
    display: block;
    font-weight: 500;
}

#tracking-nav .nav-link {
    padding: 0;
}

#tracking-nav .nav-text {
    margin-top: 23px;
    font-size: 12px;
    color: #a1a1a1;
}

#tracking-nav .nav-line {
    height: 2px;
    width: 100%;
    background-color: #0060ef;
    margin-top: -10px;
}

#tracking-nav .nav-first.nav-line {
    width: 50%;
    margin-left: 50%;
}
#tracking-nav .nav-last.nav-line {
    width: 50%;
    margin-left: -50%;
}

#tracking-nav .nav-circle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #a1a1a1;
    z-index: 1;
}

#tracking-nav .active-nav .nav-circle {
    background-color: #0060ef;
}

#tracking-nav .active-nav .nav-text {
    color: #0060ef;
}

#tracking-nav .prev-nav .nav-circle {
    background-color: #17b660;
}

#tracking-nav .prev-nav .nav-text {
    color: #17b660;
}

#track-page
    .twitter-bs-wizard
    .twitter-bs-wizard-nav
    .nav-item:not(:last-child):after {
    display: none !important;
}

#track-page img {
    margin: 14px auto 64px;
    width: 200px;
    height: 200px;
}

#track-page img.search-logo {
    margin: 36px auto 32px;
    width: 140px;
    height: 140px;
}

#track-page #step-1 p {
    font-size: 16px;
    font-weight: 400;
}

#track-page #step-2 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}

#track-page p#eta {
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    color: #0060ef;
    margin-bottom: 64px;
}

#track-page #step-2 .heading {
    margin: 32px auto 16px;
}

#track-page #driver-container {
    padding: 28px 0;
    display: none;
}

#track-page #driver-container div {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

#track-page #driver-name {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #4a4a4a;
    margin-bottom: 6px;
}

#track-page #driver-company {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #4a4a4a;
    margin-bottom: 0;
}

#track-page #step-5 .heading {
    margin: auto;
}

#track-page #step-5 p#driver-name {
    margin-top: 40px;
}

#track-page #step-5 p#driver-company {
    margin-bottom: 56px;
}

#track-page span.mdi {
    font-size: 24px;
    width: 64px;
    height: 64px;
    display: block;
    line-height: 64px;
    color: #0060ef;
    border: 1px solid #0060ef;
    border-radius: 12px;
}

#track-page #call-driver span {
    margin-left: 2px;
}

#track-page #message-driver span {
    margin-right: 2px;
}

#service-detail-container {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 22px 31px 35px 31px;
}

#service-detail-container .container {
    max-width: 768px;
}

#service-detail-container h2.heading {
    margin-top: 0;
    margin-bottom: 8px;
}

#service-detail-container .fee-type {
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #a1a1a1;
    margin: 11px auto;
}

#service-detail-container ul {
    margin: 12px auto 32px;
}

#service-detail-container .fee-text {
    display: flex;
}

#service-detail-container .fee-text div {
    padding: 0;
}

#service-detail-container .fee-text.extra-padding div:first-child {
    padding-left: 36px;
}

#service-detail-container #sub-total-container {
    margin: 29px auto 0;
}

#service-detail-container span.total-horizontal-line {
    height: 2px;
    width: 100%;
    background-color: #303030;
    display: block;
    margin: 22px auto 16px;
}

#service-detail-container .fee-text p {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1e1e1e;
    margin: 5px auto;
}

#service-detail-container .fee-text .float-right p {
    text-align: right;
}

#service-detail-container .fee-text.fee-single-line p {
    margin-top: 3px;
    margin-bottom: 3px;
}

#service-detail-container p.single-line-value {
    color: #0060ef;
}

#service-detail-container p#total-fee-text {
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    color: #1e1e1e;
}

#service-detail-container p.total-fee {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #1e1e1e;
    display: flex;
    float: right;
    align-items: center;
}

#service-detail-container p.total-fee span {
    background: linear-gradient(104.03deg, #0060ef 19.86%, #24ffa3 113.08%);
    border-radius: 17px;
    padding: 5px 17px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    height: auto;
    margin-right: 20px;
}

#track-page p.note,
#view-request-modal p.note {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #555555;
    width: 80%;
    margin: 15px auto 0;
}

#view-request-modal .modal-body {
    padding: 32px;
}

#view-request-modal div.extra-charge {
    display: none;
}

#view-request-modal span.modal-minimise {
    font-weight: 900;
    font-size: 14px;
    line-height: 180%;
    color: #0060ef;
    margin: 32px auto 0;
    display: block;
    cursor: pointer;
}
#view-request-modal #booking-no-container {
    border: none;
    border-radius: none;
    padding: 0 0 6px;
}

#view-request-modal .request-text {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #4a4a4a;
}

#view-request-modal .request-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4a4a4a;
    margin: 16px auto 32px;
}

#view-request-modal ul {
    margin: 12px auto 32px;
}

#view-request-modal a.request-value {
    color: #0060ef;
    display: block;
}

@media (max-width: 7680px) {
    #track-page {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #booking-no-container h1 {
        font-size: 8vw;
    }

    #track-page p#eta {
        font-size: 8vw;
    }
}

@media (max-width: 350px) {
    #track-page {
        padding: 0 15px;
    }
}

/* Driver page */

#driver-page {
    width: 100%;
    max-width: 1080px;
    padding: 0 30px;
    margin: 0 auto;
}

#driver-page #booking-no-container {
    border: none;
    padding: 64px 0 31px;
}

#driver-page #created-at {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #A1A1A1;
}

#driver-page .job-text,
#driver-page .job-value {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #4A4A4A;
}

#driver-page .job-value {
    color: #0060EF;
    margin-bottom: 14px;
}

#driver-page #request-detail-container {
    border: 2px solid #0060EF;
    border-radius: 12px;
    text-align: left;
    padding: 30px;
}

#driver-page #request-detail-container .address-container {
    margin-bottom: 26px;
}

#driver-page #request-detail-container .address-container label.request-text {
    margin-bottom: 12px;
}

#driver-page #request-detail-container .address-container p.request-value {
    color: #0060EF;
    display: block;
    margin: 0;
}

#driver-page .address-container span {
    font-size: 24px; 
    width: 45px; 
    height: 45px; 
    display: block; 
    line-height: 45px; 
    color: #0060EF;
    border: 2px solid #0060EF; 
    border-radius: 12px;
}

#driver-page .request-text {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    margin: 0;
}

#driver-page .request-value {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
    margin: 12px auto 40px;
}

#driver-page .address-container > div {
    display: flex;
}

#driver-page .address-container div {
    padding: 0;
}

#driver-page form#driver-form {
    padding: 17px 11px;
}

#driver-page form#driver-form .row {
    margin: 18px auto 0;
}

#driver-page form#driver-form .eta-card {
    box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.1);  
    border-radius: 10px; 
    cursor: pointer;
    max-width: calc(25% - 20px);
    height: 110px;
    margin: 0 10px;
    padding: 23px;
    font-weight: 700;
    color: #4A4A4A;
}

#driver-page form#driver-form .eta-card.selected-eta {
    box-shadow: 0 0 0 2px #0060ef;
}

#driver-page form#driver-form .eta-card h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 0;
}

#driver-page form#driver-form .eta-card p {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

#driver-page form#driver-form .col-12 {
    padding: 0;
    margin: 32px 0;
}

#driver-page form#driver-form button {
    width: 100%;
    max-width: 344px;
    height: 80px;
    margin: auto;
    background: #0060EF; 
    border-radius: 10px; 
    color: white; 
    font-size: 18px; 
    border: none;
}

#driver-page #terms {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
    margin: 0 5px 65px;
    display: block;
}

#driver-page ul {
    margin: 12px auto 32px;
}

@media (max-width: 600px) {
    #driver-page form#driver-form .row div {
        max-width: calc(50% - 5px);
        margin: 0 2.5px; 
    }
}

/* Driver assigned page */

#driver-page #assigned-container {
    margin: 80px auto 32px;
    padding: 0 30px;
    width: 100%;
    max-width: 1080px;
}

#driver-page #assigned-container h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 32px;
}

#driver-page #assigned-container span {
    color: #0060EF;
}

#driver-page #assigned-container img {
    width: 196px;
    height: 196px;
    margin: 0 auto 32px;
}

#driver-page #assigned-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4A4A4A;
}

#driver-page #assigned-container b {
    font-weight: 700;
    margin-bottom: 19px;
}

#driver-page #assigned-container a {
    font-weight: 700;
    color: #0060EF;
}

/* Driver unassigned page */

#driver-page #unassigned-container {
    margin: 80px auto 32px;
    padding: 0 30px;
    width: 100%;
    max-width: 1080px;
}

#driver-page #unassigned-container h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #1E1E1E !important;
    margin-bottom: 12px;
}

#driver-page #unassigned-container img {
    width: 196px;
    height: 196px;
    margin: 0 auto 32px;
}

#driver-page #unassigned-container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4A4A4A;
}


/*Driver flow page*/

#driver-page #client-container {
    padding: 28px 0;
    display: flex;
    margin: 26px auto 100px;
}

#driver-page #client-container h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 32px;
}

#driver-page #client-container div {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

#driver-page #client-container label {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    margin-bottom: 6px;
}

#driver-page #client-container p {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #4A4A4A;
    margin-bottom: 0;
}

#driver-page #client-container span.mdi {
    font-size: 24px; 
    width: 64px; 
    height: 64px; 
    display: block; 
    line-height: 64px; 
    color: #0060EF;
    border: 1px solid #0060EF; 
    border-radius: 12px; 
}

#driver-page #call-client span {
    margin-left: 2px;
}

#driver-page #message-client span {
    margin-right: 2px;
}

#driver-page #arrive-page,
#driver-page #start-page,
#driver-page #end-page {
    margin: 0 auto 64px;
    display: block;
    padding: 0;
    width: 100%;
    max-width: 1080px;
}

#driver-page #arrive-page h3,
#driver-page #start-page h3,
#driver-page #end-page h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 32px;
}

#driver-page #service-container,
#driver-page #vehicle-container,
#driver-page #other-container {
    background: #F6F6F6;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 32px;
}

#driver-page #other-container {
    margin-bottom: 64px;
}

#driver-page #service-container .request-value,
#driver-page #vehicle-container .request-value {
    margin: 12 auto 32px;
}

#driver-page #other-container .request-value {
    margin-bottom: 0;
}

#driver-page #vehicle-container ul {
    margin-bottom: 0;
}

#driver-page #service-container h2,
#driver-page #vehicle-container h2,
#driver-page #other-container h2 {
    text-align: center;
    margin-bottom: 32px;
}

#driver-page form#arrive-form button,
#driver-page form#start-form button,
#driver-page form#end-form button {
    width: 100%;
    max-width: 344px;
    height: 80px;
    margin: auto;
    background: #0060EF; 
    border-radius: 10px;
    color: white; 
    font-size: 18px; 
    border: none;
}

#driver-page .address-container label {
    margin-bottom: 12px;
}

#driver-page .address-container p {
    margin-top: 0px;
}

#driver-page .address-container .request-value {
    color: #0060EF;
    margin-top: 0;
}

#driver-page #start-page #disclaimer {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #4A4A4A;
    margin: 32px auto;
}

#driver-page #start-page .driver-upload-text {
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
    margin: 0 auto 32px;
}

#driver-page div#startFormUpload {
    display: block;
}

#driver-page #start-image,
#driver-page #end-image {
    margin: 12px auto 8px;
}

#driver-page #extra-charge-radio-container {
    display: flex;
    flex-direction: row;
    margin:12px 0 32px;
}

#driver-page #extra-charge-radio-container input {
    width: 26px;
    height: 26px;
}

#driver-page #extra-charge-radio-container label {
    vertical-align: top; 
    height: 26px; 
    margin: 0; 
    line-height: 26px; 
    padding-left: 18px; 
    padding-right: 46px;
}

#driver-page #extra-charge-container {
    display: none;
}

#driver-page .extra-charge-row {
    margin: 12px 0;
}

#driver-page .extra-charge-row input {
    background: white;
    border: 1px solid #4A4A4A;
    border-radius: 4px;
    height: 64px;
    margin: 6px 0;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #A1A1A1;
    padding-left: 30px;
}

#driver-page form#start-form .extra-charge-row button {
    height: auto;
    margin: 6px auto;
}

#driver-page .extra-charge-row .col-9 {
    padding: 0;
}

#driver-page .extra-charge-row .col-3 {
    padding: 0 0 0 12px;
}

#driver-page textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #A1A1A1;
    padding: 30px;
}

#cancel-request {
    color: #0060ef;
    cursor: pointer;
}

section#driver-page p#cancel-request {
    margin-top: -32px !important;
    margin-bottom: 32px !important;
}

#cancel-modal .modal-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #4a4a4a;
}

#cancel-modal .cancel-btn {
    width: 100%;
    max-width: 344px;
    height: 80px;
    margin: 12px auto;
    background: #0060EF;
    border-radius: 10px;
    color: white;
    font-size: 18px;
    border: none;
}

#cancel-modal .cancel-no-btn {
    color: #0060EF;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid #0060EF;
    width: 100%;
    max-width: 344px;
    height: 80px;
    margin: 12px auto;
    background-color: white;
}

#web-term-container.container{
    padding-left: 30px;
    padding-right: 30px;
}

#web-term-container ol {
    padding-left: 0;
}

#web-term-container ol li {
    margin-left: 40px;
}

#web-term-container h3 {
    color: #1e1e1e;
}

#extra-charge-disclaimer {
    font-size: 24px;
    color: white;
    background: #dc3545;
    border-radius: 12px;
}

#tos-modal .modal-header {
    display: block;
    background: #0b7c3f;
    color: white;
}

#tos-modal .tos-logo {
    max-height: 36px;
    padding-right: 12px;
}

#tos-modal .modal-dialog {
    max-width: 768px;
}

#tos-modal .modal-body {
    max-height: 50vh;
    overflow-y: scroll;
}

#tos-modal .modal-body {
    word-wrap: break-word;
}

#tos-modal .btn-primary {
    background: #0b7c3f;
    border-color: #0b7c3f;
}

ul#lang-switch {
    padding: 7px 0 10px;
    margin: 0;
    list-style: none;
}

ul#lang-switch > li {
    padding: 0 10px;
    margin: 0;
    float: left;
    border-right: 1px solid #fff;
}

ul#lang-switch > li:nth-last-child(1) { 
    border-right: none;
}

ul#lang-switch > li.active {
    text-decoration: underline;
}

ul#lang-switch > li a, ul#lang-switch > li a:hover {
    text-decoration: none;
    color: white;
}

.clear {
    clear: both;
}

@media (max-width: 768px) {
    #tos-modal .modal-dialog {
        margin: 0.5rem;
    }

}

@media (max-width: 467px) {
    span.coverage-price span {
        font-size: calc(3.5vw + 7px) !important;
    }

    .coverage-price {
        font-size: calc(4vw + 15px);
    }

    .coverage-duration-unit {
        top: 72px;
    }

    .coverage-text {
        top: 108px;
    }

    .coverage-description {
        width: 250px;
    }

    .coverage-subtext {
        top: 20px;
        left: 28px;
    }
}

@media (max-width: 400px) {
    #driver-page #extra-charge-radio-container label {
        padding-left: 12px; 
        padding-right: 24px;
    }

    .coverage-description {
        font-size: 16px;
        top: 35px;
        left: 114px;
        width: 210px;
    }

    .coverage-subtext {
        top: 10px;
        left: 20px;
    }

}

@media (max-width: 350px) {
    #driver-page {
        padding: 0 15px;
    }
}

