body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.loginHeader {
  width: 100%;
  /* box-shadow: 0px 1px 5px 0px rgba(122, 122, 122, 1); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
  top: 0;
  position: relative;
}
.logoAppName {
  display: flex;
}
.appName {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  align-items: center;
}
.languageWrapper {
  position: absolute;
  right: 20px;
  top: 0px;
}
.languageBtnStyle {
  color: #ff9;
  text-transform: capitalize;
  font-size: 12px;
}
.appName > img {
  height: 60px;
  padding-right: 10px;
}
.appName > h1.appHeader {
  flex-grow: 1;
  font: bold 28px Roboto, Arial;
  color: #fff;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
}
.vendorName {
  margin-top: 10px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
h5.Resources {
  font: 700 16px Arial, Helvetica, sans-serif;
  padding: 5px 5px 5px 15px;
  transition: all 2s;
  border-bottom: 1px dotted #ccc;
  margin: 0;
  color: #6a6a6a;
}
.needHelpWrap {
  padding-top: 45px;
  width: 100%;
}
.supportBotBodyContainer {
  width: 500px;
  align-items: center;
  margin: 0 0 5px 0;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.buttonWrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  margin: 2px 0 0 0;
}
.homeButtonWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 35px;
}
.rowStyles {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dotted #d0d0d0;
  font-size: 13px;
  margin: 0px;
  color: #666;
}
.rowStyles > p > span {
  font-weight: bold;
}
.rowStyles:last-child {
  border-bottom: none;
}

h6.caseNumber {
  font: 400 13px Arial, Helvetica, sans-serif;
  margin: 0px 0 16px 0;
  color: #666;
  padding: 0 0 6px;
  transition: all 2s;
  text-align: center;
  background-color: transparent;
  border-bottom: none;
}
h6.caseNumber > span {
  font-size: 14px;
  font-weight: bold;
}
.pinTextBtns {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.verifyBtnWrapper {
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  justify-content: space-between;
}
.verifyBtn {
  width: 180px;
  min-width: 150px !important;
}
.verifyBtn:first-child {
  margin-right: 10px;
}

@media (max-width: 767px) {
  h5.Resources {
    font: 700 16px Arial, Helvetica, sans-serif;
    padding: 5px 5px 5px 15px;
    transition: all 2s;
    background-color: #ececec;
    border-bottom: 1px dotted #ccc;
    margin: 0;
  }
  .loginHeader {
    margin-bottom: 0;
    padding: 10px;
    padding-top: 0;
  }
  .languageWrapper {
    padding-right: 0;
  }
  .appName {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .appName img {
    height: 100px;
    width: 100px;
    padding-right: 0;
  }
  .appName > h1.appHeader {
    flex-grow: 0;
    font: bold 32px Roboto, Arial;
    margin: 10px 0 0 0;
  }
  .vendorName {
    display: none;
  }
  .buttonWrapper {
    flex-direction: column;
    align-items: center;
  }
  .supportBotBodyContainer {
    border: none;
    box-shadow: none;
    margin: 0;
    width: 100%;
    padding: 20px 0px 0px;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .HomeBodyContainer {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 20px 10px 25px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .pinTextBtns {
    flex-direction: row;
    margin: 0;
    padding: 0;
    align-items: flex-end;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
  .pinTextBox {
    flex: 1 1;
    margin-right: 20px;
  }
  .verifyBtnWrapper {
    margin-top: 0px;
    flex-direction: column;
  }
  .verifyBtn {
    width: 180px;
    margin-bottom: 10px;
    min-width: 180px;
  }
  .verifyBtn:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .loginHeader {
    margin-bottom: 0;
    padding: 10px;
  }
  .appName > img {
    height: 80px;
    width: 80px;
    padding-right: 0;
  }
  .appName > h1.appHeader {
    flex-grow: 0;
    font: bold 25px Roboto, Arial;
  }
  .buttonWrapper {
    flex-flow: column-reverse;
    align-items: center;
  }
  .homeButtonWrapper {
    justify-content: space-around;
  }
}

body {
  margin: 0;
  padding: 0;
  background: url(/static/media/doctor_Img_DT.47a41191.jpg) center top no-repeat fixed;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}

svg {
  overflow: hidden !important;
}
.container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.bodyContainerWrapper {
  justify-content: center;
  overflow-y: auto;
  padding: 20px 0 0 0;
  flex: 1 1;
}

.pageContentWrapper {
  width: 500px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.91) !important;
  box-shadow: 0 0 2px #333 !important;
  border-radius: 0 !important;
  margin: 0 auto;
  margin-bottom: 5px;
}

.pageHeader {
  margin: 0 0 15px;
  text-align: center;
  color: #666666;
  background-color: transparent;
  letter-spacing: -0.5px;
  transition: all 2s;
  font: 700 16px Arial, Helvetica, sans-serif;
  border: none;
}

.headerLogosWrapper {
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 24px;
  margin: 3px 0 3px 24px;
  height: 72px;
  border-left: 1px solid #fff;
}

.linkStyle {
  text-decoration: none;
  text-transform: none;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 26px;
}

.linkStyle:hover {
  color: #2196f3;
}
.iconColor {
  color: #2196f3;
}

.marginBottom16 {
  margin-bottom: 16px;
}
.dialogStyle {
  padding-top: 85px;
  background: url(/static/media/doctor_Img_DT.47a41191.jpg) center top no-repeat fixed;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
}
.dialogStyleScroll {
  padding-top: 85px;
  background: url(/static/media/doctor_Img_DT.47a41191.jpg) center top no-repeat fixed;
  background-size: cover;
  height: 100vh;
  overflow-y: auto;
}

h6 {
  border-bottom: none !important;
  margin-left: 0 !important;
  background-color: transparent !important;
}

.SvgCalenderIcon {
  color: #6a6a6a;
  height: 23px;
  width: 23px;
}

.TimeTrackerBtnWapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  margin-top: 30px;
}

.TimeTrackerBtnWapper > button {
  width: 190px;
}

.waterMark {
  display: none;
  visibility: visible;
}

@media (max-width: 767px) {
  .bodyContainerWrapper {
    padding: 0;
  }
  .pageContentWrapper {
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 15px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1px;
  }
  .pageHeader {
    color: #666666;
    border: none;
    text-align: center;
    margin-bottom: 20px;
    font: 700 16px Arial, Helvetica, sans-serif;
  }
  .dialogStyle {
    padding-top: 56px;
    background: url(/static/media/doctor_Img_Mobile_web.f88f2b81.jpg) center top no-repeat fixed;
  }
  .hideHeader {
    display: none;
  }
}

@media print {
  body {
    background-image: none !important;
    background: transparent !important;
    background-color: '#ffffff' !important;
    box-shadow: transparent !important;
    border: none !important;
  }
  .container,
  .pageContentWrapper {
    background-image: none !important;
    background: transparent !important;
    background-color: '#ffffff' !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0;
    align-items: flex-start;
  }
  .headerLogosWrapper {
    display: none !important;
  }
  #toolBar {
    display: none !important;
  }
  #familyMemberButton {
    display: none;
  }
  #myCard {
    display: none;
  }
  .bodyContainerWrapper {
    box-shadow: transparent !important;
    border: none !important;
  }
  .dialogStyle {
    background-image: none !important;
    background: transparent !important;
    background-color: '#ffffff' !important;
  }
  .loginHeader {
    display: none !important;
  }
  .headerWithMenu {
    display: none !important;
  }
  .pageContentWrapper {
    background-color: transparent !important;
    box-shadow: transparent !important;
  }

  .buttonWrapper {
    display: none !important;
  }
  #bottomNav {
    display: none;
  }
  .waterMark {
    display: block !important;
    text-align: center !important;
    visibility: visible;
  }

  body,
  html {
    width: 100%;
    height: 100%;
  }
  .print {
    display: block !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 425px) {
  .buttonWrapper {
    flex-flow: column-reverse;
    align-items: center;
    color: red;
  }
  .TimeTrackerBtnWapper {
    flex-direction: column;
    align-items: center;
  }

  .TimeTrackerBtnWapper > button {
    width: 290px;
    margin-bottom: 20px;
  }
}

.textCenter {
  text-align: center;
}


/*# sourceMappingURL=main.6cb937ec.chunk.css.map?v=2.0.5*/