/* *******     SPOTS    **** */

#spot_1 {
  top: 8%;
  left: 20%;
}

#spot_2 {
  top: 34%;
  left: 35%;
}

#spot_3 {
  top: 11%;
  left: 64%;
}

#spot_4 {
  top: 27%;
  left: 7.5%;
}

#spot_5 {
  top: 15%;
  left: 84%;
}

#spot_6 {
  top: 6%;
  left: 18%;
}

#spot_7 {
  top: 9%;
  left: 54%;
}

#spot_8 {
  top: 9%;
  left: 57%;
}

#spot_8 {
  top: 9%;
  left: 56%;
}

/* *******     AREAS    **** */

#area_1 {
  top: 19%;
  left: 26%;
  width: 21%;
  height: 64%;
  border-color: rgb(131,195,65);
}

#area_2 {
  top: 9%;
  left: 25%;
  width: 28px;
  height: 27px;
  border-color: var(--red2);
  border-width: 2px;
}

.ui-tooltip[data-index="area_2"] {
  background: var(--red2);
}

#area_3 {
  top: 9%;
  left: 27%;
  width: 31px;
  height: 27px;
  border-color: var(--blue2);
  border-width: 2px;
}

.ui-tooltip[data-index="area_3"] {
  background: var(--blue2);
}

#area_4 {
  top: 12%;
  left: 55%;
  width: 32px;
  height: 27px;
  border-color: var(--orange2);
  border-width: 2px;
}

.ui-tooltip[data-index="area_4"] {
  background: var(--orange2);
}

.table-responsive.table-bordered, td, th {
  border: solid 1px var(--green2) !important;
}

#area_5 {
  top: 15%;
  left: 84%;
  width: 121px;
  height: 27px;
  border-color: var(--purple3);
  border-width: 2px;
}

.ui-tooltip[data-index="area_5"] {
  background: var(--purple3);
}

/* ******************** */

#area_6 {
  top: 15%;
  left: 1%;
  width: 32px;
  height: 27px;
  border-color: var(--orange3);
  border-width: 2px;
}

#area_7 {
  top: 35%;
  left: 40%;
  width: 191px;
  height: 27px;
  border-color: var(--pink2);
  border-width: 2px;
}

#area_8 {
  top: 82%;
  left: 41%;
  width: 191px;
  height: 27px;
  border-color: var(--green2);
  border-width: 2px;
}

/* *******     SPOTS    **** */

#spot_9 {
  top: 9%;
  left: 58%;
}

#spot_10 {
  top: 12%;
  left: 60%;
}

/* *********PLAYER****************** */

#player {
  margin: 0 2%;
}

@media (min-width: 576px) {
  .spot {
    transform: scale(.45);
  }
}

@media (min-width: 1200px) {
  .spot {
    transform: scale(.9);
  }
}

@media (min-width: 300px) {
  #area_1 {
  }
}

@media (min-width: 576px) {
  #area_1 {
  }
}

#marker_2 {
  top: 4%;
  left: 24%;
  color: var(--blue3);
}

#marker_3 {
  top: 9%;
  left: 49%;
  color: var(--yellow3);
}

#marker_4 {
  top: 10%;
  left: 86%;
  color: var(--purple3);
}

#marker_5 {
  top: 10%;
  left: 3%;
  color: var(--red2);
}

#marker_6 {
  top: 38%;
  left: 39%;
  color: var(--orange2);
}

#marker_7 {
  top: 81%;
  left: 39%;
  color: var(--green2);
}

#marker_1 {
  top: 4%;
  left: 22%;
  color: var(--red2);
}

.marker {
  transform: scale(.5) translate(-44%, -50%);
  transform-origin: top;
}

@media (min-width: 768px) {
  .marker {
    transform: scale(1) translate(-4%, -50%);
    transform-origin: top;
  }
}

@media (min-width: 992px) {
  .marker {
    transform-origin: top;
  }
}

/* ******************************´DRAG AND DROP *************************** */

.drag_row {
  margin-bottom: 2%;
}

.drop {
  width: 96%;
  height: 96%;
  border: dashed gray 2px !important;
}

/* ************************************************************************************************* */

.trigger_toold_id_17 .ui-tooltip-content, .trigger_toold_id_18 .ui-tooltip-content {
  font-size: .85em;
}

.tab-pane {
  width: 100%;
}

.tabs .nav-link span {
}

.tabs p {
  padding: 5% 11%;
  margin-bottom: 20PX;
  min-height: 145px;
}

/* CHATS ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.bubble {
  display: none;
}

.chat_col {
  display: none;
}

/* .chat_col {
  visibility: hidden;
  position: absolute;
} */

.imessage {
  background-color: rgba(138,156,196,0.37);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  font-family: "SanFrancisco";
  font-size: 1.25rem;
  margin: 0 auto 1rem;
  max-width: 600px;
  padding: 0.5rem 1.5rem;
}

.imessage p {
  border-radius: 1.15rem;
  line-height: 1.25;
  max-width: 75%;
  padding: 0.5rem .875rem;
  position: relative;
  word-wrap: break-word;
}

.imessage p::before, .imessage p::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}

p.from-me {
  align-self: flex-end;
  background-color: #248bf5;
  color: #fff;
}

p.from-me::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid #248bf5;
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-me::after {
  background-color: rgb(212,219,233);
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform: translate(-30px, -2px);
  width: 10px;
}

p[class^="from-"] {
  margin: 0.5rem 0;
  width: fit-content;
}

p.from-me ~ p.from-me {
  margin: 0.25rem 0 0;
}

p.from-me ~ p.from-me:not(:last-child) {
  margin: 0.25rem 0 0;
}

p.from-me ~ p.from-me:last-child {
  margin-bottom: 0.5rem;
}

p.from-them {
  align-items: flex-start;
  background-color: #e5e5ea;
  color: #000;
}

p.from-them:before {
  border-bottom-right-radius: 0.8rem 0.7rem;
  border-left: 1rem solid #e5e5ea;
  left: -0.35rem;
  transform: translate(0, -0.1rem);
}

p.from-them::after {
  background-color: rgb(212,219,233);
  border-bottom-right-radius: 0.5rem;
  left: 20px;
  transform: translate(-30px, -2px);
  width: 10px;
}

p[class^="from-"].emoji {
  background: none;
  font-size: 2.5rem;
}

p[class^="from-"].emoji::before {
  content: none;
}

.no-tail::before {
  display: none;
}

.margin-b_none {
  margin-bottom: 0 !important;
}

.margin-b_one {
  margin-bottom: 1rem !important;
}

.margin-t_one {
  margin-top: 1rem !important;
}

/* general styling */

.chat_container {
  margin: 0 auto;
  max-width: 600px;
  padding: 1rem;
}

.comment {
  color: #222;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  max-width: 100%;
  padding: 0;
}

@media screen and (max-width: 800px) {
  body {
    margin: 0 0.5rem;
  }
}

@media screen and (max-width: 800px) {
  .container {
    padding: 0.5rem;
  }
}

@media screen and (max-width: 800px) {
  .imessage {
    font-size: 1.05rem;
    margin: 0 auto 1rem;
    max-width: 600px;
    padding: 0.25rem 0.875rem;
    margin-right: 3em;
    min-width: 100px;
  }
}

@media screen and (max-width: 800px) {
  .imessage p {
    margin: 0.5rem 0;
  }
}

@media (min-width: 992px) {
  .bubble.from-me {
    transform: translateX(11px) !important;
  }
}

div[role="tabpanel"] p {
  font-size: .8em;
}

