/* compiled by scssphp 1.1.1 on Wed, 19 Nov 2025 20:44:51 +0000 (0.4114s) */

/* Patient SCSS Document */
#container-queue {
  color: #ffffff;
  background-color: #3d4675;
  position: relative;
}
.queue-bar {
  display: flex;
  padding: 32px 0;
  position: relative;
}
.queue-bar .fa-user-md {
  color: #9098bf;
  font-size: 54px;
  margin-top: 5px;
  margin-left: 24px;
  margin-right: 26px;
}
.queue-bar .queue-bar-message {
  width: 100%;
  max-width: 800px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container-queue.updating .queue-bar .queue-bar-message {
  opacity: 0.5;
}
.queue-bar .queue-bar-message h4 {
  color: #ffffff;
  padding: 0 0 8px 0;
}
.queue-bar .queue-bar-message p {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.queue-bar-buttons {
  width: 50%;
  text-align: right;
}
.queue-button {
  display: inline-block;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 20px;
  background-color: #d2232a;
  border: 1px solid #d2232a;
  border-radius: 6px;
  margin-top: 10px;
  margin-left: 0;
}
.queue-button + .queue-button {
  color: #d2232a;
  background: none;
  margin-left: 10px;
}
.queue-button:hover {
  color: #d2232a;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.queue-bar .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px auto 0;
  margin-top: -10px;
  margin-left: -35px;
  width: 70px;
  text-align: center;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 200;
}
#container-queue.updating .queue-bar .spinner {
  opacity: 1;
}
.queue-bar .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #d2232a;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.queue-bar .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.queue-bar .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#patient-dashboard-container .content {
  padding-top: 50px;
}
.patient-dashboard-tabs {
  border-bottom: solid #dfe0e6 1px;
  margin-bottom: 60px;
}
.patient-dashboard-tabs > * {
  display: inline-block;
  color: #283266;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  background-color: #f3f4f6;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  position: relative;
}
.patient-dashboard-tabs > * + * {
  margin-left: 5px;
}
.patient-dashboard-tabs > *.active {
  font-size: 18px;
  background-color: #ffffff;
  border: solid #dfe0e6 1px;
  border-bottom: none;
}
.patient-dashboard-tabs > *.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: #ffffff;
}
.patient-dashboard-boxes {
  display: flex;
  margin-bottom: 60px;
}
.patient-dashboard-boxes .patient-dashboard-none {
  width: 30%;
  flex-grow: 1;
  position: relative;
}
.patient-dashboard-boxes .patient-dashboard-box {
  width: 30%;
  flex-grow: 1;
  text-align: center;
  padding: 40px 50px 150px;
  background-color: #f3f4f6;
  border: solid #f3f4f6 1px;
  box-sizing: border-box;
  position: relative;
}
.patient-dashboard-boxes .patient-dashboard-box a {
  color: #bdd9e6;
}
.patient-dashboard-boxes .patient-dashboard-box a:hover {
  color: #ffffff;
}
.patient-dashboard-boxes .patient-dashboard-box:nth-child(1) {
  color: #ffffff;
  background: #417b96;
  border: solid #417b96 1px;
}
.patient-dashboard-boxes .patient-dashboard-box + .patient-dashboard-box {
  margin-left: 40px;
}
.patient-dashboard-box .patient-dashboard-box-icon {
  font-size: 80px;
  color: #3f4b80;
}
.patient-dashboard-boxes .patient-dashboard-box:nth-child(1) .patient-dashboard-box-icon {
  color: #bdd9e6;
}
.patient-dashboard-boxes .patient-dashboard-box select {
  max-width: 100%;
}
.patient-dashboard-box h4 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0px 0 25px 0;
}
.patient-dashboard-boxes .patient-dashboard-box:nth-child(1) h4 {
  color: #ffffff;
}
.new-consult-adult-credits, .new-consult-child-credits {
  display: block;
  font-size: 14px;
  color: #9dc0d0;
}
.patient-dashboard-box .patient-dashboard-box-count {
  display: inline-block;
  color: #283266;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 20px;
  background-color: #e5e8ef;
  border-radius: 10px;
}
.patient-dashboard-box .patient-dashboard-box-count + .patient-dashboard-box-count {
  margin-left: 10px;
}
.patient-dashboard-box .patient-dashboard-box-button {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 70px;
  text-align: center;
  display: block;
}
.patient-dashboard-box .patient-dashboard-box-button > a, .patient-dashboard-box .patient-dashboard-box-button > * {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  min-width: 70%;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 30px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #283266;
  margin: 0 0 0 0;
}
.patient-dashboard-box .patient-dashboard-box-button > *:focus {
  outline: none;
}
.patient-dashboard-box .patient-dashboard-box-button > *:hover {
  color: #ffffff;
  background-color: #5663a7;
}
.patient-dashboard-boxes .patient-dashboard-box:nth-child(1) .patient-dashboard-box-button > * {
  background-color: #144f6b;
}
.patient-dashboard-boxes .patient-dashboard-box:nth-child(1) .patient-dashboard-box-button > *:hover {
  background-color: #2a5f77;
}
.patient-profiles .select-profile {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 60px;
  color: #000000;
  line-height: 60px;
  background-color: #f3f4f6;
  padding: 5px 15px 5px 80px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.patient-profiles .select-profile:first-child {
  border-top: none;
}
.patient-profiles .select-profile .select-profile-left {
  line-height: 28px;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.patient-profiles .select-profile .initials {
  position: absolute;
  left: 15px;
  top: 15px;
  display: block;
  width: 40px;
  height: 40px;
  color: #8086ab;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  background-color: #dde0e8;
  border-radius: 50%;
}
.patient-profiles .select-profile .initials .active-dot {
  position: absolute;
  top: 14px;
  right: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #2ea952;
  border-radius: 50%;
}
.patient-profiles .select-profile .name {
  display: inline-block;
  max-width: 100%;
  color: #283266;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.patient-profiles .select-profile .nzmrn {
  display: inline-block;
  color: #a7abbf;
  font-size: 14px;
  font-weight: 700;
  line-height: 33px;
  vertical-align: top;
  padding-left: 20px;
}
.patient-profiles .select-profile .buttons {
  font-size: 15px;
  white-space: nowrap;
}
.patient-profiles .select-profile .buttons > * {
  display: inline-block;
  color: #353950;
  line-height: 20px;
  padding: 10px 12px;
  background-color: #e5e8ef;
  border-radius: 7px;
  margin-left: 5px;
}
.patient-profiles .select-profile .buttons > *:last-child {
  color: #ffffff;
  background-color: #283266;
}
.patient-profiles .select-profile .buttons > *:hover {
  background-color: #dbdee6;
}
.patient-profiles .select-profile .buttons > *:last-child:hover {
  background-color: #5663a7;
}
.patient-profiles-add {
  display: inline-block;
  line-height: 30px;
  margin-top: 20px;
}
.patient-profiles-add [class*="fa-"] {
  display: inline-block;
  width: 40px;
  font-size: 24px;
  text-align: center;
  vertical-align: top;
  padding-top: 3px;
  margin-left: 15px;
}
.accounts-form {
  max-width: 500px;
  padding: 40px 50px;
  border: solid #dfe0e6 1px;
  margin: 0 auto;
}
.accounts-form hr {
  border-top: solid #dfe0e6 1px;
  margin: 35px 0 0 0;
}
.dob-select {
  display: flex;
}
.dob-select > * + * {
  margin-left: 20px;
}
.accounts-form .form-item .subbut {
  margin-top: 30px;
  text-align: center;
}
.form-cancel {
  display: block;
  font-size: 15px;
  text-align: center;
}
.buy-sessions {
  max-width: 600px;
  margin: 10px auto 0;
}
.buy-sessions .buy-sessions-product {
  padding: 26px 30px 25px 90px;
  border: 1px solid #dfe0e6;
  border-radius: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.buy-sessions .buy-sessions-product.selected {
  padding: 25px 29px 24px 89px;
  border: 2px solid #2ea952;
}
.buy-sessions .buy-sessions-product [class*="fa-"] {
  position: absolute;
  top: 33px;
  left: 35px;
  color: #3f4b80;
  font-size: 68px;
}
.buy-sessions .buy-sessions-product.selected [class*="fa-"] {
  top: 32px;
  left: 34px;
}
.buy-sessions .buy-sessions-product[data-product="edit5f6d384a99357"] [class*="fa-"] {
  top: 40px;
  left: 29px;
  font-size: 52px;
}
.buy-sessions .buy-sessions-product.selected[data-product="edit5f6d384a99357"] [class*="fa-"] {
  top: 39px;
  left: 28px;
}
.buy-sessions .buy-sessions-product[data-product="edit6658e8e17d478"] [class*="fa-"] {
  top: 30px;
  left: 21px;
  font-size: 53px;
}
.buy-sessions .buy-sessions-product.selected[data-product="edit6658e8e17d478"] [class*="fa-"] {
  top: 29px;
  left: 20px;
}
.buy-sessions .buy-sessions-product .fa-check {
  position: absolute;
  top: auto !important;
  left: auto !important;
  right: -1px;
  bottom: -1px;
  color: #ffffff;
  font-size: 24px !important;
  padding: 8px 8px;
  background-color: #2ea952;
  border-radius: 15px 0 10px 0;
  display: none;
}
.buy-sessions .buy-sessions-product.selected .fa-check {
  display: inline-block;
}
.buy-sessions .buy-sessions-product h4 {
  padding: 0 0 10px 0;
}
.buy-sessions .buy-sessions-product h5 {
  position: absolute;
  top: 20px;
  right: 26px;
  color: #4e60a7;
  font-size: 36px;
}
.buy-sessions .buy-sessions-product.selected h5 {
  top: 19px;
  right: 25px;
}
.buy-sessions .buy-sessions-product h5 span {
  color: #283266;
  font-size: 14px;
  padding-left: 6px;
}
.buy-sessions-grey {
  max-width: 280px;
  color: #a0a5af;
  font-size: 14px;
  font-style: italic;
  margin: 0 auto !important;
}
.buy-sessions .buy-sessions-coupon {
  display: flex;
  padding: 26px 30px;
  background-color: #f3f4f6;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
}
.buy-sessions .buy-sessions-coupon > div {
  width: 100%;
  padding-right: 20px;
}
.buy-sessions .buy-sessions-coupon h4 {
  padding: 0 0 6px 0;
  margin-top: -4px;
}
.buy-sessions .buy-sessions-coupon p {
  font-size: 14px;
  margin: 0 0 -4px 0;
}
.buy-sessions .buy-sessions-coupon input {
  height: auto;
  width: 125px;
  font-size: 15px;
  padding: 0 15px;
  background-color: #ffffff;
}
.buy-sessions .buy-sessions-coupon button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 20px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #283266;
  margin: 0 0 0 0;
}
.buy-sessions .buy-sessions-coupon button:hover {
  color: #ffffff;
  background-color: #5663a7;
}
.buy-sessions .buy-sessions-coupon button:focus {
  outline: none;
}
.buy-sessions .buy-sessions-total {
  position: relative;
  margin-bottom: 40px;
}
.buy-sessions .buy-sessions-total .buy-sessions-coupon-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-bottom: 1px solid #dfe0e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buy-sessions .buy-sessions-total.updating .buy-sessions-coupon-line {
  opacity: 0.5;
}
.buy-sessions .buy-sessions-coupon-line h4 {
  font-size: 17px;
  font-weight: 600;
  padding: 0 0 0 0;
}
.buy-sessions .buy-sessions-coupon-line h4 .remove-coupon {
  padding: 0 6px;
}
.buy-sessions .buy-sessions-coupon-line h5 {
  color: #4e60a7;
  font-size: 28px;
  padding: 0 0 0 0;
}
.buy-sessions .buy-sessions-total .buy-sessions-total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-bottom: 1px solid #dfe0e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buy-sessions .buy-sessions-total.updating .buy-sessions-total-line {
  opacity: 0.5;
}
.buy-sessions .buy-sessions-total-line h4 {
  padding: 0 0 0 0;
}
.buy-sessions .buy-sessions-total-line h5 {
  color: #4e60a7;
  font-size: 36px;
  padding: 0 0 0 0;
}
.buy-sessions-button {
  color: #144f6b;
  font-size: 15px;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buy-sessions .buy-sessions-total.updating .buy-sessions-button {
  opacity: 0.5;
}
.buy-sessions-button a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  padding: 25px 50px;
  background-color: #144f6b;
  margin-bottom: 10px;
}
.buy-sessions-button a:hover {
  background-color: #2a5f77;
}
.buy-sessions-total .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px auto 0;
  margin-top: -10px;
  margin-left: -35px;
  width: 70px;
  text-align: center;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 200;
}
.buy-sessions-total.updating .spinner {
  opacity: 1;
}
.buy-sessions-total .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #d2232a;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.buy-sessions-total .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.buy-sessions-total .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.patient-session {
  display: flex;
}
.patient-session-patient {
  width: 25%;
  position: relative;
  padding-right: 40px;
}
.patient-session-patient .fa-user {
  position: absolute;
  top: -4px;
  left: 7px;
  font-size: 40px;
  color: #b1b6ce;
}
.patient-session-patient .patient-title {
  padding-left: 60px;
  margin: 0 0 30px 0;
}
.patient-session-patient h2 {
  font-size: 30px;
  line-height: 1;
  padding: 0 0 10px 0;
  font-weight: 700;
}
.patient-session-patient h3 {
  color: #283266;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  padding: 4px 0 4px 0;
}
.patient-session-patient .patient-last {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.patient-session-patient .patient-details {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding-left: 12px;
  padding-bottom: 20px;
  border-bottom: solid #dfe0e6 1px;
  margin: 0 0 30px 0;
}
.patient-session-patient .patient-details > * {
  position: relative;
  line-height: 1.4;
  padding: 4px 0;
  padding-left: 34px;
}
.patient-session-patient .patient-details [class*="fa-"] {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 24px;
  color: #273266;
  text-align: center;
}
.patient-session-video {
  width: 50%;
  margin: -40px 0 -10px;
}
.patient-session-video > div {
  position: relative;
}
.patient-session-video .guest-video {
  width: 100%;
  background-color: #f3f4f6;
  border-radius: 10px;
  overflow: hidden;
}
.patient-session-video .guest-video > div {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.patient-session-video .guest-video > div > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.patient-session-video .guest-video .waiting {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  color: #5663a7;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.patient-session-video .host-video {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 160px;
  background-color: #c9ccda;
  border-radius: 5px;
  overflow: hidden;
}
.patient-session-video .host-video > div {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.patient-session-video .host-video > div > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.patient-session-video .host-video .refresh {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.patient-session-video .host-video .refresh > * {
  color: #5663a7;
  font-size: 24px;
}
.patient-session-video .host-video .refresh:hover > * {
  color: #38437b;
}
.patient-session-video #video-instance-controls {
  position: absolute;
  top: 100%;
  left: 20px;
  padding-top: 4px;
}
.patient-session-video #video-instance-controls > a {
  display: inline-block;
  width: 40px;
  color: #283266;
  text-align: center;
}
.patient-session-video #video-instance-controls > a:hover {
  color: #000000;
}
.patient-session-video #video-instance-controls > a.disabled {
  color: #b1b6ce;
}
.patient-session-video #video-instance-controls > a.disabled:hover {
  color: #8388a2;
}
.patient-session-resources {
  width: 25%;
  padding-left: 40px;
}
.patient-session-end-desc {
  font-size: 14px;
  padding-left: 20px;
  border-left: solid #dfe0e6 1px;
  margin-left: 19px;
  margin-bottom: 3em;
}
.patient-session-trouble {
  display: block;
  font-size: 14px;
  padding-left: 40px;
  position: relative;
}
.patient-session-trouble strong, .patient-session-trouble b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 6px;
}
.patient-session-trouble [class*="fa-"] {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 40px;
  font-size: 16px;
  text-align: center;
}
.patient-session-trouble .outline-button {
  margin-top: 10px;
  transition: all 0.2s ease;
}
.patient-session-trouble:hover .outline-button {
  color: #ffffff;
  background-color: #d2232a;
}
.patient-session-button {
  display: block;
  min-height: 24px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  padding: 14px 40px;
  background-color: #283266;
  border-radius: 10px;
  margin-bottom: 10px;
}
.patient-session-button:hover {
  color: #ffffff;
  background-color: #5663a7;
}
.patient-session-model .uk-modal-dialog {
  max-width: 400px !important;
  color: #ffffff;
  background: #283266;
  transform: none;
  padding: 40px 30px 50px;
  border-radius: 5px;
}
#complete-model.patient-session-model .uk-modal-dialog {
  max-width: 460px !important;
}
.patient-session-model .uk-modal-dialog h4 {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 16px;
}
.patient-session-model select {
  display: block;
  width: 100%;
  padding: 10px 10px;
  margin: 4px 0 1em 0px;
  box-sizing: border-box;
}
.patient-session-model-button {
  display: inline-block;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 20px;
  background-color: #d2232a;
  border: 1px solid #d2232a;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 0;
}
.patient-session-model-button + .patient-session-model-button {
  margin-left: 10px;
  color: #d2232a;
  background: none;
}
.patient-session-model-button:hover {
  color: #d2232a;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.patient-session-model .spinner {
  margin: 0px auto 0;
  width: 70px;
  text-align: center;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 200;
}
.patient-session-model .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #9098bf;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.patient-session-model .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.patient-session-model .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@media screen and (max-width: 1260px) {
  .patient-dashboard-boxes .patient-dashboard-box {
    padding: 20px 30px 140px;
  }
  .patient-dashboard-box .patient-dashboard-box-button {
    left: 30px;
    right: 30px;
    bottom: 50px;
  }
}
@media screen and (max-width: 1020px) {
  .queue-bar .fa-user-md {
    margin-left: 10px;
  }
  .patient-dashboard-tabs {
    margin-bottom: 40px;
  }
  .patient-dashboard-tabs > * {
    font-size: 15px;
  }
  .patient-dashboard-tabs > *.active {
    font-size: 15px;
  }
  .patient-dashboard-boxes {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .patient-dashboard-boxes .patient-dashboard-box {
    width: 100%;
  }
  .patient-dashboard-box .patient-dashboard-box-icon {
    font-size: 56px;
  }
  .patient-dashboard-box h4 {
    font-size: 22px;
    padding: 0px 0 18px 0;
  }
  .patient-dashboard-box p {
    font-size: 15px;
  }
  .patient-dashboard-boxes .patient-dashboard-box + .patient-dashboard-box {
    margin-left: 0px;
    margin-top: 30px;
  }
  .patient-session {
    flex-direction: column;
  }
  .patient-session-patient {
    display: flex;
    width: 100%;
    padding-right: 0;
  }
  .patient-session-patient .fa-user {
    top: 3px;
    left: 0px;
    font-size: 42px;
  }
  .patient-session-patient .patient-title {
    padding-left: 50px;
    width: 40%;
    padding-right: 40px;
  }
  .patient-session-patient h2 {
    font-size: 30px;
    padding: 6px 0 6px 0;
  }
  .patient-session-patient .patient-details {
    padding-left: 0;
    border-bottom: none;
    padding-bottom: 2px;
  }
  .patient-session-video {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .patient-session-video .host-video {
    right: 30px;
    width: 25vw;
  }
  .patient-session-resources {
    width: 100%;
    margin: 40px 0 0 0;
    padding-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .home-page #container-queue {
    margin-bottom: 0px;
  }
  #container-queue + #container-flash + #site-messages + main .container-main-title .content, #container-queue + #container-flash + main .container-main-title .content {
    padding-top: 50px;
  }
  .mobile-active #container-queue {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .queue-bar {
    padding-top: 60px;
  }
  .mobile-active .queue-bar {
    padding-top: 32px;
  }
  .patient-profiles .select-profile {
    flex-wrap: wrap;
    height: auto;
    padding-left: 15px;
    background-color: #f3f4f6;
    border: none;
    margin-bottom: 10px;
    border-radius: 15px;
  }
  .patient-profiles .select-profile .select-profile-left {
    width: 85%;
    padding: 15px 0 10px 0;
  }
  .patient-profiles .select-profile .initials {
    left: auto;
    right: 15px;
  }
  .patient-profiles .select-profile .buttons {
    width: 100%;
    text-align: left;
    line-height: 28px;
    padding-bottom: 15px;
  }
  .patient-profiles .select-profile .buttons > *, .patient-profiles .select-profile .buttons > *:last-child {
    color: #353950;
    background-color: #e5e8ef;
    margin-left: 0px;
    margin-right: 5px;
  }
  .patient-profiles .select-profile .buttons > *:hover, .patient-profiles .select-profile .buttons > *:last-child:hover {
    color: #353950;
    background-color: #dbdee6;
  }
  .patient-profiles .select-profile .buttons [class*="fa-"] {
    width: 22px;
    text-align: center;
  }
  .patient-profiles-add {
    margin-top: 15px;
  }
  .patient-profiles-add [class*="fa-"] {
    width: 20px;
    margin-left: 5px;
    margin-right: 10px;
  }
  .patient-session-video {
    margin: 0 0 40px 0;
  }
  .patient-session-video .host-video {
    width: 20vw;
    right: 15px;
    bottom: -40px;
  }
  .patient-session-video .host-video > div {
    padding-top: 133.3333333333%;
  }
  .patient-session-video #video-instance-controls {
    padding-top: 10px;
  }
  .patient-session-video #video-instance-controls > a {
    width: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .queue-bar {
    flex-wrap: wrap;
  }
  .queue-bar .queue-bar-message {
    width: 70%;
  }
  .queue-bar-buttons {
    text-align: left;
    width: 70%;
    margin-left: 78px;
  }
  .queue-button {
    margin-top: 16px;
  }
  .queue-button + .queue-button {
    margin-left: 10px;
  }
  .buy-sessions {
    margin: 0 auto 0;
  }
  .buy-sessions .buy-sessions-product {
    padding: 25px 30px 25px 30px;
  }
  .buy-sessions .buy-sessions-product.selected {
    padding: 24px 29px 24px 29px;
  }
  .buy-sessions .buy-sessions-product h4 {
    padding: 0 0 50px 0;
  }
  .buy-sessions .buy-sessions-product h5 {
    top: 54px;
    left: 30px;
    right: auto;
    font-size: 32px;
  }
  .buy-sessions .buy-sessions-product.selected h5 {
    top: 53px;
    left: 29px;
    right: auto;
  }
  .buy-sessions .buy-sessions-product [class*="fa-"] {
    left: auto;
    right: 35px;
  }
  .buy-sessions .buy-sessions-product.selected [class*="fa-"] {
    left: auto;
    right: 34px;
  }
  .buy-sessions .buy-sessions-product[data-product="edit5f6d384a99357"] [class*="fa-"] {
    left: auto;
    right: 28px;
  }
  .buy-sessions .buy-sessions-product.selected[data-product="edit5f6d384a99357"] [class*="fa-"] {
    left: auto;
    right: 27px;
  }
  .buy-sessions .buy-sessions-product .fa-check {
    right: 0px !important;
  }
  .buy-sessions .buy-sessions-coupon {
    flex-wrap: wrap;
  }
  .buy-sessions .buy-sessions-coupon > div {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .buy-sessions .buy-sessions-coupon input {
    width: 110px;
  }
  .buy-sessions .buy-sessions-coupon-line h5 {
    font-size: 24px;
  }
  .buy-sessions .buy-sessions-total-line h5 {
    font-size: 30px;
  }
  .buy-sessions-button a {
    width: 100%;
    padding: 25px 0px;
  }
  .patient-session-patient {
    flex-direction: column;
  }
  .patient-session-patient .patient-title {
    width: auto;
    padding-right: 0px;
    margin: 0 0 20px 0;
  }
  .patient-session-patient .patient-details {
    width: 100%;
  }
  .patient-session-video .host-video {
    right: 15px;
  }
  .patient-session-video #video-instance-controls {
    left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .queue-bar .fa-user-md {
    position: absolute;
    right: 0px;
    font-size: 74px;
    margin-right: 0;
  }
  .queue-bar .queue-bar-message {
    width: 70%;
    font-size: 14px;
    order: -1;
  }
  .queue-bar-buttons {
    width: 100%;
    margin-left: 0px;
  }
  .queue-button {
    margin-left: 0px;
  }
  .queue-button + .queue-button {
    margin-left: 10px;
  }
  .patient-dashboard-boxes .patient-dashboard-box {
    padding: 10px 20px 120px;
  }
  .patient-dashboard-box .patient-dashboard-box-button {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  .patient-dashboard-box .patient-dashboard-box-button > * {
    width: 100%;
  }
  .patient-profiles .select-profile .select-profile-left {
    width: 75%;
  }
  .patient-profiles .select-profile .nzmrn {
    display: block;
    padding-left: 0px;
    padding-top: 6px;
    line-height: 16px;
  }
  .patient-profiles .select-profile .buttons {
    display: flex;
    flex-direction: column;
  }
  .patient-profiles .select-profile .buttons > *, .patient-profiles .select-profile .buttons > *:last-child {
    margin-right: 0px;
    margin-top: 10px;
  }
  .accounts-form {
    padding: 20px 20px;
  }
  .dob-select > * + * {
    margin-left: 10px;
  }
  .accounts-form .form-item .subbut input {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .patient-session-patient .fa-user {
    top: 0px;
    left: -2px;
    font-size: 34px;
  }
  .patient-session-patient .patient-title {
    padding-left: 40px;
  }
  .patient-session-patient h2 {
    padding: 0 0 6px 0;
  }
  .patient-session-patient .patient-details {
    overflow: hidden;
  }
  .patient-session-patient .patient-details > * {
    padding-left: 40px;
  }
  .patient-session-patient .patient-details [class*="fa-"] {
    width: 30px;
  }
}
@media screen and (max-width: 380px) {
  .queue-bar-buttons {
    margin-top: 10px;
  }
  .queue-button {
    display: block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 6px;
    margin-left: 0 !important;
  }
  .patient-session-model-button {
    display: block;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 6px;
    margin-left: 0 !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Fpatients%2Fpatients.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2C2BAAA%3BAAEA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAOI%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAMJ%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAeI%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAgBI%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3B2DAAA%3BAAAA%3BAAUA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2CgCAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BwBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYJ%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUI%3BAAAA%2CiBAAA%3BAAAA%3BAAGI%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMI%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUI%3BAAAA%2CoBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAoBI%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAGI%3BAAAA%2C4BAAA%3BAAAA%3BAAOhB%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYI%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAOI%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAeI%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAUJ%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASI%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAGI%3BAAAA%2C4BAAA%3BAAAA%3BAAIpB%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWR%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAMI%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAIJ%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOJ%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQI%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOI%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%3BaAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%3BaAAA%3BAAAA%3BAAKR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAaI%3BAAAA%2CwBAAA%3BAAAA%3BAAIJ%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAOI%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQI%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAkBI%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIR%3BAAAA%3BsBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUI%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKI%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAUI%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASI%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUI%3BAAAA%2C4BAAA%3BAAAA%3BAAKR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAgBI%3BAAAA%2CaAAA%3BAAAA%3BAAIJ%3BAAAA%3B%3B%3B%3B%3B%3B2DAAA%3BAAAA%3BAAUA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAMR%3BAAAA%2CgBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASI%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASR%3BAAAA%3BwBAAA%3BAAAA%3BAAII%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWR%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASI%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUI%3BAAAA%3BkBAAA%3BAAAA%3BAAII%3BAAAA%2CiBAAA%3BAAAA%3BAAIZ%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMI%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEZ%3BAAAA%3BqBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B4BAAA%3BAAAA%3BAAII%3BAAAA%3B4BAAA%3BAAAA%3BAAKR%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaI%3BAAAA%3B4BAAA%3BAAAA%3BAAQR%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQI%3BAAAA%2C8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAgBI%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B4BAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3B2DAAA%3BAAAA%3BAAUA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%3B0BAAA%3BAAAA%3BAAMR%3BAAEI%3BAAAA%2C6BAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%2CsBAAA%3BAAAA%3BAAMI%3BAAAA%2CwBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%2CoBAAA%3BAAAA%3BAAIR%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKI%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKR%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKI%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKI%3BAAAA%3ByBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMJ%3BAAAA%3BuBAAA%3BAAAA%3BAAII%3BAAAA%3BgBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAIQ%3BAAAA%2CuBAAA%3BAAAA%3BAAEA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3BuBAAA%3BAAAA%3BAAKJ%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAASI%3BAAAA%3B2BAAA%3BAAAA%3BAAII%3BAAAA%3BgBAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3ByBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOI%3BAAAA%3B8BAAA%3BAAAA%3BAAMA%3BAAAA%3BuBAAA%3BAAAA%3BAAKZ%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMR%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKI%3BAAAA%2CiCAAA%3BAAAA%3BAAIJ%3BAAAA%2CsBAAA%3BAAAA%3BAAGI%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAEI%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAIR%3BAAAA%2CqBAAA%3BAAAA%3BAAII%3BAAAA%2CiCAAA%3BAAAA%3BAAGI%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMJ%3BAAAA%3BgBAAA%3BAAAA%3BAAII%3BAAAA%3BgBAAA%3BAAAA%3BAAKA%3BAAAA%3BgBAAA%3BAAAA%3BAAII%3BAAAA%3BgBAAA%3BAAAA%3BAAKR%3BAAAA%2C0BAAA%3BAAAA%3BAAIJ%3BAAAA%2CoBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKI%3BAAAA%2CiBAAA%3BAAAA%3BAAIJ%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIJ%3BAAAA%3BsBAAA%3BAAAA%3BAAKJ%3BAAAA%2C2BAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAMA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEI%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAIJ%3BAAAA%2C6BAAA%3BAAAA%3BAAGI%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKI%3BAAAA%2CgBAAA%3BAAAA%3BAAMJ%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B2BAAA%3BAAAA%3BAAII%3BAAAA%3BqBAAA%3BAAAA%3BAAMR%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%2CsBAAA%3BAAAA%3BAAMI%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAMR%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAMA%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%2CuBAAA%3BAAAA%3BAAIJ%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAGI%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEI%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAAA%22%7D */