.donate-now, .sub-route {
    list-style-type: none;
}

.donate-now li {
    float: left;
    margin: 0 8px 0 0;
    width: 106px;
    height: 40px;
    position: relative;
}

.sub-route li {
    float: left;
    margin: 0 8px 0 0;
    width: 120px;
    height: 32px;
    position: relative;
}

.donate-now label, .donate-now input, .sub-route label, .sub-route input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.donate-now input[type="radio"], .sub-route input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.donate-now input[type="radio"]:checked + label {
    background: #003473;
    color: white;
}

.sub-route input[type="radio"]:checked + label {
    background: #0354b7;
    color: white;
}

.donate-now label {
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
    background: #ffffff;
    color: #003473;
}

.sub-route label {
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    background: #ced4da;
    color: #003473;
    font-size: 14px;
    height: 24px;
}

.donate-now label:hover, .sub-route label:hover {
    box-shadow: 0 0 0 0.1rem #0034733d;
}

.logo-company {
    width: 170px !important;
    height: 70px !important;
}

.location {
    width: 82px !important;
}

.pax {
    width: 37px !important;
}

.input-underline {
    background: #fff !important;
    color: #03A9F4;
    border-color: rgb(255, 255, 255) !important;
    width: 125px !important;
    font-size: 20px !important;
    text-align: center;
}

form.cmxform label.error {
    display: block;
    margin-left: 1em;
    width: auto;
}

.h28 {
    height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 8px !important;
}

.size-input1 {
    height: 22px !important;
    width: 117px !important;
}

.size-price {
    width: 65px !important;
    height: 22px !important;
}

.none-textbox {
    border: none !important;
    width: 60px !important;
    background: none !important;
}

.gray {
    background: gray !important;
    color: white !important;
}

.voucher {
    color: #607d8b !important;
    text-decoration: underline !important;
}

.member {
    background: #9C27B0 !important;
}

.walkin {
    background: #673ab7 !important;
}

.taxi {
    background: #3f51b5 !important;
}

.guide {
    background: #1f82d2 !important;
}

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

.btn-raised-warning {
    background: #9E9E9E !important;
    box-shadow: none !important;
}

.div-time {
    background-color: white !important;
    display: inline-flex !important;
    border: 1px solid #ccc !important;
    color: #0b192b !important;
    border-radius: 0.25rem !important;
}

.input-time {
    border: none !important;
    text-align: center !important;
    width: 58px !important;
    height: 31px;
}

.font-19 {
    font-size: 19px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.select2-container {
    width: 100% !important;
}

.text-label {
    color: black !important;
}

.form-row-booking {
    background: #dee2e6b0 !important;
    padding-top: 10px;
    padding-bottom: 4px;
    border-radius: 10px;
}

.checkbox-primary input:checked ~ .checkmark {
    background-color: #003473 !important;
}

.text-primary2 {
    color: #028cd4 !important;
    font-weight: bold !important;
}
