[v-cloak] {
  display: none;
}

.app.login {
  background-image: linear-gradient(145deg, #74ebd5 0%, #9face6 89%);
}
.app.login h3 {
  color: #fff;
}
.app.login .card {
  background-color: rgba(255, 255, 255, 0.52);
  border-radius: 20px;
  border-width: 0;
}
.app.login footer a {
  color: #fff;
}

.browse-image-gallery {
  margin-top: 8px;
}
.browse-image-gallery .image-row {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.browse-image-gallery .image-row::before, .browse-image-gallery .image-row::after {
  content: "";
  display: table;
  clear: both;
}
.browse-image-gallery .image-holder {
  width: 100%;
  max-width: 120px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #efefef;
}
.browse-image-gallery .image-holder::before {
  content: "";
  display: block;
  padding-top: calc(75% + 15px);
}
.browse-image-gallery .image-item {
  width: 100%;
  max-width: 120px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .browse-image-gallery .image-item {
    max-width: 120px;
  }
}
.browse-image-gallery .image-item .inner {
  position: relative;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding-bottom: 20px;
}
.browse-image-gallery .image-item .inner:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.browse-image-gallery .image-item .inner .move {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  font-size: 18px;
  line-height: 1;
  background-color: transparent;
  border: 0;
  opacity: 0.8;
  display: flex;
  align-items: center;
}
.browse-image-gallery .image-item .inner .move:hover {
  color: black;
}
.browse-image-gallery .image-item .inner .close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  font-size: 20px;
  opacity: 0.8;
}
.browse-image-gallery .image-item .inner .close:hover {
  color: black;
}
.browse-image-gallery .image-item .inner .image > a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
