.modal-container{position:fixed;z-index:100;left:0;top:0;width:100vw;height:100vh;background-color:rgba(94,94,94,.6);padding:15px}.modal{display:block;padding:10px;position:relative;margin:0;left:50%;top:50%;width:30%;height:30%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center;background-color:#fff;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;overflow:hidden}@-webkit-keyframes show{to{width:100%;height:100%}}@keyframes show{to{width:100%;height:100%}}.modal.show{width:100%;height:100%}.hide-button{position:fixed;z-index:101;right:10px;bottom:10px}.container{min-height:calc(100vh - var(--header-height));position:relative}.container.without-header{min-height:100vh}.container.center{display:flex;justify-content:center;align-items:center}.container .content{position:relative}.container .content.fit{position:absolute;height:100%;width:100%}.loading-container{display:flex;justify-content:center;align-items:center;height:100%}.loading{display:inline-block;position:relative;width:80px;height:80px}.loading div{display:inline-block;position:absolute;left:8px;width:16px;background:var(--green);-webkit-animation:loading 1.2s cubic-bezier(0,.5,.5,1) infinite;animation:loading 1.2s cubic-bezier(0,.5,.5,1) infinite}.loading div:first-child{left:8px;-webkit-animation-delay:-.24s;animation-delay:-.24s}.loading div:nth-child(2){left:32px;-webkit-animation-delay:-.12s;animation-delay:-.12s}.loading div:nth-child(3){left:56px;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes loading{0%{top:8px;height:64px}50%,to{top:24px;height:32px}}@keyframes loading{0%{top:8px;height:64px}50%,to{top:24px;height:32px}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{background-color:#f0f8ff!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.page-container{height:100%;padding-bottom:40px;overflow:auto}.page-container>.page-title{width:100%;margin:0;height:70px;display:flex;justify-content:center;align-items:center}.page-container>.page-content{width:100%;height:calc(100% - 70px);background-color:#fff;overflow:auto;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);padding:10px}.login-button{width:200px;cursor:pointer}.resend-email-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.resend-email-container .resend-email-button,.resend-email-container .resend-email-input{width:250px;margin:3px 5px 3px 0}.timeline-container{padding:0 75px;margin:40px auto}.timeline{width:100%;border:1px solid var(--light-gray);position:relative}.timeline-item{position:absolute;cursor:pointer;margin-top:-5px;margin-left:-5px;height:10px;width:10px;background-color:#bbb;border-radius:50%;display:inline-block;z-index:2}.timeline-info{position:relative;display:flex;flex-direction:column;cursor:default;text-align:center;width:150px;margin-left:-70px;margin-top:20px}.timeline-info.reverse{flex-direction:column-reverse;-webkit-transform-origin:bottom left;transform-origin:bottom left;margin-top:-55px}.timeline-info.show{display:flex}@media only screen and (max-width:600px){.timeline-container{padding:0 10px}.timeline-info{display:none;background-color:#fff;border:1px solid var(--light-gray);padding:5px}.timeline-info.show{display:block}.timeline-info.first{margin-left:0;text-align:left}.timeline-info.last{margin-left:-150px;text-align:right}}.appointment-item{text-align:left;padding:10px}.appointment-item .appointment-item-info{margin:10px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.appointment-item .appointment-item-date,.appointment-item .appointment-item-member-name{font-size:large}.appointment-item .cancelled-status{color:var(--red)}.appointment-item .appointment-item-info-item{display:flex;justify-content:space-between;align-items:center;position:relative}.appointment-item .appointment-timeline{padding:10px 0;position:relative}.appointment-item .appointment-item-label{font-weight:500;margin-right:10px}.appointment-item .appointment-item-link{padding:0}.appointment-item .appointment-item-member-link{word-wrap:break-word}.appointment-item .appointment-item-resend-email{margin:10px 10px 10px 0}.appointment-list{padding:0 10%}.appointment-list>div:not(:last-child){border-bottom:1px solid var(--light-gray)}@media only screen and (max-width:375px){.appointment-list{padding:0}}.appointments-page-container{display:flex;flex-direction:column;justify-content:space-between}.appointments-page-container .appointments-button{margin:20px 0 10px}.provider-form,.temp-room-container{max-width:900px;display:flex;justify-content:space-between;align-items:center;margin:0 auto}.temp-room-container{padding:10px}.temp-room-link-container{max-width:500px;word-wrap:break-word}.member-page-container{display:flex;flex-direction:column;padding:10px}.member-page-container .button.submit-button{margin:10px 0}.member-page-container input{max-width:300px;margin:10px 0}.member-page-container .member-page-error{height:70px;display:flex;justify-content:center;align-items:center}.member-page-container .member-page-logo{width:100%;text-align:center;display:flex;justify-content:center}.member-page-container .member-page-logo img{width:300px}.member-page-container .member-page-agreement{width:800px;height:500px}@media only screen and (max-width:600px){.member-page-container .member-page-agreement{width:90%;height:500px}}#toolbarCenter{text-align:center}.toolbar{width:100%;height:30px;display:flex;justify-content:center;align-items:center}.toolbar,.toolbarButton{background-color:#13263a}.toolbarButton{margin:0 5px;width:24px;height:24px;background-size:20px auto;background-repeat:no-repeat;background-position:50%;border:0}.cameraOn{background-image:url(/toolbar-images/cameraOn.png)}.cameraOff{background-image:url(/toolbar-images/cameraOff.png)}.microphoneOn{background-image:url(/toolbar-images/microphoneOn.png)}.microphoneOff{background-image:url(/toolbar-images/microphoneOff.png)}.callStart{background-image:url(/toolbar-images/callStart.png)}.callEnd{background-image:url(/toolbar-images/callEnd.png)}.chat{background-image:url(/toolbar-images/text.png)}.more{background-image:url(/toolbar-images/more.svg);position:absolute;right:0}@media only screen and (min-width:769px){.toolbar{height:60px}.toolbarButton{width:60px;height:60px;background-size:32px auto}}.vidyo-chat{position:relative;height:100%;display:flex;flex-direction:column;justify-content:left}.vidyo-chat-text-container{display:flex;margin-bottom:5px}.vidyo-chat-text-container.mine{justify-content:flex-end}.vidyo-chat .vidyo-chat-sender-and-text-box{display:flex;flex-direction:column}.vidyo-chat .vidyo-chat-sender-and-text-box .vidyo-chat-sender{font-size:11px;text-align:left;margin-bottom:3px}.vidyo-chat .vidyo-chat-sender-and-text-box .vidyo-chat-sender.mine{text-align:right}.vidyo-chat .vidyo-chat-sender-and-text-box .vidyo-chat-text{max-width:180px;padding:5px 10px;margin:0;overflow-wrap:break-word;color:#fff;text-align:left;align-self:flex-start;background-color:var(--green)}.vidyo-chat .vidyo-chat-sender-and-text-box .vidyo-chat-text.mine{text-align:right;align-self:flex-end;background-color:var(--gray)}.camera-and-toolbar-container{width:100%;position:absolute;left:0;top:0;bottom:0}.camera{position:relative;width:100%;height:calc(100% - 30px)}.chat-container{width:100%;background-color:#fff;position:absolute;top:0;bottom:30px;right:0;z-index:2}@media only screen and (min-width:769px){.camera{height:calc(100% - 60px)}.camera-and-toolbar-container{width:calc(100% - 300px)}.camera-and-toolbar-container.not-connected{width:100%}.chat-container{width:300px;bottom:0}}.header{justify-content:space-between;align-items:center;width:100%;background-color:var(--green);padding:0 5px;display:flex;color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.12),0 4px 4px 0 rgba(0,0,0,.24)}.header,.header>.logo{height:var(--header-height)}@media only screen and (min-width:768px){.header{padding:0 16px}}.header .name{margin:0 10px 0 0}.header .name *{color:#fff}.header>.right-section{display:flex;align-items:center;justify-content:space-around}.header .header-margin-left{margin-left:10px}.header .technical-support{margin:0;color:#fff;padding:0 10px;font-size:12px}.header-dropdown-button,.header-dropdown-button:focus,.header-dropdown-button:hover{color:var(--dark-gray)}.dropbtn{background-color:var(--orange);color:#fff;border:none;cursor:pointer}.dropbtn:focus,.dropbtn:hover{background-color:var(--dark-orange)}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:#f1f1f1;min-width:100px;overflow:auto;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:100;right:0}.dropdown-content a{color:#686565;padding:12px 16px;text-decoration:none;display:block}.dropdown-content a:hover{background-color:#ddd}.show{display:block}:root{--dark-green:#034c1f;--green:#35702a;--bright-green:#cbd52f;--blue:#5ebab4;--dark-blue:#005b7c;--orange:#daaa00;--purple:#80276c;--gray:#a7abaa;--dark-gray:#63666a;--red:#b40c2f;--black:#000;--dark-orange:#f3600b;--text-gray:#5e5e5e;--light-gray:#ddd;--error:red;--light-blue:#5ebfb9;--border-color:#d9d9d9;--transition:0.3s;--container-padding:10px;--bottom-border:0px 10px 15px -8px;--margin:10px;--scroll:#838991;--scroll-hover:#6f747a;--hover-green:#22672a;--header-height:56px}@media only screen and (max-width:600px){:root{--header-height:35px}}body,html{margin:0;padding:0;background-color:#ececec;color:#5e5e5e;color:var(--text-gray)}.App{text-align:center}h1,h2,h3,h4,h5,h6{color:#5e5e5e;color:var(--text-gray)}textarea{border-radius:5px;border:1px solid #d9d9d9}.button{color:#fff;background-color:#35702a;background-color:var(--green);border-color:#35702a;border-color:var(--green);border-radius:0}.button:hover{color:#fff;background-color:#034c1f;background-color:var(--dark-green);border-color:#034c1f;border-color:var(--dark-green)}
/*# sourceMappingURL=main.58f0796b.chunk.css.map */