/*======================== Parent Window =================================*/
#websiteViewernavi,
#websiteViewer2,
#livenaviMain.active,
#livenaviSub.active
{
  position: absolute;
  left: 0;
  bottom: 0;
  border: 10px solid #b70000!important;
  border-radius: 30px;
  padding: 8px;
  background-color: #fff;
}
#websiteViewernavi,
#websiteViewer2
{
  position: absolute;
  padding: 8px;
}
#livenaviMain,
#livenaviSub
{
  display: none;
}

#livenaviMain.active,
#livenaviSub.active
{
  display: block;
  position: fixed;
  max-height: 100%;
}

#websiteViewernavi.videochat,
#livenaviMain.videochat
{
  height: 320px;
  width: 180px;
}

#websiteViewernavi.textchat,
#websiteViewer2.textchat,
#livenaviMain.textchat,
#livenaviSub.textchat
{
  width: 400px;
  height: calc(100% - 75px);
  overflow: hidden;
}

/* .kolorBoxTopUIBar {display: none;} */

#websiteViewernavi .kolorBox,
#websiteViewer2 .kolorBox
{
  background: unset!important;
  border-radius: unset!important;
  border-width: unset!important;
  border-color: unset!important;
  border-style: unset!important;
  padding: unset!important;
  width: unset!important;
  height: unset!important;
  top: unset!important;
  left: unset!important;position: unset!important;
  z-index: unset!important;
  min-width: unset!important;
  cursor: unset!important;
}

#websiteViewernavi.textchat .kolorBox,
#websiteViewer2.textchat .kolorBox
{
  height: 100%!important;
}

.kolorBoxBody{
  margin: -10px 0 0 0;
  height: unset!important;
}

#websiteViewernavi .kolorBoxBodyCenter,
#websiteViewer2 .kolorBoxBodyCenter
{
  width: unset!important;
  height: unset!important;
  cursor: unset!important;
  position: unset!important;
  float: unset!important;
  text-align: unset!important;
  overflow: unset!important;
}

#kolorBoxID_websiteViewernavi,
#kolorBoxID_websiteViewer2
{
  visibility: unset!important;
  border-width: unset!important;
  border-color: unset!important;
  border-style: unset!important;
  display: unset!important;
  margin-top: unset!important;
}

.videochat #kolorBoxID_websiteViewernavi {
  width: 174px!important;
  height: 334px!important;
}

.textchat #kolorBoxID_websiteViewernavi,
.textchat #kolorBoxID_websiteViewer2
{
  width: 100%!important;
  height: calc(100vh - 100px)!important;
}

.callback #kolorBoxID_websiteViewernavi,
.callback #kolorBoxID_websiteViewer2,
.meishi #kolorBoxID_websiteViewernavi,
.meishi #kolorBoxID_websiteViewer2 {
  height: calc(100vh - 125px)!important;
}

/*============================== Iframe ===================================*/
/* ----------------------------- Textchat ---------------------------------*/
#container>#logo {
  display: none;
  background-color: unset!important;
  width: unset!important;
}

body>#container {
  position: unset!important;
  background-repeat: unset!important;
  background-position: unset!important;
  padding-bottom: unset!important;
}

body.textchat {background-color: unset!important;}

.textchat #container {
  position: unset!important;
  background-repeat: unset!important;
  background-position: unset!important;
  padding-bottom: unset!important;
  /* margin: -40px 0 0 0 ; */
}

.textchat .visitor_icon {
    display: flex;
    margin: 10px 0 10px 5px;
}

.textchat .visitor_img {
    width: 50px;
    height: 50px;
    border: #0070b6 solid 3px;
    border-radius: 50%;
}
.textchat .visitor_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.textchat .visitor_txt {
    font-size: 10px;
    margin-left: 10px;
    line-height: 200%;
    padding-top: 6px;
}
.textchat #logo {display: none;}

body.textchat {
  background-color: unset!important;
  overflow: hidden;
}

.textchat #log {overflow-y: scroll;}

/* ul#log-list {overflow: hidden;} */
.textchat #log {
  height: calc(100vh - 220px);
  padding-bottom: unset!important;
  /* overflow: unset!important; */
  padding-left: unset!important;
  padding-right: unset!important;
  padding-top: unset!important;
  border: #003366 solid 1px;
  margin-bottom: 5px;
}

.textchat textarea#js-local-text {
  min-height: 80px;
  border: #003366 solid 2px!important;
  margin-bottom: -7px !important;
  font-family: unset!important;
  height: unset!important;
  padding: 6px 4px!important;
  font-size: 12px!important;
  width: 100%!important;
}

.textchat .form>div {
  width: unset!important;
  overflow: unset!important;
  height: unset!important;
  display: unset!important;
  justify-content: unset!important;
}

.textchat a#js-send-trigger {
  left: unset!important;
  line-height: unset!important;
  margin-bottom: unset!important;
  bottom: unset!important;
  text-decoration: unset!important;
  float: unset!important;background-color: #336699;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  width: 40%!important;
  height: 26px;
  cursor: pointer;
  font-size: 12px;
  display: block;
  margin: 0 auto;
}

.textchat #form {
  overflow: unset!important;
  background-color: unset!important;
}

/* textchatlog */
.textchat #log li::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background-size: cover;
}

.textchat .name {
  font-size: 10px;
  margin: 0 0 0 10px;
   /* display: none; */
  }

.textchat #log li {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.textchat #log .li2 {
  flex-flow: row-reverse;
}

.textchat #log .log {
  box-sizing: border-box;
  width: calc(100% - 50px);
}

.textchat #log .li2 .log{
  background-color: #BBECAC;
  margin-right: 0;
  margin-left: 10px;
}

.textchat #form textarea {
  box-sizing: border-box;
  height: 62px;
  resize: none;
}

.textchat #chat {
  bottom: 20px;
}

.textchat #log { background-color: #BDF; }

.li2 { flex-flow: row-reverse; }

.textchat .log {
  position: relative;
}

.li2 .log {
  margin-left: 0!important;
  margin-right: 10px!important;
}

.textchat .log::before {
  content: "";
  border: 6px solid transparent;
  position: absolute;
}

.li1 .log::before {
  border-right: 15px solid #FFF;
  right: 100%;
}

.li2 .log::before {
  border-left: 15px solid #BBECAC;
  left: 100%;
}

/* ----------------------------- Videochat --------------------------------*/
#vue-app {
  width: unset!important;
  height: unset!important;
}

#videoContainer {
  width: unset!important;
  height: unset!important;
  position: unset!important;
  overflow: unset!important;
  background-color: unset!important;
  margin:-30px 0 0 0;
}

[data-user="nonselfVideoTag"] {
  margin: 30px 0 10px;
  display: flex;
  font-size: 10px;top: unset!important;
  left: unset!important;
  width: unset!important;
  height: unset!important;
  position: unset!important;
  z-index: unset!important;overflow: unset!important;
  display: flex;
  flex-direction: column;
}

#nonselfVideoTag, .nonselfVideoTag {
  width: 135px;
  height: 135px;
  object-fit: cover;
  /* border: #666 solid 1px; */
  top: unset!important;
  left: unset!important;/* background-repeat: unset!important; */
  /* background-size: unset!important; */
  /* background-position: unset!important; */
  z-index: unset!important;width: 135px;
  height: 135px;
}

[data-user="selfVideoTag"] {
  display: flex;
  bottom: unset!important;
  right: unset!important;
  width: unset!important;
  height: unset!important;
  position: unset!important;
  z-index: unset!important;
}

#selfVideoTag, .selfVideoTag {
  width: 80px;
  height: 80px;
  /* border: #666 solid 1px; */
}
.selfVideoTag {flex-shrink: 0;}

.selfVideoTag, .nonselfVideoTag {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

span.camera_onoff {
  font-size: 10px;
  margin-left: 3px;
  width: 100%;
  height: 20px;
}


nav.navbar.fixed-bottom.navbar-expand-md.navbar-dark.bg-dark {display: none!important;}

#cameraOn, #cameraOff{display: none!important}

#modal-recognition {display: none;}

#modal-settings {display: none;}

#modal-speaker-volume {display: none;}

#screenShare {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10000;
}

/* Sub window */
#websiteViewer2 .kolorBoxTopUIBar {
  float: right;
  width: auto;
}

/* Notice */
#notice .message-container {
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  max-height: 140px;
  max-width: 340px;
  text-align: left;
  /* max-height: 100vh!important; */
  line-height: 200%;
  /* height: 250px; */
  padding: 20px 20px 10px 20px;
  margin: 70px 10px 20px 10px;
  font-size: 14px;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;

  /* background-image: url(https://2022.sangyo-koryuten.com/VR/livenavi/navigator/templates/anemone/img/push_bg.png); */
}
#notice .message-container::-webkit-scrollbar{
  /*Google Chrome、Safariへの対応*/
  /* display: none; */
}


/* noFrame */
.livenavi #livenaviMain.screen-share {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.livenavi .screen-share #livenaviMainCloseButton {display: none;}

.livenavi .screen-share .nonselfVideoTag {display: none!important;}

.livenavi .screen-share [data-user="selfVideoTag"] {display: none;}

.livenavi .screen-share [data-user="nonselfVideoTag"] {
  margin: 0;
  position: fixed!important;
  top: 0!important;
  left: 0!important;
}

.livenavi .screen-share #nonselfVideoTag {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.livenavi .textchat > div {
  width: auto!important;
  height: auto!important;
}

.livenavi .textchat .container { margin: 0!important; }

.livenavi .textchat > div {
  width: auto!important;
  height: auto!important;
}

.livenavi .textchat .container { margin: 0!important; }

.livenavi #livenaviSub.textchat {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.livenavi .textchat > div { overflow-y: hidden!important; }

.livenavi .textchat #container { width: auto; }

.livenavi .textchat #chat {
  width: 100%!important;
  bottom: 0!important;
}

.livenavi #livenaviMain.textchat,
.livenavi #livenaviSub.textchat
{
  overflow: hidden;
  padding: 0!important;
}

.livenavi #chatParts {
  font-weight: unset!important;
  text-align: unset!important;
  line-height: unset!important;
}

.livenavi .textchat-footer {align-items: center;}

.livenavi .textchat a#js-send-trigger {display: flex;justify-content: center;align-items: center;}

.livenavi #chatParts * {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.livenavi .textchat .log {
  font-size: 14px;
  line-height: 1.6em;
}

/* テキストチャット修正 */
.livenavi .textchat #container {
  margin: 0;
}
.livenavi .textchat #log {
  height: calc(100vh - 95px - 50px - 220px);
}

.textchat .container {
  display: none;
}


/* 埋め込み版でチャット中はコールバックと名刺交換はグレーアウト */
.onVideochat #callBack {
  opacity: 0.3!important;
  filter: grayscale(1)!important;
  pointer-events: none!important;
  cursor: default!important;
}
.onVideochat #meishiKoukan {
  opacity: 0.3!important;
  filter: grayscale(1)!important;
  pointer-events: none!important;
  cursor: default!important;
}

.onTextchat #callBack {
  opacity: 0.3!important;
  filter: grayscale(1)!important;
  pointer-events: none!important;
  cursor: default!important;
}
.onTextchat #meishiKoukan {
  opacity: 0.3!important;
  filter: grayscale(1)!important;
  pointer-events: none!important;
  cursor: default!important;
}