.border-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.home-title {
  font-size: 1.4rem;
}

#home-bg-carousel-wrapper {
  position: fixed;
  z-index: 0;
  overflow-y: hidden;
  width: 100vw;
  left: 0;
  top: 0;
  background: #fff;
}
#home-bg-carousel-wrapper:before {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("/images/home-cover.png");
  background-repeat: repeat;
}

.slide-fade-enter-active {
  transition: all 2s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateY(30px);
  opacity: 0;
}

#home-content {
  color: #fff !important;
  z-index: 1;
}
#home-content h1 {
  font-size: 500%;
}

.chat {
  position: fixed;
  left: 0;
  right: 0;
  transition: height 0.25s ease;
}

.messages {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.leaderboards-page .table-wrapper {
  position: relative;
}
.leaderboards-page .table-wrapper:not(.loading) table {
  padding-right: 85px;
}
.leaderboards-page .total-points-column {
  right: 0;
  position: absolute;
  top: auto;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.12);
}

[v-cloak]:before, .loader:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] > *, .loader:before > * {
  display: none !important;
}

.loader {
  width: 100%;
  height: 100%;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.category-item:hover,
.category-item:focus {
  background-color: #eee;
}

.manage-photo-item {
  position: relative;
}
.manage-photo-item .images-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.manage-photo-item .images-actions .v-btn--fab {
  width: 24px;
  height: 24px;
}
.manage-photo-item .images-actions .v-btn--fab .v-icon {
  font-size: 18px;
}

.photo-container {
  position: relative;
}
.photo-container .btn-favourite {
  position: absolute;
  top: 10px;
  right: 10px;
}

.chips {
  position: absolute;
  left: 10px;
  top: 10px;
}

.place-card .photo-container .place-visited, .place-card .photo-container .place-not-finished {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0.25rem 0.85rem;
  font-size: 0.9rem;
}
.place-card .photo-container .place-visited {
  right: 0;
  background-color: #05ac31;
}
.place-card .photo-container .place-not-finished {
  left: 0;
  background-color: firebrick;
}

.v-tabs:not(.v-tabs--vertical).v-tabs--right > .v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__next, .v-tabs:not(.v-tabs--vertical):not(.v-tabs--right) > .v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__prev {
  display: none !important;
}

tr.clickable {
  cursor: pointer;
}

h1 {
  margin-bottom: 0.75rem;
}

h2 {
  margin-bottom: 0.5rem;
}

h3 {
  margin-bottom: 0.25rem;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

.font-mono {
  font-family: monospace, monospace;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

.bottom-block {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 36px;
  background-color: #fff;
}

.cookie-law {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 999;
}

.gallery-container {
  height: 150px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: -0.25rem;
}
.gallery-container .gallery-photo {
  cursor: pointer;
  display: inline-block;
  margin: 0.25rem;
}

.tinybox__content__image__caption {
  max-width: 100vw;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

.images-container {
  min-height: 150px;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-wrap: wrap;
}

.images-upload-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 130px;
  width: 100%;
}

.images-upload-image {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 130px;
  height: 130px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.images-upload-image img {
  max-height: 100%;
}
.images-upload-image .images-upload-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-align: center;
}
.images-upload-image .images-upload-info .v-icon {
  font-size: 18px;
}
.images-upload-image .images-upload-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.images-upload-image .images-upload-actions .v-btn--fab {
  width: 24px;
  height: 24px;
}
.images-upload-image .images-upload-actions .v-btn--fab .v-icon {
  font-size: 18px;
}
.images-upload-image .images-upload-error {
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
}
.images-upload-image .images-upload-progress {
  position: absolute;
  left: 0;
  bottom: 0;
}

.v-text-field__details {
  overflow: visible !important;
}

.v-alert__content ul {
  padding-left: 0 !important;
}
.v-alert__content ul li {
  list-style: none;
}

.v-tour__target--highlighted {
  box-shadow: 0 0 5px #51cbee !important;
  border: 1px solid #51cbee;
  z-index: inherit !important;
}

.tox .tox-toolbar-overlord, .tox .tox-toolbar__primary {
  background: #f5f5f5 !important;
}

#ot-sdk-cookie-policy {
  display: none;
}
