::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 10px;
}

.register {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  background-image: url("../img/bg-register.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.v-card--reveal {
  align-items: center;
  bottom: 0;
  justify-content: center;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.vue-csv-mapping .table {
  display: none;
  /* width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  text-align: center; */
}

.upload-galery {
  background-image: url("../img/upload.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}

.restorage-password-log {
  width: 100%;
  height: 100%;
  background-image: url("https://luxcultury.com/app/imgLogIn/mt-fuji-1346096_1920.jpg");
  background-position: center;
  background-size: cover;
}
.restorage-password {
  width: 100%;
  height: 100%;
  background-image: url("https://luxcultury.com/app/imgLogIn/mt-fuji-1346096_1920.jpg");
  background-position: center;
  background-size: cover;
}

/* .vue-csv-mapping .table th,
.table td {
  padding: 0.15rem;
  border-top: 1px solid #dee2e6;
}

.vue-csv-mapping .table tbody tr td .select-control {
  display: block;
  width: 100%;
  padding: 0.375rem -0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vue-csv-mapping .table tbody tr td .select-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} */

/* .sede .v-card .v-sheet {
  box-shadow: rgb(255, 255, 255) -7px -7px 5px, rgb(221, 228, 239) 7px 7px 7px !important;
} */
