/**
 * Qondor CSS stylesheet
 */

 * {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #aab7c5;
}
:-moz-placeholder {
  color: #aab7c5;
  opacity: 1;
}
::-moz-placeholder {
  color: #aab7c5;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aab7c5;
}

.mdc-list-item.my-selected {
  background-color: #BBDEFB;
}

.error-center {
  font-family: 'Inconsolata';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* General */

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  color: #1A2421;
  background-color: #f6f9fc;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif,apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}

* {
  touch-action: manipulation;
}

header,
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: inherit;
  position: relative;
}

#top,
.annotation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 24px;
}

header {
  width: 100%;
  background-size: cover;
  color: #fff;
}

header a {
  color: #FFFFFF
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h3 {
  margin: 20px 0px;
  font-size: 1.5em;
  font-family: 'Inconsolata';
  text-align: center;
}

h4 {
  font-size: 1em;
  font-family: 'Inconsolata';
  text-align: center;
}

h5 {
  font-size: 0.8em;
  font-family: 'Inconsolata';
  text-align: center;
}

a {
  color: #015298;
  text-decoration: none;
  outline: none;
  border: 0;
}

.a-form-error {
  color: #F44336 !important;
  text-decoration: underline !important;
}

a:hover {
  text-decoration: underline;
}

a.arrow {
  padding-right: 20px;
  background-image: url(/images/arrow-white.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

#content {
  padding: 0 24px;
  width: 100%;
  flex: 1;
  max-height: calc(100vh - 64px);
  margin-top: 64px;
}

#content.dashboard {
  margin-bottom: 250px;
}

.dark-color {
  color: #1A2421
}

.margin-right {
  margin-right: 6px;
}

/* Header, top bar, navigation */
#top {
  height: 64px;
  line-height: 64px;
  font-size: 17px;
  font-family: 'Inconsolata';
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.line-height {
  line-height: normal;
  text-align: right;
}

.qlips-count {
  font-size: 15px;
}

#top .logo {
  display: flex;
}

#top a.qondor {
  color: #1B2148;
  height: 24px;
  min-width: 215px;
  background: url(../img/logo-qondor.svg) left center no-repeat;
}

#top .links a {
  margin-left: 30px;
  font-size: 18px;
}

#top .profile-first-name {
  text-transform: capitalize;
  color: #1B2148;
}

#top .profile-last-name {
  text-transform: uppercase;
}

#top .profile-email {
  text-transform: lowercase;
}

header .button.primary {
  width: 200px;
}

h1.title {
  font-family: 'Inconsolata';
  font-weight: 500;
  text-align: center;
  color: #1B2148;
  margin-top: 40px;
  margin-bottom: 25px;
}

h1.title.short-form {
  margin-bottom: 0;
}

h2.title {
  font-family: 'Inconsolata';
  font-weight: 300;
  font-size: 1em;
  text-align: center;
  color: #8798ab;
  margin-top: 25px;
  margin-bottom: 25px;
}

p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.hl-subtitle-text {
  font-weight: 900;
  color: #015298
}

.yellow {
  color: #fed438;
}

.blue {
  color: #2196F3;
}

.green {
  color: #4CAF50;
}

.width-qlip-name {
  width: 50%;
}

.button-add-comment {
  width: auto;
}

.no-data {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  color: #9E9E9E
}

.button-filter-history {
  min-width: fit-content !important;
  margin: 8px;
}

.under-button-text {
  padding-top: 5px;
  font-size: 0.7em !important;
  font-style: italic;
}

.export-button {
  margin:0 !important;
  line-height: normal !important;
}

.date-button-div {
  display: flex;
  margin-bottom: 32px;
}

.date-button {
  margin-left: 20px;
  margin-right: 20px;
}

.date-button-first {
  margin-right: 20px;
}

.date-button-last {
  margin-left: 20px;
}

.section-logo {
  flex: none !important;
  padding: 0 !important;
}

/* Banners */
.banner {
  background: #015298;
  color: white;
  width: 100%;
  min-height: 44px;
  line-height: 44px;
}
.message {
  max-width: 800px;
  margin: 0 auto;
}

.annotation {
  background: #fff;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  max-width: 800px;
  margin: 25px auto;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.annotation h4 {
  color: #525f7f;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 15px;
}

.annotation ol {
  font-weight: 400;
  font-size: 14px;
  color: #525f7f;
  margin-left: 16px;
}

.annotation p {
  font-size: 15px;
  font-weight: 400;
  color: #6a7c94;
}

.annotation a {
  font-weight: 400;
  color: #666ee8;
}

.annotation a.github {
  background-image: url(/images/arrow-purple.svg);
}

.annotation a.stripe {
  flex: 0 0 53px;
  margin-right: 10px;
  background: url(/images/stripe.svg) center center no-repeat;
  text-indent: -9999px;
}

.annotation.card {
  position: absolute;
  left: 25px;
  bottom: 25px;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  max-width: 500px;
  animation: slide-in-vertical 0.4s cubic-bezier(0.23, 1, 0.32, 1) both 0.2s;
}

.annotation.card p {
  color: #51586d;
  font-size: 14px;
}

.annotation.card p + p {
  margin-top: 10px;
}

.annotation.card form {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.annotation.card form.right {
  text-align: right;
}

.annotation.card input[type='submit'],
.annotation.card button {
  margin: 0;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.annotation.card input[type='submit'].primary-action,
.annotation.card button.primary-action {
  background: #556cd6;
  color: #fff;
}

.annotation.card.hidden {
  display: none;
}

.annotation a.show-more {
  display: none;
  text-decoration: none;
}

.annotation a.show-more.expanded {
  display: none;
}

/* Forms */
.form {
  width: 540px;
  margin: 15px auto;
}

.form.login, .form.signup {
  min-height: 225px;
}

.signup-form section {
  padding: 30px 10px;
}

.form h2 {
  margin: 30px 0 15px;
  font-size: 19px;
  font-weight: 500;
  color: #32315e;
  text-align: center;
}

.form p {
  margin: 0 0 30px;
  font-size: 17px;
  color: #525f7f;
  line-height: 1.5;
  text-align: center;
}

.form p.login {
  margin-top: 30px !important;
}

.form p.error {
  color: #F44336;
  font-size: 1em;
  font-family: 'Barlow';
  font-weight: 900;
}

.form h4 {
  margin: 15px 0;
  color: #8798ab;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}


.form input[type='submit'],
.form button,
.form a.button {
  text-align: center;
}

.form label {
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  font-size: 13px;
  color: #8798ab;
  padding: 0 30px;
}

.options label {
  padding: 0 40px;
}

.options strong {
  display: inline-block;
  margin-left: 5px;
}

.options span {
  display: block;
  margin-left: 20px;
}

form {
  position: relative;
  width: 100%;
  font-size: 15px;
}

form aside {
  margin: -30px auto 0;
  line-height: 1.3em;
  font-size: 13px;
  text-align: right;
  color: #8798ab;
}

fieldset {
  position: relative;
  min-width: 0;
  margin-bottom: 40px;
  border-style: none;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

fieldset .row {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  padding: 12px 20px 13px;
}

fieldset .row-checkbox {
  align-items: center;
}

fieldset .row:not(.hidden) ~ .row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

fieldset .row::before {
  content: attr(label);
  width: 120px;
  padding-right: 20px;
  color: #8798ab;
  font-weight: 500;
  text-align: right;
}

.row-checkbox::before {
  font-weight: 300 !important;
  font-size: 0.8em;
  width: 170px !important;
}

.row-checkbox-info::before {
  width: 0px !important;
}

fieldset .row.select::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  background-image: url(/images/dropdown.svg);
  pointer-events: none;
}

fieldset .row input {
  flex: 1;
  border-style: none;
  font-size: 15px;
  outline: none;
  color: #1A2421;
}

.form-legal-text {
  width: 700px;
  color: #8798ab;
  font-size: 0.8em;
  font-weight: 300;
  text-align: left;
  padding-left: 20px;
}

fieldset .row select {
  flex: 1;
  padding-right: 25px;
  border-style: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 15px;
  outline: none;
  color: #313b3f;
  cursor: pointer;
  background: transparent;
}

fieldset .row select:focus {
  color: #00b67c;
}

fieldset .row.date span {
  padding-right: 10px;
  color: #aab7c5;
  font-weight: 500;
}

fieldset .row.date input {
  flex: 0;
  min-width: 35px;
}

fieldset .row.date input:last-child {
  flex: 1;
}

.login-fieldset {
  margin-bottom: 5px !important;
}

.forgot-password {
  font-family: 'Barlow';
  font-size: 0.8em;
  font-weight: 100;
  width: fit-content;
  margin: 0 !important;
  padding: 8px 0 0 0 !important;
  background: none;
  box-shadow: none;
  float: right;
  color: #015298;
}

input[type='submit'].login {
  margin-top: 50px !important;
}

input[type="checkbox"] {
  filter: hue-rotate(350deg);
}

input[type='submit'],
button,
a.button {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 8px 20px;
  border-style: none;
  border-radius: 4px;
  background-color: #fff;
  /*box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);*/
  font-size: 14px;
  font-weight: 500;
  color: #51586d;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

.mdc-button--raised {
  /*background-color: #0077BE !important;*/
  font-family: 'Inconsolata';
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1rem;
}

.mdc-button--outlined {
  /*background-color: #0077BE !important;*/
  font-family: 'Inconsolata';
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1rem;
}

.mdc-text-field__input {
  font-family: 'Inconsolata';
  font-weight: 600;

}

.mdc-text-field label.mdc-floating-label{
  font-family: 'Inconsolata';
}
.mdc-text-field label.mdc-floating-label--float-above{
  font-family: 'Inconsolata';
}
.mdc-text-field label.mdc-floating-label--shake{
  font-family: 'Inconsolata';
}

.mdc-list-item__text {

  font-family: 'Inconsolata';
  font-weight: 400;

}

.mdc-list-item__secondary-text {

  font-family: 'Inconsolata';
  font-weight: 400;

}

.mdc-list-item--disabled {
  pointer-events: none; /* Prevent mouse clicks */
  user-select: none; /* Prevent text selection */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

/*ul {
  margin-top: 20px;
  justify-content: center;
  display: contents;
}*/

.booking-button {
  margin: 0;
}

.secondary-button {
  background-color: #b2e3fc !important;
  color: #015298 !important;
}

.warning-button {
  background-color: #FF9800 !important;
  color: white;
}

.danger-button {
  background-color: #F44336 !important;
  color: white;
}

input[type='submit']:hover,
button:hover,
a.button:hover {
  text-decoration: none;
  outline: 0;
}

input[type='submit']:active,
button:active,
a.button:active {
  outline: 0;
}

.button.primary,
button.primary,
input[type='submit'].primary {
  font-family: 'Barlow';
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #015298;
  color: white;
  height: 44px;
  margin: 30px 0 0 0;
  padding: 0 22px;
  line-height: 44px;
}

.export-button {
  background: none !important;
  color: #015298 !important;
  padding: 0 !important;
}


.button.primary:hover,
button.primary:hover,
input[type='submit'].primary:hover {
  color: white;
}

button.primary:disabled,
.button.primary:disabled,
input[type='submit'].primary:disabled {
  background: #e6ebf1;
  color: #aab7c4;
  cursor: default;
}

input[type='submit'].secondary {
  color: #313b3f;
  background: #fff;
}

input[type='submit'].secondary:active {
  background: #f5f6f7;
}

button:hover,
a.button:hover {
  text-decoration: none;
}

header button,
header a.button,
header input[type='submit'] {
  color: #1B2148 !important;
  margin: 15px 0 0;
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

form a.button {
  text-align: center;
}

.width-350 {
  width: 350px;
}

.width-150 {
  width: 150px;
}

.tf {
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 32px;
}

.hidden {
  display: none !important;
}

/* Home */
.intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 60px 0 80px;
}

.intro .pilots {
  flex-direction: column;
}

.intro h1 {
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 0.01em;
}

.intro h2 {
  color: #cfd7df;
  margin: 15px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.features {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.features section {
  flex: 1;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 90px 0 0;
  margin: 25px 40px 0 0;
  background-position: 0 20px;
  background-repeat: no-repeat;
}

.features section.schedule {
  background-image: url(/images/feature-schedule.svg);
}

.features section.earnings {
  background-image: url(/images/feature-earnings.svg);
}

.features section.app {
  background-image: url(/images/feature-app.svg);
}

.features section:last-child {
  margin-right: 0;
}

.features h3 {
  font-family: 'Barlow';
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #32315e;
  letter-spacing: 0.01em;
}

.features p {
  font-size: 16px;
  line-height: 24px;
  color: #525f7f;
}

/* User information */
.user {
  display: flex;
  width: 100%;
  padding: 40px 0;
  align-items: center;
  justify-content: space-between;
}

.user .block {
  position: relative;
  color: #1A2421;
  align-items: center;
}

.user .block + .block {
  margin-left: 40px;
}

.user .block h1 {
  font-size: 32px;
  font-weight: 600;
  color: #015298;
  margin-bottom: -4px;
  margin-top: 3px;
}

.user .block h2 {
  color: #8898aa;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}

.user .block p {
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
  color: #1A2421;
}

.user .block a {
  color: #015298;
}

.user .block.profile {
  flex: 1;
  padding-left: 65px;
}

.user .block.profile .photo {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 49%;
  left: 0;
  margin-top: -25px;
  border-radius: 50%;
  background-image: url(../img/avatar-large.svg);
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
}

.user input[type='submit'] {
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: 0;
  height: 43px;
  margin: 0px;
  text-align: center;
}

/* Pilot onboarding options */
.pilot-options {
  margin: 0 0 35px;
}

.form label.pilot-option {
  width: auto;
  padding: 0;
  cursor: pointer;
  text-align: left;
  margin: 17px 0;
}

.pilot-option input {
  display: none;
  height: 0;
  width: 0;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

.pilot-option input + span {
  display: flex;
  position: relative;
  align-items: center;
  color: #525f7f;
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
}

.pilot-option input + span:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  left: -10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.pilot-option input:checked + span:after {
  content: '';
  display: flex;
  position: absolute;
  top: 5px;
  right: calc(100% - 15px);
  width: 10px;
  height: 10px;
  background: #15b67c;
  border-radius: 10px;
}

.row.pilot-info.hidden {
  display: none;
}

/* Ride history */
.rounds {
  width: 100%;
  align-items: flex-start;
}

.rounds h4 {
  margin-bottom: 14px;
  color: #1A2421;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.rounds .no-rounds {
  width: 100%;
  min-height: 250px;
  background: #edf3f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rounds .no-rounds .rocket {
  width: 52px;
  height: 52px;
  background-image: url(../img/rocket.svg);
}
.rounds .no-rounds h1 {
  color: #525f7f;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rounds .no-rounds h2 {
  color: #8898aa;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.rounds .list {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 32px;
}

.list-header {
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.list-disabled {
  color: #9E9E9E;
}

.row-header {
  background: #f6f9fc ;
}

.bg-button {
  color: #f6f9fc !important;
}

.rounds .list .row {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.rounds .list .row + .row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.rounds .list .cell {
  flex: 0.8;
  position: relative;
  padding: 15px 20px;
  color: #82909b;
  font-size: 15px;
}

.rounds .list .cell.name {
  flex: 2.5;
  padding-left: 30px;
  color: #1A2421;
  font-weight: 500;
}

.white {
  color: white !important;
}

/*.rounds .list .cell.name::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 50%;
  margin-top: -12px;
  border-radius: 50%;
  background-image: url(/images/avatar-small.svg);
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
}*/

.rounds .list .cell.date {
  flex: 1.4;
}

.rounds .list .cell.course {
  flex: 1.7;
}

.rounds .list .cell.price {
  flex: 0.75;
  font-weight: 600;
  text-align: left;
  color: #015298;
}

.buttonload {
  background-color: transparent;
  box-shadow: none;
  border: none; 
  color: #015298; 
  text-align: center;
  font-family: 'Barlow';
}

.bl-login {
  margin-top: 30px;
}

.guest-label {
  width: 100%;
  background-color: white !important;
}

#table {
  margin-top: 80px;
  height: 100vh - 80px;
}

.align-right {
  text-align: right;
}

.table-title {
  text-align: center;
}

.table-header {
  font-weight: bold;
}

.table-top {
  margin: 24px 0px;
}

.button-qlips-sort {

  margin: 0 10px !important;
  width: auto !important;
  text-transform: none !important;

}

/* Calendar */

.navig {
  font-family: 'Inconsolata', monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 90%;
}

.day-name {
  font-family: 'Inconsolata', monospace;
  padding: 10px;
  text-align: center;
  color: #aaa;
}

.day {
  font-family: 'Inconsolata', monospace;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}

.legend-day {
  font-family: 'Inconsolata', monospace;
  width: 90%;
  align-items: flex-start;
}

.legend-day-calendar {

  font-family: 'Inconsolata', monospace;
  padding: 5px;
  font-size: 0.8em;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  display: inline-block;

}

.legend-day-calendar-yellow {

  background-color: #FDD835;

}

.legend-day-calendar-red {

  background-color: #F44336;
  color: white;

}

.legend-day-calendar-grey {

  background-color: #aaa;

}

.legend-day-text {
  
  font-size: 0.8em;
  margin-left: 8px;

}

.last-day {
  box-shadow: 1px 0px 0px 0px #ccc;
}

.jour:hover {
  background-color: #f0f0f0;
}

.previous-next-month {
  background-color: transparent;
  color: #1B2148;
  font-size: 24px;
}

.mdc-typography--title {
  font-family: 'Inconsolata', monospace;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

.mdc-typography--caption {
  font-family: 'Inconsolata', monospace;
  font-weight: 500;
  font-size: 1.2rem;
}

.bookings-title {
  margin-top: 32px;
}

.add-booking-date {

  font-family: 'Inconsolata', monospace;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 32px;
  color: #1B2148;

}

.booking-date {

  font-family: 'Inconsolata', monospace;
  text-align: center;
  font-size: 1rem;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #1B2148;
  line-height: 150%;

}

.mdc-form-field > label {

  padding-right: 11px;
  font-family: 'Inconsolata', monospace;
  font-weight: bold;

}

#thumbnails img {

  margin-right: 10px;

}

.thumbnail-wrapper {

  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 10px;

}

.image-container {
  
  width: 100%;
  height: 100%;
  overflow: hidden; /* This will hide parts of the image that exceed the thumbnail's dimensions */
  
}

.thumbnail-wrapper img {

  width: 100%;
  height: 100%;
  object-fit: cover;  /* This will make sure the image covers the whole thumbnail */
  object-position: center;  /* This will center the image within the thumbnail */
  margin-top: 16px;

}

.delete-icon {

  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 16px;
  top: -10px;  /* Half of the width/height to position center of icon to the corner */
  right: -10px;  /* Half of the width/height */
  background-color: black;
  color: white;
  cursor: pointer;
  font-weight: bold;
  border-radius: 50%;  /* Makes it round */
  display: flex;
  align-items: center;  /* Center the "X" vertically */
  justify-content: center;  /* Center the "X" horizontally */

}

/* Media queries */
@media screen and (max-width: 500px) {
  /* Intro section */
  #top {
    font-size: 15px;
    padding: 15px;
    height: auto;
    flex-flow: row wrap;
    line-height: inherit;
    align-items: flex-end;
    background-color: #F7F9FC;
  }

  #top a.qondor {
    color: #1B2148;
    height: 24px;
    min-width: 215px;
    background: url(../img/logo-qondor-mobile.svg) left center no-repeat;
  }


  #top .logo {
    margin: 0;
    width: 50%;
  }

  #top .logo a.mark {
    min-width: 35px;
    width: 35px;
    padding-left: 35px;
  }

  #top .links {
    margin: 0;
  }

  #top .links a:first-child {
    margin-left: 0;
  }

  h1 {
    font-size: 28px;
  }

  h1.title {
    margin-top: 0;
  }

  .intro {
    padding: 10px 20px 35px 20px;
    background: none;
  }

  .intro .illustration {
    display: none;
  }

  .intro h1 {
    font-size: 34px;
  }

  .intro h2 {
    font-size: 20px;
  }

  .title {
    margin: 25px 15px;
  }

  #content {
    width: 100%;
    padding: 15px;
  }

  .content-map {
    padding: 0 !important;
    line-height: 0 !important; 
  }

  /* Landing page */
  .features {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .features h3 {
    font-size: 17px;
  }

  .features section {
    margin: 0 0 30px;
    background-position: 0 top;
    padding: 0 0 0 60px;
    background-size: 40px auto;
  }

  .date-button-first {
    margin-right: 0 !important;
    padding: 8px 8px !important;
  }

  .date-button {

    margin-right: 0 !important;
    padding: 8px 8px !important;

  }

  .date-button-last {
    
    padding: 8px 8px !important;

  }

  #map {
    margin-top: 64px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;  
  }

  iframe {
    display:block !important;
  }

  /* Forms */
  form {
    margin-top: 0;
  }

  /*form.payout {
    margin-top: 35px;
  }*/

  fieldset .row {
    padding: 12px 10px 13px;
  }

  fieldset .row::before {
    width: 110px;
  }

  .row-checkbox::before {
    width: 0px !important;
  }

  .form.profile fieldset .row::before {
    width: 100px;
  }

  .form {
    width: 100%;
    margin: 15px 0;
  }

  .form label {
    padding: 0;
  }

  .form .checkmark {
    width: 66px;
    height: 66px;
    background-size: 44px 30px;
  }

  .options span {
    display: none;
  }

  /*.form.login, .form.account {
    min-height: 210px;
  }*/

  .stripe-information {
    background: none;
    padding: 20px;
  }

  /* Dashboard */
  .banner {
    line-height: 24px;
    padding: 11px 20px;
  }

  .banner .secondary-text {
    display: none;
  }

  .section-logo {
    align-items: start !important;
  }

  .display-none-mobile {
    display: none;
  }

  .button-qadence-qlips-sort {

    margin: 0 10px !important;
    width: auto !important;
    text-transform: none !important;

  }

  .table-section {
    padding:0;
  }

  .mdc-data-table__table {

    white-space: inherit;

  }

  .user {
    flex-flow: row wrap;
    padding-top: 0;
    padding-bottom: 0px;
  }

  .user .block.profile {
    padding: 0;
    flex-basis: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  .user .block.profile::after {
    content:"";
    display: flex;
    margin-top: 25px;
    border-top: 1px solid #CFD7DF;
  }

  .user .block .photo {
    display: none;
  }

  .user .block {
    flex: 1;
    min-width: 50px;
    margin: 0 0 20px;
  }

  .user .block h1 {
    font-size: 18px;
  }

  .user .block h2 {
    font-size: 15px;
  }

  .user .block p {
    font-size: 14px;
  }

  .user .block.stripe {
    flex-basis: 100%;
    margin-top: 20px;
  }

  .user .block.stripe input[type='submit'] {
    margin: 10px 0;
  }

  .export-button {
    display: none !important;
  }

  .user .block + .block {
    margin: 0 0 0;
  }

  .rounds {
    margin: 0 0 15px;
  }

  .rounds .list .cell.date {
    display: none;
  }

  .rounds .list .cell.name {
    flex: 1;
    padding-right: 5px;
    padding-left: 15px;
  }

  .rounds .list .cell.name::before {
    display: none;
  }

  .rounds .list .cell.date {
    padding: 10px 5px;
  }

  .rounds .list .cell.holes {
    flex: 0.5;
  }

  .rounds .list .cell.price {
    flex: 0.5;
    padding-left: 0;
  }

  .history-title {
    margin-bottom: 20px !important;
  }

  .no-data {

    margin-top: 24px;

  }
  
}