@media only screen and (max-width: 768px) {
  body {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
}

.rounded-image {
  display: flex;
  border-radius: 100% !important;
  height: 50px;
  width: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  justify-content: center;
  align-items: center;
}

.rounded-image>img {
  max-height: 100%;
  max-width: 100%;
}

.non-focused::before {
  background-color: transparent !important;

}

.non-focused:focus::before {
  opacity: 0 !important;
}

.non-focused:not(.non-focused--text):not(.non-focused--outlined):hover:before {
  opacity: 0 !important;
}

.non-focused:not(.non-focused--text):not(.non-focused--outlined):hover:before {
  opacity: 0 !important;
}

.v-card {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px !important;
}

.cursor-pointer {
  cursor: pointer;
}

/* #app {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
} */

/* .v-app {
  max-width: 100%;
  overflow-x: hidden;
} */

/* #main {
  overflow: hidden;
} */

.extended-fab {
  width: auto !important;
  height: auto !important;
  border-radius: 200px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.content-description {
  font-size: 19px;
  white-space: pre-line;
}
