/* 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.2);
}

#offcanvasForm.offcanvas.offcanvas-bottom {
    height: 55vh !important;
}
@media screen and (min-width: 1024px) {
    body.vl-body.vl-38 .virtual-location-container video,
    body.vl-body.vl-39 .virtual-location-container video,
    body.vl-body.vl-40 .virtual-location-container video,
    body.vl-body.vl-41 .virtual-location-container video,
    body.vl-body.vl-64 .virtual-location-container video,
    body.vl-body.vl-42 .virtual-location-container video,
    body.vl-body.vl-43 .virtual-location-container video,
    body.vl-body.vl-46 .virtual-location-container video,
    body.vl-body.vl-47 .virtual-location-container video,
    body.vl-body.vl-56 .virtual-location-container video,
    body.vl-body.vl-57 .virtual-location-container video,
    body.vl-body.vl-59 .virtual-location-container video,
    body.vl-body.vl-60 .virtual-location-container video,
    body.vl-body.vl-61 .virtual-location-container video,
    body.vl-body.vl-62 .virtual-location-container video { 
        height: 100vh  !important; 
    }
}
/*PRoba za radio*/
.form-check-label {
    white-space: normal; /* Allows text to wrap within the container */
    font-size: 0.9rem; /* Adjust font size as needed */
    line-height: 1.2; /* Adjust line height for better spacing */
    word-wrap: break-word; /* Break long words if necessary */
}

/* Osigurava da svaki .col element ima automatsku visinu */
/* Osigurava da svaki .col element ima automatsku visinu */
.col {
    height: auto;
}

/* Stil za svaki .form-check element sa fleksibilnom visinom */
.form-check {
    display: flex;
    flex-direction: column; /* Sadržaj se organizuje vertikalno */
    align-items: flex-start; /* Poravnanje sadržaja sa leve strane */
    padding: 15px 10px; /* Unutrašnji razmak */
    box-sizing: border-box;
    background: #f8f9fa; /* Pozadina radi bolje vidljivosti */
    border: 1px solid #dee2e6;
    border-radius: 4px;
    word-wrap: break-word; /* Prelama duge reči unutar granica */
    white-space: normal; /* Omogućava prelamanje teksta */
    overflow: hidden; /* Sprečava da tekst izlazi van okvira */
}


.modal-header {
    background: linear-gradient(45deg, #5E2A7B 20%, #3F1951 80%); /* 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 */
}

/* Button Styling */
#previous-form-btn, #next-form-btn, #save-form-btn {
   background: linear-gradient(45deg, #5E2A7B, #3F1951); /* Brand color */
    color: #fff;
    padding: 12px 24px; /* Adjusted padding for a better look */
    font-size: 1rem;
    font-weight: 600; /* Make the text bolder */
    border: none; /* Remove border */
    cursor: pointer; /* Pointer cursor */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transitions */
    display: flex;
    align-items: center;
    justify-content: center;
}

#save-form-btn i {
    display: none; /* Hide the icon */
}

#previous-form-btn:hover, 
#next-form-btn:hover, 
#save-form-btn:hover {
    background-color: #4d2c6e !important; /* A brighter, more distinct color */
    transform: translateY(-2px); /* Lift effect on hover */
}

.horizontal-stepper .step.active .step-indicators .default-node {
   background: linear-gradient(45deg, #5E2A7B, #3F1951);
}

.row {
    display: block; /* Remove row-based layout from Bootstrap */
    margin: 0; /* Reset any margin from Bootstrap's row */
}

.col {
    width: 100%; /* Make each column take full width */
    margin-bottom: 15px; /* Space between the radio buttons */
}

/* 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 */
}

#confirmCloseFormModalYes, #confirmCloseFormModalNo {
   background: linear-gradient(45deg, #5E2A7B, #3F1951);
    color: #fff;
    border: 0;
}
.modal-content {
   border: 0;
}

.form-group label {
    font-size: 1.3rem;
    font-weight: 550;
    margin-bottom: 10px;
    position: relative;
}