body.slides {
    font-family: Inder, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

p.just, ol.just {
    text-align: justify;
}

p.right {
    text-align: right;
    width: 100%;
}
p.right.small {
    margin-top: -2em;
}

form#register {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form#register > input,
form#register > select,
form#register > button {
    display: block;
    /* text-align: center; */
}

nav.bottom .logos img {
    max-height: 48px;
}

div.dropdown.share li.mail {
    width: 80px;
    height: 50px;
    background-color: rgb(170, 31, 72);
    padding: 14px 0;
    border-radius: unset;
    font-size: unset;
}

a.mail {
    font-size: 0.75em;
}

div.delivery-list {
    display: none;
}

div.frame, select.delivery-selector {
    display: list-item;
}

.modal {
    width: 100vw;
    height: 100vh;
    color: rgb(32, 32, 32);
    display: none;
}

.modal > .content {
    background-color: unset !important;
}

.modal > .content > .container > .wrap {
    width: 60vw;
    height: 60vh;
    margin: auto;
}

.modal > .content > .container > .wrap > .inner {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .95);
    padding: 2em 0;
}

/*

.modal > .wrap {
    padding: 3em;
    margin: auto;
    width: 60vw;
    min-width: 400px;
    height: unset;
    color: #404040;
}
*/

ol.actions {
    list-style: none;
    counter-reset: i;
}

ol.actions > li {
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 1em;
    color: black;
    counter-increment: i;
    position: relative;
    display: block;
    padding: 1px;
}

ol.actions > li:hover {
    background-color: rgba(255, 255, 255, 1);
}

ol.actions > li::before {
    content: counter(i);
    color: white;
    position: absolute;
    left: -40pt;
    top: -15pt;
    font-family: monospace;
    font-size: 4em;
    text-align: right;
}

ol.actions > li > p {
    display: block;
    margin: 1em;
}

ol.actions > li > p::before {
    content: "\203A";
    font-family: monospace;
    color: gray;
    font-size: 4em;
    display: block;
    float: right;
    margin-top: -15pt;
}

.invalid:invalid {
    box-shadow: 0 0 5px 1px red;
}

input[type="date" i] {
    font-family: Inder, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

div.button:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .3rem rgba(0,123,255,.25)
}