.container-main {
    height: 85vh;
}

.public-header {
    background: linear-gradient(to right, #63626f5c, #575757);
}

.public-body {
    background-color: #575757;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.full-width-slider {
    height: 85vh;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tour-card {
    height: 450px;
    border: 1px solid #a6a6a6;
    overflow: hidden;
}

.tour-description {
    height: 35%;
    border: 1px solid #a6a6a6;
    overflow: hidden;
}

.container-tour {
    float: right;
    background: #f0f0f0;
    width: 30%;
    height: 100%;
    overflow: hidden;
    border-left: 1px solid #d7d7d7;
}

#bookingSelector form {
    height: 100%;
}

.title {
    color: #fff;
    /*    background: linear-gradient(to right, #1700ff5c, #030304);
    background: linear-gradient(to right, #00ffdd12, #3c00ffc1);*/
    padding: 8px 25px;
    margin-bottom: 15px;
    font-size: 28px;
    text-align: left;
}

.body-title {
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 15px;
}

.grid-text {
	font-size: 12px;
}

.grid-text-big {
    font-size: 15px;
}

.prices {
    padding: 5px 25px;
    display: inline-block;
    font-size: 31px;
    color: cornflowerblue;
    width: 100%;
}

.prices-total {
    padding: 5px 25px;
    display: inline-block;
    background:  #f0f0f0;
    font-size: 25px;
    color: rgb(42, 33, 225);
    width: 100%;
    border-style: none;
}

.tour-date {
    padding: 5px 5px;
    display: inline-block;
    font-size: 25px;
    color: cornflowerblue;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.small-text {
    padding: 0 25px;
    display: inline-block;
    width: 100%;
    font-size: 12px !important;
    font-weight: bold;
}

.info-box-tour {
    max-height: 60%;
    overflow: auto;
}

.pax {
    width: 15%;
    text-align: right;
}

.bold-tour {
    font-weight: bold;
}

.italic-tour {
    font-style: italic;
}

.navbar-nav .nav-link {
    color: white;
}

.icon-class {
    max-width: 38px;
    max-height: 38px;
}

#homebuttons {
    z-index: 99999;
    right: 0px;
    top: 20px;
    border: 0px solid grey;
}

.book-label {
    font-weight: bold;
    color: white;
}

.button-confirm {
    background-color: black;
    color: lightgrey;
    font-weight: bold;
    font-size: 14px;
}

.button-confirm:hover {
    background-color: white;
    color: #2d3748;
    font-size: 14px;
}

.button-back {
    background-color: #2d3748;
    color: lightgrey;
    font-weight: bold;
    font-size: 14px;
}

.button-back:hover {
    background-color: darkred;
    color: lightgrey;
    font-size: 14px;
}

.icon-red {
	color: red;
}

.icon-yellow {
    color: yellow;
}

.icon-green {
	color: green;
}

#way-select-div,
#golf-sticks-div,
#child-seat-div {
	display: none;
}

#dynamic-selects {
	display: flex;
	flex-wrap: wrap;
}

#dynamic-selects .form-group {
	flex: 1;
	min-width: 100px;
	max-width: 208px;
	margin-right: 15px;
}

.drag-drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    margin: 0 auto;
    transition: border-color 0.3s ease;
}

.drag-drop-area:hover {
    border-color: #007bff;
}
.drag-drop-area.drag-over {
    border-color: #28a745;
}