/*@font-face {
  font-family: MavinPro;
  src: url(./MavenPro-VariableFont_wght.ttf);
} 
*/

:root {
    --bs-success: #0aab60;
    --bs-success-rgb: 10,171,96;
}
body {
    font-family: Arial;
    margin-bottom: 10vh;
}
select {
    min-height: 30px;
}
iframe {
    margin: auto !important;
}
.discount::after {
    content: '%';
}
.label-offset {
    position: relative;
    top: -4px;
}
.badge {
    height: 22px;
    display: inline;
}
svg {
    position: relative;
    top: -2px;
    padding-right: 3px;
}
.bg-default {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity));
}
.scale-150 {
    transform: scale(1.5);
    display: inline-block;
    margin-right: 0.5rem;
}
.form-adjust {
    margin-left: 0.75rem;
    width: calc(100% - 1.5rem);
}
.unset {
    background-color: unset;
    color: unset;
    border: unset;
}
.bold {
    font-weight: bold;
}
.col-seventh {
    width: 14.28571428571429%;
    text-align: center;
    max-width: 90px;
    padding-left: 0;
    padding-right: 0;
}
.week-days {
    border-top: 1px solid lightgray;
}
.week-days:first-child {
    border-left: 1px solid lightgray;
    border-radius: 1vw 0 0 0;
}
.week-days:last-child {
    border-right: 1px solid lightgray;
    border-radius: 0 1vw 0 0;
}
.radio-date {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    height: 100%;
}
.radio-date:checked ~ .day {
    background-color: var(--bs-success);
    color: white;
    font-weight: bold;
}
.date {
    border: 1px solid lightgray;
    border-collapse: collapse;
    position: relative;
    min-height: 70px;
}
.day {
    padding-top: 1vw;
    padding-bottom: 1vw;
    height: 100%;
}
#account .row-striped:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05);
}
#account .row-striped:nth-of-type(odd) {
    background-color: unset;
}
#check-in input.bigger {
    width: 25px;
    height: 25px;
    position: relative;
    top: 7px;
}
.fs-7 {
    font-size: .7rem;
}
#add-minor label {
    left: .5rem;
}
#add-minor .col-12 {
    padding-bottom: .5rem;
}

.disclaimer_check {
    width: 2rem;
    height: 2rem;
}
.ticket_container {
    position: relative;
    text-align: center;
}
.ticket_text {
    position: absolute;
    top: 30%;
    left: 40%;
    font-size: 2vw;
    font-weight: bold;
    color: white;
}
#deptmenu{
    height: 40px;
    width: 40px;
}
/* Bootstrap override so the little accordion arrow is the right color */
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.col-lg-half {
    width: 4.166666666666665%;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-icon {
    height: 60px;
    width: 60px;
}
.btn-success {
    background-color: var(--bs-success);
}
.header {
    background-image: linear-gradient(#1c2990, #03082e);
}
.icon {
    display: block;
    text-align: center;
    margin-top: .25rem;
    font-size: 160%;
}
.nav-link {
    
}
.nav-link:hover {
    color: grey!important;
}
.nav-link.disabled {
    color: #0b5ed7;
}
.slider {
    width: 78%;
    margin-top: .3rem;
}
.identifier {
    font-weight: bold;
    font-size: 75%;
    vertical-align: text-top;
}
.red {
    color: red;
}
.green {
    color: green;
}
.output {
    display: none;
}
.breadcrumb li {
    font-size: 60%;
}
.border {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
}
#user_display .row {
    margin-right: 0;
}
.suggesstion-box {
    position: absolute;
    top: 38px;
    width: 100%;
    background-color: white;
    border-radius: 0 0 5px 5px;
    z-index: 100;
}
.suggesstion-box ul {
    border: 1px solid grey;
}
.suggesstion-box li {
    list-style-type: none;
}

.striped > .row:nth-of-type(odd) {
    background-color: #ededed;
}

.white {
    color: white;
}

.long-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

#copyright, #copyright a {
    text-decoration: none;
    color: gray;
    font-size: .7rem;
}

#super-search li {
    list-style: none;
}

.ticket-pad {
    padding-top: 3vw;
}

.fscale-1 {
    font-size: 1vw;
}
.fscale-2 {
    font-size: 2vw;
}
.fscale-3 {
    font-size: 3vw;
}
/***********************/
/* Stripe checkout CSS */
/***********************/

/* Variables */
* {
  box-sizing: border-box;
}

#payment-form {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
  margin: auto;
}

.hidden {
  display: none;
}

.nav-link.active.collapsed #department-menu {
    transform: none;
    position: relative;
    left: 0;
}

.nav-link.active #department-menu {
    transform: rotate(90deg);
    position: relative;
    left: -3px;
}

#payment-form {
    text-align: center;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
#payment-form button {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
#payment-form button:hover {
  filter: contrast(115%);
}
#payment-form button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 1520px) {
    .ticket_text {
        font-size: 30px;
    }
    .ticket-pad {
        padding-top: 4rem;
    }

    .fscale-1 {
    font-size: 1rem;
    }
    .fscale-2 {
        font-size: 2rem;
    }
    .fscale-3 {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 991px) {
    .tablet-stretch {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
  form {
    min-width: initial;
  }
  #payment-form {
    min-width: unset;
    width: auto;
  }
  .mobile-stretch {
    width: 100%;
  }
  .date, .week-days {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 575.5px) {
    .ticket_text {
        font-size: 5vw;
        left: 45%;
    }
}

@media only print {
    .no_print {
        display: none!important;
    }
    h1, h3 {
        color: white;
        -webkit-print-color-adjust: exact;
    }
}