@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v303/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2) format('woff2');
}


:root {
    --bg: rgb(246 248 247);
    --borderColor: #e5e7eb;
    --lineHeight: 2rem;
    --white: white;
    --black: black;
    --card: #1b1f27;
    --shadow: 1px 1px 3px var(--borderColor);
    --border: 1.5px solid var(--borderColor);
    --darkAccent: var(--dark);
    --gray: gray;
    --loaderBG: var(--dark);
}

:root[data-theme="dark"] {
  --bg: rgb(16 34 28);
  --borderColor: rgb(255 255 255 / 0.05);
  --white: rgb(26 44 38);
  --black: white;
  --shadow: 1px 1px 3px rgb(227 0 0 / 5%);
  --darkAccent: var(--light);
  --gray: #ffffff91;
  --loaderBG: var(--bg);
}


div#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200;
    background-color: var(--loaderBG);
    /* background-image: url(/images/papers/cs.png); */
    background-size: 50%;
    background-position: 50%;
    transition: 1s;
}

body {
    margin: 0 auto;
    background: var(--bg);
    font-family: 'Stapel';
    color: white;
    position: relative;
    padding: 1rem;
}


.tag {
    height: var(--lineHeight);
    border: var(--border);
    border-radius: 20px;
    line-height: 2rem;
    padding: 0 10px;
    color: var(--dark);
    font-family: 'StapelL';
    text-align: center;
    white-space: nowrap;
    box-shadow: var(--shadow);
    color: var(--gray);
    background: var(--white);
    cursor: pointer;
}

.tag:hover {
    background: var(--borderColor);
}

.tag[data-active="true"] {
    background: var(--dark);
    color: white;
    font-family: 'Stapel';
    border-color: var(--dark);
}

.tag[data-active="true"]:hover {
    background: var(--dark);
}

.dateHeader {
    color: var(--black);
    padding-left: 1rem;
    border-left: 4px solid var(--accent);
    margin-bottom: 1rem;
}
.details+.dateHeader{
    margin-bottom: 2rem;
}
.imgContrainer>img {
    width: 100px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
    margin: 0rem;
    box-sizing: border-box;
    height: -webkit-fill-available;
}

.event {
    background: var(--white);
    border: var(--border);
    box-shadow: var(--shadow);
    padding: 1rem;
}

.event.flex.left {
    flex-wrap: nowrap;
    gap: 1rem;
}

h4 {
    color: var(--black);
}

p.info {
    color: var(--gray);
    margin: 0 !important;
    margin-bottom: .5rem !important;
}

h1,
h2,
h3,
h4,
p {
    margin: 0 0 .5rem !important;
}

.time {
    color: var(--darkAccent);
}

.price {
    color: var(--black);
}

.details>h4 {
    min-width: 100%;
}

.bottomLess {
    margin-bottom: 0 !important;
}

.imgContrainer>span {
    position: absolute;
    top: 0;
    left: 0;
}

.imgContrainer {
    position: relative;
    height: auto;
}

.imgContrainer>.span {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    font-size: small;
    font-family: 'StapelL';
    background: var(--dark);
    padding: 0rem .5rem;
    border-radius: 4px;
    color: white;
}

.mso::before {
    font-family: 'Material Symbols Outlined';
    font-size: 0.7em;
    padding-right: 0.2rem;
}

.time::before {
    content: 'schedule';
}

.person::before {
    content: 'person';
}

.vc {
    display: flex;
    align-items: center;
    align-content: center;
}

.bookButton {
    background: var(--light);
    color: var(--dark);
    padding: .3rem .5rem;
    border-radius: 4px;
    letter-spacing: .5px;
    font-size: small;
}

.details {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    flex-wrap: nowrap;
}

.heat {
    color: var(--accent) !important;
}

.heat::before {
    content: 'local_fire_department';
}

.dark {
    background: none;
    color: var(--black);
    padding: 0;
}

h2.white {
    color: var(--black);
}

.dark>.white {
    color: var(--black);
}

.tile {
    background: var(--white);
    padding: 1rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
    border: var(--border);
    box-shadow: var(--shadow);
    color: var(--black) !important;
}

.tab {
    background: var(--bg);
    /* box-shadow: var(--shadow); */
    border-color: #878d9b;
    border: 1px solid var(--borderColor);
}

.selector {
    margin-bottom: 1rem;
    container-type: inline-size;
}


.ko-cal {
    width: 100%;
    font-family: system-ui, sans-serif;
    margin-bottom: 2rem;
    max-width: 360px;
    margin: 0 auto 2rem;
}

.cal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.cal-header button {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: none;
    background: var(--white);
    cursor: pointer;
    color: var(--black);
}

.cal-title {
    font-weight: 600;
}

.cal-weekdays,
.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-top: 10px;
}

.cal-weekday {
    font-size: 12px;
    opacity: .7;
    text-align: center;
    padding: 4px 0;
}

.cal-cell {
    height: 2.5rem;
    border-radius: 1rem;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: normal;
    color: var(--black);
}

.cal-cell.is-out {
    opacity: .35;
}

.cal-cell.is-today {
    border-color: #333;
}

.cal-cell.is-disabled {
    opacity: .35;
    cursor: not-allowed;
}

.cal-footer {
    margin-top: 10px;
    font-size: 13px;
    opacity: .9;
}



button {
    font-family: 'StapelL';
}

.tile>*:last-child {
    margin-bottom: 0 !important;
}


button.cal-cell.is-booked {
    /* background: var(--light); */
    position: relative;
}


.tile>*:last-child {
    margin-bottom: 0 !important;
}


.is-booked::after {
    content: '●';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    color: var(--light);
    font-size: large;
}

.cal-grid>*:nth-child(7n-6):before {
    content: none !important;
}



.is-booked+.is-booked::before {
    width: 110%;
    height: 0.01rem;
    background: var(--light);
    position: absolute;
    display: block;
    content: '';
    right: 50%;
    bottom: 0.18rem;
}


.mso.bigGreenMso {
    width: 2.5rem;
    height: 2.5rem;
    background: #ddefe5;
    border-radius: 50%;
    margin-right: 1rem;
}

body {
    color: var(--black);
    max-width: 600px;
}

.date:before {
    content: 'calendar_today';
}

.mso.bigGreenMso:before {
    font-size: 1.5rem;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    line-height: 2.5rem;
    color: var(--dark);
}

.location::before {
    content: 'map';
}

.price2:before {
    content: 'payments';
}

.eventPageDetailsContainer>* {
    margin-bottom: .5rem;
    height: 3rem;
    display: flex;
    align-items: stretch;
}

.eventPageDetailsContainer>div>div>.info {
    margin-bottom: 0px !important;
}

div#footer{
    color: white;
}

.bookButton.big {
    width: 100%;
    margin-top: 2rem;
    height: 3rem;
    text-align: center;
    font-size: large;
    cursor: pointer;
    box-shadow: var(--shadow);
    box-sizing: border-box;
    line-height: 3rem;
    padding: 0;
}

.eventPageDetailsContainer {
    margin-bottom: 2rem;
}

.eventPageDetailsContainer>*:last-child {
    margin-bottom: 0;
}

img.avatar {
    width: 5rem;
    aspect-ratio: 1 !important;
    height: initial;
    margin-right: 1rem;
    border-radius: 50%;
    box-shadow: var(--shadow);
}


.verified:before {
    content: 'verified';
}

.imgContrainer.mso.verified:before {
    color: var(--dark);
    right: 14px;
    position: absolute;
    bottom: 5px;
    font-size: 15px;
    background: var(--light);
    text-align: center;
    padding: 4px;
    border-radius: 50%;
    display: block;
    aspect-ratio: 1;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 2px solid white;
    box-shadow: var(--shadow);
}

.tile.short {
    border-radius: 1rem;
}

.tile.flex {
    flex-wrap: initial;
}

.thin {
    opacity: .1;
    fill: white;
    height: 100%;
}

#loader>h1 {
    color: white;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    font-size: 4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: 30%;
}

.content>h1 {
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 20rem;
    animation: ls 1s forwards;
    text-align: center;
}

.content>info {
    font-size: large;
    font-family: 'stapelL';
    letter-spacing: 1px;
    margin-top: 3rem;
    display: block;
}

.runner {
    width: 2rem;
    height: 2rem;
    border: 0.4rem solid #ffffff6e;
    margin: 0 auto;
    border-radius: 50%;
    border-top-color: var(--accent);
    animation: rotate 1s infinite;
    margin-top: 2rem;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ls {
    100% {
        letter-spacing: .2rem;
    }
}

.f {
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    font-family: 'stapell';
    text-align: center;
    bottom: 10px;
    opacity: .3;
}

textarea {
    padding: 0.5rem;
}

select {
    color: var(--black);
}

.center {
    text-align: center;
}

.center>.avatar {
    display: block;
    margin: 2rem auto 1rem;
    width: 7rem;
    border: 0.4rem solid white;
}

.center>h2 {
    color: var(--black);
    display: block;
}

.tile.short.green {
    background: var(--dark);
    color: white;
}

p.info.cap {}

.white {
    color: white;
}

.info.cap {
    font-family: 'StapelL';
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
}

.tile.short.green>h3 {color:  white;font-size: xx-large;}

.green>.info {color: white;}

.tile.short.green {}

.progress {
    width: 100%;
    position: relative;
    height: 0.6rem;
    margin: 1rem 0;
    background: var(--bg);
    border-radius: 5rem;
}

.progress.d {
    background: #1e4733;
    border-radius: .5rem;
}

.d>.progressBar {
    background: var(--light);
    height: 100%;
    border-radius: 1rem;
}

.white {
    color: white !important;
}

.grid {
    display: grid;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
}

.g2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.g3 {
    grid-template-columns: repeat(3, 1fr);
}


.bigGreenMso.accent {
    background: #fdf5e7;
    color: #fdf5e7;
}

.mso.cowork::before {
    content: 'desk';
    color: var(--accent);
}


.tile.short>h2 {
    color: var(--black);
    margin: 1rem 0 0rem !important;
}

.info.green {
    color: var(--darkAccent);
    font-family: 'StapelL';
    line-height: 0.9rem;
    font-size: small;
}

.mso.events:before {
    content: 'local_activity';
}

.tile.short {
    overflow: hidden;
    position: relative;
}


.a>.progressBar {
    background-color: var(--accent);
}

.progressBar {
    height: 100%;
    border-radius: 1rem;
}

.progressBar {
    background-color: var(--dark);
}


.grid>.tile:before {
    content: 'desk';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 4.5rem;
    height: 4.5rem;
    background: #e7eeeb;
    border-radius: 50%;
    text-align: center;
    line-height: 4.5rem;
    color: var(--dark);
    font-size: x-large;
}

.grid>.tile.cowork:before {
    color: var(--accent);
    background: antiquewhite;
}

.tile.short.green::before {
    content: 'verified';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    top: 50%;
    /* right: -1rem; */
    width: 100%;
    /* height: 25rem; */
    /* background: #e7eeeb61; */
    border-radius: 50%;
    text-align: center;
    line-height: 5rem;
    color: var(--dark);
    font-size: 17em;
    color: var(--light);
    filter: opacity(0.5);
    margin: 0 auto;
    display: block;
    transform: translate(0px, -50%);
}

.tile.short.events:before {
    content: 'local_activity';
}

.tile.short.green.deposit:before {
    content: 'payments';
    font-size: 15rem;
}

.square {
    aspect-ratio: 1;
    border-radius: 1rem !important;
}


div.scrollable {
    scroll-snap-type: x;
    scroll-behavior: smooth;
}

.scrollable>* {
    scroll-snap-align: start;
}



h2 {
    color: var(--black) !important;
}

.ticket2 {
    background: var(--white);
    padding: 2rem;
    border-radius: 2rem;
    background: var(--dark);
    color: white;
    mask: radial-gradient(circle at 0px calc(50vw + 2.6rem), transparent 1.5rem, black 1.6rem) left, radial-gradient(circle at 100% calc(50vw + 2.6rem), transparent 1.5rem, black 1.6rem) right;
    mask-size: 54% 100%;
    mask-repeat: repeat-y;
           /* hole radius */
       /* vertical offset logic preserved */
    margin-bottom: 90px;
    }

.ticket2>img {
    margin: 0 auto;
    display: block;
    margin: 1rem auto;
    border-radius: 1rem;
    width: 50%;
}


.flex.equal {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.flex.equal {
    font-family: 'StapelL';
}

.details>h2 {
    margin-bottom: 2rem !important;
    letter-spacing: 1px;
    margin-top: 2rem !important;
}

.ticket2>.info.cap {
    /* border-bottom: 1px dashed var(--bg); */
    padding-bottom: 1rem !important;
    text-align: center;
    color: var(--accent);
}


button.right.w100.activeButton {
    text-align: right;
    display: block;
    margin: 2rem auto;
}

.reg {
    margin-bottom: 90px;
}

.details>.flex {
    container-type: inline-size;
}

.details>.flex>div {
    font-size: clamp(10px, 5cqi, 20px);
}


.afterTile {
    background: var(--white);
    padding: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin-top: -3rem;
    font-size: small;
    padding-top: 2rem;
    margin-bottom: 2rem;
    font-family: 'StapelL';
}

img.avatar.small{
    width: 3rem;
}


[data-passed="true"] {
    filter: opacity(0.5);
}

.cut{
     -webkit-line-clamp: 5;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.mtop2 {
    margin-top: 2rem;
}

img.sup {
    width: 6rem;
    height: 6rem;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
}