body {
  font-size: 1.2rem;
}
a {
  text-decoration: none
}
#app .ns.card {
  margin: 5px;
  border-radius: 5px;
  /* box-shadow: 1px 1px 10px #444; */
  margin-bottom: .75rem;
  border: 1px solid #999;
  position: relative;
}
#app .ns.card .state-city {
  color: rgba(0,0,0,0.87)
}
#app pre {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: white;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.tawkchat.buttons {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 100;
  font-family: Roboto;
}
.tabs.is-boxed li.is-active a {
	font-weight: bold
}


/* *************************************** mason */

.mason > div {
  max-width: 250px !important
}
.mason figure img {
  width: 100%;
}
.mason .card-content {
  padding: 1rem 0
}
.mason {
  font-size: 0.9rem
}
.mason .card-content .media-content {
  overflow: hidden
}

.mason .profile-picture .card-content {
  padding: 1.5rem 0;
  overflow: hidden
}

.profile-picture img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
  border-radius: 50%;
  text-align: center
}

.profile-picture img:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url('https://dmacnjnna4ptc.cloudfront.net/public/avatar.png');
  background-size: cover;
}

.profile-picture .media-content, .profile-picture .card-image figure {
  text-align:center;
}

#searchresults figure {
  max-height: 400px;
  overflow: hidden;
}

.mason .profile-picture .media-content, .mason .profile-picture .card-image {
  text-align:center;
}


.search .card {
  height: 100%;
}
.search .cust .title.subheading {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: .5rem !important;
  text-transform: capitalize
}
.cust .card-content {
  padding: 2rem 1rem;
}
.cust .media-image {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}
.cust .media-center {
  display: block;
  margin-bottom: 1rem;
}
.cust .article-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  color: #4f6df5;
}
.cust .article-body {
  line-height: 1.4;
  margin: 0 4rem;
}

._pagination_bottom {
  margin: 2rem 0
}

._pagination_top {
  margin: 1rem 0 2rem
}

.level {
  margin: 1rem 0
}
.is-spaced {
  padding: 1rem 2rem
}
nav.navbar {
  margin-bottom: 2rem
}

/* ********************************* panel */
.v-expansion-panel__container {
  border: 0 !important;
}

.card--flex-toolbar {
  margin-top: -68px;
}

.card--flex-toolbar .v-toolbar__content {
  height: 72px !important;
}

.profile-picture img:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: url('https://dmacnjnna4ptc.cloudfront.net/public/avatar.png');
  background-size: cover;
}

.v-rating .v-icon {
  padding: 0.2rem !important;
}

/* ********************************* carousel */
.v-carousel__item .v-image__image {
  background-size: auto;
}

.v-carousel__next i, .v-carousel__prev i {
  background: rgba(255,255,255,.5);
}

/* ********************************* misc */

.ql-editor {
  height: 600px !important;
}

.ql-editor.view-editor {
  height: 100% !important;
}

.ql-editor p {
  margin: 1rem 0 !important;
}

.display-1 label {
  font-size: 2rem;
  left: 50% !important;
  margin-left: -55px;
}
.display-1 input {
  margin-top: 1rem;
  text-align: center;
}

.v-list__tile__avatar {
  min-width: 90px !important;
  margin-top: 0 !important;
}

.error_link {
  color:white; border-bottom: 1px solid indigo;
}

.v-btn__content {
  text-transform: capitalize !important;
}

.v-pagination__item.v-pagination__item--active.primary {
  color: white
}

.v-tabs__item.v-tabs__item--active {
  color: #4f6df5
}

.v-tabs__item.v-tabs__item--active .v-icon {
  color: #4f6df5
}

.available-dot, .review-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  margin: .2rem;
  line-height: 1rem;
  color: #4a4a4a;
}

.available-dot {
  background: #23d160;
}
.review-dot {
  background: #ffdd57;
}
.review-count, .listing-text {
  color: #4a4a4a
}

.my-text {
  font-size: 16px
}

.v-alert {
  font-size: 16px !important;
}
.v-alert.warning div {
  color: rgba(0,0,0,.7) !important;
}

.my-success {
  color: #23d160;
}

.v-lazy-image {
  filter: blur(10px);
  transition: filter 0.7s;
}
.v-lazy-image-loaded {
  filter: blur(0);
}

.fullscreen_image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
  z-index: 300;
}

.my_fullscreen .v-dialog--fullscreen {
  overflow: hidden !important;
}


.grape_ape {
  background-color: #c549ed !important;
  color: white !important
}

.v-overlay--active:before {
  opacity: 0.76;
}

.my-headline input {
  max-height: 55px !important;
}

/* ************************************** ribbon */

.hide-listing {
  opacity: 0.5
}

.ribbon {
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #23d160;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 147px;
  padding: 13px 0 0px;
  color: #fff;
  text-align: center;
}

/* top right*/
.ribbon-top-right span {
  background-color: #23d160;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  text-shadow: 0 1px 1px rgba(0,0,0,.2)
}
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  top: -10px;
  transform: rotate(45deg);
}

/* top left*/
.ribbon-top-left {
  top: 0px;
  left: -55px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  left: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  top: -10px;
  transform: rotate(-45deg);
}


/* ******************************************* */
.bold_details .v-messages__message {
  font-weight: bold;
}

.bold_counter .v-counter {
  font-weight: bold;
}

.favorite {
  background: #4f6df5;
  color: white
}

.remove_fav {
  position: relative;
  top: 200px;
  right: -66px;
  width: 40px;
  z-index: 199;
}

.remove_fav button {
  width: 25px !important;
  height: 25px !important;
}