html {
  height: 100%;
}

body {
  width: 100vw;
  height: 100%;
  font-family: "Open Sans", sans-serif !important;
}
body .counter:empty {
  display: none !important;
}
body .rotate {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
body #video {
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #202124;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body #video #video-containers {
  flex: 1;
  position: relative;
  overflow: hidden;
}
body #video #video-containers #shared-screen {
  display: none;
}
body #video #video-containers #shared-screen p:first-child {
  padding-top: 10px;
}
body #video #video-containers #shared-screen video {
  width: 100%;
}
body #video #video-containers .video-element {
  margin: 0 auto;
}
body #video #video-containers #videos {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}
body #video #video-containers[data-videos="1"] .video-element {
  width: 100%;
  height: 100%;
}
body #video #video-containers[data-videos="2"] .video-element {
  width: 100%;
  height: 49%;
}
body #video #video-containers[data-videos="3"] .video-element {
  width: 47%;
  height: 45%;
}
body #video #video-containers[data-videos="4"] .video-element {
  width: 48%;
  height: 48%;
}
body #video #video-containers[data-videos="5"] .video-element {
  width: 48%;
  height: 32%;
}
body #video #video-containers[data-videos="6"] .video-element {
  width: 48%;
  height: 32%;
}
body #video #video-containers .recording-container {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
}
body #video #video-containers .recording-container > div {
  width: 16px;
  height: 16px;
  background-color: #be1622;
  margin-right: 8px;
}
body #video #video-containers .recording-container span {
  color: #be1622;
  font-size: 14px;
  font-weight: 600;
}
body #video #video-containers .remoteColumn {
  height: 100%;
}
body #video #video-containers .remoteColumn img {
  border-radius: 8px;
}
body #video #video-containers .remoteColumn .video-container .name {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
body #video #video-containers .remoteColumn.fullscreen-on {
  position: fixed;
  width: 98% !important;
  height: 91% !important;
  max-width: 100% !important;
  top: 1%;
  /* left: 1%; */
  z-index: 9999;
}
body #video #video-containers .video-fallback {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #3c4043;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  position: relative;
}
body #video #video-containers .video-fallback .video-fallback-mg {
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 5px;
  background-color: darkslategrey;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}
body #video #video-containers .video-fallback .mute {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: transparent;
}
body #video #video-containers .preLocalColumn.localColumn .video-fallback .video-fallback-mg {
  color: #fff;
  padding: 5px;
  background-color: darkslategrey;
  /* width: 100%; */
  /* height: 160px; */
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
body #video #video-containers .preLocalColumn.remoteColumn .video-fallback {
  background-color: transparent;
}
body #video #video-containers .video-container {
  height: 100%;
  position: relative;
}
body #video #video-containers .video-container video {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  background-color: #3c4043;
}
body #video #video-containers .video-container #localVideo2 {
  object-fit: cover;
}
body #video #video-containers .video-container .control-button.mute {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: transparent;
}
body #video #video-containers .video-container .control-button.mute:hover {
  cursor: default;
}
body #video #video-containers .video-container .control-button.fullscreen {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  cursor: pointer;
}
body #video #video-containers .localColumn {
  position: absolute;
  bottom: 50px;
  right: 10px;
}
body #video #video-containers .localColumn .video-container {
  /* width: 100px; */
  height: 160px;
  position: relative;
}
body #video #video-containers .localColumn .video-container .video-image {
  border-radius: 16px;
}
body #video #video-containers .localColumn .video-container .control-button {
  position: absolute;
  bottom: 8px;
  background-color: rgba(0, 0, 0, 0.4);
}
body #video #video-containers .localColumn .video-container #localVideo2 {
  max-width: 300px;
}
body #video #controls {
  width: 100%;
  margin-top: 20px;
}
body #video #controls .buttons {
  justify-content: space-between;
  width: 100%;
}
body #video #controls .buttons.mobile-buttons {
  flex-wrap: wrap;
}
body #video #controls .buttons.mobile-buttons .control-button.close {
  margin-top: 24px;
  margin-left: auto;
}
body #video #controls .current-time {
  color: #bfcdd8;
  display: flex;
  align-items: center;
  margin: 0 40px;
}
body #video #controls .current-time span {
  font-weight: 600;
}
body #video #controls #end-call {
  background-color: #be1622;
}
body #video .recording-button > div {
  background-color: #be1622;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
body #video .recording-button.is-recording > div {
  border-radius: 0;
}
body .modal .modal-dialog.modal-fullscreen-md-down {
  padding: 0.5rem;
}
body .modal .modal-dialog.modal-fullscreen-md-down .modal-content {
  border-radius: 4px;
}
body .modal .modal-header {
  border-bottom: none;
  margin-bottom: -10px;
}
body .modal .modal-header .modal-title {
  color: #003765;
  font-weight: 600;
}
body .modal .modal-body {
  border-bottom: none;
}
body .modal .modal-body .label {
  font-size: 14px;
  color: #003765;
  margin-bottom: 5px;
}
body .modal .modal-body textarea {
  margin-bottom: 10px;
  resize: none;
}
body .modal .modal-body input,
body .modal .modal-body textarea {
  font-size: 14px;
  color: #003765;
}
body .modal .modal-body ::placeholder {
  color: #809bb2;
}
body .modal .modal-footer {
  margin-top: -10px;
  border-top: none;
  justify-content: space-between;
}
body .btn.custom-button {
  background: #0077ad;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body .btn.custom-button img {
  width: 24px;
  margin-right: 3px;
}
body .btn.custom-button.inverse {
  color: #0077ad;
  background: #fff;
  border-color: #0077ad;
}
body .btn.custom-button.transparent {
  color: #0077ad;
  background: transparent;
  border-color: #0077ad;
}
body #participants-modal #joined-participants {
  list-style-type: decimal;
  padding-left: 1rem;
}
body #participants-modal #joined-participants li {
  margin-bottom: 24px;
  font-size: 14px;
  color: #003765;
  font-weight: 600;
}
body #chat-modal .modal-body {
  display: flex;
  flex-direction: column;
}
body #chat-modal .modal-body .messages {
  overflow-y: auto;
  margin-bottom: 20px;
}
body #chat-modal .modal-body #send-message {
  cursor: pointer;
}
body #chat-modal .message {
  padding: 16px;
  width: 85%;
  margin-bottom: 8px;
}
body #chat-modal .message.received {
  background-color: #f2f5f7;
  border-radius: 0px 16px 16px 16px;
}
body #chat-modal .message.sent {
  background-color: #bfddea;
  border-radius: 16px 0px 16px 16px;
  margin-left: auto;
}
body #chat-modal .message .header {
  font-size: 12px;
  color: #4d7393;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  line-height: 16px;
}
body #chat-modal .message .header .time {
  font-size: 13px;
  font-weight: 600;
  color: #003765;
}
body #chat-modal .message .body {
  font-size: 13px;
  line-height: 18px;
  color: #003765;
}
body #chat-modal .message .body p {
  margin-bottom: 0;
}
body .input-container {
  display: flex;
  align-items: center;
  border: 1px solid #bfcdd8;
  border-radius: 8px;
  padding: 1px;
}
body .input-container input {
  border: none;
  box-shadow: none;
  outline: 0;
}
body .input-container input:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}
body .input-container img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
body #documents-modal .modal-body {
  display: flex;
  flex-direction: column;
}
body #documents-modal .modal-body .documents-container {
  overflow-y: auto;
  margin-bottom: 20px;
}
body #documents-modal .headers {
  color: #4d7393;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
body #documents-modal .document {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #documents-modal .document .title {
  color: #0077ad;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
body #documents-modal .document .date {
  font-size: 13px;
  color: #003765;
  min-width: 75px;
  margin-left: 10px;
}
body #documents-modal .btn.custom-button {
  width: 100%;
}
body .hidden {
  display: none !important;
}
body .logo {
  height: 50px;
  margin-bottom: 30px;
}
body #waiting-room {
  background-color: #f2f5f7;
  min-height: 100%;
  width: 100%;
  padding-bottom: 160px;
  padding-top: 10px;
}
body #waiting-room .video-fallback {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: lightgrey;
}
body #waiting-room .video-fallback .video-fallback-mg {
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 5px;
  background-color: darkslategrey;
  width: 125px;
  height: 125px;
  justify-content: center;
  align-items: center;
  display: flex;
}
body #waiting-room .join-room .minutes {
  padding-right: 3px;
  padding-left: 3px;
}
body #waiting-room #doctor-messages {
  margin-bottom: 24px;
}
body #waiting-room #doctor-messages .message {
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(57, 65, 91, 0.1);
  border-radius: 16px 0px 16px 16px;
  padding: 24px;
  margin-bottom: 10px;
}
body #waiting-room #doctor-messages .message .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
body #waiting-room #doctor-messages .message .header .sender {
  font-size: 12px;
  color: #4d7393;
  font-weight: bold;
}
body #waiting-room #doctor-messages .message .header .time {
  font-size: 13px;
  font-weight: 600;
  color: #003765;
}
body #waiting-room #doctor-messages .message .body {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  color: #003765;
}
body #waiting-room #doctor-messages .message .body p {
  margin-bottom: 0;
}
body #waiting-room #doctor-messages .message .ok {
  font-size: 14px;
  font-weight: 600;
  color: #0077ad;
  margin-bottom: 0;
}
body #waiting-room .page-header {
  display: flex;
  justify-content: space-between;
}
body #waiting-room #consultation-data {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}
body #waiting-room #consultation-data .header {
  font-size: 16px;
  font-weight: 600;
  color: #003765;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
body #waiting-room #consultation-data #self-camera-container {
  width: 156px;
  height: 240px;
  margin: 0 auto 20px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
body #waiting-room #consultation-data #self-camera-container .control-button.settings {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}
body #waiting-room #consultation-data #self-camera-container > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #waiting-room #consultation-data #self-camera-container .buttons {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 8px;
}
body #waiting-room #consultation-data #self-camera-container .buttons .control-button {
  background-color: rgba(0, 0, 0, 0.4);
}
body #waiting-room #consultation-data #self-camera-container .control-button.settings {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}
body #waiting-room #consultation-data #datas .label {
  font-size: 12px;
  line-height: 16px;
  color: #4d7393;
  margin-bottom: 4px;
  margin-top: 16px;
}
body #waiting-room #consultation-data #datas .data {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #003765;
}
body #waiting-room .upload-button {
  margin: 20px auto;
  background-color: transparent;
}
body #waiting-room .documents-container {
  padding: 16px;
  border: 1px solid #99c9de;
  border-radius: 8px;
  margin-top: 12px;
}
body #waiting-room .documents-container .headers {
  color: #4d7393;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
body #waiting-room .documents-container .document {
  display: flex;
  justify-content: space-between;
  line-height: 16px;
  margin-bottom: 0;
}
body #waiting-room .documents-container .document .title {
  color: #0077ad;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
body #waiting-room .documents-container .document .date {
  font-size: 13px;
  color: #003765;
  min-width: 75px;
  margin-left: 10px;
}
body #waiting-room #join-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 16px;
  text-align: center;
  box-shadow: 0px -2px 24px rgba(57, 65, 91, 0.1);
}
body #waiting-room #join-mobile > p {
  font-size: 16px;
  color: #003765;
  font-weight: 600;
}
body #waiting-room #join-mobile .btn.custom-button {
  width: 100%;
  font-size: 14px;
}
body #end {
  padding: 32px;
  text-align: center;
  background-color: #f2f5f7;
  height: 100%;
  width: 100%;
}
body #end .page-title {
  color: #003765;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 8px;
}
body #end .consultation-time {
  color: #809bb2;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 24px;
}
body #end .page-sub-title {
  font-size: 14px;
  color: #003765;
  line-height: 19px;
  margin-bottom: 12px;
}
body #end .buttons .btn {
  width: 100%;
  margin-bottom: 10px;
}
body #end .documents-container {
  padding: 16px;
  border: 1px solid #99c9de;
  border-radius: 8px;
  margin-top: 50px;
}
body #end .documents-container .headers {
  color: #4d7393;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
body #end .documents-container .document {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 16px;
  margin-bottom: 0;
}
body #end .documents-container .document .title {
  color: #0077ad;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
body #end .documents-container .document .date {
  font-size: 13px;
  color: #003765;
  min-width: 75px;
  margin-left: 10px;
}
body #end .control-button.chat {
  position: fixed;
  bottom: 16px;
  right: 16px;
}
body #end #download-chat img {
  width: 12px;
  margin-right: 0;
  margin-left: 12px;
}
body .control-button {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 119, 173, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: relative;
}
body .control-button.off {
  background-color: #be1622 !important;
}
body .control-button.off img.on {
  display: none;
}
body .control-button.off img.off {
  display: inline;
}
body .control-button.active {
  background-color: cadetblue;
}
body .control-button img.off {
  display: none;
}
body .control-button .counter {
  background-color: #3392bd;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  top: -4px;
  right: -4px;
}
body .control-button .counter.red {
  background-color: #be1622;
}
body .control-button img {
  width: 25px;
  align-self: center;
}
body .control-button:hover {
  cursor: pointer;
}
body .container {
  position: relative;
}
body .center-aligned-modal .modal-header {
  justify-content: center;
  position: relative;
}
body .center-aligned-modal .modal-header .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
body #new-participant-modal .text,
body #document-delete-modal .text,
body #medical-record-confirm-modal .text {
  font-size: 14px;
  color: #003765;
  line-height: 18px;
}
body #new-participant-modal .text .name,
body #document-delete-modal .text .name,
body #medical-record-confirm-modal .text .name {
  font-weight: 600;
}
body #new-participant-modal #accept-participant img,
body #document-delete-modal #accept-participant img,
body #medical-record-confirm-modal #accept-participant img {
  margin-right: 10px;
}
body #new-participant-modal .buttons,
body #document-delete-modal .buttons,
body #medical-record-confirm-modal .buttons {
  display: flex;
  justify-content: center;
}
body #new-participant-modal .buttons .btn.custom-button,
body #document-delete-modal .buttons .btn.custom-button,
body #medical-record-confirm-modal .buttons .btn.custom-button {
  margin: 0 10px;
  width: 140px;
}
body #new-participant-modal .buttons .reject,
body #document-delete-modal .buttons .reject,
body #medical-record-confirm-modal .buttons .reject {
  background-color: #be1622;
  color: #fff;
}
body #recording-permission-modal .text,
body #recording-in-progress-modal .text {
  font-size: 14px;
  color: #003765;
  line-height: 18px;
}
body #recording-permission-modal .ask,
body #recording-in-progress-modal .ask {
  font-size: 16px;
  font-weight: 600;
  color: #003765;
}
body #recording-permission-modal .buttons,
body #recording-in-progress-modal .buttons {
  display: flex;
  justify-content: center;
}
body #recording-permission-modal .buttons .btn.custom-button,
body #recording-in-progress-modal .buttons .btn.custom-button {
  margin: 0 10px;
  width: 140px;
}
body .preLocalColumn.localColumn #hide-local-camera-fallback,
body .preLocalColumn.localColumn #show-local-camera-fallback {
  display: flex;
}
body #hide-local-camera-fallback,
body #show-local-camera-fallback {
  display: none;
}
@media screen and (min-width: 992px) {
  body .right-modal .modal-dialog {
    width: 380px !important;
    margin-left: auto !important;
    padding: 10px 10px 64px 10px !important;
  }
  body .right-modal .modal-dialog .modal-content {
    border-radius: 16px !important;
  }
  body #settings-modal.right-modal .modal-dialog {
    display: flex;
  }
  body #settings-modal.right-modal .modal-content {
    height: auto;
    align-self: flex-end;
  }
  body #waiting-room {
    height: 100%;
    padding: 20px 0px;
  }
  body #waiting-room .logo {
    align-self: flex-start;
  }
  body #waiting-room .container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  body #waiting-room .col {
    flex: 1;
  }
  body #waiting-room .col.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body #waiting-room #doctor-messages {
    width: 438px;
    position: absolute;
    top: 16px;
    right: 60px;
    z-index: 99;
  }
  body #waiting-room #doctor-messages .message {
    margin-bottom: 10px;
  }
  body #waiting-room #notifications {
    position: absolute;
    top: 16px;
    right: 0px;
  }
  body #waiting-room #consultation-data {
    display: flex;
    width: 45%;
    flex-wrap: wrap;
  }
  body #waiting-room #consultation-data .header,
body #waiting-room #consultation-data #self-camera-container {
    width: 100%;
  }
  body #waiting-room #consultation-data #self-camera-container {
    height: 356px;
    /* .control-button.settings {
    	position: absolute;
    	top: 16px;
    	right: 16px;
    	background-color: #00000066;
    } */
  }
  body #waiting-room #consultation-data #self-camera-container .buttons {
    justify-content: center;
  }
  body #waiting-room #consultation-data #self-camera-container .buttons .control-button {
    margin: 0 20px;
  }
  body #waiting-room #consultation-data #datas {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  body #waiting-room #buttons-and-documents {
    width: 45%;
    display: block;
  }
  body #waiting-room #buttons-and-documents #join-desktop {
    margin-bottom: 40px;
  }
  body #waiting-room #buttons-and-documents #join-desktop .upload-button {
    margin: 0 0 0 20px;
  }
  body #waiting-room #buttons-and-documents #join-desktop .not-joined p {
    font-size: 20px;
    color: #003765;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body #waiting-room #buttons-and-documents #join-desktop .joining .info {
    font-size: 20px;
    color: #809bb2;
    font-weight: 600;
  }
  body #waiting-room #buttons-and-documents #join-desktop .joining .sub-info {
    font-size: 14px;
    color: #003765;
    font-weight: 600;
  }
  body #waiting-room .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #waiting-room #join-mobile {
    display: none;
  }
  body #video #video-containers {
    overflow: hidden;
    display: flex;
    width: 100%;
  }
  body #video #video-containers.is-sharing {
    justify-content: space-between;
  }
  body #video #video-containers.is-sharing #videos {
    width: 30%;
  }
  body #video #video-containers.is-sharing #shared-screen {
    display: block;
  }
  body #video #video-containers #videos {
    justify-content: center;
  }
  body #video #video-containers #shared-screen {
    width: 69%;
    height: 100%;
    background-color: #fff;
    position: relative;
    border-radius: 16px;
    display: none;
  }
  body #video #video-containers #shared-screen #stop-screensharing {
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    align-items: center;
    padding: 8px 16px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
  body #video #video-containers #shared-screen #stop-screensharing:hover {
    cursor: pointer;
  }
  body #video #video-containers #shared-screen #stop-screensharing img {
    width: 24px;
    height: 24px;
  }
  body #video #video-containers #shared-screen #stop-screensharing p {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 1px;
  }
  body #video #video-containers[data-videos="1"] .video-element {
    width: 100%;
    height: 100%;
  }
  body #video #video-containers[data-videos="2"] .video-element {
    width: 670px;
    max-width: 48%;
    height: 413px;
  }
  body #video #video-containers[data-videos="3"] .video-element {
    width: 670px;
    max-width: 48%;
    height: 48%;
  }
  body #video #video-containers[data-videos="4"] .video-element {
    width: 49%;
    height: 48%;
  }
  body #video #video-containers[data-videos="5"] .video-element {
    width: 30%;
    height: 46%;
    margin: 0 1%;
  }
  body #video #video-containers[data-videos="6"] .video-element {
    width: 32.5%;
    height: 48.5%;
  }
  body #video #video-containers.is-sharing[data-videos="1"] .video-element {
    width: 100%;
    height: 100%;
  }
  body #video #video-containers.is-sharing[data-videos="2"] .video-element {
    width: 100%;
    height: 49%;
    max-width: none;
  }
  body #video #video-containers.is-sharing[data-videos="3"] .video-element {
    width: 670px;
    max-width: 47%;
    height: 45%;
  }
  body #video #video-containers.is-sharing[data-videos="4"] .video-element {
    width: 47%;
    height: 45%;
  }
  body #video #video-containers.is-sharing[data-videos="5"] .video-element {
    height: 30%;
    width: 46%;
  }
  body #video #video-containers.is-sharing[data-videos="6"] .video-element {
    height: 32.5%;
    width: 48.5%;
  }
  body #video #controls .buttons {
    justify-content: space-between;
    width: 100%;
  }
  body #video #controls .current-time {
    margin: 0 20px;
  }
  body #video #controls .recording-container {
    background-color: rgba(0, 55, 101, 0.4);
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px 16px;
  }
  body #video #controls .recording-container:hover {
    cursor: pointer;
  }
  body #video #controls .recording-container .icon {
    width: 16px;
    height: 16px;
    background-color: #be1622;
    margin-right: 8px;
  }
  body #video #controls .recording-container.start-recording .icon {
    border-radius: 50%;
  }
  body #video #controls .recording-container span {
    line-height: 19px;
  }
  body #video #controls .recording-container .recording-time {
    color: #be1622;
    font-size: 14px;
    font-weight: 600;
  }
  body #video #controls .recording-container .text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 8px;
  }
  body #video #controls .left,
body #video #controls .middle,
body #video #controls .right {
    display: flex;
    width: 33%;
  }
  body #video #controls .middle {
    justify-content: center;
  }
  body #video #controls .right {
    justify-content: flex-end;
  }
  body #video #controls .control-button {
    margin: 0 8px;
  }
  body #end .logo {
    align-self: center;
  }
  body #end .container,
body #end .row,
body #end .col {
    height: 100%;
  }
  body #end .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body #end .buttons .btn {
    width: auto;
  }
  body #end .btn#end-consultation {
    width: 180px;
  }
  body #end .documents-container {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
body .bootstrap-select {
  margin-bottom: 10px !important;
}
body .select-icon {
  margin-right: 5px;
  border-radius: 2px;
  margin-top: -2px;
}
body .line-break {
  width: 100%;
}
body .custom-alert {
  border-radius: 8px;
  font-size: 14px;
  margin-top: 12px;
}
body .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
body .document-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
body .document-container .date {
  font-size: 13px;
  color: #003765;
  min-width: 75px;
}

/*# sourceMappingURL=style.css.map */
