@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/TourManager/Components/EMailAddress.razor.rz.scp.css */
.recipient[b-76mimk7qvr] {
    position: relative;
    min-width: 250px;
}

.recipient input[b-76mimk7qvr] {
    width: calc(100% - 20px);
}

.recipient .close[b-76mimk7qvr] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: small;    
    color: black;
    cursor: pointer;
}
/* _content/TourManager/Components/EMailComposer.razor.rz.scp.css */
.send[b-y60kvf7e8s] {
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/Images/SendEMail.png);
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    border: solid thin darkgrey;
    background-color: lightgrey;
}

.recipient[b-y60kvf7e8s] {
    display: flex;
    height: 25px;
}

.addRecipient[b-y60kvf7e8s],
.addAttachment[b-y60kvf7e8s] {
    cursor: pointer;
}

.envelope[b-y60kvf7e8s] {
    font-size: 13px;
    padding: 5px;
}

.close[b-y60kvf7e8s] {
    position: absolute;
    top: -5px;
    right: 10px;
    cursor: pointer;
    font-size: xx-large;
    color: var(--clickable-color);
}

.attachment[b-y60kvf7e8s] {
    display: flex;
    margin-right: 20px;
    border-bottom: solid thin lightgrey;
}

.attachment .close[b-y60kvf7e8s] {
    position: static;
    margin-left: 20px;
    font-size: small;
    color: black;
    cursor: pointer;
}
/* _content/TourManager/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hb0d07yxu1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hb0d07yxu1] {
    flex: 1;
}

.sidebar[b-hb0d07yxu1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hb0d07yxu1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hb0d07yxu1]  a, .top-row[b-hb0d07yxu1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hb0d07yxu1]  a:hover, .top-row[b-hb0d07yxu1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hb0d07yxu1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hb0d07yxu1] {
        justify-content: space-between;
    }

    .top-row[b-hb0d07yxu1]  a, .top-row[b-hb0d07yxu1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hb0d07yxu1] {
        flex-direction: row;
    }

    .sidebar[b-hb0d07yxu1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hb0d07yxu1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hb0d07yxu1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hb0d07yxu1], article[b-hb0d07yxu1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-hb0d07yxu1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-hb0d07yxu1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TourManager/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jpfff6tvpu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-jpfff6tvpu] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-jpfff6tvpu] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jpfff6tvpu] {
    font-size: 1.1rem;
}

.bi[b-jpfff6tvpu] {
    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-jpfff6tvpu] {
    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-jpfff6tvpu] {
    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-jpfff6tvpu] {
    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");
}

.bi-lock-nav-menu[b-jpfff6tvpu] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-jpfff6tvpu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-jpfff6tvpu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-jpfff6tvpu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-jpfff6tvpu] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-jpfff6tvpu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jpfff6tvpu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jpfff6tvpu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jpfff6tvpu]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-jpfff6tvpu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jpfff6tvpu]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-jpfff6tvpu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jpfff6tvpu] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jpfff6tvpu] {
        display: none;
    }

    .nav-scrollable[b-jpfff6tvpu] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/TourManager/Components/Organizer.razor.rz.scp.css */

.organizerRow[b-ez7ab0fhc1] {
    display: flex;
    height: var(--row-height-1);
}
/* _content/TourManager/Components/Pages/Home.razor.rz.scp.css */

.link[b-3gz2c379a7] {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
}

.content-header[b-3gz2c379a7] {
    height: 10%;
    min-height: 50px;
    margin: 0;
}

.content-body[b-3gz2c379a7] {
    display: flex;
    width: 100%;
    height: 90%;
}

.content-column[b-3gz2c379a7] {
    display: flex;
    width: 100%;
    height: 100%;
}

    .content-column.left[b-3gz2c379a7] {
        flex-direction: column;
        justify-content: space-between;
    }

    .content-column.right[b-3gz2c379a7] {
        justify-content: center;
        align-items: center;
    }

        .content-column.right a[b-3gz2c379a7] {
            width: 100%;
            height: 100%;
        }

    .content-column.right .picture[b-3gz2c379a7] {
        width:90%;
    }

    .content-subcolumn[b-3gz2c379a7] {
        height: 100%;
    }

    .content-subcolumn img[b-3gz2c379a7] {
        width: 90%;
    }

.row3[b-3gz2c379a7] {
    margin: 15px 0;
}

.row4[b-3gz2c379a7] {
    display: flex;
    align-items: start;
    height: 40%;
}

    .content-container[b-3gz2c379a7] {
        height: calc(100vh - 2 * var(--article-margin-top));
        font-size: 2vh;
    }

@media only screen and (min-width: 769px) and (orientation: landscape) {

    .singleColumnView[b-3gz2c379a7] {
        display: none;
    }

    .content-column.left[b-3gz2c379a7] {
        margin-right: 2vw;
    }

        .content-column.left .row2[b-3gz2c379a7] {
            height: 50%;
            margin: 10px 0;
        }

}

@media only screen and (max-width: 768px) {

    .content-container[b-3gz2c379a7] {
        font-size: 13px;
    }
}

@media only screen and (orientation: portrait), only screen and (orientation: landscape) and (max-width: 768px) {

    .content-container[b-3gz2c379a7] {
        height: calc(100vh - var(--navbar-toprow-height) - 2 * var(--article-margin-top));
    }

    .content-column.right[b-3gz2c379a7] {
        display: none;
    }

    .content-column.left .row2[b-3gz2c379a7] {
        height: 30%;
    }

    .singleColumnView[b-3gz2c379a7] {
        display: block;
    }

    .content-subcolumn[b-3gz2c379a7] {
        width: 50%;
    }
}

@media only screen and (orientation: landscape) and (max-width: 768px) {
    .content-container[b-3gz2c379a7] {
        height: 200vh;
    }
}





/* _content/TourManager/Components/Pages/ImageViewer.razor.rz.scp.css */


#picture[b-me6dpwnr9a] {
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
/* _content/TourManager/Components/Pages/Tours.razor.rz.scp.css */
.scheduledDates[b-9pmwjlsfft] {
    margin-bottom: 10px;
}

.tour[b-9pmwjlsfft] {
    display: flex;
    align-items: center;
    line-height: 30px;
}

.tour .selector[b-9pmwjlsfft] {
    display: flex;
    width: 15%;
    margin-top: 5px;
}

    .tour.isClosed .selector[b-9pmwjlsfft] {
        visibility: hidden;
    }

    .tour .startTime[b-9pmwjlsfft] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 85%;
    }

    .tour .commentContainer[b-9pmwjlsfft] {
        width: 45%;
        text-align: right;
    }

        .tour .startTime .fullBooked[b-9pmwjlsfft] {
            line-height: normal;
            font-weight: bold;
            color: darkred;
            display: none;
        }

    .tour .startTime .comment[b-9pmwjlsfft] {
        line-height: normal;
        color: green;
        font-weight: bold;
    }

        .tour.isClosed .startTime .fullBooked[b-9pmwjlsfft] {
            display: block;
        }

.visitorData[b-9pmwjlsfft] {
    border: solid thin lightgrey;
    padding: 15px;
}

details.practicalInfo[b-9pmwjlsfft] {
    margin: 20px 0;
}

    details.practicalInfo summary[b-9pmwjlsfft] {
        height: 40px;
        padding: 10px;
        font-weight: bold;
        background-color: var(--section-header-color);
    }

details.practicalInfo summary[b-9pmwjlsfft] {
    list-style: none;
}

    details.practicalInfo summary[b-9pmwjlsfft]::before {
        content: "\1F447"; /* Custom prefix symbol Unicode &#x1F447; (White Down Pointing Backhand Index)*/
        font-family: 'SEGOE UI SYMBOL';
        min-width: var(--summary-prefix);
        max-width: var(--summary-prefix);
        display: inline-block;
        transform: rotate(0deg);
        transition: transform 0.3s;
    }

    details.practicalInfo[open] summary[b-9pmwjlsfft]::before {
        transform: translate(-8px) rotate(180deg); /* Rotate the prefix when open */
    }


.sectionHeader[b-9pmwjlsfft] {
    background-color: var(--section-header-color);
    line-height: 40px;
    font-weight: bold;
    padding-left: 38px;
    margin-bottom: 10px;
}

.validMarker[b-9pmwjlsfft] {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.valid .validMarker[b-9pmwjlsfft] {
    display: block;
}


.intro[b-9pmwjlsfft] {
    display: flex;
    margin-bottom: 15px;
}

.intro .pictures[b-9pmwjlsfft], 
.intro .text[b-9pmwjlsfft] {
    width: 50%;
}

.pictures[b-9pmwjlsfft] {
    min-height: 12vw;
}


.image-private[b-9pmwjlsfft] {
    width: 50%;
}

.confirmationSection[b-9pmwjlsfft] {
    display: none;
    position: relative;
}

    .confirmationSection .close[b-9pmwjlsfft] {
        position: absolute;
        top: -5px;
        right: 10px;
        cursor: pointer;
        font-size: xx-large;
        color: var(--clickable-color);
    }

.visitData.registrationSent .registrationConfirmation[b-9pmwjlsfft] {
    display: block;
}

.visitData.registrationSent .visitorData[b-9pmwjlsfft] {
    display: none;
}

.visitData .infoRequestForm[b-9pmwjlsfft] {
    margin-bottom: 1rem;
}

.visitData.infoRequestSent .infoRequestConfirmation[b-9pmwjlsfft] {
    display: block;
}

.visitData.infoRequestSent .infoRequestForm[b-9pmwjlsfft] {
    display: none;
}

@media only screen and (orientation: portrait), only screen and (max-width: 768px) and (orientation: landscape) {

    .twoColumnView[b-9pmwjlsfft] {
        display: none;
    }

    .singleColumnView[b-9pmwjlsfft] {
        display: block;
    }

    .visitDataSection[b-9pmwjlsfft] {
        width: 100%;
    }

    .image1[b-9pmwjlsfft] {
        background-image: url('images/visitors_from_rampart.jpg');
        margin-left: 5px;
    }

    .privateContent[b-9pmwjlsfft] {
        margin-top: 0;
    }
}

@media only screen and (min-width: 769px) and (orientation: landscape) {

    .twoColumnView[b-9pmwjlsfft] {
        display: block;
    }

    .singleColumnView[b-9pmwjlsfft] {
        display: none;
    }

    .visitDataSection[b-9pmwjlsfft] {
        width: 45%;
    }

    .image1[b-9pmwjlsfft] {
        background-image: url('images/visitors_from_rampart_landscape.png');
        background-size: contain;
    }

    .privateContent[b-9pmwjlsfft] {
        margin-top: 50px;
    }
}


/*@media only screen and (max-width: 1000px) and (orientation: landscape) {

    .contentContainer {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1000px) {

    .twoColumnView {
        display: none;
    }

    .singleColumnView {
        display: block;
    }

    .privateContent {
        margin-top: 0;
    }

    .intro {
        margin-bottom: 0;
    }

    .visitData {
        padding: 0;
    }

    .visitorData {
        border-left: none;
        border-right: none;
    }

    .visitDataSection {
        width: 100%;
        margin-bottom: 10px;
    }

    .image1 {
        background-image: url('images/visitors_from_rampart.jpg');
    }

}*/
/* _content/TourManager/Components/PopupMenu.razor.rz.scp.css */
.popupMenu[b-kfhuly65g5] {
    position: absolute;
    padding: 10px;
    border: solid thin lightgrey;
    background-color: white;
    color: black;
    top: 0;
    left: 20px;
    z-index: 100;
    font-size: small;
}

    .popupMenu .item[b-kfhuly65g5] {
        cursor: pointer;
    }
/* _content/TourManager/Components/PracticalInfo.razor.rz.scp.css */
.content[b-a8oenfkpx6] {
    font-size: 13px;
}
/* _content/TourManager/Components/Registration.razor.rz.scp.css */

.registration summary[b-ts8jvgskwn] {
}

.organizer[b-ts8jvgskwn] {
    width: 250px;
}

.organizerName[b-ts8jvgskwn] {
    min-width: 250px;
    max-width: 250px;
}

.operations[b-ts8jvgskwn] {
    position: relative;
    display: flex;
    color: var(--clickable-color);
    margin-left: 50px;
}

    .operations .item[b-ts8jvgskwn] {
        width: 25px;
        text-align: center;
    }

.comments textarea[b-ts8jvgskwn] {
    height: calc(3 * var(--row-height-1));
    background-color: #fafafa;
    min-width: 250px;
}

.eMailSent[b-ts8jvgskwn] {
    margin-left: 60px;
    min-width: 250px;
}
/* _content/TourManager/Components/Tour.razor.rz.scp.css */
.form-check-input:checked[b-zh9esr8hx5] {
    background-color: red;
}

.tourStatus[b-zh9esr8hx5] {
    display: flex;
    justify-content: center;
    width: var(--tour-status);
    padding-left: 15px;
}

.tourDate[b-zh9esr8hx5] {
    width: var(--tour-date);
    position: relative;
    text-align: left;
    padding-right: 10px; 
}

.tourDatePicker[b-zh9esr8hx5] {
    width: var(--tour-date-picker);
}



.datePicker[b-zh9esr8hx5] {
    position: absolute;
    top: 10px;
    left: 100px;
    z-index: 100;
}

.tourMenu[b-zh9esr8hx5] {
    position: absolute;
    top: 10px;
    left: 100px;
    z-index: 100;
}

.addRegistration[b-zh9esr8hx5] {
    margin: 10px 20px 0 55px;
    visibility: hidden;
    cursor: pointer;
}


.datePicker[b-zh9esr8hx5],
.tourMenu[b-zh9esr8hx5] {
    display: none;
}

.tourMenu[b-zh9esr8hx5] {
    background-color:lightgrey;
    padding: 5px;
}

details.tour[open] .addRegistration[b-zh9esr8hx5] {
    visibility: visible;
}

.locked[b-zh9esr8hx5] {
    width: 70px;
    visibility: hidden;
    font-family: 'SEGOE UI SYMBOL';
    text-align: center;
}

details.tour.isClosed .locked[b-zh9esr8hx5] {
    visibility: visible;
}

summary[b-zh9esr8hx5] {
    list-style: none;  /*Remove default marker */
    cursor: pointer;  /*Change cursor on hover */
}

    summary[b-zh9esr8hx5]::before {
        content: "▶";  /*Custom prefix symbol */
        min-width: var(--summary-prefix);
        max-width: var(--summary-prefix);
        display: inline-block;
        transform: rotate(0deg);
        transition: transform 0.3s;
    }

details[open] summary[b-zh9esr8hx5]::before {
    transform: translate(-8px, 6px) rotate(90deg);
}

details.tour .details[b-zh9esr8hx5] {
    padding: 10px;
}

.edit .datePicker[b-zh9esr8hx5] {
    display: block;
}

.menu .tourMenu[b-zh9esr8hx5] {
    display: block;
}

.registrations[b-zh9esr8hx5] {
    font-size: small;
    padding-top: 10px;
}

.comments[b-zh9esr8hx5] {
    width: 350px; 
}

