@import '../_content/Tavenem.Blazor.MarkdownEditor/Tavenem.Blazor.MarkdownEditor.bundle.scp.css';

/* Client/Pages/Index.razor.rz.scp.css */
.header-content[b-wu5x51co0s] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
}

h1[b-wu5x51co0s] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

h2[b-wu5x51co0s] {
    color: var(--neutrals-1);
    text-align: center;
    font-family: var(--UIFont);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px; /* 120% */
}
/* Client/Pages/SoundEdit.razor.rz.scp.css */
.soundInput[b-sdo1w0hzrk] {
    width: 100%;
}

.ui-autocomplete-input[b-sdo1w0hzrk] {
    font-family: var(--UIFont);
    font-size: 13px;
}

.ui-autocomplete[b-sdo1w0hzrk] {
    width: 90vw;
    font-family: var(--UIFont);
    font-size: 13px;
}

.ui-autocomplete-loading[b-sdo1w0hzrk] {
    font-family: var(--UIFont);
    font-size: 13px;
}

.ui-widget input[b-sdo1w0hzrk] {
    font-family: var(--UIFont);
    font-size: 13px;
}
/* Client/Pages/WalkingTourEdit.razor.rz.scp.css */
#guestMapContainer[b-ultwbpqrl9] {
    position: relative;
    width: 100vw;
    height: 100vh;
    top: -60px;

}

.mapAddStop[b-ultwbpqrl9] {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 50;
}

.buttonRow[b-ultwbpqrl9] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mapInputs[b-ultwbpqrl9] {
    z-index: 60;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 13px 13px 25px 0px var(--box-shadow);
    background: var(--neutrals-8);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.collapsed[b-ultwbpqrl9] {
    display: none !important;
    overflow: clip;
}

.expanded[b-ultwbpqrl9] {
    display: flex !important;
}

.mapInputFields[b-ultwbpqrl9] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.nameInput[b-ultwbpqrl9] {
    border: 2px solid var(--neutrals-6);
}

.descInput[b-ultwbpqrl9] {
    border: 2px solid var(--neutrals-6);
}

.cardData .nameInput[b-ultwbpqrl9] {
    border: 2px solid var(--neutrals-5);
}

.cardData .descInput[b-ultwbpqrl9] {
    border: 2px solid var(--neutrals-5);
}

.cardData .singleLineInput[b-ultwbpqrl9] {
    border: 2px solid var(--neutrals-5);
}


.mapCardEdit[b-ultwbpqrl9] {
    display: flex;
    width: min(90%, 800px);
    /*height: 500px;*/
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
}

.cardImg[b-ultwbpqrl9] {
    width: 100%;
    display: block;
    border-radius: 6px 6px 0 0;
}


.cardData[b-ultwbpqrl9] {
    width: 100%;
    padding: 25px 30px 30px 30px;
    flex-basis: 66%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pointEditBtns[b-ultwbpqrl9] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*.overlay {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.65);
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
@media (max-width: 640.98px) {

    .mapInputs[b-ultwbpqrl9] {
        width: 90%;
        right: 5%;
        position: absolute;
        bottom: var(--footer-height);
        border-radius: 12px;
    }

}

@media (min-width: 641px) {
    .mapInputs[b-ultwbpqrl9] {
        width: 383px;
        position: absolute;
        top: var(--top-bar-height);
        left: 20px;
    }
}
/* Client/Shared/AchievementCard.razor.rz.scp.css */
.card[b-4p9hawgla2] {
    position: relative;
    width: 357px;
    height: 212px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: row;
}

.cardData[b-4p9hawgla2] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1 0 auto;
    flex-basis: 66%;
}

.outingDesc[b-4p9hawgla2] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.card .outingDesc[b-4p9hawgla2] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}

.card h1[b-4p9hawgla2] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.anchorTitle[b-4p9hawgla2] {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
    line-break: anywhere;
}

.anchorAddress[b-4p9hawgla2] {
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}


.anchorViewCard[b-4p9hawgla2] {
    position: relative;
    display: flex;
    justify-content: stretch;
    align-items: center;
    max-width: 856px;
    width: 100%;
    border-radius: 6px;
    background: var(--neutrals-6);
    /* Drop Shadow, Soft */
    box-shadow: 13px 13px 25px 0px var(--box-shadow);
    overflow: clip;
    flex-grow: 1;
}

p[b-4p9hawgla2]{
    width: 100%;
    flex: 1 1 auto;
}

.anchorViewCardDetails[b-4p9hawgla2] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    text-align: left;
    flex: 1 1 auto;
    flex-basis: 60%;
}

h1[b-4p9hawgla2] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-4p9hawgla2] {
    flex: 1 1 auto;
    width: 100%;
}

@media (max-width: 640.98px) {
    .anchorViewCard[b-4p9hawgla2] {
        align-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (min-width: 641px) {

}
/* Client/Shared/AchievementStageCard.razor.rz.scp.css */
h3[b-onwr5zgpad] {
    width: 100%
}

span[b-onwr5zgpad] {
    width: 100%;
    text-align: right;
}

p[b-onwr5zgpad] {
    width: 100%;
    flex: 1 1 auto;
}

textarea[b-onwr5zgpad] {
    font-size: 12px;
}
/* Client/Shared/ActiveSettings.razor.rz.scp.css */
h1[b-wuaj32cqh2] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

input[b-wuaj32cqh2] {
    font-size: 16px;
    border: 1px solid var(--primary-3);
    border-radius: 6px;
}
/* Client/Shared/ActivityContentCard.razor.rz.scp.css */
.card[b-y4re4k6emy] {
    position: relative;
    width: 357px;
    height: 156px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: row;
}

.cardData[b-y4re4k6emy] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1 0 auto;
    flex-basis: 66%;
}

.outingDesc[b-y4re4k6emy] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.card .outingDesc[b-y4re4k6emy] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}

.card h1[b-y4re4k6emy] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.cityTitle[b-y4re4k6emy] {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

.cityAddress[b-y4re4k6emy] {
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

h1[b-y4re4k6emy] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-y4re4k6emy] {
    flex: 1 1 auto;
    width: 100%;
}
/* Client/Shared/AdvertisementCard.razor.rz.scp.css */
.card[b-078i3qkk44] {
    position: relative;
    width: 357px;
    height: 156px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: row;
}

.cardData[b-078i3qkk44] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1 0 auto;
    flex-basis: 66%;
}

.card .outingDesc[b-078i3qkk44] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}

.card h1[b-078i3qkk44] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.cityTitle[b-078i3qkk44] {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

.cityAddress[b-078i3qkk44] {
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

h1[b-078i3qkk44] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-078i3qkk44] {
    flex: 1 1 auto;
    width: 100%;
}
/* Client/Shared/AnchorCard.razor.rz.scp.css */
.card[b-helorexcma] {
    position: relative;
    width: 357px;
    height: 212px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: row;
}

.cardData[b-helorexcma] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1 0 auto;
    flex-basis: 66%;
}

.outingDesc[b-helorexcma] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.card .outingDesc[b-helorexcma] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}

.card h1[b-helorexcma] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.anchorTitle[b-helorexcma] {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
    line-break: anywhere;
}

.anchorAddress[b-helorexcma] {
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}


.anchorViewCard[b-helorexcma] {
    position: relative;
    display: flex;
    justify-content: stretch;
    align-items: center;
    max-width: 856px;
    width: 100%;
    border-radius: 6px;
    background: var(--neutrals-6);
    /* Drop Shadow, Soft */
    box-shadow: 13px 13px 25px 0px var(--box-shadow);
    overflow: clip;
    flex-grow: 1;
}

p[b-helorexcma]{
    width: 100%;
    flex: 1 1 auto;
}

.anchorViewCardDetails[b-helorexcma] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    text-align: left;
    flex: 1 1 auto;
    flex-basis: 60%;
}

h1[b-helorexcma] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-helorexcma] {
    flex: 1 1 auto;
    width: 100%;
}

@media (max-width: 640.98px) {
    .anchorViewCard[b-helorexcma] {
        align-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (min-width: 641px) {

}
/* Client/Shared/AnchorSelection.razor.rz.scp.css */
.anchorSelectionArea[b-qzy6aws6s8] {
    display: flex;
    flex-direction: column;
    background: var(--neutrals-6);
    overflow-y: scroll;
    overflow: clip;
    padding: 12px;
    width: fit-content;
    height: fit-content;
    gap: 12px;
}

h1[b-qzy6aws6s8] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}
/* Client/Shared/AudioPlayer.razor.rz.scp.css */
.mediaControlsContainer[b-nf50cg628e] {
    width: 100%;
    max-width: 857px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--neutrals-8);
    box-shadow: 13px 13px 25px var(--box-shadow);
    border-radius: 24px;
    padding: 10px 18px;
}

.mediaControls[b-nf50cg628e] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.playBtn[b-nf50cg628e] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.playOrPauseBtn[b-nf50cg628e] {
    font-size: 1.4rem;
}

.time[b-nf50cg628e] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 10px;
    color: var(--neutrals-4);
    font-weight: 400;
}

#audioDuration[b-nf50cg628e] {
    margin-right: 5px;
}



input[type=range][b-nf50cg628e] {
    height: 15px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

    input[type=range]:focus[b-nf50cg628e] {
        outline: none;
    }

    input[type=range][b-nf50cg628e]::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: var(--neutrals-4);
        border-radius: 6px;
        border: 0px solid #000000;
    }

    input[type=range][b-nf50cg628e]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 9px;
        width: 9px;
        border-radius: 6px;
        background: var(--neutrals-4);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3px;
    }

    input[type=range]:focus[b-nf50cg628e]::-webkit-slider-runnable-track {
        background: var(--neutrals-4);
    }

    input[type=range][b-nf50cg628e]::-moz-range-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: var(--neutrals-4);
        border-radius: 6px;
        border: 0px solid #000000;
    }

    input[type=range][b-nf50cg628e]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 9px;
        width: 9px;
        border-radius: 6px;
        background: var(--neutrals-4);
        cursor: pointer;
    }

    input[type=range][b-nf50cg628e]::-ms-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range][b-nf50cg628e]::-ms-fill-lower {
        background: var(--neutrals-4);
        border: 0px solid #000000;
        border-radius: 12px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range][b-nf50cg628e]::-ms-fill-upper {
        background: var(--neutrals-4);
        border: 0px solid #000000;
        border-radius: 12px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range][b-nf50cg628e]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 9px;
        width: 9px;
        border-radius: 6px;
        background: var(--neutrals-4);
        cursor: pointer;
    }

    input[type=range]:focus[b-nf50cg628e]::-ms-fill-lower {
        background: var(--neutrals-4);
    }

    input[type=range]:focus[b-nf50cg628e]::-ms-fill-upper {
        background: var(--neutrals-4);
    }
/* Client/Shared/BusinessCard.razor.rz.scp.css */
.experienceCard[b-ahs6xfvixz] {
    height: 170px;
    border-radius: 6px;
    overflow: clip;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    display: inline-flex;
    flex-direction: row;
}

.experienceCardOutingView[b-ahs6xfvixz] {
    height: 128px;
    border-radius: 6px;
    overflow: clip;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    display: inline-flex;
    flex-direction: row;
}

.cardData[b-ahs6xfvixz] {
    width: 100%;
    padding: 25px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.cardDataOuting[b-ahs6xfvixz] {
    width: 212px;
    background: var(--neutrals-6);
    padding: 24px 24px 24px 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.experienceName[b-ahs6xfvixz] {
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.experienceNameOuting[b-ahs6xfvixz] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: clip;
}

.experienceDesc[b-ahs6xfvixz] {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: clip;
}

.outingEditTitleRow[b-ahs6xfvixz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
}

h1[b-ahs6xfvixz] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-ahs6xfvixz] {
    flex: 1 1 auto;
    width: 100%;
}

@media (max-width: 640.98px) {
    .experienceCard[b-ahs6xfvixz] {
        width: 100%;
        max-width: 412px;
        flex: 1 1 412px;
    }
}

@media (min-width: 641px) {
    .experienceCard[b-ahs6xfvixz] {
        width: 412px;
    }
}

.experienceCardOutingView .experienceName[b-ahs6xfvixz] {
    font-size: 16px;
    font-weight: 600;
}
/* Client/Shared/BusinessItemCard.razor.rz.scp.css */
h3[b-maxa8tojd0] {
    width: 100%
}

span[b-maxa8tojd0] {
    width: 100%;
    text-align: right;
}

p[b-maxa8tojd0] {
    width: 100%;
    flex: 1 1 auto;
}

textarea[b-maxa8tojd0] {
    font-size: 12px;
}
/* Client/Shared/CityCard.razor.rz.scp.css */
.card[b-qg5r1mxebw] {
    position: relative;
    width: 357px;
    height: 212px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: row;
}

.cardData[b-qg5r1mxebw] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1 0 auto;
    flex-basis: 66%;
}

.outingDesc[b-qg5r1mxebw] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.card .outingDesc[b-qg5r1mxebw] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}

@media (min-width: 641px) {

}

.card h1[b-qg5r1mxebw] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.cityTitle[b-qg5r1mxebw] {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

.cityAddress[b-qg5r1mxebw] {
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

h1[b-qg5r1mxebw] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-qg5r1mxebw] {
    flex: 1 1 auto;
    width: 100%;
}
/* Client/Shared/CitySelection.razor.rz.scp.css */
h1[b-65813gv8dm] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

@media (max-width: 640.98px) {
}
/* Client/Shared/ContentCard.razor.rz.scp.css */
.card[b-29svh55meh] {
    position: relative;
    width: 357px;
    height: 156px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: row;
}

.cardData[b-29svh55meh] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1 0 auto;
    flex-basis: 66%;
}

.outingDesc[b-29svh55meh] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.card .outingDesc[b-29svh55meh] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}

.card h1[b-29svh55meh] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.cityTitle[b-29svh55meh] {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

.cityAddress[b-29svh55meh] {
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

h1[b-29svh55meh] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-29svh55meh] {
    flex: 1 1 auto;
    width: 100%;
}
/* Client/Shared/CosmosEntitySelection.razor.rz.scp.css */
h1[b-c22zkqdkkj] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}
/* Client/Shared/EditUserPopup.razor.rz.scp.css */
.editUserPopup[b-hptodckdig] {
    width: min(90%, 700px);
    padding: 24px;
    background: var(--neutrals-8);
    border-radius: 16px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    overflow: clip;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
/* Client/Shared/EnumSelection.razor.rz.scp.css */
/*@media (max-width: 640.98px) {*/
/*    .dropdownAreaSelection {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media (min-width: 641px) {*/
/*    .dropdownAreaSelection {*/
/*        width: calc(50% - 10px);*/
/*    }*/
/*}*/

.button-label[b-9l4u5nwk2y] {
    cursor: pointer;
    color: var(--neutrals-2);
    border-radius: 6px;
    border: 2px solid var(--neutrals-2);
    background: var(--neutrals-8);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 4px 6px;
}

.button-label:hover[b-9l4u5nwk2y] {
    background: var(--neutrals-6);
    color: var(--neutrals-2);
}

input:checked + .button-label[b-9l4u5nwk2y] {
    background: var(--neutrals-2);
    color: var(--neutrals-8);
}

input:checked + .button-label:hover[b-9l4u5nwk2y] {
    background: var(--neutrals-3);
    color: var(--neutrals-8);
}

.toggle[b-9l4u5nwk2y] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
}
/* Client/Shared/EventPopup.razor.rz.scp.css */
.eventPopup[b-12rzlic74j] {
    max-width: 1000px;
    padding: 24px 24px 12px 12px;
    background: var(--neutrals-8);
    border-radius: 16px;    
    box-shadow: 13px 13px 25px var(--box-shadow);
    overflow: clip;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
/* Client/Shared/ExperienceCard.razor.rz.scp.css */
.experienceCard[b-cumc3ugayl] {
    height: 170px;
    border-radius: 6px;
    overflow: clip;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    display: inline-flex;
    flex-direction: row;
}

.experienceCardOutingView[b-cumc3ugayl] {
    height: 128px;
    border-radius: 6px;
    overflow: clip;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    display: inline-flex;
    flex-direction: row;
}

.cardData[b-cumc3ugayl] {
    width: 100%;
    padding: 25px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.cardDataOuting[b-cumc3ugayl] {
    width: 212px;
    background: var(--neutrals-6);
    padding: 24px 24px 24px 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.experienceName[b-cumc3ugayl] {
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.experienceNameOuting[b-cumc3ugayl] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: clip;
}

.experienceDesc[b-cumc3ugayl] {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: clip;
}

.outingEditTitleRow[b-cumc3ugayl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
}

h1[b-cumc3ugayl] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-cumc3ugayl] {
    flex: 1 1 auto;
    width: 100%;
}

@media (max-width: 640.98px) {
    .experienceCard[b-cumc3ugayl] {
        width: 100%;
        max-width: 412px;
        flex: 1 1 412px;
    }
}

@media (min-width: 641px) {
    .experienceCard[b-cumc3ugayl] {
        width: 412px;
    }
}

.experienceCardOutingView .experienceName[b-cumc3ugayl] {
    font-size: 16px;
    font-weight: 600;
}
/* Client/Shared/GatheringBusinessSelection.razor.rz.scp.css */

h1[b-snxhjrf23b] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

@media (max-width: 640.98px) {
}
/* Client/Shared/GatheringCard.razor.rz.scp.css */
.gatheringListCard[b-d84arydnv5] {
    position: relative;
    display: flex;
    border-radius: 6px;
    height: 173px;
    width: 173px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    flex-direction: column;
    overflow: clip;
    justify-content: end;
}

.card[b-d84arydnv5] {
    position: relative;
    width: 357px;
    height: 156px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: row;
}

.cardData[b-d84arydnv5] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1 0 auto;
    flex-basis: 66%;
}

.outingDesc[b-d84arydnv5] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.card .outingDesc[b-d84arydnv5] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}






.card h1[b-d84arydnv5] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.cityTitle[b-d84arydnv5] {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

.cityAddress[b-d84arydnv5] {
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}


.cityViewCardDetails[b-d84arydnv5] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    text-align: left;
    flex: 1 1 auto;
    flex-basis: 60%;
}

h1[b-d84arydnv5] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-d84arydnv5] {
    flex: 1 1 auto;
    width: 100%;
}
/* Client/Shared/GatheringLocationSelection.razor.rz.scp.css */

h1[b-owb6nwnzzi] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

@media (max-width: 640.98px) {
}
/* Client/Shared/GpsDataBlock.razor.rz.scp.css */
.gps-block[b-40i1vf0fzp] {
    display: grid;
    border: var(--neutrals-4) 2px;
    border-radius: 6px;
    gap: 6px;
    align-items: center;
}

.gps-data[b-40i1vf0fzp] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* Client/Shared/ImageUploadError.razor.rz.scp.css */
.sub-section[b-tcrtq25uqq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
}
/* Client/Shared/IphoneFrame.razor.rz.scp.css */

.iphone-vertical[b-jqfzpddptl] {
    aspect-ratio: 0.489563567362429;
    display: grid;
    align-items: center;
    justify-items: center;
}

.iphone-vertical > *[b-jqfzpddptl] {
    grid-area: 1/1/1/1;
    width: 100%;
    height: 100%;
}

.iphone-vertical-frame[b-jqfzpddptl] {
    background: url("./images/general/iphone-vertical.webp") center;
    background-size: cover;
}

.content-image-frame[b-jqfzpddptl] {
    padding: 2% 4%;
}

.content-image[b-jqfzpddptl] {
    border-radius: 10% / 5%;
    width: 100%;
    height: 100%;
    box-shadow: 13px 13px 25px var(--box-shadow);
}
/* Client/Shared/IsActiveSettings.razor.rz.scp.css */
h1[b-ca75dxu4jm] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

input[b-ca75dxu4jm] {
    font-size: 16px;
    border: 1px solid var(--primary-3);
    border-radius: 6px;
}
/* Client/Shared/ItemCard.razor.rz.scp.css */


.cardListHeader[b-lzcu3v5zj4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
}

h1[b-lzcu3v5zj4]{
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

.cardListRow[b-lzcu3v5zj4] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}
/* Client/Shared/LangSelection.razor.rz.scp.css */
select[b-9j9aebuxeu] {
    border: 2px solid var(--neutrals-5);
}

@media (max-width: 640.98px) {

}

@media (min-width: 641px) {

}
/* Client/Shared/Loader.razor.rz.scp.css */
/* Client/Shared/LocationCard.razor.rz.scp.css */
.card[b-yzmu1dx42q] {
    position: relative;
    width: 357px;
    height: 156px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: row;
}

.cardData[b-yzmu1dx42q] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1 0 auto;
    flex-basis: 66%;
}

.card .outingDesc[b-yzmu1dx42q] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}

.card h1[b-yzmu1dx42q] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.cityTitle[b-yzmu1dx42q] {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

.cityAddress[b-yzmu1dx42q] {
    text-align: left;
    overflow: clip;
    text-overflow: ellipsis;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    align-self: flex-start;
}

h1[b-yzmu1dx42q] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-yzmu1dx42q] {
    flex: 1 1 auto;
    width: 100%;
}
/* Client/Shared/MainLayout.razor.rz.scp.css */
:root[b-axnnnymp3b] {
}

.page[b-axnnnymp3b] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

a[b-axnnnymp3b] {
    text-decoration: none;
}


main[b-axnnnymp3b] {
    flex: 1;
    font-family: var(--UIFont);
    background-color: var(--neutrals-8);
    /*padding: 0 30px 30px 30px;*/
}

.topBar[b-axnnnymp3b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 5%;
    height: var(--top-bar-height);
}

.topArea[b-axnnnymp3b] {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: fixed;
    z-index: 70;
    background-color: var(--neutrals-8);
    box-shadow: 0 12px 16px -8px var(--box-shadow);
}

.desktopNavLinks[b-axnnnymp3b] {
    display: flex;
    flex-grow: 1024;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    gap: 76px;
}


.deskNavLink[b-axnnnymp3b] {
    display: flex;
    align-items: center;
}

.addContentBtn[b-axnnnymp3b] {
    margin-left: 30px;
}

.mobileMenu[b-axnnnymp3b] {
    width: 100%;
    transition: all .5s ease-in-out;
    background-color: var(--neutrals-8);
    overflow: clip;
}

.columnArea[b-axnnnymp3b] {
    display: flex;
    flex-direction: row;
}

.desktopDropdown[b-axnnnymp3b] {
    position: absolute;
    top: 100%;
    height: auto;
    padding: 20px;
    box-shadow: 0 12px 12px var(--box-shadow);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--neutrals-8);
    flex-direction: column;
    gap: 12px;
    z-index: -1;
}

.desktopMenuLink[b-axnnnymp3b] {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.mobileMenuLink[b-axnnnymp3b] {
    float: left;
    font-size: 32px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: -0.01em;
}

.curPageLink[b-axnnnymp3b] {
    color: var(--primary-2);
}

/*footer {
    margin: 50px 0 15px 0;
    color: var(--neutrals-4);
    font-size: 12px;
}*/
/*.top-row {
    background-color: var(--neutrals-8);
    height: 4rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }
    
    .top-row img {
        width: 120px;
    }*/

.expandUp[b-axnnnymp3b] {
    display: none;
}

.expandDown[b-axnnnymp3b] {
    display: flex;
    padding: 36px 5%;
}

.linkContainer[b-axnnnymp3b] {
    display: flex;
    height: 100%;
}


.logoutRow[b-axnnnymp3b] {
    display: flex;
    flex-direction: row;
}

@media (max-width: 640.98px) {
    .top-row.auth[b-axnnnymp3b] {
        justify-content: space-between;
    }

    .top-row[b-axnnnymp3b]  a, .top-row[b-axnnnymp3b]  .btn-link {
        margin-left: 0;
    }

    .dropAreaOpen[b-axnnnymp3b] {
        height: 100%;
    }

    .linkContainer[b-axnnnymp3b] {
        display: flex;
        height: fit-content;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-content: flex-start;
        flex-wrap: nowrap;
        gap: 24px;
    }

    .logoutRow[b-axnnnymp3b] {
        justify-content: space-around;
    }

    .expandDown[b-axnnnymp3b] {
        display: block;
        flex-direction: column;
        justify-content: center;
    }

    .mobileMenu[b-axnnnymp3b] {
        overflow-y: auto;
        max-height: 100vh;
    }
}

@media (min-width: 641px) {
    .expandDown[b-axnnnymp3b] {
        flex-direction: row;
        justify-content: flex-end;
    }

    .page[b-axnnnymp3b] {
        flex-direction: row;
    }

    .top-row[b-axnnnymp3b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-axnnnymp3b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    /*.top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
    .dropAreaOpen[b-axnnnymp3b] {
        height: auto;
    }

    .linkContainer[b-axnnnymp3b] {
        display: flex;
        height: 100%;
        text-align: left;
        flex-direction: row;
        justify-content: flex-end;
        align-content: flex-start;
        flex-wrap: wrap;
        gap: 64px;
    }

    .logoutRow[b-axnnnymp3b] {
        justify-content: flex-end;
    }
}
/* Client/Shared/NavDropdownGroup.razor.rz.scp.css */

.mobileMenuLink[b-j1tf8bm0a3] {
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: -0.01em;
}

.curPageLink[b-j1tf8bm0a3] {
    color: var(--primary-2);
}


.groupHeader[b-j1tf8bm0a3] {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
/* Client/Shared/OutingCard.razor.rz.scp.css */


.card[b-jpqecodcyr] {
    width: 357px;
    height: 357px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: column;
}


.cardData[b-jpqecodcyr] {
    display: flex;
    padding: 12px 18px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.outingDesc[b-jpqecodcyr] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.card .outingDesc[b-jpqecodcyr] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {

}

h1[b-jpqecodcyr] {
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: 0;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;
    align-self: flex-start;
}

.card h1[b-jpqecodcyr] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.outingListCard[b-jpqecodcyr] {
    position: relative;
    display: flex;
    border-radius: 6px;
    height: 180px;
    width: 364px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    flex-direction: column;
    overflow: clip;
    justify-content: end;
}

.cardIcons[b-jpqecodcyr] {
    display: flex;
    padding: 12px 18px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: left;
}
/* Client/Shared/OutingTemplateCard.razor.rz.scp.css */


.card[b-cd9cb7divp] {
    width: 357px;
    height: 357px;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    overflow: clip;
    display: flex;
    flex-direction: column;
}


.cardData[b-cd9cb7divp] {
    display: flex;
    padding: 12px 18px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: left;
}

.outingDesc[b-cd9cb7divp] {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.card .outingDesc[b-cd9cb7divp] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: clip;
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {

}

h1[b-cd9cb7divp] {
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: 0;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;
    align-self: flex-start;
}

.card h1[b-cd9cb7divp] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: clip;
}

.outingListCard[b-cd9cb7divp] {
    position: relative;
    display: flex;
    border-radius: 6px;
    height: 180px;
    width: 364px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    flex-direction: column;
    overflow: clip;
    justify-content: end;
}

.cardIcons[b-cd9cb7divp] {
    display: flex;
    padding: 12px 18px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: left;
}
/* Client/Shared/PageHeader.razor.rz.scp.css */
.header[b-l1d9eo0863] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}

.new-area[b-l1d9eo0863] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-self: stretch;
}
/* Client/Shared/Processing.razor.rz.scp.css */
.spinnerDiv[b-hzq6xzqnad] {
    display: flex;
    width: 35px;
    height: 35px;
}

.spinner[b-hzq6xzqnad] {
    background: url('/images/loader.svg') center;
    background-size: cover;
}

/* Client/Shared/QrCode.razor.rz.scp.css */
.qrCode[b-tn8zi2dkao] {
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    gap: 18px;
    flex-grow: 1;
    justify-content: center ;
    align-items: center;
    min-height: 100px;
    height: fit-content;
    align-self: center;
}

.qrCodeBtns[b-tn8zi2dkao] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: stretch;
    min-width: 256px;
}

.qrCodeImg[b-tn8zi2dkao] {
    max-height: 256px;
    min-height: 50px;
    max-width: 256px;
    min-width: 50px;
    aspect-ratio: 1;
    box-shadow: 13px 13px 25px var(--box-shadow);
    flex-grow: 1;
    flex-shrink: 1;
    border-radius: 12px;
}

.imageBlock[b-tn8zi2dkao] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
/* Client/Shared/QuickPlayCard.razor.rz.scp.css */
.experienceCard[b-qpmmo8jy1c] {
    height: 170px;
    border-radius: 6px;
    overflow: clip;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    display: inline-flex;
    flex-direction: row;
}

.experienceCardOutingView[b-qpmmo8jy1c] {
    height: 128px;
    border-radius: 6px;
    overflow: clip;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    display: inline-flex;
    flex-direction: row;
}

.cardData[b-qpmmo8jy1c] {
    width: 100%;
    padding: 25px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.cardDataOuting[b-qpmmo8jy1c] {
    width: 212px;
    background: var(--neutrals-6);
    padding: 24px 24px 24px 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.experienceName[b-qpmmo8jy1c] {
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.experienceNameOuting[b-qpmmo8jy1c] {
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: clip;
}

.experienceDesc[b-qpmmo8jy1c] {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: clip;
}

.outingEditTitleRow[b-qpmmo8jy1c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
}

h1[b-qpmmo8jy1c] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    align-self: flex-start;
    flex-grow: 1;
}

p[b-qpmmo8jy1c] {
    flex: 1 1 auto;
    width: 100%;
}

@media (max-width: 640.98px) {
    .experienceCard[b-qpmmo8jy1c] {
        width: 100%;
        max-width: 412px;
        flex: 1 1 412px;
    }
}

@media (min-width: 641px) {
    .experienceCard[b-qpmmo8jy1c] {
        width: 412px;
    }
}

.experienceCardOutingView .experienceName[b-qpmmo8jy1c] {
    font-size: 16px;
    font-weight: 600;
}
/* Client/Shared/QuickplaySettings.razor.rz.scp.css */
h1[b-49q37qgrn5] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
}

input[b-49q37qgrn5] {
    font-size: 16px;
    border: 1px solid var(--primary-3);
    border-radius: 6px;
}
/* Client/Shared/SearchArea.razor.rz.scp.css */

.filteringArea[b-n3jzktg995] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

@media (min-width: 641px) {
    .filteringArea[b-n3jzktg995] {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

}
/* Client/Shared/SearchBar.razor.rz.scp.css */
@media (max-width: 640.98px) {
    .searchBarInput[b-vflef0vjfz] {
        width: 100%;
    }
}


@media (min-width: 641px) {
    .searchBarInput[b-vflef0vjfz] {
        width: calc(50% - 10px);
    }

}
/* Client/Shared/ServiceDescription.razor.rz.scp.css */
.descLayout[b-fkrjdjifaq] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 10%;
    text-align: center;
    gap: 86px;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

h1[b-fkrjdjifaq] {
    font-family: var(--UIFont);
    font-size: min(9vw, 96px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.92px;
    text-align: center;
    line-break: normal;
}

.header1[b-fkrjdjifaq] {
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    gap: 56px;
}

.header1 p[b-fkrjdjifaq] {
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3333333; /* 133.333% */
    letter-spacing: -0.24px;
}
/* Client/Shared/ServiceDescriptionSection.razor.rz.scp.css */

.header2[b-tcbn5vxn89] {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    gap: min(1vw, 7px);
}

.header2 p[b-tcbn5vxn89] {
    color: var(--neutrals-4);
    text-align: center;
    font-family: var(--UIFont);
    font-size: min(3vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 100% */
    text-transform: uppercase;
}

h2[b-tcbn5vxn89] {
    font-family: var(--UIFont);
    font-size: min(6vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.16667; /* 116.667% */
    letter-spacing: -0.96px;
}

p[b-tcbn5vxn89] {
    max-width: 80ch;
}

.descriptionCard[b-tcbn5vxn89] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
/* Client/Shared/SingleAudioPlayer.razor.rz.scp.css */
.mediaControlsContainer[b-n91hrzt9j3] {
    width: 100%;
    max-width: 857px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--neutrals-8);
    box-shadow: 13px 13px 25px var(--box-shadow);
    border-radius: 24px;
    padding: 10px 18px;
}

.mediaControls[b-n91hrzt9j3] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.playBtn[b-n91hrzt9j3] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.playOrPauseBtn[b-n91hrzt9j3] {
    font-size: 1.4rem;
}

.time[b-n91hrzt9j3] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 10px;
    color: var(--neutrals-4);
    font-weight: 400;
}

#audioDuration[b-n91hrzt9j3] {
    margin-right: 5px;
}



input[type=range][b-n91hrzt9j3] {
    height: 15px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

    input[type=range]:focus[b-n91hrzt9j3] {
        outline: none;
    }

    input[type=range][b-n91hrzt9j3]::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: var(--neutrals-4);
        border-radius: 6px;
        border: 0px solid #000000;
    }

    input[type=range][b-n91hrzt9j3]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 9px;
        width: 9px;
        border-radius: 6px;
        background: var(--neutrals-4);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3px;
    }

    input[type=range]:focus[b-n91hrzt9j3]::-webkit-slider-runnable-track {
        background: var(--neutrals-4);
    }

    input[type=range][b-n91hrzt9j3]::-moz-range-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000;
        background: var(--neutrals-4);
        border-radius: 6px;
        border: 0px solid #000000;
    }

    input[type=range][b-n91hrzt9j3]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 9px;
        width: 9px;
        border-radius: 6px;
        background: var(--neutrals-4);
        cursor: pointer;
    }

    input[type=range][b-n91hrzt9j3]::-ms-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range][b-n91hrzt9j3]::-ms-fill-lower {
        background: var(--neutrals-4);
        border: 0px solid #000000;
        border-radius: 12px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range][b-n91hrzt9j3]::-ms-fill-upper {
        background: var(--neutrals-4);
        border: 0px solid #000000;
        border-radius: 12px;
        box-shadow: 0px 0px 0px #000000;
    }

    input[type=range][b-n91hrzt9j3]::-ms-thumb {
        margin-top: 1px;
        box-shadow: 0px 0px 0px #000000;
        border: 0px solid #000000;
        height: 9px;
        width: 9px;
        border-radius: 6px;
        background: var(--neutrals-4);
        cursor: pointer;
    }

    input[type=range]:focus[b-n91hrzt9j3]::-ms-fill-lower {
        background: var(--neutrals-4);
    }

    input[type=range]:focus[b-n91hrzt9j3]::-ms-fill-upper {
        background: var(--neutrals-4);
    }
/* Client/Shared/SoundCard.razor.rz.scp.css */
.soundViewCard[b-hjbtlrupf9] {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 857px;
    border-radius: 6px;
    background: var(--neutrals-6);
    /* Drop Shadow, Soft */
    box-shadow: 13px 13px 25px 0px var(--box-shadow);
    overflow: clip;
    flex: 1 1 auto;
}

.soundViewCardDetails[b-hjbtlrupf9] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    flex: 1 0 auto;
}

.outingEditTitleRow[b-hjbtlrupf9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
}

.soundViewCardTitle[b-hjbtlrupf9] {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 16px;
    column-gap: 128px;
    width: 100%;
    justify-content: space-between;
}


.soundCard[b-hjbtlrupf9] {
    position: relative;
    display: flex;
    border-radius: 6px;
    height: 308px;
    width: 173px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    flex-direction: column;
    overflow: clip;
    justify-content: end;
}


.soundCardOuting[b-hjbtlrupf9] {
    display: flex;
    border-radius: 6px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
    flex-direction: row;
    overflow: clip;
    width: 357px;
    height: auto;
}

.soundCardOutingEdit[b-hjbtlrupf9] {
    width: 100%;
    max-width: 100%;
}

.soundText[b-hjbtlrupf9] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cardData[b-hjbtlrupf9] {
    width: 100%;
    border-radius: 0 6px 6px 0;
    padding: 25px 30px 30px 30px;
}

@media (max-width: 640.98px) {
    .soundViewCardDetails[b-hjbtlrupf9] {
        width: 100%;
    }

    .soundViewCard[b-hjbtlrupf9] {
        align-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (min-width: 641px) {
    .soundViewCardDetails[b-hjbtlrupf9] {
        flex-basis: 66%;
    }
}

h1[b-hjbtlrupf9] {
    overflow: hidden;
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: auto;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;

    display: -webkit-box;
    -webkit-box-orient: vertical;

    flex-grow: 1;
}

p[b-hjbtlrupf9] {
    flex: 1 1 auto;
    width: 100%;
}
/* Client/Shared/WalkingTourCard.razor.rz.scp.css */
h1[b-k6lxwz7mcq] {
    color: var(--neutrals-1);
    text-overflow: ellipsis;
    margin: 0;

    /* Body 1 */
    font-family: var(--UIFont);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
    text-align: left;
    align-self: flex-start;
}

.walkingTourCard[b-k6lxwz7mcq] {
    /*display: flex;*/
    width: 300px;
    max-width: 300px;
    height: auto;
    border-radius: 6px;
    margin: 40px 10px 0 0;
    padding: 20px;
    box-shadow: 13px 13px 25px var(--box-shadow);
    background: var(--neutrals-6);
}

.mapCardDesc[b-k6lxwz7mcq] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 24px;
}
