@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
body {
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

body::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
}

/* background of the scrollbar except button or resizer */
body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* scrollbar itself */
body::-webkit-scrollbar-thumb {
  background-color: #babac0;
  /* border-radius: 16px; */
  border: 4px solid #f0f2f5;
}

/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
  display: none;
}

/* antd table */
.ant-table-body::-webkit-scrollbar,
.ant-layout-sider::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
}

/* background of the scrollbar except button or resizer */
.ant-table-body::-webkit-scrollbar-track,
.ant-layout-sider::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* scrollbar itself */
.ant-table-body::-webkit-scrollbar-thumb,
.ant-layout-sider::-webkit-scrollbar-thumb {
  background-color: #babac0;
  /* border-radius: 16px; */
  border: 4px solid #ffffff;
}

/* set button(top and bottom of the scrollbar) */
.ant-table-body::-webkit-scrollbar-button,
.ant-layout-sider::-webkit-scrollbar-button {
  display: none;
}

/* antd select */
div[class^='Dashboard_main-page']::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
}

/* background of the scrollbar except button or resizer */
div[class^='Dashboard_main-page']::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* scrollbar itself */
div[class^='Dashboard_main-page']::-webkit-scrollbar-thumb {
  background-color: #babac0;
  /* border-radius: 16px; */
  border: 4px solid #ffffff;
}

/* set button(top and bottom of the scrollbar) */
div[class^='Dashboard_main-page']::-webkit-scrollbar-button {
  display: none;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
    width: 32rem !important;
}

.ant-input[disabled] {
    color: #545454 !important;
}

.ant-select-item-option-active {
    background-color: #dedede !important;
}

/* input */
.ant-input {
    border-color: #b2b2b2;
    color: black !important;
}

.ant-input::placeholder {
    color: #9b9b9b !important;
}

.ant-input:focus {
    border-color: #2D5CF2 !important;
}

/* Remove up/down arrows on input hover */
.ant-input::-webkit-outer-spin-button,
.ant-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ant-input[type=number] {
    -moz-appearance: textfield;
}

.ant-input-number .ant-input-number-handler-wrap {
    display: none !important;
}

/* end input */

/* select */
/* .select-error .ant-select-selector {
    border: 1px solid #ff4d4f !important;
} */

/* .ant-select-selector {
    border-color: #b2b2b2 !important;
    color: black !important;
} */

.ant-select-selector::placeholder {
    color: #9b9b9b !important;
}

/* For hover state */
:where(.css-dev-only-do-not-override-jogwa6).ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector {
    border-color: #709efa !important;
    color: #709efa !important;
}

/* For selected state */
:where(.css-dev-only-do-not-override-jogwa6).ant-select.ant-select-focused .ant-select-selector {
    border-color: #709efa !important;
    color: #709efa !important;
}

/* Optional: Active state (when an item is being selected) */
:where(.css-dev-only-do-not-override-jogwa6).ant-select.ant-select-focused:not(.ant-select-disabled) .ant-select-selector {
    border-color: #709efa !important;
}

/* For the arrow icon */
:where(.css-dev-only-do-not-override-jogwa6).ant-select-arrow {
    color: #709efa !important;
}

/* For the arrow icon on hover */
:where(.css-dev-only-do-not-override-jogwa6).ant-select:hover .ant-select-arrow {
    color: #709efa !important;
}

/* For the arrow icon on selected state */
:where(.css-dev-only-do-not-override-jogwa6).ant-select.ant-select-focused .ant-select-arrow {
    color: #709efa !important;
}

:where(.css-dev-only-do-not-override-jogwa6).ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 32px;
}

.my-select-container .ant-select .ant-select-selector {
    border-radius: 6px;
}

/* end select */
.ant-input-search>.ant-input-group>.ant-input-group-addon:last-child .ant-input-search-button {
    border-color: #b2b2b2 !important;
    /* color: black !important; */
}

.ant-input-affix-wrapper {
    border-color: #b2b2b2 !important;
}

.ant-input-affix-wrapper-focused {
    border-color: #2D5CF2 !important;
}

.ant-select-arrow {
    color: #9b9b9b !important;
}

.ant-picker-range {
    border-color: #b2b2b2 !important;
}

.ant-picker-focused {
    border-color: #2D5CF2 !important;
}

.ant-radio-button-wrapper {
    border-color: #b2b2b2 !important;
}

.ant-radio-button-wrapper-checked {
    border-color: #2D5CF2 !important;
}

/* .ant-radio-inner{
    border-color: #b2b2b2 !important;
}
input[type='radio'], input[type='checkbox']{
    border-color: #2D5CF2 !important;
} */

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
    border-right: 0px solid #f0f0f0;
}

.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
    border-right: 4px solid #2D5CF2;
}

:where(.css-dev-only-do-not-override-jogwa6).ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #b2b2b2 !important;
}

/* input */
.ant-dropdown-trigger {
    border-color: #b2b2b2;
    color: black !important;
}

/* end input */

/* button */

:where(.css-dev-only-do-not-override-jogwa6).ant-btn-default {
    border-color: #b2b2b2 !important;
}

:where(.css-dev-only-do-not-override-jogwa6).ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
    border-color: #709efa !important;
}

/* end button */


.ant-table-expanded-row {
    z-index: 2 !important;
}

.country-code-select .ant-select-selector {
    border: none !important;
}

/* Target the Input field (phone number) */
.country-code-select .ant-input {
    height: 36px !important;
}


.ant-menu-item-selected {
    color: #2D5CF2 !important;
}

.country-input-main .ant-select-selector,
.country-input-main .ant-input-group {
    border: none !important;
}

.ant-table-row-expand-icon {
    border-radius: 0 !important;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
    color: #2D5CF2 !important;
}

.ant-menu-inline {
    border: none !important;
}

/* .ant-picker-outlined {
    border-color: #b2b2b2 !important;
} */

.ant-picker-focused {
    border-color: #2D5CF2 !important;
}

.ant-picker-outlined:hover {
    border-color: #2D5CF2 !important;

}

table {
    border: none;
}

.ant-table-wrapper .ant-table.ant-table-bordered>.ant-table-container {
    border: none !important;
}

/* .ant-table-wrapper .ant-table-tbody>tr:last-of-type>td {
    border-bottom: none !important;
} */

.ant-table-wrapper .ant-table-tbody>tr>td:last-child {
    border-right: none !important;
}

.ant-table-wrapper .ant-table-thead>tr>th:last-child {
    border-right: none !important;
}

.ant-table-wrapper .ant-table-summary>tr>td:last-child {
    border-right: none !important;
}

/* conflicting */
.ant-table-wrapper .ant-table-pagination.ant-pagination {
    border-top: 1px solid #f0f0f0;
    margin: 0px !important;
    padding: 16px 12px;
}

/* button */

:where(.css-dev-only-do-not-override-jogwa6).ant-btn-default {
    border-color: #b2b2b2 !important;
}

:where(.css-dev-only-do-not-override-jogwa6).ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
    border-color: #709efa !important;
}

/* end button */

:where(.css-dev-only-do-not-override-1z4kts).ant-tag {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
}

:where(.css-mjisrn).ant-tag {
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
}

.ant-popover {
    position: fixed !important;
    z-index: 1050 !important;
}

.custom-no-padding-modal .ant-modal-content {
    padding: 0 !important;
}

/* ant tabs */
.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
    padding: 0px 0px 8px 0px;
}

.ant-tabs >.ant-tabs-nav .ant-tabs-nav-more {
    display:none
}

.ant-tabs .ant-tabs-tab+.ant-tabs-tab {
    margin: 0 0 0 24px;
}

.ant-tabs .ant-tabs-tab {
    padding: 0px 0px 8px 0px;
}

/* antd button */
.ant-btn-primary {
    color: #fff;
    background: #2D5CF2;
    box-shadow: 0 2px 0 rgba(5, 122, 255, 0.06);
}

.ant-btn {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 32px;
    padding: 0px 12px;
    border-radius: 6px;
}

.ant-btn-sm {
    font-size: 14px;
    line-height: 1.5714285714285714;
    height: 28px;
    padding: 0px 8px;
    border-radius: 4px;
}

.ant-btn-default.ant-btn-dangerous {
    color: #ff4d4f;
    border-color: #ff4d4f;
}

.ant-btn:not(.ant-btn-sm):not(.ant-btn-icon-only)>.ant-btn-icon.ant-btn-loading-icon,
.ant-btn:not(.ant-btn-sm):not(.ant-btn-icon-only)>.ant-btn-icon:not(:last-child) {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
}

.ant-btn.ant-btn-sm:not(.ant-btn-icon-only)>.ant-btn-icon.ant-btn-loading-icon,
.ant-btn.ant-btn-sm:not(.ant-btn-icon-only)>.ant-btn-icon:not(:last-child) {
    -webkit-margin-end: 6px;
            margin-inline-end: 6px;
}

.ant-btn-primary.ant-btn-background-ghost {
    color: #2D5CF2;
    background: transparent;
    border-color: #2D5CF2;
    box-shadow: none;
}

.ant-btn-sm.ant-btn-icon-only {
    width: 32px;
}


/* table  */
.no-hover-row:hover>td {
    background: inherit !important;
}
.ant-menu-light.ant-menu-root.ant-menu-vertical {
  -webkit-border-end: none;
          border-inline-end: none;
}

.ant-float-btn {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 40px;
}

.custom-table .ant-table-body {
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For IE/Edge */
}

.custom-table .ant-table-body::-webkit-scrollbar {
  display: none; /* For Chrome, Safari */
}

.loader_entry{
    position: fixed;
    top: 0;
    left: 0;
    z-index:1000;
    width:100vw;
    height: 100vh;
    background-color: #ffffff99;
    display: flex;
    justify-content: center;
    align-items: center;

}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2D5CF2;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
/* header styling */
.Dashboard_header-main-container__tYGDd {
  padding: 0;
  background: white;
  /* margin-left: 5px; */
  display: flex;
  border-bottom: 2px solid rgb(235, 235, 235);
  justify-content: space-between;
}

.Dashboard_header-search-bar__z\+pM8 {
  margin: 16px 12px;
  width: 25%;
  margin-left: -30px;
}

.Dashboard_header-right-side__f74da {
  display: flex;
  /* margin-right: 32px; */
}

.Dashboard_header-avatar-div__wkhS5 {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.Dashboard_header-avatar-div-organization__QXjc- {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: 10px;
}

.Dashboard_header-avatar__ZpzJi {
  color: #f56a00;
  background-color: #fde3cf;
}

.Dashboard_header-para__BVbqg {
  font-size: 30px;
  font-weight: 200;
}

.Dashboard_header-right-most-div__QLp0F {
  display: flex;
  /* margin-right: 10px; */
  margin-left: 8px;
  align-items: center;
  justify-content: center;
}

.Dashboard_header-badge-avatar-div__MWTfT {
  /* margin-left: 0px; */
  margin-right: 16px;
  cursor: pointer;
  display: flex;
  /* margin-right: 10px; */
  margin-left: 10px;
  align-items: center;
  justify-content: center;
}

.Dashboard_header-badge-avatar__\+zv10 {
  color: black;
  background-color: white;
}

/* content styling */

.Dashboard_content-main-container__ZeXnS {
  padding: 24px;
  min-height: 500px;
  background: white;
}

.Dashboard_content-personal-button__iinFu {
  color: #103252;
  margin-left: -17px;
}

.Dashboard_content-personal-button__iinFu span {
  text-decoration: underline;
}

.Dashboard_content-first-row__0HG5i {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.Dashboard_content-first-row-firstcol__LdOOh {
  flex: 1 1;
}

.Dashboard_content-first-row-secondcol__eYSlT {
  flex: 1 1;
}

.Dashboard_content-first-row-thirdcol__RgM0U {
  flex: 3 1;
}

.Dashboard_content-first-row-thirdcol-input__6TBlW {
  width: 95%;
}

.Dashboard_content-first-row-forthcol__BT50X {
  flex: 3 1;
}

.Dashboard_content-first-row-forthcol-input__6tt4m {
  width: 95%;
}

.Dashboard_content-first-row-fifthcol__rfMJs {
  flex: 3 1;
}

.Dashboard_content-first-row-fifthcol-input__n9V7u {
  width: 95%;
}

.Dashboard_content-second-row-secondcol__XecLi {
  flex: 2.1 1;
  /* margin-left: 10px; */
}

.Dashboard_content-second-row-thirdcol__1JBw3 {
  flex: 3 1;
}

.Dashboard_content-second-row-forthcol__XZ5kg {
  flex: 4 1;
}

.Dashboard_content-second-row-fifthcol__pll3u {
  flex: 5 1;
}

.Dashboard_content-seventh-row__c9\+vl {
  display: flex;
  justify-content: flex-start;
  /* width: 80%; */
}

.Dashboard_content-seventh-row-firstcol__7Z\+xa {
  flex: 1 1;
}

.Dashboard_content-seventh-row-secondcol__xz9EF {
  flex: 1 1;
  /* margin-left: -15px; */
}

.Dashboard_content-plus-icon__dnurd {
  background-color: #2D5CF2;
  margin-left: 3%;
  color: white;
}

.Dashboard_content-last-button__b\+2xv {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

/* main page styling  */

.Dashboard_demo-video-content__4j9on {
  padding: 0px 65px;
  padding-bottom: 30px;
  background-color: #fff;
}

.Dashboard_main-page-layout__QyBPd {
  min-height: 100vh;
  position: relative;
}

.Dashboard_main-page-silder__qMaY4 {
  background-color: white;
  position: fixed !important;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 2px solid rgb(235, 235, 235);

}

.Dashboard_main-page-search__nARSp {
  margin-bottom: 16px;
  width: 50%;
}

.Dashboard_activity-table-container__EmBvQ {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.Dashboard_activity-table-header__azJ3t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
}

.Dashboard_activity-table-header__azJ3t h3 {
  font-size: 16px;
  margin: 0;
}

.Dashboard_main-page-content__4rwTA {
  margin: 20px;
}

.Dashboard_main-page-breadcrumb__Ao9\+B {
  margin: 16px 0px;
}

.Dashboard_main-page-card-container__LLyAc {
  position: absolute;
  z-index: 1;
  width: 42.5%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  margin-top: -10px;
  box-shadow: 1px 1px 1px #f2f2f2;
  height: 29.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0px 4px 5px 0px #50565E1F;
}

.Dashboard_main-page-patient-search-container__D9ozn {
  position: absolute;
  z-index: 1;
  width: 42.5%;
  /* padding-top: 24px; */
  padding-bottom: 24px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  margin-top: 60px;
  box-shadow: 1px 1px 1px #f2f2f2;
  height: 29.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  left: 8%;
}

.Dashboard_main-page-patient-search__W26T6:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.Dashboard_main-page-patient-search-main__9XmVs:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.Dashboard_main-page-card-row__z4hKg {
  padding-left: 24px;
  padding-right: 24px;
  line-height: 20px;
}

.Dashboard_main-page-card-third-row__CgRRD {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

/* patient list page  */
.Dashboard_patient-list-page-content__mVRTO {
  margin: 16px 16px;
}

.Dashboard_patient-list-page-card__GLDit {
  display: flex;
  height: 100px;
  justify-content: flex-start;
}

.Dashboard_patient-list-page-card-container__nfK9w {
  background-color: white;
}

.Dashboard_patient-list-page-card-first-row__VqrUt {
  margin-left: 36px;
  margin-top: 12px;
}

.Dashboard_patient-list-page-card-row__d3ELB {
  margin-left: 64px;
  margin-top: 24px;
}

.Dashboard_patient-list-page-card-row-anwser__J-QMB {
  margin-top: 4px;
}

.Dashboard_patient-list-table-main-container__ExIXb {
  background-color: white;
  margin-top: 24px;
}

.Dashboard_patient-list-table-headline__fec7c {
  display: flex;
  justify-content: space-between;
  margin: 16px;
  padding-top: 24px;
}

.Dashboard_patient-list-page-search__Imkx- {
  width: 50%;
  margin-left: 50%;
}

/* billing modal styling */

.Dashboard_billing-modal-slider-top-container__rDSw9 {
  /* height: 220px; */
  padding: 16px;
  width: 100%;
}

.Dashboard_billing-modal-slider-top-button__rdpy0 {
  font-size: 14px;
  /* line-height: 22px; */
  color: rgba(0, 0, 0, 0.45);
  padding: 0;
}

.Dashboard_billing-modal-slider-top-button__rdpy0 span {
  text-decoration: underline;
}

/* .billing-modal-slider-anwser {
  margin-top: 20px;
}

.billing-modal-slider-question {
  margin-top: 22px;
} */

.Dashboard_billing-modal-table-span__EPKd5 {
  padding-left: 10px;
  margin-right: 5%;
}

.Dashboard_billing-modal-table-input__JG8ik {
  padding: 8px;
  width: 48%;
}

.Dashboard_billing-modal-table-bottom-first-section__3gdZU {
  /* margin-top: 22px; */
  flex: 6 1;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  /* background-color: red; */
}

.Dashboard_billing-modal-table-bottom-second-section__jmWGn {
  /* margin-top: 22px; */
  /* flex: 6; */
  flex: 6 1;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding-left: 12px;
}

.Dashboard_billing-modal-table-bottom-second-section-main__Dm7hp {
  /* margin-top: 22px; */
  flex: 12 1;
  /* height: 150px; */
}

.Dashboard_billing-modal-table-bottom-third-section__YMCP2 {
  margin-top: 22px;
  flex: 6 1;
  padding-left: 12px;
}

.Dashboard_billing-modal-table-bottom-first-row__2Qkc4 {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin-top: 16px;
}

.Dashboard_billing-modal-table-bottom-second-row__0-IRK {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin-top: 10px;
}

.Dashboard_billing-modal-table-bottom-third-row__iofft {
  width: 85%;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.Dashboard_billing-modal-table-bottom-third-section-last-row__\+dalN {
  display: flex;
  justify-content: space-evenly;
  margin-top: 16px;
}

.Dashboard_billing-modal-table-card__d62fT {
  position: absolute;
  z-index: 1;
  margin-left: 8%;
  width: 35%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 1px #f2f2f2;
  margin-top: 5px;
  height: 292px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Receipt Modal  */

.Dashboard_recipt-modal-title__1qsLH {
  font-family: 'Times New Roman';
  font-weight: 700;
  margin: auto;
  display: flex;
  justify-content: center;
}

.Dashboard_recipt-modal-divider__fwBhw {
  background-color: black;
  margin-top: 16px;
}

.Dashboard_recipt-modal-content__671LI {
  display: flex;
  justify-content: flex-start;
  margin: 10px;
}

.Dashboard_recipt-modal-signature__I0K-M {
  width: 40%;
  margin-left: 57%;
  margin-top: 20%;
}

.Dashboard_ant-input-group__HW5dO {
  padding-bottom: 4.5px;
}

.Dashboard_cleardue-left__WKcLn {
  margin-top: 22px;
  flex: 3 1;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.Dashboard_graph-div-color__Brd8L {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.Dashboard_side-graph-div-color__ayzVj {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
}

.Dashboard_on-hover-class__kr8en:hover {
  background: #F2F2F2;
}

.Dashboard_disappear-scroll-bar__tQ06z::-webkit-scrollbar {
  display: none;
}

/* Lab setting styles */
.Dashboard_date-types-container__Whwun {
  display: flex;
  gap: 40px;
}

.Dashboard_date-type-info__a1X0X {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.Dashboard_active-check__p90t7 {
  border-color: #2D5CF2;
}

.Dashboard_custom-select-package__g8cxV .Dashboard_ant-select-selector__DIq9N {
  border-radius: 0px;
}

.Dashboard_customSelect__cKCdt .Dashboard_ant-select__4te-T .Dashboard_ant-select-selector__DIq9N {
  border-radius: 10px !important;
  width: 500px;
}

.Dashboard_customSelect__cKCdt .Dashboard_ant-select__4te-T .Dashboard_ant-select-selector__DIq9N {
  border-radius: 20px;
}
/* Define fade-out animation */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}
.Outsource_outsource-container__YXckj {
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 12px 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.Outsource_search-input__hiWqb {
    width: 408px;
}

.Outsource_edit-delete-btn__1ntm- {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.Outsource_for-relative-box__XRAv0 {
    position: relative;
}

.Outsource_lab-name-modal__rANSS {
    background: #fff;
    margin: 4px 0;
    position: absolute;
    width: 300px;
}

.Outsource_outsource-lab-name__0-2BW {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 3px 10px;
}

.Outsource_outsource-lab-name__0-2BW:hover {
    background-color: #D9D9D9;
}

/* Labwise */
.Outsource_labwise-container__6pAc9 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    padding: 12px 4px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.Outsource_input-box-ccontaier__SfatS {
    margin-left: 8px;
}

.Outsource_lab_name_styles__pHrWy {
    padding: 2px 10px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Outsource_lab_name_styles__pHrWy>div:first-child {
    color: rgba(0, 0, 0, 0.85);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.Outsource_lab_name_styles__pHrWy>div:last-child {
    color: rgba(0, 0, 0, 0.85);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.Outsource_lab_name_styles__pHrWy:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.Outsource_lab-name-wrapper__RB9I5 {
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.Outsource_lab-name-wrapper__RB9I5::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.login_main-container__7sb7j {
  background-color: #fcfcfc;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.login_background-img1__uhM0w {
  position: absolute;
  width: 100%;
  /* height: 453.07px; */
  /* left: 0px; */
  /* right: -135px; */
  top: -80px;
  opacity: 1;
}

.login_background-img1__uhM0w img {
  width: 100%;
}

.login_background-img2__wdwYo {
  position: absolute;
  width: 453px;
  height: 453.07px;
  right: -135px;
  top: -125px;
  opacity: 1;
}

.login_login-background__4ErjK {
  height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
  position: relative;
}

.login_login-container__VFfoM {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login_inner-content__MKSEd {
  width: 100%;
}

.login_card__d8TGg {
  width: 450px;
  /* height: 700px; */
  box-shadow: 0px 9px 28px 8px #0000000D;
  border-radius: 12px;
  /* margin-top: 30px; */
}

.login_login-card__jIVNO {
  width: 440px;
  box-shadow: 0px 9px 28px 8px #0000000D;
  border-radius: 12px;
  margin-top: 30px;
}



.login_flabs-logo__mZjyh {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.login_flabs-logo-size__y8x-M {
  width: 132px;
  height: 32px;
}

.login_switch-side__4gSnY {
  margin-bottom: 20px;
}

.login_user-link__Zghq9 {
  font-size: 2rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.login_admin-link__CnlGo {
  font-size: 2rem;
  margin-left: 8%;
  color: black;
}

.login_input-bar-div__ZQS21 {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* margin-top: 20px; */
  margin-bottom: 16px;
  /* border-radius: 4px; */
  flex-direction: column;
}

.login_input-bar__FaIn\+ {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #dcdcdc;
}

.login_error-text__bog79 {
  color: red;
  margin-top: -18px;
}

.login_otp-button__1NsyI {
  padding: 6.4px 15px;
  border: none;
  background-color: blue;
  color: white;
}

.login_otp-button__1NsyI:hover {
  cursor: pointer;
}

.login_account-login__ADQXx {
  margin-top: 16px;
  font-size: 14px;
  margin-bottom: 0px;
}

.login_resend-otp__KyCvc {
  display: flex;
  justify-content: space-between;
}

.login_input-and-error__nZI78 {
  margin-bottom: 10px;
}

.login_mobile-num-error__6k1zp {
  width: 100%;
  margin-top: -14px;
  font-size: 12px;
  padding-left: 2px;
  color: red;
}

.login_footer__-bffc {
  position: absolute;
  /* bottom: -10px; */
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0)
}


/* updating field heights */
.login_input-bar-height__qIhU- {
  height: 36px;
}

.login_button-height-customized__g0Rlo {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_corporate-login-container__B1H7p {
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.login_corporate-login-content__1gTC8 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
  position: relative;
}

.login_corporate-login-logo__qWspH {
  margin-bottom: 40px;
}

.login_corporate-login-card__Zh\+UM {
  padding: 20px;
  width: 30%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  border: none;
  border-radius: 10px;
}

.login_corporate-login-header__LdKEf {
  margin-bottom: 32px;
}

.login_corporate-login-title__PBWom {
  margin-bottom: 8px;
  color: #1f1f1f;
}

.login_corporate-login-subtitle__Ogsk- {
  color: #8c8c8c;
  font-size: 14px;
}

.login_corporate-login-input__sQOcT {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}

.login_corporate-login-forgot-section__Wt3uu {
  margin-bottom: 24px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.login_corporate-login-forgot-btn__JnU7E {
  padding: 0;
  font-weight: 500;
  font-size: 14px;
}

.login_corporate-login-submit-btn__hQw9C {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .login_login-container__VFfoM {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .login_login-container__VFfoM {
    width: 50%;
  }

  .login_corporate-login-container__B1H7p {
    padding: 10px;
    overflow: auto;
  }

  .login_corporate-login-content__1gTC8 {
    margin: 0;
    padding: 20px 0;
  }

  .login_corporate-login-logo__qWspH {
    margin-bottom: 20px;
    transform: scale(0.8);
  }

  .login_corporate-login-card__Zh\+UM {
    width: 100%;
    padding: 16px;
    margin: 0 10px;
  }

  .login_corporate-login-header__LdKEf {
    margin-bottom: 24px;
  }

  .login_corporate-login-title__PBWom {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .login_corporate-login-subtitle__Ogsk- {
    font-size: 13px;
  }

  .login_corporate-login-input__sQOcT {
    padding: 10px 14px;
    font-size: 14px;
  }

  .login_corporate-login-forgot-section__Wt3uu {
    margin-bottom: 20px;
  }

  .login_corporate-login-forgot-btn__JnU7E {
    font-size: 13px;
  }

  .login_corporate-login-submit-btn__hQw9C {
    height: 44px;
    font-size: 15px;
  }

  /* .card {
    box-shadow: none;
    border: none;
  } */
}

@media screen and (max-width: 480px) {
  .login_login-container__VFfoM {
    width: 70%;
  }

  .login_background-img1__uhM0w {
    display: none;
  }

  .login_card__d8TGg {
    box-shadow: none;
    border: none;
  }

  .login_login-card__jIVNO {
    box-shadow: none;
    border: none;
  }

  .login_footer__-bffc {
    margin-top: 80px;
  }

  .login_corporate-login-container__B1H7p {
    padding: 5px;
  }

  .login_corporate-login-card__Zh\+UM {
    margin: 0 5px;
    padding: 12px;
  }

  .login_corporate-login-logo__qWspH {
    transform: scale(0.7);
  }
}
.Test_heading__iZMi7 {
  margin: 0px;
  padding: 0px;
  color: #103252;
}

.Test_main-container__o9g53 {
  /* height: 580px; */
  background-color: white;
  border-radius: 4px;
  /* margin-left: 5px; */
  margin-top: 10px;
  padding: 0px 24px;
  padding-bottom: 24px;
}

.Test_top-bar__BC3Mh {
  padding-top: 15px;
}

.Test_middle-bar-content__qU\+BB {
  display: flex;
  padding-top: 25px;
  justify-content: space-between;
  gap: 20px
}

.Test_middle-bar-select__cwXEW {
  /* width: 19%; */
  margin-left: 5px;
}

.Test_top-bar-content__\+sQdr {
  display: flex;
}

.Test_topbar-select__x0nSg {
  width: 60%;
  margin-left: 5px;
}

.Test_topbar-input1__PgnxM {
  width: 70%;
  margin-left: 5px;
}

.Test_topbar-input2__MriMT {
  width: 50%;
  margin-left: 5px;
}

.Test_bottom-content-heading__9cCoO {
  height: 40px;
  display: flex;
  justify-content: space-between;
  background: #fafafa;
  align-items: center;
  padding: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.Test_table-first-flex__4MCS5 {
  flex: 4 1;
}

.Test_table-second-flex__5Kg15 {
  flex: 3 1;
}

.Test_table-third-flex__G78CY {
  flex: 2 1;
}

.Test_table-forth-flex__uWeN5 {
  flex: 2 1;
}

.Test_table-fifth-flex__\+lmh5 {
  flex: 1 1;
}

.Test_bottom-content-table__aRNND {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
}

.Test_vertical-divider__cQhJ6 {
  height: 80%;
  margin-top: 12px;
  background-color: #d9d9d9;
}

.Test_horizontal-divder__rdw5f {
  margin-bottom: 0px;
  margin-top: 0px;
}

.Test_horizontal-divder-div__ZRDyw {
  width: 95%;
  margin-left: 20px;
}

.Test_delete-button__vYiPd {
  padding: 0;
  border: none;
  margin-left: 10px;
}

.Test_delete-button-heading__iTLFJ {
  padding: 0;
  border: none;
  margin-left: 15px;
}

.Test_formula-container__-mbWn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Test_formula-creation__JQGu5 {
  position: relative;
  display: flex;
  flex-direction: column;
}

.Test_formula-input__F4Gn\+ {
  width: 300px;
  padding: 5px 8px;
}

.Test_dropdown-container__ID3GW {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  top: 25px;
  background-color: white;
  border: 1px solid black;
  border-bottom: none;
}

.Test_dropdown-elements__9eNwN {
  padding: 2px 8px;
  border-bottom: 1px solid black;
  cursor: pointer;
}

/* product cards */

h1 {
  margin: 0px;
}

.Test_package-page-content__BK\+Um {
  padding: 20px 20px;
}

.Test_package-page-content__BK\+Um::-webkit-scrollbar {
  display: contents;
}

.Test_package-header__FXRRW {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.Test_cards-content__G6lhC {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  column-gap: 20px;
}

.Test_popupclass__QIE\+g {
  text-transform: capitalize;
}

/* Test.module.css */
.Test_root__uCdbJ .ant-collapse-header {
  /* remove header padding */
  padding: 8 !important;
}

.Test_root__uCdbJ .ant-collapse-content> .ant-collapse-content-box {
  /* remove panel body padding */
  padding: 0 !important;
}
.Entry_main-container__bRIFR {
  margin-top: 12px;
}

.Entry_top-bar__e8PAh {
  background-color: white;
  height: 56px;
  border-radius: 4px;
}

.Entry_top-bar-pad__eccwK {
  padding-top: 17px;
  padding-left: 16px;
}

.Entry_top-bar-leftcontent__9w6AS {
  display: flex;
  justify-content: space-between;
}

.Entry_top-bar-ans__Jp2dz {
  margin-left: 12px;
}

.Entry_top-bar-ques__65FOC {
  margin-left: 32px;
}

.Entry_top-bar-button__DpETj {
  margin-right: 9px;
}

.Entry_bottom-content__imnTr {
  margin-top: 16px;
  background-color: white;
  border-radius: 4px;
  padding-bottom: 10px;
  /* height: 550px; */
}

.Entry_bottom-content-heading__MeN-E {
  height: 40px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  justify-content: space-between;
  background: #fafafa;
  align-items: center;
  padding: 12px;
}

.Entry_blood-count-div__8A\+M9 {
  height: 40px;
  display: flex;
  justify-content: space-between;
  padding: 25px 10px;
  background: #fafafa;
  align-items: center !important;
  margin-right: 0px;
  /* margin-top: 12px; */
}

.Entry_table-div__XcRkj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0px;
}

.Entry_table-first-col__S0HjN {
  margin-left: 36px;
}

.Entry_table-first-flex__Xf3-L {
  flex: 4 1;
}

.Entry_table-second-flex__RbpVA {
  flex: 2 1;
}

.Entry_divider-div__1oIbx {
  width: 98%;
}

.Entry_divider__4oAgs {
  margin: 8px 0px;
  background-color: #ebebeb;
}

.Entry_table-second-col__Sy5gA {
  display: flex;
}

.Entry_table-textarea__AgtlN {
  margin-left: 8px;
  width: 100%;
}

.Entry_table-input__DrPLl {
  margin-left: 8px;
  width: 50%;
}

.Entry_table-select__hpODt {
  margin-left: 8px;
  width: 50%;
}

.Entry_table-select-error__Li1x5 .ant-select-selector {
  border-color: #f50c5b !important;
}

.Entry_popupclass__uS5jO {
  text-transform: capitalize;
}
.modal-break-lines>div:nth-child(2)>div {
  margin: 0 24px;
  /* padding: 10px 0; */
  /* padding-top: 20px; */
}

.modal-break-lines .ant-modal-close-x {
  /* margin-top: 15px; */
}

.modal-break-lines>div:nth-child(2)>div.ant-modal-header {
  padding-bottom: 18px;
}

.modal-break-lines>div:nth-child(2)>div.ant-modal-body {
  padding-top: 0;
}

.modal-break-lines>div:nth-child(2)>div.ant-modal-footer {
  padding-top: 10px;
}

.modal-break-lines>div:nth-child(2) {
  padding: 10px 0;
}

.custom-header {
  height: 70vh;
}

.custom-header .ant-table-tbody>tr.ant-table-row-selected>td {
  background: #f0f6ff;
}

.custom-header tr>th,
.custom-header tr>td {
  background-color: #fff;
  padding: 10px !important;
}
.test-list {
    width: 300px;
    margin: auto;
}

.gap-area {
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

.gap-area:hover {
    background-color: #f0f0f0;
}

.page-break-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* index.css */
.gap-container {
    position: relative;
    cursor: pointer;
    transition: height 0.3s ease;
}

.gap-container:hover {
    height: 50px;
}

.page-break-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gap-container:hover .page-break-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
/* header styling */
.DashboardNew_header-main-container__hiauh {
  padding: 0;
  background: white;
  display: flex;
  justify-content: space-between;
  box-shadow: rgb(217, 217, 217) 0px -1px 0px 0px inset;
}

.DashboardNew_header-search-bar__PktDC {
  margin: 16px 12px;
  width: 25%;
}

.DashboardNew_header-right-side__y5H4b {
  display: flex;
  /* margin-right: 32px; */
}

.DashboardNew_header-avatar-div__yuBdm {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.DashboardNew_header-avatar-div-organization__Svf0z {
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: 16px;
}

.DashboardNew_header-avatar__wNjlw {
  color: #f56a00;
  background-color: #fde3cf;
}

.DashboardNew_header-para__q5BYC {
  font-size: 30px;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.15);
}

.DashboardNew_header-right-most-div__lRebt {
  display: flex;
  /* margin-right: 10px; */
  margin-left: 8px;
  align-items: center;
  justify-content: center;
}

.DashboardNew_header-badge-avatar-div__M4cll {
  /* margin-left: 0px; */
  margin-right: 16px;
  cursor: pointer;
  display: flex;
  /* margin-right: 10px; */
  margin-left: 10px;
  align-items: center;
  justify-content: center;
}

.DashboardNew_header-badge-avatar__fzVN9 {
  color: black;
  background-color: white;
}

/* content styling */

.DashboardNew_content-main-container__fdYmd {
  padding: 24px;
  min-height: 500px;
  background: white;
}

.DashboardNew_content-personal-button__Ri0kI {
  color: #103252;
  margin-left: -17px;
}

.DashboardNew_content-personal-button__Ri0kI span {
  text-decoration: underline;
}

.DashboardNew_content-first-row__c7EzF {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.DashboardNew_content-first-row-firstcol__amwAg {
  flex: 1 1;
}

.DashboardNew_content-first-row-secondcol__PiEAm {
  flex: 1 1;
}

.DashboardNew_content-first-row-thirdcol__5af0R {
  flex: 3 1;
}

.DashboardNew_content-first-row-thirdcol-input__mOsIF {
  width: 95%;
}

.DashboardNew_content-first-row-forthcol__jhMkE {
  flex: 3 1;
}

.DashboardNew_content-first-row-forthcol-input__osZD9 {
  width: 95%;
}

.DashboardNew_content-first-row-fifthcol__DV2f4 {
  flex: 3 1;
}

.DashboardNew_content-first-row-fifthcol-input__V2gOw {
  width: 95%;
}

.DashboardNew_content-second-row-secondcol__NzC11 {
  flex: 2.1 1;
  /* margin-left: 10px; */
}

.DashboardNew_content-second-row-thirdcol__V1Eri {
  flex: 3 1;
}

.DashboardNew_content-second-row-forthcol__X2gor {
  flex: 4 1;
}

.DashboardNew_content-seventh-row__urLE\+ {
  display: flex;
  justify-content: flex-start;
  /* width: 80%; */
}

.DashboardNew_content-seventh-row-firstcol__x9Nl- {
  flex: 1 1;
}

.DashboardNew_content-seventh-row-secondcol__4PM0o {
  flex: 1 1;
  /* margin-left: -15px; */
}

.DashboardNew_content-plus-icon__dBFSj {
  background-color: #2D5CF2;
  margin-left: 3%;
  color: white;
}

.DashboardNew_content-last-button__om-LG {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

/* main page styling  */

.DashboardNew_demo-video-content__1MuAG {
  padding: 0px 65px;
  padding-bottom: 30px;
  background-color: #fff;
}

.DashboardNew_main-page-layout__IGKYP {
  min-height: 100vh;
  position: relative;
}

.DashboardNew_main-page-silder__fTAv6 {
  background-color: white;
  position: fixed !important;
  top: 0;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 2px solid rgb(235, 235, 235);

}

.DashboardNew_main-page-search__uoWQT {
  margin-bottom: 16px;
  width: 50%;
}

.DashboardNew_activity-table-container__du-6N {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.DashboardNew_activity-table-header__iV\+NX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
}

.DashboardNew_activity-table-header__iV\+NX h3 {
  font-size: 16px;
  margin: 0;
}

.DashboardNew_main-page-content__YjEJ6 {
  margin: 0px 16px;
}

.DashboardNew_main-page-breadcrumb__qSOOe {
  margin: 16px 0px;
}

.DashboardNew_main-page-card-container__JLPTl {
  position: absolute;
  z-index: 1;
  width: 42.5%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  margin-top: -10px;
  box-shadow: 1px 1px 1px #f2f2f2;
  height: 29.2rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.DashboardNew_main-page-patient-search-container__rDI7i {
  position: absolute;
  z-index: 1;
  width: 42.5%;
  /* padding-top: 24px; */
  padding-bottom: 24px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  margin-top: 60px;
  box-shadow: 1px 1px 1px #f2f2f2;
  height: 29.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  left: 8%;
  top: 8%;
}

.DashboardNew_main-page-patient-search__AKGKp:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.DashboardNew_main-page-patient-search-main__VOjgJ:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.DashboardNew_main-page-card-row__CEvm1 {
  padding-left: 24px;
  padding-right: 24px;
  line-height: 20px;
}

.DashboardNew_main-page-card-third-row__-Omwk {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

/* patient list page  */
.DashboardNew_patient-list-page-content__N1dxB {
  margin: 16px 16px;
}

.DashboardNew_patient-list-page-card__amM9L {
  display: flex;
  height: 100px;
  justify-content: flex-start;
}

.DashboardNew_patient-list-page-card-container__yo62X {
  background-color: white;
}

.DashboardNew_patient-list-page-card-first-row__fUgUM {
  margin-left: 36px;
  margin-top: 12px;
}

.DashboardNew_patient-list-page-card-row__BMUuw {
  margin-left: 64px;
  margin-top: 24px;
}

.DashboardNew_patient-list-page-card-row-anwser__lyj4O {
  margin-top: 4px;
}

.DashboardNew_patient-list-table-main-container__ohtC9 {
  background-color: white;
  margin-top: 24px;
}

.DashboardNew_patient-list-table-headline__WWpz2 {
  display: flex;
  justify-content: space-between;
  margin: 16px;
  padding-top: 24px;
}

.DashboardNew_patient-list-page-search__7ojDo {
  width: 50%;
  margin-left: 50%;
}

/* billing modal styling */

.DashboardNew_billing-modal-slider-top-container__yVDUC {
  height: 220px;
  padding: 8px;
}

.DashboardNew_billing-modal-slider-top-button__DGd0Z {
  font-size: 14px;
  /* line-height: 22px; */
  color: rgba(0, 0, 0, 0.45);
  padding: 0;
}

.DashboardNew_billing-modal-slider-top-button__DGd0Z span {
  text-decoration: underline;
}

/* .billing-modal-slider-anwser {
  margin-top: 20px;
}

.billing-modal-slider-question {
  margin-top: 22px;
} */

.DashboardNew_billing-modal-table-span__SwVh9 {
  padding-left: 8px;
  margin-right: 8%;
}

.DashboardNew_billing-modal-table-input__ov5Cr {
  padding: 8px;
  width: 48%;
}

.DashboardNew_billing-modal-table-bottom-first-section__k4Fm7 {
  margin-top: 22px;
  flex: 6 1;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  /* background-color: red; */
}

.DashboardNew_billing-modal-table-bottom-second-section__55oMx {
  margin-top: 22px;
  /* flex: 6; */
  flex: 6 1;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding-left: 12px;
}

.DashboardNew_billing-modal-table-bottom-second-section-main__PBe6V {
  margin-top: 22px;
  flex: 12 1;
  /* height: 150px; */
}

.DashboardNew_billing-modal-table-bottom-third-section__UTPPW {
  margin-top: 22px;
  flex: 6 1;
  padding-left: 12px;
}

.DashboardNew_billing-modal-table-bottom-first-row__BkClI {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin-top: 16px;
}

.DashboardNew_billing-modal-table-bottom-second-row__obtQY {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin-top: 10px;
}

.DashboardNew_billing-modal-table-bottom-third-row__Ldj4E {
  width: 85%;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.DashboardNew_billing-modal-table-bottom-third-section-last-row__yqInQ {
  display: flex;
  justify-content: space-evenly;
  margin-top: 16px;
}

.DashboardNew_billing-modal-table-card__0ASR6 {
  position: absolute;
  z-index: 1;
  margin-left: 8%;
  width: 35%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  box-shadow: 1px 1px 1px #f2f2f2;
  margin-top: 5px;
  height: 292px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Receipt Modal  */

.DashboardNew_recipt-modal-title__uYyTT {
  font-family: 'Times New Roman';
  font-weight: 700;
  margin: auto;
  display: flex;
  justify-content: center;
}

.DashboardNew_recipt-modal-divider__5nrAG {
  background-color: black;
  margin-top: 16px;
}

.DashboardNew_recipt-modal-content__fls36 {
  display: flex;
  justify-content: flex-start;
  margin: 10px;
}

.DashboardNew_recipt-modal-signature__K349l {
  width: 40%;
  margin-left: 57%;
  margin-top: 20%;
}

.DashboardNew_ant-input-group__9pm3K {
  padding-bottom: 4.5px;
}

.DashboardNew_cleardue-left__LW7NW {
  margin-top: 22px;
  flex: 3 1;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.DashboardNew_graph-div-color__lupY\+ {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.DashboardNew_side-graph-div-color__Cdn2L {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
}

.DashboardNew_on-hover-class__2LBos:hover {
  background: #F2F2F2;
}

.DashboardNew_disappear-scroll-bar__ViaEe::-webkit-scrollbar {
  display: none;
}

/* Lab setting styles */
.DashboardNew_date-types-container__ZkIWX {
  display: flex;
  gap: 40px;
}

.DashboardNew_date-type-info__j5FZ9 {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.DashboardNew_active-check__ewU\+l {
  border-color: #2D5CF2;
}
/* Define fade-out animation */
@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}
