* {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#trip-header .header-fixed {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    height: 66px;
}

#trip-header .header-fixed a {
    display: block;
    flex: 1;
    padding: 11px 0;
}

#trip-header .header-fixed a span.img {
    padding: 0;
    position: relative;
    width: 30px;
    height: 30px;
    margin: auto;
    opacity: 1;
    display: flex;
    justify-content: center;
}

#trip-header .header-fixed a img {
    display: inline-block;
}

#trip-header .header-fixed a.activeNav img {
    /*YoloGreen*/
    /*   filter: invert(59%) sepia(17%) saturate(1332%) hue-rotate(71deg) brightness(99%) contrast(82%);*/
    filter: brightness(0.4) sepia(1) hue-rotate(180deg) saturate(5);
}

#trip-header .header-fixed a span.txt {
    display: block;
    position: relative;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #B9B3B3;
    opacity: 1;
}

#trip-header .header-fixed a.activeNav span.txt {
    color: #6BC12F;
}

.logo {
    margin: auto;
    margin-top: 70px;
    display: block;
    max-width: 50%;
    width: 25%;
    height: auto;
}

.black-bold-big {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: auto;
    margin-top: 40px;
    width: 175px;
    color: #6BC12F;
}

.small-box {
    border: 1px solid #d2d3d5;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 8px;
    display: inline;
}

.login {
    display: flex;
    margin: auto;
    margin-top: 90px;
    width: 80%;
}

.login input {
    font-size: 13px;
    font-family: "Roboto";
    font-weight: 400;
    border: 0px;
    border-bottom: 1px solid #d2d3d5;
    padding-bottom: 1px;
    padding-left: 10px;
    width: 75%;
    display: block;
    flex: 1;
}

input[type="number"]:focus {
    background-color: #FFF;
    border-style: none;
}

.continue-link {
    text-decoration: none;
}

.button-long {
    padding: 10px;
    text-align: center;
    color: #FFF;
    background-color: #6BC12F;
    width: 65%;
    text-decoration: none;
    display: block;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
}

.button-long-white {
    padding: 10px;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 25px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #6BC12F;
    font-weight: 500;
    color: #6BC12F;
    margin-bottom: 20px;
    border-radius: 5px;
}

.button-long-green {
    padding: 10px;
    text-align: center;
    background-color: #6BC12F;
    width: 90%;
    margin: auto;
    margin-top: 25px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
}

.button-long-black {
    padding: 10px;
    text-align: center;
    background-color: black;
    width: 90%;
    margin: auto;
    margin-top: 25px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
}

.button-long-grey {
    padding: 10px;
    text-align: center;
    background-color: #858a825e;
    width: 90%;
    margin: auto;
    margin-top: 25px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
}

.button-long-green>img {
    display: inline-flex;
    right: 80px;
}

.button-long-black>img {
    display: inline-flex;
    right: 80px;
}

.button-long-grey>img {
    display: inline-flex;
    right: 80px;
}

.footer-grey {
    font-size: 14px;
    color: #53595e;
    font-weight: 400;
}

.footer-grey>a {
    color: dodgerblue;
    display: inline;
}

.margin-40 {
    margin: auto;
    width: 225px;
    margin-top: 40px;
}

.otp-group {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: auto;
    margin-top: 90px;
}

.otp-group input {
    width: 15%;
    height: 25px;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #403B3B;
    margin: 0 0 5px;
    border-bottom: 1px solid #d2d3d5;
}

.otp-group .small-box-open {
    width: 20px;
}

.otp-group input::placeholder {
    color: #D1D1D1;
}

#RESEND-OTP {
    color: #000;
    opacity: 0.6;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    display: none;
}

#RESEND-OTP .rotpBtn {
    font-weight: bold;
    margin-right: 5px;
}

#gottrip {
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    transition: transform .5s;
    width: 100%;
    z-index: 1;
    border: 1px solid #E8E9F0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.heading-black {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #272B24;
    width: 81%;
    margin: auto;
    margin-top: 30px;
}

.sub-heading-black {
    font-size: 12px;
    letter-spacing: 0px;
    color: #272B24;
    width: 81%;
    margin: auto;
}

.select-trip {
    display: flex;
    margin: auto;
    width: 90%;
    margin-top: 20px;
}

.select-trip>img {
    width: 10%;
    height: 100%;
}

.one-upon-one {
    display: flex;
}

.one-upon-one .route {
    margin-top: 3px;
    margin-bottom: -10px;
}

.one-upon-one .timing {
    margin-top: 3px;
    margin-bottom: -10px;
    margin-left: auto;
}

.route>p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #272B24;
}

.timing>p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8E8F8E;
}

#notrip {
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    transition: transform .5s;
    width: 100%;
    z-index: 1;
    border: 1px solid #E8E9F0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.issue {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8E8F8E;
    margin: auto;
    width: 81%;
    margin-top: 20px;
}

#call-support {
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    transition: transform .5s;
    z-index: 1;
    background-color: #6BC12F;
    width: 100%;
}

.text-in-white {
    padding: 20px;
    color: #6BC12F;
    background-color: #FFF;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid;
    font-weight: 500;
}

.trip-text-padded {
    color: #FFF;
    font-size: 16px;
    padding: 15px;
    padding-bottom: 5px;
    text-align: center;
}

.text-in-white span {
    color: #72787a;
    text-decoration: underline;
    margin-left: 10px;
}

.red-background {
    background-color: #b20909
}

.red {
    color: #b20909
}

.heading {
    width: 100%;
    padding: 22px;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #AFAFAF;
}

.heading img {
    display: inline;
    margin-left: -10px;
}

.heading span {
    margin-left: 5px;
}

.trips-heading {
    background-color: #FFF;
    font-size: 18px;
    text-align: left;
    color: #6BC12F;
    font-weight: 500;
    border-bottom: 1px solid #6BC12F;
    width: 95%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.trips-heading span {
    margin-left: 15px;
    font-weight: bold;
}

.trip-details {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.day-route-time {
    flex-basis: 80%;
}

.status {
    font-size: 12px;
    padding: 10px 10px;
    margin: auto;
    width: 100px;
    text-align: center;
    margin-right: 50px;
    margin-top: 42px;
    color: #FFF;
    border-radius: 100px;
}

.day-time {
    color: #6BC12F;
    font-size: 12px;
    font-weight: 400;
    width: 90%;
    margin: auto;
    padding: 10px 0px;
}

.only-route {
    display: flex;
    justify-content: space-between;
}

.only-route img {
    flex-basis: 20%;
}

.orig-dest {
    flex-basis: 90%;
    height: 50px;
}

.orig-dest div {
    font-size: 12px;
    color: #6BC12F;
}

.orig-dest .orig {
    margin-top: -7px;
}

.orig-dest .dest {
    margin-top: 17px;
}

.green-back {
    background-color: green;
}

.red-back {
    background-color: #b20909;
}

.yellow-back {
    background-color: #fdd835;
}

.orange-back {
    background-color: #db7002;
}

.pay-options {
    margin: auto;
    width: 85%;
    margin-top: 20px;
}

.pay-options input {
    margin-right: 20px;
    margin-top: 20px;
}

.pay-options input:checked~.checkmark {
    background: url(../img/check.svg) no-repeat center #6BC12F;
}

.pay-options .checkmark {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #EFEFEF;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin-left: -5px;
    margin-top: 18px;
}

.trips-heading-small {
    background-color: #FFF;
    font-size: 13px;
    text-align: left;
    color: #6BC12F;
    font-weight: 500;
    width: 95%;
    margin: auto;
    padding-top: 10px;
}

.help-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    color: #8E8F8E;
}

.help-heading .link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #272B24;
    margin-top: 30px;
}

#sendingOtp {
    margin: auto;
    width: 185px;
}

#wrongOtp {
    margin: auto;
    width: 130px;
}

/* .page-heading {
    padding: 20px 0px;
    border-bottom: 1px solid #E8E9F0;
    margin: auto;
  
    width: 90%;
} */


.page-heading {
    padding: 8px 18px;
    border-bottom: 1px solid #E8E9F0;
    margin: auto;

    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 5000;
}

.page-heading>img {
    float: left;
}

.page-heading>span {
    font-weight: bold;
    font-size: 16px;
    color: #272B24;
    margin-left: 10px;
}

.border-grey {
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E9F0;
}

.call-email {
    display: flex;
    font-weight: bold;
    font-size: 14px;
    color: #6BC12F;
    margin: auto;
    margin-top: 20px;
    width: 81%;
}

.profile {
    background: #272B24;
    padding: 20px;
    display: flex;
}

.profile>img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.profile>div {
    flex: 5;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    padding: 0px 20px;
}

.profile>div img {
    display: inline;
}

.profile-option {
    display: flex;
    margin-top: 20px;
}

.profile-option img {
    /* flex: 1; */
    width: 20px;
    margin: 0px 10px;
}

.profile-option div {
    flex: 3;
    font-weight: 500;
    font-size: 14px;
    color: #272B24;
}

#more-page {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #FFF;
    transform: translateX(-100%);
}

.typeoftrips {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    width: 90%;
    border-bottom: 1px solid #E8E9F0;
}

.triptype {
    flex-basis: 20%;
    font-weight: 500;
    font-size: 14px;
    color: #8E8F8E;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.active-triptype {
    border-bottom: 2px solid #6BC12F;
    margin-bottom: 0px;
    border-radius: 100px 100px 0px 0px;
}

.apt-width-margin {
    margin: auto;
    width: 100%;
    margin-top: 88px;
    height: 100%;
}

.grey-text {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #8E8F8E;
}

.route-trip {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #272B24;
    margin-top: 10px;
}

.route-trip img {
    display: inline;
}

.time-grey {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8E8F8E;
    margin-top: 10px;
}

.live-class {
    background-color: #16c37421;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #16C374;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    padding: 5px 15px;
}

.upcoming-class {
    background-color: #f8b72a21;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #F8B72A;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    padding: 5px 15px;
}

.red-class {
    background-color: #c3161636;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #c31616;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    padding: 5px 15px;
}

.mytrip-completed {
    display: flex;
    justify-content: space-evenly;
}

.mytrip-completed .value .val {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #272B24;
}

.mytrip-completed .value .key {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #8E8F8E;
}

.mytrip-completed .value2 .val2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #272B24;
}

.mytrip-completed .value2 .key2 {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #8E8F8E;
}

.bdpopup {
    display: none;
}

.seat-options {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 65%;
    margin-top: 20px;
}

.seat-options div {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #8E8F8E;
}

.seat-options div img {
    float: left;
    margin-right: 10px;
}

.typeofmenu {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    width: 90%;
    border-bottom: 1px solid #E8E9F0;
}

.menutype {
    flex-basis: 20%;
    font-weight: 500;
    font-size: 12px;
    color: #8E8F8E;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.active-menutype {
    border-bottom: 2px solid #6BC12F;
    margin-bottom: 0px;
    border-radius: 100px 100px 0px 0px;
    color: #000;
}

#search-passenger {
    height: 100%;
    display: none;
    margin: auto;
    z-index: 1;
    position: absolute;
    background-color: #FFF;
    width: 100%;
}

#payment {
    margin: auto;
}

.names-list {
    margin: auto;
    width: 90%;
}

.selectedname {
    content: '';
    display: inline;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    position: absolute;
    left: -1px;
    border: 1px solid #8E8F8E;
    border-radius: 50%;
}

.pnr-no {
    color: #8E8F8E;
}

.pending {
    color: #FF802B;
}

.pns-dtls {
    display: flex;
}

.seat-b {
    padding: 0px;
    border: 1px solid #E8E9F0;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #6BC12F;
    height: 48px;
    padding-top: 11px;
    padding-left: 11px;
    padding-right: 11px;
    width: 60px;
    text-align: center;
    margin-right: 20px;
}

.bkdpopup {
    margin: auto;
    margin-top: 0px;
    border-top: 1px solid #D8D8D8;
    box-shadow: 0px 0px 6px #D8D8D8;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.bookbtn {
    border-radius: 15px;
    background-color: #6BC12F;
    padding: 5px 12px;
    color: #FFF;
}

.selectschedule {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.selectschedule-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 20px;
}

.selectschedule-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.bdpoints {
    margin: auto;
    margin-top: 20px;
    width: 80%;
    color: #6BC12F;
    font-size: 16px;
    font-weight: bolder;
}

.bdpoints label {
    margin-bottom: 10px;
}

.bdpoints select {
    width: 180px;
    color: #000;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid;
}

.bdpoints select option {
    color: #000;
    border: 1px solid;
    margin-top: 5px;
}

.starts-in {
    font-size: 15px;
    font-weight: bolder;
    color: #356810;
    margin: auto;
    width: 81%;
    margin-top: 12px;
}

.psngrlist {
    display: flex;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    transition: .4s;
    left: 180px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #6BC12F;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.payment_container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    margin-left: 20px;
}


/* Hide the browser's default radio button */

.payment_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.payment_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #cccccc;
}


/* When the radio button is checked, add a blue background */

.payment_container input:checked~.checkmark {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 1px solid #6BC12F;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.payment_container .checkmark:after {
    content: "";
    position: relative;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.payment_container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.payment_container .checkmark:after {
    position: relative;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #6BC12F;
}

.std-greenbtn {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    width: 150px;
    text-align: center;
    background: #6BC12F;
    color: #FFF;
    width: 90%;
    margin: 20px auto;
    padding: 15px;
    border-radius: 10px;
}

.over_camera {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    border: 4px solid;
    height: 205px;
    width: 325px;
    color: grey;
}

.flex-apt {
    display: flex;
    justify-content: space-around;
}

.flex-apt>div {
    flex-basis: 23%;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #8E8F8E;
    margin-bottom: 20px;
}

.flex-apt-main {
    display: flex;
    justify-content: space-around;
}

.flex-apt-main>div {
    flex-basis: 22%;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.flex-apt-main_shadow {
    display: flex;
    justify-content: space-around;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 1px 2px #cdcdcd;
    margin-bottom: 10px;
}

.flex-apt-main_shadow>div {
    flex-basis: 28%;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: #272B24;
    margin-bottom: 10px;
}

.nextstop {
    background-color: #000;
    color: #FFF;
    width: 120px;
    padding: 5px;
    border-radius: 20px;
    position: fixed;
    top: 450px;
    left: 12px;
    text-align: center;
    height: 35px;
}

.full_route {
    background-color: #000;
    color: #FFF;
    width: 120px;
    padding: 5px;
    border-radius: 20px;
    position: fixed;
    top: 450px;
    right: 12px;
    text-align: center;
    height: 35px;
}

.nextstop>img,
.full_route>img {
    display: inline;
    margin-right: 5px;
    margin-bottom: -3px;
}

#next_stop {
    display: none;
}

.call_support {
    display: flex;
    width: 90%;
    margin: auto;
    margin-top: 15px;
    padding: 5px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}

.name_part {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    color: #272B24;
    flex-basis: 50%;
}

.call_part {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #6BC12F;
    flex-basis: 40%;
}

.call_part>img {
    display: inline-block;
    margin-right: 5px;
}

.call_part_reststop {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #6BC12F;
    margin: auto;
    padding: 7px;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 10px;
}

.call_part_reststop>img {
    display: inline-block;
    margin-right: 5px;
}

.marker_time {
    color: #FFF;
    background-color: #59698f;
    padding: 5px;
    z-index: 1;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 20px;
    left: 30px;
    transform: translate(-50%, -100%);
    background-color: #59698f;
    border-radius: 8px;
    padding: 2px;
    z-index: 1;
}

.gm-style .gm-style-iw-t::after {
    background: #59698f;
    content: "";
    height: 0px;
    left: 20px;
    position: absolute;
    top: 6px;
    transform: translate(-50%, -50%) rotate(-70deg);
    width: 20px;
    display: none;
}

.sales_dtls {
    background-color: #eee;
    display: none;
    margin: auto;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 10px;
}

.tcktdescp {
    flex-basis: 30%;
}

#nextstop_card {
    position: fixed;
    bottom: 144px;
    transform: translateY(100%);
    transition: transform .5s;
    width: 100%;
    z-index: 1;
    border: 1px solid #E8E9F0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: -webkit-fill-available;
}

.value {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.value>.key {
    font-weight: 500;
    width: 50%;
    padding: 20px;
}

.value .val {
    font-weight: 400;
    padding: 20px;
}

.online {
    color: #6BC12F;
}

.hide_upload {
    display: block;
    position: absolute;
    z-index: 1;
    left: -50px;
    top: 0px;
    border: 1px solid;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.dwnldbtn {
    background-color: #C83131;
    padding: 5px 12px;
    color: #FFF;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

#psngDwnldList table {
    margin: auto;
    border-collapse: collapse;
    width: 90%;
}

#psngDwnldList td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#psngDwnldList th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

#psngDwnldList tr:nth-child(even) {
    background-color: #dddddd;
}

.cmngSoon {
    margin: auto;
    font-size: 20px;
    color: #eee;
    width: 40%;
    margin-top: 60px;
}

.loading_bar {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.loading_bar-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 20px;
}

.btn {
    cursor: pointer;
}

#bookings_loader {
    border-top: 1px solid #71c26c;
    /* Green */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
    left: 45%;
    top: 45%;
    position: absolute;
    z-index: 9999;
    margin-left: -16px;
    margin-top: -16px;
}

#bookings_loader_wrap {
    display: block;
    position: fixed;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.bookings_loader_img {
    left: 45%;
    top: 45%;
    position: absolute;
    z-index: 101;
    width: 50px;
    height: 50px;
    margin-left: -5px;
    margin-top: -5px;
}

@media screen and (max-width: 900px) {
    /* #bookings_loader_wrap {
        /* margin-left: 45%; 
    }*/
}

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

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.fs-14 {
    font-size: 14px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-20 {
    margin-bottom: 20px;
}

.seat-number {
    color: #0abb0a;
    font-size: 14px;
}

.passenger-details {
    font-size: 12px;
    color: grey;
    margin-top: 5px;
}

.mtop-5 {
    margin-top: 5px;
}

.boarding-heading {
    background: #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.passenger-list-message {
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 10px;
}

.st-row {
    /* margin-left: 10px; */

    margin-right: 5px;
    justify-content: space-between;
}

.call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.boarding-time {
    color: #616161;
    font-size: 12px;
}

.timing {
    font-size: 12px;
    margin-left: -10px;
}

.hide {
    display: none;
}

.otp-btn {
    background: #28a745;
    color: white;
    margin-left: 5px;
}

.seat-number-deboard {
    color: #dc3545;
    font-size: 14px;
}

.extra-list {
    margin: 0px 30px;
}

.passengerListWrapper .card-head {
    background-color: #EFEFEF;
    padding: 8px 15px;
}

.reachingTime {
    color: #727272 !important;
}

.passengerListWrapper .card-head p {
    color: #212121;
    font-size: 12px;
}

.passengerListWrapper .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.passengerListWrapper .accordion .card {
    border: none;
    margin-bottom: 10px;
}

.passengerListWrapper .accordion .card h2 {
    /* background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center; */

    background-size: 20px;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 5px;
}

.passengerListWrapper .accordion .card .card-head {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    /* font-size: 16px; */
    /* padding-bottom: 5px; */

    background-color: #EFEFEF;
    padding: 8px 15px;
}

.passengerListWrapper .accordion .card .collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.passengerListWrapper .accordion .card-body {
    padding-left: 15px;
    padding-right: 15px;
}

.passengerListWrapper .tab-content {
    display: block;
}

.passengerListWrapper .nav-link.active {
    background: #000;
    color: #fff;
    border-radius: 5px !important;
    font-weight: bold;
    border: 0px;
}

.passengerListWrapper .nav-tabs {
    border: 1px solid #727272;
    border-radius: 5px;
    margin-left: 0px;
}

.passengerListWrapper .nav-item {
    flex-basis: 50%;
}

.passengerListWrapper .nav-item span {
    color: #727272;
    font-size: 14px;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !IMPORTANT;
}

.bdid-box {
    background: #EFEFEF;
    margin-top: -10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

.listId {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EFEFEF;
    padding: 8px 12px;
    color: #212121;
    margin-top: 20px;
}

.pnr {
    font-size: 14px;
    color: #212121;
    font-weight: bold;
}

.listId a {
    font-size: 14px;
    color: #212121;
    font-weight: bold;
}

.listId span {
    padding-right: 5px;
}

.listItemsPassenger p {
    font-size: 14px;
    color: #212121;
}

.listItemsPassenger span {
    margin-left: 20px;
    color: #727272;
}

.listItemsPassenger {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.listItemsPassenger .boardbutton {
    background: #65D36E;
    color: #fff;
    min-width: 73px;
    height: 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    margin-top: 5px;
}

.listItemsPassenger .boardbutton.Boarded {
    border: 1px solid #212121;
    background: #fff;
    color: #212121;
}

.listItemsPassenger .boardbutton.Dropped {
    border: 1px solid #212121;
    background: #fff;
    color: #212121;
}

.listItemsPassenger .dropColor {
    background-color: #FF6937;
}

.card {
    /* position: sticky; */

    top: 0;
    z-index: 999;
}

.callAction{
    display: flex;
    flex-direction: inherit;
    align-content: space-around;
    align-items: center;
}
/* .callAction p {
    display: flex;
    align-items: center;
} */

.callAction a {
    display: flex;
    align-items: center;
}

.noData {
    text-align: center;
    padding: 20px 0 0;
}

.personList {
    display: flex;
}

p.personName {
    margin-left: 30px;
    margin-bottom: 1px;
    color: grey;
}

.updateDetailButton {
    display: block;
    margin-left: 0 !IMPORTANT;
    background: #EEEEEE;
    color: #F25138 !IMPORTANT;
    padding: 0 8px;
    border-radius: 3px;
    margin-top: 10px;
}

.updateDetailButtonOther {

    margin-left: 0 !IMPORTANT;
    background: #EEEEEE;
    color: #F25138 !IMPORTANT;
    padding: 0 8px;
    border-radius: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* Other Sections Css */
.otherSections {
    padding: 0px 15px;
}

.otherSections h6 {
    font-size: 16px;
    color: #212121;
}

.bdId {
    color: #212121;
    font-size: 12px;
    display: block;
}

.actionsBt .Boarded {
    border: 1px solid #212121;
    background: #fff;
    color: #212121;
    min-width: 73px;
    height: 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

.actionsBt .Board {
    background: #65D36E;
    color: #fff;
    min-width: 73px;
    height: 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

.actionsBt .Dropped {
    border: 1px solid #212121;
    background: #fff;
    color: #212121;
    min-width: 73px;
    height: 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

.actionsBt .Drop {
    background: #FF6937;
    color: #fff;
    min-width: 73px;
    height: 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
}

.actionsBt {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    margin-top: 10px;
}

.highlight {
    opacity: 0.5;
}

.secondGrid {
    /* padding-left: 30px; */

    width: 100%;
    /* padding-bottom: 30px; */
}

.bordeRightVer {
    border-right: 2px solid #D7D5D5;
    height: 22px;
}

.seat-no {
    color: black;
    font-size: 14px;
}

/* Other Sections Css */

/* parking list css */
.stopsLists h2 {
    font-size: 16px;
    font-weight: 600;
}

.stopsLists {
    background-color: #EFEFEF;
    padding: 8px 15px;
    margin-bottom: 20px;
}

.stopsLists .reachingTime {
    color: #212121 !important;
    font-weight: 600;
}

span.iconWrap {
    background: #212121;
    width: 20px;
    height: 20px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
    font-size: 10px;
    font-weight: 600;
    margin-right: 10px;
}

.restWrap img {
    width: 13px;
    height: 13px;
    margin-right: 10px;
}

.restWrap {
    display: flex;
    align-items: center;
}

/* parking list css */
.button-long-black {
    padding: 10px;
    text-align: center;
    background-color: black;
    width: 90%;
    margin: auto;
    margin-top: 25px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 20px;
    border-radius: 5px;
}

.button-long-black>img {
    display: inline-flex;
    right: 80px;
}

/* Modal css */
.dottedWrap {
    margin-left: 12px;
    height: 16px;
    margin-top: 10px;
}

.dottedWrapOther {
    margin-left: 12px;
    height: 16px;
    margin-top: 5px;
}

.actionHandler {
    padding: 0;
}

.actionHandler p {
    font-size: 16px;
    font-weight: bold;
    margin-left: 12px !important;
}

.actionHandler a {
    font-size: 16px;
    font-weight: bold;
    margin-left: 12px !important;
}

.showAction {
    color: #F25138 !important;
}

.boardAction {
    color: #65D36E !important;
}

.detailsUpdate {
    color: #212121 !important;
}

.cancelAction {
    color: #727272 !important;
}

.modifyModal {
    border-bottom: 1px solid #DFDFDF;
    padding: 24px 15px;
}

.modifyModal img {
    height: 20px;
    align-self: center;
}

.closeIcon {
    height: 12px !important;
    margin-right: 8px;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

.modal-dialog {
    width: 100%;
    bottom: 0px;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    background: transparent;
}

.modal-content {
    border: none;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.modal-backdrop.show {
    display: none;
}

.modal {
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1001;
}

.modal-dialog {
    position: absolute;
    inset: auto 0px 0px;
    border: 1px solid rgb(204, 204, 204);
    background: rgb(255, 255, 255);
    overflow: inherit;
}

/* Modal css */
/* .end-trip {
    width: 100%;
    padding: 15x 0px;
    border-radius: 0px;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; 
}*/

/* .end-trip {
    
} */
.sub-heading-black {
    font-size: 12px;
    letter-spacing: 0px;
    color: #272B24;
    width: 81%;
    margin: auto;
}

.header-button {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5px;
    margin-top: -44px;
}

.not-arrived-icon {
    display: initial;
    margin-right: 10px;
    margin-left: -10px;
}





.for_pdf {
    margin-top: 5%;
    position: relative;
    display: none;



}

#table {
    page-break-inside: auto
}

#table tr {
    page-break-inside: avoid;
    page-break-after: auto
}


.stumpWithSign {
    page-break-inside: avoid;
    page-break-after: auto
}

#table tr td {
    padding: .5%;
}

@media print {
    @page {
        margin: 0;
    }

    body {
        margin: .2cm;
        visibility: hidden;
    }

    .for_pdf, .for_pdf * {
        visibility: visible;
    }

    .for_pdf {
        position: absolute;
        left: 0;
        top: 0;
    }

}

.downloadPassenger {
    margin-left: 5px;
    margin-right: 5px;
    font-size: .8em;
}

.downloadRTO {
    font-size: .8em;
}

.source {
    color: #fff;
    min-width: 73px;
    height: 25px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    text-align: center;
    padding-inline: 10px;
}

.platform {
    font-size: 12px;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .source {
        color: #fff;
        min-width: 70px;
        height: 25px;
        border-radius: 5px;
        font-size: 10px;
        font-weight: 600;
        outline: none;
        text-align: center;
        padding-inline: 6px;
    }

    .platform {
        font-size: 10px;
        color: #fff;

    }

    .pnr {
        font-size: 12px;
        font-weight: bold;
    }
    .callAction{
        display: flex;
        align-content: space-around;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .listId {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background: #EFEFEF;
        padding: 8px 12px;
        color: #212121;
        margin-top: 20px;
    }
}

