/* Adjusting CSS for Timeline Item "Content" */
.timeline-row .timeline-content-text { 
    display: block !important;
    text-overflow: unset !important;
    -webkit-box-orient: unset !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
}
.action-inner-wraper {
    background-color: rgb(255,255,255,0.6);
}

#offcanvasForm.offcanvas.offcanvas-bottom {
    height: 55vh !important;
}

#toggleNavigationOffcanvas {
    display: none;
}


@media screen and (min-width: 1024px) {
    body.vl-body.vl-32 .virtual-location-container video,
    body.vl-body.vl-33 .virtual-location-container video,
    body.vl-body.vl-34 .virtual-location-container video,
    body.vl-body.vl-35 .virtual-location-container video,
    body.vl-body.vl-36 .virtual-location-container video,
    body.vl-body.vl-37 .virtual-location-container video,
    body.vl-body.vl-38 .virtual-location-container video,
    body.vl-body.vl-39 .virtual-location-container video
    { 
        height: 100vh  !important; 
    }
}

.field-label {
        font-size: 1.5rem !important;
}

.modal-header {
    background-color: #5563ca; /* Brand color for the header */
    color: #fff; /* White text for contrast */
    padding: 20px; /* Adds space around the header */
    border-top-left-radius: 6px; /* Smooth corners on the top */
    border-top-right-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left; /* Align the title to the left */
    margin: 0;
}

.btn-close {
    color: #fff;
    opacity: 0.8; /* Makes the close button blend in a bit */
}

.btn-close:hover {
    opacity: 1; /* Full opacity on hover */
}

/* Modal Body Styling */
.modal-body {
    background-color: #f9f9f9; /* Light background color */
    padding: 30px; /* Adds padding for a cleaner layout */
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    border-bottom-left-radius: 6px; /* Smooth corners on the bottom */
    border-bottom-right-radius: 6px;
}

.container-content {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.blinking-circle {
    width: 10px;
    height: 10px;
    background-color: #220062; /* Brand color */
    border-radius: 50%;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}



.form-group {
    display: flex;
    flex-direction: column;
}

.form-check {
    margin-bottom: 10px; /* Adds spacing between each radio button */
    display: flex;
    align-items: center;
}

.form-check-input {
    margin-right: 8px; /* Adds space between the radio button and label */
}

/* General button styling */
.toggle-audio {
    position: relative;
    background-color: #220062; /* Blue background */
    border-radius: 50%; /* Make the button circular */
    width: 50px; /* Adjust width to make the circle */
    height: 50px; /* Adjust height to make the circle */
    border: none; /* Remove border */
    color: white; /* Text color */
    display: flex; /* Flex to center icon */
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Text above the button */
.toggle-audio::before {
    content: "Pusti zvuk"; /* Text content */
    font-size: 12px;
    color: #fff; /* White text */
    position: absolute;
    top: -20px; /* Position text above the button */
    left: 50%;
    transform: translateX(-50%); /* Center the text */
    white-space: nowrap; /* Prevent text from wrapping */
}

/* Prevent scrollbars from appearing */
body.home {
    overflow: hidden;
    height: 100%;
    margin: 0;
}

/* Fullscreen container */
.virtual-location-container-backround {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

/* Fullscreen responsive video */
.virtual-location-container-backround video {
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* Ensures video covers the entire viewport without distortion */
    position: absolute;
    top: 0;
    left: 0;
}


/* Intro Chapter CSS */
.intro_chapter_image_wrapper { 
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

.intro_chapter_image { 
    max-height: 380px;
}

.booklet_intro_chapter_title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    font-family: 'Poppins', sans-serif;
}

.booklet_intro_chapter_subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    font-family: 'Poppins', sans-serif;
    line-height: 2rem;
    color: #1e1e23;
}

.booklet_intro_chapter_logos { 
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.booklet_intro_chapter_logos .eu-flag-img  {
    width: 100px;
}





/* Booklet Column Color Options CSS */

.options .option:nth-child(1) {
    --defaultBackground: #2A0082 !important; /* Main Plava (Blue) */
}

.options .option:nth-child(2) {
    --defaultBackground: #1A005C !important; /* Darker Plava (Blue) */
}

.options .option:nth-child(3) {
    --defaultBackground: #4A00C1 !important; /* Brighter Plava (Blue) */
}

.options .option:nth-child(4) {
    --defaultBackground: #707FDA !important; /* Light Plava (Blue) */
}

.options .option:nth-child(5) {
    --defaultBackground: #FF9900 !important; /* Main Orange */
}

.options .option:nth-child(6) {
    --defaultBackground: #FFB347 !important; /* Medium Orange */
}

.options .option:nth-child(7) {
    --defaultBackground: #FFCC80 !important; /* Lighter Orange */
}

.options .option:nth-child(8) {
    --defaultBackground: #FFE6CC !important; /* Very Light Orange */
}

.options .option:nth-child(9) {
    --defaultBackground: #FFF0E0 !important; /* Lightest Orange */
}


tr, td {
  border: 1px solid black;
}
.m-0 {
    margin-right: 50px !important;
}
.booklet_intro_chapter_logos img {
    max-width: 100%; 
    height: auto; 
    vertical-align: bottom;
}

.options .option .label .info .main {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.options .option.option.collapsed .label .info .main {
    font-size: 1.5rem !important;
}

/* header */
.action-inner-wraper, .navigation-indicator-t {
    display: none;
}

/* NLB Widget */
#NexiosChat {
 display: none !important;
}

.page-header {
    display: none;
}