/* Document
 * ========================================================================== */

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */ /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

:where(nav li)::before {
  content: "\200B";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
  }
  
body {
  margin: 0;
  padding: 0;
  background: url(/static/media/doctor_Img_DT.0db2d0ced3c192134c02.webp) 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.0db2d0ced3c192134c02.webp) center top no-repeat fixed;
  background-size: cover;
  height: calc(100vh - 45px);
  overflow: hidden;
  display: flex;
  justify-content: stretch;
}

.dialogStyleNoFooter {
  padding-top: 85px;
  background: url(/static/media/doctor_Img_DT.0db2d0ced3c192134c02.webp) 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.0db2d0ced3c192134c02.webp) center top no-repeat fixed;
  background-size: cover;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  justify-content: stretch;
}

.needHelpDialog {
  padding: 20px 0;
  height: 100%;
}

.dialogStyleScroll {
  padding-top: 85px;
  background: url(/static/media/doctor_Img_DT.0db2d0ced3c192134c02.webp) center top no-repeat fixed;
  background-size: cover;
  height: 100vh;
  overflow-y: auto;
}

.dialogStyle3 {
  margin-top: 64px;
  padding: 20px 0;
  height: calc(100% - 108px);
}

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: 13;
  right: 25px;
  height: calc(100% - 130px);
  top: 84px;
  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;
  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.d21c7d71a3dc641a0d7f.webp) center top no-repeat fixed;
  }

  .dialogStyleNoFooter {
    padding-top: 56px;
    background: url(/static/media/doctor_Img_Mobile_web.d21c7d71a3dc641a0d7f.webp) center top no-repeat fixed;
    height: 100vh;
  }

  .dialogStyle1 {
    padding-top: 0px;
  }

  .dialogStyle2 {
    padding: 0;
    background: url(/static/media/doctor_Img_Mobile_web.d21c7d71a3dc641a0d7f.webp) center top no-repeat fixed;
  }

  .dialogStyle3 {
    margin-top: 57px;
    padding: 0;
  }

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

  .dialogStyleNoFooter {
    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: 13;
    right: 16px;
    /* height: 550px; */
    width: 300px;
    min-height: 300px;
    min-width: 370px;
    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;
}

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

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

  .homeButtonWrapper {
    justify-content: space-around;
  }
}
