.bc_chat_minimiert {
  font-family: "Segoe UI";
  position: fixed;
  /*top: 0px;*/
  bottom: 0px;
  right: 0px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  background-color: #00a4d0;
  border: solid #00407D 0px;
  /*display: none;*/
  color: #FFFFFF;
  z-index: 2147483647; }
  .bc_chat_minimiert:hover {
    background-color: #09ceff; }
  .bc_chat_minimiert label {
    font-size: 22px;
    font-weight: bold; }

.bc_chat {
  margin: 0px 0px -285px 0px; }
  @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
    .bc_chat {
      margin: 0px 0px -240px 0px; } }

.bc_chat_max {
  margin: 0px 0px 0px 0px; }

#bc_chat {
  font-family: "Segoe UI";
  position: fixed;
  right: 0px;
  display: flex;
  flex-direction: column;
  padding: 0px;
  width: 440px;
  /*height: $chat_height;*/
  border: solid #00a4d0 0px;
  background-color: black;
  color: #000000;
  z-index: 2147483647; }
  #bc_chat.top {
    top: 0px; }
  #bc_chat.botttom {
    bottom: 0px; }
  #bc_chat.bc_chat_full {
    height: 100%; }
  @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
    #bc_chat {
      width: 100%;
      height: 100%; } }
  #bc_chat .bc_content {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    #bc_chat .bc_content .bc_bottom_content {
      overflow: hidden; }
      #bc_chat .bc_content .bc_bottom_content.hidden {
        display: none; }
    #bc_chat .bc_content .bc_header_big_full {
      background-color: #00a4d0;
      width: 100%;
      height: 100%;
      display: flex;
      border-bottom: solid #00a4d0 3px;
      box-sizing: border-box; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_chat .bc_content .bc_header_big_full {
          height: 40px; } }
      #bc_chat .bc_content .bc_header_big_full .bc_header_left {
        /*height: 100%;*/
        width: 30%;
        min-width: 30%;
        position: relative; }
        #bc_chat .bc_content .bc_header_big_full .bc_header_left img {
          width: 100%;
          height: auto;
          position: absolute;
          bottom: 0px; }
        @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
          #bc_chat .bc_content .bc_header_big_full .bc_header_left {
            display: none; } }
      #bc_chat .bc_content .bc_header_big_full .bc_header_right {
        flex-grow: 1; }
        #bc_chat .bc_content .bc_header_big_full .bc_header_right .bc_header_big_top {
          height: 25%; }
          #bc_chat .bc_content .bc_header_big_full .bc_header_right .bc_header_big_top .bc_header_top_title {
            height: 100%;
            width: 70%;
            margin-left: 10px;
            line-height: 36px;
            float: left;
            font-size: 22px;
            font-weight: bold;
            color: #FFFFFF; }
          #bc_chat .bc_content .bc_header_big_full .bc_header_right .bc_header_big_top .bc_header_right_top_btn {
            width: auto;
            height: 36px;
            float: right; }
            #bc_chat .bc_content .bc_header_big_full .bc_header_right .bc_header_big_top .bc_header_right_top_btn:hover {
              background-color: #09ceff; }
          #bc_chat .bc_content .bc_header_big_full .bc_header_right .bc_header_big_top:after {
            content: "";
            display: block;
            clear: both; }
        #bc_chat .bc_content .bc_header_big_full .bc_header_right .bc_chat_header_right_bottom {
          margin: 10px;
          background-color: lightgray;
          border: solid gray 2px;
          height: 50%;
          border-radius: 5px; }
          @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
            #bc_chat .bc_content .bc_header_big_full .bc_header_right .bc_chat_header_right_bottom {
              display: none; } }
          #bc_chat .bc_content .bc_header_big_full .bc_header_right .bc_chat_header_right_bottom p {
            margin: 5px; }
    #bc_chat .bc_content .bc_header_small {
      background-color: #00a4d0;
      width: 100%;
      height: 100%;
      font-weight: bold;
      font-size: 22px;
      line-height: 36px; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_chat .bc_content .bc_header_small {
          height: 36px; } }
      #bc_chat .bc_content .bc_header_small .bc_header_small_title {
        padding-left: 10px;
        font-family: "Segoe UI";
        color: #FFFFFF;
        float: left; }
      #bc_chat .bc_content .bc_header_small .bc_header_small_btn {
        height: 36px;
        width: auto;
        float: right; }
        #bc_chat .bc_content .bc_header_small .bc_header_small_btn:hover {
          background-color: #09ceff; }
      #bc_chat .bc_content .bc_header_small:after {
        clear: both;
        content: "";
        display: block; }

#bc_chat_form {
  flex-grow: 1;
  width: 100%;
  background: #F2F2F2;
  /*
	min-height: 210px;
	@media only screen and (max-width: 439px), only screen and (max-height: 449px){
    min-height: 210px;
  }
  */ }
  #bc_chat_form .bc_chat_form_content {
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto; }
    #bc_chat_form .bc_chat_form_content input[type="text"] {
      width: 100%;
      height: 30px;
      margin-top: 13px;
      padding: 0px 0px 0px 5px;
      border: solid black 0px;
      border-radius: 5px;
      box-sizing: border-box;
      background-color: #DDDDDD;
      font-family: "Segoe UI";
      font-size: 14px; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_chat_form .bc_chat_form_content input[type="text"] {
          height: 28px;
          margin-top: 5px; } }
    #bc_chat_form .bc_chat_form_content .bc_chat_form_submite {
      width: 100%;
      height: auto;
      margin-top: 20px;
      background-color: #00a4d0;
      border: solid black 0px;
      border-radius: 5px; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_chat_form .bc_chat_form_content .bc_chat_form_submite {
          height: 28px;
          margin-top: 5px; } }
      #bc_chat_form .bc_chat_form_content .bc_chat_form_submite img {
        height: 30px;
        width: auto;
        float: left; }
        @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
          #bc_chat_form .bc_chat_form_content .bc_chat_form_submite img {
            height: 28px; } }
      #bc_chat_form .bc_chat_form_content .bc_chat_form_submite label {
        float: left;
        margin: 0px 0px 0px 5px;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        color: #FFFFFF; }
        @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
          #bc_chat_form .bc_chat_form_content .bc_chat_form_submite label {
            line-height: 28px; } }
      #bc_chat_form .bc_chat_form_content .bc_chat_form_submite:hover {
        background-color: #09ceff; }
      #bc_chat_form .bc_chat_form_content .bc_chat_form_submite:after {
        content: "";
        display: block;
        clear: both; }

#bc_chat_email_form {
  flex-grow: 1;
  width: 100%;
  background: #F2F2F2; }
  #bc_chat_email_form .bc_chat_form_content {
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto; }
    #bc_chat_email_form .bc_chat_form_content input[type="text"] {
      width: 100%;
      height: 30px;
      margin-top: 13px;
      padding: 0px 0px 0px 5px;
      border: solid black 0px;
      border-radius: 5px;
      box-sizing: border-box;
      background-color: #DDDDDD;
      font-family: "Segoe UI";
      font-size: 14px; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_chat_email_form .bc_chat_form_content input[type="text"] {
          height: 28px;
          margin-top: 5px; } }
    #bc_chat_email_form .bc_chat_form_content textarea {
      width: 100%;
      height: 90px;
      margin-top: 13px;
      padding: 0px 0px 0px 5px;
      border-radius: 5px;
      border: solid black 0px;
      box-sizing: border-box;
      background: #DDD;
      resize: none;
      font-family: "Segoe UI";
      font-size: 14px; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_chat_email_form .bc_chat_form_content textarea {
          height: 28px;
          margin-top: 5px; } }
    #bc_chat_email_form .bc_chat_form_content .bc_chat_form_submite {
      width: 100%;
      height: auto;
      margin-top: 20px;
      background-color: #00a4d0;
      border: solid black 0px;
      border-radius: 5px; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_chat_email_form .bc_chat_form_content .bc_chat_form_submite {
          height: 28px;
          margin-top: 5px; } }
      #bc_chat_email_form .bc_chat_form_content .bc_chat_form_submite img {
        height: 30px;
        width: auto;
        float: left; }
        @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
          #bc_chat_email_form .bc_chat_form_content .bc_chat_form_submite img {
            height: 28px; } }
      #bc_chat_email_form .bc_chat_form_content .bc_chat_form_submite label {
        float: left;
        margin: 0px 0px 0px 5px;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        color: #FFFFFF; }
        @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
          #bc_chat_email_form .bc_chat_form_content .bc_chat_form_submite label {
            line-height: 28px; } }
      #bc_chat_email_form .bc_chat_form_content .bc_chat_form_submite:hover {
        background-color: #09ceff; }
      #bc_chat_email_form .bc_chat_form_content .bc_chat_form_submite:after {
        content: "";
        display: block;
        clear: both; }

#bc_chat_chat {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #F2F2F2; }
  #bc_chat_chat #bc_chat_msg {
    flex-grow: 1;
    width: 100%;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll; }
    #bc_chat_chat #bc_chat_msg ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none; }
      #bc_chat_chat #bc_chat_msg ul .bc_chat_list_user {
        width: 80%;
        float: right;
        margin-top: 2px;
        margin-bottom: 3px; }
        #bc_chat_chat #bc_chat_msg ul .bc_chat_list_user .bc_chat_list_name {
          width: auto;
          height: auto;
          text-align: right;
          color: gray;
          font-size: 12px;
          font-family: "Segoe UI";
          margin: 0px 14px 0px 0px;
          color: #000000; }
        #bc_chat_chat #bc_chat_msg ul .bc_chat_list_user .bc_chat_list_content .bc_chat_list_tri {
          width: 0px;
          height: 0px;
          float: right;
          border-left: solid 7px #a7a7a7;
          border-top: solid 7px transparent;
          border-bottom: solid 7px transparent;
          margin: 10px 0px 0px 0px; }
          @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
            #bc_chat_chat #bc_chat_msg ul .bc_chat_list_user .bc_chat_list_content .bc_chat_list_tri {
              margin: 6px 0px 0px 0px; } }
        #bc_chat_chat #bc_chat_msg ul .bc_chat_list_user .bc_chat_list_content .bc_chat_list_text {
          width: 95%;
          height: auto;
          box-sizing: border-box;
          background-color: #a7a7a7;
          padding: 15px 15px 15px 15px;
          margin: 0px 0px 0px 0px;
          float: right;
          border-radius: 9px;
          overflow-wrap: break-word;
          color: #FFFFFF; }
          @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
            #bc_chat_chat #bc_chat_msg ul .bc_chat_list_user .bc_chat_list_content .bc_chat_list_text {
              padding: 5px 5px 5px 8px;
              border-radius: 6px;
              font-size: 14px; } }
          #bc_chat_chat #bc_chat_msg ul .bc_chat_list_user .bc_chat_list_content .bc_chat_list_text img {
            width: 100%; }
        #bc_chat_chat #bc_chat_msg ul .bc_chat_list_user .bc_chat_list_content:after {
          content: "";
          display: block;
          clear: both; }
      #bc_chat_chat #bc_chat_msg ul .bc_chat_list_agent {
        width: 80%;
        float: left;
        margin-top: 2px;
        margin-bottom: 3px; }
        #bc_chat_chat #bc_chat_msg ul .bc_chat_list_agent .bc_chat_list_name {
          width: auto;
          height: auto;
          text-align: left;
          color: gray;
          font-size: 12px;
          font-family: "Segoe UI";
          margin: 0px 0px 0px 14px;
          color: #00a4d0; }
        #bc_chat_chat #bc_chat_msg ul .bc_chat_list_agent .bc_chat_list_content .bc_chat_list_tri {
          width: 0px;
          height: 0px;
          float: left;
          border-right: solid 7px #7bd1e8;
          border-top: solid 7px transparent;
          border-bottom: solid 7px transparent;
          margin: 10px 0px 0px 0px; }
          @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
            #bc_chat_chat #bc_chat_msg ul .bc_chat_list_agent .bc_chat_list_content .bc_chat_list_tri {
              margin: 6px 0px 0px 0px; } }
        #bc_chat_chat #bc_chat_msg ul .bc_chat_list_agent .bc_chat_list_content .bc_chat_list_text {
          width: 95%;
          height: auto;
          box-sizing: border-box;
          background-color: #7bd1e8;
          padding: 15px 15px 15px 15px;
          margin: 0px 0px 0px 0px;
          float: left;
          border-radius: 9px;
          overflow-wrap: break-word;
          color: #000000; }
          @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
            #bc_chat_chat #bc_chat_msg ul .bc_chat_list_agent .bc_chat_list_content .bc_chat_list_text {
              padding: 5px 5px 5px 8px;
              border-radius: 6px;
              font-size: 14px; } }
          #bc_chat_chat #bc_chat_msg ul .bc_chat_list_agent .bc_chat_list_content .bc_chat_list_text img {
            width: 100%; }
        #bc_chat_chat #bc_chat_msg ul .bc_chat_list_agent .bc_chat_list_content:after {
          content: "";
          display: block;
          clear: both; }
      #bc_chat_chat #bc_chat_msg ul .bc_chat_list_other {
        width: 100%;
        height: auto;
        float: left;
        font-size: 14px;
        margin-top: 2px;
        margin-bottom: 3px; }
        #bc_chat_chat #bc_chat_msg ul .bc_chat_list_other div {
          width: auto;
          height: auto;
          padding: 5px;
          margin: 5px;
          background-color: #e6e6e6;
          color: #000000;
          overflow-wrap: break-word; }
          #bc_chat_chat #bc_chat_msg ul .bc_chat_list_other div label {
            color: #323232;
            font-family: "Segoe UI"; }
            #bc_chat_chat #bc_chat_msg ul .bc_chat_list_other div label img {
              width: 100%; }
          @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
            #bc_chat_chat #bc_chat_msg ul .bc_chat_list_other div {
              font-size: 14px; }
              #bc_chat_chat #bc_chat_msg ul .bc_chat_list_other div br {
                display: none; }
              #bc_chat_chat #bc_chat_msg ul .bc_chat_list_other div label {
                display: none; }
              #bc_chat_chat #bc_chat_msg ul .bc_chat_list_other div .bc_chat_list_other_text {
                display: block; } }
  #bc_chat_chat .bc_chat_input {
    width: 100%;
    height: 50px;
    min-height: 50px;
    background-color: #D3D3D3;
    position: relative; }
    @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
      #bc_chat_chat .bc_chat_input {
        height: 40px;
        min-height: 40px; } }
    #bc_chat_chat .bc_chat_input .bc_chat_input_content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 86%;
      width: 100%;
      display: flex; }
      #bc_chat_chat .bc_chat_input .bc_chat_input_content textarea {
        height: 100%;
        flex-grow: 1;
        resize: none;
        overflow: hidden;
        padding: 5px 5px 0px 15px;
        margin: 0px 0px 0px 7px;
        border: solid black 0px;
        border-radius: 5px;
        float: left;
        font-family: "Segoe UI";
        font-size: 12px;
        box-sizing: border-box; }
        @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
          #bc_chat_chat .bc_chat_input .bc_chat_input_content textarea {
            padding: 0px 5px 0px 5px;
            border-radius: 3px;
            font-size: 14px; } }
        #bc_chat_chat .bc_chat_input .bc_chat_input_content textarea[disabled] {
          opacity: 0.5; }
      #bc_chat_chat .bc_chat_input .bc_chat_input_content button {
        height: 100%;
        width: 12%;
        margin: 0px 12px 0px 0px;
        padding: 0px;
        color: #FFFFFF;
        background-color: #00a4d0;
        border: solid black 0px;
        border-radius: 5px;
        float: right;
        box-sizing: border-box; }
        #bc_chat_chat .bc_chat_input .bc_chat_input_content button:hover {
          background-color: #09ceff; }
        @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
          #bc_chat_chat .bc_chat_input .bc_chat_input_content button {
            padding: 0px;
            border-radius: 3px; } }
        #bc_chat_chat .bc_chat_input .bc_chat_input_content button[disabled] {
          background-color: gray;
          opacity: 0.5; }
      #bc_chat_chat .bc_chat_input .bc_chat_input_content .bc_button {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00a4d0;
        color: #FFFFFF;
        margin-left: 5px;
        margin-right: 5px;
        min-width: 60px;
        border-radius: 5px; }
        #bc_chat_chat .bc_chat_input .bc_chat_input_content .bc_button:hover {
          background-color: #09ceff; }
        #bc_chat_chat .bc_chat_input .bc_chat_input_content .bc_button[disabled] {
          background-color: gray;
          opacity: 0.5; }
      #bc_chat_chat .bc_chat_input .bc_chat_input_content:after {
        content: "";
        display: block;
        clear: both; }

#bc_chat_feedback {
  flex-grow: 1;
  width: 100%;
  background: #F2F2F2; }
  #bc_chat_feedback .bc_chat_form_content {
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto; }
    #bc_chat_feedback .bc_chat_form_content .bc_chat_feedback_img {
      width: 100%;
      height: auto;
      padding-top: 30px; }
      #bc_chat_feedback .bc_chat_form_content .bc_chat_feedback_img img {
        width: 30%;
        height: auto;
        float: left;
        /*margin-right: 5%;*/
        border-radius: 5px;
        cursor: pointer; }
        #bc_chat_feedback .bc_chat_form_content .bc_chat_feedback_img img:hover {
          background: #ddd; }
      #bc_chat_feedback .bc_chat_form_content .bc_chat_feedback_img .bc_img_schlecht {
        margin-left: 10%;
        margin-right: 20%; }
      #bc_chat_feedback .bc_chat_form_content .bc_chat_feedback_img .bc_chat_feedback_last_img {
        margin-right: 0px; }
      #bc_chat_feedback .bc_chat_form_content .bc_chat_feedback_img:after {
        content: "";
        display: block;
        clear: both; }
    #bc_chat_feedback .bc_chat_form_content textarea {
      width: 100%;
      height: 90px;
      resize: none;
      margin: 13px 0px 0px 0px;
      padding: 5px  0px 0px 5px;
      border: solid black 0px;
      border-radius: 5px;
      background: #DDD;
      font-family: "Segoe UI";
      box-sizing: border-box; }
    #bc_chat_feedback .bc_chat_form_content button {
      width: 100%;
      height: 30px;
      margin: 20px 0px 0px 0px;
      border: solid black 0px;
      border-radius: 5px;
      text-align: left;
      line-height: 30px;
      font-size: 18px;
      font-weight: bold;
      background: #00a4d0;
      cursor: pointer; }
      #bc_chat_feedback .bc_chat_form_content button label {
        font-family: "Segoe UI";
        color: #FFFFFF;
        margin-left: 5px;
        float: left; }
      #bc_chat_feedback .bc_chat_form_content button img {
        height: 30px;
        width: auto;
        float: left; }
      #bc_chat_feedback .bc_chat_form_content button:hover {
        background: #09ceff; }
    #bc_chat_feedback .bc_chat_form_content:after {
      content: "";
      display: block;
      clear: both; }

#bc_chat_thanks {
  flex-grow: 1;
  width: 100%;
  background: #F2F2F2; }
  #bc_chat_thanks .bc_chat_t_chat {
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto; }
    #bc_chat_thanks .bc_chat_t_chat h1 {
      text-align: left;
      font-size: 40px;
      font-weight: bold;
      margin-top: 0px;
      padding-top: 12px; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_chat_thanks .bc_chat_t_chat h1 {
          font-size: 25px;
          margin-bottom: 8px; } }
    #bc_chat_thanks .bc_chat_t_chat p {
      text-align: left;
      font-size: 16px; }
  #bc_chat_thanks .bc_chat_t_email {
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto; }
    #bc_chat_thanks .bc_chat_t_email h1 {
      text-align: left;
      font-size: 40px;
      font-weight: bold;
      margin-top: 0px;
      padding-top: 12px; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_chat_thanks .bc_chat_t_email h1 {
          font-size: 25px;
          margin-bottom: 8px; } }
    #bc_chat_thanks .bc_chat_t_email p {
      text-align: left;
      font-size: 16px; }

#bc_invite {
  flex-grow: 1;
  width: 100%;
  background: #F2F2F2; }
  #bc_invite .bc_chat_form_content {
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto; }
    #bc_invite .bc_chat_form_content button {
      width: 100%;
      height: 30px;
      margin: 20px 0px 0px 0px;
      border: solid black 0px;
      border-radius: 5px;
      text-align: left;
      line-height: 30px;
      font-size: 18px;
      font-weight: bold;
      background: #00a4d0; }
      #bc_invite .bc_chat_form_content button label {
        font-family: "Segoe UI";
        color: #FFFFFF;
        margin-left: 5px;
        float: left; }
      #bc_invite .bc_chat_form_content button img {
        height: 30px;
        width: auto;
        float: left; }
      #bc_invite .bc_chat_form_content button:hover {
        background: #09ceff; }

#bc_cm {
  flex-grow: 1;
  width: 100%;
  background: #F2F2F2; }
  #bc_cm .bc_cm_chat {
    width: 80%;
    height: 350px;
    margin-left: auto;
    margin-right: auto; }
    #bc_cm .bc_cm_chat h1 {
      text-align: left;
      font-size: 40px;
      font-weight: bold;
      margin-top: 0px;
      padding-top: 12px; }
      @media only screen and (max-width: 439px), only screen and (max-height: 449px) {
        #bc_cm .bc_cm_chat h1 {
          font-size: 25px;
          margin-bottom: 8px; } }
    #bc_cm .bc_cm_chat p {
      text-align: left;
      font-size: 16px;
      white-space: break-spaces; }

#bc_invite_holder {
  flex-grow: 1;
  width: 100%; }

.bc_chat_form_element_err {
  border: solid red 1px !important; }

#bc_webrtc {
  width: 100%;
  height: auto;
  --position: fixed;
  --bottom: 0px;
  --right: $chat_width;
  display: flex;
  flex-direction: column; }
  #bc_webrtc .bc_webrtc_header {
    width: 100%;
    height: 30px;
    background: #00a4d0; }
    #bc_webrtc .bc_webrtc_header div {
      width: 30px;
      height: 100%;
      float: right; }
      #bc_webrtc .bc_webrtc_header div:hover {
        background: #09ceff; }
      #bc_webrtc .bc_webrtc_header div img {
        width: 100%; }
  #bc_webrtc .bc_webrtc_body {
    position: relative;
    flex-grow: 1;
    padding: 0px;
    margin: 0px;
    font-size: 0px; }
    #bc_webrtc .bc_webrtc_body canvas {
      display: none; }
    #bc_webrtc .bc_webrtc_body .bc_webrtc_local_video {
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 25%;
      background: black; }
    #bc_webrtc .bc_webrtc_body .bc_webrtc_remote_video {
      width: 100%;
      height: auto;
      background: black; }

.hidden {
  display: none !important; }
