﻿/* Menu */
.isNavBarLink {
    font-weight:bold;
}

header .text-end > a:hover {
    /* Add text drop shaddow */
    color: #0d6efd;
}

header .text-end > a {
    /* Add text drop shaddow */
    color: #0e3fcd;
    font-weight: bold;
}

header .text-end {
    line-height: 32px;
    display: flex;
    flex-direction: row;
    column-gap: 35px;
}

header .text-end img {
    background-color: #f2dc6d;
}

.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 {
    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;
}

.login-with {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}


.form-signin .validation {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.form-signin {
  width: 100%;
  max-width: 630px;
  padding: 15px;
  margin: auto;
  text-align:center;
}
    .form-signin .controls {
        width: 300px;
        margin-left: auto;
        margin-right: 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;
}

/* 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: ":";
}

/* Help Modal */
#help-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1055;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Make modal background black and text white */
#helpModal .modal-content {
    background-color: #000;
    color: #fff;
}

/* Optional: make header border stand out if desired */
#helpModal .modal-header {
    border-bottom: 1px solid #444;
}

/* Close button icon (×) with black foreground */
#helpModal .btn-close {
    filter: invert(1);
}

/* Add a 10px margin around the fullscreen modal */
.modal-dialog.help-margin {
    margin: 10px !important;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}

/* Optional: make sure content fits nicely within that margin */
.modal-content {
    height: 100%;
    width: 100%;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.responsive-video-container {
    position: relative;
    width: 100%;
    padding-top: 177.78%; /* Default: 9:16 portrait */
    background-color: black;
}

    .responsive-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* On wider screens (≥768px), switch to landscape layout (16:9) */
@media (min-width: 768px) {
    .responsive-video-container {
        padding-top: 56.25%; /* 16:9 landscape */
        max-width: 960px;
        margin: 0 auto;
    }
}