*{
    opacity: 1;
    visibility: visible;
    max-height: 1000vh;
    max-width: 1000vw;
    /* transition: all 100ms ease-in-out 100ms; */
}

a {
    text-decoration-color: white;
    color: white;
}
.message-text a {
    display: inline-block;
    /*background: #e99821;*/
    /*padding: 0 1em;*/
    border-radius: 1em;
    text-decoration-color: transparent;
    color: #551A8B;
    /*color: black;*/
    /*color: blue;*/
    /*text-shadow: 0 0 1px black;*/
    text-decoration: none;
}

select.dropdown,
select {
    margin: 0;
    width: 98%;
    border-radius: 1rem;
    padding: 0.5rem;
    border: none;
    box-shadow: 0.1rem 0.1rem 0.2rem 0 #0008;
    /* min-width: clamp(100px, 100%, 95vw); */
    background: white;
    font-size: 1rem;
}

.card.explore .dropdown,
.card.explore select {
    margin: 0;
    width: 70%;
    border-radius: 1rem;
    padding: 0.5rem;
    border: none;
    box-shadow: 0.1rem 0.1rem 0.2rem 0 #0008;
    /* min-width: clamp(211px, 70%, 95vw); */
    background: white;
    font-size: 1rem;
}

.invite-status select.dropdown {
    border-radius: 0.1rem;
    text-align: center;
    padding-left: 1em;
}
.invite-status select.dropdown.mine {
    border-radius: 1rem;
}

option {
    margin: 0;
    padding: 0;
    border: none;
    background: white;
}

.left {
    text-align: left;
    align-self: flex-start;
    justify-self: flex-start;
    justify-content: flex-start;
}

input[type="text"] {
    margin: 0;
    /*background-image: url(../images/icons/icon-search-black.svg);*/
    background-repeat: no-repeat;
    /*width: 98%;*/
    border-radius: 1rem;
    padding: 0.5rem;
    border: none;
    box-shadow: 0.1rem 0.1rem 0.2rem 0 #0008;
    background-position: 0.5rem 0.5rem;
}

input[type="text"]:focus {
    outline: none;
    border: none;
}

input[type="number"],
input[type="date"],
input[type="time"] {
    border-radius: 1rem;
    padding: 0.5rem;
    outline: none;
    border: none;
    box-shadow: 0.1rem 0.1rem 0.2rem 0 #0008;
}

input[type="number"] {
    text-align: right;
    width: 6rem;
    border-radius: 0.125em;
    padding: 0.125rem;
    border: none;
    box-shadow: 1px 1px 2px 0 #0008;
    font-size: 0.75rem;
}

.radio-input .row {
    /*justify-content: center;*/
    align-content: center;
}

input[type="radio"] {
    /*align-self: center;*/
    /*justify-self: center;*/
    margin-top: 0.25rem;
    margin-left: 0.5rem;
}

.page.settle_split .day .action-item.show .icon {
    transform: rotate(90deg);
    /* transition: transform 300ms ease-in-out; */
}

.page.settle_split .day.collapse .action-item.show .icon {
    transform: rotate(0deg);
    /* transition: transform 300ms ease-in-out; */
}

.page.settle_split .day.collapse {
    /*max-height: 240px;*/
}

.page.settle_split .day {
    max-height: 100vh;
    /*overflow: hidden;*/
    /* transition: max-height 300ms ease-in-out; */
}

.page.settle_split .day.collapse .add-expense {
    max-height: 0;
}

.page.settle_split .day .add-expense {
    max-height: 100vh;
    overflow: hidden;
    /* transition: max-height 300ms ease-in-out; */
}

.page.settle_split .day.collapse .expense-item {
    max-height: 0;
    overflow: hidden;
}

.page.settle_split .day.collapse .expense-list {
    padding: 0;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
}

.page.settle_split .day.collapse .breakdown {
    max-height: 0;
}

.page.settle_split .day .breakdown {
    max-height: 100vh;
    overflow: hidden;
    /* transition: max-height 300ms ease-in-out; */
}

.page.settle_split .day .breakdown-inner {
    display: inline-block;
}

.page.settle_split .day .breakdown-item {
    display: inline-block;
    margin: 0.1rem;
}

.stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0.25rem;
    width: 100%;
}

.stack > * {
    /*margin: 0;*/
    /*padding: 0;*/
}

.stack .text {
    text-align: center;
    justify-content: center;
    align-items: center;
    /**/
}

.rack {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
}

.col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
}

.row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.message-text .row{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    position: relative;
}

.range-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.card-people .row {
    gap: 0.7rem;
}

.center-content {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.center,
.centered,
.center-me {
    align-self: center;
    justify-self: center;
    margin: auto;
    align-items: center;
}

.center-content {
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}

.right {
    text-align: right;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: right;
    width: 100%;
}
.right > .stack {
    width: auto;
}

.disabled{
    opacity: 0.5;
    background-color: #88888888;
}

.nowrap {
    white-space: nowrap;
}

.framed {
    border: 1px solid black;
}

.rounded {
    border-radius: 0.5em;
}

.page .content-panel > .row.padded,
.padded {
    padding: 9px 3px;
}

.event {
    width: 100%;
    gap: .5em;
}

.event .row > .text {
    min-width: 95px;
}

.event .hash-tag {
    min-width: 40px;
}

.event label {
    width: 50%;
}

.event label input {
    width: 100%;
}

.event.padded {
    padding: 0.5em;
}

.fill {
    width: 82%;
}

.search.fill.div {
    justify-content: flex-start;
    margin-right: 2rem;
}

.input-set.div{
    
}


.spread,
.space-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.1rem;
}

.spaced,
.space-evenly {
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.around,
.space-around {
    justify-content: space-around;
}

.row > * {
    align-self: center;
    justify-self: center;
}

.row .icon-frame {
    margin-right: 0;
    align-self: center;
}

.titles .icon-frame {
    margin-right: 0;
    align-self: flex-start;
}

.row .action-item .icon-frame {
    margin-right: 0;
}

.row > .action-item,
.row .col:last-of-type {
    /*width: 100%;*/
}

.card-title .action-item {
    padding: 0;
}

.col,
.row {
    width: auto;
}

.card-people .row {
    width: auto;
}

.row > .action-item {
    justify-content: right;
}

.card-title {
    width: 100%;
}

.card-subtitle {
    width: 100%;
    /*white-space: nowrap;*/
}

.invisible *,
.invisible {
    visibility: hidden;
}

.taste-match .hidden .pane-actions button,
.hidden.pane button,
.hidden.pane,
.hidden {
    padding: 0;
    top: 0;
    right: -100vh;
    bottom: 0;
    height: 0;
    width: 0;
    opacity: 0;
    visibility: collapse; 
    /* z-index: -1; */
    display: none; /* REQUIRED FOR CHROM TO TAKE ZERO SPACE */
    /* transition-property: width, height, opacity, padding, right;
    transition-duration: 333ms;
    transition-timing-function: ease-in-out; */
    z-index: -10;
}

.filter-hide {
    padding: 0;
    top: 0;
    right: -100vh;
    bottom: 0;
    height: 0;
    width: 0;
    opacity: 0;
    visibility: collapse; 
}

.page.explore .card.hidden {
    /*margin: 0;*/
    /*padding: 0;*/
    /*gap: 0;*/
    /*min-height: 0;*/
    /*min-width: 0;*/
    /*height: 0;*/
    /*width: 0;*/
    opacity: 0;
    visibility: collapse;
    /* transition: all 333ms ease-in-out; */
}

.stack {
    gap: 0.5rem;
    /* transition: all 333ms ease-in-out; */
}

.dialog.invite-dialog .stack {
    justify-content: flex-start;
}


.collapse * {
    min-height: 0;
    max-height: 0;
    gap: 0;
    /* transition: all 333ms ease-in-out; */
}

.card-list.collapse {
    min-height: 0;
    max-height: 0;
    gap: 0;
    padding: 0;
    height: 0;
    /* transition: all 333ms ease-in-out; */
}

.collapse * {
    max-height: max-content;
    /* transition: all 333ms ease-in-out; */
    /*height: auto;*/
}

.collapse .action-item.show .icon {
    transform: rotate(0deg);
    /* transition: transform 333ms ease-in-out 333ms; */
}

.action-item.show .icon {
    transform: rotate(90deg);
    /* transition: transform 333ms ease-in-out 333ms; */
}

.filtered input {
    color: dimgray;
    background: whitesmoke;
    padding: 0.5em;
    border-radius: 1em 1em 1.5em 1em;
}

.filtered input,
.filtered select {
    border: none;
}

.filtered option {
    border: 1px solid silver;
    margin-top: -1px;
}

.filtered select {
    /* transition: all 333ms ease-in-out; */
    max-height: 0;
}

.filtered option {
    border: 1px solid whitesmoke;
    margin: 0 0 -1px 0;
    padding: 0.5em;
    border-radius: 0.5em;
}

.checkered{
    background: repeating-conic-gradient(black 0% 25%, white 0% 50%) 50% / 2px 2px;
}

.progress-meter {
    width: fit-content;
    min-height: 8px;
    background: black;
    border: 1px solid black;
    display: flex;
    gap: 1px;
    flex-direction: row;
}
.page.timeline .progress-meter {
    margin-right: 1em;
}
.meter-step {
    background: #666;
    border: 1px solid #333;
    min-height: 8px;
    min-width: 15px;
    display: inline-block;
    margin: 0;
}

.meter-step.completed {
    background: #c93;
    border: 1px solid #fc9;
}

.meter-start {
    background: green;
    border: 1px solid darkgreen;
    min-height: 8px;
    min-width: 8px;
    display: inline-block;
}

.meter-finish {
    background: black;
    border: 1px solid #333;
    min-height: 8px;
    min-width: 8px;
    display: inline-block;
    background: repeating-conic-gradient(black 0% 25%, white 0% 50%) 50% / 3px 3px;
}

.pill-box {
    background: white;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    border-radius: 1rem;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    width: 99%;
    padding: 0.5rem;
    border: none;
    /*box-shadow: 0.1rem 0.1rem 0.2rem 0 #0008;*/
    background-position: 0.5rem 0.5rem;
    display: flex;
    flex-direction: column;
}

.pill-input,
.pill-box input[type="text"] {
    font-family: 'SF Pro Display', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    border: none;
    background: none;
    /*border-radius: unset;*/
    /*box-shadow: unset;*/
    /*font-size: 2rem;*/
    color: black;
    min-width: 3rem;
    flex-grow: 1;
    /* margin-top: 0.9rem; */
    /*align-self: flex-end;*/
    width: auto;
}

.pill-box input[type="text"]:focus-within,
.pill-box input[type="text"]:focus,
.pill-box input[type="text"]:focus-visible {
    border: none;
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    outline: none;
}

.pill {
    font-family: 'SF Pro Display', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    background: #333333;
    color: white;
    width: fit-content;
    /*white-space: nowrap;*/
    position: relative;
    user-focus: true;
    touch-action: auto;
    max-width: calc(100vw - 4.3rem);
    text-overflow: ellipsis;
    overflow: hidden;

    line-height: 2em;
    border-style: none;
    border-radius: 6px;
    margin: 3px 6px;
    padding: 3px 1rem;
    display: inline-flex;

}

.x-close {
    position: absolute;
    top: -0.5rem;
    right: 0.25rem;
    color: white;
    opacity: 0.33;
}

.pill:hover .x-close,
.pill:active .x-close,
.pill:focus .x-close,
.pill:focus-within .x-close {
    opacity: 0.66;
}

.selectedPeople,
.availablePeople{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.content-panel .selectedPeople .action-button,
.content-panel .availablePeople .action-button {
    /* padding: 0.25rem; */
    line-height: 1rem;
}

#add-item{
    /*width: 100%;*/
}

.dropdown .dropbtn {
    background-color: white;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    color: #8F8F8F;
    height: 32px;
    /* padding: 16px; */
    font-size: 12px;
    /* border: none; */
    cursor: pointer;
    width: 100%;
}

.dropdown .dropbtn:hover,
.dropdown .dropbtn:focus {
    border: 1px solid #dd8800;
    color: #dd8800;
}

.dropdown {
    position: relative;
    display: inline-block;
    min-width: 211px;
    /* padding-left: 0.5em; */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.dropdown-content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content p:hover {
    background-color: #ddd;
}

.dropdown-content.show {
    display: block;
}

.space-around-buttons {
    margin: 20px;
}

.add-all-button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.external-invite-div {
    width: 70%;
    border-radius: 4%;
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-shadow: 2px 2px 4px 1px #333333;
    padding: 20px;
    margin: 10px;
}

.selected-button {
    border: 3px solid #0d0d0d;
    background-color: rgb(64, 64, 64);
}

.selected-button:hover {
    background-color: #0d0d0d;
}

.cato-link {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    text-shadow: 0px 0px 1px white;
    text-underline-offset: .08rem; 
}

#page-explore > div.header.div > div.row.div > div.spread.filter-tags {
    width: 100%;
    flex: 1;
    justify-content: right;
}

#page-explore > div.header.div > div.row.div > div.search.fill.div {
    width: 45vw;
}

.time-period-select {
    width: 10em
}

.time-period-datetime-select {
    width: 20em
}