﻿body {
    background-color: #FCFDFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.navbar-brand{
    padding-top: 0 !important;
}

nav.bg-light{
    background: linear-gradient(180deg, #F5F7FA 4.2em, #FCFDFF 0, #FCFDFF 100%);    
}

.header-info{
    padding-right:1em
}


#qrcode {
    width: 400px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.accordion-button:focus {
    border-color: #fff !important;
}

.pay-button {
    background-color: #BA1B02;
    padding: 15px 40px !important;
    width: 300px;
}

    .pay-button:hover {
        background-color: darkred;
    }

.red-button {
    background-color: #BA1B02;
}

.red:hover {
    background-color: darkred;
}

.dropdown-menu{
    min-width: 0;
}

.rb-change-del{
    padding: 15px 40px !important;
    font-size: 16px;
    width: 300px;
}

.rb-change-del:hover {
    background-color: darkred;
}


.details {
    text-align: left;
}

    .details ul li {
        color: gray;
    }

.details-red-text {
    color: #BA1B02;
}

.time-text {
    color: #BA1B02;
    font-size: 30pt;
}

.info-card {
    background: transparent;
    border: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#map {
    height: 500px;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

    .fill img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%
    }

.time-block {
    border-radius: 0.8rem !important;
    top: -100px;
    z-index: 1000;
}
