/*!*******************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../custom/styled/pages/login.scss ***!
  \*******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../custom/styled/pages/dashboard.scss ***!
  \***********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../custom/styled/pages/login.scss (1) ***!
  \***********************************************************************************************************************************************/
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fbf7f7;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fbf7f7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 16, 31, 0.3);
  border-radius: 10px;
}

body {
  background: #1b2735;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  font-family: "DM Sans", sans-serif;
  font-size: inherit;
  box-sizing: border-box;
}
*:focus, *:hover {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  background: 0 0;
  padding: 0;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

.border_0 {
  border: 0 !important;
}

.textCenter {
  text-align: center !important;
}

.required-asterisk {
  color: rgb(197, 98, 98);
  margin-left: 3px;
}

.formRow {
  display: grid;
  gap: 14px;
  margin: 0 0 14px 0;
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 768px) {
  .formRow {
    gap: 16px;
    margin: 0 0 16px 0;
  }
}
@media screen and (min-width: 1200px) {
  .formRow {
    gap: 20px;
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 1600px) {
  .formRow {
    gap: 24px;
    margin: 0 0 24px 0;
  }
}
.formRow__full {
  grid-template-columns: minmax(0, 1fr);
}
.formRow__2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .formRow__2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.formRow__3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .formRow__3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .formRow__3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.formRow__4 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 639px) {
  .formRow__4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .formRow__4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.formRow .formCol {
  width: 100%;
}
.formRow .formCol.flexField {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.formRow .formCol .formRow {
  margin-bottom: 0;
}
.formRow .patientformCol {
  width: 100%;
}
.formRow .patientformCol.flexField {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.formRow .patientformCol .formRow {
  margin-bottom: 0;
}

.title--h1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .title--h1 {
    font-size: 2rem;
  }
}
.title--h2 {
  font-size: 1.375rem;
}
@media screen and (min-width: 992px) {
  .title--h2 {
    font-size: 1.75rem;
  }
}
.title--h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .title--h3 {
    font-size: 1.625rem;
  }
}
.title--h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .title--h4 {
    font-size: 1.5rem;
  }
}
.title--h5 {
  font-size: 1.125rem;
}
.title--h6 {
  font-size: 1rem;
}
.title--semibold {
  font-weight: 600;
}
.title--medium {
  font-weight: 500;
}
.title--normal {
  font-weight: 400;
}

.form__flexrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 639px) {
  .form__flexrow {
    flex-direction: row;
  }
}
.form__flexrow .form__group {
  width: 100%;
}
@media screen and (min-width: 639px) {
  .form__flexrow .form__group {
    width: calc(50% - 10px);
  }
}
.form__group {
  margin-bottom: 0.938rem;
  position: relative;
}
@media screen and (min-width: 639px) {
  .form__group {
    margin-bottom: 1rem;
  }
}
.form__group__otp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.form__group__otp .form__input {
  padding: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #e6e7f7;
  width: 44px;
  height: 44px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 639px) {
  .form__group__otp .form__input {
    padding: 0.5rem 1rem;
    font-size: 1.875rem;
    width: 80px;
    height: 80px;
  }
}
.form__group .para {
  font-size: 0.875rem;
  font-weight: 500;
  color: #00101f;
}
@media screen and (min-width: 639px) {
  .form__group .para {
    font-size: 1rem;
  }
}
.form__group .para--right {
  text-align: right;
}
.form__group .para--center {
  text-align: center;
}
.form__group .para .link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.875rem;
  color: #1ea9ea;
}
@media screen and (min-width: 639px) {
  .form__group .para .link {
    font-size: 1rem;
  }
}
.form__group .para .link--underline {
  text-decoration: underline;
}
.form__group .btn {
  margin-top: 0.938rem;
}
@media screen and (min-width: 639px) {
  .form__group .btn {
    margin-top: 1.25rem;
  }
}
.form__groupField {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 0.875rem;
  font-weight: 300;
  width: 100%;
  height: 45px;
  padding: 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  background-color: #00101f;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 639px) {
  .form__groupField {
    font-size: 1rem;
  }
}
.form__groupField--error {
  border-color: #c2514b;
}
.form__groupField--phonenumber {
  padding-left: 0;
}
.form__groupField .form__input {
  padding: 0;
  border: 0;
  flex: 1 1;
  height: auto;
  border-radius: 0;
}
.form__groupField .form__select {
  background-size: 10px 6px;
  color: #00101f;
  width: auto;
  max-width: 85px;
  font-weight: 300;
  border: 0;
  border-radius: 0;
}
.form__groupField .icon {
  display: flex;
  align-items: center;
}
.form__groupField .btn {
  background: none;
  padding: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}
.form__groupField--focused {
  border-color: #1ea9ea;
}
.form__input {
  font-size: 0.875rem;
  font-weight: 200;
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  background-color: #00101f;
  color: #ffffff;
}
@media screen and (min-width: 639px) {
  .form__input {
    font-size: 1rem;
  }
}
.form__input--disabled {
  cursor: not-allowed;
  background: gray !important;
}
.form__input--search {
  padding-right: 2.813rem;
  border: 1px solid #515c65;
}
.form__input--patientsearch {
  padding-right: 2.813rem;
  border: 1px solid #515c65;
  height: auto;
}
.form__input::-webkit-input-placeholder {
  color: #ffffff;
}
.form__input::-moz-placeholder {
  color: #ffffff;
}
.form__input:-ms-input-placeholder {
  color: #ffffff;
}
.form__input:-moz-placeholder {
  color: #ffffff;
}
.form__input--sm {
  height: 45px;
}
.form__input--patientsm {
  height: 45px;
  background: transparent;
  border: 1px solid darkslategray;
}
.form__input:focus {
  border-color: #1ea9ea;
}
.form__date {
  font-size: 0.875rem;
  font-weight: 200;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  background: #00101f right 1rem center no-repeat;
  background-size: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 639px) {
  .form__date {
    font-size: 1rem;
  }
}
.form__date--sm {
  height: 45px;
}
.form__date--reportsm {
  width: 95%;
  height: 45px;
}
.form__date::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: auto;
}
.form__date:focus {
  border-color: #1ea9ea;
}
.form__reportdate {
  font-size: 0.875rem;
  font-weight: 200;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  border: 1px solid #515c65;
  border-radius: 0.5rem;
  background: #00101f right 1rem center no-repeat;
  background-size: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 639px) {
  .form__reportdate {
    font-size: 1rem;
  }
}
.form__reportdate--sm {
  height: 45px;
}
.form__reportdate--reportsm {
  width: 95%;
  height: 45px;
}
.form__reportdate::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: auto;
}
.form__reportdate:focus {
  border-color: #1ea9ea;
}
.form__select {
  font-size: 0.875rem;
  font-weight: 200;
  width: 100%;
  color: #ffffff;
  height: auto;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 639px) {
  .form__select {
    font-size: 1rem;
  }
}
.form__select--sm {
  height: 45px;
}
.form__select:focus {
  border-color: #1ea9ea;
}
.form__reportselect {
  font-size: 0.875rem;
  font-weight: 200;
  width: 100%;
  color: #ffffff;
  height: auto;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #515c65;
}
@media screen and (min-width: 639px) {
  .form__reportselect {
    font-size: 1rem;
  }
}
.form__reportselect--sm {
  height: 45px;
}
.form__reportselect:focus {
  border-color: #1ea9ea;
}
.form__reportselect option {
  background: inherit !important;
  color: #ffffff !important;
}
.form__textarea {
  font-size: 0.875rem;
  font-weight: 200;
  width: 100%;
  color: #ffffff;
  min-height: 160px;
  padding: 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  background-color: #00101f;
}
@media screen and (min-width: 639px) {
  .form__textarea {
    font-size: 1rem;
  }
}
.form__textarea::-webkit-textarea-placeholder {
  color: #ffffff;
}
.form__textarea::-moz-placeholder {
  color: #ffffff;
}
.form__textarea:-ms-textarea-placeholder {
  color: #ffffff;
}
.form__textarea:-moz-placeholder {
  color: #ffffff;
}
.form__textarea--sm {
  height: 45px;
}
.form__textarea:focus {
  border-color: #1ea9ea;
}
.form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 639px) {
  .form__label {
    font-size: 1rem;
  }
}
.form__label__asterisk {
  font-size: 0.75rem;
  font-weight: 600;
  color: #c2514b;
  margin-left: 2px;
}
.form__error {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #c2514b;
  margin-top: 0.375rem;
}
.form__radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form__radio__option {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
}
.form__radio__label {
  position: relative;
  font-size: 0.875rem;
  color: #00101f;
  line-height: 22px;
  padding-left: 30px;
  cursor: pointer;
}
@media screen and (min-width: 639px) {
  .form__radio__label {
    font-size: 1rem;
  }
}
.form__radio__label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.form__radio__input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.form__radio__input:checked + .form__radio__label::before {
  border-color: #1ea9ea;
}
.form__radio__input:checked + .form__radio__label::after {
  content: "";
  background-color: #1ea9ea;
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 6px;
  top: 6px;
  border-radius: 50px;
}
.form__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form__checkbox__option {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
}
.form__checkbox__label {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  padding-left: 30px;
  cursor: pointer;
}
@media screen and (min-width: 639px) {
  .form__checkbox__label {
    font-size: 1rem;
  }
}
.form__checkbox__label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border: 1px solid #ffffff;
  border-radius: 2px;
}
.form__checkbox__input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}
.form__checkbox__input:checked + .form__checkbox__label::before {
  background: #1ea9ea;
  border-color: #1ea9ea;
}
.form__checkbox__input:checked + .form__checkbox__label::after {
  content: "";
  background-position: center center;
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 8px;
  left: 5px;
  top: 6px;
  border-radius: 50px;
}
.form__switchBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.form__switchBtn__option {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
.form__switchBtn__option .form__label {
  color: #ffffff;
  margin-bottom: 0;
}
.form__switchBtn__option .switchBtn {
  display: flex;
  align-items: center;
}
.form__switchBtn__option .switchBtn .toggle {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.form__switchBtn__option .switchBtn .toggle + label {
  width: 40px;
  height: 20px;
  line-height: 28px;
  background-color: #babac2;
  padding: 0px 12px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form__switchBtn__option .switchBtn .toggle + label:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 2.5px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50px;
  margin-top: -8px;
  z-index: 2;
}
.form__switchBtn__option .switchBtn .toggle:checked + label {
  background-color: #1ea9ea;
}
.form__switchBtn__option .switchBtn .toggle:checked + label:before {
  left: auto;
  right: 2.5px;
}
.form__browsefile {
  background-color: #00101f;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  gap: 10px;
  height: auto;
  padding: 0.35rem 1rem 0.35rem 0.35rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
}
@media screen and (min-width: 639px) {
  .form__browsefile {
    font-size: 1rem;
  }
}
.form__browsefile--sm {
  height: 45px;
}
.form__browsefile .form__input {
  padding: 0;
  border: 0;
  flex: 1 1;
  height: auto;
  border-radius: 0;
}
.form__browsefile .btn {
  font-size: 1rem;
  font-weight: 500;
  min-width: 105px;
  cursor: pointer;
}
.form__uploadProfile {
  position: relative;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  cursor: pointer;
}
.form__uploadProfile__picture {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.form__uploadProfile__overlay {
  background: rgba(17, 17, 17, 0.6901960784);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.form__uploadfiled {
  display: none;
}
.form__button {
  margin-bottom: 0;
}
.form__button .btn {
  padding: 0.625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  height: 56px;
  margin: 0.75rem 0 0 0;
}
@media screen and (min-width: 639px) {
  .form__button .btn {
    font-size: 1.25rem;
  }
}
.form__passwordInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0.5rem;
}
.form__passwordInfo .item {
  font-size: 0.625rem;
  font-weight: 500;
  color: #989da3;
  padding-left: 1.5rem;
  position: relative;
}
.form__passwordInfo .item:first-of-type {
  color: #babac2;
  padding-left: 0;
}
.form__passwordInfo .item:first-of-type::after, .form__passwordInfo .item:first-of-type::before {
  display: none;
}
.form__passwordInfo .item::after {
  content: "";
  background: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.form__passwordInfo .item::before {
  content: "";
  background: #babac2;
  position: absolute;
  left: 3.7px;
  top: 3.7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  z-index: 1;
}
.form__passwordInfo .item--error::before {
  background: #c2514b;
}
.form__passwordInfo .item--success::before {
  background: #43be7d;
}
.form__section {
  padding: 1.25rem 1rem;
  background-color: #26333f;
  border-radius: 0.8rem;
}
@media screen and (min-width: 639px) {
  .form__section {
    padding: 1.5rem 1.25rem;
  }
}
.form__section__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
  .form__section__title {
    margin-bottom: 1rem;
  }
}
.form__section .form__group {
  margin-bottom: 0;
}
.form__section__divider {
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #6b697b;
}
@media screen and (min-width: 639px) {
  .form__section__divider {
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
  }
}
.form__section .formRow:last-of-type {
  margin-bottom: 0.5rem;
}
.form .uploadImage {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  position: relative;
}
@media screen and (min-width: 639px) {
  .form .uploadImage {
    width: 140px;
    height: 140px;
    flex: 0 0 140px;
  }
}
.form .uploadImage img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.tabsWrap {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  overflow-y: hidden;
  overflow-x: auto;
}
.tabsWrap .tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .tabsWrap .tabs {
    min-width: 690px;
    gap: 8px;
  }
}
.tabsWrap .tabs__link {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 12px;
  text-transform: capitalize;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .tabsWrap .tabs__link {
    padding: 0 0.5rem;
  }
}
.tabsWrap .tabs__link::after {
  content: "";
  background: #1ea9ea;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -18px;
  opacity: 0;
  border-radius: 0.5rem;
  z-index: 1;
}
.tabsWrap .tabs__link--selected {
  font-weight: 500;
  color: #1ea9ea;
  text-decoration: none;
}
.tabsWrap .tabs__link--selected::after {
  opacity: 1;
}

.tabsContent__content {
  display: none;
}
.tabsContent__content .pdfPic {
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .tabsContent__content .pdfPic {
    padding: 1.5rem;
  }
}
.tabsContent__content--selected {
  display: block;
}

.filter {
  position: relative;
}
.filter__dropdown {
  display: none;
  background: #26333f;
  position: absolute;
  width: 440px;
  top: 100%;
  right: -12px;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 45.1px 0px rgba(197, 197, 197, 0.2901960784);
  margin-top: 0.75rem;
  z-index: 11;
}
.filter__dropdown::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-top: 0;
  box-shadow: 0px 0px 56.21px 0px rgba(0, 0, 0, 0.1215686275);
  z-index: 1;
}
.filter__dropdown__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem;
}
.filter__dropdown__body .title {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  gap: 8px;
  margin-bottom: 1rem;
}
.filter__dropdown__body .formRow {
  margin-bottom: 1.25rem !important;
}
.filter__dropdown__body .form__label {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5rem !important;
}
.filter__dropdown__body .form__input, .filter__dropdown__body .form__select, .filter__dropdown__body .form__date {
  font-size: 0.75rem;
  font-weight: 300;
  height: 36px;
  border-color: #ffffff;
  border-radius: 4px;
}
.filter__dropdown__body .btn__group {
  justify-content: flex-end;
  gap: 16px !important;
}
.filter__dropdown__body .btn__group .btn {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 12px;
  width: auto !important;
  height: auto !important;
  min-height: 30px;
}
.filter--open .filter__dropdown {
  display: block;
}

.successMessage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  min-height: 260px;
}
.successMessage__icon {
  margin-bottom: 0.5rem;
}
.successMessage p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}

.messageSuccess__text {
  background: rgba(22, 203, 121, 0.15);
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #16cb79;
  border-radius: 6px;
}

.messageError__text {
  background: rgba(194, 81, 75, 0.15);
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #c2514b;
  border-radius: 6px;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.modal__dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(100dvh - 32px);
  overflow: auto;
  position: relative;
  z-index: 999;
}
.modal__content {
  width: 100%;
  max-width: 576px;
  margin: auto;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #3e464b;
  backdrop-filter: blur(44px);
  position: relative;
  z-index: 999;
  transition: all 0.3s ease;
}
.modal__content--lg {
  max-width: 600px;
}
@media screen and (min-width: 992px) {
  .modal__content--lg {
    max-width: 780px;
  }
}
.modal__content--xxxl {
  max-width: 600px;
}
@media screen and (min-width: 992px) {
  .modal__content--xxxl {
    max-width: 960px;
  }
}
.modal__content, .modal__header, .modal__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .modal__content, .modal__header, .modal__body {
    gap: 20px;
  }
}
.modal__header {
  gap: 20px;
  position: relative;
}
.modal__header--title {
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  width: 100%;
  gap: 5px;
}
.modal__header--para {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  margin-bottom: 0;
}
.modal__header .btnClose {
  position: absolute;
  border: none;
  right: -12px;
  top: -12px;
  padding: 0;
}
.modal__body--title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}
.modal__body--message {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 28px;
}
.modal__body .formRow {
  width: 100%;
}
.modal__footer {
  width: 100%;
}
.modal__footer .btn__group {
  width: 100%;
  justify-content: flex-start;
}
.modal__backdrop {
  position: fixed;
  z-index: 990;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  display: none;
}
.modal.modal--open {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  height: 100dvh;
  overflow: auto;
}
.modal.modal--open .modal__dialog {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.3s ease;
}
.modal.modal--open .modal__backdrop {
  display: block;
}
.modal--reportTemplate .modal__header {
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 639px) {
  .modal--reportTemplate .modal__header {
    flex-direction: row;
  }
}
.modal--reportTemplate .modal__header--title {
  gap: 10px;
  font-size: 1.5rem;
}
.modal--reportTemplate .modal__header .btn {
  width: 100%;
  min-width: 1px;
  min-height: 44px;
}
@media screen and (min-width: 639px) {
  .modal--reportTemplate .modal__header .btn {
    min-width: 132px;
    width: auto;
  }
}
.modal--reportTemplate .modal__body .reportTemplates {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -0.5rem;
}
@media screen and (min-width: 1200px) {
  .modal--reportTemplate .modal__body .reportTemplates {
    margin: 0 -1.5rem;
  }
}
.modal--reportTemplate .modal__body .reportTemplates__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem;
  text-align: center;
  gap: 16px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .modal--reportTemplate .modal__body .reportTemplates__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .modal--reportTemplate .modal__body .reportTemplates__item {
    padding: 1rem 1.5rem;
  }
}
.modal--reportTemplate .modal__body .reportTemplates__item--selected .reportTemplates__card {
  background: #1ea9ea;
  border-color: #1ea9ea;
}
.modal--reportTemplate .modal__body .reportTemplates__item--selected .reportTemplates__card .btn {
  background: #c2514b;
  border-color: #c2514b;
}
.modal--reportTemplate .modal__body .reportTemplates__item .title {
  cursor: pointer;
}
.modal--reportTemplate .modal__body .reportTemplates__card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #00101f;
  padding: 0.875rem 0.875rem 0.75rem 0.875rem;
  border: 0.72px solid #ffffff;
  gap: 10px;
  box-shadow: 0px 1.45px 18.88px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.modal--reportTemplate .modal__body .reportTemplates__card .pic {
  background: #00101f;
  padding: 0.25rem;
  border: 0.72px solid #ffffff;
  border-radius: 0.25rem;
  height: 100px;
}
@media screen and (min-width: 639px) {
  .modal--reportTemplate .modal__body .reportTemplates__card .pic {
    height: 175px;
  }
}
.modal--reportTemplate .modal__body .reportTemplates__card .pic img {
  display: inline-block;
  vertical-align: middle;
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.modal--reportTemplate .modal__body .reportTemplates__card .btn {
  min-width: 90px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 8px;
  border-color: #ffffff;
  border-radius: 2px;
}
.modal--auditDetail .modal__content {
  padding: 1.5rem 1.25rem 1.75rem;
  border-radius: 1.625rem;
}
@media screen and (min-width: 639px) {
  .modal--auditDetail .modal__content {
    padding: 2rem 2rem 2.5rem;
  }
}
.modal--auditDetail .modal__content .modal__header--title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .modal--auditDetail .modal__content .modal__header--title {
    font-size: 1.5rem;
  }
}
.modal--auditDetail .modal__content .modal__header .btnClose {
  right: 0;
  top: 2px;
}
.modal--auditDetail .modal__content .modal__body .audiDetail {
  background: #181629;
  padding: 0.75rem 1rem;
  border: 2px solid #ffffff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 639px) {
  .modal--auditDetail .modal__content .modal__body .audiDetail {
    padding: 0.75rem 1.5rem;
  }
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media screen and (min-width: 639px) {
  .modal--auditDetail .modal__content .modal__body .audiDetail__list {
    margin: 0 -12px;
  }
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  gap: 10px;
  padding: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 639px) {
  .modal--auditDetail .modal__content .modal__body .audiDetail__list li {
    width: 50%;
    padding: 0.75rem;
  }
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list li .text {
  font-weight: 600;
  flex: 0 0 75px;
  width: 75px;
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list li .value--semibold {
  font-weight: 600;
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list li .value--primary {
  color: #1ea9ea;
}
.modal--changeHospital .modal__content {
  padding: 1.5rem 1.25rem 1.75rem;
  border-radius: 1.625rem;
}
@media screen and (min-width: 639px) {
  .modal--changeHospital .modal__content {
    padding: 2rem 2rem 2.5rem;
  }
}
.modal--changeHospital .modal__content .modal__header--title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .modal--changeHospital .modal__content .modal__header--title {
    font-size: 1.5rem;
  }
}
.modal--changeHospital .modal__content .modal__header .btnClose {
  right: 0;
  top: 2px;
}
.modal--changeHospital .modal__content .modal__body .audiDetail {
  background: #181629;
  padding: 0.75rem 1rem;
  border: 2px solid #ffffff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 639px) {
  .modal--changeHospital .modal__content .modal__body .audiDetail {
    padding: 0.75rem 1.5rem;
  }
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media screen and (min-width: 639px) {
  .modal--changeHospital .modal__content .modal__body .audiDetail__list {
    margin: 0 -12px;
  }
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  gap: 10px;
  padding: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 639px) {
  .modal--changeHospital .modal__content .modal__body .audiDetail__list li {
    width: 50%;
    padding: 0.75rem;
  }
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list li .text {
  font-weight: 600;
  flex: 0 0 75px;
  width: 75px;
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list li .value--semibold {
  font-weight: 600;
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list li .value--primary {
  color: #1ea9ea;
}
.modal--changeHospital .modal__content .modal__body .hospital-dropdown {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0.625rem !important;
  padding: 1rem;
  padding-right: 2.5rem;
  color: #fff;
  appearance: none;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
}
.modal--changeHospital .modal__content .modal__body .hospital-dropdown option {
  color: black !important;
}
.modal--changeHospital .modal__content .modal__body .hospital-dropdown:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.modal--changeHospital .modal__content .modal__body .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  font-size: 1rem;
}
.modal--assignDoctor .modal__content {
  padding: 1.5rem 1.25rem 1.75rem;
  max-width: 680px;
}
@media screen and (min-width: 639px) {
  .modal--assignDoctor .modal__content {
    padding: 2rem 2rem 2.5rem;
  }
}
.modal--assignDoctor .modal__content .modal__header {
  align-items: flex-start;
  gap: 10px;
}
.modal--assignDoctor .modal__content .modal__header .para {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  text-align: left;
  margin-bottom: 0;
}
.modal--assignDoctor .modal__content .modal__body .formRow:last-child .formCol:last-child .form__group {
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 639px) {
  .modal--assignDoctor .modal__content .modal__body .formRow:last-child .formCol:last-child .form__group {
    margin-bottom: 1rem;
  }
}
.modal--assignDoctor .modal__content .modal__footer .btn__group .btn {
  min-width: 1px;
}
@media screen and (min-width: 639px) {
  .modal--assignDoctor .modal__content .modal__footer .btn__group .btn {
    min-width: 172px;
  }
}
.modal--addDistribution .modal__content {
  padding: 1.5rem 1.25rem 1.75rem;
  max-width: 750px;
  gap: 20px;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content {
    padding: 2rem 2rem 2.5rem;
    gap: 24px;
  }
}
.modal--addDistribution .modal__content .modal__header {
  align-items: flex-start;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .modal--addDistribution .modal__content .modal__header {
    gap: 10px;
  }
}
.modal--addDistribution .modal__content .modal__header--title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal--addDistribution .modal__content .modal__header--title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal--addDistribution .modal__content .modal__header--title {
    font-size: 1.75rem;
  }
}
.modal--addDistribution .modal__content .modal__header .para {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .modal--addDistribution .modal__content .modal__header .para {
    font-size: 1.125rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial__row {
  padding: 1rem 0 0.5rem;
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial__row {
    padding: 1.25rem 0 0.5rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial__row .title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial__row .title {
    margin-bottom: 1.25rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .formRow {
    margin-bottom: 1.5rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group {
  margin-bottom: 0;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__input,
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__select {
  height: 50px;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio {
    gap: 24px;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__option {
  background: #00101f;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  margin: 0;
  width: 100%;
  min-height: 90px;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__option.selected {
  border-color: #1ea9ea;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__label {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  padding-left: 2.25rem;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__label::before {
  top: 12px;
  border-width: 2px;
  border-color: #cbcad7;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__label strong {
  font-size: 1rem;
  font-weight: 600;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__input:checked + .form__radio__label::before {
  border-color: #1ea9ea;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__input:checked + .form__radio__label::after {
  top: 17px;
  left: 6.15px;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .list__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  gap: 10px;
  width: 100%;
  padding: 0 0.5rem 0.875rem;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .list__item {
    width: 50%;
    padding: 0 0.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .list__item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .list__item {
    font-size: 1.125rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .list__item strong {
  font-weight: 600;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .list__item .btn {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 14px;
  min-height: 30px;
}
.modal--addDistribution .modal__content .modal__footer .btn__group .btn {
  min-width: 1px;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content .modal__footer .btn__group .btn {
    min-width: 172px;
  }
}
.modal.modalSuccessfull .modal__dialog .modal__content {
  gap: 0;
  max-width: 100%;
  padding: 1.5rem 1.25rem;
  min-height: 215px;
  border-radius: 1.625rem;
}
@media screen and (min-width: 639px) {
  .modal.modalSuccessfull .modal__dialog .modal__content {
    padding: 2rem;
    max-width: 400px;
    min-height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .modal.modalSuccessfull .modal__dialog .modal__content {
    padding: 2.5rem;
    min-height: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .modal.modalSuccessfull .modal__dialog .modal__content {
    padding: 3rem;
    max-width: 580px;
    min-height: 400px;
  }
}
.modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo {
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 639px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo {
    margin-bottom: 1.5rem;
  }
}
.modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo svg {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 639px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo svg {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo svg {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo svg {
    width: 158px;
    height: 158px;
  }
}
.modal.modalSuccessfull .modal__dialog .modal__content .modal__body {
  text-align: center;
}
.modal.modalSuccessfull .modal__dialog .modal__content .modal__body .title {
  font-size: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__body .title {
    font-size: 1.75rem;
  }
}
.modal.modalTrash .modal__dialog .modal__content {
  min-height: 215px;
  gap: 16px;
  border-radius: 1.625rem;
}
@media screen and (min-width: 639px) {
  .modal.modalTrash .modal__dialog .modal__content {
    min-height: 260px;
    gap: 24px;
  }
}
.modal.modalTrash .modal__dialog .modal__content .modal__header {
  max-width: 380px;
  gap: 10px;
  text-align: center;
}
@media screen and (min-width: 639px) {
  .modal.modalTrash .modal__dialog .modal__content .modal__header {
    gap: 24px;
  }
}
.modal.modalTrash .modal__dialog .modal__content .para {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  margin-bottom: 0;
}
.modal.modalTrash .modal__dialog .modal__content .modal__footer {
  max-width: 380px;
}
.modal.modalTrash .modal__dialog .modal__content .modal__footer .btn__group {
  justify-content: center;
  width: 100%;
}
.modal.modalTrash .modal__dialog .modal__content .modal__footer .btn__group .btn {
  width: 100%;
}
.modal.modalTrash[data-patient-report=true] .modal__dialog .modal__content {
  background-color: #3e464b;
}

.modal-body-left {
  align-items: flex-start;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.875rem;
  gap: 8px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  .btn {
    padding: 0.5rem 0.675rem;
  }
}
.btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.btn svg path {
  transition: all 0.3s ease;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn--lg {
  padding: 0.625rem 2.5rem;
}
.btn--full {
  width: 100%;
}
.btn__primary {
  background-color: #1ea9ea !important;
  color: #ffffff;
  border-color: #1ea9ea;
}
.btn__primary.btn__outlined {
  border-color: #1ea9ea;
  background-color: #ffffff;
  color: #1ea9ea;
}
.btn__primary.btn__outlined:hover {
  background-color: #1ea9ea !important;
  color: #ffffff;
}
.btn__primary.btn__outlined:hover svg path {
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.btn__white {
  background-color: #ffffff;
  color: #26333f;
  border-color: #26333f;
}
.btn__white.btn__outlined {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn__white.btn__outlined:hover {
  background-color: #1ea9ea !important;
  color: #ffffff;
}
.btn__white.btn__outlined:hover svg path {
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.btn__white:hover {
  border-color: #1ea9ea;
  background-color: #1ea9ea;
  color: #ffffff !important;
}
.btn__white:hover svg path {
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.btn__success {
  background: rgba(14, 124, 65, 0.4901960784);
  color: #ffffff;
  border-color: #14ae5c;
}
.btn__yellow {
  background: rgba(215, 180, 100, 0.4901960784);
  color: #ffffff;
  border-color: #d7b464;
}
.btn__group {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 639px) {
  .btn__group .btn {
    width: 100%;
  }
}
.btn__group--end {
  justify-content: flex-end;
}
.btn__group--links {
  gap: 24px;
}
.btn__group--links .link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  position: relative;
}
.btn__group--links .link::after {
  content: "";
  background: #1ea9ea;
  position: absolute;
  width: 1px;
  height: 14px;
  right: -12px;
  top: 7px;
  z-index: 1;
}
.btn__group--links .link:last-child::after {
  display: none;
}
.btn--sm {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
}
.btn__text {
  background-color: transparent;
  color: #26333f;
  border: 0;
  text-decoration: underline;
}
.btn__text:hover {
  color: #1ea9ea;
}

.backBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #1ea9ea;
}
.backBtn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.link {
  text-decoration: underline;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.link__primary {
  color: #1ea9ea;
}
.link__danger {
  color: #c2514b;
}
.link:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.link--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 60px;
  background-color: transparent;
  position: sticky;
  bottom: 0;
}
@media screen and (max-width: 639px) {
  .pagination {
    justify-content: center;
    padding: 1rem 1.25rem;
  }
}
.pagination__center {
  justify-content: center;
}
.pagination__result {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
@media screen and (max-width: 639px) {
  .pagination__result {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .pagination__result {
    font-size: 1rem;
  }
}
.pagination__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__navigation__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.pagination__navigation__list li {
  display: flex;
  align-items: center;
}
.pagination__navigation__list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0.25rem;
  min-width: 26px;
  height: 26px;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 18px;
  border: none;
}
.pagination__navigation__list .btn--active {
  background-color: #1ea9ea;
  color: #ffffff;
}
@media screen and (min-width: 639px) {
  .pagination__navigation__list .btn {
    padding: 0.25rem 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .pagination__navigation__list .btn {
    font-size: 1rem;
  }
}
.pagination__navigation__list .btnPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  font-size: 0;
  font-weight: 500;
  color: #1ea9ea;
  height: 26px;
  border: 1px solid #1ea9ea;
  border-radius: 6px;
  gap: 2px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 639px) {
  .pagination__navigation__list .btnPrev {
    padding: 0.25rem 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .pagination__navigation__list .btnPrev {
    font-size: 1rem;
  }
}
.pagination__navigation__list .btnPrev:hover {
  background-color: #1ea9ea;
  color: #ffffff;
}
.pagination__navigation__list .btnPrev:hover svg path {
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.pagination__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination__actions h6 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .pagination__actions h6 {
    font-size: 1rem;
  }
}
.pagination__actions .formField__select {
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
  height: 26px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1ea9ea;
  line-height: 18px;
  border: 1px solid #1ea9ea;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 1200px) {
  .pagination__actions {
    font-size: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .pagination__actions {
    display: none;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .breadcrumb {
    max-width: 160px;
  }
}
.breadcrumb__item:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.625rem;
}
@media screen and (max-width: 639px) {
  .breadcrumb__item:not(:last-of-type)::after {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumb__item:first-of-type .breadcrumb__link {
    display: none;
  }
  .breadcrumb__item:last-of-type .breadcrumb__link {
    display: inline-flex;
  }
}
.breadcrumb__item .backBtn {
  display: none;
}
.breadcrumb__item .backBtn svg {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 639px) {
  .breadcrumb__item .backBtn {
    display: flex;
    margin-right: 0.5rem;
  }
}
.breadcrumb__link {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  gap: 12px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.breadcrumb__link:hover {
  color: #ffffff;
}
.breadcrumb__link:not([href]) {
  color: #ffffff;
}

.MuiTooltip-popperArrow .MuiTooltip-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18px;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  background: #1ea9ea;
}
.MuiTooltip-popperArrow .MuiTooltip-tooltip .MuiTooltip-arrow {
  color: #1ea9ea;
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.loader__container {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.loader__container .spinner {
  width: 36px;
  height: 36px;
  display: grid;
  animation: spinner-plncf9 4s infinite;
}
.loader__container .spinner::before, .loader__container .spinner::after {
  content: "";
  grid-area: 1/1;
  border: 4px solid;
  border-radius: 50%;
  border-color: #1ea9ea #1ea9ea rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  mix-blend-mode: darken;
  animation: spinner-plncf9 1s infinite linear;
}
.loader__container .spinner::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e5e7eb #e5e7eb;
  animation-direction: reverse;
}
.loader__backdrop {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(17, 25, 39, 0.5);
  backdrop-filter: blur(5px);
}
.loader--show {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes spinner-plncf9 {
  100% {
    transform: rotate(1turn);
  }
}
.login {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
}
.login__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.login__wrap {
  background: rgba(251, 247, 247, 0.2);
  backdrop-filter: blur(44px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem 1.25rem;
  width: 100%;
  border-radius: 1.625rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .login__wrap {
    max-width: 750px;
    margin: 0 auto;
    padding: 3rem 3.75rem 3.75rem;
  }
}
.login__wrap--success {
  padding: 1.5rem 1.25rem;
}
@media screen and (min-width: 639px) {
  .login__wrap--success {
    max-width: 580px;
    padding: 1.875rem 3.75rem;
  }
}
.login .branding__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
  cursor: pointer;
}
.login .branding__logo__img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .login .branding__logo__img {
    max-width: 215px;
  }
}
.login .branding__info {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .login .branding__info {
    margin: 0 auto 2.5rem;
  }
}
.login .branding__info .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.333;
  padding-top: 0.5rem;
}
@media screen and (min-width: 639px) {
  .login .branding__info .text {
    font-size: 1.125rem;
  }
}
.login .branding__info .text + .title {
  font-size: 1rem;
  padding-top: 1rem;
}
@media screen and (min-width: 639px) {
  .login .branding__info .text + .title {
    padding-top: 1.25rem;
    font-size: 1.125rem;
  }
}
.login__form {
  flex-grow: 1;
  width: 100%;
}
.login__form .form__group {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .login__form .form__group {
    margin-bottom: 1.5rem;
  }
}
.login__form .form__groupField {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  height: 48px;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
}
@media screen and (min-width: 639px) {
  .login__form .form__groupField {
    font-size: 1rem;
    height: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .login__form .form__groupField {
    padding: 0.5rem 1.25rem;
    height: 80px;
  }
}
.login__form .form__groupField .form__input {
  background: none;
}
.login__form .form__groupField .form__select {
  width: 100%;
  max-width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  font-size: 15px;
  margin-left: -20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27%23ffffff%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
}
.login__form .form__groupField .form__select:disabled {
  background-image: none;
  padding-right: 1rem;
}
.login__form .form__groupField .form__select option {
  color: #000 !important;
  background: transparent !important;
}
.login__form .form__groupField .form__select.form__select--sm {
  color: #000;
  background: transparent;
}
.login__form .form__groupField .form__select option[disabled] {
  color: #ccc;
  background: transparent;
}
.login__form .form__button {
  margin-top: 1.5rem;
}
.login__form .form__button .btn {
  font-size: 1rem;
  font-weight: 600;
  min-height: 48px;
  height: 48px;
  border-radius: 0.625rem;
}
@media screen and (min-width: 639px) {
  .login__form .form__button .btn {
    font-size: 1.125rem;
    min-height: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .login__form .form__button .btn {
    font-size: 1.25rem;
    min-height: 65px;
  }
}
.login__form .form__button .form__optInfo {
  padding-top: 1rem;
}
@media screen and (min-width: 639px) {
  .login__form .form__button .form__optInfo {
    padding-top: 1.5rem;
  }
}
.login__form .form__button .form__optInfo .para {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.5rem;
  gap: 8px;
}
@media screen and (min-width: 639px) {
  .login__form .form__button .form__optInfo .para {
    font-size: 1.125rem;
  }
}
.login__form .form__button .form__optInfo .para:last-child {
  margin-bottom: 0;
}
.login__form .form__button .form__optInfo .para .link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #1ea9ea;
}
@media screen and (min-width: 639px) {
  .login__form .form__button .form__optInfo .para .link {
    font-size: 1.125rem;
  }
}
.login__form .form__button .form__optInfo .para .link--underline {
  text-decoration: underline;
}
.login__form .form__flexrow {
  display: flex;
  flex-direction: row;
}
.login__form .form__flexrow .form__group {
  margin-bottom: 0;
}
.login__form .form__flexrow .para .link {
  color: #ffffff;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../custom/styled/pages/dashboard.scss (1) ***!
  \***************************************************************************************************************************************************/
@charset "UTF-8";
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fbf7f7;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fbf7f7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 16, 31, 0.3);
  border-radius: 10px;
}

body {
  background: #1b2735;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  font-family: "DM Sans", sans-serif;
  font-size: inherit;
  box-sizing: border-box;
}
*:focus, *:hover {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  background: 0 0;
  padding: 0;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

.border_0 {
  border: 0 !important;
}

.textCenter {
  text-align: center !important;
}

.required-asterisk {
  color: rgb(197, 98, 98);
  margin-left: 3px;
}

.formRow {
  display: grid;
  gap: 14px;
  margin: 0 0 14px 0;
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 768px) {
  .formRow {
    gap: 16px;
    margin: 0 0 16px 0;
  }
}
@media screen and (min-width: 1200px) {
  .formRow {
    gap: 20px;
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 1600px) {
  .formRow {
    gap: 24px;
    margin: 0 0 24px 0;
  }
}
.formRow__full {
  grid-template-columns: minmax(0, 1fr);
}
.formRow__2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .formRow__2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.formRow__3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .formRow__3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .formRow__3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.formRow__4 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 639px) {
  .formRow__4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .formRow__4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.formRow .formCol {
  width: 100%;
}
.formRow .formCol.flexField {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.formRow .formCol .formRow {
  margin-bottom: 0;
}
.formRow .patientformCol {
  width: 100%;
}
.formRow .patientformCol.flexField {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.formRow .patientformCol .formRow {
  margin-bottom: 0;
}

.title--h1 {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .title--h1 {
    font-size: 2rem;
  }
}
.title--h2 {
  font-size: 1.375rem;
}
@media screen and (min-width: 992px) {
  .title--h2 {
    font-size: 1.75rem;
  }
}
.title--h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .title--h3 {
    font-size: 1.625rem;
  }
}
.title--h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .title--h4 {
    font-size: 1.5rem;
  }
}
.title--h5 {
  font-size: 1.125rem;
}
.title--h6 {
  font-size: 1rem;
}
.title--semibold {
  font-weight: 600;
}
.title--medium {
  font-weight: 500;
}
.title--normal {
  font-weight: 400;
}

.form__flexrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 639px) {
  .form__flexrow {
    flex-direction: row;
  }
}
.form__flexrow .form__group {
  width: 100%;
}
@media screen and (min-width: 639px) {
  .form__flexrow .form__group {
    width: calc(50% - 10px);
  }
}
.form__group {
  margin-bottom: 0.938rem;
  position: relative;
}
@media screen and (min-width: 639px) {
  .form__group {
    margin-bottom: 1rem;
  }
}
.form__group__otp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.form__group__otp .form__input {
  padding: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #e6e7f7;
  width: 44px;
  height: 44px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 639px) {
  .form__group__otp .form__input {
    padding: 0.5rem 1rem;
    font-size: 1.875rem;
    width: 80px;
    height: 80px;
  }
}
.form__group .para {
  font-size: 0.875rem;
  font-weight: 500;
  color: #00101f;
}
@media screen and (min-width: 639px) {
  .form__group .para {
    font-size: 1rem;
  }
}
.form__group .para--right {
  text-align: right;
}
.form__group .para--center {
  text-align: center;
}
.form__group .para .link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.875rem;
  color: #1ea9ea;
}
@media screen and (min-width: 639px) {
  .form__group .para .link {
    font-size: 1rem;
  }
}
.form__group .para .link--underline {
  text-decoration: underline;
}
.form__group .btn {
  margin-top: 0.938rem;
}
@media screen and (min-width: 639px) {
  .form__group .btn {
    margin-top: 1.25rem;
  }
}
.form__groupField {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 0.875rem;
  font-weight: 300;
  width: 100%;
  height: 45px;
  padding: 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  background-color: #00101f;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 639px) {
  .form__groupField {
    font-size: 1rem;
  }
}
.form__groupField--error {
  border-color: #c2514b;
}
.form__groupField--phonenumber {
  padding-left: 0;
}
.form__groupField .form__input {
  padding: 0;
  border: 0;
  flex: 1 1;
  height: auto;
  border-radius: 0;
}
.form__groupField .form__select {
  background-size: 10px 6px;
  color: #00101f;
  width: auto;
  max-width: 85px;
  font-weight: 300;
  border: 0;
  border-radius: 0;
}
.form__groupField .icon {
  display: flex;
  align-items: center;
}
.form__groupField .btn {
  background: none;
  padding: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}
.form__groupField--focused {
  border-color: #1ea9ea;
}
.form__input {
  font-size: 0.875rem;
  font-weight: 200;
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  background-color: #00101f;
  color: #ffffff;
}
@media screen and (min-width: 639px) {
  .form__input {
    font-size: 1rem;
  }
}
.form__input--disabled {
  cursor: not-allowed;
  background: gray !important;
}
.form__input--search {
  padding-right: 2.813rem;
  border: 1px solid #515c65;
}
.form__input--patientsearch {
  padding-right: 2.813rem;
  border: 1px solid #515c65;
  height: auto;
}
.form__input::-webkit-input-placeholder {
  color: #ffffff;
}
.form__input::-moz-placeholder {
  color: #ffffff;
}
.form__input:-ms-input-placeholder {
  color: #ffffff;
}
.form__input:-moz-placeholder {
  color: #ffffff;
}
.form__input--sm {
  height: 45px;
}
.form__input--patientsm {
  height: 45px;
  background: transparent;
  border: 1px solid darkslategray;
}
.form__input:focus {
  border-color: #1ea9ea;
}
.form__date {
  font-size: 0.875rem;
  font-weight: 200;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  background: #00101f right 1rem center no-repeat;
  background-size: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 639px) {
  .form__date {
    font-size: 1rem;
  }
}
.form__date--sm {
  height: 45px;
}
.form__date--reportsm {
  width: 95%;
  height: 45px;
}
.form__date::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: auto;
}
.form__date:focus {
  border-color: #1ea9ea;
}
.form__reportdate {
  font-size: 0.875rem;
  font-weight: 200;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  border: 1px solid #515c65;
  border-radius: 0.5rem;
  background: #00101f right 1rem center no-repeat;
  background-size: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (min-width: 639px) {
  .form__reportdate {
    font-size: 1rem;
  }
}
.form__reportdate--sm {
  height: 45px;
}
.form__reportdate--reportsm {
  width: 95%;
  height: 45px;
}
.form__reportdate::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: auto;
}
.form__reportdate:focus {
  border-color: #1ea9ea;
}
.form__select {
  font-size: 0.875rem;
  font-weight: 200;
  width: 100%;
  color: #ffffff;
  height: auto;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 639px) {
  .form__select {
    font-size: 1rem;
  }
}
.form__select--sm {
  height: 45px;
}
.form__select:focus {
  border-color: #1ea9ea;
}
.form__reportselect {
  font-size: 0.875rem;
  font-weight: 200;
  width: 100%;
  color: #ffffff;
  height: auto;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #515c65;
}
@media screen and (min-width: 639px) {
  .form__reportselect {
    font-size: 1rem;
  }
}
.form__reportselect--sm {
  height: 45px;
}
.form__reportselect:focus {
  border-color: #1ea9ea;
}
.form__reportselect option {
  background: inherit !important;
  color: #ffffff !important;
}
.form__textarea {
  font-size: 0.875rem;
  font-weight: 200;
  width: 100%;
  color: #ffffff;
  min-height: 160px;
  padding: 0.5rem 1rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
  background-color: #00101f;
}
@media screen and (min-width: 639px) {
  .form__textarea {
    font-size: 1rem;
  }
}
.form__textarea::-webkit-textarea-placeholder {
  color: #ffffff;
}
.form__textarea::-moz-placeholder {
  color: #ffffff;
}
.form__textarea:-ms-textarea-placeholder {
  color: #ffffff;
}
.form__textarea:-moz-placeholder {
  color: #ffffff;
}
.form__textarea--sm {
  height: 45px;
}
.form__textarea:focus {
  border-color: #1ea9ea;
}
.form__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 639px) {
  .form__label {
    font-size: 1rem;
  }
}
.form__label__asterisk {
  font-size: 0.75rem;
  font-weight: 600;
  color: #c2514b;
  margin-left: 2px;
}
.form__error {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #c2514b;
  margin-top: 0.375rem;
}
.form__radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form__radio__option {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
}
.form__radio__label {
  position: relative;
  font-size: 0.875rem;
  color: #00101f;
  line-height: 22px;
  padding-left: 30px;
  cursor: pointer;
}
@media screen and (min-width: 639px) {
  .form__radio__label {
    font-size: 1rem;
  }
}
.form__radio__label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.form__radio__input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.form__radio__input:checked + .form__radio__label::before {
  border-color: #1ea9ea;
}
.form__radio__input:checked + .form__radio__label::after {
  content: "";
  background-color: #1ea9ea;
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 6px;
  top: 6px;
  border-radius: 50px;
}
.form__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form__checkbox__option {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
}
.form__checkbox__label {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  padding-left: 30px;
  cursor: pointer;
}
@media screen and (min-width: 639px) {
  .form__checkbox__label {
    font-size: 1rem;
  }
}
.form__checkbox__label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border: 1px solid #ffffff;
  border-radius: 2px;
}
.form__checkbox__input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}
.form__checkbox__input:checked + .form__checkbox__label::before {
  background: #1ea9ea;
  border-color: #1ea9ea;
}
.form__checkbox__input:checked + .form__checkbox__label::after {
  content: "";
  background-position: center center;
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 8px;
  left: 5px;
  top: 6px;
  border-radius: 50px;
}
.form__switchBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.form__switchBtn__option {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}
.form__switchBtn__option .form__label {
  color: #ffffff;
  margin-bottom: 0;
}
.form__switchBtn__option .switchBtn {
  display: flex;
  align-items: center;
}
.form__switchBtn__option .switchBtn .toggle {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.form__switchBtn__option .switchBtn .toggle + label {
  width: 40px;
  height: 20px;
  line-height: 28px;
  background-color: #babac2;
  padding: 0px 12px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form__switchBtn__option .switchBtn .toggle + label:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 2.5px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50px;
  margin-top: -8px;
  z-index: 2;
}
.form__switchBtn__option .switchBtn .toggle:checked + label {
  background-color: #1ea9ea;
}
.form__switchBtn__option .switchBtn .toggle:checked + label:before {
  left: auto;
  right: 2.5px;
}
.form__browsefile {
  background-color: #00101f;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  gap: 10px;
  height: auto;
  padding: 0.35rem 1rem 0.35rem 0.35rem;
  border: 1px solid #00101f;
  border-radius: 0.5rem;
}
@media screen and (min-width: 639px) {
  .form__browsefile {
    font-size: 1rem;
  }
}
.form__browsefile--sm {
  height: 45px;
}
.form__browsefile .form__input {
  padding: 0;
  border: 0;
  flex: 1 1;
  height: auto;
  border-radius: 0;
}
.form__browsefile .btn {
  font-size: 1rem;
  font-weight: 500;
  min-width: 105px;
  cursor: pointer;
}
.form__uploadProfile {
  position: relative;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  cursor: pointer;
}
.form__uploadProfile__picture {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.form__uploadProfile__overlay {
  background: rgba(17, 17, 17, 0.6901960784);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.form__uploadfiled {
  display: none;
}
.form__button {
  margin-bottom: 0;
}
.form__button .btn {
  padding: 0.625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  height: 56px;
  margin: 0.75rem 0 0 0;
}
@media screen and (min-width: 639px) {
  .form__button .btn {
    font-size: 1.25rem;
  }
}
.form__passwordInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0.5rem;
}
.form__passwordInfo .item {
  font-size: 0.625rem;
  font-weight: 500;
  color: #989da3;
  padding-left: 1.5rem;
  position: relative;
}
.form__passwordInfo .item:first-of-type {
  color: #babac2;
  padding-left: 0;
}
.form__passwordInfo .item:first-of-type::after, .form__passwordInfo .item:first-of-type::before {
  display: none;
}
.form__passwordInfo .item::after {
  content: "";
  background: #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.form__passwordInfo .item::before {
  content: "";
  background: #babac2;
  position: absolute;
  left: 3.7px;
  top: 3.7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  z-index: 1;
}
.form__passwordInfo .item--error::before {
  background: #c2514b;
}
.form__passwordInfo .item--success::before {
  background: #43be7d;
}
.form__section {
  padding: 1.25rem 1rem;
  background-color: #26333f;
  border-radius: 0.8rem;
}
@media screen and (min-width: 639px) {
  .form__section {
    padding: 1.5rem 1.25rem;
  }
}
.form__section__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
  .form__section__title {
    margin-bottom: 1rem;
  }
}
.form__section .form__group {
  margin-bottom: 0;
}
.form__section__divider {
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #6b697b;
}
@media screen and (min-width: 639px) {
  .form__section__divider {
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
  }
}
.form__section .formRow:last-of-type {
  margin-bottom: 0.5rem;
}
.form .uploadImage {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  position: relative;
}
@media screen and (min-width: 639px) {
  .form .uploadImage {
    width: 140px;
    height: 140px;
    flex: 0 0 140px;
  }
}
.form .uploadImage img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.tabsWrap {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  overflow-y: hidden;
  overflow-x: auto;
}
.tabsWrap .tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .tabsWrap .tabs {
    min-width: 690px;
    gap: 8px;
  }
}
.tabsWrap .tabs__link {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 12px;
  text-transform: capitalize;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .tabsWrap .tabs__link {
    padding: 0 0.5rem;
  }
}
.tabsWrap .tabs__link::after {
  content: "";
  background: #1ea9ea;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -18px;
  opacity: 0;
  border-radius: 0.5rem;
  z-index: 1;
}
.tabsWrap .tabs__link--selected {
  font-weight: 500;
  color: #1ea9ea;
  text-decoration: none;
}
.tabsWrap .tabs__link--selected::after {
  opacity: 1;
}

.tabsContent__content {
  display: none;
}
.tabsContent__content .pdfPic {
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .tabsContent__content .pdfPic {
    padding: 1.5rem;
  }
}
.tabsContent__content--selected {
  display: block;
}

.filter {
  position: relative;
}
.filter__dropdown {
  display: none;
  background: #26333f;
  position: absolute;
  width: 440px;
  top: 100%;
  right: -12px;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 45.1px 0px rgba(197, 197, 197, 0.2901960784);
  margin-top: 0.75rem;
  z-index: 11;
}
.filter__dropdown::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-top: 0;
  box-shadow: 0px 0px 56.21px 0px rgba(0, 0, 0, 0.1215686275);
  z-index: 1;
}
.filter__dropdown__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem;
}
.filter__dropdown__body .title {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  gap: 8px;
  margin-bottom: 1rem;
}
.filter__dropdown__body .formRow {
  margin-bottom: 1.25rem !important;
}
.filter__dropdown__body .form__label {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5rem !important;
}
.filter__dropdown__body .form__input, .filter__dropdown__body .form__select, .filter__dropdown__body .form__date {
  font-size: 0.75rem;
  font-weight: 300;
  height: 36px;
  border-color: #ffffff;
  border-radius: 4px;
}
.filter__dropdown__body .btn__group {
  justify-content: flex-end;
  gap: 16px !important;
}
.filter__dropdown__body .btn__group .btn {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 12px;
  width: auto !important;
  height: auto !important;
  min-height: 30px;
}
.filter--open .filter__dropdown {
  display: block;
}

.successMessage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  min-height: 260px;
}
.successMessage__icon {
  margin-bottom: 0.5rem;
}
.successMessage p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
}

.messageSuccess__text {
  background: rgba(22, 203, 121, 0.15);
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #16cb79;
  border-radius: 6px;
}

.messageError__text {
  background: rgba(194, 81, 75, 0.15);
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #c2514b;
  border-radius: 6px;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.modal__dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(100dvh - 32px);
  overflow: auto;
  position: relative;
  z-index: 999;
}
.modal__content {
  width: 100%;
  max-width: 576px;
  margin: auto;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #3e464b;
  backdrop-filter: blur(44px);
  position: relative;
  z-index: 999;
  transition: all 0.3s ease;
}
.modal__content--lg {
  max-width: 600px;
}
@media screen and (min-width: 992px) {
  .modal__content--lg {
    max-width: 780px;
  }
}
.modal__content--xxxl {
  max-width: 600px;
}
@media screen and (min-width: 992px) {
  .modal__content--xxxl {
    max-width: 960px;
  }
}
.modal__content, .modal__header, .modal__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 1600px) {
  .modal__content, .modal__header, .modal__body {
    gap: 20px;
  }
}
.modal__header {
  gap: 20px;
  position: relative;
}
.modal__header--title {
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  width: 100%;
  gap: 5px;
}
.modal__header--para {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  margin-bottom: 0;
}
.modal__header .btnClose {
  position: absolute;
  border: none;
  right: -12px;
  top: -12px;
  padding: 0;
}
.modal__body--title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}
.modal__body--message {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 28px;
}
.modal__body .formRow {
  width: 100%;
}
.modal__footer {
  width: 100%;
}
.modal__footer .btn__group {
  width: 100%;
  justify-content: flex-start;
}
.modal__backdrop {
  position: fixed;
  z-index: 990;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  display: none;
}
.modal.modal--open {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  height: 100dvh;
  overflow: auto;
}
.modal.modal--open .modal__dialog {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.3s ease;
}
.modal.modal--open .modal__backdrop {
  display: block;
}
.modal--reportTemplate .modal__header {
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 639px) {
  .modal--reportTemplate .modal__header {
    flex-direction: row;
  }
}
.modal--reportTemplate .modal__header--title {
  gap: 10px;
  font-size: 1.5rem;
}
.modal--reportTemplate .modal__header .btn {
  width: 100%;
  min-width: 1px;
  min-height: 44px;
}
@media screen and (min-width: 639px) {
  .modal--reportTemplate .modal__header .btn {
    min-width: 132px;
    width: auto;
  }
}
.modal--reportTemplate .modal__body .reportTemplates {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -0.5rem;
}
@media screen and (min-width: 1200px) {
  .modal--reportTemplate .modal__body .reportTemplates {
    margin: 0 -1.5rem;
  }
}
.modal--reportTemplate .modal__body .reportTemplates__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem;
  text-align: center;
  gap: 16px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .modal--reportTemplate .modal__body .reportTemplates__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .modal--reportTemplate .modal__body .reportTemplates__item {
    padding: 1rem 1.5rem;
  }
}
.modal--reportTemplate .modal__body .reportTemplates__item--selected .reportTemplates__card {
  background: #1ea9ea;
  border-color: #1ea9ea;
}
.modal--reportTemplate .modal__body .reportTemplates__item--selected .reportTemplates__card .btn {
  background: #c2514b;
  border-color: #c2514b;
}
.modal--reportTemplate .modal__body .reportTemplates__item .title {
  cursor: pointer;
}
.modal--reportTemplate .modal__body .reportTemplates__card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #00101f;
  padding: 0.875rem 0.875rem 0.75rem 0.875rem;
  border: 0.72px solid #ffffff;
  gap: 10px;
  box-shadow: 0px 1.45px 18.88px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.modal--reportTemplate .modal__body .reportTemplates__card .pic {
  background: #00101f;
  padding: 0.25rem;
  border: 0.72px solid #ffffff;
  border-radius: 0.25rem;
  height: 100px;
}
@media screen and (min-width: 639px) {
  .modal--reportTemplate .modal__body .reportTemplates__card .pic {
    height: 175px;
  }
}
.modal--reportTemplate .modal__body .reportTemplates__card .pic img {
  display: inline-block;
  vertical-align: middle;
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.modal--reportTemplate .modal__body .reportTemplates__card .btn {
  min-width: 90px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 8px;
  border-color: #ffffff;
  border-radius: 2px;
}
.modal--auditDetail .modal__content {
  padding: 1.5rem 1.25rem 1.75rem;
  border-radius: 1.625rem;
}
@media screen and (min-width: 639px) {
  .modal--auditDetail .modal__content {
    padding: 2rem 2rem 2.5rem;
  }
}
.modal--auditDetail .modal__content .modal__header--title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .modal--auditDetail .modal__content .modal__header--title {
    font-size: 1.5rem;
  }
}
.modal--auditDetail .modal__content .modal__header .btnClose {
  right: 0;
  top: 2px;
}
.modal--auditDetail .modal__content .modal__body .audiDetail {
  background: #181629;
  padding: 0.75rem 1rem;
  border: 2px solid #ffffff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 639px) {
  .modal--auditDetail .modal__content .modal__body .audiDetail {
    padding: 0.75rem 1.5rem;
  }
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media screen and (min-width: 639px) {
  .modal--auditDetail .modal__content .modal__body .audiDetail__list {
    margin: 0 -12px;
  }
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  gap: 10px;
  padding: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 639px) {
  .modal--auditDetail .modal__content .modal__body .audiDetail__list li {
    width: 50%;
    padding: 0.75rem;
  }
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list li .text {
  font-weight: 600;
  flex: 0 0 75px;
  width: 75px;
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list li .value--semibold {
  font-weight: 600;
}
.modal--auditDetail .modal__content .modal__body .audiDetail__list li .value--primary {
  color: #1ea9ea;
}
.modal--changeHospital .modal__content {
  padding: 1.5rem 1.25rem 1.75rem;
  border-radius: 1.625rem;
}
@media screen and (min-width: 639px) {
  .modal--changeHospital .modal__content {
    padding: 2rem 2rem 2.5rem;
  }
}
.modal--changeHospital .modal__content .modal__header--title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .modal--changeHospital .modal__content .modal__header--title {
    font-size: 1.5rem;
  }
}
.modal--changeHospital .modal__content .modal__header .btnClose {
  right: 0;
  top: 2px;
}
.modal--changeHospital .modal__content .modal__body .audiDetail {
  background: #181629;
  padding: 0.75rem 1rem;
  border: 2px solid #ffffff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 639px) {
  .modal--changeHospital .modal__content .modal__body .audiDetail {
    padding: 0.75rem 1.5rem;
  }
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media screen and (min-width: 639px) {
  .modal--changeHospital .modal__content .modal__body .audiDetail__list {
    margin: 0 -12px;
  }
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  gap: 10px;
  padding: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 639px) {
  .modal--changeHospital .modal__content .modal__body .audiDetail__list li {
    width: 50%;
    padding: 0.75rem;
  }
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list li .text {
  font-weight: 600;
  flex: 0 0 75px;
  width: 75px;
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list li .value--semibold {
  font-weight: 600;
}
.modal--changeHospital .modal__content .modal__body .audiDetail__list li .value--primary {
  color: #1ea9ea;
}
.modal--changeHospital .modal__content .modal__body .hospital-dropdown {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0.625rem !important;
  padding: 1rem;
  padding-right: 2.5rem;
  color: #fff;
  appearance: none;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
}
.modal--changeHospital .modal__content .modal__body .hospital-dropdown option {
  color: black !important;
}
.modal--changeHospital .modal__content .modal__body .hospital-dropdown:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.modal--changeHospital .modal__content .modal__body .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
  font-size: 1rem;
}
.modal--assignDoctor .modal__content {
  padding: 1.5rem 1.25rem 1.75rem;
  max-width: 680px;
}
@media screen and (min-width: 639px) {
  .modal--assignDoctor .modal__content {
    padding: 2rem 2rem 2.5rem;
  }
}
.modal--assignDoctor .modal__content .modal__header {
  align-items: flex-start;
  gap: 10px;
}
.modal--assignDoctor .modal__content .modal__header .para {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  text-align: left;
  margin-bottom: 0;
}
.modal--assignDoctor .modal__content .modal__body .formRow:last-child .formCol:last-child .form__group {
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 639px) {
  .modal--assignDoctor .modal__content .modal__body .formRow:last-child .formCol:last-child .form__group {
    margin-bottom: 1rem;
  }
}
.modal--assignDoctor .modal__content .modal__footer .btn__group .btn {
  min-width: 1px;
}
@media screen and (min-width: 639px) {
  .modal--assignDoctor .modal__content .modal__footer .btn__group .btn {
    min-width: 172px;
  }
}
.modal--addDistribution .modal__content {
  padding: 1.5rem 1.25rem 1.75rem;
  max-width: 750px;
  gap: 20px;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content {
    padding: 2rem 2rem 2.5rem;
    gap: 24px;
  }
}
.modal--addDistribution .modal__content .modal__header {
  align-items: flex-start;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .modal--addDistribution .modal__content .modal__header {
    gap: 10px;
  }
}
.modal--addDistribution .modal__content .modal__header--title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal--addDistribution .modal__content .modal__header--title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal--addDistribution .modal__content .modal__header--title {
    font-size: 1.75rem;
  }
}
.modal--addDistribution .modal__content .modal__header .para {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .modal--addDistribution .modal__content .modal__header .para {
    font-size: 1.125rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial__row {
  padding: 1rem 0 0.5rem;
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial__row {
    padding: 1.25rem 0 0.5rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial__row .title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial__row .title {
    margin-bottom: 1.25rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .formRow {
    margin-bottom: 1.5rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group {
  margin-bottom: 0;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__input,
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__select {
  height: 50px;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio {
    gap: 24px;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__option {
  background: #00101f;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  margin: 0;
  width: 100%;
  min-height: 90px;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__option.selected {
  border-color: #1ea9ea;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__label {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  padding-left: 2.25rem;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__label::before {
  top: 12px;
  border-width: 2px;
  border-color: #cbcad7;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__label strong {
  font-size: 1rem;
  font-weight: 600;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__input:checked + .form__radio__label::before {
  border-color: #1ea9ea;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .formRow .form__group .form__radio__input:checked + .form__radio__label::after {
  top: 17px;
  left: 6.15px;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .list__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  gap: 10px;
  width: 100%;
  padding: 0 0.5rem 0.875rem;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .list__item {
    width: 50%;
    padding: 0 0.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .list__item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal--addDistribution .modal__content .modal__body .distributionDetial .list__item {
    font-size: 1.125rem;
  }
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .list__item strong {
  font-weight: 600;
}
.modal--addDistribution .modal__content .modal__body .distributionDetial .list__item .btn {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 14px;
  min-height: 30px;
}
.modal--addDistribution .modal__content .modal__footer .btn__group .btn {
  min-width: 1px;
}
@media screen and (min-width: 639px) {
  .modal--addDistribution .modal__content .modal__footer .btn__group .btn {
    min-width: 172px;
  }
}
.modal.modalSuccessfull .modal__dialog .modal__content {
  gap: 0;
  max-width: 100%;
  padding: 1.5rem 1.25rem;
  min-height: 215px;
  border-radius: 1.625rem;
}
@media screen and (min-width: 639px) {
  .modal.modalSuccessfull .modal__dialog .modal__content {
    padding: 2rem;
    max-width: 400px;
    min-height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .modal.modalSuccessfull .modal__dialog .modal__content {
    padding: 2.5rem;
    min-height: 320px;
  }
}
@media screen and (min-width: 1400px) {
  .modal.modalSuccessfull .modal__dialog .modal__content {
    padding: 3rem;
    max-width: 580px;
    min-height: 400px;
  }
}
.modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo {
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 639px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo {
    margin-bottom: 1.5rem;
  }
}
.modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo svg {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 639px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo svg {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo svg {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__header--logo svg {
    width: 158px;
    height: 158px;
  }
}
.modal.modalSuccessfull .modal__dialog .modal__content .modal__body {
  text-align: center;
}
.modal.modalSuccessfull .modal__dialog .modal__content .modal__body .title {
  font-size: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .modal.modalSuccessfull .modal__dialog .modal__content .modal__body .title {
    font-size: 1.75rem;
  }
}
.modal.modalTrash .modal__dialog .modal__content {
  min-height: 215px;
  gap: 16px;
  border-radius: 1.625rem;
}
@media screen and (min-width: 639px) {
  .modal.modalTrash .modal__dialog .modal__content {
    min-height: 260px;
    gap: 24px;
  }
}
.modal.modalTrash .modal__dialog .modal__content .modal__header {
  max-width: 380px;
  gap: 10px;
  text-align: center;
}
@media screen and (min-width: 639px) {
  .modal.modalTrash .modal__dialog .modal__content .modal__header {
    gap: 24px;
  }
}
.modal.modalTrash .modal__dialog .modal__content .para {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  margin-bottom: 0;
}
.modal.modalTrash .modal__dialog .modal__content .modal__footer {
  max-width: 380px;
}
.modal.modalTrash .modal__dialog .modal__content .modal__footer .btn__group {
  justify-content: center;
  width: 100%;
}
.modal.modalTrash .modal__dialog .modal__content .modal__footer .btn__group .btn {
  width: 100%;
}
.modal.modalTrash[data-patient-report=true] .modal__dialog .modal__content {
  background-color: #3e464b;
}

.modal-body-left {
  align-items: flex-start;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.875rem;
  gap: 8px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  .btn {
    padding: 0.5rem 0.675rem;
  }
}
.btn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.btn svg path {
  transition: all 0.3s ease;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn--lg {
  padding: 0.625rem 2.5rem;
}
.btn--full {
  width: 100%;
}
.btn__primary {
  background-color: #1ea9ea !important;
  color: #ffffff;
  border-color: #1ea9ea;
}
.btn__primary.btn__outlined {
  border-color: #1ea9ea;
  background-color: #ffffff;
  color: #1ea9ea;
}
.btn__primary.btn__outlined:hover {
  background-color: #1ea9ea !important;
  color: #ffffff;
}
.btn__primary.btn__outlined:hover svg path {
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.btn__white {
  background-color: #ffffff;
  color: #26333f;
  border-color: #26333f;
}
.btn__white.btn__outlined {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn__white.btn__outlined:hover {
  background-color: #1ea9ea !important;
  color: #ffffff;
}
.btn__white.btn__outlined:hover svg path {
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.btn__white:hover {
  border-color: #1ea9ea;
  background-color: #1ea9ea;
  color: #ffffff !important;
}
.btn__white:hover svg path {
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.btn__success {
  background: rgba(14, 124, 65, 0.4901960784);
  color: #ffffff;
  border-color: #14ae5c;
}
.btn__yellow {
  background: rgba(215, 180, 100, 0.4901960784);
  color: #ffffff;
  border-color: #d7b464;
}
.btn__group {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 639px) {
  .btn__group .btn {
    width: 100%;
  }
}
.btn__group--end {
  justify-content: flex-end;
}
.btn__group--links {
  gap: 24px;
}
.btn__group--links .link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  position: relative;
}
.btn__group--links .link::after {
  content: "";
  background: #1ea9ea;
  position: absolute;
  width: 1px;
  height: 14px;
  right: -12px;
  top: 7px;
  z-index: 1;
}
.btn__group--links .link:last-child::after {
  display: none;
}
.btn--sm {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
}
.btn__text {
  background-color: transparent;
  color: #26333f;
  border: 0;
  text-decoration: underline;
}
.btn__text:hover {
  color: #1ea9ea;
}

.backBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: #1ea9ea;
}
.backBtn:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.link {
  text-decoration: underline;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.link__primary {
  color: #1ea9ea;
}
.link__danger {
  color: #c2514b;
}
.link:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.link--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 60px;
  background-color: transparent;
  position: sticky;
  bottom: 0;
}
@media screen and (max-width: 639px) {
  .pagination {
    justify-content: center;
    padding: 1rem 1.25rem;
  }
}
.pagination__center {
  justify-content: center;
}
.pagination__result {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
@media screen and (max-width: 639px) {
  .pagination__result {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .pagination__result {
    font-size: 1rem;
  }
}
.pagination__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__navigation__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.pagination__navigation__list li {
  display: flex;
  align-items: center;
}
.pagination__navigation__list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0.25rem;
  min-width: 26px;
  height: 26px;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 18px;
  border: none;
}
.pagination__navigation__list .btn--active {
  background-color: #1ea9ea;
  color: #ffffff;
}
@media screen and (min-width: 639px) {
  .pagination__navigation__list .btn {
    padding: 0.25rem 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .pagination__navigation__list .btn {
    font-size: 1rem;
  }
}
.pagination__navigation__list .btnPrev {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  font-size: 0;
  font-weight: 500;
  color: #1ea9ea;
  height: 26px;
  border: 1px solid #1ea9ea;
  border-radius: 6px;
  gap: 2px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 639px) {
  .pagination__navigation__list .btnPrev {
    padding: 0.25rem 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .pagination__navigation__list .btnPrev {
    font-size: 1rem;
  }
}
.pagination__navigation__list .btnPrev:hover {
  background-color: #1ea9ea;
  color: #ffffff;
}
.pagination__navigation__list .btnPrev:hover svg path {
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.pagination__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination__actions h6 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .pagination__actions h6 {
    font-size: 1rem;
  }
}
.pagination__actions .formField__select {
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
  height: 26px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1ea9ea;
  line-height: 18px;
  border: 1px solid #1ea9ea;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 1200px) {
  .pagination__actions {
    font-size: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .pagination__actions {
    display: none;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .breadcrumb {
    max-width: 160px;
  }
}
.breadcrumb__item:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.625rem;
}
@media screen and (max-width: 639px) {
  .breadcrumb__item:not(:last-of-type)::after {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .breadcrumb__item:first-of-type .breadcrumb__link {
    display: none;
  }
  .breadcrumb__item:last-of-type .breadcrumb__link {
    display: inline-flex;
  }
}
.breadcrumb__item .backBtn {
  display: none;
}
.breadcrumb__item .backBtn svg {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 639px) {
  .breadcrumb__item .backBtn {
    display: flex;
    margin-right: 0.5rem;
  }
}
.breadcrumb__link {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  gap: 12px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.breadcrumb__link:hover {
  color: #ffffff;
}
.breadcrumb__link:not([href]) {
  color: #ffffff;
}

.MuiTooltip-popperArrow .MuiTooltip-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 18px;
  border-radius: 5px;
  padding: 0.375rem 0.75rem;
  background: #1ea9ea;
}
.MuiTooltip-popperArrow .MuiTooltip-tooltip .MuiTooltip-arrow {
  color: #1ea9ea;
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.loader__container {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.loader__container .spinner {
  width: 36px;
  height: 36px;
  display: grid;
  animation: spinner-plncf9 4s infinite;
}
.loader__container .spinner::before, .loader__container .spinner::after {
  content: "";
  grid-area: 1/1;
  border: 4px solid;
  border-radius: 50%;
  border-color: #1ea9ea #1ea9ea rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  mix-blend-mode: darken;
  animation: spinner-plncf9 1s infinite linear;
}
.loader__container .spinner::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e5e7eb #e5e7eb;
  animation-direction: reverse;
}
.loader__backdrop {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(17, 25, 39, 0.5);
  backdrop-filter: blur(5px);
}
.loader--show {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes spinner-plncf9 {
  100% {
    transform: rotate(1turn);
  }
}
.layoutContainer {
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 992px) {
  .layoutContainer {
    display: flex;
  }
}

/* Layout Sidemenu Start */
.layoutSidemenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .layoutSidemenu {
    padding: 1.5rem 1.25rem;
    background: #26333f;
    position: fixed;
    flex: 0 0 250px;
    width: 250px;
    left: -250px;
    height: 100%;
    bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    z-index: 99;
  }
}
.layoutSidemenu__logo {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  gap: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .layoutSidemenu__logo {
    display: flex;
  }
}
.layoutSidemenu__logo__img {
  width: calc(100% - 25px);
}
.layoutSidemenu__logo__img svg,
.layoutSidemenu__logo__img img {
  max-width: 140px;
  object-fit: contain;
}
.layoutSidemenu__fullHeight {
  width: 100%;
}
.layoutSidemenu__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .layoutSidemenu__list {
    flex-direction: column;
  }
}
.layoutSidemenu__list--item {
  width: 100%;
  transition: all 0.3s ease;
}
.layoutSidemenu__list--item:hover .layoutSidemenu__list--link {
  background: #1ea9ea;
}
.layoutSidemenu__list--item:hover .layoutSidemenu__list--link span {
  color: #ffffff;
  transition: all 0.3s ease;
}
.layoutSidemenu__list--item:hover .layoutSidemenu__list--link span.icon svg {
  opacity: 1;
  transition: all 0.3s ease;
}
.layoutSidemenu__list--link {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0.625rem 1rem;
  text-decoration: none !important;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .layoutSidemenu__list--link {
    width: 100%;
  }
}
.layoutSidemenu__list--link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  opacity: 0.5;
}
.layoutSidemenu__list--link svg path {
  transition: all 0.3s ease;
}
.layoutSidemenu__list--link span {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  transition: all 0.3s ease;
}
.layoutSidemenu__list--link span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.layoutSidemenu__selected .layoutSidemenu__list--link {
  background: #1ea9ea;
}
.layoutSidemenu__selected .layoutSidemenu__list--link span {
  color: #ffffff;
}
.layoutSidemenu__selected .layoutSidemenu__list--link span.icon svg {
  opacity: 1;
  transition: all 0.3s ease;
}
.layoutSidemenu__submenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 2.5rem;
  margin-top: 0;
}
.layoutSidemenu__submenu--item {
  width: 100%;
  transition: all 0.3s ease;
}
.layoutSidemenu__submenu--item.layoutSidemenu__selected .layoutSidemenu__submenu--link .submenu-bullet {
  background-color: #ffffff;
}
.layoutSidemenu__submenu--item.layoutSidemenu__selected .layoutSidemenu__submenu--link span {
  color: #ffffff !important;
}
.layoutSidemenu__submenu--link {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.25rem 0;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.layoutSidemenu__submenu--link .submenu-bullet {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: 6px;
  transition: all 0.3s ease;
}
.layoutSidemenu__submenu--link span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.layoutSidemenu__submenu--link:hover .submenu-bullet {
  background-color: #ffffff;
}
.layoutSidemenu__submenu--link:hover span {
  color: #ffffff !important;
}

/* Layout layoutGrid Start */
.layoutGrid {
  width: 100%;
}

.sidebar-hidden {
  position: relative;
}
.sidebar-hidden::after {
  content: "";
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.sidebar-hidden .layoutSidemenu {
  left: 0;
}
.sidebar-hidden .page__head__actions .btnCollapse {
  position: relative;
  z-index: 999;
}
.sidebar-hidden .page__head__actions .btnCollapse svg {
  display: none;
}
.sidebar-hidden .page__head__actions .btnCollapse svg.btnCollapse__closeIcon {
  display: block;
}

/* Layout layoutGrid End */
/* Table Layout Start */
.tableWrap__head {
  background: #26333f;
  padding: 0.875rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 0.5rem;
}
.tableWrap__head .formRow {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 16px;
  width: 100%;
}
.tableWrap__head .formRow .formCol {
  max-width: 400px;
}
.tableWrap__head .formRow .formCol .form__input {
  font-size: 0.875rem;
  font-weight: 300;
  height: 38px;
  border-radius: 5px;
}
@media screen and (min-width: 1200px) {
  .tableWrap__head .formRow .formCol .form__input {
    font-size: 1rem;
  }
}
.tableWrap__head .btn__group {
  gap: 0.15rem;
}
.tableWrap__head .btn__group .btn {
  width: 28px;
  height: 28px;
}
.tableWrap .tableContainer {
  box-shadow: none;
  position: relative;
  overflow-x: auto;
  height: calc(100vh - 290px);
}
.tableWrap .tableContainer .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tableWrap .tableContainer .table thead {
  display: table-header-group;
}
.tableWrap .tableContainer .table tbody {
  display: table-row-group;
}
.tableWrap .tableContainer .table tr {
  color: inherit;
  display: table-row;
  vertical-align: middle;
  outline: 0;
  height: 42px;
}
.tableWrap .tableContainer .table tr .form__checkbox__option {
  margin: 0;
}
.tableWrap .tableContainer .table tr .form__checkbox__label {
  padding-left: 20px;
}
.tableWrap .tableContainer .table th,
.tableWrap .tableContainer .table td {
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 639px) {
  .tableWrap .tableContainer .table th,
  .tableWrap .tableContainer .table td {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .tableWrap .tableContainer .table th,
  .tableWrap .tableContainer .table td {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .tableWrap .tableContainer .table th,
  .tableWrap .tableContainer .table td {
    padding: 0.625rem 0.375rem;
  }
}
.tableWrap .tableContainer .table th:first-child,
.tableWrap .tableContainer .table td:first-child {
  padding-left: 1rem;
  border-radius: 8px 0 0 8px;
}
@media screen and (min-width: 1600px) {
  .tableWrap .tableContainer .table th:first-child,
  .tableWrap .tableContainer .table td:first-child {
    padding-left: 1.5rem;
  }
}
.tableWrap .tableContainer .table th:last-child,
.tableWrap .tableContainer .table td:last-child {
  padding-right: 1rem;
  border-radius: 0 8px 8px 0;
}
@media screen and (min-width: 1600px) {
  .tableWrap .tableContainer .table th:last-child,
  .tableWrap .tableContainer .table td:last-child {
    padding-right: 1.5rem;
  }
}
.tableWrap .tableContainer .table th {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .tableWrap .tableContainer .table th {
    font-size: 1rem;
  }
}
.tableWrap .tableContainer .table td {
  color: #ffffff;
}
.tableWrap .tableContainer .table tbody tr:hover, .tableWrap .tableContainer .table tbody tr.selected {
  background-color: #1ea9ea;
}
.tableWrap .tableContainer .table tbody tr:hover .form__checkbox__input:checked + .form__checkbox__label::before, .tableWrap .tableContainer .table tbody tr.selected .form__checkbox__input:checked + .form__checkbox__label::before {
  border-color: #ffffff;
}
.tableWrap .tableContainer .table tbody tr:hover .btn__success, .tableWrap .tableContainer .table tbody tr.selected .btn__success {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.tableWrap .tableContainer .table tbody tr:hover .btn__yellow, .tableWrap .tableContainer .table tbody tr.selected .btn__yellow {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.tableWrap .tableContainer .table tbody tr:hover .link, .tableWrap .tableContainer .table tbody tr.selected .link {
  color: #ffffff;
}
.tableWrap .tableContainer .table tbody tr:hover .cellText__primary, .tableWrap .tableContainer .table tbody tr.selected .cellText__primary {
  color: #ffffff;
}
.tableWrap .tableContainer .table .cellText--flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tableWrap .tableContainer .table .cellText--flex span {
  width: 140px;
  flex: 0 0 140px;
}
.tableWrap .tableContainer .table .cellText--flex .actions .btn,
.tableWrap .tableContainer .table .cellText--flex .actions span,
.tableWrap .tableContainer .table .cellText--flex .assign-button .btn,
.tableWrap .tableContainer .table .cellText--flex .assign-button span {
  width: auto !important;
  flex: 0 0 auto !important;
}
.tableWrap .tableContainer .table .cellText span {
  display: block;
}
.tableWrap .tableContainer .table .cellText__dark, .tableWrap .tableContainer .table .cellText__title {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .tableWrap .tableContainer .table .cellText__dark, .tableWrap .tableContainer .table .cellText__title {
    font-size: 1rem;
  }
}
.tableWrap .tableContainer .table .cellText__dark.cell--link, .tableWrap .tableContainer .table .cellText__title.cell--link {
  transition: all 0.3s ease;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  cursor: pointer;
}
.tableWrap .tableContainer .table .cellText__dark.cell--link:hover, .tableWrap .tableContainer .table .cellText__title.cell--link:hover {
  color: #1ea9ea;
  text-decoration-color: #1ea9ea;
  transition: all 0.3s ease;
}
.tableWrap .tableContainer .table .cellText__primary {
  color: #1ea9ea;
}
.tableWrap .tableContainer .table .cellText__primary--icon {
  display: flex !important;
  align-items: center;
  text-decoration: underline;
  gap: 5px;
}
.tableWrap .tableContainer .table .cellText__primary--none {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.tableWrap .tableContainer .table .cellText__success {
  color: #93dab4;
}
.tableWrap .tableContainer .table .cellText__pending {
  color: #e88930;
}
.tableWrap .tableContainer .table .cellText__unreported {
  color: #b1b4e5;
}
.tableWrap .tableContainer .table .cellText--medium {
  font-weight: 500;
}
.tableWrap .tableContainer .table .cellText--semibold {
  font-weight: 600;
}
.tableWrap .tableContainer .table .cellText--underline {
  text-decoration: underline;
}
.tableWrap .tableContainer .table .profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
}
.tableWrap .tableContainer .table .profile__image {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
@media screen and (min-width: 1200px) {
  .tableWrap .tableContainer .table .profile__image {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
.tableWrap .tableContainer .table .profile__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
.tableWrap .tableContainer .table .profile__initials {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .tableWrap .tableContainer .table .profile__initials {
    font-size: 1rem;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
.tableWrap .tableContainer .table .profile__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .tableWrap .tableContainer .table .profile__name {
    font-size: 1rem;
  }
}
.tableWrap .tableContainer .table .profile__name--underline {
  text-decoration: underline;
}
.tableWrap .tableContainer .table .actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.tableWrap .tableContainer .table .actions--end {
  justify-content: flex-end;
}
.tableWrap .tableContainer .table .actions--center {
  justify-content: center;
}
.tableWrap .tableContainer .table .actions .btn {
  line-height: 16px;
}
.tableWrap .tableContainer .table .actions .btn__success:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.tableWrap .tableContainer .table .actions .btn__yellow:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.tableWrap .tableContainer .table .actions .dropdown__item {
  position: relative;
  text-align: center;
}
.tableWrap .tableContainer .table .actions .dropdown__item .dropdownMenu {
  display: none;
  background: #26333f;
  position: absolute;
  width: 180px;
  right: 0;
  top: 100%;
  border: 1px solid #ffffff;
  border-radius: 8px;
  z-index: 1;
}
.tableWrap .tableContainer .table .actions .dropdown__item .dropdownMenu--open {
  display: block;
}
.tableWrap .tableContainer .table .actions .dropdown__item .dropdownMenu .dropdown__item {
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .tableWrap .tableContainer .table .actions .dropdown__item .dropdownMenu .dropdown__item {
    font-size: 1rem;
  }
}
.tableWrap .tableContainer .table .actions .dropdown__item .dropdownMenu .dropdown__item .icon {
  display: flex;
  align-items: center;
  width: 16px;
}
.tableWrap .tableContainer .table .actions .dropdown__item .dropdownMenu .dropdown__item .icon svg {
  width: 16px;
}
.tableWrap .tableContainer .table .actions .dropdown__item .dropdownMenu .dropdown__item:hover, .tableWrap .tableContainer .table .actions .dropdown__item .dropdownMenu .dropdown__item--active {
  background: rgba(255, 255, 255, 0.1);
}

/* Table Layout End */
/* Page Layout */
.page__head {
  padding: 1rem;
  background: #26333f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
@media screen and (min-width: 639px) {
  .page__head {
    padding: 1rem 1.75rem;
  }
}
.page__head__logo {
  display: block;
  max-width: 256px;
  cursor: pointer;
}
.page__head__logo__img {
  max-width: 100%;
}
.page__head__logo__img svg,
.page__head__logo__img img {
  max-width: 100%;
  object-fit: cover;
}
.page__head__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page__head__title__hamburger-icon {
  margin-top: -5px;
}
.page__head__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
}
.page__head__actions .btnLink {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.page__head__actions .userProfile {
  position: relative;
}
.page__head__actions .userProfile__link {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: #26333f;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
}
.page__head__actions .userProfile__link::after {
  content: "";
  background-position: center center;
  position: absolute;
  width: 18px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.page__head__actions .userProfile__link .picIcon {
  background: #1ea9ea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50px;
}
.page__head__actions .userProfile__link .picIcon__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.page__head__actions .userProfile__link .Userinfo {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #ffffff;
}
.page__head__actions .userProfile__link .Userinfo__hospital__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page__head__actions .userProfile__link .Userinfo__role {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page__head__actions .userProfile__link .Userinfo__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page__head__actions .userProfile__link .Userinfo h4 {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .page__head__actions .userProfile__link .Userinfo h4 {
    font-size: 0.875rem;
  }
}
.page__head__actions .userProfile__link .Userinfo p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .page__head__actions .userProfile__link .Userinfo p {
    font-size: 0.75rem;
  }
}
.page__head__actions .userProfile__dropdown {
  display: none;
  background: #ffffff;
  padding: 1.5rem;
  position: absolute;
  width: 300px;
  right: 0;
  top: 100%;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  margin-top: 0.875rem;
  overflow: hidden;
  z-index: 1;
}
.page__head__actions .userProfile__dropdown--open {
  display: block;
}
@media screen and (max-width: 639px) {
  .page__head__actions .userProfile__dropdown {
    padding: 1rem;
  }
}
.page__head__actions .userProfile__dropdown .userdetials {
  display: block;
  width: 100%;
}
.page__head__actions .userProfile__dropdown .userdetials__item {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  gap: 12px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #26333f;
  border-bottom: 1px solid #cecece;
  cursor: pointer;
}
.page__head__actions .userProfile__dropdown .userdetials__item:first-child {
  padding-top: 0;
}
.page__head__actions .userProfile__dropdown .userdetials__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page__head__actions .userProfile__dropdown .userdetials__item--signout {
  color: #c2514b;
}
.page__head__actions .userProfile__dropdown .userdetials__item--signout .icon svg path {
  fill: #c2514b;
}
.page__head__actions .userProfile__dropdown .userdetials__item--signout .icon svg path:last-child {
  fill: inherit;
  stroke: #c2514b;
}
.page__head__actions .userProfile__dropdown .userdetials__item .pic {
  background: #1ea9ea;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.page__head__actions .userProfile__dropdown .userdetials__item .pic__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.page__head__actions .userProfile__dropdown .userdetials__item__detail .name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #26333f;
  line-height: 16px;
  margin-bottom: 0.25rem;
}
.page__head__actions .userProfile__dropdown .userdetials__item__detail .para {
  font-size: 1rem;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  line-break: anywhere;
}
.page__head__actions .btnCollapse {
  display: none;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .page__head__actions .btnCollapse {
    display: flex;
  }
}
.page__head__actions .btnCollapse__closeIcon {
  display: none;
}
.page__body {
  height: calc(100dvh - 70px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
}
@media screen and (min-width: 639px) {
  .page__body {
    padding: 1.25rem 1.75rem;
  }
}
.page__body__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.25rem;
}
.page__body__head .btn__group .btn {
  min-height: 32px;
  line-height: 16px;
}
.page__body .reportCard {
  background: #26333f;
  padding: 1rem;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.page__body .reportCard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 1.875rem;
  margin-left: -4px;
}
.page__body .reportCard__head .profile {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page__body .reportCard__head .profile {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .page__body .reportCard__head .profile {
    font-size: 1.4rem;
  }
}
.page__body .reportCard__head .profile__icon {
  display: flex;
  align-items: center;
  flex: 0 0 32px;
  width: 32px;
}
.page__body .reportCard__head .profile__icon svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 639px) {
  .page__body .reportCard__head .btn__group {
    flex-wrap: wrap;
    width: 100%;
  }
}
.page__body .reportCard__head .btn__group .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 18px;
  min-height: 32px;
}
.page__body .reportCard__head .btn__group .customSelect {
  position: relative;
  min-width: 1px;
  width: 100%;
}
.page__body .reportCard__head .btn__group .customSelect__caption {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 0.813rem;
  font-weight: 500;
  width: 100%;
  height: 32px;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  border: 1px solid #d7b464;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
}
.page__body .reportCard__head .btn__group .customSelect__caption--finalized {
  background-color: rgba(20, 174, 92, 0.4);
  border-color: #14ae5c;
}
.page__body .reportCard__head .btn__group .customSelect__caption--pending {
  background-color: rgba(232, 137, 48, 0.4);
  border-color: #e88930;
}
.page__body .reportCard__head .btn__group .customSelect__caption--unreported {
  background-color: rgba(220, 155, 152, 0.4);
  border-color: #dc9b98;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown {
  display: block;
  background: #011424;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 6px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 0.5rem;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown .item {
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1rem;
  font-weight: 500;
  color: #d7b464;
  position: relative;
  cursor: pointer;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown .item::after {
  content: "";
  background: #d7b464;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  z-index: 1;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown .item--finalized {
  color: #14ae5c;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown .item--finalized::after {
  background: #14ae5c;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown .item--pending {
  color: #e88930;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown .item--pending::after {
  background: #e88930;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown .item--unreported {
  color: #dc9b98;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown .item--unreported::after {
  background: #dc9b98;
}
.page__body .reportCard__head .btn__group .customSelect__dropdown .item--selected, .page__body .reportCard__head .btn__group .customSelect__dropdown .item:hover {
  background: rgba(38, 51, 63, 0.4);
}
.page__body .reportCard__head .btn__group .customSelect.open .customSelect__dropdown {
  display: block;
  z-index: 1000;
}
.page__body .reportCard__head .btn__group .dropdown__item {
  position: relative;
  text-align: center;
}
.page__body .reportCard__head .btn__group .dropdown__item .dropdownMenu {
  display: none;
  background: #26333f;
  position: absolute;
  width: 180px;
  right: 15px;
  top: 0;
  border: 1px solid #ffffff;
  border-radius: 8px;
  z-index: 1;
}
.page__body .reportCard__head .btn__group .dropdown__item .dropdownMenu--open {
  display: block;
}
.page__body .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item {
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page__body .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item .icon {
  display: flex;
  align-items: center;
  width: 16px;
}
.page__body .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item .icon svg {
  width: 16px;
}
.page__body .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item:hover, .page__body .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item--active {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 639px) {
  .page__body .reportCard__head .btn__group .dropdown--mobile100 {
    width: 100%;
  }
}
.page__body .reportCard__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .page__body .reportCard__info {
    gap: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .page__body .reportCard__info {
    gap: 30px;
  }
}
.page__body .reportCard__info li {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1.5rem;
}
.page__body .reportCard__info li::after {
  content: "";
  background: #1ea9ea;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.page__body .reportCard__info li .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 13px;
  min-height: 30px;
  cursor: default;
}
.page__body .reportCard__info li .btn__success {
  background: rgba(98, 201, 146, 0.4);
}
.page__body .templateDetailWrap__head {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page__body .templateDetailWrap__head {
    margin-bottom: 1.5rem;
  }
}
.page__body .templateDetailWrap__head .title {
  margin-bottom: 0.5rem;
}
.page__body .templateDetailWrap__head .para {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page__body .templateDetailWrap__head .para {
    font-size: 1rem;
  }
}
.page__body .templateDetailWrap .templateCards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.page__body .templateDetailWrap .templateCards__item {
  width: 100%;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page__body .templateDetailWrap .templateCards__item {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .page__body .templateDetailWrap .templateCards__item {
    width: 33.3333333333%;
  }
}
.page__body .templateDetailWrap .templateCards__card {
  background: #26333f;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .page__body .templateDetailWrap .templateCards__card {
    gap: 20px;
  }
}
.page__body .templateDetailWrap .templateCards__card .title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .page__body .templateDetailWrap .templateCards__card .title {
    font-size: 1.25rem;
  }
}
.page__body .templateDetailWrap .templateCards__card .title .icon {
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  backdrop-filter: blur(48px);
  box-shadow: 0px 6.1px 10.98px 0px rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .page__body .templateDetailWrap .templateCards__card .title .icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}
.page__body .templateDetailWrap .templateCards__card .title .icon svg {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .page__body .templateDetailWrap .templateCards__card .title .icon svg {
    width: 30px;
    height: 30px;
  }
}
.page__body .templateDetailWrap .templateCards__card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.page__body .templateDetailWrap .templateCards__card__row .pdfBox {
  background: #00101f;
  padding: 0.5rem;
  flex: 0 0 120px;
  width: 120px;
  border: 0.59px solid #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 1.17px 15.33px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1400px) {
  .page__body .templateDetailWrap .templateCards__card__row .pdfBox {
    flex: 0 0 150px;
    width: 150px;
  }
}
.page__body .templateDetailWrap .templateCards__card__row .pdfBox img {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.page__body .templateDetailWrap .templateCards__card__row .content {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
  .page__body .templateDetailWrap .templateCards__card__row .content {
    font-size: 1rem;
    line-height: 20px;
  }
}
.page__body .templateDetailWrap .templateCards__card .btn__group {
  width: 120px;
}
@media screen and (min-width: 1400px) {
  .page__body .templateDetailWrap .templateCards__card .btn__group {
    width: 150px;
  }
}
.page__body .templateDetailWrap .templateCards__card .btn__group .btn {
  font-size: 0.813rem;
  width: 100%;
  min-height: 38px;
  line-height: 20px;
}
@media screen and (min-width: 1400px) {
  .page__body .templateDetailWrap .templateCards__card .btn__group .btn {
    font-size: 0.875rem;
  }
}
.page__body .measurementsDetail {
  background: #26333f;
  padding: 1rem;
  border: 0.8px solid #ffffff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .page__body .measurementsDetail {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .page__body .measurementsDetail {
    padding: 1.875rem;
  }
}
.page__body .measurementsDetail--h100 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
@media screen and (min-width: 768px) {
  .page__body .measurementsDetail--h100 {
    min-height: 410px;
  }
}
.page__body .measurementsDetail .measurementList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page__body .measurementsDetail .measurementList__item {
  width: 100%;
  border: 0.8px solid #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.page__body .measurementsDetail .measurementList__item .title {
  background: #9998a4;
  padding: 0.8rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.page__body .measurementsDetail .measurementList__item .contents {
  display: block;
  padding: 1.25rem 1rem;
}
.page__body .measurementsDetail .measurementList__item .contents .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.page__body .measurementsDetail .measurementList__item .contents .list .col {
  width: 100%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 639px) {
  .page__body .measurementsDetail .measurementList__item .contents .list .col {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page__body .measurementsDetail .measurementList__item .contents .list .col {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1400px) {
  .page__body .measurementsDetail .measurementList__item .contents .list .col {
    width: 25%;
  }
}
.page__body .measurementsDetail .measurementList__item .contents .list .col:last-child {
  margin-bottom: 0;
}
.page__body .measurementsDetail .measurementList__item .contents .list .col .form__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 639px) {
  .page__body .measurementsDetail .measurementList__item .contents .list .col .form__group {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .page__body .measurementsDetail .measurementList__item .contents .list .col .form__group {
    margin-bottom: 1.5rem;
  }
}
.page__body .measurementsDetail .measurementList__item .contents .list .col .form__group:last-child {
  margin-bottom: 0;
}
.page__body .measurementsDetail .measurementList__item .contents .list .col .form__group .form__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 639px) {
  .page__body .measurementsDetail .measurementList__item .contents .list .col .form__group .form__label {
    flex: 0 0 120px;
    width: 120px;
  }
}
.page__body .measurementsDetail .measurementList__item .contents .list .col .form__group .form__groupField {
  background: #26333f;
  border-color: #ffffff;
  padding-right: 0;
  height: 30px;
  border-radius: 2px;
}
.page__body .measurementsDetail .measurementList__item .contents .list .col .form__group .form__groupField .form__input {
  background: #26333f;
}
.page__body .measurementsDetail .measurementList__item .contents .list .col .form__group .form__groupField .value {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  flex: 0 0 44px;
  width: 44px;
  height: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #00101f;
  text-align: center;
}
.page__body .addDistributionBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  max-width: 430px;
  min-height: 80px;
  border: 1px dashed #ffffff;
  border-radius: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page__body .addDistributionBox {
    min-height: 250px;
  }
}
.page__body .addDistributionBox .btn {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .page__body .addDistributionBox .btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .page__body .addDistributionBox .btn {
    font-size: 1.875rem;
  }
}
.page__body .measurementTemplateBox {
  background: #26333f;
  padding: 1rem;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page__body .measurementTemplateBox {
    padding: 1.5rem;
  }
}
.page__body .measurementTemplateBox .title {
  color: #ffffff;
}
.page__body .measurementTemplateBox .tiptap table.measurement-table {
  background: #26333f;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page__body .measurementTemplateBox .tiptap table.measurement-table {
    margin-top: 1.5rem;
  }
}
.page__body .measurementTemplateBox .tiptap table.measurement-table td,
.page__body .measurementTemplateBox .tiptap table.measurement-table th {
  background: transparent;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  border-color: rgba(255, 255, 255, 0.2);
}
.page__body .measurementTemplateBox .tiptap table.measurement-table th {
  font-size: 1rem;
  font-weight: 600;
}
.page__body .whiteTemplateBox {
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #00101f;
}
.page__body .grayTemplateBox {
  color: #ffffff;
  background: #26333f;
  padding: 1rem;
  border-radius: 0.5rem;
}
.page__reportBody {
  height: calc(100dvh - 70px);
  overflow-y: auto;
  overflow-x: hidden;
}
.page__reportBody__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.25rem;
}
.page__reportBody__head .btn__group .btn {
  min-height: 32px;
  line-height: 16px;
}
.page__reportBody .reportCard {
  background: #26333f;
  padding: 1rem;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.page__reportBody .reportCard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 1.875rem;
  margin-left: -4px;
}
.page__reportBody .reportCard__head .profile {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page__reportBody .reportCard__head .profile {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .page__reportBody .reportCard__head .profile {
    font-size: 1.4rem;
  }
}
.page__reportBody .reportCard__head .profile__icon {
  display: flex;
  align-items: center;
  flex: 0 0 32px;
  width: 32px;
}
.page__reportBody .reportCard__head .profile__icon svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 639px) {
  .page__reportBody .reportCard__head .btn__group {
    flex-wrap: wrap;
    width: 100%;
  }
}
.page__reportBody .reportCard__head .btn__group .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 18px;
  min-height: 32px;
}
.page__reportBody .reportCard__head .btn__group .customSelect {
  position: relative;
  min-width: 1px;
  width: 100%;
}
.page__reportBody .reportCard__head .btn__group .customSelect__caption {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 0.813rem;
  font-weight: 500;
  width: 100%;
  height: 32px;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  border: 1px solid #d7b464;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
}
.page__reportBody .reportCard__head .btn__group .customSelect__caption--finalized {
  background-color: rgba(20, 174, 92, 0.4);
  border-color: #14ae5c;
}
.page__reportBody .reportCard__head .btn__group .customSelect__caption--pending {
  background-color: rgba(232, 137, 48, 0.4);
  border-color: #e88930;
}
.page__reportBody .reportCard__head .btn__group .customSelect__caption--unreported {
  background-color: rgba(220, 155, 152, 0.4);
  border-color: #dc9b98;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown {
  display: block;
  background: #011424;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 6px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 0.5rem;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item {
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 1rem;
  font-weight: 500;
  color: #d7b464;
  position: relative;
  cursor: pointer;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item::after {
  content: "";
  background: #d7b464;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  z-index: 1;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item--finalized {
  color: #14ae5c;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item--finalized::after {
  background: #14ae5c;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item--pending {
  color: #e88930;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item--pending::after {
  background: #e88930;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item--unreported {
  color: #dc9b98;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item--unreported::after {
  background: #dc9b98;
}
.page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item--selected, .page__reportBody .reportCard__head .btn__group .customSelect__dropdown .item:hover {
  background: rgba(38, 51, 63, 0.4);
}
.page__reportBody .reportCard__head .btn__group .customSelect.open .customSelect__dropdown {
  display: block;
  z-index: 1000;
}
.page__reportBody .reportCard__head .btn__group .dropdown__item {
  position: relative;
  text-align: center;
}
.page__reportBody .reportCard__head .btn__group .dropdown__item .dropdownMenu {
  display: none;
  background: #26333f;
  position: absolute;
  width: 180px;
  right: 15px;
  top: 0;
  border: 1px solid #ffffff;
  border-radius: 8px;
  z-index: 1;
}
.page__reportBody .reportCard__head .btn__group .dropdown__item .dropdownMenu--open {
  display: block;
}
.page__reportBody .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item {
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page__reportBody .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item .icon {
  display: flex;
  align-items: center;
  width: 16px;
}
.page__reportBody .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item .icon svg {
  width: 16px;
}
.page__reportBody .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item:hover, .page__reportBody .reportCard__head .btn__group .dropdown__item .dropdownMenu .dropdown__item--active {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 639px) {
  .page__reportBody .reportCard__head .btn__group .dropdown--mobile100 {
    width: 100%;
  }
}
.page__reportBody .reportCard__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .page__reportBody .reportCard__info {
    gap: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .page__reportBody .reportCard__info {
    gap: 30px;
  }
}
.page__reportBody .reportCard__info li {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1.5rem;
}
.page__reportBody .reportCard__info li::after {
  content: "";
  background: #1ea9ea;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.page__reportBody .reportCard__info li .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 13px;
  min-height: 30px;
  cursor: default;
}
.page__reportBody .reportCard__info li .btn__success {
  background: rgba(98, 201, 146, 0.4);
}
.page__reportBody .templateDetailWrap__head {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page__reportBody .templateDetailWrap__head {
    margin-bottom: 1.5rem;
  }
}
.page__reportBody .templateDetailWrap__head .title {
  margin-bottom: 0.5rem;
}
.page__reportBody .templateDetailWrap__head .para {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page__reportBody .templateDetailWrap__head .para {
    font-size: 1rem;
  }
}
.page__reportBody .templateDetailWrap .templateCards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.page__reportBody .templateDetailWrap .templateCards__item {
  width: 100%;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page__reportBody .templateDetailWrap .templateCards__item {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .page__reportBody .templateDetailWrap .templateCards__item {
    width: 33.3333333333%;
  }
}
.page__reportBody .templateDetailWrap .templateCards__card {
  background: #26333f;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .page__reportBody .templateDetailWrap .templateCards__card {
    gap: 20px;
  }
}
.page__reportBody .templateDetailWrap .templateCards__card .title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .page__reportBody .templateDetailWrap .templateCards__card .title {
    font-size: 1.25rem;
  }
}
.page__reportBody .templateDetailWrap .templateCards__card .title .icon {
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  backdrop-filter: blur(48px);
  box-shadow: 0px 6.1px 10.98px 0px rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .page__reportBody .templateDetailWrap .templateCards__card .title .icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}
.page__reportBody .templateDetailWrap .templateCards__card .title .icon svg {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .page__reportBody .templateDetailWrap .templateCards__card .title .icon svg {
    width: 30px;
    height: 30px;
  }
}
.page__reportBody .templateDetailWrap .templateCards__card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.page__reportBody .templateDetailWrap .templateCards__card__row .pdfBox {
  background: #00101f;
  padding: 0.5rem;
  flex: 0 0 120px;
  width: 120px;
  border: 0.59px solid #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0px 1.17px 15.33px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1400px) {
  .page__reportBody .templateDetailWrap .templateCards__card__row .pdfBox {
    flex: 0 0 150px;
    width: 150px;
  }
}
.page__reportBody .templateDetailWrap .templateCards__card__row .pdfBox img {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.page__reportBody .templateDetailWrap .templateCards__card__row .content {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
  .page__reportBody .templateDetailWrap .templateCards__card__row .content {
    font-size: 1rem;
    line-height: 20px;
  }
}
.page__reportBody .templateDetailWrap .templateCards__card .btn__group {
  width: 120px;
}
@media screen and (min-width: 1400px) {
  .page__reportBody .templateDetailWrap .templateCards__card .btn__group {
    width: 150px;
  }
}
.page__reportBody .templateDetailWrap .templateCards__card .btn__group .btn {
  font-size: 0.813rem;
  width: 100%;
  min-height: 38px;
  line-height: 20px;
}
@media screen and (min-width: 1400px) {
  .page__reportBody .templateDetailWrap .templateCards__card .btn__group .btn {
    font-size: 0.875rem;
  }
}
.page__reportBody .measurementsDetail {
  background: #26333f;
  padding: 1rem;
  border: 0.8px solid #ffffff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .page__reportBody .measurementsDetail {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .page__reportBody .measurementsDetail {
    padding: 1.875rem;
  }
}
.page__reportBody .measurementsDetail--h100 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
@media screen and (min-width: 768px) {
  .page__reportBody .measurementsDetail--h100 {
    min-height: 410px;
  }
}
.page__reportBody .measurementsDetail .measurementList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page__reportBody .measurementsDetail .measurementList__item {
  width: 100%;
  border: 0.8px solid #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.page__reportBody .measurementsDetail .measurementList__item .title {
  background: #9998a4;
  padding: 0.8rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.page__reportBody .measurementsDetail .measurementList__item .contents {
  display: block;
  padding: 1.25rem 1rem;
}
.page__reportBody .measurementsDetail .measurementList__item .contents .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.page__reportBody .measurementsDetail .measurementList__item .contents .list .col {
  width: 100%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 639px) {
  .page__reportBody .measurementsDetail .measurementList__item .contents .list .col {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page__reportBody .measurementsDetail .measurementList__item .contents .list .col {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1400px) {
  .page__reportBody .measurementsDetail .measurementList__item .contents .list .col {
    width: 25%;
  }
}
.page__reportBody .measurementsDetail .measurementList__item .contents .list .col:last-child {
  margin-bottom: 0;
}
.page__reportBody .measurementsDetail .measurementList__item .contents .list .col .form__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 639px) {
  .page__reportBody .measurementsDetail .measurementList__item .contents .list .col .form__group {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .page__reportBody .measurementsDetail .measurementList__item .contents .list .col .form__group {
    margin-bottom: 1.5rem;
  }
}
.page__reportBody .measurementsDetail .measurementList__item .contents .list .col .form__group:last-child {
  margin-bottom: 0;
}
.page__reportBody .measurementsDetail .measurementList__item .contents .list .col .form__group .form__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 639px) {
  .page__reportBody .measurementsDetail .measurementList__item .contents .list .col .form__group .form__label {
    flex: 0 0 120px;
    width: 120px;
  }
}
.page__reportBody .measurementsDetail .measurementList__item .contents .list .col .form__group .form__groupField {
  background: #26333f;
  border-color: #ffffff;
  padding-right: 0;
  height: 30px;
  border-radius: 2px;
}
.page__reportBody .measurementsDetail .measurementList__item .contents .list .col .form__group .form__groupField .form__input {
  background: #26333f;
}
.page__reportBody .measurementsDetail .measurementList__item .contents .list .col .form__group .form__groupField .value {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  flex: 0 0 44px;
  width: 44px;
  height: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #00101f;
  text-align: center;
}
.page__reportBody .addDistributionBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 100%;
  max-width: 430px;
  min-height: 80px;
  border: 1px dashed #ffffff;
  border-radius: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page__reportBody .addDistributionBox {
    min-height: 250px;
  }
}
.page__reportBody .addDistributionBox .btn {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .page__reportBody .addDistributionBox .btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .page__reportBody .addDistributionBox .btn {
    font-size: 1.875rem;
  }
}
.page__reportBody .measurementTemplateBox {
  background: #26333f;
  padding: 1rem;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page__reportBody .measurementTemplateBox {
    padding: 1.5rem;
  }
}
.page__reportBody .measurementTemplateBox .title {
  color: #ffffff;
}
.page__reportBody .measurementTemplateBox .tiptap table.measurement-table {
  background: #26333f;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .page__reportBody .measurementTemplateBox .tiptap table.measurement-table {
    margin-top: 1.5rem;
  }
}
.page__reportBody .measurementTemplateBox .tiptap table.measurement-table td,
.page__reportBody .measurementTemplateBox .tiptap table.measurement-table th {
  background: transparent;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  border-color: rgba(255, 255, 255, 0.2);
}
.page__reportBody .measurementTemplateBox .tiptap table.measurement-table th {
  font-size: 1rem;
  font-weight: 600;
}
.page__reportBody .whiteTemplateBox {
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #00101f;
}
.page__reportBody .grayTemplateBox {
  color: #ffffff;
  background: #26333f;
  padding: 1rem;
  border-radius: 0.5rem;
}
.page--fullBody .page__body {
  height: calc(100dvh - 130px);
  padding: 0;
}
.page--fullBody .page__body--withfilter {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 639px) {
  .page--fullBody .page__body--withfilter {
    flex-direction: row;
  }
}
.page--fullBody .page__body--withfilter .page__content {
  width: 100%;
}
@media screen and (min-width: 639px) {
  .page--fullBody .page__body--withfilter .page__content {
    width: calc(100% - 300px);
  }
}
.page--fullBody .page__sidebarFilterBtn {
  display: block;
  padding: 1rem;
}
@media screen and (min-width: 639px) {
  .page--fullBody .page__sidebarFilterBtn {
    display: none;
  }
}
.page--fullBody .page__sidebarFilterBtn .btn {
  width: 100%;
}
.page--fullBody .page__sidebarFilter {
  display: none;
  background: rgba(251, 247, 247, 0.15);
  padding: 1rem;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  overflow-y: auto;
}
.page--fullBody .page__sidebarFilter--open {
  display: block;
}
@media screen and (min-width: 639px) {
  .page--fullBody .page__sidebarFilter {
    display: block;
    flex: 0 0 300px;
    width: 300px;
    height: 100%;
    padding: 1.75rem 1.25rem 1.25rem;
  }
}
.page--fullBody .page__sidebarFilter .title {
  margin-bottom: 0.875px;
}
.page--fullBody .page__sidebarFilter .formRow {
  margin-bottom: 1rem;
}
.page--fullBody .page__content {
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 639px) {
  .page--fullBody .page__content {
    padding: 1.25rem 1.75rem;
  }
}

.target {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  place-items: anchor-center;
  margin-top: 2rem;
}
@media screen and (max-width: 639px) {
  .target {
    display: block;
  }
}
.target-code {
  color: #00101f;
  margin-top: 1.5rem;
}
.target-code-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.target-code-container .color-name {
  font-size: 0.875rem;
  font-weight: 600;
}
.target-code-container .color-code {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.target-code-container .color-green {
  background: #b7eb8f;
}
.target-code-container .color-sky-blue {
  background: #45e3ff;
}
.target-code-container .color-light-yellow {
  background: #ffea00;
}
.target-code-container .color-yellow {
  background: #ffc55a;
}
.target-code-container .color-orange {
  background: #ff5b61;
}
.target-code-container .color-red {
  background: #ff0008;
}
.target-code-container .color-grey {
  background: #9998a4;
}
.target-code-container .color-purple {
  background: #7f5aff;
}
.target-code-container .color-dark-blue {
  background: #00008b;
}
.target-code-container .color-gray {
  background: #9998a4;
}

.rest-heart-chambers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #00101f;
  margin-top: 4rem;
}
.rest-heart-chambers .title {
  width: 80px;
  flex: 0 0 80px;
}
.rest-heart-chambers__grid {
  width: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.rest-heart-chambers__grid .item {
  width: 250px;
}
.rest-heart-chambers__grid .item svg {
  width: 250px;
  height: 250px;
}

.modal-overlay {
  width: 100%;
  height: 100%;
}

.color-picker {
  position: relative;
}
.color-picker-button {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.color-picker .color-list {
  position: absolute;
  top: 100%;
  bottom: auto !important;
  width: 240px;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
}
.color-picker .color-list-container-item {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.color-picker .color-list-container-item .color-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 5px;
}

.dashboardWrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .dashboardWrap {
    gap: 20px;
  }
}
.dashboardWrap .card {
  background: rgba(19, 27, 47, 0.7);
  padding: 1rem;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 1200px) {
  .dashboardWrap .card {
    padding: 1.25rem;
  }
}
.dashboardWrap .card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 639px) {
  .dashboardWrap .card__header {
    flex-wrap: nowrap;
  }
}
.dashboardWrap .card__header .form__Field .form__date {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.813rem;
  color: #e3e8f3;
  height: 32px;
  border-color: #304069;
}
.dashboardWrap .card__header .btn__group {
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 639px) {
  .dashboardWrap .card__header .btn__group {
    gap: 16px;
  }
}
.dashboardWrap .card__header .btn__group .form__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(235, 235, 245, 0.3019607843);
  margin-bottom: 0;
  position: relative;
}
.dashboardWrap .card__header .btn__group .form__label::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #263149;
  width: 24px;
  height: 6px;
  border-radius: 1rem;
  margin-right: 1rem;
}
.dashboardWrap .card__header .btn__group .dropdown {
  position: relative;
}
.dashboardWrap .card__header .btn__group .dropdown__item {
  position: relative;
  text-align: center;
}
.dashboardWrap .card__header .btn__group .dropdown__item .btn {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-color: #304069;
}
.dashboardWrap .card__header .btn__group .dropdown__item .dropdownMenu {
  display: none;
  background: #26333f;
  position: absolute;
  width: 180px;
  right: 0;
  top: 100%;
  border: 1px solid #ffffff;
  border-radius: 8px;
  z-index: 1;
}
.dashboardWrap .card__header .btn__group .dropdown__item .dropdownMenu--open {
  display: block;
}
.dashboardWrap .card__header .btn__group .dropdown__item .dropdownMenu .dropdown__item {
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .dashboardWrap .card__header .btn__group .dropdown__item .dropdownMenu .dropdown__item {
    font-size: 1rem;
  }
}
.dashboardWrap .card__header .btn__group .dropdown__item .dropdownMenu .dropdown__item .icon {
  display: flex;
  align-items: center;
  width: 16px;
}
.dashboardWrap .card__header .btn__group .dropdown__item .dropdownMenu .dropdown__item .icon svg {
  width: 16px;
}
.dashboardWrap .card__header .btn__group .dropdown__item .dropdownMenu .dropdown__item:hover, .dashboardWrap .card__header .btn__group .dropdown__item .dropdownMenu .dropdown__item--active {
  background: rgba(255, 255, 255, 0.1);
}
.dashboardWrap .card .title {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #e3e8f3;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .dashboardWrap .card .title {
    font-size: 1.25rem;
  }
}
.dashboardWrap .card__body canvas {
  object-fit: contain;
  width: 100% !important;
  height: 380px !important;
}
.dashboardWrap .card__body .graphInfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 639px) {
  .dashboardWrap .card__body .graphInfo {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .dashboardWrap .card__body .graphInfo {
    gap: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .dashboardWrap .card__body .graphInfo {
    gap: 80px;
  }
}
.dashboardWrap .card__body .graphInfo__graph {
  width: 100%;
}
@media screen and (min-width: 639px) {
  .dashboardWrap .card__body .graphInfo__graph {
    width: 50%;
  }
}
.dashboardWrap .card__body .graphInfo__graph svg,
.dashboardWrap .card__body .graphInfo__graph canvas {
  width: 300px !important;
  height: 300px !important;
  margin: 0 auto;
}
.dashboardWrap .card__body .graphInfo__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
@media screen and (min-width: 639px) {
  .dashboardWrap .card__body .graphInfo__info {
    width: 50%;
  }
}
.dashboardWrap .card__body .graphInfo__info__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(227, 232, 243, 0.3);
}
@media screen and (min-width: 1200px) {
  .dashboardWrap .card__body .graphInfo__info__item {
    font-size: 1rem;
  }
}
.dashboardWrap .card__body .graphInfo__info__item .value {
  font-weight: 600;
  color: #e3e8f3;
}
.dashboardWrap .card__body .graphInfo__info__item::after {
  content: "";
  background: #00f6ff;
  position: absolute;
  width: 24px;
  height: 5px;
  left: 0;
  top: 10px;
  border-radius: 20px;
}
.dashboardWrap .card__body .graphInfo__info__item--recommended::after {
  background: #0c8597;
}
.dashboardWrap .card__body .graphInfo__info__item--other::after {
  background: #114f63;
}
.dashboardWrap__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .dashboardWrap__body {
    gap: 20px;
  }
}
.dashboardWrap__body .cardRow {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .dashboardWrap__body .cardRow {
    gap: 20px;
  }
}
.dashboardWrap__body .cardRow__2 {
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .dashboardWrap__body .cardRow__2 {
    flex-direction: row;
  }
}
.dashboardWrap__body .cardRow__2 .col {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .dashboardWrap__body .cardRow__2 .col {
    width: 50%;
  }
}

.accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  background-color: #26333f;
  box-shadow: rgba(153, 155, 168, 0.1) 4px 4px 8px 4px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
}
.accordion-heading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 26px;
}
.accordion-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.accordion-date {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 20px;
  color: #babac2;
}
.accordion-name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
}

.no-results {
  margin: 20px;
}
.no-results .no-results-text {
  font-size: larger;
  font-weight: 600;
}

.userProfile {
  position: relative;
}

.userDropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 180px;
  z-index: 10;
  padding: 10px 0;
}

.userDropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.userDropdown li {
  padding: 10px 15px;
  transition: background 0.3s;
}

.userDropdown li:hover {
  background: #f5f5f5;
}

.userDropdown a {
  text-decoration: none;
  color: #333;
  display: block;
}

.userDropdown .logout {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  text-align: center;
}

.userDropdown .logout button {
  background: none;
  border: none;
  color: red;
  cursor: pointer;
  width: 100%;
  padding: 10px;
}

.selected-tab {
  position: relative;
}
.selected-tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.hospital-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}

.hospital-chip {
  display: inline-block;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s;
}

.hospital-chip:hover {
  background-color: #e0e0e0;
}

.modal--password .modal__dialog {
  max-width: 700px;
  min-height: 400px;
}

.password-input {
  margin-bottom: 20px;
}

.password-input label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.password-input input {
  width: 100%;
  padding: 8px 12px;
  font-size: 15px;
  background-color: #00101f !important;
  border: 1px solid #00101f;
  border-radius: 4px;
  outline: none;
  color: #fff;
}

.password-input input::placeholder {
  color: #959191;
}

.modal__actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.btn__primary {
  background-color: #007bff;
  color: #fff;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btn__primary:hover {
  background-color: #0056b3;
}

.distribution-dialog__result-row {
  transition: background-color 0.15s ease;
}
.distribution-dialog__result-row:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

/*
 * Add Distribution modal: global .modal__body uses justify-content: center, which vertically
 * centers flex children inside the scroll area. When content overflows, scrollTop=0 no longer
 * aligns with the first row (Patient/DOB) — only mid-card rows (e.g. Sex) stay visible at max scroll up.
 * Force top alignment so the scroll region includes the full block from the first pixel.
 */
.add-distribution-modal.modal--open {
  overflow: hidden;
}

.add-distribution-modal .modal__dialog {
  align-items: flex-start;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

/* Add Distribution: native <select> needs explicit bg (matches .form__input / $field-bg) */
.add-distribution-dialog .modal__body {
  justify-content: flex-start;
  align-items: stretch;
}
.add-distribution-dialog .form__select {
  background-color: #00101f;
  color: #ffffff;
}
.add-distribution-dialog .form__select option {
  background-color: #00101f;
  color: #ffffff;
}

.distribution-page__table-wrap .distribution-page__table {
  width: 100%;
}
.distribution-page__table-wrap .distribution-page__table-head {
  border-bottom: 1px solid #ffffff;
}
.distribution-page__table-wrap .distribution-page__table-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.distribution-page__table-wrap .distribution-page__table-row:last-child {
  border-bottom: none;
}

@keyframes bellPulse {
  0%, 100% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.15) rotate(-8deg);
  }
  20% {
    transform: scale(1.15) rotate(8deg);
  }
  30% {
    transform: scale(1.15) rotate(-6deg);
  }
  40% {
    transform: scale(1.15) rotate(6deg);
  }
  50% {
    transform: scale(1.08) rotate(-3deg);
  }
  60% {
    transform: scale(1.08) rotate(3deg);
  }
  70% {
    transform: scale(1.04) rotate(-1deg);
  }
  80% {
    transform: scale(1.04) rotate(1deg);
  }
  90% {
    transform: scale(1.02);
  }
}
/*!*********************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../custom/pages/reports/styles.scss ***!
  \*********************************************************************************************************************************************/
/* Basic editor styles */
.tiptap {
  color: black;
  /* List styles */
  /* Heading styles */
  /* Code and preformatted text styles */
  /* Table-specific styling */
}
.tiptap :first-child {
  margin-top: 0;
}
.tiptap ul,
.tiptap ol {
  padding: 0 1rem;
  margin: 1.25rem 1rem 1.25rem 0.4rem;
}
.tiptap ul li p,
.tiptap ol li p {
  margin-bottom: 0.25em;
}
.tiptap ul {
  list-style-type: disc;
}
.tiptap ol {
  list-style-type: decimal;
}
.tiptap h1,
.tiptap h2,
.tiptap h3,
.tiptap h4,
.tiptap h5,
.tiptap h6 {
  font-weight: bold;
  line-height: 1.1;
  margin-top: 1rem;
  text-wrap: pretty;
}
.tiptap h1,
.tiptap h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.tiptap h1 {
  font-size: 1.4rem;
}
.tiptap h3 {
  font-size: 1.1rem;
}
.tiptap h4,
.tiptap h5,
.tiptap h6 {
  font-size: 1rem;
}
.tiptap code {
  background-color: var(--purple-light);
  border-radius: 0.4rem;
  color: var(--black);
  font-size: 0.85rem;
  padding: 0.25em 0.3em;
}
.tiptap pre {
  background: black;
  border-radius: 0.5rem;
  color: white;
  font-family: "JetBrainsMono", monospace;
  margin: 1.5rem 0;
  padding: 0.75rem 1rem;
}
.tiptap pre code {
  background: none;
  color: inherit;
  font-size: 0.8rem;
  padding: 0;
}
.tiptap blockquote {
  border-left: 3px solid gray;
  margin: 1.5rem 0;
  padding-left: 1rem;
}
.tiptap p span {
  page-break-before: always;
}
.tiptap hr {
  border: none;
  border-top: 1px solid grey;
  margin: 0.3rem 0;
}
.tiptap table.measurement-table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  margin: 10px 0;
  color: black;
  font-size: 14px;
}
.tiptap table.measurement-table p {
  margin: 0;
}
.tiptap table.measurement-table tbody {
  border-bottom: 1px solid black;
  border-right: 0.5px solid black;
}
.tiptap table.measurement-table tbody .cell {
  display: flex;
  justify-content: space-between; /* Ensures key and value stay in one line */
  align-items: center;
  width: 100%; /* Ensures full use of cell width */
}
.tiptap table.measurement-table tbody .key {
  font-weight: 500;
  min-width: 120px !important; /* Set a fixed width for the key */
  text-align: left !important;
}
.tiptap table.measurement-table th p {
  font-weight: 500;
}
.tiptap table.measurement-table td {
  border: 1px solid black;
  padding: 4px 8px;
  color: #222;
  font-weight: 500;
  vertical-align: top;
}
.tiptap table.measurement-table td p {
  margin-inline: 5px;
}
.tiptap table.measurement-table td,
.tiptap table.measurement-table th {
  box-sizing: border-box;
  min-width: 1em;
  position: relative;
  vertical-align: top;
  font-weight: 400;
}
.tiptap table.measurement-table td > p > strong,
.tiptap table.measurement-table th > p > strong {
  min-width: 150px !important;
  margin-right: 10px;
  margin-left: 10px;
}
.tiptap table.measurement-table td > *,
.tiptap table.measurement-table th > * {
  margin-bottom: 0;
}
.tiptap table.measurement-table th {
  border: 1px solid black;
  padding: 8px;
  background-color: rgb(235, 235, 235);
}
.tiptap table.measurement-table td > p {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.tiptap table.measurement-table td > p > strong {
  display: inline;
  font-weight: normal;
}
.tiptap table.measurement-table .selectedCell:after {
  background: rgb(200, 200, 200);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.tiptap table.measurement-table .column-resize-handle {
  background-color: var(--purple);
  bottom: -2px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: 0;
  width: 4px;
}
.tiptap table.patient-demographic-table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.tiptap table.patient-demographic-table colgroup {
  margin-right: 10px !important;
}
.tiptap table.patient-demographic-table colgroup col {
  margin-right: 10px !important;
}
.tiptap table.patient-demographic-table p {
  margin: 0;
  font-size: 14px;
}
.tiptap table.patient-demographic-table td,
.tiptap table.patient-demographic-table th {
  padding: 2px 2px;
  position: relative;
  vertical-align: top;
  font-weight: 400;
}
.tiptap table.patient-demographic-table td > *,
.tiptap table.patient-demographic-table th > * {
  margin-bottom: 0;
}
.tiptap table.patient-demographic-table td:nth-child(2) {
  padding-right: 20px;
}
.tiptap table.patient-demographic-table th {
  border: 1px solid black;
  background-color: rgb(235, 235, 235);
  text-align: left;
}
.tiptap table.patient-demographic-table .column-resize-handle {
  background-color: var(--purple);
  bottom: -2px;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: 0;
  width: 4px;
}
.tiptap table.comments-table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
}
.tiptap table.comments-table td,
.tiptap table.comments-table th {
  box-sizing: border-box;
  min-width: 1em;
  position: relative;
  vertical-align: top;
  font-weight: 400;
  border: 1px solid rgba(128, 128, 128, 0.6);
}
.tiptap table.comments-table td > p > strong,
.tiptap table.comments-table th > p > strong {
  min-width: 150px !important;
  margin-right: 10px;
}
.tiptap table.comments-table td > *,
.tiptap table.comments-table th > * {
  margin-bottom: 0;
  line-height: 24px;
}
.tiptap table.comments-table th {
  background-color: rgb(235, 235, 235);
}
.tiptap table.comments-table td > p {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 5px;
}
.tiptap table.comments-table td > p > strong {
  display: inline;
  font-weight: bold;
}
.tiptap table.footer-table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
}
.tiptap table.footer-table td,
.tiptap table.footer-table th {
  box-sizing: border-box;
  min-width: 1em;
  position: relative;
  vertical-align: top;
  font-weight: 400;
}
.tiptap table.footer-table td > p,
.tiptap table.footer-table th > p {
  padding: 0px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa;
}
.tiptap table.footer-table td > p > strong,
.tiptap table.footer-table th > p > strong {
  min-width: 150px !important;
  margin-right: 10px;
}
.tiptap table.footer-table td > *,
.tiptap table.footer-table th > * {
  margin-bottom: 0;
  line-height: 36px;
}
.tiptap table.footer-table th {
  background-color: rgb(235, 235, 235);
}
.tiptap table.footer-table td > p {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.tiptap table.footer-table td > p > strong {
  display: inline;
  font-weight: bold;
}
.tiptap table.footer-table td[data-assign-cardiologist] {
  cursor: pointer;
}
.tiptap table.footer-table td[data-assign-cardiologist]:hover > p {
  background-color: #f0f4ff;
  border-color: #99b3e6;
}
.tiptap table.piccolo-footer-table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  margin-top: 8px;
}
.tiptap table.piccolo-footer-table td,
.tiptap table.piccolo-footer-table th {
  box-sizing: border-box;
  min-width: 1em;
  position: relative;
  vertical-align: top;
  font-weight: 400;
}
.tiptap table.piccolo-footer-table td > p > strong,
.tiptap table.piccolo-footer-table th > p > strong {
  min-width: 150px !important;
  margin-right: 10px;
}
.tiptap table.piccolo-footer-table td > *,
.tiptap table.piccolo-footer-table th > * {
  margin-bottom: 0;
  line-height: 36px;
}
.tiptap table.piccolo-footer-table th {
  background-color: rgb(235, 235, 235);
}
.tiptap table.piccolo-footer-table td > p {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.tiptap table.piccolo-footer-table td > p > strong {
  display: inline;
  font-weight: bold;
}
.tiptap table.details-table {
  border-collapse: collapse;
  margin: 0;
}
.tiptap table.details-table tbody {
  border: 1px solid rgba(128, 128, 128, 0.6);
}
.tiptap table.findings-table {
  border-collapse: collapse;
  margin-block: 10px;
}
.tiptap table.findings-table tbody tr {
  border: 1px solid #ccc;
  padding-block: 10px;
}
.tiptap table.findings-table tbody tr td {
  padding-block: 12px;
  padding-inline: 12px;
}
.tiptap table.findings-table tbody tr td:first-child {
  border-right: 1px solid black;
  padding-right: 12px;
  background-color: #f9f9f9;
}
.tiptap table.findings-table tbody tr td:last-child {
  border-left: 1px solid black;
  padding-left: 12px;
}
.tiptap table.main-section-table {
  border-collapse: collapse;
}
.tiptap table.main-section-table p {
  margin: 0;
}
.tiptap table.main-section-table colgroup {
  margin-right: 10px !important;
}
.tiptap table.main-section-table colgroup col {
  margin-right: 10px !important;
}
.tiptap table.main-section-table tbody tr td {
  padding-block: 3px;
}
.tiptap table.main-section-table tbody tr td h2 {
  margin-right: 10px;
}
.tiptap .tableWrapper {
  margin: 1.5rem 0;
  overflow-x: auto;
}

@media print {
  * {
    color: black;
    text-decoration: none;
  }
  p span {
    page-break-before: always;
    border-bottom: none !important;
  }
  ul li {
    margin-bottom: 8px;
    line-height: 15px;
  }
  ol li {
    margin-bottom: 8px;
    line-height: 15px;
  }
  hr {
    margin: 0;
  }
}
.control {
  margin-bottom: 1.5rem;
}

.button-group {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.button-group .save-button {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.button-group .save-button:hover {
  background-color: #0056b3;
}

.bubble-menu {
  display: flex;
  gap: 8px;
  padding: 8px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  max-width: fit-content;
}
.bubble-menu button {
  background: #e9ecef;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  color: #495057;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.bubble-menu button:hover {
  background-color: #ced4da;
}
.bubble-menu button:disabled {
  background-color: #f1f3f5;
  color: #adb5bd;
  cursor: not-allowed;
}
.bubble-menu button.is-active {
  background-color: #007bff;
  color: #fff;
}

.resize-handle {
  cursor: ew-resize;
  z-index: 100;
  background-color: transparent;
  width: 6px;
  height: 100%;
  transition: background-color 0.2s ease;
}
.resize-handle:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.editor-container {
  color: black;
}
.editor-heading {
  font-size: 24px;
  font-weight: bold;
}
.editor-list-bullet .editor-list-item {
  margin-block: 8px;
  list-style-type: disc;
}
.editor-list-ordered-item {
  margin-block: 8px;
  list-style-type: decimal;
}

.report-container {
  width: 600px;
  background-color: white;
  padding: 20px;
  border: 1px solid #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.piccolo-report-title {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  text-align: center;
}

.report-title {
  font-size: 1.5rem;
  text-align: center;
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 0.9em;
}

.report-table td {
  padding: 8px;
  border: 1px solid #ddd;
}

.report-table td strong {
  min-width: 50px;
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}

.conclusions-section {
  margin-top: 20px;
}

.recommendations-section .recommendation-label {
  font-weight: bold;
}
.recommendations-section .recommendations {
  font-weight: normal !important;
}
.recommendations-section .recommendations strong,
.recommendations-section .recommendations .editor-bold {
  font-weight: normal !important;
}

.conclusions-title {
  font-size: 1em;
  margin-bottom: 5px;
  font-weight: bold;
}

.conclusions-list {
  list-style-type: disc;
  padding-left: 20px;
}

.conclusions-list li {
  margin: 8px 0;
}

.toolbar {
  margin-bottom: 1rem;
}

.variable-button {
  background-color: #4f46e5;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: background 0.3s;
}

.variable-button:hover {
  background-color: #4338ca;
}

.suggestion-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.suggestion-item {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

.suggestion-item:hover {
  background-color: #f1f5f9;
}

.underline-suggestion {
  text-decoration: underline dotted red;
}

.suggestion-dropdown {
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 10;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

.auto-save-status {
  margin-left: auto;
  font-size: 0.75rem;
  color: #4b5563;
}

.attach-clips-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1500;
}

.attach-clips-modal {
  width: min(900px, 95vw);
  max-height: 85vh;
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  overflow: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid #23314a;
}

.attach-clips-modal button {
  color: #e5e7eb;
}

.attach-clips-modal input[type=text] {
  color: #e5e7eb;
  background: #0b1220;
  border: 1px solid #334155;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 12px;
}

.attach-clips-modal a {
  color: #60a5fa;
}

.attach-clips-modal__header,
.attach-clips-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.attach-clips-modal__header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.attach-clips-modal__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.attach-clips-modal__count {
  font-size: 12px;
  color: #94a3b8;
}

.attach-clips-modal__header {
  position: sticky;
  top: -16px;
  z-index: 2;
  background: #0f172a;
  padding: 12px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #23314a;
}

.attach-clips-modal__footer {
  position: sticky;
  bottom: -16px;
  z-index: 2;
  background: #0f172a;
  padding: 12px 0;
  margin-top: 14px;
  border-top: 1px solid #23314a;
}

.attach-clips-modal__header button {
  border: 1px solid #334155;
  background: #0b1220;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  line-height: 1;
  cursor: pointer;
}

.attach-clips-modal__link-name {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(35, 49, 74, 0.45);
  border: 1px solid #23314a;
  border-radius: 6px;
  margin-bottom: 14px;
}
.attach-clips-modal__link-name label {
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  white-space: nowrap;
}
.attach-clips-modal__link-name input[type=text] {
  flex: 1;
  min-width: 0;
}

.attach-clips-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 0;
}

.attach-clips-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  color: #94a3b8;
}

.attach-clips-loading p {
  margin: 0;
}

.attach-clips-loading__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #334155;
  border-top-color: #4f46e5;
  border-radius: 50%;
  animation: attach-clips-spin 0.8s linear infinite;
}

@keyframes attach-clips-spin {
  to {
    transform: rotate(360deg);
  }
}
.attach-clips-item {
  border: 1px solid #23314a;
  background: #111827;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.attach-clips-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}

.attach-clips-item__media {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  background: #0b1220;
}

.attach-clips-item__media img,
.attach-clips-item__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.attach-clips-item__fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 12px;
  background: #0b1220;
}

.attach-clips-item__checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}

.attach-clips-item__checkbox span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

.attach-clips-modal__actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.attach-clips-modal__actions button {
  border: 1px solid #3b4d69;
  background: #0b1220;
  border-radius: 6px;
  min-width: 100px;
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.attach-clips-modal__actions button:last-child {
  background: #0b1220;
  color: #e5e7eb;
  border-color: #3b4d69;
}

.attach-clips-modal__actions button:hover {
  border-color: #64748b;
  transform: translateY(-1px);
}

.attach-clips-modal__actions button:last-child:hover {
  border-color: #64748b;
  box-shadow: none;
}

.attach-clips-modal__actions button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.attach-clips-modal__error {
  color: #b91c1c;
  margin-top: 8px;
}

.attached-clips-section {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fafafa;
}

.attached-clips-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.attached-clips-section__header h4 {
  margin: 0;
}

.attached-clips-section__header span {
  font-size: 12px;
  font-weight: 600;
  color: #4b5563;
  background: #e5e7eb;
  border-radius: 999px;
  padding: 2px 8px;
}

.attached-clips-section__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.attached-clips-section__toggle {
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 6px;
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
}

.attached-clips-section__collapsed-note {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
}

.attached-clips-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 6px 10px;
  max-height: 160px;
  overflow-y: auto;
}

.attached-clips-section__list li {
  min-width: 0;
}

.attached-clips-section__list a {
  display: block;
  font-size: 13px;
  color: #1d4ed8;
  text-decoration: underline;
  word-break: break-word;
  line-height: 1.3;
}
/*!**********************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../custom/pages/template/styles.scss ***!
  \**********************************************************************************************************************************************/
/* Basic editor styles */
.tiptap {
  /* Placeholder (on every new line) */
}
.tiptap :first-child {
  margin-top: 0;
}
.tiptap .is-empty::before {
  color: var(--gray-4);
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}
.tiptap .resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}

/* Outer elements */
.main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.controls {
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.loading {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.87);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

.control-group {
  margin-bottom: 20px;
}
.control-group .button-group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.control-group .button-group button {
  padding: 8px 16px;
  background-color: #005566;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.control-group .button-group button:hover {
  background-color: #003d4a;
}
.control-group .hint {
  font-size: 14px;
}
.control-group .purple-spinner {
  color: purple;
}
.control-group .error {
  color: red;
}

.whiteTemplateBox {
  background: white;
  padding: 20px;
  border: 1px solid #ddd;
  min-height: 300px;
}

.whiteTemplateBox {
  /* Ensure strong/underlined subheadings have proper spacing */
}
.whiteTemplateBox table.table-bordered {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin: 10px 0;
}
.whiteTemplateBox table.table-bordered td,
.whiteTemplateBox table.table-bordered th {
  border: 1px solid black;
  padding: 8px;
  vertical-align: top;
  word-wrap: break-word; /* Wrap long content */
  overflow-wrap: break-word; /* Modern equivalent */
  box-sizing: border-box;
}
.whiteTemplateBox table.table-bordered th {
  background-color: #f2f2f2; /* Optional: light gray for headers */
  font-weight: bold;
}
.whiteTemplateBox img {
  max-width: 100%;
  height: auto;
}
.whiteTemplateBox p strong u,
.whiteTemplateBox div strong u {
  display: block;
  margin-bottom: 10px;
  margin-top: 18px !important;
}

.spaceAroundHeading p strong u,
.spaceAroundHeading div strong u {
  display: block;
  margin-bottom: 10px;
  margin-top: 18px !important;
}
.spaceAroundHeading table.table-bordered {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin: 10px 0;
}
.spaceAroundHeading table.table-bordered td,
.spaceAroundHeading table.table-bordered th {
  border: 1px solid black;
  padding: 8px;
  vertical-align: top;
  word-wrap: break-word; /* Wrap long content */
  overflow-wrap: break-word; /* Modern equivalent */
  box-sizing: border-box;
}
.spaceAroundHeading table.table-bordered th {
  background-color: #f2f2f2; /* Optional: light gray for headers */
  font-weight: bold;
}
/*!********************************************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!../../custom/pages/mobile/mobile.scss ***!
  \********************************************************************************************************************************************/
.mobile-report {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  background: #f5f5f5;
  font-size: 15px;
}
.mobile-report__header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.mobile-report__header-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.mobile-report__patient-name {
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-report__status-msg {
  margin-top: 6px;
  font-size: 12px;
  color: #555;
}
.mobile-report__editor {
  flex: 1;
  padding: 12px 8px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-report__editor .whiteTemplateBox {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin: 0;
}
.mobile-report__editor input,
.mobile-report__editor textarea,
.mobile-report__editor .ProseMirror {
  font-size: 15px !important;
  line-height: 1.6;
}
.mobile-report__editor .suggestion-dropdown > div {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 8px !important;
}
.mobile-report__actions {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 12px 16px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-report__actions button {
  min-height: 48px;
}
.mobile-report__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  gap: 16px;
  color: #666;
  font-size: 14px;
}
.mobile-report__error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  padding: 24px;
  text-align: center;
  color: #c62828;
  font-size: 14px;
}

/*# sourceMappingURL=app.bundle.css.map*/