@import url(../fonts/Poppins.css);

/*icon plus*/
.ic-plus {
    background: url("../images/plus.png") no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding: 5px 15px 8px 10px;
}

/*icon minus*/
.ic-minues {
    background: url("../images/minus.png") no-repeat;
    cursor: pointer;
    margin-left: 10px;
    padding: 5px 15px 8px 10px;
}

/*Wallet related design changes started*/
.wallet_container {

    width: 670px;
    height: 420px;
    padding: 15px;
}

.wallet_top {
    width: 250px;
    height: 250px;
    background: url(../images/wallet.png) no-repeat;
    position: absolute;
    float: left;
}

.LoginWalletBtn {

    margin: auto;
    background-color: #2A7197 !important;
    margin-top: 15px;
    width: 240px;
    min-height: 36px;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

#WltLogin {

    clear: both;
    width: 345px;
    height: 300px;
    float: right;
    #border: 1px solid #ccc;
    border-radius: 4px;
}

.LoginDiv {

    margin-top: 10px;
    line-height: 15px;
    text-align: center;
    min-height: 35px;
}

.LoginInput {
    padding: 5px;
    border: 1px solid #7099BC;
    background: #fff;
    border-radius: 2px;
    color: #062b4a;
    font-size: 13px;
    height: 22px;
    margin: 5px;
    width: 225px;
}

.LoginInput:hover {
    border: 1px solid #666;
}

#WltSignIn {
    float: right;
}

.login-form-1 {
    max-width: 300px;
    border-radius: 5px;
    display: inline-block;
}

.main-login-form {
    position: relative;
}

.login-form-1 .form-control {
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    background: transparent;
    color: #555555;
    padding: 7px 0;
    font-weight: bold;
    height: auto;
}

.login-form-1 .form-control::-webkit-input-placeholder {
    color: #999999;
}

.login-form-1 .form-control:-moz-placeholder,
.login-form-1 .form-control::-moz-placeholder,
.login-form-1 .form-control:-ms-input-placeholder {
    color: #999999;
}

.login-form-1 .form-group {
    margin-bottom: 0;
    border-bottom: 2px solid #efefef;
    padding-right: 20px;
    position: relative;
}

.login-form-1 .form-group:last-child {
    border-bottom: 0;
}

.login-group {
    background: #d7f3bd;
    color: #999999;
    border-radius: 8px;
    padding: 10px 20px;
}

.login-group-checkbox {
    padding: 5px 0;
}

.login-form-1 .login-button {
    position: absolute;
    right: -25px;
    top: 50%;
    background: #d7f3bd;
    color: #999999;
    padding: 11px 0;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    border: 5px solid #efefef;
    border-radius: 50%;
    transition: all ease-in-out 500ms;
}

.login-form-1 .login-button:hover {
    color: #555555;
    transform: rotate(450deg);
}

.login-form-1 .login-button.clicked {
    color: #555555;
}

.login-form-1 .login-button.clicked:hover {
    transform: none;
}

.login-form-1 .login-button.clicked.success {
    color: #2ecc71;
}

.login-form-1 .login-button.clicked.error {
    color: #e74c3c;
}

/*Wallet related design changes end*/

.bold {
    font-weight: bold !important;
}

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 1px;
    background-color: #fff;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    padding: 0px 2px 0px 4px;
    border-radius: 3px;
}

.tabs-menu li.current {
    position: relative;
    background-color: #f1f1ff;
    border-bottom: 1px solid #f1f1ff;
    border-top: 2px solid #1d3a8e;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    color: #1d3a8e;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #1d3a8e;
    font-size: 13px;
    font-weight: bold;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

 .tab-content {
    width: 990px;
    padding-left: 20px;
    display: none;
    background-color: #f1f1ff;
} 

#tab-1 {
    display: block;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid green;
    display: inline-block;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid green;
    display: inline-block;
}

/* online search page popup window style*/
/* #Cancelpolicy,#PickupPoint{
	margin-top:-130px !important;
} */
.searchResVia {
    font-size: 12px;
    width: 81%;
    word-break: break-all;
    color: #808080;
}

.searchResPickuppoint {
    font-size: 12px;
    width: 100%;
    color: #00c5ff;
}

.searchResDroppoint {
    font-size: 12px;
    width: 100%;
    color: #00c5ff;
}

.searchResCancelpolicy {
    font-size: 12px;
    width: 122%;
    color: #00c5ff;
}

.inpopupbtn {
    margin-top: 10px;
    margin-top: 10px;
    width: 107px;
    height: 31px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-family: Tahoma, Geneva, sans-serif;
    box-shadow: 1px 1px 3px 0px rgba(8, 34, 0, 1);
    background: #194c9e;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    font-weight: bold;
}

.popupheaderFsize {
    font-size: 14px;
}

.VaagaiGps {
    height: 90px;
}

@media screen and (max-width: 767px) {
    .vehdatafooter {
        position: absolute;
        font-size: 100%;
        margin: 0px;
    }

    .operatorname {
        font-size: 20px;
        padding-top: 30px;
    }

    .VaagaiGps {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .vehdatafooter {
        position: absolute;
        margin: 0px;
    }

    .operatorname {
        font-size: 30px;
        padding-top: 2%
    }

    .VaagaiGps {
        width: 90px;
    }
}

.SchMenu {
    width: 137px;
    position: absolute;
    background: #f1f1f1;
    border: 1px solid #a5a4a4;
    color: black;
    font-size: 16px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 6px 0px 6px 8px;
    border-radius: 6px;
    margin-left: 24px;
    margin-top: -32px;
}

.SdMenu:hover {
    background-color: #ddd;
}

.SdMenu {
    padding: 2px;
}

.SetMenu {
    color: red !important;
}

/* seatlayout design*/
/*.sssFloorTip{
        position: relative;
        left: 25%;
}
.sssupperDeck{
        position: relative;
        left: 30%;
}
.ssslowerDeck{
        position: relative;
        left: 30%;
}
.sssamountSeatsContLine{
        padding-left: 25px;
        width: 100%;
        position: relative;
        left: 30%;
}
.sssBookedfor{
        position: relative;
        left: 34%;
}
.sssBoardingPoint{
        position: relative;
        left: 34%;
}
.sssDroppingPoint{
        position: relative;
        left: 30%;
}
.sssseatsContinueBtnHolder{
        left: 33%;
        height: auto;
        margin-left: 34%;
        clear:both;
}
.sssBlockSeat{
        position: relative;
        left: 30%;
}
.sssBookedDropdown{
        position: relative;
        left: 32%;
}
.sssPOTDropdown{
        position: relative;
        left: 35%;
}
.sssTripClose{
	position:relative;
	left:35%;
}
.sssVehicle{
        position:relative;
        left:25%;
}*/

/*toggle button css starts here*/
.onoffswitch {
    position: relative;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 26px;
    padding: 0;
    line-height: 27px;
    font-size: 13px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "On";
    padding-left: 10px;
    background-color: #39C234;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Off";
    padding-right: 10px;
    background-color: #DB2323;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    position: absolute;
    top: 7px;
    bottom: 0;
    right: 36px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 8px;
}

.buslayout_select {
    border: #ccc 1px solid;
    margin: 3px;
    padding: 1px;
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    list-style-type: none;
}

.busselectable {
    background: #148fe5e6;
}

.buslayout-seat-name {
    text-align: center;
    border: 1px solid #ccc;
    width: 27px !important;
    color: #333333;
}

#bl_sel_seatname {

    width: 60px;
    font-size: 11px;
    color: #333333;
    margin-top: 4px;
}

.br_bus {
    border: 1px solid #CCCCCC;
    padding: 2px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-top: 1px;
}

.bus_unselect {
    background: #fff;
    border: 1px solid #fff;
}

.up_adv {
    color: #428BCA;
    text-decoration: none;
    position: relative;
    left: 5px;
    top: 7px
}

.low_adv {
    color: #428BCA;
    text-decoration: none;
    position: relative;
    left: 5px;
    top: 7px
}

/*toggle button css ends here*/
@media only screen and (max-width: 600px) {
    .trackingdetailstable {
        width: 100% !important;
    }
}

.chat-screen {
    position: fixed;
    bottom: 68px;
    right: 20px;
    z-index: 9999;
    width: 350px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}

.chat-screen.show-chat {
    -moz-transition: bottom 0.5s linear;
    -webkit-transition: bottom 0.5s linear;
    transition: bottom 0.5s linear;
    visibility: visible;
    bottom: 100px;
}

.chat-screen .chat-header {
    /* background-image: linear-gradient(to right, #FF27AD 0%, #028732 100%); */
    background-color: #028732;
    border-radius: 15px 15px 0 0;
    padding: 15px;
    display: block;
}

.chat-screen .chat-header .chat-header-title {
    display: inline-block;
    width: calc(100% - 50px);
    color: #fff;
    font-size: 14px;
}

.chat-screen .chat-header .chat-header-option {
    display: inline-block;
    width: 44px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.chat-screen .chat-header .chat-header-option .dropdown .dropdown-toggle svg {
    color: #fff;
}

.chat-screen .chat-mail {
    padding: 10px 15px;
}

.chat-screen .chat-mail button {
    background-color: var(--color-theme);
    border: none;
    padding: 0.58rem 1.25rem;
    transition: transform 0.5s ease;
    border-radius: 100px;
}

.chat-screen .chat-mail button:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 #e0e6ed, 0 2px 10px 0 #e0e6ed;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.chat-bot-icon {
    position: fixed;
    bottom: 120px;
    right: 20px;
    height: 50px;
    width: 50px;
    /* background-image: linear-gradient(to right, #FF27AD 0%, #028732 100%); */
    background-color: #028732;
    z-index: 11;
    border-radius: 30px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.chat-bot-icon img {
    height: 90px;
    width: 90px;
    position: absolute;
    right: -13px;
    top: -33px;
    max-width: unset;
}

.chat-bot-icon svg {
    color: #fff;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: transform 0.5s linear;
    position: absolute;
    left: 13px;
    top: 13px;
    opacity: 0;
    z-index: -1;
}

.chat-bot-icon svg.animate {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    z-index: 1;
}

/* Change language */
.chg-lan {
    margin-right: 5px;
}

/* whatsapp-qrcode */
.whatsapp-qrcode {
    position: fixed;
    bottom: 122px;
    right: 110px;
    margin-top: 10px;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.4;
    visibility: hidden;
    pointer-events: none;
    padding: 4px;
    background-color: white;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border: 1px solid #3333;
    z-index: 2;
}

.whatsapp-qrcode::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-bottom: 13px solid transparent;
    bottom: 0px;
    right: -13px;
    z-index: -1;
}

.chat-bot-icon:hover+.whatsapp-qrcode {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.whatsapp-qrcode img {
    width: 130px;
}
