@import url('https://fonts.googleapis.com/css?family=Montserrat:400,900');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");


textarea {
  border-radius: 0.50em;
  font-size: 110%;
  font-family: 'Montserrat', sans-serif;
  resize: none;
}

textarea, input, select {
  padding: 0.5em 0.5em;
}


.navbar {
  z-index: 1;
}

td {
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

th {
  vertical-align: middle;
}

* {
  user-drag: none;
  /* user-select: none; */
  /* -moz-user-select: none; */
  -webkit-user-drag: none;
  /* -webkit-user-select: none; */
  /* -ms-user-select: none; */
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  --bgColor: rgba(245, 245, 245);
  /* Background pattern from Toptal Subtle Patterns */
  /*background-image: url("./img/UI/background.png"); */
  /*background-image: url("background.png");*/
}

.header {
  max-width: 100%;
  height: 150px;
  /* margin-top: 30px; */
  margin-bottom: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.footer {
  max-width: 100%;
  height: 150px;
  margin: auto;
  margin-bottom: 50px;
}

.udg-header {
  float: right;
}

.contingut {
  max-width: 650px;
  margin: auto;
  font-size: 18px;
  margin-top: 200px;
}

.contingutBloc {
  text-align: center;
  font-size: 18px;
}

.container {
  width: 270px;
}

.contenidor-idiomes {
  float: right;
}

.login-div {
  display: table;
  margin: 0 auto;
}

.boto-idioma {
  width: 50px;
  height: 40px;
  border: none;
  background: none;
}

.menu-button, .selected-menu-button, .menu-button-small, .menu-button-big, .menu-button-tiny, .enigma-button, .selected-enigma-button, .tipus-button, .selected-tipus-button, .modal-default-button {
  display: inline-block;
  width: 150px;
  min-height: 50px;
  padding: 0.35em 1.2em;
  border: 1px solid #2c2c2c;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 100%;
  color: #2c2c2c;
  background-color: inherit;
  text-align: center;
  transition: all 0.2s;
  font-size: 16px;
}

.menu-button:hover, .menu-button-small:hover, .menu-button-tiny:hover, .menu-button-big:hover, .enigma-button:hover, .selected-enigma-button:hover, .selected-menu-button:hover, .modal-default-button:hover {
  color: #FFFFFF;
  background-color: #2c2c2c;
}

.menu-button-small:hover, .menu-button-tiny:hover, .menu-button-big:hover {
  background-color: #D4D4D4;
  filter: invert(100%);
}

.menu-button-small {
  width: 50px;
  height: 50px;
  padding: 0.3em 0.3em;
}

.menu-button-big {
  width: 200px;
  height: 200px;
  padding: 0.3em 0.3em;
}

.menu-button-tiny {
  width: 25px;
  min-height: 25px;
  height: 25px;
  padding: 0.3em 0.3em;
}

.menu-button-ultra-tiny {
  width: 12px;
  min-height: 12px;
  height: 12px;
  padding: 0.1em;
  display: inline-block;

}

.menu-button:disabled, .selected-menu-button:disabled, .menu-button-small:disabled, .menu-button-tiny:disabled {
  color: #FFFFFF;
  background-color: #838383;
  filter: brightness(0.6);
}

@media all and (max-width:30em) {
  /* .menu-button, .menu-button-small, .menu-button-tiny, .menu-button-big, .selected-menu-button, {
    display: block;
    margin: 0.4em auto;
  } */
}

.taula-graella {
  table-layout: fixed;
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
}

.taula-graella input, .taula-graella textarea {
  width: 100%;
  box-sizing: border-box;
}

.taula-graella select {

  width: 100%;
  box-sizing: border-box;
}

.taula-graella td, .taula-graella th {
  border: 1px solid black;
  white-space: normal;
  text-align: center !important;
  padding: 10px 10px 10px 10px !important;
}

.taula-llista {
  width: 100%;
  border-collapse: collapse;
}

.taula-llista td, .taula-llista th {
  border: 1px solid #D4D4D4;
}

.taula-eleccio {}

.imatge-personatge {
  width: 150px;
  height: 150px;
  vertical-align: middle;
}

.enigma-button, .selected-enigma-button {
  width: auto;
  height: auto;
  min-width: 150px;
  min-height: 50px;
}

.tipus-button, .selected-tipus-button {
  width: auto;
  height: auto;
  min-width: 100px;
  min-height: 50px;
}


.selected-enigma-button, .selected-menu-button, .selected-tipus-button {
  color: #FFFFFF;
  background-color: #838383;
}

.image-button {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.opcions-enigmes {
  text-align: right;
}

.input-text-curt {
  height: 40px;
  width: 330px;
  border-radius: 0.50em;
  font-size: 110%;
  font-family: 'Montserrat', sans-serif;
}

.input-text-mitja {
  height: 40px;
  width: 700px;
  border-radius: 0.50em;
  font-size: 110%;
  font-family: 'Montserrat', sans-serif;
}

.text-menu, .text-negreta, .comptador-lletres {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.text-negreta {
  font-weight: bold;
}

.comptador-lletres, .comptador-lletres-passat {
  float: right;
  margin-right: 350px;
}

.video-button {
  width: 176px;
  height: 99px;
  padding: 0;
  background-color: Transparent;
  border: none;
  position: relative;
  vertical-align: middle;
  margin-left: 30px;
}

.video-button:hover {}

.video-button:focus {
  outline: 0;
}

.video-button:active {
  transform: translateY(2px);
}

.video-button-image {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  position: relative;
  z-index: -1;
}

/* Menú selecció de personatges */

.table-select-pj {
  height: 120px;
  width: 120px;
}

.pj-button {
  background: url("./img/UI/botoBuit.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100px;
  height: 100px;
  padding: 0;
  border: none;
  position: relative;
}

.pj-button:hover {
  background: url("./img/UI/botoBuitHover.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pj-button:focus {
  outline: 0;
}

.pj-button:active {
  background: url("./img/UI/botoBuitClick.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transform: translateY(2px);
}

.pj-selected {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0px;
  right: 0px;
}

.pj-image {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 2px;
  right: -2px;
}

.video-list {
  list-style-type: none;
}

.select-video-button {
  width: 80%;
  background-color: Transparent;
  border: 2px solid Transparent;
  outline: none;
  vertical-align: middle;
}

.select-video-button:hover {
  border: 2px solid black;
  border-color: #4CAF50;
  background-color: #E7F5E8;
}

.preview-button {
  background: url("./img/UI/previewButton.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100px;
  height: 100px;
  padding: 0;
  border: none;
  vertical-align: middle;
}

.preview-button:hover {
  opacity: 0.8;
}

.preview-button:focus {
  outline: 0;
}

.preview-button:active {
  transform: translateY(4px);
  opacity: 1;
}

.mapa-container {
  width: 100%;
  max-height: 800px;
  display: block;
  vertical-align: top;
  /* border: 1px solid black; */
}

.imatge-mapa {
  display: block;
  width: 100%;
  height: auto;
  min-width: 600px;
  max-height: 600px;
  margin: auto;
}

.cela-llista {
  display: block;
  min-width: 180px;
  height: 600px;
  text-align: center;
  overflow: auto;
  overflow-x: hidden;
}

.cela-repte {
  display: block;
  min-width: 200px;
  text-align: center;
}

.cela-repte td {
  text-align: left;
}

.cela-mapa {
  position: relative;
}

.repte-llista {
  width: 120px;
  height: auto;
  text-align: center;
  display: block;
  background-color: #CFE1FF;
}

.repte-llista:hover {
  background-color: #72A6FD;
  border-color: #72A6FD;
}

.repte-llista-seleccionat {
  width: 120px;
  height: auto;
  text-align: center;
  display: block;
  background-color: #9DC1FF;
}

.repte-llista-seleccionat:hover {
  border-color: #72A6FD;
  background-color: #72A6FD;
}

.taulaReptesSessio {
  width: 100%;
  padding: 10px 10px 10px 10px;
}

.taulaReptesSessio input[type=text] {
  width: 80%;
}

table.taulaReptesSessio td, table.taulaReptesSessio th {
  width: 140px;
}

table.taulaReptesSessio input {
  width: 40px;
  text-align: right;
}

.pes-puntuacio {
  text-align: center;
}


.preview-image {
  width: 320px;
  height: 180px;
  vertical-align: middle;
}

.instruccions {
  width: 100%;
  max-height: 180px;
  overflow: auto;
}

.textarea-instruccions {
  vertical-align: middle
}

.select-image-button {
  width: 20%;
  background-color: Transparent;
  border: 2px solid Transparent;
  outline: none;
  vertical-align: middle;
}

.select-image-button:hover {
  border: 2px solid black;
  border-color: #4CAF50;
  background-color: #E7F5E8;
}

.image-instruccions {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.image-instruccions-preview {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}


.taula-menu {
  width: 100%;
}

.taula-menu td, .taula-menu th {
  text-align: left;
  padding-bottom: 30px;
}

.taula-tipus {
  width: 100%;
}

.taula-tipus td, .taula-tipus th {
  text-align: center;
}

.select-multiple {
  width: 300px;
  height: 150px;
  vertical-align: middle;
}

.button-vertical-wrapper {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
}


/* Modal */

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  width: 80%;
  height: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal-container {
  width: 80%;
  height: 80%;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
}

.modal-video-container {
  width: 80%;
  height: 80%;
  margin: 0px auto;
  padding: 5px 5px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
}

.modal-video-player {
  width: 100%;
  height: 100%;
}


.imageView {
  width: auto;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
  width: 100%;
  height: 80%;
  overflow: auto;
}

.modal-default-button {
  float: right;
}

.modal-video-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.centered-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


/* Nav bar */

/* Add a black background color to the top navigation */
.topnav {
  width: auto;
  position: fixed;
  right: 0px;
  top: -1px;
  background-color: rgba(70, 70, 70, 0.836);
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 90;
}

.topnav span {
  background-color: rgba(65, 65, 65, 0.986);
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Login  */

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 120%;
}

h1.projecte {
  font-weight: lighter;
  font-size: 220%;
}

h3.projecte {
  font-weight: lighter;
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 150%;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 120%;
}

li {
  font-family: "Poppins", sans-serif !important
}

a {
  font-family: 'Montserrat', sans-serif;
  font-size: 80%;
}

a.mail {
    font-size: 100%;
    color: black;
    font-style: normal;
    text-decoration: none;
}

.buttonLink:hover {
  background-color: none;
  color: #899FC7;
}

.buttonLink {
  width: 9rem;
  height: 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  color: #2D2A29;
  cursor: pointer;
}

.buttonLink:focus {
  color: #899FC7;
}

input[type=text], [type=password],[type=email],[type=number] {
  height: 40px;
  width: 300px;
  border-radius: 0.50em;
  font-size: 110%;
  font-family: 'Montserrat', sans-serif;
}

label {
  float: left;
  font-size: 110%;
  font-family: 'Montserrat', sans-serif;
}

.tiny-text {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

.llista-permisos {
  padding-bottom: 10px;
  padding-top: 10px;
}

.llista-permisos li {
  display: block;
  width: 30%;
  float: left;
  text-align: left;
  padding-bottom: 10px;
}

.llista-permisos span {
  font-size: medium;
  display: inline-block;
}

.llista-permisos input {
  vertical-align: middle;
}

.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #2D2A29;
  border-radius: 2em;
  color: #2D2A29;
  cursor: pointer;
  display: flex;
  position: center;
  align-self: center;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  margin-left: 52px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background-image: linear-gradient(45deg, #2D2A29 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}

.btn:hover, .btn:focus {
  background-position: 0;
  color: #fff;
  outline: 0;
}

.btn-black {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2D2A29;
  border: 2px solid #2D2A29;
  border-radius: 2em;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  position: center;
  align-self: center;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  margin-left: 52px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background-image: linear-gradient(45deg, #ffffff 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}

.btn-black:hover, .btn-black:focus {
  background-position: 0;
  color: #2D2A29;
  /* outline: 0; */
}


.rectangleUnActive {
  height: 120px;
  width: 15%;
  float: left;
  display: inline;
  z-index: 2;
  position: relative;
}

.rectangleUnActive2 {
  height: 120px;
  width: 5%;
  float: left;
  display: inline;
  z-index: 2;
  position: relative;
}

.rectangleActive {
  height: 120px;
  width: 60%;
  float: left;
  display: inline;
  z-index: 2;
  position: relative;
}

.rectangleFoot {
  height: 120px;
  width: 100%;
  float: left;
  display: inline;
}

/* -------------------------------------------------------------------------- */
/*                                   HEADERS                                  */
/* -------------------------------------------------------------------------- */

.navi {
  height: 120px;
}

.infoi {
  position: absolute;
  top: 35px;
  left: 80px !important;
  height: 20px;
  padding: 10px 10px;
  z-index: 2;
  cursor: pointer;
}

#infoi2 {
  display: block;
  position: absolute;
  top: 165px;
  z-index: 2;
  cursor: pointer;
}

.infoi3 {
  display: block;
  position: absolute;
  top: -10px;
  cursor: pointer;
}

.overlay {
  width: 100%;
  position: fixed;
  z-index: 100;
  text-align: center;
}

.contingutcentrat {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-top: 130px;
  padding: 0px 10px;
}

.contingutcentrat2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  margin-top: 230px;
  padding: 0px 10px;
}

.contingutcentrat3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  margin-top: 230px;
  padding: 0px 10px;
}

.contingutcentrat4 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 230px;
  padding: 0px 10px;
}

.contingutcentratText {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 230px;
  width: 90%;
  padding: 0px 10px;
}

.contingutIndex {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 230px;
  width: 60%;
  padding: 0px 10px;
}

.contingutRowLeft {
  /* float: left;
  width: 60%; */
  flex: 50%;
  margin-right: 20px;
}

.contingutRowRight {
  /* float: right;
  width: 40%; */
  flex: 50%;
  margin-left: 20px;
}

.responsive {
  width: 100%;
  max-width: 500px;
  height: auto;
}

#content {
  padding-right: 20px;
  transition: margin-left 0.7s;
  overflow: hidden;
  width: 100%;
}

.nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.7s;
}

.nav a {
  display: block;
  padding: 20px 30px;
  font-size: 25px;
  text-decoration: none;
  color: #000000ff;
}

.nav a:hover {
  color: #fff;
  transition: 0.4s;
}

.nav .close {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 30px
}

/* img.slide a {
  padding-right: 15px;
  float: left;
  color: #000000ff;
  font-size: 38px;
} */

span.slide a {
  text-align: center;
  display: block;
  color: #000000ff;
  font-size: 38px;
}

.navbar {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 250px;
}

.u1 {
  background-color: #89bbaa;
  color: #fff;
  font-weight: bold;
  padding: 5px 40px;
}

.flex {
  align-items: center;
  background: #ea5a42ff;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 5px;
  font-size: 120%;
}

.flex.small {
  width: 500px;
}

.f {
  background: #ea5a42ff;
  color: #fff;
  flex: 0 0 auto;
  margin: 5px;
  min-height: 40px;
  padding: 50px 50px;
}

ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  font-family: "Poppins", sans-serif !important;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
ul li .title,
ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
ul li .title::before,
ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  ul::before {
    grid-column: 2;
  }
  ul li:nth-child(odd) {
    grid-column: 1;
  }
  ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  ul li:nth-child(2) {
    grid-row: 2/4;
  }

  ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}