#page_phoneCallRoom > DIV {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
#page_phoneCallRoom > DIV > DIV.info-call {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  overflow: hidden;
}
#page_phoneCallRoom > DIV > DIV.info-call > DIV {
  margin-bottom: 30px;
}
#page_phoneCallRoom > DIV > DIV.info-call > DIV:nth-child(1) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.info-call > DIV:nth-child(2) > IMG {
  width: 75px;
  height: 75px;
}
#page_phoneCallRoom > DIV > DIV.info-call > DIV:nth-child(3) {
  font-size: 18px;
}
#page_phoneCallRoom > DIV > DIV.info-call > DIV:nth-child(4) {
  font-size: 18px;
}
#page_phoneCallRoom > DIV > DIV.info-call > DIV:nth-child(5) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.info-call.calling > DIV:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page_phoneCallRoom > DIV > DIV.info-call.calling > DIV:nth-child(1) > DIV:last-child {
  margin-top: 20px;
  font-size: 18px;
}
#page_phoneCallRoom > DIV > DIV.info-call.calling > DIV:nth-child(2) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.info-call.calling > DIV:nth-child(4) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.info-call.bot {
  margin-top: 30px;
}
#page_phoneCallRoom > DIV > DIV.info-call.bot > DIV:nth-child(2) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.info-call.bot > DIV:nth-child(3) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.info-call.bot > DIV:nth-child(4) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.info-call.bot > DIV:nth-child(5) {
  display: block;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#page_phoneCallRoom > DIV > DIV.info-call.bot > DIV:nth-child(5) > DIV {
  width: 100%;
  margin-bottom: 20px;
}
#page_phoneCallRoom > DIV > DIV.info-call.bot > DIV:nth-child(5) > DIV > SPAN:first-child {
  font-weight: bold;
  display: block;
}
#page_phoneCallRoom > DIV > DIV.toolbar {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#page_phoneCallRoom > DIV > DIV.toolbar > BUTTON.btn-microphone > IMG:nth-child(1) {
  display: inline-block;
}
#page_phoneCallRoom > DIV > DIV.toolbar > BUTTON.btn-microphone > IMG:nth-child(2) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.toolbar > BUTTON.btn-microphone.active > IMG:nth-child(1) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.toolbar > BUTTON.btn-microphone.active > IMG:nth-child(2) {
  display: inline-block;
}
#page_phoneCallRoom > DIV > DIV.toolbar > BUTTON.btn-bot > IMG:nth-child(1) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.toolbar > BUTTON.btn-bot > IMG:nth-child(2) {
  display: inline-block;
}
#page_phoneCallRoom > DIV > DIV.toolbar > BUTTON.btn-bot.transfer > IMG:nth-child(1) {
  display: inline-block;
}
#page_phoneCallRoom > DIV > DIV.toolbar > BUTTON.btn-bot.transfer > IMG:nth-child(2) {
  display: none;
}
#page_phoneCallRoom > DIV > DIV.connecting {
  display: none;
}
#page_phoneCallRoom > DIV.connecting {
  flex-direction: row;
  align-items: end;
}
#page_phoneCallRoom > DIV.connecting > DIV.info-call {
  display: none;
}
#page_phoneCallRoom > DIV.connecting > DIV.toolbar {
  display: none;
}
#page_phoneCallRoom > DIV.connecting > DIV.connecting {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 80px;
}
#page_phoneCallRoom > DIV.connecting > DIV.connecting > SPAN.loading-rollon {
  margin-left: 20px;
}
#page_phoneCallRoom .pc-calling-rollon {
  display: inline-block;
  width: 75px;
  height: 75px;
  vertical-align: middle;
}
#page_phoneCallRoom .pc-calling-rollon > SPAN {
  display: block;
}
#page_phoneCallRoom .pc-calling-rollon > SPAN:first-child {
  margin: calc((75px - calc(75px - 75px * 25 / 100)) / 2);
  width: calc(75px - 75px * 25 / 100);
  height: calc(75px - 75px * 25 / 100);
  animation-name: loading-spin-left;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#page_phoneCallRoom .pc-calling-rollon > SPAN:last-child {
  margin-top: -75px;
  width: 75px;
  height: 75px;
  animation-name: loading-spin-right;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}