@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff2') format('woff2'),
       url('/fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-SemiBold.woff2') format('woff2'),
       url('/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    color: #ffffff;
    background-color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins';
}

body.page-loading {
    cursor: progress;
}

a {
    color: #0f98f8;
    text-decoration: none;
}

h1 {
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 1.7em;
    font-weight: 700;
    color: #0f98f7;
}

h2 {
    margin-bottom: 0.8em;
    margin-top: 0.8em;
    font-size: 1.55em;
    font-weight: 700;
    color: #0f98f7;
}

h3 {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
    font-size: 1.4em;
    font-weight: 700;
    color: #0f98f7;
}

h4 {
    font-size: 1.25em;
}

code {
    color: #b89e97;
}

input {
    display: block;
    color: #fff;
    background: transparent;
    border: 2px solid #ffff;
    border-radius: 12px;
    height: 42px;
    padding: 12px;
    margin: 15px 0;
    width: 320px;
    max-width: 90%;
}

input::placeholder {
    color: #fff;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

textarea {
    min-height: 100px !important;
}

input:focus-visible,
button:focus-visible,
textarea:focus-visible {
    outline: 2px dashed #0e98f7;
}


#logo {
    max-width: 80%;
    width: 300px;
    margin-top: 2em;
    margin-bottom: 5em;
}

.txt-accent {
    color: #0f98f7 !important;
}

.txt-danger {
    color: red !important;
}

.txt-black {
    color: #000000;
}

.txt-grey {
    color: #808080;
}

.txt-blue {
    color: #0e98f6;
}

.txt-green {
    color: green;
}

.button {
    color: #fff;
    background: #0f98f6;
    border: none;
    border-radius: 20px;
    padding: 7px 30px;
    text-transform: uppercase;
    text-decoration: none;    
    vertical-align: middle;
    line-height: 2em;
    display: inline-block;
}

.button-light {
    color: #0f98f6 !important;
    background: #ffffff;
    border: 1px solid #0f98f6;
    border-radius: 20px;
    padding: 7px 30px;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    line-height: 2em;
    display: inline-block;
}

.button-accent {
    color: #fff;
    background: #b89e97;
    border: none;
    border-radius: 20px;
    padding: 7px 30px;
    text-transform: uppercase;
    text-decoration: none;    
    vertical-align: middle;
    line-height: 2em;
    display: inline-block;
}

.button-danger {
    color: #ff0000 !important;
    background: #ffffff;
    border: 1px solid #ff0000;
    border-radius: 20px;
    padding: 7px 30px;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    line-height: 2em;
    display: inline-block;
}


button.link {
    background: transparent;
    border: none;
}

button.nav-link {
    color: #ffffff;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px;
    display: inline-block;
}

.alert {
    font-size: 1em;
    border-radius: 1rem;
    border: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.alert-info {
    color: #0f98f6;
    background-color: hsl(0deg 0% 100% / 70%);
}

.alert-success {
    color: green;
    background-color: hsl(0deg 0% 100% / 70%);
}

.alert-danger {
    color: red;
    background-color: hsl(0deg 0% 100% / 70%);
}

.mt-6 {
    margin-top: 6rem;
}

.form-control {
    color: #fff;
    background: transparent;
    border: 2px solid #ffff;
    border-radius: 12px;
    height: 42px;
    padding: 12px;
    margin: 0px;
    max-width: 800px;
}

.form-control:focus {
    background-color: hsl(0deg 0% 100% / 20%);
}

.form-control::file-selector-button {
    background-color: #b89e97;
    width: 50%;
    height: 38px;
    margin: 0px 15px 0px 0px;
}

select.form-control {
    padding: 6px 12px;
}

input[type="file"].form-control {
    padding: 0px;
}

input.form-check-input {
    margin: 0px;
    margin-right: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.3rem;
}

.form-check label {
    display: block;
    line-height: 1.2em;
}

.img-circle {
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

.box {
    color: #0e98f7;
    border-radius: 1.5rem;
    box-shadow: 0px 10px 15px 0px hsl(0deg 0% 0% / 10%);
    padding: 1.4rem;
    font-size: 1em;
    word-break: break-word;
}

.box a {
    text-decoration: none;
}

.box p,
.box span.small {
    font-size: 0.8em;
}

.box input.form-control {
    border-color: #0e98f6;
    color: #0e98f6;
}

.box table th,
.box table td {
    font-size: 0.75em;
    min-width: 100px;

}

.box ul.pagination {
    margin-top: 1rem;
}

.box ul.pagination li {
    height: 2rem;
    width: 2rem;
    display: inline-block;
    color: #fff;
    background-color: #baa19b;
}

.box ul.pagination li.active {
    height: 2rem;
    width: 2rem;
    display: inline-block;
    background-color: #0f98f8;
    border-radius: 50%;
    text-align: center;
    font-size: 0.8em;
    line-height: 2.2em;
}

.box ul.pagination li a {
    color: #fff;
}

.box .number {
    font-size: 2em;
    font-weight: 600;
}

.box .text,
.box .text p {
    font-size: 1em;
}


.box .small-icon {
    width: 1.8rem;
    margin-right: 0.5rem;
}

.box .subtitle {
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: bottom;
}

.box .button,
.box .button-light,
.box .button-danger {
    width: 100%;
    font-size: 0.8em;
    text-align: center;
}

.box.bg-beige {
    color: #ffffff;
    background-color: #b89e97;
}

.box.bg-beige a,
.box.bg-beige h1,
.box.bg-beige h2 {
    color: #ffffff;
}

.box.bg-blue {
    color: #ffffff;
    background-color: #0f98f6;
}

.box.bg-blue a,
.box.bg-blue h1,
.box.bg-blue h2 {
    color: #ffffff;
}

.progress {
    border: 1px solid #0e98f6;
    background: transparent;
}

.progress .progress-bar {
    background-color: #0e98f6;
    background-image: none;
}

.icon-box {
    color: #fff;
    background: #1398f7;
    border-radius: 3rem;
    width: 14rem;
    height: 14rem;
    display: grid;
    place-items: center;
}

.icon-box svg {
    width: 7rem;
    height: 7rem;
}

.icon-box a {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 0 1rem;
}

/* header fixed (public & app) */
header.fixed-top {
    color: #0f98f8;
    height: 4rem;
    box-shadow: 5px 10px 20px hsl(0deg 0% 0% / 20%);
}

header.fixed-top a {
    text-decoration: none;
}

header.fixed-top .title {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    display: block;
    max-width: 12rem;
    margin: 1rem auto;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.fixed-top .fixed-header-back {
    position: absolute;
    top: 1.2em;
    left: 1em;
}

header.fixed-top .fixed-header-back a svg,
header.fixed-top .fixed-header-back button svg {
    height: 1.6rem;
    margin: 0.2rem 0.5rem;
    fill: #0f98f8;
}

header.fixed-top .fixed-header-icons {
    position: absolute;
    top: 1em;
    right: 1em;
}

header.fixed-top .fixed-header-icons a svg {
    height: 1.6rem;
    margin: 0.2rem 0.5rem;
    fill: #0f98f8;
    stroke: #0f98f8;
}

header.fixed-top .fixed-header-icons #dropdown-menu {
    color: #0f98f8;
}

.divider-4 {
    height: 4rem;
}

.notification-link {
    position: relative;
}

.notification-link.unread svg path {
    fill: #1398f7 !important;
    stroke: #1398f7 !important;
}

.header-icons .badge,
.fixed-header-icons .badge {
    position: absolute;
    top: -10px;
    right: 8px;
    background: #1398f7;
    color: white;
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 12px;
}

.notification-item {
    color: #1398f7;
    background-color: #ffffff;
    border-radius: 2.5rem;
    padding: 1rem 1rem;
    margin: 2rem 0;
}

.notification-item.unread a {
    color: #1398f7;
}

.status.status-open {
    color: green;
}

.status.status-pending {
    color: orange;
}

.status.status-closed {
    color: red;
}

.status.status-accepted {
    color: green;
}

/* public */
main.start {
    min-height: 800px;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 100px;
    margin-bottom: 120px;
    position: relative;
    text-align: left;
    box-shadow: 5px 10px 25px #cecece;
}

main.start #content {
    padding: 2em;
}

main.start header {
    text-align: center; 
}

main.start #header-logo {
    max-width: 9rem;
    margin-bottom: 2rem;
}

/* nawigacja start */
nav#main-menu {
    text-align: left;
}

nav#main-menu ul {
    padding-left: 0px;
}

nav#main-menu li {
    list-style: none;
    margin: 4px auto;
}

nav#main-menu li a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

/* nawigacja stopka */
#footer-menu {
    position: absolute;
    bottom: -120px;
    height: 120px;
    padding-top: 40px;
}

#footer-menu .footer-menu-login {
    color: #0f98f8;
    font-size: 24px;
    font-weight: 600;
    margin-left: 2em;
    text-decoration: none;
}


#footer-menu .footer-menu-link {
    color: #0f98f8;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 4em;
}

#footer-menu img {
    width: 4rem;
    height: 4rem;
}


/* app */
main.app {
    min-height: 800px;
    background: #DECCCD;
    background: linear-gradient(0deg, rgba(184, 158, 151, 1) 0%, rgba(222, 204, 205, 1) 100%);
    border-bottom-right-radius: 100px;
    margin-bottom: 1rem;
    position: relative;
    text-align: left;
    box-shadow: 5px 10px 25px #cecece;
}

main.carpooling,
main.tickets {
    min-height: 800px;
    color: #000;
    background: #ffffff;
    margin-bottom: 100px;
    position: relative;
    text-align: left;
}

main.carpooling input,
main.carpooling textarea,
main.tickets input,
main.tickets textarea {
    color: #000;
    border: 1px solid #0e98f6;
}

main.app header,
main.carpooling header,
main.tickets header {
    text-align: center;
}

main.app #header-logo,
main.carpooling #header-logo,
main.tickets #header-logo {
    max-width: 9rem;

}

main.app .header-icons,
main.carpooling .header-icons,
main.tickets .header-icons {
    position: absolute;
    top: 1.5em;
    right: 0.5em;
}

main.app .header-icons #dropdown-menu {
    color: #ffffff;
}

main.start .header-icons {
    position: absolute;
    top: 2.5em;
}

main.start .header-icons-left {
    left: 1.5em;
}

main.start .header-icons-right {
    right: 1.5em;
}

main.start .header-icons a img,
main.app .header-icons a img,
main.carpooling .header-icons a img,
main.tickets .header-icons a img {
    height: 1.8rem;
    margin: 0.2rem 0.5rem;
}

main.start .header-icons a svg,
main.app .header-icons a svg,
main.carpooling .header-icons a svg,
main.tickets .header-icons a svg {
    height: 1.8rem;
    margin: 0.2rem 0.5rem;
}

main.start .header-icons a svg path,
main.app .header-icons a svg path,
main.carpooling .header-icons a svg path,
main.tickets .header-icons a svg path {
    fill: #ffffff;
    stroke: #ffffff;
}

main.app #content,
main.carpooling #content,
main.tickets #content {
    padding: 1em;
}



#dropdown-menu button {
    background: none;
    border: none;
    padding-left: 0.4rem;
}

.fixed-header-icons #dropdown-menu button {
    color: #0f98f8;
}

.header-icons #dropdown-menu button {
    color: #ffffff;
}

.header-icons #dropdown-menu button svg {
    height: 1.8rem;
}

#dropdown-menu .dropdown-menu {
    background: #b89e97;
    border: none;
    inset: 0px 2rem auto auto !important;
}

#dropdown-menu .dropdown-menu li {
    padding: 0.4rem 0.4rem;
    min-width: 220px;
}

#dropdown-menu .dropdown-menu a {
    color: #fff;
}

#dropdown-menu .dropdown-menu img, 
#dropdown-menu .dropdown-menu svg {
    height: 1.5rem;
    margin: 0.2rem 0.5rem;
}

#dropdown-menu button[type="submit"] {
    color: #ffffff;
    text-align: left;
    padding: 0px;
}



#dashboard-menu {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#dashboard-menu ul {
    list-style: none;
}

#dashboard-menu ul li {
    margin: 1rem 0;
    text-align: left;
}

#dashboard-menu ul li a,
#dashboard-menu ul li button {
    color: #ffffff;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px;
    display: block;
}

#dashboard-menu ul li img {
    height: 1.5em;
    margin: 0 0.6em;
}

#app-footer-menu a {
    color: #b89e97;
    margin: 0 0.5rem;
    flex: 1;
}

#app-footer-menu a:hover {
    color: #0f98f7;
}

#app-footer-menu a svg {
    width: 1.8rem;
    height: 1.8rem; 
}

#app-footer-menu a span {
    display: block;
    font-size: 0.7em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 0.5rem;
}

/* profile */
.profile-avatar img {
    width: 12rem;
    height: 12rem;  
}

/* repozytorium */
#repo-results.loading {
    opacity: 0.3;
    pointer-events: none;
    transition: opacity .2s ease;
}

.repo-item a {
    transition: opacity .15s ease;
}

.repo-item a:active {
    opacity: .6;
}

.repo-detail {
    max-width: 800px;
    margin: 0 auto;
}

.repo-content {
    margin-top: 1rem;
}

#save-offline {
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    background-color: hsl(7.5deg 21.92% 28.63% / 20%);
}

#save-offline.is-offline {
    background: #198754;
    color: #fff;
}

/* repo - audio */
.repo-audio .repo-audio-item {
    color: #1398f7;
    background-color: #ffffff;
    border-radius: 2.5rem;
    padding: 1rem 2rem;
    margin: 2rem 0;
    text-align: center;
}

.repo-audio .repo-audio-item h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.repo-audio .repo-audio-item audio {
    width: 100%;
    height: 50px;
}

.repo-audio .repo-audio-item audio::-webkit-media-controls-panel {
    background-color: #ffffff;
    padding: 0px;
}

.repo-audio .repo-audio-item audio::-webkit-media-controls-play-button {
    background-color: #0798f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    min-width: 50px;
    color: #fff;
    flex: 0 0 50px;
}

.repo-audio .repo-audio-item-description .audio-content {
    text-align: left;
    color: #000;
}

.repo-audio .audio-content {
  overflow: hidden;
  transition: height 0.35s ease;
  height: 0;
}

.repo-audio .repo-audio-item.is-open .audio-content {

  margin-top: 2rem;
}

.repo-audio .audio-content-collapse {
  display: none;
}

.repo-audio .audio-content-expand,
.repo-audio .audio-content-collapse {
    background: none;
    border: none;
    color: #0798f7;
    width: 8rem;
}

.repo-audio .audio-content-expand span {
    display: block;
    position: relative;
    top: 0.8rem;
}

.repo-audio .audio-content-collapse span {
    display: block;
    position: relative;
    top: -0.8rem;
}

.repo-audio .audio-content-expand svg,
.repo-audio .audio-content-collapse svg {
    width: 3rem;
}

.repo-audio .repo-audio-item.is-open .audio-content-expand {
  display: none;
}

.repo-audio .repo-audio-item.is-open .audio-content-collapse {
  display: inline-block;
}


.repo-audio .audio-loader {
    display: none;
    width: 54px;
    height: 54px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #0798f7;
    border-radius: 50%;
    animation: audio-spin 0.8s linear infinite;
    position: absolute;
    top: -2px;
    left: -2px;
}

.repo-audio .audio-wrapper {
    position: relative;
}

.repo-audio .audio-wrapper.loading .audio-loader {
    display: block;
}

.repo-audio .audio-wrapper.loading audio {
    opacity: 0.4;
}

@keyframes audio-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}




/* repo - video */
.repo-video .repo-video-item {
    color: #1398f7;
    background-color: #ffffff;
    border-radius: 2.5rem;
    padding: 1rem 2rem 1.5rem;
    margin: 2rem 0;
    text-align: center;
}

.repo-video .repo-video-item h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.repo-video .repo-video-item .video-lazy {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.repo-video .repo-video-item .video-lazy img {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
}

.repo-video .repo-video-item .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    background: transparent;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    /*padding: 0.5rem 1.4rem;*/
}


.repo-text .repo-text-item {
    color: #1398f7;
    background-color: #ffffff;
    border-radius: 2.5rem;
    padding: 1rem 2rem;
    margin: 2rem 0;
}

.repo-text .repo-text-item h2 {
    font-size: 1.5em;
    text-transform: uppercase;
}


.repo-detail .repo-content {
    color: #ffffff;
    background-color: hsl(10deg 57% 13% / 78%);
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    margin: 2rem 0;
}

/* repo - education */
.edu-slide {
  display: none;
}

.edu-slide.active {
  display: block;
}

.edu-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-text {
  margin-top: 1rem;
  line-height: 1.6;
}

.edu-slider-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  gap: 0.5rem;
}

.edu-slider figcaption {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

img:fullscreen {
  background: #000;
  object-fit: contain;
  width: 100vw;
  height: 100vh;
}

img:-webkit-full-screen {
  background: #000;
  object-fit: contain;
  width: 100vw;
  height: 100vh;
}


.edu-lightbox {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.edu-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: 95vw;
  max-height: 95vh;
  object-fit: contain;
}
  
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
}


.edu-slider-track,
.edu-lightbox {
  touch-action: pan-y;
}


.edu-lightbox img {
  max-width: 95vw;
  max-height: 95vh;
  object-fit: contain;
  display: block;
}


/* carpooling */
.ride-card {
    color: #000000;
}

.ride-card svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    color: #000;
    vertical-align: middle;
}

.ride-card span {
    vertical-align: middle;
    text-transform: uppercase;
}

.ride-card h1 svg { 
    width: 28px;
}

.requests-list .request-card {
    margin-bottom: 1rem;
}

.thread {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.thread .message {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    color: #fff;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
}

.thread .message.me {
    align-self: flex-end;  
    text-align: right;
    background: #0e98f6;
}

.thread .message.them {
    align-self: flex-start; 
    text-align: left;
    background: #b79e97;
}

.thread .message small {
    font-size: 0.75em;
}

/* wejsciowki */
.event {
    color: #ffffff;
    min-height: 18rem;
    background-position: center;
    background-size: cover;
}

.event .date {
    font-size: 0.8em;
    text-transform: uppercase;
}

.event .place {
    font-size: 0.8em;
    text-transform: uppercase;
}

.event h4 {
    font-size: 1.5em;
    padding-left: 35px;
}

.event svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.event {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.event::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* półprzeźroczysta nakładka */
  z-index: 1;
}

.event > * {
  position: relative;
  z-index: 2; /* treść nad overlay */
}

.event-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.event-select {
  display: block;
  cursor: pointer;
}

.event-checkbox:checked + .box {
  outline: 4px solid #1398f7; /* bootstrap primary */
  outline-offset: -4px;
}

.event-checkbox:checked + .box::before {
  background: rgba(0, 0, 0, 0.65);
}

.event-checkbox:checked + .box {
  box-shadow: 0 0 0 4px #1398f7;
}

.ticket-card {
    color: #000000;
    text-align: center;
}

.ticket-card h4 {
    font-size: 1.5em;
}

.ticket-card .small-icon {
    display: inline-block;
    margin-right: 10px;
}

.ticket-card .small-icon svg {
    width: 1.8rem;
    height: 1.8rem;
}

.ticket-card .small-icon svg path {
    fill: #000000;
}

.ticket-card .qr-preview.status-used {
    opacity: 0.3;
}

.ticket-card .date, 
.ticket-card .place {
    text-transform: uppercase;
}


#ue-baner {
    width: 100%;
    display: block;
    background: #fff;
    color: #000;
    padding: 2rem;
    text-align: center;
}

#ue-baner img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-bottom: 2rem;
}

#ue-baner h6 {
    margin-bottom: 5rem;
    font-size: 0.7em;
    font-weight: 600;
}

/* instalacja  */
.install-banner {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #0e98f7;
    color: #fff;
    padding: 14px;
    transform: translateY(100%);
    transition: transform .3s ease;
    z-index: 9999;
}

.install-banner.active {
    transform: translateY(0);
}

.install-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.install-text strong {
    display: block;
    font-size: 1.6em;
}

.install-text span {
    font-size: 13px;
    opacity: .9;
}

.install-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-left: 8px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* iOS guide modal */

.ios-install-guide {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.ios-install-guide.active {
    display: flex;
}

.ios-content {
    background: #fff;
    color: #000;
    padding: 24px;
    border-radius: 12px;
    max-width: 320px;
    text-align: center;
}

@media only screen and (min-width: 600px) { 

    main.app #content,
    main.carpooling #content,
    main.tickets #content {
        padding: 2em;
    }

    .box {
        padding: 1.8rem;
    }

    main.start #content {
        padding: 2em 3em;
    }


}

@media only screen and (min-width: 900px) { 

    main.start #content {
        padding: 3rem 6rem;
    }

    main.app #content, 
    main.carpooling #content, 
    main.tickets #content {
        padding: 3rem 6rem;
    }

    #footer-menu .footer-menu-login {
        margin-left: 4em;
    }

}


