@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);.chatbox-slimmner {
  padding-top: 1rem; }
  .chatbox-slimmner .chatboxInput {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    text-align: left;
    padding: 1rem 0.5rem; }
    @media (max-width: 599px) {
      .chatbox-slimmner .chatboxInput {
        padding: 0.5rem 1rem; } }
  .chatbox-slimmner .chatboxMessages {
    padding: 2rem 3rem;
    background-image: linear-gradient(-180deg, rgba(188, 189, 189, 0.34) 0%, rgba(61, 116, 133, 0.34) 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24); }
    @media (max-width: 599px) {
      .chatbox-slimmner .chatboxMessages {
        padding: 0.5rem 1rem; } }
    .chatbox-slimmner .chatboxMessages .inputTime {
      float: left;
      font-weight: bold;
      width: 140px;
      height: 1rem; }
      @media (max-width: 599px) {
        .chatbox-slimmner .chatboxMessages .inputTime {
          width: 60px; } }
    .chatbox-slimmner .chatboxMessages .inputText {
      font-weight: 100;
      padding-left: 140px;
      padding-top: -1rem;
      width: 100%; }
      @media (max-width: 599px) {
        .chatbox-slimmner .chatboxMessages .inputText {
          padding-left: 60px; } }
  .chatbox-slimmner .transcriptMessages {
    padding: 2rem 3rem;
    background-image: linear-gradient(-180deg, rgba(188, 189, 189, 0.34) 0%, rgba(61, 116, 133, 0.34) 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    color: white;
    font-weight: 100; }
    .chatbox-slimmner .transcriptMessages .inputText {
      font-weight: 100;
      width: 100%;
      color: white;
      margin-bottom: 1rem; }

.input-box {
  font-size: 2rem;
  background: #ffffff;
  border: 2px solid #dbdbdb;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3;
  color: black;
  max-width: 450px;
  width: 100%;
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 2rem;
  padding: 1rem 2rem; }
  @media (max-width: 599px) {
    .input-box {
      font-size: 1.5rem; } }

.pageLayout {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (max-width: 599px) {
  .startTime {
    display: none; } }

@media (max-width: 599px) {
  .endTime {
    display: none; } }

.titleDivision {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 1rem; }
  @media (max-width: 599px) {
    .titleDivision {
      margin-bottom: 0.5rem; } }

.participantList {
  margin: 0 2rem 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .participantList .profileNotMeOne,
  .participantList .profileNotMeTwo {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .participantList .profileNotMeOne .avatarName,
    .participantList .profileNotMeTwo .avatarName {
      font-weight: normal;
      font-size: 1rem; }
    .participantList .profileNotMeOne .avatarName,
    .participantList .profileNotMeOne .avatarTagline,
    .participantList .profileNotMeOne .avatarCompany,
    .participantList .profileNotMeTwo .avatarName,
    .participantList .profileNotMeTwo .avatarTagline,
    .participantList .profileNotMeTwo .avatarCompany {
      line-height: auto; }
    .participantList .profileNotMeOne .avatartPicture,
    .participantList .profileNotMeTwo .avatartPicture {
      max-width: 25vh;
      border: solid 1px #979797;
      margin: 0 auto;
      clear: both;
      display: block; }
      .participantList .profileNotMeOne .avatartPicture .avatarWrapper img,
      .participantList .profileNotMeTwo .avatartPicture .avatarWrapper img {
        width: 100%;
        height: auto; }

.dial-in-page-container {
  background: #f4f6f8;
  -webkit-font-smoothing: antialiased;
  /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif; }
  .dial-in-page-container .common-container {
    padding: 20px 30px; }
  .dial-in-page-container .header {
    border-bottom: 1px solid #dce1e3; }
  .dial-in-page-container .hero-content {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .dial-in-page-container .lhs-content {
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 255px;
    padding: 30px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: fixed;
    left: 0px;
    top: 125px; }
    .dial-in-page-container .lhs-content h3 {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      color: #4a5158;
      margin: 0px auto 20px auto; }
    .dial-in-page-container .lhs-content .section-wrap {
      margin-bottom: 30px; }
      .dial-in-page-container .lhs-content .section-wrap:last-child {
        margin-bottom: 0px; }
      .dial-in-page-container .lhs-content .section-wrap .mini-header {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        line-height: 14px;
        color: #98a2a5;
        margin-bottom: 10px; }
      .dial-in-page-container .lhs-content .section-wrap .section-link {
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        line-height: 22px;
        text-decoration: underline;
        color: #5000ff;
        cursor: pointer;
        margin-bottom: 10px;
        display: inline-block; }
  .dial-in-page-container .center-content {
    width: 100%;
    padding: 0px 30px 0px 307px; }
    .dial-in-page-container .center-content h3 {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 34px;
      line-height: 40px;
      text-align: center;
      color: #4a5158;
      margin-bottom: 20px;
      margin-top: 60px; }
      .dial-in-page-container .center-content h3:first-child {
        margin-top: 0px; }
      .dial-in-page-container .center-content h3.solo {
        margin-bottom: 30px; }
    .dial-in-page-container .center-content p {
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      line-height: 28px;
      color: #98a2a5;
      text-align: center;
      margin: 0px auto 30px auto;
      max-width: 980px; }
  .dial-in-page-container .data-box {
    padding: 35px 60px;
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    .dial-in-page-container .data-box p {
      font-size: 20px;
      line-height: 28px;
      text-align: center;
      color: #71797d;
      margin-bottom: 0px; }
    .dial-in-page-container .data-box:last-child {
      margin-bottom: 110px; }
    .dial-in-page-container .data-box .download-icons {
      text-align: center;
      margin-top: 25px; }
      .dial-in-page-container .data-box .download-icons a {
        cursor: pointer;
        text-decoration: none;
        outline: none; }
        .dial-in-page-container .data-box .download-icons a:last-child {
          margin-left: 30px; }
  .dial-in-page-container .mobile-data-table {
    display: none; }
  .dial-in-page-container .dial-in-table,
  .dial-in-page-container .bandwidth-table {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #71797d;
    font-family: "Roboto", sans-serif;
    display: table; }
    .dial-in-page-container .dial-in-table th,
    .dial-in-page-container .bandwidth-table th {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 22px;
      text-align: left;
      color: #4a5158;
      padding: 20px 0px;
      vertical-align: middle; }
    .dial-in-page-container .dial-in-table tr:last-child td,
    .dial-in-page-container .bandwidth-table tr:last-child td {
      border-bottom: none; }
    .dial-in-page-container .dial-in-table td,
    .dial-in-page-container .bandwidth-table td {
      padding: 15px 10px 15px 0px;
      vertical-align: top;
      border-bottom: 1px solid #dce1e3; }
      .dial-in-page-container .dial-in-table td img,
      .dial-in-page-container .bandwidth-table td img {
        margin-right: 15px;
        float: left; }
      .dial-in-page-container .dial-in-table td ul,
      .dial-in-page-container .bandwidth-table td ul {
        padding-left: 0px; }
        .dial-in-page-container .dial-in-table td ul li,
        .dial-in-page-container .bandwidth-table td ul li {
          list-style-type: decimal;
          margin-left: 15px;
          font-family: "Roboto", sans-serif;
          font-weight: 700; }
          .dial-in-page-container .dial-in-table td ul li .sub-item,
          .dial-in-page-container .bandwidth-table td ul li .sub-item {
            font-family: "Roboto", sans-serif;
            padding-left: 0px;
            display: inline;
            font-weight: 400; }
  .dial-in-page-container .bandwidth-table th {
    width: 50%; }
  .dial-in-page-container .country,
  .dial-in-page-container .intl-number,
  .dial-in-page-container .toll-free {
    width: 24%; }
  .dial-in-page-container .remarks {
    width: 28%; }
  .dial-in-page-container .country-name {
    color: #4a5158; }
    .dial-in-page-container .country-name .country-name-txt {
      position: relative;
      top: 2px; }
  .dial-in-page-container .bottom-buttons-wrap {
    text-align: center;
    margin-top: 20px; }
    .dial-in-page-container .bottom-buttons-wrap .action-btn {
      border: none;
      background: #9666ff;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      font-size: 20px;
      line-height: 28px;
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      display: inline-block;
      margin: 0px 15px;
      padding: 8px 40px; }
      .dial-in-page-container .bottom-buttons-wrap .action-btn:hover {
        cursor: pointer;
        text-decoration: none; }

/* For tablets and smaller screens */
@media (max-width: 1079px) {
  .dial-in-page-container .hero-content {
    display: block;
    padding-top: 30px; }
  .dial-in-page-container .lhs-content {
    width: 100%;
    padding: 15px 20px;
    position: relative;
    max-height: 1000px;
    overflow: auto;
    transition: all 300ms;
    top: 0px;
    left: 0px; }
    .dial-in-page-container .lhs-content .section-wrap {
      opacity: 1;
      transition: opacity 400ms; }
    .dial-in-page-container .lhs-content h3 {
      border-bottom: 1px solid #dce1e3;
      padding-bottom: 15px;
      transition: all 300ms; }
      .dial-in-page-container .lhs-content h3:before {
        content: "";
        position: absolute;
        right: 30px;
        top: 25px;
        width: 14px;
        height: 8px;
        display: inline-block;
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg);
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4yOTI4OTMgMC4yOTI4OTNDMC42ODM0MTcgLTAuMDk3NjMxMSAxLjMxNjU4IC0wLjA5NzYzMTEgMS43MDcxMSAwLjI5Mjg5M0w3IDUuNTg1NzlMMTIuMjkyOSAwLjI5Mjg5M0MxMi42ODM0IC0wLjA5NzYzMTEgMTMuMzE2NiAtMC4wOTc2MzExIDEzLjcwNzEgMC4yOTI4OTNDMTQuMDk3NiAwLjY4MzQxNyAxNC4wOTc2IDEuMzE2NTggMTMuNzA3MSAxLjcwNzExTDcuNzA3MTEgNy43MDcxMUM3LjMxNjU4IDguMDk3NjMgNi42ODM0MiA4LjA5NzYzIDYuMjkyODkgNy43MDcxMUwwLjI5Mjg5MyAxLjcwNzExQy0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDAuNjgzNDE3IDAuMjkyODkzIDAuMjkyODkzWiIgZmlsbD0iI0M1Q0VEMCIvPgo8L3N2Zz4K);
        background-repeat: no-repeat;
        background-size: 14px 8px;
        background-position: center right;
        transition: -webkit-transform 300ms;
        transition: transform 300ms;
        transition: transform 300ms, -webkit-transform 300ms; }
    .dial-in-page-container .lhs-content.shrink {
      overflow: hidden;
      max-height: 60px; }
      .dial-in-page-container .lhs-content.shrink h3 {
        border-bottom: none;
        padding-bottom: 0px; }
        .dial-in-page-container .lhs-content.shrink h3:before {
          -webkit-transform: rotateZ(0deg);
                  transform: rotateZ(0deg); }
      .dial-in-page-container .lhs-content.shrink .section-wrap {
        opacity: 0; }
  .dial-in-page-container .center-content {
    width: 100%;
    padding: 0px 5px;
    margin-top: 30px; }
    .dial-in-page-container .center-content h3 + p {
      font-size: 14px;
      line-height: 18px;
      padding: 0px 20px; }
    .dial-in-page-container .center-content .dial-in-table {
      display: none; }
    .dial-in-page-container .center-content .data-box {
      padding: 30px 20px; }
      .dial-in-page-container .center-content .data-box p {
        text-align: left; }
    .dial-in-page-container .center-content h3 {
      font-size: 20px;
      line-height: 28px;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px;
      margin-top: 30px; }
  .dial-in-page-container .mobile-data-table {
    display: block; }
    .dial-in-page-container .mobile-data-table h5 {
      font-size: 15px;
      line-height: 22px;
      color: #4a5158;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px; }
      .dial-in-page-container .mobile-data-table h5.data-title {
        margin: 0px 0px 2px 0px; }
    .dial-in-page-container .mobile-data-table .item-wrap {
      transition: all 300ms;
      max-height: 1000px;
      overflow: auto;
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
      padding: 12px 0px;
      border-bottom: 1px solid #dce1e3; }
      .dial-in-page-container .mobile-data-table .item-wrap.shrink {
        max-height: 55px;
        overflow: hidden; }
        .dial-in-page-container .mobile-data-table .item-wrap.shrink .data-container {
          opacity: 0; }
      .dial-in-page-container .mobile-data-table .item-wrap.shrink .country-data:before {
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg); }
      .dial-in-page-container .mobile-data-table .item-wrap:last-child {
        border-bottom: none; }
      .dial-in-page-container .mobile-data-table .item-wrap .country-data {
        font-size: 15px;
        line-height: 22px;
        color: #4a5158; }
        .dial-in-page-container .mobile-data-table .item-wrap .country-data:before {
          content: "";
          position: absolute;
          right: 30px;
          top: 25px;
          width: 14px;
          height: 8px;
          display: inline-block;
          -webkit-transform: rotateZ(0deg);
                  transform: rotateZ(0deg);
          background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4yOTI4OTMgMC4yOTI4OTNDMC42ODM0MTcgLTAuMDk3NjMxMSAxLjMxNjU4IC0wLjA5NzYzMTEgMS43MDcxMSAwLjI5Mjg5M0w3IDUuNTg1NzlMMTIuMjkyOSAwLjI5Mjg5M0MxMi42ODM0IC0wLjA5NzYzMTEgMTMuMzE2NiAtMC4wOTc2MzExIDEzLjcwNzEgMC4yOTI4OTNDMTQuMDk3NiAwLjY4MzQxNyAxNC4wOTc2IDEuMzE2NTggMTMuNzA3MSAxLjcwNzExTDcuNzA3MTEgNy43MDcxMUM3LjMxNjU4IDguMDk3NjMgNi42ODM0MiA4LjA5NzYzIDYuMjkyODkgNy43MDcxMUwwLjI5Mjg5MyAxLjcwNzExQy0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDAuNjgzNDE3IDAuMjkyODkzIDAuMjkyODkzWiIgZmlsbD0iI0M1Q0VEMCIvPgo8L3N2Zz4K);
          background-repeat: no-repeat;
          background-size: 14px 8px;
          background-position: center right;
          -webkit-transform: rotateZ(180deg);
                  transform: rotateZ(180deg);
          transition: -webkit-transform 300ms;
          transition: transform 300ms;
          transition: transform 300ms, -webkit-transform 300ms; }
        .dial-in-page-container .mobile-data-table .item-wrap .country-data img {
          margin-right: 15px;
          display: inline-block; }
      .dial-in-page-container .mobile-data-table .item-wrap .data-container {
        opacity: 1;
        transition: opacity 400ms;
        padding-left: 45px;
        margin-top: 8px; }
        .dial-in-page-container .mobile-data-table .item-wrap .data-container .data-value {
          font-size: 20px;
          line-height: 28px;
          color: #71797d;
          font-family: "Roboto", sans-serif; }
        .dial-in-page-container .mobile-data-table .item-wrap .data-container .html-content {
          font-size: 20px;
          line-height: 28px;
          color: #71797d;
          font-family: "Roboto", sans-serif; }
          .dial-in-page-container .mobile-data-table .item-wrap .data-container .html-content.remarks {
            font-size: 15px;
            line-height: 22px;
            font-family: "Roboto", sans-serif;
            width: 100%; }
          .dial-in-page-container .mobile-data-table .item-wrap .data-container .html-content ul {
            padding-left: 0px;
            font-size: 15px;
            line-height: 22px;
            font-family: "Roboto", sans-serif;
            width: 100%; }
            .dial-in-page-container .mobile-data-table .item-wrap .data-container .html-content ul li {
              list-style-type: decimal;
              margin-left: 15px;
              line-height: 22px;
              font-weight: 700;
              font-family: "Roboto", sans-serif; }
              .dial-in-page-container .mobile-data-table .item-wrap .data-container .html-content ul li .sub-item {
                font-family: "Roboto", sans-serif;
                font-weight: 400;
                padding-left: 0px;
                display: inline; }
              .dial-in-page-container .mobile-data-table .item-wrap .data-container .html-content ul li span.number {
                font-size: 20px;
                line-height: 28px;
                font-family: "Roboto", sans-serif;
                color: #71797d; }
  .dial-in-page-container .bottom-buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dial-in-page-container .bottom-buttons-wrap .action-btn {
      font-size: 15px;
      line-height: 22px;
      padding: 8px 10px;
      width: 50%;
      max-width: 160px; }
      .dial-in-page-container .bottom-buttons-wrap .action-btn:first-child {
        margin: 0px 5px 0px 0px; }
      .dial-in-page-container .bottom-buttons-wrap .action-btn:last-child {
        margin: 0px 0px 0px 5px; } }

.feedback-wrapper {
  background: white;
  width: 960px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
  margin-bottom: 120px;
  font-family: 'Manrope', sans-serif; }
  .feedback-wrapper .feedback-item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px; }
    .feedback-wrapper .feedback-item .feedback-label {
      margin-bottom: 5px; }
    .feedback-wrapper .feedback-item .feedback-stars {
      margin-bottom: 24px; }
    .feedback-wrapper .feedback-item .feedback-note {
      width: 912px;
      height: 101px;
      left: 0px;
      top: 22px;
      background: white;
      border: 1px solid #D1D0D4;
      border-radius: 4px;
      padding: 12px; }
      .feedback-wrapper .feedback-item .feedback-note::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 22px;
        color: #716E76; }
      .feedback-wrapper .feedback-item .feedback-note:-ms-input-placeholder {
        font-size: 14px;
        line-height: 22px;
        color: #716E76; }
      .feedback-wrapper .feedback-item .feedback-note::placeholder {
        font-size: 14px;
        line-height: 22px;
        color: #716E76; }
  .feedback-wrapper .cta-container {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .feedback-wrapper .cta-container .cancel-cta {
      margin-right: 24px;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #1C1C1E;
      cursor: pointer; }
    .feedback-wrapper .cta-container button {
      width: 139px;
      height: 40px;
      left: 1037px;
      top: 809px;
      background: #D1D0D4;
      border-radius: 4px;
      border: none;
      color: white;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px; }

.join-page-wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .join-page-wrapper .title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: black;
    margin-bottom: 32px; }
  .join-page-wrapper .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .join-page-wrapper .cta .join-button {
      width: 105px;
      height: 48px;
      left: 557px;
      top: 213px;
      background: #5000FF;
      border-radius: 4px;
      margin-right: 20px;
      color: white;
      font-weight: 800;
      font-size: 18px;
      line-height: 32px;
      border: none; }
    .join-page-wrapper .cta .feedback-button {
      width: 202px;
      height: 48px;
      left: 682px;
      top: 213px;
      background: #FFFFFF;
      border: 2px solid #1C1C1E;
      border-radius: 4px;
      font-weight: 800;
      font-size: 18px;
      line-height: 32px;
      color: #1C1C1E; }

.need-help-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  font-family: 'Manrope', sans-serif; }
  .need-help-wrapper .need-help-container {
    margin: auto;
    margin-top: 80px;
    background-color: white;
    width: 390px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E8E8EA;
    box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
    border-radius: 4px; }
    .need-help-wrapper .need-help-container .need-help-title {
      margin-bottom: 20px;
      font-weight: 800;
      font-size: 18px;
      line-height: 28px;
      color: #1C1C1E; }
    .need-help-wrapper .need-help-container .expert-did-not-join-container,
    .need-help-wrapper .need-help-container .topic-mismatch-container,
    .need-help-wrapper .need-help-container .compliance-concern-container,
    .need-help-wrapper .need-help-container .poor-call-container {
      width: 342px;
      height: 56px;
      background: #FFFFFF;
      border: 1px solid #E8E8EA;
      border-radius: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 16px;
      margin-bottom: 16px;
      cursor: pointer; }
      .need-help-wrapper .need-help-container .expert-did-not-join-container input,
      .need-help-wrapper .need-help-container .topic-mismatch-container input,
      .need-help-wrapper .need-help-container .compliance-concern-container input,
      .need-help-wrapper .need-help-container .poor-call-container input {
        margin-right: 16px; }
      .need-help-wrapper .need-help-container .expert-did-not-join-container input[type='radio']:after,
      .need-help-wrapper .need-help-container .topic-mismatch-container input[type='radio']:after,
      .need-help-wrapper .need-help-container .compliance-concern-container input[type='radio']:after,
      .need-help-wrapper .need-help-container .poor-call-container input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white; }
      .need-help-wrapper .need-help-container .expert-did-not-join-container input[type='radio']:checked:after,
      .need-help-wrapper .need-help-container .topic-mismatch-container input[type='radio']:checked:after,
      .need-help-wrapper .need-help-container .compliance-concern-container input[type='radio']:checked:after,
      .need-help-wrapper .need-help-container .poor-call-container input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: white;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 5px solid #472BF5; }
      .need-help-wrapper .need-help-container .expert-did-not-join-container .expert-did-join-label,
      .need-help-wrapper .need-help-container .expert-did-not-join-container .topic-mismatch-label,
      .need-help-wrapper .need-help-container .expert-did-not-join-container .compliance-concern-label,
      .need-help-wrapper .need-help-container .expert-did-not-join-container .poor-call-label,
      .need-help-wrapper .need-help-container .topic-mismatch-container .expert-did-join-label,
      .need-help-wrapper .need-help-container .topic-mismatch-container .topic-mismatch-label,
      .need-help-wrapper .need-help-container .topic-mismatch-container .compliance-concern-label,
      .need-help-wrapper .need-help-container .topic-mismatch-container .poor-call-label,
      .need-help-wrapper .need-help-container .compliance-concern-container .expert-did-join-label,
      .need-help-wrapper .need-help-container .compliance-concern-container .topic-mismatch-label,
      .need-help-wrapper .need-help-container .compliance-concern-container .compliance-concern-label,
      .need-help-wrapper .need-help-container .compliance-concern-container .poor-call-label,
      .need-help-wrapper .need-help-container .poor-call-container .expert-did-join-label,
      .need-help-wrapper .need-help-container .poor-call-container .topic-mismatch-label,
      .need-help-wrapper .need-help-container .poor-call-container .compliance-concern-label,
      .need-help-wrapper .need-help-container .poor-call-container .poor-call-label {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #1C1C1E; }
    .need-help-wrapper .need-help-container .cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .need-help-wrapper .need-help-container .cta .continue {
        width: 342px;
        height: 40px;
        left: 549px;
        top: 447px;
        background: #5000FF;
        border-radius: 4px;
        border: none;
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px;
        color: #FFFFFF; }
        .need-help-wrapper .need-help-container .cta .continue:disabled {
          background: #D1D0D4;
          cursor: not-allowed; }
      .need-help-wrapper .need-help-container .cta .cancel {
        background: white;
        border-radius: 4px;
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        color: #1C1C1E;
        text-decoration: underline;
        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; }
        .need-help-wrapper .need-help-container .cta .cancel span {
          cursor: pointer; }

.end-call-modal-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  font-family: 'Manrope', sans-serif; }
  .end-call-modal-wrapper .end-call-modal-container {
    margin: auto;
    margin-top: 80px;
    background-color: white;
    width: 558px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E8E8EA;
    box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
    border-radius: 4px; }
    .end-call-modal-wrapper .end-call-modal-container .end-call-modal-title {
      margin-bottom: 16px;
      font-weight: 800;
      font-size: 18px;
      line-height: 28px;
      color: #1C1C1E; }
    .end-call-modal-wrapper .end-call-modal-container .end-call-modal-description, .end-call-modal-wrapper .end-call-modal-container .end-call-modal-note {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #000000; }
    .end-call-modal-wrapper .end-call-modal-container .end-call-modal-description {
      margin-bottom: 16px; }
    .end-call-modal-wrapper .end-call-modal-container .end-call-modal-note {
      margin-bottom: 24px; }
    .end-call-modal-wrapper .end-call-modal-container .cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .end-call-modal-wrapper .end-call-modal-container .cta .continue {
        width: 100%;
        margin-bottom: 24px;
        height: 40px;
        left: 549px;
        top: 447px;
        background: #5000FF;
        border-radius: 4px;
        border: none;
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        color: #FFFFFF; }
        .end-call-modal-wrapper .end-call-modal-container .cta .continue:disabled {
          background: #D1D0D4;
          cursor: not-allowed; }
      .end-call-modal-wrapper .end-call-modal-container .cta .cancel {
        background: white;
        border-radius: 4px;
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px;
        color: #1C1C1E;
        text-decoration: underline;
        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; }
        .end-call-modal-wrapper .end-call-modal-container .cta .cancel span {
          cursor: pointer; }

.support-msg-notification-wrapper {
  width: 100%;
  left: 981px;
  top: 114px;
  background: #F2F5FE;
  border: 1px solid #0238F5;
  border-radius: 4px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 10px; }
  .support-msg-notification-wrapper .chat-notification-icon {
    margin-right: 6px; }
  .support-msg-notification-wrapper .chat-notification-label {
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
    color: #0238F5; }

.pre-exit-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  font-family: 'Manrope', sans-serif; }
  .pre-exit-wrapper .pre-exit-container {
    margin: auto;
    margin-top: 80px;
    background-color: white;
    width: 432px;
    height: 268px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E8E8EA;
    box-shadow: 0px 0px 1px rgba(130, 136, 148, 0.16), 0px 2px 4px rgba(130, 136, 148, 0.16);
    border-radius: 4px;
    position: relative; }
    .pre-exit-wrapper .pre-exit-container .need-help-title {
      margin-bottom: 16px;
      font-weight: 800;
      font-size: 18px;
      line-height: 28px;
      color: #1C1C1E; }
    .pre-exit-wrapper .pre-exit-container .need-help-description {
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: black;
      margin-bottom: 24px; }
    .pre-exit-wrapper .pre-exit-container .need-help-report {
      font-weight: 800;
      font-size: 14px;
      line-height: 22px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #716E76;
      margin-bottom: 24px;
      text-align: center;
      cursor: pointer; }
    .pre-exit-wrapper .pre-exit-container .need-help-leave-call {
      text-align: center; }
      .pre-exit-wrapper .pre-exit-container .need-help-leave-call button {
        width: 126px;
        height: 40px;
        background: #5000FF;
        border-radius: 4px;
        color: white;
        border: none;
        font-weight: 800;
        font-size: 14px;
        line-height: 22px; }
    .pre-exit-wrapper .pre-exit-container .close-icon {
      position: absolute;
      right: 24px;
      top: 24px;
      cursor: pointer; }

@keyframes blink {
  0% {
    background-color: red; }
  50% {
    background-color: rgba(255, 0, 0, 0.5); }
  100% {
    background-color: red; } }

@-webkit-keyframes blink {
  0% {
    background-color: red; }
  50% {
    background-color: rgba(255, 0, 0, 0.5); }
  100% {
    background-color: red; } }

#react {
  height: 100%; }
  #react ::-webkit-input-placeholder {
    color: gray; }
  #react :-ms-input-placeholder {
    color: gray; }
  #react ::placeholder {
    color: gray; }
  #react div[data-reactroot] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #react div[data-reactroot] .pageHeader {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #react div[data-reactroot] .pageLayout {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

html,
body {
  height: 100%;
  font-size: 14px;
  letter-spacing: normal !important;
  font-family: "Open Sans", sans-serif;
  color: #4a4a4a; }
  @media (max-width: 599px) {
    html,
    body {
      font-size: 12px; } }

body {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center; }

.conferenceScreen {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .conferenceScreen .contentColumn {
    background: #f0f0f0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .conferenceScreen .sidebarColumn {
    background: white;
    border-left: solid 1px #c4c3c4;
    width: 450px;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px; }
    .conferenceScreen .sidebarColumn .sidebarWrapper {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .conferenceScreen .sidebarColumn .sidebarWrapper .sidebarContent {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden; }

.chatbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden; }
  .chatbox .chatboxMessages {
    background: white;
    padding: 1rem 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: scroll; }
    .chatbox .chatboxMessages .chatboxMessage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .chatbox .chatboxMessages .chatboxMessage .inputTime {
        color: #858585;
        font-size: 0.8rem;
        margin-bottom: 0.5rem; }
      .chatbox .chatboxMessages .chatboxMessage .inputAvatar {
        width: 50px;
        text-align: center; }
        .chatbox .chatboxMessages .chatboxMessage .inputAvatar .inputImage img {
          width: 100%;
          max-width: 40px;
          border-radius: 50%; }
      .chatbox .chatboxMessages .chatboxMessage .inputContent {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .chatbox .chatboxMessages .chatboxMessage .inputText {
        color: #333333;
        background-color: #f4f4f4;
        border-radius: 5px;
        padding: 1rem 0.5rem;
        margin-bottom: 0.5rem;
        display: inline-block; }
      .chatbox .chatboxMessages .chatboxMessage.mine .inputContent {
        text-align: right; }
      .chatbox .chatboxMessages .chatboxMessage.mine .inputText {
        border: solid 1px #c8c8c8;
        color: #333333;
        background-color: white;
        padding: 1rem 0.5rem; }
  .chatbox .chatboxInput {
    background: white;
    height: 150px;
    border-top: solid 1px #c4c3c4; }
    .chatbox .chatboxInput textarea {
      height: 100%;
      border-radius: 0;
      border: none;
      box-shadow: none;
      width: 100%;
      background: #ffffff;
      padding: 1rem;
      color: black; }

footer {
  position: absolute;
  bottom: 0;
  margin: 0 0 1rem 0; }

audio,
audio::-webkit-media-controls-panel-container,
audio::-webkit-media-controls-enclosure,
audio::-webkit-media-controls-overlay-enclosure,
audio::-webkit-media-controls {
  padding: 0;
  background: none;
  width: 100%;
  min-height: 64px; }

audio::-webkit-media-controls-panel {
  padding: 1.4rem 1.8rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px; }

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  display: none; }

audio::-webkit-media-controls-play-button {
  color: white; }

/* Loader #1 by Sam Lillicrap
   http://www.samueljwebdesign.co.uk
   http://codepen.io/samueljweb/pen/LbGxi 
*/
#container h1 {
  font-family: "Open Sans";
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1.5px;
  text-align: center;
  width: 155px;
  margin-top: 20px;
  -webkit-animation: fade 2s infinite;
          animation: fade 2s infinite; }

#container {
  width: 180px;
  padding-top: 180px;
  margin: 0 auto;
  vertical-align: middle; }

.stick {
  width: 30px;
  height: 3px;
  background: #4a4a4a;
  display: inline-block;
  margin-left: -4px; }

.stick:nth-child(n) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation: fall 2s infinite;
          animation: fall 2s infinite; }

.stick:nth-child(2n) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation: rise 2s infinite;
          animation: rise 2s infinite; }

@-webkit-keyframes rise {
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); } }

@keyframes rise {
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); } }

@-webkit-keyframes fall {
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg); } }

@keyframes fall {
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg); } }

@-webkit-keyframes fade {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes fade {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@media only screen and (max-width: 480px) {
  #react {
    height: auto; }
    #react div[data-reactroot] {
      height: auto; } }

.screenBackground {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.react-stars > span {
  margin-right: 6px; }

/*# sourceMappingURL=app.ae456d83fe33fa0a138a6d0fb098e25d.css.map*/