/* LOGIN PANEL */ 
/* this is all so that we don't have to copy 2 megs of css from the main site */
.auth_boot_div{
  z-index: 10001;
  position: relative;
}
.header__item .header__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  margin-right: 24px;
  border-radius: 8px;
}
.header__cell_wider {
  width: 100%;
}
.header__cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}
.header__item {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__item .header__title {
  font-weight: 600;
}

.header__trainer {
  font-size: 14px;
  line-height: 1.71429;
  color: #777E90;
  outline: none;
}
.header__title {
  margin-bottom: 2px;
  font-weight: 600;
  outline: none;
}
.header__photo {
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}
.header__avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 5px 16px 0 0;
  border-radius: 50%;
  background: #E6E8EC;
  overflow: hidden;
}
.header__avatar img {
  width: 100%;
  height: 100%;
}
.header__item .header__category {
  margin-bottom: 12px;
}
.status-green {
  background: #45B26B;
}
[class^="status"] {
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FCFCFD;
}
.header__item .header__photo {
  width: 110px;
}
@media only screen and (max-width: 1179px){
  .header__cell {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%;
  }
  .header__item .header__photo {
      width: 110px;
  }
  .header__item .header__category {
    margin-bottom: 8px;
  }
  .header__item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.button-stroke:hover {
  -webkit-box-shadow: 0 0 0 2px #23262f inset;
  box-shadow: 0 0 0 2px #23262f inset;
  background: #23262F;
  color: #FCFCFD;
}
.header__photo img {
  width: 100%;
  -webkit-transition: -webkit-transform 1.4s;
  transition: -webkit-transform 1.4s;
  -o-transition: transform 1.4s;
  transition: transform 1.4s;
  transition: transform 1.4s, -webkit-transform 1.4s;
  border-radius: 6px;
}
.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__card, .header__item {
  color: #23262F;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

.make_scrollable{
  overflow-y: scroll;
}

.modal-body{
  padding: 20px !important;
}

/* ---------PANEL ROOT------------ */
.panel_root{
  position: absolute;
  width: 40%;
  background-color:#e8eff3;
  display:none;
  border-radius: 10px;
  opacity: 95%;
  /* resize: both;
  overflow: auto; */
  font-family: 'Poppins', sans-serif;
  color: #23262F;
  border: 1px solid #E6E8EC;
  box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
}
#panel_container_header{
  position: absolute;
  top: 10px;
  left: 40px;
  font-weight: 700;
  font-size: 18px;
}
#panel_container_close{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #23262F;
}
#panel_container_move{
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  color: #23262F;
}

.panel_container{
  border-radius: 24px;
  font-size: 16px;
  padding-top: 20px;
  box-shadow: 0px 87px 64px -45px rgb(15 15 15 / 50%);
}
.panel_content{
  margin-top: 30px;
  height: auto;
  padding: 10px;
}

.object_prop{
  font-size: 1em;
}
.object_controls ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  height: 60px;
  padding: 0 10px;
  overflow: auto;
  position: relative;
  font-size: .9em;
}
.object_controls ul li{
  padding: 0 5px;
  /*width: 25%;*/
  margin: 0 0 10px;
  position: relative;
  cursor: pointer;
}

/* LOADING */
#loading_msg {
  background-color: #19191f;
  position: absolute;
  top: 0;
  opacity: 0.95;
  width: 50%;
  z-index: 100;
  border-radius: 20px;
  padding: 20px;
  font-family: 'Poppins', Verdana, Helvetica, sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#logo_img{
  width: 120px;
}

.loading_logo {
  margin-bottom: 10px;
}

.loading_logo img {
  width: 150px;
}

.loading_msg h1 {
  color: white;
  font-size: 1.2em;
  line-height: 0.9em;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Poppins', Verdana, Helvetica, sans-serif;
}

.loading_msg h2 {
  color: white;
  font-size: 1em;
  font-weight: 400;
  font-family: 'Poppins', Verdana, Helvetica, sans-serif;
}

.loading_msg_text {
  color: white;
  font-size: 1em;
  font-weight: 400;
  width: 80%;
  margin-bottom: 10px;
}
.loading_assets{
  margin-bottom: 2px;
}

.about_game_input{
  font-size: 12px !important;
}
/* SIDE CONTROLS */
#side_controls{
  background-color: transparent;
  position: absolute;
  top: 41px;
  opacity: 85%;
  width: 100px;
}

/* TOP CONTROLS */
#controls{
  background-color: #33334a;
  position: absolute;
  top: 0px;
  opacity: 85%;
  width: 100%;
}
#renderCanvas {
  width: 100%;
  height: 100%;
  touch-action: none;
  display: block;
}

#logoimg{
  width: 104px;
  padding: 10px;
}

#create_options{
  border-color: cornflowerblue;
  border-width: 1px;
  padding: 10px;
  filter: drop-shadow(0px 0px 3px #666);
  word-wrap: break-word;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#controls-table{
  width: 98%;
  border: 0px solid red;
}

.prompt_input{
  min-width: 90%;
  border-radius: 8px;
  border-style: none;
  padding: 4px;
  overflow: hidden;
  font-size: 15px;
  margin-top: 2px;
  padding: 7px;
}

.create_game_button{
  vertical-align: top !important;
  margin-left: 10px !important;
}
.create_game_button_loader{
  float: right;
  margin-right: 10px;
}


/* BUTTONS */
.button-1 {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
}

/* HEALTH & SCORE BAR */
.health-bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 20px;
  padding: 5px;
  background: #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.bar {
  background: #ec6a52;
  width: 100%;
  height: 10px;
  position: relative;
  
  transition: width .5s linear;
}

.hit {
  background: rgba(255,255,255,0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  
  transition: width .5s linear;
}

/* SCOREBOARD */
#scoreboard {
  width: 185px;
  position: absolute;
  top: 0;
}
.myscore_bg_img{
  width: 100%;
}
.score_details{
  color: white;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 800;
  position: absolute;
}
.score_header{
  color: white;
  font-size: 10px;
}
#score_timer{
  top: 40px;
  left: 70px;
}

#points_header {
  top: 9px;
  left: 14px;
}
#points {
  top: 22px;
  left: 19px;
  width: 23px;
  text-align: center;
}
#points {
  top: 22px;
  left: 19px;
  width: 23px;
  text-align: center;
}
.points_icon {
  top: 22px;
  left: 19px;
  width: 23px;
  text-align: center;
}

#health_header {
  top: 9px;
  left: 141px;
}
#health {
  top: 22px;
  left: 142px;
  width: 23px;
  text-align: center;
}
.health_icon {
  top: 22px;
  left: 142px;
  width: 23px;
  text-align: center;
}


/* INVITE / HEALTH AREA*/
#invite-icon{
  float: left;
  padding-right: 5px;
  margin-top: 5px;
}
#invite-icon-img{
  width: 30px;
}
#health-icon{
  float: left;
  padding-right: 5px;
}
#health-bar{
  float: left;
}
#heart-icon-img{
  width: 25px;
}

#share-container{
  font-size: 11px;
  color: white;
  line-height: 0;
}

/* PANEL CONTENTS */
.about_game_poster{
  width: 100%;
}
.about_game_poster_img{
  width: 50%;
  border-radius: 12px;
}

/* SLIDER */
.slider {
  background: #fcfcfc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-shadow: 0px 15px 40px #7E6D5766;
  width: 80%;
  padding: 10px;
  margin-bottom: 10px;
}
.slider label {
  font-size: .8em;
  padding-left: 10px;
  color: rgb(84, 76, 76);
}
.slider input[type="range"] {
  width: 100%;
  height: 2px;
  background: black;
  border: none;
  outline: none;
}
.range_bubble {
  background: red;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 54px;
}
.range_bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: -1px;
  left: 50%;
}

.small_note{
  font-size: 10px;
}
/* login modal */


[class^="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  background: #FF592C;
  border-radius: 24px;
  font-family: 'SFProDisplay-Bold';
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FCFCFD;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

#player_details_button{
  background-color: #e6e8ec;
}
#player_details_button:hover{
  background-color: #23262f;
}

.button-small {
  height: 40px;
  border-radius: 20px;
  padding: 0 16px;
  font-size: 14px;
}

.top-nav-button-small {
  height: 40px;
  border-radius: 20px;
  padding: 0 16px;
  font-size: 14px;
  padding-right: 5px;
}
.button-stroke {
  background: none;
  -webkit-box-shadow: 0 0 0 2px #e6e8ec inset;
  box-shadow: 0 0 0 2px #e6e8ec inset;
  color: #23262F;
}
.button-stroke:hover {
  -webkit-box-shadow: 0 0 0 2px #23262f inset;
  box-shadow: 0 0 0 2px #23262f inset;
  background: #23262F;
  color: #FCFCFD;
}
[class^="button"]:hover {
  background: #f83500;
  cursor:pointer;
}
input[type="submit"], button {
  cursor: pointer;
}
input, button {
    margin: 0;
    padding: 0;
    border: 0;
}
.hidden{
  display: none !important;
}
.debug_text{
  font-size: 12px;
  word-break: break-all;
  line-height: 1.5em;
}
.debug_key{
  font-size: 10px;
}

.auth_button{
  background-color: #e6e8ec;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.auth_button:hover{
  background-color: #23262F;
  color: white;
}

.auth_button_selected{
  background-color: #9bb1f1;
  color: white;
}

.header__description{
  margin-bottom: 35px;
}

/* OBJECT */

.result_objects:after {
  content: '';
  display: table;
  clear: both;
}

.result_objects div {
  float: left;
  margin-top: 10px
}

.objects-block div{
  margin: auto;    
  display: block;
}

.rangeslider{
  width: 50%;
  padding-right:23px;
}
.btn-object{
  font-size:.9em;
  padding: 4px;
  margin-right: 5px;
}
.object-form-label{
  margin-right: 10px;
}
.range-header-objects{
  margin-top:10px;
  margin-bottom: 0px;
}
.object-icon{
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin: auto;    
  display: block;
}

.object_increment {
  font-family: 'MuseoModerno';
}

.red{
  color: #eb6a72;
}
.blue{
  color: #4faaf8;
}

.num_times{
  font-size: 10px;
}
.objects-block{
  padding: 20px;
}
.objects-sub-block{
  padding: 10px;
}

.grid-container-element { 
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-gap: 0px; 
  border: 0px solid black; 
  width: 25%; 
} 
.grid-child-element { 
  margin: 5px; 
  border: 0px solid red; 
}

.grid-container-element_design_mode { 
  display: grid; 
  grid-template-columns: .3fr 1fr; 
  grid-gap: 5px; 
} 
.grid-small{
  width: 28px !important;
  height: 28px !important;
}
.block_icon_small{
  width: 15px !important;
  height: 31px !important;
  margin-left: 7px !important;
  margin-top: -2px !important;
}
.controls-header-small{
  font-size: 1.2em !important;
  display: block !important
}
.controls-sub-header-small{
  font-size: 12px;
  margin-top: 5px;
}
#create_tool_tips{
    background-color: #cbc5c5;
    height: 150px;
    border-radius: 10px;
    color: black;
    padding: 10px;
}
/* SIDEBAR */

.grid-container-icons{
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-gap: 15px; 
  cursor: pointer;
}
.grid-container-icons-object-browser{ 
  grid-template-columns: 1fr 1fr 1fr !important; 
}

.grid-child-icons { 
  border: 0px solid red;
  margin: auto;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.grid-child-icons:hover { 
  background-color: #3f71e2;
}
.grid-child-icons-active{ 
  background-color: #3f71e2;
}
.grid-child-icons-inactive{ 
  background-color: #b0b2b5;
}

/* dont want bg color to change */
.white-bg {
  background-color: #fff !important;
}
.icon_selector{
  cursor: pointer;
}

.block_icon{
  width: 30px;
  display: block;
  height: 31px;
  margin-left: 9px;
  margin-top: 8px;
}
.top_nav_icon{
  width: 21px;
  display: block;
  margin-left: 3px;
  margin-top: 0px;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.controls-header{
  width: 100%;
  display: block;
  text-align: center;
}
.controls-sub-header{
  margin-top: 0px;
  margin-bottom: 10px;
  overflow-y: auto;
  height: 109px;
}
/*history item - alternate colors*/
.history-item-system{

}
.history-item-creator{
  background-color: #f2f2f2;
}
.history_align_left{
  text-align: left;
}
#sidebar_nav{
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 280px;
}
.noselect {
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.inventory_container1{
   width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.inventory_container2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px; /* Increase/Decrease this value for cross-browser compatibility */
    overflow-y: scroll;
    padding-right: 10px;
}
.panel-text{
  color: #c4c86e !important;
}
.short_form{
  width: 30px;
  min-width: 0;
  font-size: 13px;
  padding: 3px;
}

.share-link{
  word-break: break-all;
}
.link-copy{
  width: 30px;
  float: right;
}
.youlink{
  background-color: unset !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #23262f;
  background-color: #FFFFFF;
}

.top-spacer{
  margin-top: 5px;
}
.create_prompt{
  width: 15px;
  min-width: unset;
  font-size: 12px;
}
#design_create_input{
  width: 248px;
}
.b-label{
  font-style: initial;
  vertical-align: text-bottom;
}
#magic_bar_history{
  position: absolute;
  right: -163px;
  top: 144px;
  cursor: pointer;
}
/* SIDEBAR PRESETS */

.preset_img{
  width: 42px;
  height: 43px;
  border-radius: 50%;
  margin-left: 2px;
  margin-top: 2px;
}

/* MODEL VIEWER */
.model-view-container{
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

.model-viewer{
  width: 67px;
  height: 84px;
}

.secondary_action_btn_style{
  margin: 3px;
  font-size: .9em;
  background-color: #525457;
}
.btn_spinner{
  margin-top: 10px;
}

.chat_input_container {
  position: absolute;
  bottom: 20px;
  width: 360px;
  opacity: .8;
}
#input_npc_chat{
  float: left;
  width: 80%;
}
#chat_loading{
  margin-left: 10px;
  margin-top: 16px;
}
#volume_on_container{
  cursor: pointer;
}
#volume_off_container{
  cursor: pointer;
}

#close_sidebar{
  position: absolute;
  top: 13px;
  left: 249px;
  cursor: pointer;
}
#open_sidebar{
  position: absolute;
  top: 13px;
  left: 269px;
  cursor: pointer;
}
/* css for a yellow flash highlight */
@keyframes flash-fade {
  0% {
    background-color: yellow;
  }
  50% {
    background-color: yellow;
  }
  100% {
    background-color: transparent;
  }
}

.fade-effect {
  animation-name: flash-fade;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
.yellow_highlight{
  background-color: yellow !important;
}

.npc_edit_form{
  width: 100%;
  height: 250px;
}
.annotations_edit_form{
  width: 100%;
  height: 100px;
}
.personality_spinner{
  margin-top: 0px !important;
}

/*CHAT*/
.chat_history{
  /* height: 250px; */
  /* overflow-y: auto;
  overflow-x: hidden; 
  padding-right: 10px;*/
  margin-bottom: 10px;
  font-size: .9em;
  pointer-events: none;
  bottom: 90px;
  overflow: inherit;
}
.chat_turn_header{
  font-weight: 500;
  font-size: .8em;
  margin-top: 7px;
}

/*alternate right/left chat bubble*/
.chat_bubble{
  width: 100%;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  font-size: .9em;
  /* pointer-events: none; */
}
.chat_bubble_left{
  background-color: #525457;
  color: #FFFFFF;
  float: left;
}
.chat_bubble_right{
  background-color: #FFFFFF;
  color: #000000;
  float: right;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90, 0.2);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*create asset button*/
.asset_button{
  float: right;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.filter_tag {
  float: left;
  padding: 1px 8px !important;
}

.tag_losenge {
  color: #777E90;
  padding: 6px 15px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'SF Pro Display';
  border: none;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 10px;
}
.char_find_form {
  width: 60%;
}
.tag_losenge.active {
  background-color: #9ca7aa;
  color: #fff;
}
.tag_losenge:hover {
  color: black;
}
#btn_grp_character_find_again {
  margin-left: 10px;
}
/* modal menu, for UL and LI with circle icon before the item */
.modal_menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.modal_menu li {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.modal_menu li a {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-decoration: none;
  color: #23262f;
}
/* modal_active is the class for the active item */
.modal_menu li.modal_active {
  background-color: #e6e8ec;
  border-radius: 6px;
}
.model-viewer-small {
  width: 144px;
}
.model-viewer-big{
  /* min-height: 500px; */
  min-width: 100%;
  z-index: 1000;
}
.character_picker_item {
  width: 130px;
}
.three_col {
}
.grid-container-icons-char {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  cursor: pointer;
}
#char_search_options{
  margin-bottom: 10px;
  margin-top: -36px;
}
.btn_spinner_modal {
  margin-right: 10px;
  margin-top: 0px;
}
#btn_group_modal{
  margin-top: 10px;
}
.voice_icon {
  width: 60px !important;
}
/* on hover, voice_icon wiggle side to side */
.voice_icon:hover{
  animation: wiggle 1s;
}
.voice_icon_selected{
  border: solid;
  padding: 4px;
  border-radius: 5px;
}
@keyframes wiggle {
  0% {transform: rotate(5deg);}
  25% {transform: rotate(-5deg);}
  50% {transform: rotate(5deg);}
  75% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);}
}
/* npc gallery */
.trainers__item{
  margin-right: 10px;
}
.trainers__avatar img {
  width: 100%;
  min-height: 100%;
}
.trainers__avatar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 5px;
  border-radius: 50%;
  overflow: hidden;
  background: #E6E8EC;
}
.trainers__title {
  margin-bottom: 20px;
  text-align: center;
}
.trainers__info {
  max-width: 445px;
  margin: 0 auto 40px;
  text-align: center;
  color: #353945;
}
.trainers__element {
  position: relative;
  display: block;
  padding: 9px 2px;
  -webkit-box-shadow: inset 0 0 0 1px #E6E8EC;
  box-shadow: inset 0 0 0 1px #E6E8EC;
  border-radius: 24px;
  text-align: center;
  color: #23262F;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-height: 178px,
  overflow: hidden
}
.trainers__element:hover {
  -webkit-box-shadow: inset 0 0 0 2px #B1B5C3;
  box-shadow: inset 0 0 0 2px #B1B5C3;
}
.trainers__name{
  font-size: .9em;
}

#input_object_prompt{
  margin-right: 10px;
}
#btn_group_modal_next{
  cursor: pointer;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.center_div{
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.collection_preview{
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
#collection_header{
  position: absolute;
  top: 10px;
}
.btn-main{
  padding: 10px 25px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #FCFCFD;
  border-radius: 30px;
  font-family: 'SF Pro Display';
  border: 2px solid #FF592C;
  background: #FF592C;
}
.btn-main:hover{
  background: #23262F;
  border-color: #23262F;
  color: #fff;
}
.btn-main-secondary {
  color: #23262F;
  background-color: #fff;
  border: 2px solid #E6E8EC;
  border-radius: 30px;
  padding: 10px 25px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'SF Pro Display';
  cursor: pointer;
}
.btn-main-secondary:hover {
  background: #FF592C;
  color: #fff;
  border-color: #FF592C;
}
#collection_preview_close{
  margin-top: 10px;
}

/* Stack divs  */
.object_tags{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0 10px;
  position: relative;
  font-size: .9em;
  width: 190px;
  overflow-x: hidden;
}
#object_tag_container{
  margin-top: 15px;
}
#object_tag_container_header{
  font-size: .9em;
}
#mesh_name_copy_span{
  cursor: pointer;
}