﻿@media only screen and (max-device-width:640px){

    .redbus-footerServer {
        font-size: 10px;
    }

    .redbus-footer {
        font-size: 9px;
    }

        .redbus-footer > a > img {
            width: 21%;
        }
}
@media only screen and (max-device-width:768px) {

    .redbus-footerServer {
        font-size: 10px;
    }

    .redbus-footer {
        font-size: 9px;
    }

        .redbus-footer > a > img {
            width: 21%;
        }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif !important;
}

div:after {
    content: '';
    display: block;
    clear: both;
}


.redbus-footer {
    padding: 5px 0;
    text-align: left;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    color: #fff;
}

.redbus-footerServer {
    padding: 5px 0;
    text-align: right;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    color: #fff;
}






.redbus_banner {
    min-height: 100vh;
    background-image: url('../images/redBG.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

    .redbus_banner:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right top, #051937, #321f50, #65195a, #970051, #bc0736);
        opacity: .5;
        z-index: -1;
    }

.welcomeRed {
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: 3;
}

    .welcomeRed strong {
        font-size: 30px;
        font-weight: 400;
        display: block;
        color: #fff;
    }

    .welcomeRed span {
        font-size: 40px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        background-color: #7b0f3a66;
        padding: 0 30px;
    }

    .welcomeRed p {
        font-size: 20px;
        font-weight: 200;
        color: #fff;
        display: block;
    }

.kioskLogin {
    text-align: center;
}

    .kioskLogin a {
        padding: 10px 20px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        background-color: #321f50;
        border-radius: 30px;
    }

.loginBox {
    display: flex;
    padding: 50px 0;
    width: 80%;
    margin: 0 auto;
}

.loginText {
    background-color: #fff;
    width: 50%;
    padding: 40px;
    border-radius: 30px 0 0 30px;
    padding-top: 72px !important;
}

    .loginText ul {
        margin: 0;
        padding: 0 0 0 20px;
    }

        .loginText ul li {
            font-size: 14px;
        }

.loginfields {
    padding: 40px;
    background-color: #fff;
    width: 50%;
    border-radius: 0 30px 30px 0;
}

    .loginfields input[type="text"], .loginfields input[type="password"] {
        width: 100%;
        border: 2px solid #b57388;
        padding: 10px;
    }

    .loginfields .form-control {
        margin-bottom: 20px;
    }

    .loginfields h3 {
        margin-bottom: 30px;
    }

    .loginfields label {
        font-size: 14px;
    }

    .loginfields input::placeholder {
        font-size: 14px;
    }

img {
    max-width: 100%;
}

.captcha-container {
    margin-bottom: 10px;
}

    .captcha-container input[type="text"] {
        width: 100%;
        border: 2px solid #b57388;
        padding: 4px;
    }

.login-btn {
    width: 100%;
    background-color: #222640;
    padding: 13px;
    color: #fff;
    border: 0;
    border-radius: 5px;
}

    .login-btn:hover {
        background-color: #b57388;
    }

.refreshIcon img {
    height: 30px;
}

@media only screen and (max-width: 786px) {
    .loginBox {
        display: block;
    }

    .loginText {
        width: 100%;
        display: none;
    }

    .loginfields {
        width: 100%;
        border-radius: 0;
    }
}

.redbus-preheader {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #222640;
}

.redbus-header {
    padding: 5px 0;
    background-color: white;
    box-shadow: 0px 86px 34px rgba(0, 0, 0, 0.01), 0px 48px 29px rgba(0, 0, 0, 0.03), 0px 5px 12px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 999;
}

.redbusLogo img {
    height: 70px;
}

.redbus-preheader .navbar {
    padding: 0 !important;
    background-color: transparent !important;
}

    .redbus-preheader .navbar .dropdown-toggle {
        white-space: nowrap;
        padding: 2px 20px;
        border: 0 !important;
        color: #fff;
    }

.redbus-preheader .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
    padding: 0;
}

.redbus-card {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 1px 12px rgba(29, 29, 29, .102);
    color: #1d1d1d;
    cursor: pointer;
    display: flex;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    overflow: hidden;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 0 !important;
}

.dashboard-option .container {
    max-width: 70%;
}

.redbus-card a {
    font-size: 1rem;
    letter-spacing: -.18px;
    color: #1d1d1d;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.25rem;
    text-decoration: none;
    flex: 1 1 auto;
    text-align: center;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.redbus-card img {
    height: 70px;
    display: block;
    margin: 0 auto;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.redbus-card:hover img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.redbus-innerheader {
    padding: 20px 0;
    background-image: url('../images/redBGheader.jpg');
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 0;
}

    .redbus-innerheader:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #2A7B9B;
        background-image: linear-gradient(to right top, #051937, #321f50, #65195a, #970051, #bc0736);
        opacity: .7;
        z-index: -1;
    }

.redbus-innerheader {
    text-align: center;
}

    .redbus-innerheader h4 {
        color: #fff;
    }

.breadcrumb_item {
    margin: 0 !important;
    padding: 0 !important;
}

    .breadcrumb_item li {
        font-size: 18px;
        font-weight: 500;
    }

        .breadcrumb_item li:not(:last-child) {
            margin-right: 10px;
        }

        .breadcrumb_item li a {
            color: #ffffff;
        }

    .breadcrumb_item img {
        height: 15px;
        margin-right: 10px;
    }

.rdb-wrapper {
    height: 100%;
    padding: 20px 0;
    min-height: 100vh;
}

.redbus-footer-inner {
    padding: 5px 0;
    text-align: center;
    background: rgb(56, 73, 99);
    width: 100%;
    color: #fff;
}





/* Bill Payment */
.reviewpayment-box {
}

#Checkout {
    width: 50%;
    min-width: 300px;
    height: 100%;
    min-height: 100%;
    background: 0 0 #ffffff;
    border-radius: 8px;
    border: 1px solid #dedede;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

    #Checkout > h1 {
        margin: 0;
        padding: 20px;
        text-align: center;
        background: #7676ac;
        color: #FFF;
        font-size: 24px;
        font-weight: 300;
        border-bottom: 1px solid #DEDEDE;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.billBox {
    padding: 40px;
}

label {
    color: #46545C;
    margin-bottom: 2px;
}

.paymentbtn-row {
    padding: 10px 40px;
}

#paymentGateway {
    width: 100%;
    min-width: 300px;
    height: 100%;
    min-height: 100%;
    background: 0 0 #ffffff;
    border-radius: 8px;
    border: 1px solid #dedede;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

    #paymentGateway > h1 {
        margin: 0;
        padding: 20px;
        text-align: center;
        background: #7676ac;
        color: #FFF;
        font-size: 24px;
        font-weight: 300;
        border-bottom: 1px solid #DEDEDE;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

.btn-row {
    padding: 10px 40px;
    text-align: center;
}

.billBox .table td {
    padding: 5px 0;
}
/* Data table */
ul.dt-button-collection {
    background-color: #e5e5e5;
    border: 1px solid #c0c0c0;
}

li.dt-button a:hover {
    background-color: transparent;
    color: #115094;
    font-weight: bold;
}

li.dt-button.active a,
li.dt-button.active a:hover,
li.dt-button.active a:focus {
    color: #337ab6;
    background-color: transparent;
    font-weight: bold;
}

    li.dt-button.active a::before {
        content: '✔ ';
    }

.dataTables_info {
    font-size: 0.8em;
    margin-top: -12px;
    text-align: right;
}

.previous a,
.next a {
    font-weight: bold;
}

#canvas {
    opacity: 0.3;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
