@import url("../../../PLAN4UCommon/fonts/Lato.css");

:root {
     --bs-card-bg: #F5FCD;
    --kolor-1:  #00A7D8; /*#f9b104;  jasny niebieski menu*/ 
    --kolor-2: rgb(1, 3, 26);  /*wybrany elemen   rgb(171, 33, 212);    rgb(112, 22, 249)  fioletowy*/  
    --kolor-3: white; /*tekst*/
     --kolor-tekst: wheat; /*#252E56; */
--kolor-zolty:#F9B104;
    --kolor-selected: rgb(171, 33, 212);
    --font-1: 'Lato';
    --font-2: 'Lato';
    --border-radius-1: 0px;
--tekst-color: white;
--main-bg-color: #01031a;
--border-radius: 16px;
}
/*  bardo ciemy granat  rgb(1, 2, 18)*/*/


.h4, .h5, .h6, h4, h5, h6 {
    font-weight: 700
}

body {
    color: var( --kolor-tekst);
}

.selectedAttraction{
  border-color: var(--kolor-zolty) !important;
  border-radius:16px;
}
.timeline-heading{
border-radius:20px;
background-image: linear-gradient(90deg, rgb(2, 197, 229) 0%, rgb(112, 22, 249) 100%)!important;
color:white!important;
}
.timeline-title{
color:white!important;
}
 .groupdate {
    visibility: hidden;
    height: 1px;
    line-height: 1px;
 }
 .zapisyZajecia-warningMessage{
    color: red;
 }
.card { 
    border-radius: 8px; 
    background-color:rgb(12, 30, 150) ;
}

 .choiceTitle{
   color: var(--kolor-zolty);
   text-transform: uppercase; 
   padding-top: 30px;
   padding-bottom:  30px;
   text-align: center;
 }

 .chooser{
   background-color: var(--kolor-1);
}

.parkCard{
   border-radius: 20px;
}

.chooser{
   color: var(--kolor-zloty);
 
   font-size: 24px;
   text-transform: uppercase; 
   border-radius: 16px;
   height: 80px;
}

.font-weight-bolder{
font-size:14px!important;;
}

.chooser:hover{

   border-color: var(--kolor-2)!important;
   color: white;
   background-color: var(--kolor-2)!important;
   border-width: 3px;
}
.chooser:active{

   border-color: var(--kolor-2)!important;
   color: var(--kolor-1)!important;
   background-color: white;
   border-width: 3px;
}
.chooser:focus{

   border-color: var(--kolor-2)!important;
   color: var(--kolor-1)!important;
   background-color: white;
   border-width: 3px;
}
.btn-next{
     background-color:  rgb(1, 3, 26);
     border-radius:20px!important;
     color: white;
background-imagelinear-gradient(90deg, rgb(2, 197, 229) 0%, rgb(112, 22, 249) 100%);
}


.btn.btn-round {
  border-radius:20px!important;
}

.mainContainer {
background: rgb(1, 2, 18);
min-height: 100vh;
display: flex;
justify-content: center;
/*align-items: center; */
}

#vtcontainer > .col-md-3 > .card-deck {
  background-color:  #F5FCD!important;
color: white!important;
}

 .slot-hrs { color: white;
font-weight: bold!important;
}

.card-hours{
background-color: transparent;
}
.card-body-hours
{
background-color: transparent;
}
.slot-availablePlaces-iconPerson{
color: white;
}

.btnSlot {
background-color:   rgb(112, 22, 249);
}

.card-startDate{
background-color: transparent;
}
.card_Calendar{
background-color: transparent;
}

.btn { 
border-radius: 8px;
border: var(--bs-btn-border-width) solid black; 
color:white;
    background: linear-gradient(90deg, rgba(2, 197, 229, 1) 0%, rgba(112, 22, 249, 1) 100%);
    transition: .3s;
}

.btn::after {
    position: absolute;
    z-index: -1;
    background-color: var(--main-bg-color);
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border-radius: var(--border-radius);
    content: "";
}

.btn{
	z-index: 0;
	position: relative;
	display: inline-block;
	border: none;
	background: linear-gradient(90deg,rgba(2, 197, 229, 1) 0%, rgba(112, 22, 249, 1) 100%);
	transition: .3s;
}

.btn::before{
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	filter: blur(40px);
	opacity: 0.4;
	content: "";
	background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
	transition: .5s;
 
}
.btn:hover::before{
	opacity: 0.7;
}
.btn:hover {
	color: inherit;
	border: none;
	transform: scale(1.03);
}
.btn::after{
	position: absolute;
	z-index: -1;
	background-color: var(--main-bg-color);
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	border-radius: var(--border-radius);
	content: "";
}



.txtNoOfPeople {
    background-color: rgb(1, 3, 26);
    color: white;
}

.s1-ticketName{
color: white;
}
.step1SummaryDesktopTable{
color:white;}

.vtLabel{
color:white!important;
}
 
.loginoptionselection{
color:white;
}

.card-deck{
color:white!important;
 border: 3px solid transparent; 
  border-radius: 8px; 
}
.card-register{
background-color: rgb(1, 2, 18);
border-color:white;
border-width: 1px;
border-style:solid;
}

.card-deck::before{
    position: absolute;
    z-index: -1;
	top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    filter: blur(40px);
    opacity: 0.4;
    content: "";
    background: linear-gradient(90deg, #02c5e5 0%, #7016f9 100%);
    transition: .5s;
}
.loginRegulationsLabel{
color:white;
}
.slot-availablePlaces-value{
color:white;
}
.slot-hrs {
display:block!important;
}
.slot-rate{
    visibility:visible!important;
    height: 22px;
text-align:center;
font-size: 12px;
display:inline-block!important;
}

.slot-rate-currency{
    visibility:visible!important;
font-size:10px;
color: var(--tekst-color);
}

.card-title{
color: var(--tekst-color);
font-size: 1.5rem;
}

.product-price{
color: var(--tekst-color);
font-size: 2rem;
}
.getV-qtylbl{
color: var(--tekst-color);
}
.RegistrationInputLabelDOB{
color: var(--tekst-color);
}

.text-dark{
color: var(--tekst-color);
}
.step3-title{
color: var(--tekst-color);
}
.text-black{
color: var(--tekst-color);
}
.step3-title{
color: var(--tekst-color)!important;
}
.text-black {
color:white!important;
}

.bookItRegulationsLink {
color:white!important;
}
.waiver-text {
color:white;
}
a {
    color: white;
}
.vtDescription {
display: block;
}
.additional-label{
    color: white!important;
}

.bg-grey{
background-color: rgb(1, 2, 18);
}


 @media (max-width: 768px) {

    #vtcontainer .col-md-3 {
        width: 100%;
        margin-bottom: 15px;
    }

    .attraction-all {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 6px;
    }

    .card-deck {
        flex: 1;
        margin: 0 !important;
    }

    .card.box-shadow {
        height: 100%;
        margin-bottom: 0;
    }

    .attraction-description-separate {
        width: 120px;
        flex-shrink: 0;
        display: flex;
    }

    .attraction-link {
        width: 100%;
        display: flex;
        text-decoration: none;
    }

    .attraction-description {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
.attraction-description-separate {
    width: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
}

.attraction-link {
    width: 100%;
    display: flex;
}

.attraction-description {
    width: 100%;
    height: 100%;
    min-height: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.card.box-shadow {
    height: 100%;
}
.attraction-all > .card-deck {
 margin-bottom: 0px !important; 
}
.attraction-description-separate{
    margin-bottom: 5px;
    margin-top: 6px;
}
}