/* Menu */
.isNavBarLink {
    font-weight: bold;
}

header .text-end img {
    background-color: #99ffd3;
}

.swag {
    text-shadow: 2px 2px 4px #99ffd3;
    font-weight: bold;
}

.dropdown-item.active {
    background-color: #d9dcdf;
    color: black;
}

.dropdown-item i {
    width: 35px;
    text-align: center;
}
/* Page Title */
h1 {
    background-color: #ddf5ff;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.75em;
    border-radius: 8px
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

.disabled {
    background-color: #e9ecef;
    opacity: 1;
}
/** Access */
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 150px;
    }
}

/** Inventory */
.BuggyRidesDiabled {
    background-color: #e9ecef;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

/** Inventory */
.btn-group-xs > .btn, .btn-xs {
    padding: .5rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
    width: 125px;
}

.pod-card {
    width: 300px;
}

    .pod-card .image-frame {
        min-height: 366px;
        color: palegoldenrod;
    }

.product-image {
    width: 250px;
}

.accordion-item {
    border-radius: 0.25rem;
    margin: 20px;
}

    .accordion-item:not(:first-of-type) {
        border: 1px solid rgba(0,0,0,.125)
    }

.progress {
    position: relative;
    background-color: #BBB;
}

.progress-bar-text {
    position: absolute;
    width: 100%;
    padding: 0px;
    line-height: 16px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}




/** Sign in */

.btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd;
}


.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 25px 0;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px;
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Layout Styles */
.flex-split{
    display: flex;
    justify-content: space-between;
}

.flex-gap {
    display: flex;
    column-gap: 15px;
}

/* Error page
================================================== */
.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}

/** Modals */

.input-group-text {
    width: 137px;
}

/* Description List */
dl {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 15px;
}

dt {
    color: #7c75df;
}

    dt::after {
        content: ":";
    }

/* Taxes */
#ProvinceTaxes {
    background-color: #e5e5e5;
    border-radius: 8px;
    padding: 20px;
}

    #ProvinceTaxes .card {
        width: 360px;
    }

    #ProvinceTaxes .card-header {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        background-color: #94ffaa;
    }

        #ProvinceTaxes .card-header button {
            border: none;
            background-color: transparent;
            color: red;
            font-weight: bolder;
        }

    #ProvinceTaxes .head-controls {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        margin-bottom: 15px;
    }

    #ProvinceTaxes .tax-items {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        flex-direction: row;
    }


/* Ride Card Styles */
.card-sl {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #666;
    margin-bottom: 15px
}

    .card-sl.unavailable {
        position: relative;
        background-color: #f8f9fa;
    }

        .card-sl.unavailable::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

.card-image img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}

.card-action {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 20px;
    z-index: 2;
    color: #f24b4b;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    background: #f24b4b;
    -webkit-animation: pulse 1.5s infinite;
}

.card-sl.unavailable .card-action {
    display: none;
}

.card-heading {
    font-size: 22px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
    border-top: solid 4px #4cd948;
}

.card-text {
    padding: 10px 15px;
    background: #fff;
    font-size: 18px;
    color: #636262;
}

.card-button-disable {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #999;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #0540F1;
    color: #fff;
    border-radius: 0 0 8px 8px;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
}

ul {
    margin-bottom: 0;
}

.env {
    text-align: right;
    font-size: xx-small;
    color: lightgray;
}