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;
  height: 80px;
}

.logoAppName {
  display: flex;
}

.appName {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.languageWrapper {
  position: absolute;
  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: 23px;
}

.vendorName1 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vendorName2 {
  margin-top: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 23px;
}

h2.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: 60%;
  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;
    height: 150px;
  }

  .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;
  }

  .vendorName2 {
    display: none;
  }

  .buttonWrapper {
    align-items: center;
    width: 50%;
  }

  .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;
    height: 150px;
  }

  .appName>img {
    height: 80px;
    width: 80px;
    padding-right: 0;
  }

  .appName>h1.appHeader {
    flex-grow: 0;
    font: bold 25px Roboto, Arial;
  }

  .buttonWrapper {
    align-items: center;
    width: 70%;
  }

  .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 20px 0;
  flex: 1 1;
}

.PrivateSwipeArea-root {
  width: 0 !important;
}

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

.floatingContainer {
  position: fixed;
  bottom: 20px;
  right: 30px;
  left: 0;
  max-width: 500px;
  display: flex;
  justify-content: right;
  margin: auto;
  height: 1px;
  z-index: 1;
}

/* This item list for icons inside the floating button */
.floatingContainer svg {
  height: 20px;
  width: 20px;
  color: #fff;
}

.floatingContainer .MuiButtonBase-root {
  min-height: 50px !important;
  width: 50px;
}

.pageHeader {
  margin: 0 0 15px;
  text-align: center;
  color: #333;
  background-color: transparent;
  letter-spacing: -0.5px;
  transition: all 2s;
  font: 400 26px 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;
}

.dialogStyle1 {
  padding-top: 20px;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
}

.dialogStyle2 {
  padding: 20px 0 0 0;
  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;
}

.LiveChatBox {
  position: absolute;
  z-index: 1;
  right: 16px;
  height: calc(100% - 130px);
  top: 25px;
  width: 400px;
  min-height: 300px;
  min-width: 380px;
  border: 1px solid black;
  background-color: white;
  box-shadow: 0 0 10px 2px #000000;
}

.hideLNH {
  height: 0px !important;
  min-height: 0px;
}
.printHeader {
  background-color: #2196f3;
  margin: 0 auto;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.printSubHeader {
  color: #2196f3;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid #2196f3;
}
.printUserInfo {
  padding: 10px 0;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
}
.pageHeaderForPrint {
  display: none;
}

@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: #3a3a3a;
    border: none;
    text-align: center;
    margin-bottom: 20px;
    font: 700 18px Arial, Helvetica, sans-serif;
  }

  .dialogStyle {
    padding-top: 56px;
    background: url(/static/media/doctor_Img_Mobile_web.f88f2b81.jpg) center top no-repeat fixed;
  }

  .dialogStyle1 {
    padding-top: 0px;
  }

  .dialogStyle2 {
    padding: 0;
    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,
  .familyDropdownWrapper {
    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;
  }

  .hideButton,
  .MuiTooltip-popper {
    display: none !important;
  }
}

@media (max-width: 425px) {
  .buttonWrapper {
    align-items: center;
    color: red;
  }

  .TimeTrackerBtnWapper {
    flex-direction: column;
    align-items: center;
  }

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

  .LiveChatBox {
    position: absolute;
    z-index: 1;
    right: 16px;
    height: 550px;
    width: 300px;
    min-height: 300px;
    min-width: 380px;
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px 2px #000000;
  }
}

.textCenter {
  text-align: center;
}

/* custom accordion style */
.accordionSummary.Mui-expanded {
  min-height: 42px !important;
}

[data-testid='sentinelStart'] {
  /* Check for styles that might affect visibility or layout */
  display: none;
}

[data-testid='sentinelEnd'] {
  display: none;
}


/*# sourceMappingURL=main.9d5779e6.chunk.css.map?v=7*/