.theme-back-color {
    background: #292c33
}

.theme-label {
    color: #7189bf;
}

.theme-label-flex {
    display: flex;
}

.theme-textbox, .theme-textbox:active, .theme-textbox:focus {
    background: #292c33 !important;
    color: white !important;
    border-radius: 0px !important;
}

.theme-textbox-small, .theme-textbox-small:active, .theme-textbox-small:focus {
    background: #292c33 !important;
    color: white !important;
    border-radius: 0px !important;
    height: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px;
}

/********** Sidebar CSS **********/
.sidebar {
    width: 80px;
    position: fixed;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: #1a1d22;
    overflow-y:auto;
}

.s-item.active {
    background: #292c33;
}

.s-item.last {
    position: absolute;
    bottom: 0px;
    left: 12px;
}

.s-item {
    text-align: center;
    padding: 10px 5px;
}

.s-icon i {
    color: white;
    font-size: 30px;
}

.s-text {
    color: white;
    font-size: 14px
}


/********** Table CSS **********/


#theme_table {
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}

    #theme_table thead {
        background: #163465;
        color: white;
    }

    #theme_table tr th {
        padding: 5px;
        border-top: 0px solid;
        border-bottom: 0px solid;
    }

    #theme_table td:first-child {
        border-left: 1px solid white
    }

    #theme_table td:last-child {
        border-right: 1px solid white
    }

    #theme_table tbody tr:last-child {
        border-bottom: 1px solid white
    }


/********** Pagination CSS **********/

.paginate {
    text-align: center;
}

    .paginate a {
        font-size: 35px;
        color: white;
        text-decoration: none;
    }

.page_no {
    font-size: 20px !important;
    position: relative;
    top: -3px;
}

.paginate a.prev {
    padding: 0px 40px 0px 0px;
}

.paginate a.next {
    padding: 0px 0px 0px 43px;
}




/********** Header CSS **********/

.header {
    height: 30px;
    width: -webkit-fill-available;
    z-index: 9999999;
    margin-left: 80px;
    padding: 0px 20px;
}

.header-item {
    color: white;
}



.history-box {
    min-height: 85vh;
    border: 1px solid #7189bf;
    border-radius: 10px;
}




/********** Home page CSS **********/
.container.theme-container {
    position: absolute;
    left: 75px;
    max-width: 92%;
}

.inline-section {
    padding-top: 20px;
}

.section-a {
    width: 100%;
    min-height: 90vh;
    border: 1px solid #4c5a79;
    border-radius: 15px;
}

.section-b {
    width: 100%;
    min-height: 90vh;
    border: 1px solid #9cb4eb;
    border-radius: 15px;
}

.section-child {
    width: 100%;
    min-height: 45vh;
    border: 1px solid #9cb4eb;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.section-child-b {
    width: 100%;
    min-height: 45vh;
    border: 1px solid #9cb4eb;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}



.section-content {
    text-align: center;
    font-size: 25px;
    color: #8eb0ff;
    font-weight: bold;
}

.sections {
    padding: 10px 15px;
    min-height: 100px;
}

    .sections.active {
        border: 1px solid #9cb4eb;
        border-radius: 15px;
    }

.normal {
    font-weight: 100;
    font-size: 18px;
}

.dashed {
    width: 32px;
    border-top: 2px dotted white;
    height: 1px;
    position: relative;
    float: right;
    top: -20px;
    left: 48px;
}

.category {
    padding-top: 21px;
    padding: 45px;
    color: white;
}

.table.no-padding thead tr td,
.table.no-padding tbody tr td {
    padding: 0px
}

.table.table-padd-5 thead tr td,
.table.table-padd-5 tbody tr td {
    padding: 5px
}

.titem {
    padding: 10px;
    text-align: center;
    position: relative;
}

    .titem.active {
        border: 2px solid #8eb0ff;
        border-radius: 12px;
    }

.no-border thead tr td {
    border-top: 0px
}

#user_list thead {
    border-top: 1px solid #4c5a79;
    border-bottom: 1px solid #4c5a79;
}

.titem.first {
    left: -7px;
}

.titem.last {
    left: 7px;
}

.user-label {
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 10px 0px;
    font-weight: 100;
    border-radius: 10px;
    margin-top: 20px;
}

    .user-label.active {
        border: 2px solid #8eb0ff;
    }

.user.prev, .user.next {
    font-size: 40px;
    color: white;
}

.user.next {
    position: absolute;
    right: 3%;
    top: 50%
}

.user.prev {
    position: absolute;
    left: 3%;
    top: 50%
}

.mt-30 {
    margin-top: 30px
}

.mt-70 {
    margin-top: 70px
}

.part1, .part2 {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #4c4f55;
    border-bottom: 1px solid #4c4f55;
    padding: 10px 0px;
}

.part2 {
    padding: 15px 0px;
    border-top: 0px solid
}

    .part1 div, .part2 div {
        padding: 2px 10px 2px 10px;
        text-align: center;
    }

        .part1 div a, .part2 div a {
            color: white;
            text-decoration: underline;
        }

.part1 > div.active {
    border: 2px solid #8eb0ff;
    border-radius: 10px;
    padding: 0px 10px;
}

.part2 > div.active {
    border: 2px solid #8eb0ff;
    border-radius: 7px;
    padding: 0px 10px;
}

a:hover {
    text-decoration: none;
}

.btnlink {
    border: 1px solid #6adfb6;
    border-radius: 10px;
    padding: 8px 8px;
}

    .btnlink i {
        position: relative;
        top: 1px;
        font-weight: 100;
        color: #cec9c9
    }

.m-btnlink {
    border: 1.5px solid #6adfb6;
    border-radius: 7px;
    padding: 3px 20px;
}

.border-right {
    border-right: 1px solid #9bb4eb !important
}

.minheight90 {
    min-height: 90vh
}

.pt-10 {
    padding-top: 10px;
}

.pt-20p {
    padding-top: 20%;
}

.p10 {
    padding: 10px
}

.mr-30 {
    margin-right: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-10 {
    margin-left: 10px;
}

.top-5 {
    position: relative;
    top: -5px
}

.padd-lr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.table-borderless tr td,
.table-borderless tr th {
    border: 0;
}

.disable-background {

    background-color: #710808 !important;
    border: 1px solid #292c33;
    border-left: 0px;
    border-right: 0px;
}

.borderless tbody tr:nth-child(even) {
    background-color: #50535f 
}

.borderless tbody tr:nth-child(odd) {
    background-color: #7a8090 
}

.trip-table thead tr th {
    padding: 3px
}

.trip-table tbody tr td {
    padding: 10px
}

.tr-black {
    background-color: #000000 !important;
}

.m-tr-grey {
    background-color: #323232 !important;
}

.m-tr-grey-light {
    background-color: #40485a !important;
}

.tr-black th {
    text-align: center;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-20 {
    font-size: 20px;
}

.font-16 {
    font-size: 16px !important;
}

.bold {
    font-weight: bold;
}

.mlr-30 {
    margin: 0px 30px;
}

.active-pax {
    border: 2px solid #8EB0FD;
    padding: 0px 8px;
    border-radius: 7px;
}

.pax-table tbody tr td {
    padding: 10px;
    text-align: center;
}

.paxPaginate {
    position: absolute;
    bottom: 10px
}

.trip-table-scroll {
    max-height: 60vh;
    overflow-y: auto
}

.mw-90 {
    min-height: 90vh
}

.pointer {
    cursor: pointer;
}

.width-100 {
    width: 100%
}

.width-60p {
    width: 50% !important
}

.m-background-grey {
    background: #40485a;
    border-radius: 10px;
    height: 100%;
}

.header-text {
    color: #7189bf;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.header-text-registration {
    color: #7189bf;
    padding-top: 10px;
    font-size: 20px;
}

.m-select-height {
    height: 22px !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    background: #4464b7 !important;
    border: 0 !important;
    color: white !important;
}

.m-link {
    text-decoration: underline !important;
}

.seat {
    width: 30px;
    height: 30px;
    background: white;
}

.seat-table tr td {
    padding: 5px;
    width: 50px;
    text-align: -webkit-center;
}

.red-seat {
    background: #710808
}

.blue-seat {
    background: #4464b7
}

.purple-seat {
    background: #800080
}

.adult-seat {
    background: #0000FF
}

.child-seat {
    background: #FF0000
}

.oku-seat {
    background: #FFFF00
}

.seat_selected {
    height: 400px;
    overflow-y: auto;
}

    .seat_selected table tr td {
        padding: 8px
    }

#addOnSeatSectionTable tr td {
    padding: 26px;
    border-bottom: 1px solid #56658a;
}

#addOnSeatSection.show .modal-content {
    box-shadow: 3px 0px 83px 44px black;
}

.cancel-active {
    border: 1px solid #9cb4eb;
    border-radius: 15px;
    min-height: 10px;
}

.mypass {
    font-size: 12px;
    border: 1px solid #8eb0ff;

    display: inline-flex;
    border-radius: 4px;
}

.mykad.active, .passport.active {
    background: #8eb0ff;
    color: white;
}

.mykad {
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #8eb0ff;
    padding: 2px 6px;
}

.passport {
    cursor: pointer;
    float: left;
    width: 53%;
    text-align: center;
    padding: 2px 6px;
}

.pt-8 {
    padding-top: 8px;
}

.psger-btn {
    margin-top: 28px;
    height: 124px;
    margin-left: 9px;
    background: #292c33;
    border: 1px solid #75f9c9;
    color: #8eb0ff;
    border-radius: 10px;
}

.passenger, .child {
    display: inline-flex;
}

.payment-btn {
    margin-top: 28px;
    background: #292c33;
    border: 1px solid #75f9c9;
    color: #8eb0ff;
    border-radius: 10px;
    width: 170px;
}

    .payment-btn:hover {
        background: #262b3c;
        border: 1px solid white
    }

    .payment-btn:active {
        background: #2b2b2d;
    }

.payment_info {
    display: none;
    border: 1px solid
}

.after_payment {
    display: none;
    position: absolute;
    bottom: 25px;
    width: 100%
}

/********** Payment modal CSS **********/

.payment {
    display: none;
    width: 100%;
    height: -webkit-fill-available;
    position: fixed;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9;
    overflow: hidden;
}

.layer {
    background: black;
    width: 100%;
    height: 100vh;
    float: left;
    opacity: 1.0;
    position: fixed;
    top: 0px
}

.payment-body {
    position: fixed;
    width: 100%;
    height: 100vh;
}

.payment-form {
    background: #17191f;
    margin-top: 3%;
    padding: 40px 20px;
}

.width-140 {
    width: 140px;
}

.exact-amt {
    padding: 0px !important;
    position: relative;
    top: 18px;
}

.underline {
    text-decoration: underline !important;
}

.height-350 {
    height: 350px;
}

.payment-data {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #17191f;
}

.payment-btn {
    background: #32394d;
    border: 1px solid #8eb0ff;
    font-size: 20px;
    color: white;
}

    .payment-btn.horizontal {
        width: 130px;
        height: 50px
    }

    .payment-btn.vertical {
        width: 100px;
        height: 150px;
        margin-left: 30px
    }

    .payment-btn.circle {
        width: 85px;
        height: 85px;
        margin-left: 30px;
        border-radius: 50px;
    }

.horizontal-btn {
    display: inline-block;
    position: relative;
    top: 36px;
}

#calculator tr td {
    padding: 0px
}

    #calculator tr td div:hover {
        background: #4b5776
    }

    #calculator tr td div:active {
        background: #677aa9
    }

    #calculator tr td div {
        width: 70px;
        height: 50px;
        background: #32394b;
        padding-top: 9px;
        font-size: 20px;
        cursor: pointer;
        margin: 10px 17px;
    }

label.badge {
    font-size: 20px;
    width: 30px;
    height: 30px;
    background: #2d52b0;
    border-radius: 100px;
}

    label.badge.top-70 {
        top: -70px !important
    }

    label.badge.top-30 {
        top: -30px !important;
        left: -15px;
    }

    label.badge.top-15 {
        top: -30px !important;
        left: 35px;
    }

.payment-a, .payment-a:active {
    color: white;
    text-decoration: underline;
    padding: 0px 40px;
}

.position {
    position: absolute;
    bottom: 30px;
    right: 0px
}

.payment_info {
    display: none;
}

.payment-reset {
    background: #292c33;
    border: 1px solid #75f9c9;
    font-size: 16px;
    color: #8eb0ff;
    width: 166px;
    border-radius: 10px;
}

.cregister-btn {
    background: #292c33;
    border: 1px solid #75f9c9;
    font-size: 16px;
    color: #8eb0ff !important;
    border-radius: 10px;
}

.payment_info.bottom {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.btn-manage {
    border: 1px solid #75f9c9 !important;
    border-radius: 10px;
    padding: 5px;
}

/********** Calendar CSS **********/
#calendar {
    color: white
}

    #calendar tbody tr td {
        text-align: right;
        padding: 25px;
    }

.active-td {
    background: #2d52b0;
}

td.active {
    background: #697799
}

.month {
    color: white;
    font-size: 35px;
}

.nextprev {
    position: absolute;
    right: 21px;
    top: -10px;
}

    .nextprev a i {
        font-size: 70px;
        color: white;
    }

.mr-40 {
    margin-right: 40px
}

.no-hover:hover {
    text-decoration: none;
    color: #8eb0ff !important;
}

.enter {
    height: 190px !important;
    padding-top: 90% !important;
    font-size: 14px !important
}

#card tr td {
    padding: 0px
}

    #card tr td div:hover {
        background: #4b5776
    }

    #card tr td div:active {
        background: #677aa9
    }

    #card tr td div {
        width: 70px;
        height: 50px;
        background: #32394b;
        padding-top: 9px;
        font-size: 20px;
        cursor: pointer;
        margin: 10px 7px;
    }

.cancel {
    font-size: 14px !important;
    padding-top: 13px !important
}

.switch {
    padding: 40px;
    text-align: -webkit-center
}

.card-no-enter, .card_popup, .after_payment_side_btn {
    display: none;
}

#payment_summary tr.cardNo {
    display: none;
}

#payment_summary > tbody > tr > td:first-child {
    font-size: 16px;
    font-weight: 500;
}

#payment_summary > tbody > tr > td:last-child {
    font-size: 18px;
    font-weight: bold;
}

.profile_save_btn {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.clear_btn {
    float: right;
    position: relative;
    top: 7px;
}

.hide {
    display: none;
}

.select_no, .select_no:hover {
    text-decoration: none;
    color: inherit;
}

.submit-child-register-btn a, a.child-btn {
    color: #555555;
    border: 1px solid #555555;
    width: 300px;
    border-radius: 10px;
}

.submit-child-register-btn {
    text-align: center;
    width: 100%;
    margin-bottom:10px;
}

.select_no.active {
    border: 2px solid #8eb0ff;
    border-radius: 8px;
    padding: 3px 6px;
    position: relative;
    left: -5px;
}

.submit-child-register-btn-active a, .child-btn.active {
    color: #8eb0ff;
    border: 1px solid #6bdfb6;
}

.before td {
    background: #213d80
}

.icon-part-ticket {
    transform: rotate(45deg);
}

.mxw-70 {
    width: 70%;
}

.mxw-85 {
    width: 85%;
}

.radio-type {
    text-align: center;
    color: white;
    font-size: 20px;
    padding-right: 20px;
}

.radio-15 {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    top: 8px;
    margin-right: 5px;
}

.radio-20 {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

.radio-div-horizontal{
    display:flex;
}

.btnAction {
    color: #555555;
    border: 1px solid #555555;
    width: 150px;
    border-radius: 10px;
    margin-left: 20px
}

.top3 {
    position: relative;
    top: 3px
}

.refund-table thead tr th,
.child-table thead tr th {
    padding: 0px;
    font-size: 14px
}

.refund-table tbody tr td,
.child-table tbody tr td {
    color: white;
    font-size: 14px
}

.width-80 {
    width: 80px
}

.width-160 {
    width: 160px
}

.width-200 {
    width: 200px
}

.refund-table tbody tr:nth-child(odd) {
    background-color: #50535f !important;
}

.refund-table tbody tr:nth-child(even) {
    background-color: #7a8090 !important;
}

.padd-left30 {
    padding-left: 32px
}



.btnAction.active {
    color: #8eb0ff;
    border: 1px solid #6bdfb6;
}

.full-width-modal {
    max-width: 100%
}

#passportTable tr.active td {
    background: #213d80
}

.bottom-10 {
    position: absolute;
    width: 100%;
    bottom: 0px
}

.childprev {
    position: absolute;
    left: 8px;
    top: 70%;
    font-size: 40px;
    color: white;
}

.childnext {
    position: absolute;
    right: 8px;
    top: 70%;
    font-size: 40px;
    color: white;
}

/**** Calendar CSS ****/
.lightpick__month{
	width: unset;
}
.lightpick__day.is-start-date.is-in-range, 
.lightpick__day.is-end-date.is-in-range.is-flipped{
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	background-color:#2d52b0;
}
.lightpick__day.is-start-date.is-in-range, 
.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-start-date.is-in-range:hover, 
.lightpick__day.is-end-date.is-in-range.is-flipped:hover
{
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
	background-color:#2d52b0 !important;
}

.lightpick__day.is-end-date.is-in-range, 
.lightpick__day.is-start-date.is-in-range.is-flipped,
.lightpick__day.is-end-date.is-in-range:hover, 
.lightpick__day.is-start-date.is-in-range.is-flipped:hover  {
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;
	background-color:#2d52b0 !important;
}
.lightpick__day.is-start-date.is-end-date {
	background-image:unset;
}
.lightpick__day.is-start-date, 
.lightpick__day.is-end-date, 
.lightpick__day.is-start-date:hover, 
.lightpick__day.is-end-date:hover {
	background-image:unset;
}
.lightpick__day.is-in-range {
	background: unset !important
}

.lightpick__month{
	background: #292c33
}

.lightpick__days{
	border-left:1px solid white;
	border-top:1px solid white;
}
.lightpick__day.is-available{
	border:1px solid white !important;
	color: white;
	padding: 30%;
}


.lightpick__day-of-the-week{
	color: white;
	border-left: 1px solid white;
    border-top: 1px solid white;
    padding:15px;
    font-size: 14px
}
.lightpick__previous-action, 
.lightpick__next-action, 
.lightpick__close-action {
	background-color: #292c33;
	color: white;
    font-size: 30px !important;
    font-weight: bold;
    cursor:pointer !important;
}
.lightpick__previous-action, 
.lightpick__next-action, 
.lightpick__close-action{
	margin-left: 35px;
}
.lightpick__select.lightpick__select-months {
    color: white;
    font-size: 26px;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid white;
    padding: 10px;
}
.lightpick__select.lightpick__select-years {
    color: white;
    font-size: 26px;
    font-weight: 300;
    cursor: pointer;
    border: 1px solid white;
    padding: 10px;
}
.lightpick__month-title {
    margin:unset !important;
    padding:unset !important;   
}
.lightpick__select option {
    color: black;
}


.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: unset;
    color: #7189bf !important;
}
.lightpick__days-of-the-week{
	border-right: 1px solid white;
}
.lightpick__day{
	height: unset;
}

.lightpick{
	background: unset;
	width: 45%;
}
.confirm-btn{
	position: fixed;
    bottom: 20%;
    right: 10%;
}

.lightpick__day.is-disabled {
    border-bottom: 1px solid white !important;
    border-right: 1px solid white !important;
    color: white !important;
    padding: 30% !important;
    opacity:0.38 !important
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: #2d52b0 !important;
}
.lightpick__day.is-today {
    background: none !important;
    border: 6px solid #2d52b0 !important;
}

.lightpick__day:not(.is-disabled):hover {
    background-image: unset;
    background: grey
}

/*Chat*/
.btn-chat {
    position: fixed;
    bottom: 70px;
    right: 70px;
    background-color: transparent;
    border: hidden;
}

    .btn-chat:focus {
        border: none;
        outline: none;
    }

.btn-chat-close {
    background-color: transparent;
    border: hidden;
    float: right;
    margin: 12px -4px 0px 4px;
}

.btn-top {
    margin-right: 5px;
    background-color: transparent;
    border: hidden;
    border-radius: 8px;
}

.btn-top:focus {
    border: none;
    outline: none;
}

.btn-top-text {
    text-decoration: underline;
    font-size: 15px;
    color: #FFFFFF
}

.chat-badge {
    height: 30px;
    width: 30px;
    background-color: #F85353;
    border-radius: 50%;
    position: fixed;
    bottom: 130px;
    right: 75px;
}

.chat-badge-label {
    display: block;
    text-align: center;
    padding-top: 6px;
    color: white;
}

.chat-popup {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 70px;
    border: 1px solid #FFFFFF;
    z-index: 9;
    border-radius: 2%;
}

.chat-container {
    width: 400px;
    height: 600px;
    padding: 10px;
    background-color: #121623;
    border-radius: 2%;
}

.chat-container-in {
    margin: 5px -5px 10px 10px;
    height: 430px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.top-container {
    background-color: #1C2543;
    height: 60px;
    margin: 10px 20px 10px 10px;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.chat-left {
    margin: 0px 5px 10px 0px;
    background-color: #1C2543;
    height: auto;
    border-radius: 8px;
    padding: 10px 30px 10px 10px;
    float: left;
    clear: both;
}

.chat-separator {
    margin: 10px 50px 10px 50px;
    background-color: #d4d4d4;
    height: 1px;
    border-radius: 8px;
    width: auto;
    clear: both;
}

.chat-left-purple {
    margin: 0px 5px 10px 0px;
    background-color: #1C2543;
    height: auto;
    border-radius: 8px;
    padding: 10px 30px 10px 10px;
    float: left;
    clear: both;
}

.chat-left-green {
    margin: 0px 5px 10px 0px;
    background-color: #1C2543;
    height: auto;
    border-radius: 8px;
    padding: 10px 30px 10px 10px;
    float: left;
    clear: both;
}

.chat-right {
    margin: 0px 8px 10px 0px;
    background-color: #1C2543;
    height: auto;
    border-radius: 8px;
    padding: 10px 10px 10px 30px;
    text-align: right;
    float: right;
    clear: both;
}

.chat-font {
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
}

.chat-font-name {
    font-weight: normal;
    color: #FFFFFF;
    font-weight: 300;
}

.chat-font-purple {
    font-size: 15px;
    font-weight: normal;
    color: #D73F91;
}

.chat-font-green {
    font-size: 15px;
    font-weight: normal;
    color: #09B261;
}

.chat-input {
    margin: 0px 10px 10px 10px;
    padding: 0px 15px;
    width: 95%;
    height: 45px;
    border: 1px solid #BBBBBB;
    border-radius: 8px;
    background-color: #414E77;
    color: white;
}

.highlight {
    border: 1px solid #75F9C9;
}

/*Custom scrollbar*/
.chatbox ::-webkit-scrollbar {
    width: 8px;
}

.chatbox ::-webkit-scrollbar-track {
    background: #121623;
}

.chatbox ::-webkit-scrollbar-thumb {
    background: #75F9C9;
    margin-left: 5px;
}

.chatbox ::-webkit-scrollbar-thumb:hover {
    background: #75F9C9;
}

.loader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    /*display: none;*/
}

#cancelModal .refund-item{
    display:none;
}

#cancelModal .modal-content {
    width:75%;
    margin: 0 auto;
}

.pickup-dropoff-section .radio-list label {
    font-size: 20px;
}