.margin-top-95 {
    margin-top: 85px;
}

.hide {
    display: none;
}

.disabled-btn {
    background-color: #cccccc;
    cursor: none;
    pointer-events: none !important;
}

.pointer {
    cursor: pointer;
}

.confirm-payment {
    background-color: #f8d013 !important;
    color: black !important;
}

.pagination > li > a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .pagination > li > a:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .pagination > li > a:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.pagination > li.active > a {
    background: #4463ac;
    color: white;
}

.pagination > li:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination > li:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination > li.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination > li.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.ps-timeline-sec ol.ps-timeline {
    margin: unset !important;
    margin-left: 35px !important;
    margin-top: 100px !important;
}

.footer-item {
    top: 30px !important;
}

footer {
    min-height: 45px !important;
    width: 100%;
    bottom: 0;
}

.cr-label {
    font-size: 14px !important;
}

.badge-custom {
    font-size: 60% !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: left !important;
    white-space: nowrap !important;
    vertical-align: text-top !important;
    border-radius: .25rem !important;
    position: relative;
}

#trainBack {
    min-height: 100vh !important;
}

.depart-arrival {
    font-size: 14px !important;
}

.dr {
    font-size: 13px !important;
}

.mt-2p {
    margin-top: 2%;
}

.account-label {
    font-size: 13px !important;
}

.body {
    min-height: 95vh !important;
}

.container-fluid {
    min-height: 85vh !important;
}
