@import 'WRVTixHub.Client.bundle.scp.css';

/* _content/WRVTixHub/Components/DisplayOrderItems.razor.rz.scp.css */
a[b-6yureq06e7] {
    text-decoration: none;
}

a:hover .card[b-6yureq06e7] {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: box-shadow 0.3s ease-in-out;
}

.card[b-6yureq06e7] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

a:hover img[b-6yureq06e7] {
    transform: scale(1.07);
    transition: 0.5s ease-in-out;
}

img[b-6yureq06e7] {
    transition: 0.5s ease-in-out;
}
/* _content/WRVTixHub/Components/EventSlider.razor.rz.scp.css */
a[b-eas0clys2v] {
    text-decoration: none;
}

a:hover .card[b-eas0clys2v] {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: box-shadow 0.3s ease-in-out;
}

.card[b-eas0clys2v] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

a:hover img[b-eas0clys2v] {
    transform: scale(1.07);
    transition: 0.5s ease-in-out;
}

#eventsFilter li:hover[b-eas0clys2v] {
    background-color: #f2f2f2;
    border: 1px solid #928656;
    color: #928656;
}

img[b-eas0clys2v] {
    transition: 0.5s ease-in-out;
}


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    div .js-product-grid-image[b-eas0clys2v]

{
    height: 225px;
    background-color: #f2f2f2;
}

}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) and (min-width: 301px) {
    div.js-product-grid-image[b-eas0clys2v] {
        height: 150px;
        background-color: #f2f2f2;
    }
}

/* If the screen size is 400px wide or less, set the font-size of <div> to 30px */
@media screen and (min-width: 200px) and (min-width: 300px) {
    div.js-product-grid-image[b-eas0clys2v] {
        height: 125px;
        background-color: #f2f2f2;
    }
}

/* _content/WRVTixHub/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cpo09dqrgx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cpo09dqrgx] {
    flex: 1;
}

.header--type-5 .header__container[b-cpo09dqrgx] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dark-footer[b-cpo09dqrgx] {
    padding: 0px 0px 25px 0px;
    background: #e8e7e3;
}

.dark-footer__description[b-cpo09dqrgx] {
    font-size: 20px;
}


.header__logo a:hover[b-cpo09dqrgx] {
    font-weight: 700;
    text-decoration: none;
}


.sidebar[b-cpo09dqrgx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cpo09dqrgx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cpo09dqrgx]  a, .top-row[b-cpo09dqrgx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-cpo09dqrgx]  a:hover, .top-row[b-cpo09dqrgx]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-cpo09dqrgx]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-cpo09dqrgx] {
        justify-content: space-between;
    }

        .top-row[b-cpo09dqrgx]  a, .top-row[b-cpo09dqrgx]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-cpo09dqrgx] {
        flex-direction: row;
    }

    .sidebar[b-cpo09dqrgx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cpo09dqrgx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-cpo09dqrgx]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    /*.top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* _content/WRVTixHub/Components/Layout/NavMenu.razor.rz.scp.css */
/**below is necessary because of additional bootstrap css above***/
.header__nav li a[b-tl6sabsijj] {
    text-decoration: none;
}

.header__logo a[b-tl6sabsijj] {
    text-decoration: none;
}

.header__nav > li:hover .nav__item[b-tl6sabsijj]::before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: -32px;
    right: -32px;
    bottom: -105px;
}

.header__logo a:hover[b-tl6sabsijj] {
    font-weight: 700;
    /*text-decoration: underline;*/
}

.header__nav li a:hover[b-tl6sabsijj] {
    text-decoration: underline;
}

.navbar-toggler[b-tl6sabsijj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tl6sabsijj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tl6sabsijj] {
    font-size: 1.1rem;
}

.bi[b-tl6sabsijj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-tl6sabsijj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-tl6sabsijj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-tl6sabsijj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-tl6sabsijj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tl6sabsijj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tl6sabsijj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tl6sabsijj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tl6sabsijj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-tl6sabsijj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tl6sabsijj] {
        display: none;
    }

    .collapse[b-tl6sabsijj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-tl6sabsijj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/WRVTixHub/Components/Pages/About.razor.rz.scp.css */
.about-page__description[b-ifxul8ouph] {
    padding-bottom: 30px;
}
/* _content/WRVTixHub/Components/Pages/EventCalendar.razor.rz.scp.css */
#event-calendar[b-p5n9hqqoi2] {
    margin: 40px auto 75px;
}

.overline-title[b-p5n9hqqoi2] {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: .2em;
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
}

.modal-body p[b-p5n9hqqoi2] {
    font-size: 15px;
    line-height: 1.3;
    color: #464646;
    margin-bottom: 15px;
}

.modal-content[b-p5n9hqqoi2] {
    background-color: #f2f2f2;
    border-radius: 10px;
}

#preview-event-description[b-p5n9hqqoi2] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}

.fc-h-event[b-p5n9hqqoi2] {
    border: 1px solid #928656;
    border: 1px solid var(--fc-event-border-color,#928656);
}

.eventcalendar-title[b-p5n9hqqoi2] {
    padding: 50px 0px 30px 0px;
    max-width: 750px;
    margin: 0px auto;
    text-align: center;
    font-size: 48px;
}



/* _content/WRVTixHub/Components/Pages/EventDetails.razor.rz.scp.css */
.event-detail-section[b-4w8iqygsda] {
    padding: 50px;
    background-color: #ffffff;
    /*text-align: center;*/
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}

/***S: MOBILE IMAGE GALLERY***/
.swiper[b-4w8iqygsda] {
    width: 600px;
    height: 300px;
}

/***E: MOBILE IMAGE GALLERY****/



.status__value--in-stock[b-4w8iqygsda] {
    color: #928656; /*#8d968c;*/
}

.event-detail-section .event-info-package[b-4w8iqygsda] {
    background-color: #f8f8f8;
    border-radius: 25px;
    padding: 35px;
}

.event-detail-section .secondary .sidebar .event-info-package[b-4w8iqygsda] {
    background-color: #f8f8f8;
    border-radius: 25px;
    padding: 35px;
}

.sidebar .widget[b-4w8iqygsda] {
    margin-bottom: 50px;
}

.event-detail-section .secondary .sidebar .author_widget[b-4w8iqygsda] {
    padding: 50px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}

.event-detail-section .right-sidebar .feature-image[b-4w8iqygsda] {
    position: relative;
    z-index: 0;
    background-image: url(assets/img/eventum-img9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 370px;
    overflow: hidden;
    margin-bottom: 30px;
}



.ticket__options[b-4w8iqygsda] {
    font-size: 36px;
    color: #000;
}

.ticketmessage[b-4w8iqygsda] {
    margin-top: 25px;
    font-size: 18px;
}

.event_shortdescription[b-4w8iqygsda] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}

.ticket__variants[b-4w8iqygsda] {
    border-top: 1px solid #d8d8d8;
    margin-top: 15px;
}

.product-breadcrumb[b-4w8iqygsda] {
    padding: 50px 0px 50px 0px;
}

.eventdetail[b-4w8iqygsda] {
    padding: 0px 0px 75px 0px;
}

ol.breadcrumb[b-4w8iqygsda] {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

/* _content/WRVTixHub/Components/Pages/Home.razor.rz.scp.css */
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    div.newsletter-itk-title[b-tnttch0um6] {
        font-size: 38px;
        line-height: 54px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    div.newsletter-itk-title[b-tnttch0um6] {
        font-size: 28px;
        line-height: 42px;
    }
}


/* _content/WRVTixHub/Components/Pages/Hosts.razor.rz.scp.css */


.testcontainer[b-jwut0eggwj] {
  position: relative;
  text-align: center;
  color: white;

}

/**FEATURES CSS***/
.feature-icon[b-jwut0eggwj] {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square[b-jwut0eggwj] {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1[b-jwut0eggwj] { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2[b-jwut0eggwj] { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3[b-jwut0eggwj] { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover[b-jwut0eggwj] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small[b-jwut0eggwj] {
  width: 3rem;
  height: 3rem;
}


/***E: FEATURES CSS***/

.command-center[b-jwut0eggwj] {
  background: #ececec;
}

.row-dark-background[b-jwut0eggwj]{
    background-color: rgba(0, 0, 0, 0.6);
}

.py-header-5[b-jwut0eggwj] {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-header[b-jwut0eggwj] {
  padding-top: 6rem !important;
  padding-bottom: 4rem !important;
}

.text-bg-gold[b-jwut0eggwj] {
    color: #f2f2f2 !important;
    background-color: #928656 !important;
}
.py-header-bottom[b-jwut0eggwj] {
  padding-top: 6rem !important;
  padding-bottom: 0rem !important;
}

.signup-btn:hover[b-jwut0eggwj] {
  color: #928656;
  background: rgba(0, 0, 0, 0.6);
  border-color: #928656;
}


.signup-btn[b-jwut0eggwj] {
  color: #ffffff;
  background-color: #928656;
  border-color: #928656;
}

.letsgo-btn[b-jwut0eggwj] {
  color: #f2f2f2;
  background: #928656;
  border-color: #928656;
}

.letsgo-btn:hover[b-jwut0eggwj] {
  color: #ffffff;
  background-color: #d9d4bf;
  border-color: #928656;
}
      

.host-header[b-jwut0eggwj] {
    background: url('/images/20230810_212200_host_with_us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.host-info-title[b-jwut0eggwj]{
    text-align: left;
    font-family: 'Dosis', sans-serif;
    font-size: 54px;
    margin-bottom: 0px;

}

.host-column-title[b-jwut0eggwj]{
    text-align: left;
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    padding-bottom: 10px;

}


.host-title[b-jwut0eggwj] {
    color: #ffffff !important;
    text-align: left;
    font-family: 'Dosis', sans-serif;
    font-size: 32px;
    margin-bottom: 5px;
}

.host-desc[b-jwut0eggwj] {
    color: #DEE2E6 !important;
    font-family: 'Dosis', sans-serif;
    text-align: left;
}

.info-box[b-jwut0eggwj]{
    border: 1px solid #000;
    padding: 15px 10px !important;
    background-color: rgba(255, 255, 255, 0.82);
    color: #928656;
}

.about-feature__icon[b-jwut0eggwj] {
  width: 20%;
  line-height: 1;
  min-width: 40px;
  font-size: 40px;
  color: #000;
  text-align: right;
}

.about-feature__text[b-jwut0eggwj] {
  margin-left: 20px;
  max-width: 285px;
}

.about-feature__title[b-jwut0eggwj] {
  padding: 0px 0px 15px 0px;
  margin: 0px;
  font-family: "Jost";
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
/* Bottom left text */
.bottom-left[b-jwut0eggwj] {
  position: absolute;
  left: 50%;
  /*background-color: #ffffff;
  opacity: .8;*/
  width: 75%;
  transform: translate(-50%, -50%);
  top: 85%;
}

.about-page__features[b-jwut0eggwj] {
    padding: 30px 0px;
    margin: 0px auto;

}

 .about-feature__description[b-jwut0eggwj] {
      color: #999999;
      font-size: 22px;
      line-height: 1.667;
 }

/* Top left text */
.top-left[b-jwut0eggwj] {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right[b-jwut0eggwj] {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right[b-jwut0eggwj] {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered[b-jwut0eggwj] {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}

/* Bottom Centered text */
.bottom-centered[b-jwut0eggwj] {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

.about-page__title[b-jwut0eggwj] {
  color: #ffffff;
  font-family: 'Dosis', sans-serif;
  padding: auto;
  max-width: 100%;
  margin: 20px auto 8px;
  font-size: 60px;
  padding: 0px 0px 10px 0px;
}

.about-page__description[b-jwut0eggwj] {
      font-size: 1.25rem;
      padding: 6px 0px;
      color: #f2f2f2;
      background-color: rgb(92, 86, 56, .8);

    }

 .about-feature__description[b-jwut0eggwj] {
     color: #413839;
      font-size: 18px;
      line-height: 1.5;
 }

 /**below is necessary because of additional bootstrap css above***/
 .header__nav li a[b-jwut0eggwj] {
        text-decoration: none;
    }

    .header__logo a[b-jwut0eggwj] {
        text-decoration: none;
    }

    .header__nav > li:hover .nav__item[b-jwut0eggwj]::before {
  content: '';
  display: block;
  position: absolute;
  top: -60px;
  left: -32px;
  right: -32px;
  bottom: -105px;
    }

  .header__logo a:hover[b-jwut0eggwj] {
  font-weight: 700;
  /*text-decoration: underline;*/
}

 .header__nav li a:hover[b-jwut0eggwj] {
        text-decoration: underline;
    }
/* _content/WRVTixHub/Components/Pages/ShoppingCart.razor.rz.scp.css */
.update-qty[b-wfvrdmo8wv] {
    display: none;
}
/* _content/WRVTixHub/Components/StripeComponent.razor.rz.scp.css */
/***https://codepen.io/quinlo/pen/YONMEa****/
.payment-title[b-isdk9zgvbc] {
    width: 100%;
    text-align: center;
}

.form-container .field-container:first-of-type[b-isdk9zgvbc] {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2)[b-isdk9zgvbc] {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3)[b-isdk9zgvbc] {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4)[b-isdk9zgvbc] {
    grid-area: security;
}

.field-container input[b-isdk9zgvbc] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field-container[b-isdk9zgvbc] {
    position: relative;
}

.form-container[b-isdk9zgvbc] {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

label[b-isdk9zgvbc] {
    padding-bottom: 5px;
    font-size: 13px;
}

input[b-isdk9zgvbc] {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.ccicon[b-isdk9zgvbc] {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload *[b-isdk9zgvbc] {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.container[b-isdk9zgvbc] {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

#ccsingle[b-isdk9zgvbc] {
    position: absolute;
    right: 15px;
    top: 20px;
}

    #ccsingle svg[b-isdk9zgvbc] {
        width: 100px;
        max-height: 60px;
    }

.creditcard svg#cardfront[b-isdk9zgvbc],
.creditcard svg#cardback[b-isdk9zgvbc] {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard[b-isdk9zgvbc] {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor[b-isdk9zgvbc],
.creditcard .darkcolor[b-isdk9zgvbc] {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue[b-isdk9zgvbc] {
    fill: #03A9F4;
}

.creditcard .lightbluedark[b-isdk9zgvbc] {
    fill: #0288D1;
}

.creditcard .red[b-isdk9zgvbc] {
    fill: #ef5350;
}

.creditcard .reddark[b-isdk9zgvbc] {
    fill: #d32f2f;
}

.creditcard .purple[b-isdk9zgvbc] {
    fill: #ab47bc;
}

.creditcard .purpledark[b-isdk9zgvbc] {
    fill: #7b1fa2;
}

.creditcard .cyan[b-isdk9zgvbc] {
    fill: #26c6da;
}

.creditcard .cyandark[b-isdk9zgvbc] {
    fill: #0097a7;
}

.creditcard .green[b-isdk9zgvbc] {
    fill: #66bb6a;
}

.creditcard .greendark[b-isdk9zgvbc] {
    fill: #388e3c;
}

.creditcard .lime[b-isdk9zgvbc] {
    fill: #d4e157;
}

.creditcard .limedark[b-isdk9zgvbc] {
    fill: #afb42b;
}

.creditcard .yellow[b-isdk9zgvbc] {
    fill: #ffeb3b;
}

.creditcard .yellowdark[b-isdk9zgvbc] {
    fill: #f9a825;
}

.creditcard .orange[b-isdk9zgvbc] {
    fill: #ff9800;
}

.creditcard .orangedark[b-isdk9zgvbc] {
    fill: #ef6c00;
}

.creditcard .grey[b-isdk9zgvbc] {
    fill: #bdbdbd;
}

.creditcard .greydark[b-isdk9zgvbc] {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname[b-isdk9zgvbc] {
    text-transform: uppercase;
}

#cardfront .st2[b-isdk9zgvbc] {
    fill: #FFFFFF;
}

#cardfront .st3[b-isdk9zgvbc] {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4[b-isdk9zgvbc] {
    font-size: 54.7817px;
}

#cardfront .st5[b-isdk9zgvbc] {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6[b-isdk9zgvbc] {
    font-size: 33.1112px;
}

#cardfront .st7[b-isdk9zgvbc] {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8[b-isdk9zgvbc] {
    font-size: 24px;
}

#cardfront .st9[b-isdk9zgvbc] {
    font-size: 36.5498px;
}

#cardfront .st10[b-isdk9zgvbc] {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11[b-isdk9zgvbc] {
    font-size: 16.1716px;
}

#cardfront .st12[b-isdk9zgvbc] {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0[b-isdk9zgvbc] {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2[b-isdk9zgvbc] {
    fill: #111111;
}

#cardback .st3[b-isdk9zgvbc] {
    fill: #F2F2F2;
}

#cardback .st4[b-isdk9zgvbc] {
    fill: #D8D2DB;
}

#cardback .st5[b-isdk9zgvbc] {
    fill: #C4C4C4;
}

#cardback .st6[b-isdk9zgvbc] {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7[b-isdk9zgvbc] {
    font-size: 27px;
}

#cardback .st8[b-isdk9zgvbc] {
    opacity: 0.6;
}

#cardback .st9[b-isdk9zgvbc] {
    fill: #FFFFFF;
}

#cardback .st10[b-isdk9zgvbc] {
    font-size: 24px;
}

#cardback .st11[b-isdk9zgvbc] {
    fill: #EAEAEA;
}

#cardback .st12[b-isdk9zgvbc] {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13[b-isdk9zgvbc] {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container[b-isdk9zgvbc] {
    perspective: 1000px;
}

.creditcard[b-isdk9zgvbc] {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

    .creditcard .front[b-isdk9zgvbc],
    .creditcard .back[b-isdk9zgvbc] {
        position: absolute;
        width: 100%;
        max-width: 400px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        color: #47525d;
    }

    .creditcard .back[b-isdk9zgvbc] {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .creditcard.flipped[b-isdk9zgvbc] {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
/* _content/WRVTixHub/Components/StripePaymentComponent.razor.rz.scp.css */
/* Variables */
*[b-uv0ug5uzeb] {
    box-sizing: border-box;
}

body[b-uv0ug5uzeb] {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100vh;
    width: 100vw;
}

form[b-uv0ug5uzeb] {
    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;
}

.hidden[b-uv0ug5uzeb] {
    display: none;
}

#payment-message[b-uv0ug5uzeb] {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-element[b-uv0ug5uzeb] {
    margin-bottom: 24px;
}

/* Buttons and links */
button[b-uv0ug5uzeb] {
    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%;
}

    button:hover[b-uv0ug5uzeb] {
        filter: contrast(115%);
    }

    button:disabled[b-uv0ug5uzeb] {
        opacity: 0.5;
        cursor: default;
    }

/* spinner/processing state, errors */
.spinner[b-uv0ug5uzeb],
.spinner[b-uv0ug5uzeb]:before,
.spinner[b-uv0ug5uzeb]:after {
    border-radius: 50%;
}

.spinner[b-uv0ug5uzeb] {
    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[b-uv0ug5uzeb]:before,
    .spinner[b-uv0ug5uzeb]:after {
        position: absolute;
        content: "";
    }

    .spinner[b-uv0ug5uzeb]: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-b-uv0ug5uzeb 2s infinite ease 1.5s;
    }

    .spinner[b-uv0ug5uzeb]: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-b-uv0ug5uzeb 2s infinite ease;
    }

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading-b-uv0ug5uzeb {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    form[b-uv0ug5uzeb] {
        width: 80vw;
        min-width: initial;
    }
}
